@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Nanum+Myeongjo:wght@400;700&family=Noto+Sans+KR:wght@400;500;700&family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
img {
  border: medium none;
}

li {
  list-style: none;
}

.clearfix {
  clear: both;
}

iframe {
  border-width: 0;
}

.box .box-body {
  margin: 10px 0 10px;
}
.box .box-footer {
  margin: 20px 0 20px;
}

/* avatar */
.avatar .avatar_image_wrap {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.avatar .avatar_thumb_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* level icons */
.level_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 12px 12px;
}
.level_icon.lv {
  background-image: url(/common/level/0.png);
}
.level_icon.lv0 {
  background-image: url(/common/level/0.png);
}
.level_icon.lv1 {
  background-image: url(/common/level/1.png);
}
.level_icon.lv2 {
  background-image: url(/common/level/2.png);
}
.level_icon.lv3 {
  background-image: url(/common/level/3.png);
}
.level_icon.lv4 {
  background-image: url(/common/level/4.png);
}
.level_icon.lv5 {
  background-image: url(/common/level/5.png);
}
.level_icon.lv6 {
  background-image: url(/common/level/6.png);
}
.level_icon.lv7 {
  background-image: url(/common/level/7.png);
}
.level_icon.lv8 {
  background-image: url(/common/level/8.png);
}
.level_icon.lv9 {
  background-image: url(/common/level/9.png);
}
.level_icon.lv10 {
  background-image: url(/common/level/10.png);
}
.level_icon.lv11 {
  background-image: url(/common/level/11.png);
}
.level_icon.lv12 {
  background-image: url(/common/level/12.png);
}
.level_icon.lv13 {
  background-image: url(/common/level/13.png);
}
.level_icon.lv14 {
  background-image: url(/common/level/14.png);
}
.level_icon.lv15 {
  background-image: url(/common/level/15.png);
}
.level_icon.lv16 {
  background-image: url(/common/level/16.png);
}
.level_icon.lv17 {
  background-image: url(/common/level/17.png);
}
.level_icon.lv18 {
  background-image: url(/common/level/18.png);
}
.level_icon.lv19 {
  background-image: url(/common/level/19.png);
}
.level_icon.lv20 {
  background-image: url(/common/level/20.png);
}
.level_icon.lv21 {
  background-image: url(/common/level/21.png);
}
.level_icon.lv22 {
  background-image: url(/common/level/22.png);
}
.level_icon.lv23 {
  background-image: url(/common/level/23.png);
}
.level_icon.lv24 {
  background-image: url(/common/level/24.png);
}
.level_icon.lv25 {
  background-image: url(/common/level/25.png);
}
.level_icon.lv26 {
  background-image: url(/common/level/26.png);
}
.level_icon.lv27 {
  background-image: url(/common/level/27.png);
}
.level_icon.lv28 {
  background-image: url(/common/level/28.png);
}
.level_icon.lv29 {
  background-image: url(/common/level/29.png);
}
.level_icon.lv30 {
  background-image: url(/common/level/30.png);
}

/* widget */
.has_image {
  color: #aaa;
  margin-left: 8px;
  margin-right: 2px;
}

.content-wrapper.no_sidebar {
  margin-left: 0;
}

.main-sidebar {
  padding-top: 0;
}

.ellip1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
}

.ellip2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
}

.ellip3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
}

.select2-container--bootstrap .select2-selection {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  border-radius: 0;
  box-shadow: none;
  transition: none;
}

.main-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
  .main-wrap {
    padding: 20px;
    margin: 10px 25px;
  }
}
@media (max-width: 768px) {
  .content-header > .breadcrumb {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .main-wrap .container {
    padding-right: 0;
    padding-left: 0;
  }
  .content {
    padding: 10px;
  }
  .content-header h1 {
    font-size: 18px;
  }
  .content-header > .breadcrumb {
    display: none;
  }
}
/* posts */
.posts .content blockquote {
  margin: 0;
  padding-left: 20px;
  border-left: solid #eee 10px;
}
.posts .content div {
  margin: 0;
  padding: 0px;
}
.posts .content p {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* list */
.posts_list {
  margin: 10px auto;
  padding: 0 0 30px 0;
}
.posts_list h2 {
  font-weight: normal;
  padding: 0 10px 40px 10px;
  margin: 0;
  border-bottom: #333 solid 1px;
}
.posts_list h3 {
  margin: 0;
  padding: 20px 0 30px 20px;
  font-weight: normal;
  font-size: 24px;
  color: #111111;
}
.posts_list .tt {
  font-weight: bold;
  padding: 40px 0 15px 0;
}
.posts_list .msg {
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  border-bottom: #333 solid 3px;
}
.posts_list .msg span {
  font-size: 15px;
  color: #ff0000;
}
.posts_list .summary {
  margin-bottom: 20px;
}
.posts_list .category {
  margin-top: 0px;
  border-top: 1px solid #444;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
.posts_list .category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts_list .category ul li {
  float: left;
  display: inline-block;
  min-width: calc(10% - 1px);
  margin: 0px;
  padding: 5px 5px 5px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  x-background: url(/image/category_li_bg.png) left center repeat;
  text-align: center;
}
.posts_list .category ul li a {
  color: #055a69;
}
.posts_list .category ul li.on {
  font-weight: bold;
}
.posts_list table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #444;
  border-top: #999999 solid 2px;
}
.posts_list table caption {
  display: none;
}
.posts_list tbody tr:hover {
  background-color: #eef3ff;
}
.posts_list th {
  padding: 8px 0 8px;
  border-bottom: #cdcdcd solid 1px;
  color: #888;
  font-size: 12px;
  background: #fbfbfb;
  border-top: #E6E6E6 solid 1px;
  color: #020202;
  font-weight: normal;
  text-align: center;
}
.posts_list td {
  padding: 8px 0 8px;
  min-width: 50px;
  text-align: center;
  color: #444;
  font-size: 12px;
  border-bottom: #E6E6E6 solid 1px;
  letter-spacing: -1px;
}
.posts_list th.num,
.posts_list td.num {
  width: 50px;
  font-size: 11px;
}
.posts_list th.sbj,
.posts_list td.sbj {
  padding-left: 5px;
  padding-right: 5px;
}
.posts_list th.name,
.posts_list td.name {
  width: 100px;
}
.posts_list th.hit,
.posts_list td.hit {
  width: 70px;
}
.posts_list th.date,
.posts_list td.date {
  width: 70px;
}
.posts_list td {
  font-size: 14px;
}
.posts_list td.sbj {
  text-align: left;
  font-size: 16px;
}
.posts_list td.hit {
  text-align: right;
  padding-right: 5px;
}
.posts_list td div {
  padding: 7px 0 0 0;
  line-height: 150%;
  font-size: 14px;
}
.posts_list td .remail {
  position: relative;
  top: -3px;
  left: -2px;
  color: #111;
}
.posts_list td .btn {
  margin: 1px;
}
.posts_list td .hmsg {
  font-weight: bold;
  color: #ff0000;
}
.posts_list td .hmsg .ok {
  color: #0000ff;
}
.posts_list td .pw_q1 {
  width: 400px;
  margin: 1px;
}
.posts_list td .pw_q2 {
  width: 395px;
}
.posts_list td .board_name {
  font: normal 11px arial;
  padding: 5px;
  margin-right: 7px;
  border-radius: 3px;
  border: solid 1px #ddd;
}
.posts_list select {
  height: 36px;
  margin: 0 2px 0 2px;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.posts_list input.input {
  x-width: 240px;
  height: 36px;
  margin: 0 2px 0 2px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  border-radius: 2px;
  border: solid rgb(223, 223, 223) 2px;
}
.posts_list .info {
  height: 28px;
}
.posts_list .info .article {
  float: left;
  font-size: 11px;
  font-family: gothic, dotum;
  color: #c0c0c0;
  padding: 5px 0 0 5px;
}
.posts_list .info .article a {
  position: relative;
  top: 3px;
  left: 3px;
}
.posts_list .info .category {
  float: right;
  padding: 0 0 5px 0;
}
.posts_list .info .category select {
  padding: 1px;
  margin-bottom: 3px;
}
.posts_list .info .category select .sline {
  color: #c0c0c0;
}
.posts_list .info .category a {
  position: relative;
  top: 3px;
  left: -5px;
}
.posts_list .head {
  padding: 0px 0 0px;
}
.posts_list .head .post_count {
  padding-left: 15px;
  display: inline-block;
  font-size: 12px;
}
.posts_list .bottom {
  padding: 25px 0 0 0;
}
.posts_list .btnbox1 {
  float: left;
  min-width: 130px;
}
.posts_list .btnbox2 {
  float: right;
  min-width: 130px;
  text-align: right;
}
.posts_list .pagebox01 {
  font-family: arial;
  font-size: 13px;
}
.posts_list .pagebox01 span {
  display: inline-block;
  min-width: 22px;
  height: 17px;
  border: solid 1px #e1e1e1;
  padding: 3px 3px 5px;
  margin: 0 3px 5px;
}
.posts_list .pagebox01 span a {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
}
.posts_list .pagebox01 .selected {
  font-weight: bold;
  color: #444;
}
.posts_list .pagebox01 span.selected {
  border: solid 1px #444;
}
.posts_list .new {
  color: #f00;
  font-size: 12px;
  padding-left: 5px;
}
.posts_list .hidden {
  font-size: 12px;
  padding-left: 5px;
}
.posts_list .cmtcnt {
  margin-left: 5px;
  font: normal 12px arial;
  color: #FC6138;
}
.posts_list .has_image {
  color: #aaa;
  margin-left: 8px;
  margin-right: 2px;
}
.posts_list .searchform {
  padding: 30px 0 0 0;
  text-align: left;
}
.posts_list .searchform select {
  font-size: 12px;
  height: 28px;
  vertical-align: bottom;
  padding: 2px;
  border: #cccccc solid 1px;
}
.posts_list .searchform input.input {
  border: #cccccc solid 1px;
  font-size: 12px;
  padding: 5px 10px;
  margin: 1px;
  height: 28px;
  vertical-align: bottom;
}

/* show */
.posts_show {
  margin: 0px auto;
  padding: 0 0 20px 0;
}
.posts_show .content_head {
  margin-bottom: 10px;
}
.posts_show p {
  padding: 0;
  margin: 0;
  word-break: break-all;
}
.posts_show table.postinfo {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #444;
  border-top: #999999 solid 2px;
  border-bottom: none;
}
.posts_show table.postinfo caption {
  display: none;
}
.posts_show table.postinfo th {
  padding: 12px 20px 12px;
  border-bottom: #cdcdcd solid 1px;
  color: #888;
  font-size: 12px;
  background: #fbfbfb;
  border-top: #E6E6E6 solid 1px;
  color: #020202;
  font-weight: normal;
  text-align: center;
}
.posts_show table.postinfo td {
  padding: 10px 20px 10px;
  border-bottom: #cdcdcd solid 1px;
  color: #444;
  font-size: 12px;
}
.posts_show table.postinfo td.subject {
  font-size: 18px;
}
.posts_show table.postinfo th,
.posts_show table.postinfo td {
  border-right: #e1e1e1 solid 1px;
}
.posts_show table.postinfo th:last-child,
.posts_show table.postinfo td:last-child {
  border-right: none;
}
.posts_show table.postinfo tr:last-child {
  border-bottom: solid #fff;
}
.posts_show table.postinfo .avatar {
  float: left;
  margin-left: -10px;
  margin-top: -5px;
  margin-right: 5px;
}
.posts_show table.postinfo .avatar .avatar_image_wrap {
  width: 30px;
  height: 30px;
}
.posts_show .td1 {
  font-weight: normal;
  vertical-align: top;
  margin-left: 10px;
  background: #fbfbfb;
  text-align: center;
  vertical-align: middle;
}
.posts_show .info {
  padding: 10px 10px 10px;
}
.posts_show .info .author .name {
  font-weight: bold;
}
.posts_show .subject {
  font-size: 18px;
  font-weight: bold;
}
.posts_show .bar {
  display: inline-block;
  margin: 0 5px 0;
  color: #e9e9e9;
}
.posts_show .viewbox .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 10px 0 0 0;
}
.posts_show .viewbox .content {
  padding: 20px 20px 20px;
  line-height: 150%;
  font-size: 15px;
}
.posts_show .viewbox .content .tag {
  padding: 10px 0 0 0;
}
.posts_show .viewbox .content .tag a {
  font-size: 11px;
  font-family: dotum;
  color: #222;
}
.posts_show .viewbox .content .tag a:hover {
  text-decoration: underline;
}
.posts_show .viewbox .content .attach {
  padding: 10px 0 0 0;
  line-height: 120%;
}
.posts_show .viewbox .content .attach ul {
  padding: 0;
  margin: 0;
}
.posts_show .viewbox .content .attach ul li {
  list-style-type: none;
  padding: 0 0 0 15px;
}
.posts_show .viewbox .content .attach ul li a {
  font-size: 11px;
  font-family: dotum;
  color: #666;
}
.posts_show .viewbox .content .attach ul li a:hover {
  text-decoration: underline;
}
.posts_show .viewbox .content .attach ul li .size {
  font-size: 11px;
  font-family: arial;
  color: #999;
}
.posts_show .viewbox .content .attach ul li .down {
  font-size: 11px;
  font-family: arial;
  color: #333;
}
.posts_show .viewbox .content .scorebox {
  text-align: center;
  padding: 20px 0 20px 0;
}
.posts_show .viewbox .content .snsbox {
  padding: 20px 0 0 0;
  text-align: right;
}
.posts_show .viewbox .content .snsbox img {
  cursor: pointer;
}
.posts_show .viewbox .content img {
  max-width: 100%;
}
.posts_show .viewbox .recommend {
  margin-top: 20px;
  text-align: center;
}
.posts_show .viewbox .recommend i {
  font-size: 26px;
  height: 50px;
  border-radius: 25px;
  padding: 12px 10px;
  width: 50px;
  cursor: pointer;
}
.posts_show .viewbox .recommend i:hover {
  color: #fff;
  background: #aaa;
}
.posts_show .viewbox .recommend .favor {
  display: inline-block;
  font-size: 20px;
  color: #777;
}
.posts_show .viewbox .signature {
  position: relative;
  border: solid 2px #e0e0e0;
  border-radius: 5px;
  padding: 20px 10px 10px;
  margin: 15px 0px 15px;
  font-size: 13px;
  color: #7a7a7a;
  background: #fafafa;
  cursor: pointer;
}
.posts_show .viewbox .signature .sign_title {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 3px 10px 3px;
  background: #e0e0e0;
  opacity: 0.4;
  color: #516b82;
  font-size: 10px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}
.posts_show .viewbox .signature .sign_text {
  min-height: 20px;
}
.posts_show .viewbox .signature .sign_wrap {
  height: 20px;
  overflow: hidden;
}
.posts_show .viewbox .signature .sign_more {
  display: none;
  height: 10px;
  margin-top: 0px;
  text-align: center;
  color: #aaa;
}
.posts_show .viewbox .attachment {
  font-size: 14px;
  padding: 3px 10px 3px;
}
.posts_show .viewbox .source {
  padding: 5px 20px 50px;
}
.posts_show .viewbox .source .sign_text {
  font-size: 12px;
  color: #669999;
}
.posts_show .viewbox .source .sign_text a {
  color: #669999;
  text-decoration: underline;
}
.posts_show .bottom {
  padding: 25px 0 20px 0;
}
.posts_show .btnbox1 {
  float: left;
}
.posts_show .btnbox2 {
  float: right;
  text-align: right;
}
.posts_show .comment {
  padding: 0 0 10px 0;
  color: #c0c0c0;
}
.posts_show .comment a {
  font-weight: bold;
  color: #3EA9CD;
}
.posts_show .comment .icon1 {
  position: relative;
  top: 3px;
}

img.photo {
  cursor: pointer;
}

/* write */
.posts_write {
  margin: 0px auto;
  padding: 0 0 30px 0;
}
.posts_write .form-group {
  margin-bottom: 0;
}
.posts_write table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #444;
  border-top: #999999 solid 2px;
}
.posts_write td {
  padding: 10px;
  border-bottom: #cdcdcd solid 1px;
  margin-top: 5px;
  font-size: 14px;
  border-right: #e1e1e1 solid 1px;
}
.posts_write td:first-child {
  background: #fbfbfb;
}
.posts_write input.input {
  height: 40px;
  margin: 0 2px 0 2px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 3px;
  border: solid #e5e5e5 1px;
}
.posts_write .editbox {
  padding: 15px 0 15px;
}
.posts_write .td1 {
  width: 80px;
  font-weight: normal;
  color: #444444;
  padding: 10px;
  margin-left: 10px;
  text-align: center;
}
.posts_write .td2 .guide {
  font-size: 11px;
  font-family: dotum;
  color: #999;
  padding: 10px;
}
.posts_write .td2 .guide img {
  position: relative;
  top: 3px;
}
.posts_write .td2 .check {
  color: #666;
}
.posts_write .td2 .check input {
  position: relative;
  top: 2px;
}
.posts_write .td2 .subject {
  width: 400px;
}
.posts_write .td2 select {
  margin: 1px;
}
.posts_write .td2 select .cattt {
  background: #efefef;
}
.posts_write .td2 .after {
  padding: 0px 0 0 0;
  color: #999;
  font-size: 11px;
  font-family: dotum;
}
.posts_write .iconbox {
  border-left: #e0e0e0 solid 1px;
  border-top: #e0e0e0 solid 1px;
  border-right: #e0e0e0 solid 1px;
  background: #f9f9f9;
  padding: 6px 0 8px 7px;
}
.posts_write .iconbox a {
  padding: 0 3px 0 3px;
  font-size: 11px;
  font-family: dotum;
  color: #333;
}
.posts_write .iconbox a:hover {
  color: #7899C7;
}
.posts_write .iconbox a img {
  position: relative;
  top: 2px;
  left: -2px;
  margin-right: 3px;
}
.posts_write .iconbox .split {
  padding: 0 2px 0 2px;
  margin-bottom: -1px;
}
.posts_write .bottombox {
  text-align: left;
  padding: 10px 0 20px 0;
  margin: 0px 0 0 0;
}
.posts_write .bottombox .btngray,
.posts_write .bottombox .btnblue {
  font-weight: bold;
  width: 80px;
  height: 25px;
  color: #888;
  background: #fdfdfd;
  border: solid 1px #ddd;
}
.posts_write table.simple {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #444;
  border-top: #999999 solid 2px;
}
.posts_write table.simple td {
  padding: 15px 20px 5px 20px;
  border-bottom: none;
  color: #888;
  font-size: 16px;
  margin-top: 5px;
  font-size: 14px;
  border: none;
  background: none;
}
.posts_write table.simple input {
  margin: 0 2px 0 2px;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 3px;
  border: solid #e5e5e5 1px;
}

/* pagination */
.bluebox_pagination {
  padding: 0px 0 0 0;
  text-align: center;
  /* self-clearing method: */
}
.bluebox_pagination .pagination {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.bluebox_pagination a,
.bluebox_pagination span,
.bluebox_pagination em {
  padding: 0.2em 0.3em;
  display: block;
  float: left;
  margin-right: 1px;
  font-size: 13px;
}
.bluebox_pagination .gap {
  display: inline-block;
  width: initial;
  height: initial;
}
.bluebox_pagination .disabled {
  color: #999999;
  border: 1px solid #fff;
}
.bluebox_pagination .current {
  font-weight: bold;
  color: #6699ff;
  text-decoration: underline;
  cursor: pointer;
}
.bluebox_pagination a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  border: 1px solid #fff;
}
.bluebox_pagination a:hover, .bluebox_pagination a:focus {
  color: #105cb6;
  border-color: #6699ff;
}
.bluebox_pagination a.previous_page, .bluebox_pagination a.next_page {
  font-weight: normal;
}
.bluebox_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}
.bluebox_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}
.bluebox_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .bluebox_pagination {
  height: 1%;
}
*:first-child + html .bluebox_pagination {
  overflow: hidden;
}

.digg_pagination {
  padding: 0px 0 0 0;
  text-align: center;
  /* self-clearing method: */
}
.digg_pagination .pagination {
  margin: 0 auto;
  text-align: center;
}
.digg_pagination a,
.digg_pagination span,
.digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
  font-size: 13px;
}
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}
.digg_pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}
.digg_pagination a:hover, .digg_pagination a:focus {
  color: #000033;
  border-color: #000033;
}
.digg_pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}
.digg_pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .digg_pagination {
  height: 1%;
}
*:first-child + html .digg_pagination {
  overflow: hidden;
}

.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}
.apple_pagination a,
.apple_pagination span {
  padding: 0.2em 0.3em;
}
.apple_pagination .disabled {
  color: #aaaaaa;
}
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}
.apple_pagination a {
  text-decoration: none;
  color: black;
}
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}
.flickr_pagination a,
.flickr_pagination span,
.flickr_pagination em {
  padding: 0.2em 0.5em;
}
.flickr_pagination .disabled {
  color: #aaaaaa;
}
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}
.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}
.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}
.flickr_pagination .previous_page,
.flickr_pagination .next_page {
  border-width: 2px;
}
.flickr_pagination .previous_page {
  margin-right: 1em;
}
.flickr_pagination .next_page {
  margin-left: 1em;
}

.mobile .avatar_image_wrap {
  width: 30px;
  height: 30px;
}
.mobile .posts {
  padding: 0;
  margin: -10px -15px -10px;
}
.mobile .posts .board_head,
.mobile .posts .postshow,
.mobile .posts .comments,
.mobile .posts .postlist_m {
  background: #fff;
}
.mobile .posts .board_head {
  padding-top: 15px;
}
.mobile .posts .head .info {
  display: inline-block;
}
.mobile .posts_show .content {
  font-size: 16px;
}
.mobile .posts_show .content p {
  font-size: 16px;
}
.mobile .posts_show .content.bigfont {
  font-size: 22px;
}
.mobile .posts_show .content.bigfont p {
  font-size: 22px;
}
.mobile .posts_show .info {
  padding-top: 15px;
}
.mobile .posts_show .info .avatar {
  float: left;
  margin-top: -7px;
  margin-left: -10px;
}
.mobile .posts_show .info .author {
  margin-left: 5px;
}
.mobile .posts_show .info .author .name {
  font-weight: bold;
}
.mobile .posts_show .social {
  padding-left: 15px;
}
.mobile .posts_write {
  margin-top: 0;
}
.mobile .posts_write .desc {
  padding-bottom: 10px;
}
.mobile .posts_write .desc p {
  color: #5096de;
  font-size: 13px;
}
.mobile .postedit_form {
  background: #fff;
}
.mobile .digg_pagination,
.mobile .bluebox_pagination {
  padding-top: 50px;
}
.mobile .searchform {
  padding-top: 20px;
}

.posts_index_m {
  margin: 0px auto;
  padding: 0 0 10px 0;
}
.posts_index_m .tt {
  font-weight: bold;
  padding: 40px 0 15px 0;
}
.posts_index_m .msg {
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  border-bottom: #333 solid 3px;
}
.posts_index_m .msg span {
  font-size: 15px;
  color: #ff0000;
}
.posts_index_m .head {
  width: 100%;
  color: #444;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.posts_index_m .summary {
  padding: 0 0 0 0;
}
.posts_index_m .summary .name {
  display: inline-block;
  font-weight: bold;
}
.posts_index_m .summary .stats,
.posts_index_m .summary .post_count {
  display: inline-block;
  font-size: 12px;
  color: #c0c0c0;
  margin-right: 5px;
}
.posts_index_m .category {
  margin-top: 0px;
  border-top: 1px solid #444;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 5px;
}
.posts_index_m .category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts_index_m .category ul li {
  display: inline-block;
  min-width: calc(10% - 1px);
  margin: 0px;
  padding: 5px 5px 5px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  x-background: url(/image/category_li_bg.png) left center repeat;
  text-align: center;
}
.posts_index_m .category ul li a {
  color: #055a69;
}
.posts_index_m .category ul li.on {
  font-weight: bold;
}
.posts_index_m .board_name {
  display: inline-block;
  font: normal 11px arial;
  padding: 1px 3px 1px;
  font-size: 16px;
  margin-right: 7px;
  border-radius: 3px;
}
.posts_index_m.listmode_show .head {
  margin-top: 20px;
  border-top: none;
}
.posts_index_m .listitem {
  border-bottom: #dfdfdf solid 1px;
  padding: 10px 5px 10px;
  letter-spacing: -1px;
}
.posts_index_m .listitem:hover {
  background: #f9f9f9;
}
.posts_index_m .listitem .sbj a {
  cursor: pointer;
  padding: 1px 0 1px 0;
  color: #444;
  line-height: 150%;
  font-weight: bold;
  font-size: 15px;
}
.posts_index_m .listitem .sbj.notice {
  position: relative;
  top: 4px;
  padding: 0 1px 0 0;
}
.posts_index_m .listitem .sbj.imgpos {
  position: relative;
  top: 3px;
  padding: 0 3px 0 0;
}
.posts_index_m .listitem .sbj.cat {
  font: bold 12px douum;
  color: #666;
}
.posts_index_m .listitem .sbj.ntc {
  color: #0000ff;
}
.posts_index_m .listitem .sbj.comment {
  font: normal 11px arial;
  color: #FC6138;
}
.posts_index_m .listitem .sbj.new {
  font: normal 11px arial;
  color: #ff0000;
}
.posts_index_m .listitem .info {
  padding: 5px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}
.posts_index_m .listitem .info .space {
  color: #dfdfdf;
  padding: 0 4px 0 4px;
}
.posts_index_m .listitem .info .name {
  font-size: 12px;
  font-weight: bold;
}
.posts_index_m .listitem .info.imgpos {
  position: relative;
  font-size: 10px;
  top: 1px;
  padding: 0 1px 0 5px;
}
.posts_index_m .listitem.current {
  background: #f5f5f5;
}
.posts_index_m select {
  height: 36px;
  margin: 0 2px 0 2px;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.posts_index_m input.input {
  x-width: 240px;
  height: 36px;
  margin: 0 2px 0 2px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  border-radius: 2px;
  border: solid rgb(223, 223, 223) 2px;
}
.posts_index_m .info1 {
  height: 28px;
}
.posts_index_m .info1 .article {
  float: left;
  font-size: 11px;
  font-family: gothic, dotum;
  color: #c0c0c0;
  padding: 5px 0 0 5px;
}
.posts_index_m .info1 .article a {
  position: relative;
  top: 3px;
  left: 3px;
}
.posts_index_m .info1 .category {
  float: right;
  padding: 0 0 5px 0;
}
.posts_index_m .info1 .category select {
  padding: 1px;
  margin-bottom: 3px;
}
.posts_index_m .info1 .category select .sline {
  color: #c0c0c0;
}
.posts_index_m .info1 .category a {
  position: relative;
  top: 3px;
  left: -5px;
}
.posts_index_m .bottom {
  padding-top: 25px;
}
.posts_index_m .btnbox1 {
  float: left;
  min-width: 130px;
}
.posts_index_m .btnbox2 {
  float: right;
  min-width: 130px;
  text-align: right;
}
.posts_index_m .pagebox01 {
  font-family: arial;
  font-size: 13px;
}
.posts_index_m .pagebox01 span {
  display: inline-block;
  min-width: 22px;
  height: 17px;
  border: solid 1px #e1e1e1;
  padding: 3px 3px 5px;
  margin: 0 3px 5px;
}
.posts_index_m .pagebox01 span a {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
}
.posts_index_m .pagebox01 .selected {
  font-weight: bold;
  color: #444;
}
.posts_index_m .pagebox01 span.selected {
  border: solid 1px #444;
}
.posts_index_m .new {
  color: #f00;
  font-size: 12px;
  padding-left: 5px;
}
.posts_index_m .hidden {
  font-size: 12px;
  padding-left: 5px;
}
.posts_index_m .cmtcnt {
  margin-left: 5px;
  font: normal 12px arial;
  color: #FC6138;
}
.posts_index_m .has_image {
  color: #aaa;
  margin-left: 8px;
  margin-right: 2px;
}
.posts_index_m .searchform {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}
.posts_index_m .searchform select {
  font-size: 12px;
  height: 28px;
  vertical-align: bottom;
  padding: 2px;
}
.posts_index_m .searchform input.input {
  border: #cccccc solid 1px;
  font-size: 12px;
  padding: 5px 10px;
  margin: 1px;
  height: 28px;
  vertical-align: bottom;
}

/* list */
.posts_list {
  margin: 10px auto;
  padding: 0 0 30px 0;
}
.posts_list h2.card-title {
  font-weight: normal;
  font-size: initial !important;
  padding: 0 10px 40px 10px;
  margin: 0;
  border-bottom: #333 solid 1px;
}

.comments {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  background-color: #f6fafd;
  margin: 20px 0;
  padding: 1em;
}
.comments h2 {
  margin: 0 0 0.5em;
}
.comments ul {
  padding-left: 0em;
}
.comments ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #cccccc;
  min-height: 70px;
  position: relative;
}
.comments ul li:last-child {
  border-bottom: none;
}
.comments ul li.deleted > .comment_item_avatar,
.comments ul li.deleted > .comment_item_header,
.comments ul li.deleted > .comment_form_reply,
.comments ul li.deleted > .comment_item_action {
  display: none !important;
}
.comments ul li.deleted > .comment_item_action2 {
  display: block;
  display: none;
}
.comments ul li:first-child {
  border-top: dashed 1px #cccccc;
}
.comments .reply_img {
  float: left;
  width: 25px;
  height: 20px;
  background: url(/common/comment/arrow-reply.png) no-repeat;
  background-size: 15px 18px;
}
.comments .comment_header {
  font-weight: bold;
}
.comments .comment_header .cmt_count {
  font-weight: normal;
}
.comments .comment_item_body p {
  font-size: 14px;
}
.comments .counter {
  float: right;
  font-size: 10px;
}
.comments .counter .count {
  color: #ff2626;
  font-weight: bold;
}
.comments .comment_item_action2, .comments .comment_item_action {
  float: right;
  margin-right: 5px;
  color: #555;
}
.comments .comment_item_action2 > a, .comments .comment_item_action > a {
  color: #555;
  margin-right: 5px;
}
.comments .comment_item_action2 > a:hover, .comments .comment_item_action > a:hover {
  text-decoration: none;
}
.comments .comment_item_action2 > a.report, .comments .comment_item_action > a.report {
  color: #aaa;
}
.comments .comment_item_action2 span.sp, .comments .comment_item_action span.sp {
  color: #aaa;
  margin-left: -2px;
  margin-right: 3px;
}
.comments .comment_item_action2 {
  color: #ff2626;
  display: none;
}
.comments .comment_item_action2 a {
  color: #ff2626;
}
.comments .comment_item_avatar {
  float: left;
  width: 56px;
  height: 60px;
  /*
      .avatar {
        .avatar_image_wrap {
          width:50px;
          height:50px;
          overflow:hidden;
        }
        .avatar_thumb_image {
          width:100%;
        }
      }
  */
}
.comments .comment_item_header {
  margin-left: 90px;
  margin-bottom: 10px;
}
.comments .comment_item_header .user {
  font-weight: bold;
  color: #666;
}
.comments .comment_item_header .ip {
  color: #555;
  font-size: 12px;
  margin-left: 10px;
}
.comments .comment_item_header .time {
  color: #555;
  font-size: 12px;
  margin-left: 10px;
}
.comments .comment_item_header .favor {
  color: #555;
  font-size: 12px;
  margin-left: 10px;
}
.comments .comment_item_body {
  margin-top: 3px;
  margin-left: 90px;
}
.comments .comment_item_body .reply_icon {
  float: left;
}
.comments .comment_item_body .msg {
  display: block;
  margin-top: 15px;
}
.comments .comment_item_body .cmt_img {
  padding-bottom: 10px;
}
.comments .comment_item_body .cmt_img img {
  max-width: 100%;
}
.comments .comment_form_reply {
  padding-left: 10px;
}
.comments .depth0 {
  padding-left: 0px;
  background-color: #f6fafd;
}
.comments .depth1 {
  padding-left: 5px;
  background-color: rgb(237.6545454545, 245.3636363636, 251.1454545455);
}
.comments .depth2 {
  padding-left: 25px;
  background-color: rgb(229.3090909091, 240.7272727273, 249.2909090909);
}
.comments .depth3 {
  padding-left: 45px;
  background-color: rgb(212.6181818182, 231.4545454545, 245.5818181818);
}
.comments .reply_icon {
  color: #ff0000;
  font-weight: bold;
  margin-right: 10px;
}
.comments .check_new {
  margin: 0px 0 10px;
  width: 100%;
  text-align: center;
  background-color: #c0cfdc;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.comments .check_new i.spinner {
  display: none;
}
.comments .check_new a,
.comments .check_new a:hover,
.comments .check_new a:focus {
  text-decoration: none;
  color: #444;
}
.comments .comment-box {
  border: 1px solid var(--gray-7);
  background: white;
  border-radius: 1.125rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0px 5px 5px 0px rgba(16, 24, 40, 0.03);
  margin-bottom: 1rem;
}
.comments .check_new_result {
  width: 100%;
  background-color: #9cefec;
  padding: 10px;
  text-align: center;
  display: none;
}
.comments .depth0 .reply_img {
  display: none;
}
.comments .depth0 .comment_item_header,
.comments .depth0 .comment_item_body {
  margin-left: 65px;
}

.comments_form, .comment_item {
  font-size: 12px;
}
.comments_form .image_attach, .comment_item .image_attach {
  margin-bottom: 10px;
}
.comments_form .image_attach input[type=file], .comment_item .image_attach input[type=file] {
  font-size: 13px;
}
.comments_form .image_attach .form-check, .comment_item .image_attach .form-check {
  display: inline-block;
  margin-right: 5px;
}
.comments_form .image_attach label, .comment_item .image_attach label {
  font-weight: normal;
}

.mobile .comments {
  border: none;
  padding: 0;
  border-radius: 0;
  padding-top: 10px;
}
.mobile .comments ul li {
  min-height: 90px;
  padding-bottom: 28px;
}
.mobile .comments .comment_item_avatar {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: -4px;
}
.mobile .comments .comment_item_avatar .avatar_image_wrap {
  width: 30px;
  height: 30px;
}
.mobile .comments .comment_item_header {
  margin-left: 0px;
}
.mobile .comments .comment_item_header .user {
  font-size: 15px;
}
.mobile .comments .comment_item_body {
  margin-left: 0px;
}
.mobile .comments .comment_item_body p {
  font-size: 14px;
}
.mobile .comments .comment_item_action {
  font-size: 13px;
}
.mobile .comments .comment_item_action a.report {
  color: #aaa;
}
.mobile .comments .depth0 {
  padding-left: 15px;
}
.mobile .comments .depth1 {
  padding-left: 25px;
}
.mobile .comments .depth2 {
  padding-left: 40px;
}
.mobile .comments .depth3 {
  padding-left: 55px;
}
.mobile .comments .depth4 {
  padding-left: 70px;
  background-color: #d5d5d5;
}
.mobile .avatar {
  width: 30px;
}
.mobile .check_new {
  border-radius: 0;
}
.mobile .check_new_result {
  background-color: #9cefec;
}
.mobile .comment_item_action i {
  display: none;
}
.mobile .comments .reply_img {
  margin-top: 0;
  width: 20px;
}
.mobile .comments_form .image_attach input[type=file] {
  width: 150px;
}
.mobile .comment_item .image_attach input[type=file] {
  width: 150px;
}
.mobile .comments_form {
  padding-bottom: 10px;
}

/* documents */
.document {
  margin: 20px 0 30px;
}
.document .document-info {
  margin-bottom: 40px;
}
.document .document-content {
  font-size: 16px;
}
.document .document-content img {
  max-width: 100%;
}
.document h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.document h4.subtitle {
  font-size: 18px;
}
.document p {
  margin: 0;
  padding: 0;
}
.document .floatbox {
  background: #fff;
}
.document .thumbnail .imgwrap {
  max-height: 160px;
  overflow: hidden;
}

.mobile .document .document-info {
  margin-bottom: 20px;
}

.simple_form .error_notification {
  color: red;
  margin: 0 0 10px;
  padding: 5px 10px 5px;
  font-size: 0.9em;
}
.simple_form .input {
  width: 100%;
}
.simple_form .input .error {
  color: red;
}

.input.hidden {
  display: none !important;
}

:root {
  --default-font-family: "Noto Sans KR", "Malgun Gothic", "Nanum Gothic", sans-serif;
}

html {
  font-family: var(--default-font-family) !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > ul {
  display: none;
  position: absolute;
  top: 20px;
  margin-left: 0.5rem;
  z-index: 20;
  min-width: 203px;
}
.dropdown-submenu:hover > ul {
  display: block;
}

.rc-pagination-item-active button {
  background-color: #fbbf24 !important;
}

.fader {
  margin-top: -360px;
  height: 360px;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgb(255, 255, 255) 100%);
  z-index: 200;
}

/* fitvids.js patch */
.video-wrapper, .fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe, .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
