@charset "UTF-8";
/* Original file: modules/board/skins/aplos/assets/aplos.scss */
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* list.html */
.fl {
  float: left;
}
.fr {
  float: right;
}
.align-center {
  text-align: center;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.color-primary {
  color: #30a9de !important;
}
@media screen and (max-width: 640px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .hidden-desktop {
    display: none !important;
  }
}
.empty-block {
  height: 1em;
}
.rs {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: normal;
  list-style: none;
}
.rs * {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: inherit;
  line-height: normal;
  list-style: none;
}
.rs a {
  text-decoration: none;
}
.rs a:hover {
  text-decoration: none;
}
.xe_content {
  font-size: 14px;
}
.comment-body .xe_content {
  font-size: 14px;
}
@media screen and (min-width: 1281px) {
  .rs {
    font-size: 14px;
  }
  .xe_content {
    font-size: 14px;
  }
  .comment-body .xe_content {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .rs {
    font-size: 13px;
  }
  .xe_content {
    font-size: 13px;
  }
  .comment-body .xe_content {
    font-size: 13px;
  }
}
.board-wrapper {
  box-sizing: border-box !important;
  font-family: 'Spoqa Han Sans', 'Noto Sans Korean', 'Apple SD Gothic Neo', '애플 SD 산돌고딕 Neo', '나눔바른고딕', 'NanumBarunGothic', '나눔바른고딕OTF', 'NanumBarunGothicOTF', 'NanumGothic', '나눔고딕', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
.board-wrapper * {
  box-sizing: border-box !important;
  font-family: 'Spoqa Han Sans', 'Noto Sans Korean', 'Apple SD Gothic Neo', '애플 SD 산돌고딕 Neo', '나눔바른고딕', 'NanumBarunGothic', '나눔바른고딕OTF', 'NanumBarunGothicOTF', 'NanumGothic', '나눔고딕', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
.board-wrapper a {
  font-size: inherit;
  text-decoration: none;
}
.board-wrapper span {
  font-size: inherit;
}
.section-wrapper {
  padding: 1em 0;
  border-bottom: 1px solid #f4f4f4;
}
.section-wrapper-list {
  padding: 0;
}
.section-wrapper:last-child {
  border-bottom: none;
}
.section-wrapper:first-child .table-section {
  border-top: 1px solid #f4f4f4;
}
.section-wrapper:first-child .list-section {
  border-top: 1px solid #f4f4f4;
}
.blog-style {
  padding: 1.5em 0;
}
.title-section, .ctgr-section, .btn-section, .pgnt-section, .comment-section, .sign-section, .ipw-section, .write-section, .message-section, .breadcrumb-section, .pf-section {
  padding: 0 0.6em;
}
.breadcrumb-section {
  padding: 0.5em 1em;
  margin: 0 0.5em;
  background: #f0f0f0;
}
.breadcrumb-section > * {
  font-size: 0.85em !important;
}
.breadcrumb-section > i {
  padding: 0 0.3em;
}
.title-section {
  border-left: 0.5em solid #30a9de;
  margin: 0 0.5em;
  padding: 1em;
}
.title-section p {
  line-height: 160%;
}
.title-section > *:last-child {
  margin-bottom: 0;
}
.pb-section, .ph-section {
  padding: 0 1em;
}
.board-title {
  font-size: 1.5em;
  margin-bottom: 0.6em;
}
.board-desc {
  color: #666;
}
.si-update {
  background-color: dodgerblue;
}
.item-reply {
  color: #30a9de;
  font-size: 0.9em;
  display: inline-block;
  min-width: 0.95em;
  padding: 0 0.1em;
  margin-left: 0.2em;
  text-align: center;
  font-weight: bold;
  font-size: 0.85em !important;
}
.hot-mark {
  color: white;
  background-color: red;
  margin-right: 0.3em;
  font-size: 0.7em !important;
  font-weight: bold;
  border: 1px solid red;
  border-radius: 1em;
  padding: 0.1em 0.3em;
}
.item-notice {
  background-color: #f4f4f4;
}
.item-current {
  background-color: #f8f8f8;
  border-right: 2px solid #eaeaea !important;
  border-bottom: 2px solid #eaeaea !important;
}
/* Table Type */
.table-section table {
  width: 100%;
  border-collapse: collapse;
}
.table-section table th, .table-section table td {
  text-align: center;
  padding: 0.6em 0.3em;
  white-space: nowrap;
  border-bottom: #f8f8f8;
}
.table-section table tr:hover {
  background: #f8f8f8;
}
.table-section table tr {
  border-bottom: 1px solid #f8f8f8;
}
.table-section .item-title {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.table-section .item-title, .table-section .item-num {
  padding-right: 0.6em;
  padding-left: 0.6em;
}
.table-section .item-title > .link > span {
  vertical-align: middle;
}
.table-section .item-notice .item-title {
  font-weight: bold;
}
.table-section .notice-badge {
  color: #30a9de;
}
.table-section .notice-badge i {
  color: inherit;
}
@media screen and (max-width: 640px) {
  .table-section .item-num, .table-section .item-mng {
    display: none;
  }
}
/* List, Webzine, Card Type */
.list-section .item-row {
  position: relative;
  padding: 0.8em;
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
}
.list-section .item-row .item-header {
  font-size: 1.1em;
  font-weight: normal;
}
.list-section .item-header * {
  vertical-align: middle;
}
.list-section .item-notice h1 {
  font-weight: bold;
}
.list-section .item-row:last-child {
  border-bottom: none;
}
.list-section .item-row:hover {
  background: #f8f8f8;
}
.list-section .notice-badge {
  color: #30a9de;
  margin-right: 0.5em;
}
.list-section .item-category {
  margin-right: 0.5em;
  color: #999;
}
.list-section .item-category a {
  color: inherit;
}
.list-section .item-no {
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
}
.list-section .item-summary {
  margin-top: 0.5em;
  color: #aaa;
  line-height: 160%;
  font-size: 0.9em;
}
.list-section .item-thumbnail {
  margin-bottom: 0.5em;
}
.list-section .item-thumbnail img {
  width: 100% !important;
  height: auto !important;
}
.list-section .wz-thumbnail-left {
  float: left;
}
.list-section .item-thumbnail.wz-thumbnail-left {
  width: 6.5em;
  margin-right: 1em;
  margin-bottom: 0;
}
.list-section .item-body.wz-thumbnail-left {
  width: calc(100% - 6.5em - 1em);
}
@media screen and (max-width: 640px) {
  .list-section .item-thumbnail.wz-thumbnail-left {
    width: 5em !important;
  }
  .list-section .item-body.wz-thumbnail-left {
    width: calc(100% - 5em - 1em) !important;
  }
}
.list-section .item-meta {
  font-size: 0.85em;
}
.list-section .item-row-card {
  border-bottom: none;
  display: inline-block;
}
.list-section .list-line-fix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-section .list-meta-br {
  font-size: 0.95em;
}
.list-section .list-meta-br > span {
  display: block;
  margin-bottom: 0.3em;
}
.list-section .list-meta-br > span:last-child {
  margin-bottom: 0;
}
.item-meta {
  color: #999;
  margin-top: 0.5em;
}
.item-meta span {
  color: #999;
}
.item-author a {
  color: #333;
}
.item-meta > span {
  display: inline-block;
  margin-right: 0.6em;
}
.item-meta > span > span {
  word-break: break-all;
}
.item-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
/* /List, Webzine, Card Type */
button.board-btn {
  background: #fff;
}
.board-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  padding: 0.4em 0.8em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .board-btn {
    padding: 0.6em 0.8em;
  }
}
.btn-section .board-btn {
  min-width: 4em;
}
.btn-section .board-btn-fit {
  padding: 0.4em 0.6em;
  min-width: 2.5em;
}
@media screen and (max-width: 640px) {
  .btn-section .board-btn-fit {
    padding: 0.6em;
  }
}
.btn-section .nextprev {
  font-size: 0.9em;
  display: block;
  padding: 0.2em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-section .nextprev > span {
  margin-right: 0.5em;
}
.btn-section .sort-form {
  position: absolute;
  z-index: 15;
  background: #fff;
  bottom: 0;
}
.btn-section .sort-form li a {
  border-bottom: none;
  width: 100%;
}
.btn-section .btn-sort div {
  display: none;
}
.btn-section .btn-sort:hover div {
  display: block;
}
.btn-disabled {
  color: #ccc;
}
.btn-disabled i {
  color: inherit;
}
.abtn-primary {
  background: #30a9de !important;
  border-color: #30a9de;
  color: #fff;
}
.abtn-primary i {
  color: #fff;
}
.abtn-primary:hover {
  color: #fff;
}
@media screen and (min-width: 641px) {
  .btn-section .fr .board-btn {
    margin-left: 0.3em;
  }
  .btn-section .fl > .board-btn {
    margin-right: 0.3em;
  }
}
.search-form {
  padding: 0.6em 0.6em 0 0.6em;
  margin: 0 auto;
}
.search-form table {
  width: 100%;
  border-collapse: collapse;
}
.search-form select, .search-form input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  padding: 0 1em;
}
.search-form td {
  height: 2.2em;
  line-height: 2.2em;
}
.search-form td:first-child {
  width: 9em;
}
.search-form td:last-child {
  width: calc(100% - 9em);
}
.search-form-top {
  width: 100%;
  padding-top: 0;
}
.search-form-top table {
  width: 100%;
  margin: 0;
}
.search-form-top td:first-child {
  width: 10em;
}
.search-form-top td:last-child {
  width: calc(100% - 10em);
}
.search-form-top.wb {
  width: calc(100% - 5.8em);
}
.search-form-top.wb td {
  height: 2.6em;
}
@media screen and (min-width: 641px) {
  .search-form {
    width: 75%;
  }
  .search-form-top {
    text-align: right;
    width: 400px;
  }
  .search-form-top.wb {
    width: 400px;
  }
  .search-form-top.wb td {
    height: 2.2em;
  }
}
.pgnt-section {
  text-align: center;
  font-size: 0.9em;
  color: #333;
}
.pgnt-section a {
  color: inherit;
}
.pgnt-num {
  display: inline-block;
  min-width: 1em;
  height: 2em;
  line-height: 2.2em;
  padding: 0 0.1em;
}
.pgnt-arrow {
  padding: 0 0.3em;
}
strong.pgnt-num {
  min-width: 2em;
  padding: 0 0.3em;
  background: #30a9de;
  color: #fff;
}
.ctgr-list .on .board-btn:first-child {
  background: #30a9de !important;
  border-color: #30a9de;
  color: #fff;
}
.ctgr-list .on .board-btn:first-child i {
  color: #fff;
}
.ctgr-list .on-lv2 {
  font-weight: bold;
  color: #30a9de;
}
.ctgr-list .on-lv2 i {
  font-weight: inherit;
  color: inherit;
}
.ctgr-list li {
  display: inline-block;
  margin-right: 0.4em;
  margin-top: 0.125em;
  margin-bottom: 0.125em;
  position: relative;
}
.ctgr-list li a {
  cursor: pointer;
  padding: 0.3em 0.5em;
}
.ctgr-list li a span {
  color: inherit;
  font-size: 0.95em;
}
.ctgr-list .ctgr-lv2 div {
  position: absolute;
  z-index: 30;
  display: none;
}
.ctgr-list .ctgr-lv2 ul {
  background: white;
  border: 1px solid #ccc;
  border-top: none;
}
.ctgr-list .ctgr-lv2 ul li {
  width: 100%;
  margin: 0;
}
.ctgr-list .ctgr-lv2 ul a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3em;
  font-size: 0.9em;
}
.ctgr-list .ctgr-lv2:hover div {
  display: block;
}
.ctgr-list .ctgr-lv2-btn {
  cursor: pointer;
}
/* _read.html */
.ph-section .item-title {
  font-size: 1.5em;
}
.ph-section .item-title > * {
  vertical-align: middle;
}
.ph-section .item-meta {
  margin-top: 1em;
  font-size: 0.85em;
}
.ph-section .item-category {
  display: block;
  font-size: 0.8em;
  margin-right: 0;
  margin-bottom: 0.25em;
}
.ph-section a.files {
  font-size: 0.8em;
  display: inline-block;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 1.75em;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #30a9de;
  font-weight: normal;
}
.ph-section a.files > span {
  color: #333;
  margin-right: 0;
}
.pf-section {
  margin: 1em 0;
}
.pf-section .voteblame1 {
  text-align: center;
}
.pf-section .voteblame1 li {
  display: inline-block;
}
.pf-section .voteblame1 a {
  display: inline-block;
  min-width: 4.5em;
  padding: 0.4em 0.6em;
  background: #30a9de;
  color: white;
}
.pf-section .voteblame1 a strong {
  color: inherit;
}
.pf-section .voteblame1 .pf-blame {
  background: crimson;
}
.pf-section .voteblame2 {
  float: left;
}
.pf-section .voteblame2 li {
  display: inline-block;
}
.pf-section .voteblame2 li a {
  display: inline-block;
  text-align: center;
  min-width: 3em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  font-size: 1.1em;
  padding: 0 0.7em;
  border: 1px solid #ddd;
  border-radius: 2em;
}
.pf-section .voteblame2 li a i {
  color: #999;
}
.pf-section .voteblame2 li a span {
  margin-left: 0.25em;
  color: #30a9de;
}
.pf-section .voteblame2 li:first-child {
  margin-right: 0.5em;
}
.pf-section .sns_share1 {
  margin-top: 0.3em;
}
.pf-section .sns_share1 li {
  margin: 0 0.125em;
  list-style: none;
  display: inline-block;
}
.pf-section .sns_share1 li a {
  cursor: pointer;
}
.pf-section .sns_share1 li img {
  width: 2em;
}
.pf-section .sns_share2 {
  float: right;
}
.pf-section .sns_share2 li {
  display: inline-block;
}
.pf-section .sns_share2 li a {
  text-align: center;
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  font-size: 1.1em;
  border: 1px solid #ddd;
  border-radius: 2em;
}
.pf-section .sns_share2 li a i {
  color: #999;
}
.pf-section .sns_share2 li a span {
  margin-left: 0.25em;
  color: #30a9de;
}
.pf-section .sns_share2 li .share-btn {
  padding: 0 0.7em;
  min-width: 3em;
}
/* write_form */
.write-section .write-header {
  margin-bottom: 0.6em;
}
.write-section .write-header select {
  float: left;
  width: 140px;
  height: 2em;
  margin-right: 10px;
  border: 1px solid #aaa;
}
.write-section .write-header .wf-title {
  width: calc(100% - 150px);
  height: 2em;
  padding: 0 0.6em;
}
.write-section .write-header input {
  border: 1px solid #aaa;
}
.write-section .write-option {
  margin-bottom: 0.6em;
  text-align: right;
  padding-right: 0.3em;
}
.write-section .write-option input {
  margin-left: 0.25em;
  margin-bottom: 0.5em;
}
.write-section .write-option .title-color {
  width: 6em;
  text-align: center;
  padding: 0.1em;
  border: 1px solid #aaa;
}
.write-section .write-exvar table {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  padding: 0 0.6em;
}
.write-section .write-exvar table th, .write-section .write-exvar table td {
  color: #666;
  padding: 0.6em;
  word-break: break-all;
  word-wrap: break-word;
}
.write-section .write-exvar table th {
  min-width: 5em;
  max-width: 20%;
  background: #fafafa;
}
.write-section .write-exvar table td {
  width: 80%;
}
.write-section .write-exvar table td input[type="text"] {
  min-width: 100%;
  height: 2em;
  padding: 0 0.6em;
  border: 1px solid #aaa;
}
.write-section .write-exvar table td input.tel {
  min-width: inherit;
}
.write-section .write-exvar table td input[type="radio"], .write-section .write-exvar table td input[type="checkbox"] {
  margin: 0.3em;
}
.write-section .write-exvar table td p {
  margin-top: 0.25em;
  font-size: 0.9em;
  color: #999;
}
.write-section .write-exvar table tr {
  border-bottom: 1px solid #e8e8e8;
}
.write-section .write-exvar table .exvar-req {
  padding-top: 0.25em;
  text-align: right;
  font-size: 0.9em;
  font-style: italic;
}
.write-section .write-exvar li {
  display: inline-block;
}
.write-section .write-tool .write-tool-tags {
  width: 100%;
  margin-bottom: 0.6em;
  padding: 0.4em 0.8em;
  border: 1px solid #aaa;
}
.write-section .write-tool .post-write-author {
  width: 100%;
}
.write-section .write-tool .post-write-author .write-input {
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.6em;
}
.write-section .write-tool .post-write-author .write-input input {
  display: inline-block;
  width: calc(100% - 3em);
  padding: 0.4em 0.8em;
  text-align: center;
  border: 1px solid #aaa;
}
.write-section .write-tool .post-write-author .write-input span {
  color: #666;
  font-weight: bold;
  display: inline-block;
  width: 3em;
  text-align: center;
}
.write-section .write-tool .board-btn {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .write-section .write-tool .post-write-author {
    width: calc(100% - 150px);
    margin-bottom: 0;
    display: inline-block;
  }
  .write-section .write-tool .post-write-author .write-input {
    width: 50%;
  }
  .write-section .write-tool .board-btn {
    width: 140px;
  }
}
.write-section .write-tool .write-tool-tsl {
  width: calc(35% - 0.6em);
  margin-right: 0.6em;
}
/* _comment.html */
.comment-header {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
.comment-header span {
  font-weight: bold;
  font-size: inherit;
}
.post-file {
  text-align: right;
  margin-bottom: 1em;
}
.post-file ul {
  background: #f4f4f4;
  padding: 0.3em;
}
.post-file li {
  margin-left: 0.3em;
  color: #999;
}
.post-file a, .post-file i {
  font-size: 0.8em;
  color: inherit;
}
.pb-exvar {
  margin-bottom: 1em;
}
.pb-exvar table {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  border-collapse: collapse;
  padding: 0 0.5em;
}
.pb-exvar table th, .pb-exvar table td {
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}
.pb-exvar table th {
  min-width: 7em;
  max-width: 20%;
  background: #fafafa;
}
.pb-exvar table td {
  width: 80%;
}
.pb-exvar table tr {
  border-bottom: 1px solid #e8e8e8;
}
.pb-content a {
  color: #30a9de;
}
.pb-content .fontsize-ctr {
  font-size: 1.5em;
  display: table;
  text-align: center;
  margin-bottom: 0.5em;
}
.pb-content .fontsize-ctr a {
  vertical-align: middle;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  cursor: pointer;
  width: 1.25em;
}
.pb-content .fontsize-ctr a:first-child span {
  font-size: 0.8em;
}
.pb-content .fontsize-ctr a:last-child span {
  font-size: 1.2em;
}
.pb-tags {
  padding: 1em 0 0 0;
}
.pb-tags ul {
  list-style: none;
}
.pb-tags ul li {
  display: inline-block;
  margin-right: 0.2em;
}
.pb-tags ul li a {
  font-size: 0.9em;
  display: inline-block;
  padding: 0.15em 0.5em;
}
.pb-tags ul li a:before {
  content: "#";
  margin-right: 0.1em;
}
.pb-tags ul li .pb-tags-nb {
  background: #f0f0f0;
  color: #888;
}
.pb-tags ul li .pb-tags-ts {
  border-radius: 1.2em;
  border: 1px solid #30a9de;
  color: #30a9de;
}
.comment-section > form {
  width: 100%;
}
.comment-section .comment-write-author {
  width: 100%;
  margin-bottom: 0.5em;
}
.comment-section .comment-write-author .comment-input {
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.6em;
}
.comment-section .comment-write-author .comment-input input {
  display: inline-block;
  width: calc(100% - 3em);
  padding: 0.4em 0.8em;
  text-align: center;
  border: 1px solid #aaa;
}
.comment-section .comment-write-author .comment-input span {
  color: #666;
  font-weight: bold;
  display: inline-block;
  width: 3em;
  text-align: center;
}
.comment-section .comment-profile-img {
  width: 5.5em;
}
.comment-section .comment-profile-img .user-profile {
  width: 5em;
  height: 5em;
  background-size: cover;
  background-position: center;
  border-radius: 5em;
  border: 1px solid #e8e8e8;
  margin: 2px 0;
}
.comment-section .comment-profile-img > img {
  width: 5em;
  border-radius: 5em;
  border: 1px solid #e8e8e8;
  padding: 2px;
  margin: 2px 0;
}
.comment-section .board-btn {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .comment-section > form {
    width: 100% !important;
  }
}
@media screen and (min-width: 641px) {
  .comment-section .comment-write-author {
    width: calc(100% - 10em - 0.5em);
    margin-bottom: 0;
    display: inline-block;
  }
  .comment-section .comment-write-author .comment-input {
    margin-bottom: 0;
    width: 50%;
  }
  .comment-section .board-btn {
    width: 10em;
  }
}
.comment-section .comment-list .comment-item {
  min-height: 3.5em;
  padding: 1em 0.5em;
  border-bottom: 1px dashed #f0f0f0;
}
.comment-section .comment-list .comment-item .hover-show {
  display: none;
}
.comment-section .comment-list .comment-item:last-child {
  border-bottom: none;
}
.comment-section .comment-list .comment-item:hover .hover-show {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .comment-section .comment-list .comment-item .hover-show {
    display: inline-block;
  }
}
.comment-section .comment-list .comment-file {
  text-align: right;
  margin-bottom: 0.3em;
  color: #999;
}
.comment-section .comment-list .comment-file a, .comment-section .comment-list .comment-file i {
  color: #999;
  font-size: 0.8em;
}
.comment-section .comment-list .mycmt .mycmt-mark {
  font-size: 0.75em;
  display: inline-block;
  padding: 0.1em 0.3em 0 0.3em;
  color: #30a9de;
  border: 1px solid #30a9de;
  border-radius: 1em;
}
.comment-section .comment-list .recmt-mark {
  display: block;
  margin-bottom: 0.5em;
}
.comment-section .comment-list .recmt-mark > span {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #f4f4f4;
  font-size: 0.9em;
  color: #999;
}
.comment-section .comment-list .recmt-mark > span > strong {
  color: inherit;
}
.comment-section .comment-list .comment-body {
  width: calc(100% - 3.5em);
}
.comment-section .comment-list .comment-body .xe_content a {
  color: #30a9de;
}
.comment-section .comment-list .comment-body .comment-meta {
  margin-bottom: 0.6em;
}
.comment-section .comment-list .comment-body .comment-meta .comment-author a {
  font-weight: bold;
}
.comment-section .comment-list .comment-body .comment-meta .comment-date {
  margin-left: 0.25em;
  font-size: 0.9em;
  color: #999;
}
.comment-section .comment-list .comment-body .comment-meta .comment-tool {
  color: #666;
  font-size: 0.85em;
  float: right;
}
.comment-section .comment-list .comment-body .comment-meta .comment-tool a {
  color: inherit;
  margin-left: 0.25em;
}
.comment-section .comment-list .comment-body .comment-meta .comment-tool a span {
  font-size: inherit;
}
.comment-section .comment-list .comment-body .comment-meta span {
  vertical-align: middle;
}
.comment-section .comment-list .profile-comment {
  float: left;
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  border: 1px solid #e8e8e8;
  border-radius: 3em;
  background-position: center;
  background-size: cover;
}
.comment-section .comment-context .comment-author {
  font-size: 1em;
  margin-bottom: 0.6em;
}
.comment-section .comment-context .comment-author strong {
  font-size: inherit;
}
.print-eximg {
  margin-left: 0.3em;
}
.print-eximg i {
  font-size: 0.8em;
}
.print-eximg img {
  vertical-align: middle;
  margin-right: 0.125em;
  width: 1em !important;
  height: 1em !important;
}
.newupdate {
  margin-left: 0.3em;
}
.newupdate img {
  vertical-align: middle;
  width: 1em !important;
  height: 1em !important;
}
.sign-section .author-sign .sign-profile {
  display: inline-block;
  background-size: cover;
  background-position: center;
  float: left;
  width: 3.5em;
  height: 3.5em;
  margin-right: 0.8em;
  border: 1px solid #e8e8e8;
  border-radius: 3.5em;
}
.sign-section .author-sign > img {
  float: left;
  width: 3.5em;
  margin-right: 0.8em;
  border: 1px solid #e8e8e8;
  padding: 0.125em;
  border-radius: 3.5em;
}
.sign-section .author-sign .item-author {
  display: block;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 1.2em;
}
.sign-section .author-sign .author-recent-btn {
  font-size: 0.7em;
  display: inline-block;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 1.75em;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #333;
  font-weight: normal;
}
.sign-section .author-sign-text {
  width: calc(100% - 3.5em - 0.8em);
  float: left;
}
.sign-section .author-recent {
  width: 100%;
  float: right;
  display: inline-block;
  margin-top: 1em;
}
.sign-section .author-recent div {
  text-align: right;
}
.sign-section .author-recent div > a {
  width: 100%;
  display: inline-block;
  color: #888;
  font-size: 0.9em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sign-section .author-recent div > a > span {
  color: #888;
  font-size: 0.85em;
  text-align: center;
  margin-right: 0.3em;
  font-weight: normal;
}
.ipw-section {
  padding: 2em 0;
  text-align: center;
}
.ipw-section p {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.ipw-section input {
  width: 9em;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: none;
  height: calc(2em - 1px);
  padding: 0 1em;
  box-shadow: 0 0 0 0;
}
.ipw-section .board-btn {
  min-width: 4.5em;
  height: calc(2em + 1px);
}
.faq-section span.faq-category {
  display: inline-block;
  margin-right: 0.3em;
  font-weight: bold;
}
.faq-section input.faq-admin {
  margin-top: 0.6em;
  position: absolute;
  right: 0.4em;
  z-index: 15;
}
.faq-section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-section > ul > li {
  list-style: none;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #f4f4f4;
}
.faq-section > ul > li > div {
  display: table;
  width: 100%;
  height: 100%;
}
.faq-section > ul > li .faq-icon {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.9em 0.3em 0.9em 1em;
}
.faq-section > ul > li .faq-icon > i {
  vertical-align: middle;
  color: #666;
  font-size: 2em;
  margin-right: 0.3em;
}
.faq-section > ul > li .faq-icon > span {
  vertical-align: middle;
}
.faq-section > ul > li .faq-title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 1em;
  position: relative;
}
.faq-section > ul > li .faq-title > a {
  display: inline-block;
  padding: 0.5em 0.3em;
  width: 100%;
}
.faq-section > ul > li .faq-title > a:hover {
  color: #30a9de;
}
.faq-section > ul > li .faq-q {
  width: calc(100% - 2em);
  margin: 0 1em 0.6em 1em;
  padding: 1em 2em 2em 2em;
  background: #fafafa;
  line-height: 160%;
}
.faq-section > ul > li .faq-q > div.rs > i {
  color: #ccc;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.faq-section > ul > li:last-child {
  border-bottom: none;
}
.faq-section .accordion-manage a {
  display: inline-block;
  font-size: 0.9em;
  padding: 0.3em 0.6em;
  line-height: normal;
  color: #30a9de;
}
.faq-section a {
  color: #333;
  text-decoration: none !important;
}
.faq-section ul {
  list-style-type: initial;
}
.item-row.faq:last-child {
  border-bottom: 1px solid #f4f4f4 !important;
}
.xefu-dropzone {
  font-size: 12px;
}
.cke_toolbar {
  box-sizing: content-box !important;
}
.cke_toolbar * {
  box-sizing: content-box !important;
}
.video-section {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
  z-index: 40;
}
.video-section iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.alert-box {
  text-align: center;
  padding: 0.5em;
  color: black;
  border: 1px solid #999;
}
.alert-box.primary {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #30a9de;
}
.alert-box.success {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #5cb85c;
}
.alert-box.info {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #5bc0de;
}
.alert-box.warning {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #f0ad4e;
}
.alert-box.danger {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #d9534f;
}
.alert-box.custom {
  font-weight: bold;
  color: white;
  border-color: transparent;
  background: #30a9de;
}

/* Kin's style Category */	
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.sec_category{width: 100%;float:left;padding:0 0 0px 0;}
.sec_category .cate_title, .sec_category .cate_title a{padding:10px 0 5px 0;font-size: 12px;color: #999 !important;}
.sec_category .scategory{overflow: hidden;border-top:1px solid #adadad;}
.sec_category ul{width:100%;border-bottom: 1px solid #adadad;*zoom:1;}
.sec_category ul:after{display: block;clear: both;content: '';}
.sec_category ul li{float:left;margin:-1px 1px 0 -1px;padding:5px 0 8px 0;width: 25%;text-align: center;background: url('../assets/bg_cate_li_left.gif') no-repeat 0 0;font-size: 12px; }
.sec_category ul li a{color: #878787 !important;}
.sec_category ul li.active a{color: #303030;font-weight: bold;}
.sec_category ul li a:hover{text-decoration:underline}
.sec_category .cate_title .gCateListAll a{padding:10px 0 5px 0;font-size: 12px;color: #999 !important;}

.gCate span {font-size: 11px; color: #2F3743;}
.gCate_ul .selected a, .gCate_ul .selected span{color:#3A3A3A !important; font-weight: bold}

.column_single{width:100%;}
.column_single .search_form .ipt_box{margin:30px 154px 0 161px;}

.search_form{display: block;position:relative;margin-top:15px;}
.search_form .bullet{display:block;position: absolute;top:-5px;left:-80px;width: 70px;height:41px;background:url('../assets/bu_srch.gif') no-repeat 0 0;}
.search_form .ipt_box{position:relative;height: 30px;border:1px solid #a4a4a4;background:white;*float: left;}
.search_form .ipt_box .ipt_inner{display: block;padding:5px 5px 0;height: 27px;}
.search_form .ipt_box input.ipt_txt{display:block;padding:0;width: 100%;height:20px;line-height: 1;font-size: 16px;border: none;outline: none;background: white}
.search_form .btn_sbmt_srch{display: block;position: absolute;top:-1px;right:-73px;}
.search_form .btn_sbmt_reload{display: block;position: absolute;top:-1px;right:-110px;}


.corner05{position:relative;height: 100px;background: url('../assets/srch_frm_rpt.png') repeat-x 0 0;}
.corner05 .corn{position: absolute;top:0;width:5px;height: 100px;}
.corner05 .l{left:0;background:url('../assets/srch_frm_left.png') no-repeat 0 0;}
.corner05 .r{right:0;background:url('../assets/srch_frm_right.png') no-repeat 0 0;}

.blind,legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
form,fieldset{margin:0;padding:0}
img,fieldset{border:0 none}

/* Board Header */
.boardHeader *{ margin:0 0 10px 0; padding:0;}
.boardHeader a{ text-decoration:none; color:#4d4d4d;}
.boardHeader a:hover,
.boardHeader a:active,
.boardHeader a:focus{ text-decoration:underline;} 
.boardHeader .boardTitle{ letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid #ddd; *zoom:1; background-repeat:no-repeat; background-position:left 8px;}
.boardHeader .boardTitle:after{ content:""; display:block; clear:both;}
.boardHeader .boardTitleText{ font-size:18px; float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 5px; border-bottom:3px solid; border-color:#666; background-image:url(../assets/lineVr11.gif); background-repeat:no-repeat; background-position:right bottom;}
.boardHeader .boardTitleText a{ text-decoration:none; color:#000;}
.boardHeader .boardTitleText em{ font-style:normal; font-weight:normal; color:#666;}
.boardHeader .boardDescription{ padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative; background:#f8f8f8;}