@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

th.actions, th.actions {width:80px;text-align: center}
div.actions {margin:10px 0 20px 0;}
span.accent {color:#7A95C0;font-weight:600;}

.ajax_pagination {
  border-radius: 0;
}

ul.ajax_pagination {
  margin:0 auto;
}

.ajax_pagination > li {
  display: block;
  float: left;
  margin: 0;
}
.ajax_pagination > li > a,
.ajax_pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  padding-right: 4px;
  padding-left: 4px;
  color: #646464;
  font-weight: 400;
  border: none;
}
.ajax_pagination > li:first-child > a,
.ajax_pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ajax_pagination > li:last-child > a,
.ajax_pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ajax_pagination > li > a:hover,
.ajax_pagination > li > span:hover,
.ajax_pagination > li > a:focus,
.ajax_pagination > li > span:focus {
  color: #5c90d2;
  background-color: transparent;
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}
.ajax_pagination > .active > a,
.ajax_pagination > .active > span,
.ajax_pagination > .active > a:hover,
.ajax_pagination > .active > span:hover,
.ajax_pagination > .active > a:focus,
.ajax_pagination > .active > span:focus {
  color: #5c90d2;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}
.ajax_pagination > .disabled > span,
.ajax_pagination > .disabled > span:hover,
.ajax_pagination > .disabled > span:focus,
.ajax_pagination > .disabled > a,
.ajax_pagination > .disabled > a:hover,
.ajax_pagination > .disabled > a:focus {
  color: #c9c9c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body { font-family: 'Noto Sans KR', sans-serif; }

.message {
  padding: 10px;
  border-radius: 2px;
  border: none;
}
.message p {
  margin-bottom: 5px !important;
}
.message.success {
  background-color: #e0f5e9;
  color: #34a263;
  -webkit-box-shadow: 0 2px #cdefdb;
  box-shadow: 0 2px #cdefdb;
}
.message.info {
  background-color: #edf6fd;
  color: #43a3e5;
  -webkit-box-shadow: 0 2px #d6ebfa;
  box-shadow: 0 2px #d6ebfa;
}
.message.warning {
  background-color: #fdf3e5;
  color: #efa231;
  -webkit-box-shadow: 0 2px #fbe8cd;
  box-shadow: 0 2px #fbe8cd;
}
.message.danger {
  background-color: #f9eae8;
  color: #c54736;
  -webkit-box-shadow: 0 2px #f4d8d4;
  box-shadow: 0 2px #f4d8d4;
}

.clear {clear:both;margin-bottom:20px;}

/*관리자 목록*/
td.actions {text-align: center;width:100px;}

/*관리자 폼*/
label .small {padding-left:1em;color:rgba(0,0,0,0.5);}
div.submit {display:inline;margin-right:1em;}
div.radio label+label {margin-left:2em;}

.btn {font-weight: 400}

.check-inline .checkbox {display:inline;margin-right:1em;}

img.responsive {max-width:100%;height:auto;}
ul.post_meta {margin:0 0 1em 0;padding:1em 0;font-size:12px;color:#999999;border-top:1px dotted #999999;border-bottom:1px dotted #999999;}
ul.post_meta li {display:inline-block;margin-left:1em;}

.block-content.block-footer {padding:10px 10px;}