
/**************************
	Search
**************************/
#sb-search{position: relative;margin-bottom: 20px;height: 40px;}
#sb-search .total{font-size: 14px;color: #333333;line-height: 40px;}
#sb-search .total strong{color: #000;}
#sb-search .tit{font-size: 16px;letter-spacing: -1px;color: #333;font-weight: bold;line-height: 40px;}
#sb-search .tit i{margin-right: 5px;}
#sb-search fieldset{position: absolute;top: 0;right: 0;font-family: empty;font-size: 0;}
#sb-search fieldset.no-abs{position: static;text-align: center;padding: 10px 0;}
#sb-search fieldset > *{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 40px;box-sizing: border-box;}
#sb-search legend{display: none;}
#sb-search .inp{position: relative;border: 1px solid #ccc;padding-right: 40px;margin-left: 5px;}
#sb-search .inp .keyword{width: 100%;border: none;background: none;height: 38px;font-size: 14px;padding-left: 15px;}
#sb-search .inp .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;border: none;text-indent: -999em;background: none;}
#sb-search .inp .sbm:after{content: '\e036';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 40px;border: none;font-family: axicon;font-size: 16px;text-indent: 0;text-align: center;z-index: 2;}

@media screen and (max-width: 750px) {

    #sb-search{position: relative;margin-bottom: 15px;height: auto;}
    #sb-search fieldset{position: relative;top: auto;right: auto;margin-top: 5px;}
    #sb-search fieldset > *{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
    #sb-search fieldset .where{width: 40%;}
    #sb-search fieldset .where .selectbox{width: 100%;min-width: 0;}
    #sb-search fieldset .inp{width: calc(60% - 5px);margin-left: 5px;}
    #sb-search legend{display: none;}
    #sb-search #sb-category{width: 100%;}


}

/**************************
	list
**************************/
#sb-list{margin: -0.5%;margin-top: 30px;}
#sb-list > li{position: relative;display: inline-block;vertical-align: top;width: 24%;margin: 0.5%;}
#sb-list > li .link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: block;}
#sb-list > li .tmb{position: relative;background-position: center center;background-size: cover;padding-bottom: 80%;z-index: 1;}
#sb-list > li .tmb:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.1);}
#sb-list > li .chk{position: absolute;top: 10px;left: 10px;z-index: 3;}
#sb-list > li .inf{padding: 10px 0;}
#sb-list > li .inf .tit{display: block;font-size: 16px;font-weight: 300;letter-spacing: -1px;color: #e36a7b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
#sb-list > li .inf .tit .cmnt{color: #cb0f16;font-weight: 600;margin-left: 5px;font-size: 12px;}
#sb-list > li .inf .info > li{display: inline-block;vertical-align: top;padding: 0 10px;position: relative;line-height: 13px;font-size: 13px;color: #999;}
#sb-list > li .inf .info > li:before{content: '';display: block;position: absolute;top: 50%;left: 0;width: 1px;height: 12px;margin-top: -6px;background: #ddd;}
#sb-list > li .inf .info > li:first-child{padding-left: 0;}
#sb-list > li .inf .info > li:first-child:before{display: none;}
#sb-list > li .inf .info > li > *{font-size: 13px;color: #999;}

@media screen and (max-width: 750px) {

    #sb-list{margin-top: 15px;}
    #sb-list > li{width: 49%;}
    #sb-list > li .inf .tit{font-size: 14px;margin-bottom: 5px;}
    #sb-list > li .inf .tit .cmnt{font-size: 10px;}
    #sb-list > li .inf .info > li{font-size: 12px;}
    #sb-list > li .inf .info > li > *{font-size: 12px;}

}

/**************************
	Write
**************************/
#sb-write{}
#sb-write .write_tbl{width: 100%;}
#sb-write .write_tbl tr > *{padding: 10px 15px;border-bottom: 1px solid #dddddd;font-size: 14px;line-height: 18px;}
#sb-write .write_tbl tr:first-child > *{border-top: 1px solid #666;}
#sb-write .write_tbl tbody th{font-weight: normal;background: #f7f7f7;color: #333;letter-spacing: -1px;}
#sb-write .write_tbl tbody th em{color: red;font-style: normal;}
#sb-write .write_tbl tbody.memo td{padding: 10px 0;}
#sb-write .write_tbl tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
#sb-write .write_tbl .inp{width: 450px;height: 40px;line-height: 40px;padding: 0 15px;background: #ffffff;border: 1px solid #ccc;}
#sb-write .write_tbl .inp.w100{width: 100%;}
#sb-write .write_tbl .inp.w30{width: 30%;}
#sb-write .write_tbl textarea{width: 100%;height: 300px;font-size: 14px;line-height: 18px;padding: 15px;background: #ffffff;border: 1px solid #ddd;}
#sb-write .write_tbl em.tbl_sment{display: block;margin: 5px 0;font-size: 13px;color: #999;font-style: normal;letter-spacing: -1px;}
#sb-write .write_tbl .fileWrap .addFile{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin-left: 10px;}
#sb-write .write_tbl .fileWrap .addFile > a{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;width: 16px;height: 16px;text-indent: -999em;}
#sb-write .write_tbl .fileWrap .addFile > a.plus{background: url(/superboard/images/sb_fileinp_plus.jpg);}
#sb-write .write_tbl .fileWrap .addFile > a.minus{background: url(/superboard/images/sb_fileinp_min.jpg);}
#sb-write .write_tbl .file_del{display: block;margin-top: 5px;}
#sb-write .write_tbl .file_del label{font-size: 12px;letter-spacing: -1px;}


@media screen and (max-width: 750px) {
	#sb-write .write_tbl colgroup{display: none;}
	#sb-write .write_tbl tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
	#sb-write .write_tbl tbody th{width: 60px;}
	#sb-write .write_tbl .inp{width: 100%;font-size: 12px;}
	#sb-write .write_tbl textarea{height: 150px;font-size: 12px;line-height: 16px;padding: 10px;}
	#sb-write .write_tbl em.tbl_sment{font-size: 11px;}
	#sb-write .write_tbl .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
	#sb-write .write_tbl .fileWrap input[type=file]{width: 100%;}
}

/**************************
	View
**************************/
#sb-view{}
#sb-view .titWrap{position: relative;border-top: 1px solid #666;border-bottom: 1px solid #ddd;}
#sb-view .titWrap .sbj{font-size: 18px;line-height: 20px;color: #000000;display: block;font-weight: normal;padding: 20px 15px;letter-spacing: -1px;}
#sb-view .titWrap .sbj .cat{font-size: 14px;color: #999;margin-right: 10px;}
#sb-view .titWrap .info{border-top: 1px solid #eee;padding: 20px 15px;}
#sb-view .titWrap .info li{position: relative;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;padding: 0 10px;font-size: 13px;line-height: 16px;font-weight: normal;color: #333;font-weight: 300;}
#sb-view .titWrap .info li:first-child{padding-left: 0;}
#sb-view .titWrap .info li > span{font-size: 13px;color: #333;letter-spacing: -1px;}
#sb-view .titWrap .info li:last-child{padding-right: 0;}
#sb-view .titWrap .info li:after{position: absolute;top: 50%;left: 0;margin-top: -7px;content: '';display: block;width: 1px;height: 14px;background: #dddddd;}
#sb-view .titWrap .info li:first-child:after{display: none;}
#sb-view .titWrap .info li em{margin-right: 5px;font-style: normal;font-weight: normal;color: #999;}
#sb-view .memoWrap{padding: 50px 10px;min-height: 300px;word-break:break-all;border-bottom: 1px solid #ddd;}
#sb-view .memoWrap img {max-width:100%;height: auto;}
#sb-view .file.bdt{border-top: 1px solid #ddd;}
#sb-view .file > li{position: relative;border-bottom: 1px solid #ddd;height: 45px;line-height: 45px;padding-left: 170px;}
#sb-view .file > li > strong{position: absolute;top: 0;left: 0;width: 150px;height: 100%;font-weight: normal;line-height: 45px;text-align: center;background: #f7f7f7;color: #333;}
#sb-view .file > li .filename{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;color: #000;margin-right: 15px;max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sb-view .file > li .byte{font-size: 12px;margin-right: 15px;}
#sb-view .file > li a img{display: none;}

@media screen and (max-width: 750px) {

    #sb-view .titWrap .sbj{font-size: 14px;line-height: 18px;padding: 15px 10px;}
    #sb-view .titWrap .sbj .cat{font-size: 12px;margin-right: 4px;}
    #sb-view .titWrap .info{padding: 15px 10px;background: #f7f7f7;}
    #sb-view .titWrap .info li{display: block;padding: 2px 0;font-size: 12px;line-height: 14px;}
    #sb-view .titWrap .info li > span{font-size: 12px;}
    #sb-view .titWrap .info li:after{display: none;}
    #sb-view .titWrap .info li em{margin-right: 0;width: 50px;display: inline-block;}
    #sb-view .memoWrap{padding: 20px 10px;min-height: 100px;}
    #sb-view .memoWrap img {max-width:100%;height: auto;width: auto;height: auto;}
    #sb-view .file > li{height: auto;line-height: 16px;padding: 15px 10px;}
    #sb-view .file > li > strong{display: none;}
    #sb-view .file > li .filename{display: block;margin-right: 0;max-width: 100%;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    #sb-view .file > li .byte{display: block;font-size: 11px;margin-right: 0;}
    #sb-view .file > li a img{display: none;}
    #sb-view .file.bdt{display: none;}

}

/**************************
	Comment
**************************/
#sb-comment{margin-top: 50px;}
#sb-comment h2{display: block;margin-bottom: 10px;font-size: 24px;color: #333;letter-spacing: -1px;font-weight: normal;border-bottom: 1px solid #666;padding-bottom: 15px;}
#sb-comment article{padding: 20px 10px;border-bottom: 1px solid #eee;}
#sb-comment article .hd{position: relative;}
#sb-comment article .hd .name > span{font-size: 16px;color: #333;font-weight: 300;letter-spacing: -1px;}
#sb-comment article .hd .date{position: absolute;top: 0;right: 0;font-size: 13px;color: #999;}
#sb-comment article .article{position: relative;padding-right: 150px;margin-top: 10px;}
#sb-comment article .article p{font-size: 14px;letter-spacing: -1px;color: #666;}
#sb-comment article .article .btns{position: absolute;top: 0;right: 0;text-align: right;}
#sb-comment .bo_vc_w{margin-top: 20px;display: block;}
#sb-comment .bo_vc_w textarea{width: 100%;border: 1px solid #ccc;padding: 15px;font-size: 14px;letter-spacing: -1px;height: 100px;}
#sb-comwrite{padding: 0 10px;margin-top: 20px;}
#sb-comwrite h2{font-size: 14px;letter-spacing: -1px;color: #333;font-weight: 300;margin-bottom: 10px;}
#sb-comwrite textarea{width: 100%;border: 1px solid #ccc;padding: 15px;font-size: 14px;letter-spacing: -1px;height: 100px;}
#sb-comwrite .bo_vc_w_wr .btns{position: relative;}
#sb-comwrite .bo_vc_w_wr .btns .sbm{position: absolute;top: 0;right: 0;}

@media screen and (max-width: 750px) {

    #sb-comment{margin-top: 20px;}
    #sb-comment h2{font-size: 16px;margin-bottom: 10px;}
    #sb-comment article{padding: 10px 5px;}
    #sb-comment article .hd .name > span{font-size: 13px;}
    #sb-comment article .hd .date{font-size: 11px;}
    #sb-comment article .article{margin-top: 5px;padding: 0;}
    #sb-comment article .article p{font-size: 13px;}
    #sb-comment article .article .btns{position: static;margin-top: 5px;text-align: right;}
    #sb-comment .bo_vc_w{margin-top: 10px;}
    #sb-comwrite{padding: 0 5px;margin-top: 10px;}
    #sb-comwrite h2{font-size: 13px;margin-bottom: 5px;}

}



/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {margin:10px -10px 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {}
#bo_gall .gall_li .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:1}
#bo_gall .gall_box {position:relative;margin:0 0 50px 0;border-radius:0 0 2px 2px}
#bo_gall .gall_con {position:relative}

.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10 {position:relative;min-height:1px;padding-left:10px;*padding-left:0;padding-right:10px;*padding-right:0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0}
.gall_row .col-gn-0,.gall_row .col-gn-1 {width:100%}
.gall_row .col-gn-2 {width:50%}
.gall_row .col-gn-3 {width:33.33333333%}
.gall_row .col-gn-4 {width:25%}
.gall_row .col-gn-5 {width:20%}
.gall_row .col-gn-6 {width:16.66666667%}
.gall_row .col-gn-7 {width:14.28571428%}
.gall_row .col-gn-8 {width:12.5%}
.gall_row .col-gn-9 {width:11.11111111%}
.gall_row .col-gn-10 {width:10%}

.gall_row .box_clear {clear:both}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_img {border-bottom:1px solid #eee;text-align:center;overflow:hidden}
#bo_gall .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
#bo_gall .gall_img img, #bo_gall .gall_img video {max-width:100%;height:auto !important}
#bo_gall .gall_img span {display:inline-block;background:#eaeaea;text-align:center;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}

#bo_gall .gall_text_href {margin:10px 0}
#bo_gall .gall_text_href a {font-weight:bold}
#bo_gall .gall_text_href img {margin:0 0 0 4px}
#bo_gall .bo_tit {display:block;line-height:30px;font-weight:bold;color:#000;font-size:1.2em}
#bo_gall .bo_tit .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_gall .bo_cnt {color:#acacac;line-height:18px}
#bo_gall .profile_img img {border-radius:50%}
#bo_gall .bo_tit .fa-download {width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_gall .bo_tit .fa-link {width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;font-weight:normal}
#bo_gall .bo_tit .fa-link {width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px}
#bo_gall .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.825em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:baseline}
#bo_gall .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius:2px;vertical-align:middle;margin-right:2px}
#bo_gall .bo_tit .fa-lock {display:inline-block;line-height:16px;color:#999;text-align:center;vertical-align:middle}

#bo_gall .gall_info {line-height:1.5em;line-height:20px}
#bo_gall .gall_info strong {display:inline-block;margin:0}
#bo_gall .gall_info i {font-size:12px}
#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {display:inline-block;margin-left:10px;color:#777}

#bo_gall .gall_option {position:absolute;top:10px;right:10px}
#bo_gall .gall_option strong {background:#fff;padding:5px 10px;border-radius:30px;-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}

/* 게시판 목록 공통 */
#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {display:inline-block;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_current {color:#e8180c}
#bo_list .profile_img {display:inline-block;margin-right:5px}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}

#bo_gall li.empty_list {padding:85px 0;text-align:center}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}



#bo_gall .gall_img {position: relative;padding-bottom: 56.25%;padding-top: 3px;height: 0;overflow: hidden;}
#bo_gall .gall_img iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}



@media screen and (max-width: 1200px){

    #bo_gall .gall_li {width: 100%;}

}