@charset "utf-8";
/* 게시판 공통 */
.margin-hr-10 { height: 1px; border-top: 1px dotted #ddd; margin: 10px 0; clear: both; }
.margin-top-m-1 { margin-top: -1px; }
.board-write .sky-form section { margin-bottom: 0; }
/* 게시판 목록 */
.board-list .sky-form .radio i, .board-list .sky-form .checkbox i { top: 0; }
.board-list .bo_current { color: crimson; }
.table-list-eb .table-responsive { overflow-y: auto; }
 @media (min-width: 768px) {
.table-list-eb .table-responsive { overflow-y: visible; }
}
.table-list-eb thead { border-top: 1px solid #ddd; background: #f8f8f8; }
.table-list-eb th { text-align: center; }
.table-list-eb td i { margin:2px; }
.table-list-eb td em { font-size: 11px; padding: 0 3px; color: crimson; }
.table-list-eb td span { display: inherit; }
.table-list-eb td .ranking { width: 60px; text-align: center; }
.table-list-eb td .hot-hit { width: 90px; text-align: right; }
.table-list-eb td .fa-reply { -ms-transform: scale(-1, -1); /* IE 9 */ -webkit-transform: scale(-1, -1); /* Chrome, Safari, Opera */ transform: scale(-1, -1); }
.table-list-eb td .fa-dot-circle-o { color: crimson; }
.table-list-eb .td-photo { width: 40px; text-align: center; }
.table-list-eb .td-photo img { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 40px; height: 40px; }
.table-list-eb .td-photo i { width: 40px; font-size: 34px; color: #bbb; text-align: center; }
.table-list-eb .td-name { text-align:center; font-size: 12px; }
.table-list-eb .td-lv { font-size: 12px; border: 1px solid #ddd; padding: 3px 5px 2px; background: #fff; }
.table-list-eb .td-lv em { color: #ddd; }
.table-list-eb .td-date { text-align: center; font-size: 12px; }
.table-list-eb .td-num { text-align: center; font-size: 12px; }
.board-notice { background: #f5f5f5; }
.board-btn-adm li { float: left; margin-right: 5px; }
/* 게시판 쓰기 */
.board-write .tbl_wrap {  }
.board-write .tbl_frm01 textarea { width: 100%; height: 200px; border: 1px solid #ddd; background: #fff; line-height: 1.7; }
.board-write .input-group-btn .btn { cursor: inherit; }
#char_count_desc { display: block; margin: 0 0 5px; padding: 0; }
#char_count_wrap { margin: 5px 0 0; text-align: right; }
#char_count { font-weight: bold; }
#autosave_wrapper { position: relative; }
#autosave_pop { display: none; z-index: 10; position: absolute; top: 24px; right: 15px; padding: 8px; width: 320px; height: auto !important; height: 180px; max-height: 180px; border: 1px solid #565656; background: #fff; overflow-y: scroll; }
html.no-overflowscrolling #autosave_pop { height: auto; max-height: 10000px !important; } /* overflow 미지원 기기 대응 */
#autosave_pop strong { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#autosave_pop div { text-align: right; }
#autosave_pop button { margin: 0; padding: 0; border: 0; background: transparent; margin-left: 10px; }
#autosave_pop ul { margin: 10px 0; padding: 0; border-top: 1px solid #e9e9e9; list-style: none; }
#autosave_pop li { padding: 8px 5px; border-bottom: 1px solid #e9e9e9; zoom:1; }
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop a { display: block; float: left; }
#autosave_pop span { display: block; float: right; }
.autosave_close { cursor: pointer; }
.autosave_content { display: none; }
/* CK Editor Style */
.cke_chrome { border: 1px solid #ddd !important; box-shadow: none !important; }
.cke_top { background: #f8f8f8 !important; border-bottom: 1px solid #ddd !important; box-shadow: none !important; }
.cke_bottom { background: #f8f8f8 !important; border-top: 1px solid #ddd !important; box-shadow: none !important; }
.cke_toolgroup { border: 1px solid #aaa !important; border-bottom-color: #aaa !important; box-shadow: none !important; background: #fff !important; background-image: none !important; }
.cke_combo_button { border: 1px solid #aaa !important; border-bottom-color: #aaa !important; box-shadow: none !important; background: #fff !important; background-image: none !important; }
/* 게시판 읽기 */
.board-view { margin-bottom: 20px; padding-bottom: 20px; }
.board-view-info { padding: 5px 10px; border: 1px solid #eee; color: #555; background: #fafafa; }
.board-view-info span{padding-right:15px; font-family:"Malgun Gothic", verdana}
.board-view-info i.fa{margin-right:3px; display:inline-block}
.board-view-info h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-info small { display: inline-block; margin: 0 10px 0 5px; font-weight: normal; }
.board-view-info .view-photo img { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 40px; height: 40px; }
.board-view-info .view-photo .fa-user { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 40px; height: 40px; background: #fff; color: #aaa; line-height: 40px; font-size: 20px; text-align: center; }
.board-view-file { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.board-view-file h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-file ul { margin-bottom: 0; }
.board-view-file li { padding: 7px 10px; border-bottom: 1px solid #eee; background: #fff; font-size: 12px; }
.board-view-file span { padding: 0 5px; color: #888; }
.board-view-file a { color: #000; word-wrap: break-word; }
.board-view-link { border-left:1px solid #eee; border-right:1px solid #eee; }
.board-view-link h2 { position:absolute; font-size:0; line-height:0; overflow:hidden; }
.board-view-link li { padding: 7px 10px; border-bottom: 1px solid #eee; background: #fff; font-size: 12px; }
.board-view-link a { word-wrap: break-word; }
.board-view-bot { zoom: 1; }
.board-view-bot:after { display: block; visibility: hidden; clear: both; content: ""; }
.board-view-bot h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-bot ul { margin:0; padding:0; list-style:none; }
.view-top-btn { margin: 0 0 10px; padding: 0 0 10px; zoom: 1; }
.view-top-btn:after { display: block; visibility: hidden; clear: both; content: ""; }
.view-top-btn h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.view-top-btn .top-btn-left li { float: left; margin-right: 5px; }
.view-top-btn .top-btn-right li { float: left; margin-left: 5px; }
.board-view-atc { min-height: 200px; height: auto !important; height: 200px; }
.board-view-atc-title { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-img { margin: 0; width: 100%; overflow: hidden; zoom: 1; }
.board-view-img:after { display: block; visibility: hidden; clear: both; content: ""; }
.board-view-img img { max-width: 100%; height: auto; }
.board-view-con { margin-bottom: 30px; width: 100%; line-height: 1.7; word-break: break-all; overflow: hidden; }
.board-view-con a { color: #000; text-decoration: underline; }
.board-view-con img { max-width: 100%; height: auto; }
.board-view-act { margin-bottom: 30px; text-align: center; }
.board-view-act .board-view-act-gng { position: relative; }
.board-view-act a { margin-right: 5px; vertical-align: middle; }
.board-view-act strong { color: crimson; }
.board-view-act-good, .board-view-act-nogood { display: none; position: absolute; top: 30px; left: 0; padding: 5px 0; width: 165px; background: #000; color: #fff; text-align: center; }
.board-view-sns { margin:0 0 20px; padding:0; list-style:none; zoom:1; }
.board-view-sns:after { display:block; visibility:hidden; clear:both; content:""; }
.board-view-sns li { float:left; margin:0 5px 0 0; }
/* 게시판 보기에서 이미지 자동조절 */
.board-view-con .photo-image, .board-view-con .photo-image { margin: 0px 10px; }
.board-view-con .photo-image img, .board-view-con .photo-image img { width: 100%; }
.board-view-con .photo-text, .board-view-con .photo-text { color: #777; font-size: 11px; line-height: 13pt; margin: 0; padding: 5px; border: 1px solid #ddd; border-top: 0; }
.board-view-con a { text-decoration: none; }
.blind { display: none; }
/* 게시판 댓글 */
.view-comment .fa-reply { -ms-transform: scale(-1, -1); /* IE 9 */ -webkit-transform: scale(-1, -1); /* Chrome, Safari, Opera */ transform: scale(-1, -1); }
.view-comment .view-comment-photo .fa-user { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 50px; height: 50px; background: #eee; font-size: 32px; line-height: 50px; text-align: center; color: #aaa; margin-bottom: 10px; }
.view-comment .view-comment-photo img { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 50px; height: 50px; margin-bottom: 10px; }
.view-comment .view-comment-photo { float: left; margin-right: 10px; }
.view-comment .media-body { padding-left: 60px; }
.view-comment .media-body-pn { padding-left: 0px; }
.view-comment .media-heading { padding-top: 3px; }
.view-comment .comment-name { font-weight: bold; }
.view-comment .comment-ip { font-size: 11px; }
.view-comment .comment-time { padding-left: 10px; background: #fff; }
.view-comment .bg-light p { margin-bottom: 0; }
.view-comment .bg-light.first-comment { border-left:1px solid #e33334; }
.view-comment .bg-light.bomb-comment { border-left:1px solid #ff9501; }
.view-comment .bg-light.lucky-comment { border-left:1px solid #87b822; }
.comment-area .view-comment-write-box { border: 1px solid #ddd; }
.comment-area .sky-form header { padding:8px 16px; }
.comment-area .sky-form footer { padding:10px 16px; }
.comment-area .sky-form button { margin: 0; }
/* 게시물 복사 이동 */
.copy-move { padding: 15px; }
.copy-move .sky-form { border: 0; }
.copy-move .copy-move-list label { margin-bottom: 0; }
.copy-move .copymove_current { color: #e33334; }
.copy-move .sky-form .checkbox i { top: 0; }
/* Latest Basic e1 */
.latest-basic-e1 { padding: 10px; border: 1px solid #ddd; }
.latest-basic-e1 ul { margin-bottom: 0; }
.latest-basic-e1 li { padding: 4px 0; border-bottom: 1px dotted #ddd; }
.latest-basic-e1 li:last-child { border-bottom: 0; }
.latest-basic-e1 .col-xs-10 { padding-right: 0; padding-left: 0; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; }
.latest-basic-e1 .col-xs-10 i { width: 14px; text-align: center; }
.latest-basic-e1 .col-xs-2 { padding-right: 0; padding-left: 0; text-align: right; color: crimson; font-size: 12px; }
.latest-basic-e1 .basic-comment { color: crimson; font-size:11px; }
/*리스트에서 목록에서 무한스크롤 사용시 head_bs.html에 basic-bs가 날려지기 때문에 basic_bs.css 파일에 내용을 아래에 따로 불러옴. (앞에 .basic_bs 는 지운것임) 0622 */
/*Media*/
.media.media-v2 { overflow: visible; margin-top: 0; padding: 15px 0 10px 0; border-top: 1px solid #eee; }
.media.media-v2:first-child { border-top: none; }
.media.media-v2 .media.media-v2 { margin-top: 20px; padding-bottom: 0; }
.media.media-v2 img.media-object { width: 50px; height: 50px; margin-right: 10px; }
/*Media Body*/
.media.media-v2 .media-body { overflow: visible; }
.media.media-v2 .media-body p { color: #777; line-height: 1.4; }
/*Media Heading*/
.media.media-v2 .media-heading { margin: 0 0 5px; font-size: 13px; position: relative; }
.media.media-v2 .media-heading a, .media.media-v2 .media-heading a:hover { color: #555; }
.media.media-v2 .media-heading strong { padding-right: 5px; }
.media.media-v2 .media-heading small { top: 3px; right: 0; color: #999; font-size: 12px; position: absolute; }
/*Expand List*/
i.expand-list { color: #777; padding: 5px; min-width: 20px; font-size: 12px; text-align: center; display: inline-block; border: 1px solid #777; }
i.expand-list:hover { color: #999; border-color: #999; }

/*************************
이보미 추가 161207
**************************/
.board-view_wrap{width:100%;}

.icon_new{font:bold 11px Dotum; color:#e33334; display:inline;}

/* write페이지 */
.sky-form fieldset{ padding:0; }
.sky-form .row{ margin:0; }

.sky-form .col-4{ margin-bottom:2px; font-family:'Malgun Gothic'; }
.sky-form .col-5{ width:25%; padding:4px 0 4px 10px; margin:0; }
.col-5-wrap > div:first-child{ padding-left:0; }
.sky-form .col-6{ width:50%; padding:4px 0 4px 10px; margin:0; }
.col-6-wrap > div:first-child{ padding-left:0; }
.sky-form .col-9{ padding:0; margin:2px 0 5px 0; }
.sky-form .col-9 .checkbox i{ margin-top:1px; }

.board-write .sky-form section{  }
.input-group-btn .btn.btn-default.big{ min-width:125px; border-color:#ddd; }
.basic-bs .input-group-btn .btn{ font-family:'Noto Sans KR'; font-weight:400; font-size:13px; }
.basic-bs .input-group-btn .btn-default:hover{ background-color:#f9f9f9; border-color:#ccc; }
.board-write .tbl_frm01 textarea{ padding:3px 6px; height:150px !important; }
.form-control{ border-color:#ddd;}
.vc-captcha{ padding-right:0; padding-left:0; margin:20px 0 0 0; border:none; text-align:center; }
/* #captcha #captcha_info{ font-size:0px !important; }
#captcha #captcha_info:before{ content:'Please enter CAPTCHA No. in order.'; font:300 13px/22px 'Noto Sans KR'; letter-spacing:0; } */

.text-center.padding{ padding:0px 0 30px 0; }

.note_wrap .col-3{ margin:4px 0 -1px 1px; padding:0; }
.note_wrap .col-4{ margin:4px 0 0 0; float:right; text-align:right; }
.note_wrap .col-4 .checkbox{ display:inline-block; }

/* view페이지 */
.data_wrap{ float:left; width:auto; font:normal 15px/28px 'Malgun Gothic'; color:#444; }
.data_wrap:before{ display:inline-block; margin-right:7px; content:''; width:3px; height:3px; background:#2877d6; vertical-align:3px; }

.view-top-btn .pull-left{ float:right !important; }
.view-top-btn .pull-left .btn{ /* padding:4px 5px 5px 5px; */ }

.top-btn-right .btn-default.btn{ /* line-height:14px; */ }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{ border-color:#ccc; background-color:#f9f9f9; }
.board-view .headline h3{ width:100%; padding:0; font-size:24px; line-height:34px; word-break:keep-all; }
.board-view .headline h3 span{ color:#193a8c; font:500 26px/42px 'Noto Sans KR','Malgun Gothic',Sans-serif; letter-spacing:-0.5px; }
/* .board-view .headline h3:after{ margin:16px 0 0; display:block; width:70px; height:1px; content:''; background:#666; } */

.table_inquiry{border-top:2px solid #2877d6; font:400 14px/20px 'Noto Sans KR','Malgun Gothic'; clear:both; margin-bottom:20px; width:100%; background:#fff;}
.table_inquiry th, .table_inquiry td{ padding:10px 13px; border:1px solid #ddd; word-break:keep-all; }
.table_inquiry th{ width:180px; min-height:42px; background:#f8fdff; border-bottom:1px solid #d4d8de; font-weight:400; color:#333; text-align:center; }
.table_inquiry td{ padding-left:20px; }

/* .input-group .form-control:focus{ box-shadow:none; border-color:#999; outline-style:none; }
.board-write .tbl_frm01 textarea:focus{ box-shadow:none; border-color:#999; outline-style:none; } */

@media (max-width:1700px){

.sky-form .col-5{ width:50%; }
.col-5-wrap > div:nth-child(2n+1){ padding-left:0; }

}

@media (max-width:999px) { 

/* view페이지 */
.board-view{ margin-bottom:0; padding-bottom:0; }

/* write페이지 */
.sky-form .col-5{ width:100%; padding-left:0; }
.sky-form .col-6{ width:100%; padding-left:0; }

}
@media (max-width:600px) { 

/* write페이지 */
.note_wrap .col-3{ float:left; width:50%; }
.note_wrap .col-4{ width:40%; }
.input-group-btn .btn.btn-default.big{ /* line-height:20px; */ font-size:13px; min-width:120px; }

#captcha #captcha_key{ width:80px; }

/* view페이지 */
.view-top-btn{ text-align:center; }
.board-view .headline h3{ font-size:20px; line-height:28px; text-align:center; }
.board-view .headline h3 span{ font-size:22px; line-height:32px; }
.data_wrap{ float:none; width:100%; margin-bottom:7px; font-size:14px; text-align:center; }
.view-top-btn .pull-left{ float:none !important; overflow:hidden; position:relative; left:50%; margin-left:-70px; }
.view-top-btn .pull-right{ float:none !important; overflow:hidden; position:relative; left:50%; margin-left:-162px; margin-bottom:7px; }
.table_inquiry{ font-size:13px; line-height:18px; }
.table_inquiry th{ padding:8px 5px; width:90px; min-height:50px; word-break:keep-all; }
.table_inquiry td{ padding:8px 10px; }

}