/*******************************************************************
layout board style
********************************************************************/
/* Tinymce */
.editTinymceImages { padding: 0 0 0 3px; border: 1px solid #c5c5c5; border-bottom: 0; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.editTinymceImages a { display: inline-block; position: relative; margin: 3px 0; padding: 0px 10px; border: 1px solid #B1B1B1; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0); color: #333; text-decoration: none; line-height: 26px; cursor: pointer; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

.editTinymceImages a:hover { background-color: #E3E3E3; color: #333; }

.editTinymceImages a:active { background-color: #D6D6D6; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.mce-tinymce.mce-container.mce-panel { -webkit-box-sizing: border-box; box-sizing: border-box; }

.text-ellipsis { display: block; word-wrap: normal; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.btns-area { position: relative; }

.btns-area .btn-group { padding: 1em 0; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.btns-area .btn-group .btn-custom { display: inline-block; padding: 7px 2em 9px; color: #fff; line-height: 1.3; float: left; margin-right: 5px; }

.btns-area .btn-group .btn-custom:last-child { margin-right: 0; }

.btns-area.view.write.align-c { text-align: center; }

.btns-area.view.write .btn-group { width: auto; }

.btns-area.view .btn-group { display: inline-block; width: 100%; position: static; -webkit-transform: inherit; transform: inherit; }

.btns-area.view .btn-group:after { display: table-cell; content: ''; clear: both; }

.section-comment { margin-top: 1em; display: inline-block; width: 100%; padding: 1em; background: #f6f6f6; }

.section-comment .h4-title { font-size: 22px; }

.section-comment .comment { margin: 1em 0; border: 1px solid #e5e5e5; background: #fff; }

.section-comment .comment textarea { width: 100%; height: 150px; padding: 0.7em 1em; border: 0; }

.section-comment .btns-area { overflow: hidden; }

.section-comment .btns-area .byte-info { float: left; }

.section-comment .btns-area .btn-group { position: static; float: right; -webkit-transform: inherit; transform: inherit; padding: 0; }

.custom-category .tab-title { display: inline-block; display: none; width: 0; height: 0; overflow: hidden; text-indent: -999em; opacity: 0; }

.custom-category ul { display: table; width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 1em; }

.custom-category ul.divide8 > li { width: calc(100% / 8); }

.custom-category ul li { height: 45px; display: table-cell; vertical-align: middle; text-align: center; border: 1px solid #e5e5e5; position: relative; }

.custom-category ul li a { display: table; width: 100%; height: 100%; color: #4a4a4a; cursor: pointer; }

.custom-category ul li a span { display: table-cell; vertical-align: middle; }

.custom-category ul li.__on, .custom-category ul li:hover { background: #145a9f; border: 1px solid #145a9f; }

.custom-category ul li.__on:after, .custom-category ul li:hover:after { position: absolute; left: 50%; bottom: -6px; margin-left: -3px; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #145a9f; }

.custom-category ul li.__on a, .custom-category ul li:hover a { font-weight: 700; color: #fff; }

.pn-list ul { border-top: 1px solid #e5e5e5; }

.pn-list ul li { display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #e5e5e5; }

.pn-list ul li i, .pn-list ul li a, .pn-list ul li > span { display: table-cell; vertical-align: middle; height: 45px; }

.pn-list ul li i { width: 80px; color: #3a3a3a; }

.pn-list ul li i:before { color: #5f5f5f; border: 1px solid #5f5f5f; padding: 3px; margin-right: 5px; }

.pn-list ul li a { color: #707070; }

.pn-list ul li a:hover { color: #145a9f; }

.board-wrap .detail-content #files_list > .file { position: relative; line-height: 25px; }

.board-wrap .detail-content #files_list > .file img { vertical-align: middle; }

.board-wrap .detail-content input[type=checkbox] { -moz-appearance: checkbox; appearance: checkbox; -webkit-appearance: checkbox; vertical-align: middle; }

.section-files { /* form design */ }

.section-files .filebox { position: relative; margin: 0 0 2px; }

.section-files .filebox input[type=file] { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); }

.section-files .filebox label { display: inline-block; position: absolute; top: 5px; left: 0; margin-top: -14px; margin-top: 0; margin-left: 5px; vertical-align: middle; cursor: pointer; }

.section-files .filebox .upload-name { display: inline-block; width: 100%; line-height: 34px; border: 1px solid #e5e5e5; padding-left: 100px; vertical-align: middle; background-color: #fff; }

.section-files .filebox .upload-name.no-bg { border: none; background-color: transparent; }

.section-files .filebox .btn-small { color: #fff; width: 90px; text-align: center; }

.section-files.attach { padding: 0.5em 0 !important; }

.section-files.attach .h4-title { width: 100px !important; text-align: center; line-height: 33px; }

.section-files.attach .h4-title .title { margin-right: 5px; }

.section-files.attach .btn-file-add, .section-files.attach .btn-file-del { position: relative; width: 21px; width: 2.1rem; height: 21px; height: 2.1rem; margin: -4px 0 0; padding: 0; border-radius: 21px; border-radius: 2.1rem; background-color: #4d4d4d; font-size: 0; line-height: 21px; line-height: 2.1rem; text-align: center; vertical-align: middle; vertical-align: middle; }

.section-files.attach .btn-file-add:after, .section-files.attach .btn-file-del:after { display: inline-block; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; vertical-align: middle; content: ''; }

.section-files.attach .btn-file-add:after { background: url(../_images/common/ico_plus.png) 50% 50% no-repeat; background-size: 100% auto; }

.section-files.attach .btn-file-del:after { background: url(../_images/common/ico_minus.png) 50% 50% no-repeat; background-size: 100% auto; }

.section-files .file-alt-label, .section-files .file-alt-text, .section-files .upfile-alt-label, .section-files .upfile-alt-text { position: static !important; display: inline-block; width: 100%; }

.section-files .file-alt-text, .section-files .upfile-alt-text { border: 1px solid #e5e5e5; }

.section-files.list-img .filebox .upfile-alt-label { display: block; position: static; width: auto; padding: 5px 0; }

.section-files.list-img .filebox .upfile-alt { width: 100%; height: 50px; margin: 0; padding: 5px; border: 1px solid #e5e5e5; }

.board-wrap .pagination { font-size: 0; padding: 25px 0; }

.board-wrap .pagination a, .board-wrap .pagination strong { margin-left: 5px; display: inline-block; width: 30px; height: 30px; overflow: hidden; font-size: 13px; border: 1px solid #b4b4b4; border-radius: 100%; line-height: 28px; color: #5b5c5e; }

.board-wrap .pagination .paging_align.vote a {margin-left:0;}

.board-wrap .pagination a:hover, .board-wrap .pagination a:focus { background: #145a9f; border-color: #145a9f; color: #fff; }

.board-wrap .pagination a.__first { margin-left: 0; }

.board-wrap .pagination a.__first, .board-wrap .pagination a.__prev, .board-wrap .pagination a.__next, .board-wrap .pagination a.__last { font-size: 0; text-indent: -999em; }

.board-wrap .pagination a.__first:before, .board-wrap .pagination a.__prev:before, .board-wrap .pagination a.__next:before, .board-wrap .pagination a.__last:before { font-size: 17px; text-indent: 0; }

.board-wrap .pagination a.__first:before { content: '\eb5a'; }

.board-wrap .pagination a.__prev:before { content: '\eb5e'; }

.board-wrap .pagination a.__next:before { content: '\eb5f'; }

.board-wrap .pagination a.__last:before { content: '\eb5b'; }

.board-wrap .pagination strong { font-weight: 700; color: #fff; background: #145a9f; border-color: #145a9f; }

.portlet-list { margin: 2em 0 3em; }

.portlet-list .portlet-header { display: table; width: 100%; table-layout: fixed; }

.portlet-list .portlet-header .h4-title, .portlet-list .portlet-header .btn-group { display: table-cell; width: 50%; vertical-align: middle; font-size: 21px; }

.portlet-list .portlet-header .btn-group { text-align: right; }

.portlet-list .portlet-header .btn-group .button { font-size: 23px; color: gray; margin-left: 10px; cursor: pointer; }

.portlet-list .portlet-header .btn-group .button:hover, .portlet-list .portlet-header .btn-group .button.__active { color: #5b5c5e; }

.portlet-list .bbs-list { margin-top: 10px !important; }

.board-wrap.custom-normal-list .portlet-list .bbs-list .layout-table > li { padding: 0.5em;}

.portlet-list .bbs-list .thumbnail-img { width: 180px; }

.portlet-list .bbs-list .thumbnail-img > a { display: block; position: relative; padding-top: 70%; overflow: hidden;}

.portlet-list .bbs-list .thumbnail-img > a > img { width: 100%; position: absolute; left: 0; top: 0; }

.portlet-list .bbs-list .content .text-content { display: inline-block; width: 100%; font-size: 16px; color: #707070; }

.portlet-list .bbs-list.__gallery { display: inline-block; }

.portlet-list .bbs-list.__gallery .item { border-bottom: 0; display: inline-block; width: 25%; padding: 0 5px; float: left; }

.portlet-list .bbs-list.__gallery .item:after { display: table; content: ''; clear: both; }

.portlet-list .bbs-list.__gallery .item .thumbnail-img { width: 100%; text-align: center; }

.portlet-list .bbs-list.__gallery .item .thumbnail-img a { display: inline-block; width: 100%; }

.portlet-list .bbs-list.__gallery .item .thumbnail-img img { width: 100%; height:100%; vertical-align: top; }

.portlet-list .bbs-list.__gallery .item .content { display: none; }

/* list-style - list */
.board-wrap .board-header.default { position: relative; padding: 1em; border: 1px solid #e5e5e5; background: #f6f6f6; text-align: right; }

.board-wrap .board-header.default .total { position: absolute; top: 50%; left: 1em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.board-wrap .board-header.default .total .num { margin-right: 5px; }

.board-wrap .board-header.default .search-area { display: inline-block; }

.board-wrap .board-header.default .search-area:after { display: table-cell; content: ''; clear: both; }

.board-wrap .board-header.default .search-area .select-box, .board-wrap .board-header.default .search-area .input-search, .board-wrap .board-header.default .search-area .btn-search { float: left; }

.board-wrap .board-header.default .search-area .select-box { margin-right: 5px; }

.board-wrap .board-header.default .search-area .select-box select { min-width: 11rem; padding-right: 30px; }

.board-wrap .board-header .search-area .input-search { border: 1px solid #e5e5e5; line-height: 28px; height: 30px; }

.board-wrap .board-header .search-area .btn-search { height: 30px; font-size: 13px; margin-left: 10px; cursor: pointer; }

.board-wrap.custom-normal-list .bbs-list { margin-top: 3em; border-top: 2px solid #5f5f5f; border-bottom: 1px solid #5f5f5f; }

.board-wrap.custom-normal-list .bbs-list > li { border-bottom: 1px solid #e5e5e5; }

.board-wrap.custom-normal-list .bbs-list > li:last-child { border-bottom: 0; }

.board-wrap.custom-normal-list .bbs-list .layout-table { display: table; width: 100%; table-layout: fixed; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li { display: table-cell; vertical-align: middle; color: #707070; font-size: 16px; font-size: 1.6rem; line-height: 1.4; padding: 0.5em 0; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.num { width: 60px; text-align: center; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content { padding: 0.5em; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .subject { display: inline-block; width: 100%; font-size: 18px; color: #4a4a4a; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .subject:hover { color: #145a9f; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .files { position: relative; display: inline-block; padding-left: 65px; vertical-align: middle; margin-right: 20px; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .files .title { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .files a { display: inline-block; font-size: 0; text-indent: -999em; overflow: hidden; vertical-align: middle; padding: 3px; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .files a:before { text-indent: 0; font-size: 19px; font-weight: 700; color: #145a9f; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .info { display: inline-block; vertical-align: middle; font-size: 14px; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .info > span { display: inline-block; padding-right: 15px; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .info > span:last-child { padding-right: 0; }

.board-wrap.custom-normal-list .bbs-list .layout-table > li.content .info > span i { color: #aaa; }

/* list-style - view */
.board-wrap.custom-normal-view .board-detail .detail-header { position: relative; line-height: 1.4; padding-right: 100px; }

.board-wrap.custom-normal-view .board-detail .detail-header .h3-title { display: inline-block; width: 100%; padding: 0.5em 0; font-size: 22px; color: #3a3a3a; word-break: break-word; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns { position: absolute; bottom: 10px; right: 0; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns a { display: inline-block; width: 25px; height: 25px; border-radius: 100%; font-size: 0; margin-right: 10px; overflow: hidden; text-align: center; text-indent: -999em; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns a:last-child { margin-right: 0; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns a i { font-size: 16px; line-height: 25px; color: #fff; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns a.facebook { background: #395f9f; }

.board-wrap.custom-normal-view .board-detail .detail-header .sns a.twitter { background: #1ab1e8; }

.board-wrap.custom-normal-view .board-detail .detail-content { border-top: 2px solid #5f5f5f; border-bottom: 1px solid #5f5f5f; }

.board-wrap.custom-normal-view .board-detail .detail-content .info { text-align: right; padding: 10px 0; line-height: 1.4; }

.board-wrap.custom-normal-view .board-detail .detail-content .info span { margin-left: 15px; display: inline-block; }

.board-wrap.custom-normal-view .board-detail .detail-content .board-content { padding: 0.5em 0.7em; line-height: 1.4; min-height: 300px; }

.board-wrap.custom-normal-view .board-detail .detail-content .thumbnail-view { padding-top: 2em; }

.board-wrap.custom-normal-view .board-detail .detail-content .thumbnail-view .attach-file-img { margin-bottom: 2em; }

.board-wrap.custom-normal-view .board-detail .detail-content .thumbnail-view img { max-width: 100%; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files { padding: 0.5em 0.7em; border-top: 1px solid #e5e5e5; display: table; table-layout: fixed; width: 100%; line-height: 1.4; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .h4-title, .board-wrap.custom-normal-view .board-detail .detail-content .section-files .files-area { display: table-cell; vertical-align: top; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .h4-title { width: 92px; padding: 3px 0 0; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .h4-title i { font-size: 20px; color: #145a9f; vertical-align: middle; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .files-area li { padding: 3px 0; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .files-area li a { display: inline-block; color: #707070; word-break: break-all; }

.board-wrap.custom-normal-view .board-detail .detail-content .section-files .files-area li a:hover { color: #145a9f; }

/* list-style - write */
.board-wrap.custom-normal-view.write .detail-content .add-info dl { display: table; width: 100%; border-bottom: 1px solid #e5e5e5; }

.board-wrap.custom-normal-view.write .detail-content .add-info dl dt, .board-wrap.custom-normal-view.write .detail-content .add-info dl dd { display: table-cell; padding: 0.5em 0; vertical-align: middle; height: 45px; }

.board-wrap.custom-normal-view.write .detail-content .add-info dl dt { width: 100px; font-weight: 700; text-align: center; }

.board-wrap.custom-normal-view.write .detail-content .add-info dl dd .input-text { border: 1px solid #e5e5e5; line-height: 28px; padding: 0 0.5em; width: 100%; }

/* thumbnail - list */
.board-wrap.custom-normal-list.thumbnail .bbs-list .item:hover .content .subject, .board-wrap.custom-normal-list.thumbnail .bbs-list .item:hover .content .text-content, .board-wrap.custom-normal-list.thumbnail .bbs-list .item:focus .content .subject, .board-wrap.custom-normal-list.thumbnail .bbs-list .item:focus .content .text-content { color: #145a9f; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li { padding: 1em 0; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.thumbnail-img { width: 180px; overflow: hidden; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.thumbnail-img img { width: 100%; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content { position: relative; padding-left: 20px; padding-bottom: 2em; vertical-align: top; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content a { display: inline-block; width: 100%; padding-bottom: 1em; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content .files > a { width: auto; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content a .subject { margin-bottom: 0.5em; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content a .text-content { font-size: 16px; color: #707070; word-break: break-all; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content .date-list { /*position: absolute; left: 20px; bottom: 1em;*/ display: inline-block; vertical-align: bottom; font-size: 14px; }

.board-wrap.custom-normal-list.thumbnail .bbs-list .layout-table > li.content .date-list i { color: #aaa; }

/* gallery - list */
.board-wrap.custom-gallery-list .search-area.custom { border-top: 2px solid #145a9f; background: #f6f6f6; line-height: 2; }

.board-wrap.custom-gallery-list .search-area.custom > dl { display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #e5e5e5; }

.board-wrap.custom-gallery-list .search-area.custom > dl:last-child { border-bottom: 1px solid #145a9f; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dt, .board-wrap.custom-gallery-list .search-area.custom > dl > dd { display: table-cell; padding: 0.5em 0; vertical-align: middle; height: 60px; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dt { width: 100px; text-align: center; font-size: 16px; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword { position: relative; padding: 0 100px 0 13.5rem; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .select-box { width: 13rem; position: absolute; left: 0; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .input-search { width: 100%; }

.board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .btn-search { position: absolute; width: 75px; top: 0; right: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.board-wrap.custom-gallery-list .total { margin: 2em 0 1em; }

.board-wrap.custom-gallery-list .bbs-list { overflow: hidden; margin: -10px; }

.board-wrap.custom-gallery-list .bbs-list:after { display: table-cell; content: ''; clear: both; }

.board-wrap.custom-gallery-list .bbs-list > li { width: 33.3333%; float: left; padding: 10px; }

.board-wrap.custom-gallery-list .bbs-list .item { padding: 10px 10px 0; border: 1px solid #e5e5e5; }

.board-wrap.custom-gallery-list .bbs-list .item:focus a .subject, .board-wrap.custom-gallery-list .bbs-list .item:hover a .subject { color: #145a9f; }

.board-wrap.custom-gallery-list .bbs-list .item .thumb > a { display: block; position: relative; padding-top: 70%; }

.board-wrap.custom-gallery-list .bbs-list .item .thumb img { width: 100%; position: absolute; left: 0; top: 0; height: 100%; }

.board-wrap.custom-gallery-list .bbs-list .item a .subject { display: inline-block; width: 100%; font-size: 16px; color: #3a3a3a; padding-top: 10px; height: 80px; word-break: break-all; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.board-wrap.custom-gallery-list .bbs-list .item .info { display: inline-block; width: 100%; border-top: 1px solid #e5e5e5; line-height: 35px; color: #707070; font-size: 14px; }

.board-wrap.custom-gallery-list .bbs-list .item .info i { color: #aaa; }

/* video - list */
.board-wrap.video .delArticle { position: absolute; }

.board-wrap.video .board-header .total { margin: 0; }

.board-wrap.video .bbs-list { margin-top: 1em; }

.board-wrap.video .bbs-list.notice { display: block; border-bottom: 1px solid #145a9f; margin: 0 0 2em; }

.board-wrap.video .bbs-list.notice .title { font-size: 22px; line-height: 1.4; padding: 1em 0 0.3em; border-bottom: 2px solid #145a9f; }

.board-wrap.video .bbs-list.notice .info { color: #707070; text-align: right; line-height: 1.4; padding-top: 7px; }

.board-wrap.video .bbs-list.notice .info span { margin-right: 1.5em; }

.board-wrap.video .bbs-list.notice .info span:last-child { margin-right: 0; }

.board-wrap.video .bbs-list.notice .video-area { padding: 1.5em 0 2em; }

.board-wrap.video .bbs-list.notice .video-area .jwplayer { max-width: 720px; margin: 0 auto; padding-bottom: 43%; }

.board-wrap.video .bbs-list .item .thumb a { position: relative; display: inline-block; width: 100%; }

.board-wrap.video .bbs-list .item .thumb a:before { position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; display: inline-block; width: 70px; height: 70px; content: '\eb96'; font: normal normal normal 14px/1 tanaicon; display: inline-block; text-indent: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 70px; color: #fff; opacity: 0.7; text-shadow: 0px 1px 1px #5f5f5f; }

.board-wrap.video .board_content .jwplayer { max-width: 720px; margin: 0 auto 1.5em; padding-bottom: 43%; }

/* faq - list */
.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section { display: table-row; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a:hover, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section:hover { background-color: #f6f6f6; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a span, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section span { display: table-cell; vertical-align: middle; color: #3a3a3a; height: 55px; font-size: 16px; text-align: center; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a span.num, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section span.num { width: 55px; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a span.title, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section span.title { text-align: left; padding: 0 7px; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a span.ext01, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section span.ext01 { width: 185px; }

.board-wrap.custom-faq-list .bbs-list .content-group > .layout-table a span.ext02, .board-wrap.custom-faq-list .bbs-list .content-group > .layout-table .none-section span.ext02 { width: 30%; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd { position: relative; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd .admin { display: inline-block; margin: 0.5em 0 0; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd .admin .btn-blue { display: inline-block; padding: 4px 25px; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd > dl { display: table; table-layout: fixed; width: 100%; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd > dl > dt, .board-wrap.custom-faq-list .bbs-list .content-group > dd > dl > dd { display: table-cell; height: 35px; padding: 0; font-size: 16px; vertical-align: middle; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd > dl > dt { width: 85px; position: relative; }

.board-wrap.custom-faq-list .bbs-list .content-group > dd > dl > dt:after { position: absolute; right: 5px; top: 3px; display: inline-block; content: ':'; }

.section-files .filebox .upload-name { height: 38px; }

.board-wrap.custom-normal-view.write .detail-content .add-info dl dd .input-text { height: 30px; }

.board-wrap.custom-gallery-list.video .bbs-list .item a .subject { max-height: 80px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list { margin-top: 1em; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class { width: 60px; text-align: center; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class span { display: block; border-radius: 50px; width: 60px; height: 60px; font-weight: bold; line-height: 58px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class .serv { border: 1px solid #145a9f; color: #145a9f; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class .sell { border: 1px solid #448ccb; color: #448ccb; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class .buy { border: 1px solid #404a8f; color: #404a8f; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.num { width: 80px; padding: 0 6px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img { width: 130px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img .img_wrap { width: 120px; font-size: 0; height: 70px; border: 1px solid #cfcfcf; -webkit-box-shadow: 2px 2px 3px #ccc; box-shadow: 2px 2px 3px #ccc; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img .img_wrap img { width: 100%; height: 100%; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont { overflow: hidden; margin-bottom: 6px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont:after { clear: both; display: table; content: ''; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont .subject { float: left; width: auto; display: block; margin-right: 10px; word-break: break-all; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont .sector { float: right; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .comp_info { display: inline-block; vertical-align: middle; margin-right: 20px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .comp_info .country { width: 45px; height: 30px; border: 1px solid #eee; margin-right: 10px; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .comp_info > .wrap { display: table; }

.board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .comp_info > .wrap .country, .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .comp_info > .wrap .comp { display: table-cell; vertical-align: middle; }

.custom-category ul.divide7 { table-layout: auto; }

.custom-category ul.divide7 > li { width: calc(100% / 7); }

.custom-category ul.divide7 li a span { white-space: nowrap; padding: 0 10px; font-size: 14px; }

.board-wrap.custom-normal-list .bbs-list.markets { margin-top: 2em; }

.jwplayer { position: relative; padding-bottom: 56.25%; height: 0 !important; }

.jwmain { height: auto; display: block; overflow: visible; }

.section-comment-list { border-top: 1px solid #e5e5e5; margin-top: 1em; line-height: 1.5; border-bottom: 1px solid #e5e5e5; margin-bottom: 1em; }

.section-comment-list .comment-list > li + li { border-top: 1px solid #e5e5e5; }

.section-comment-list .comment-list .comment-top { display: table; width: 100%; }

.section-comment-list .comment-list .comment-info { display: table-cell; vertical-align: middle; padding: 1em 0; }

.section-comment-list .comment-list .comment-info > p { position: relative; }

.section-comment-list .comment-list .comment-info .info-date { position: absolute; right: 0; }

.section-comment-list .comment-list .comment-cont { padding-bottom: 1em; }

.section-comment-list .comment-list .comment-cont textarea { width: 100%; }

.section-comment-list .comment-list .btn_area { font-size: 0; display: table-cell; vertical-align: middle; text-align: right; width: 158px; }

.section-comment-list .comment-list .btn_area .btn-blue { display: inline-block; text-align: center; width: 64px; height: 30px; line-height: 30px; font-size: 14px; }

.section-comment-list .comment-list .btn_area .btn-blue + .btn-blue { margin-left: 10px; }

.cmtlist { margin-top: 2em; border-top: 2px solid #B3B3B3; }

.cmtlist li { margin-bottom: 1.5em; padding-bottom: 7px; border-top: 1px dashed #B8B8B8; }

.cmtlist li:first-child { border-top: none; }

.cmtlist li button { cursor: pointer; padding: 3px 6px; border: 1px solid #CACACA; background: #FAFAFA; float: left; margin: 0 1px; font-size: 13px; line-height: 1.1; }

.cmtlist li button:hover, .cmtlist li button:active { background-color: #eee; }

.cmtlist li .cmt_content .board_comment { padding: 0 10px; color: #707070; line-height: 1.5; }

.cmtlist li .cmt_content .cmt_h { overflow: hidden; margin: 1.5em 10px 0.5em; }

.cmtlist li .cmt_content .cmt_h .editText .cmtEditarea, .cmtlist li .cmt_content .cmt_h .cmt_btn .deleteBtn, .cmtlist li .cmt_content .cmt_h .writer_nm { float: left; }

.cmtlist li .cmt_content .cmt_h .cmt_btn { float: right; }

.cmtlist li .cmt_content .cmt_h .cmt_btn .edit_btn { float: left; margin-right: 5px; }

.cmtlist li .cmt_content .cmt_h .cmt_btn .edit_cancelBtn { float: left; }

.cmtlist li .cmt_content .cmt_h .cmt_btn span.pipe_line { float: left; margin-right: 5px; }

.cmtlist li .cmt_content .cmt_h .writer_nm .cmt_writer { font-size: 14px; font-weight: bold; }

.cmtlist li .cmt_content .cmt_h .writer_nm .cmt_date { font-size: 12px; }

.cmtlist li .cmt_content .editText { padding: 0 10px; position: relative; }

.cmtlist li .cmt_content .editText .byte-info { font-size: 13px; padding-top: 5px; line-height: 1.1; }

.cmtlist li .cmt_content .editText .cmt_text textarea { width: 100%; padding: 5px 65px 5px 5px; height: 80px; }

.cmtlist li .cmt_content .editText .cmt_btn { position: absolute; top: 21px; right: 27px; }

.cmtlist li .cmt_content .editText .cmt_btn button { width: 40px; height: 40px; text-align: center; }

@media screen and (max-width: 768px) { .btns-area .btn-group { position: relative; overflow: hidden; }
  .btns-area .btn-group .btn-custom { float: right; }
  .btns-area.view .btn-group .btn-custom { float: none; margin-top: 5px; }
  .board-wrap .detail-content #files_list > .file { word-break: break-all; }
  .board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword { padding: 0 0.5em; }
  .board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .select-box { position: relative; width: 100%; }
  .board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .select-box + input[type=text] { margin-top: 0.5em; }
  .board-wrap.custom-gallery-list .search-area.custom > dl > dd .keyword .btn-search { position: relative; top: auto; right: auto; margin-left: 0; margin-top: 0.5em; }
  .board-wrap.custom-gallery-list .bbs-list > li { width: 50%; }
  .custom-category .tab-title { display: block; width: auto; height: auto; text-indent: 0; opacity: 1; }
  .custom-category .tab-title .btn-tab-title { width: 100%; height: 36px; padding: 8px 38px 8px 20px; background: url(../_images/common/ico_arrow_tab.png) #145a9f 97% 15px no-repeat; background-size: 17px auto; text-align: left; cursor: pointer; color: #fff; }
  .custom-category { position: relative; margin-bottom: 1em; }
  .custom-category.__open-tab .tab-title .btn-tab-title { background-position: 97% -23px; }
  .custom-category ul.divide7 > li, .custom-category ul.divide8 > li { width: 100%; }
  .custom-category ul { display: block; visibility: hidden; position: absolute; right: 0; left: 0; padding: 10px 0; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
  .custom-category.__open-tab ul { visibility: visible; top: 35px; z-index: 9; border: 1px solid #272f4e; border-top: none; background-color: #fff; opacity: 1; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .custom-category ul li { display: block; float: none; padding: 0 1px; background: none; width: 100%; border: none; text-align: left; height: auto; }
  .custom-category ul li a { display: block; padding: 5px 20px; line-height: 1.5; }
  .custom-category ul li.__on, .custom-category ul li:hover { background: none; border: none; font-weight: bold; }
  .custom-category ul li.__on a, .custom-category ul li:hover a { color: #222; }
  .custom-category ul li.__on:after, .custom-category ul li:hover:after { display: none; }
  .board-wrap .board-header.default .total { top: auto; bottom: -36px; }
  .board-wrap .board-header.default .search-area { display: block; }
  .board-wrap .board-header.default .search-area .select-box { width: calc(50% - 5px); }
  .board-wrap .board-header .search-area .input-search { width: calc(50% - 68px); }
  .board-wrap .board-header .search-area .btn-search { width: 63px; margin-left: 5px; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table { display: block; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li { display: block; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list > li { width: 100%; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class span { height: 28px; line-height: 26px; border-radius: unset; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_class { display: inline-block; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.num { display: none; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img { width: 100%; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img .img_wrap { position: relative; padding-top: 35%; width: 50%; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.offer_img .img_wrap img { position: absolute; top: 0; left: 0; }
  .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont .subject, .board-wrap.custom-normal-list.busi_offer .bbs-list .layout-table > li.content .top_cont .sector { float: none; }
  .board-wrap.custom-normal-list.busi_offer + .btns-area .btn-group { padding: 0; position: relative; display: block; right: auto; top: auto; text-align: right; }
  .board-wrap.custom-normal-list.busi_offer + .btns-area .btn-group .btn-custom { float: none; }
  .board-wrap .pagination a, .board-wrap .pagination strong { border: none; width: 24px; height: 24px; line-height: 22px; border-radius: 0; }
  .board-wrap .pagination strong { background: none; border: none; color: #145a9f; }
  .board-wrap .pagination a:hover, .board-wrap .pagination a:focus { background: none; border: none; color: #145a9f; } }

@media screen and (max-width: 600px) { .portlet-list .bbs-list.__gallery .item { width: 50%; }
  .board-wrap.custom-normal-list .bbs-list .layout-table > li { display: block; }
  .board-wrap.custom-normal-list .bbs-list .layout-table > li.thumbnail-img { text-align: center; width: 100%; }
  .board-wrap.custom-normal-list.thumbnail .bbs-list .item { padding: 0.5em 0; }
  .board-wrap.custom-normal-list.thumbnail .bbs-list .item .thumbnail-img { margin: 0 auto; padding-bottom: 5px; width: 100% !important; max-width: 300px; }
  .board-wrap.custom-normal-list.thumbnail .bbs-list .item .content { padding: 0.5em 0 !important; }
  .board-wrap.custom-normal-list.thumbnail .bbs-list .item .content .date { position: static !important; } 
  .board-wrap.custom-normal-list .portlet-list .bbs-list .layout-table > .thumbnail-img { padding: 0.5em 20%;}
  .board-wrap.custom-normal-list .portlet-list .bbs-list.__gallery .layout-table > .thumbnail-img { padding: 0.5em;}
  }

@media screen and (max-width: 425px) { .board-wrap.custom-gallery-list .bbs-list > li { width: 100%; }
  .board-wrap.custom-normal-view .board-detail .detail-content .info span { margin: 0; display: block; }
  .section-comment-list .comment-list .comment-info .info-date { position: relative; display: block; }
  .portlet-list .bbs-list .item { padding: 0.5em 0; }
  .portlet-list .bbs-list .item .layout-table .thumbnail-img { padding: 0.5em 0 0; }
  .portlet-list .bbs-list.__gallery { padding: 0.5em 0; }
  .portlet-list .bbs-list.__gallery .item { width: 100%; padding: 0.5em 0; }
  .portlet-list .bbs-list.__gallery .item .layout-table .thumbnail-img { padding: 0; } }

@media screen and (max-width: 380px) { .board-wrap .pagination a, .board-wrap .pagination strong { width: 18px; height: 18px; line-height: 16px; } }
/*# sourceMappingURL=board.css.map */