@charset "utf-8";
/**************************************************

	SUPERBOARD :: BOARD

**************************************************/

#sb-wrap legend{display: none;}

/**************************
	Button
**************************/
#sb-footer{position: relative;margin-top: 30px;min-height: 35px;}
#sb-footer .left{position: absolute;top: 0;left: 0;text-align: left;width: 50%;z-index: 2;}
#sb-footer .center{text-align: center;}
#sb-footer .right{text-align: right;}
#sb-footer > div{margin: -2px;}
#sb-footer > div > *{margin: 2px;}

.sb-btn{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 50px;text-align: center;font-size: 16px;padding: 0 20px !important;min-width: 100px;text-decoration: none !important;letter-spacing: -0.5px;cursor: pointer !important;}
.sb-btn.small{height: 40px;line-height: 40px;vertical-align: middle;font-size: 15px;}
.sb-btn.type1{background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;}
.sb-btn.type2{background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;}
.sb-btn.type3{background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;}
.sb-btn.type11{height: 30px;line-height: 30px;padding: 0 8px !important;background: #ffffff;border: 1px solid #333333;color: #333333 !important;font-size: 14px;min-width: 80px;}
.sb-btn.type22{height: 30px;line-height: 30px;padding: 0 8px !important;background: #f7f7f7;border: 1px solid #dddddd;color: #000000 !important;font-size: 14px;min-width: 80px;}
.sb-btn.type33{height: 30px;line-height: 30px;padding: 0 8px !important;background: #444c62;border: 1px solid #444c62;color: #ffffff !important;font-size: 14px;min-width: 80px;}

.sb-no-data{display: block;background: #f7f7f7;padding: 20px 10px;text-align: center;font-size: 14px;letter-spacing: -1px;color: #999;}

@media screen and (max-width: 750px) {
	#sb-footer.no-abs .left{position: static;text-align: center;width: 100%;white-space: nowrap;}
	#sb-footer.no-abs .center{margin-top: 10px;white-space: nowrap;}
	#sb-footer.no-abs .right{margin-top: 10px;text-align: center;white-space: nowrap;}
    .sb-btn{font-size: 14px !important;height: 40px;line-height: 40px;padding: 0 10px;min-width: 70px;font-size: 15px;letter-spacing: -1px;}
	.sb-btn.small{font-size: 14px;}
	.sb-btn.type11{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
	.sb-btn.type22{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
	.sb-btn.type33{padding: 0 5px !important;font-size: 13px !important;min-width: 70px;}
    .sb-no-data{font-size: 11px;}
}

/**************************
	Category
**************************/
#sb-category {margin:50px auto; text-align:center; }
#sb-category li{position:relative; cursor:pointer;  margin:0 20px; box-sizing:border-box; display:inline-block; vertical-align:top;}
#sb-category li a {position:relative; font-size:20px; color:#666; line-height:30px;  padding:0 6px 10px;}
#sb-category li.active a {font-weight:600; color:#02bdcb;}
#sb-category li:hover a {color:#02bdcb;}
#sb-category li.active a:before {position:absolute; content:''; width:100%; height:3px; left:0; bottom:0; background:#02bdcb;}
#sb-category li a:after {position:absolute; content:''; width:5px; height:5px; border-radius:50%; background:#ccc; top:12px; right:-22px;}
#sb-category li:last-child a:after {display:none;}

@media screen and (max-width: 1300px) {
	
	#sb-category{margin:30px auto 50px;}
    #sb-category li {margin:0 5px; }
    #sb-category li a{font-size:13px; padding:0 3px 5px; line-height:20px;}
	#sb-category li a:after {top:7px; right:-7px; width:3px; height:3px;}

}

/**************************
	Agreement
**************************/
.sb-agreebox{margin-bottom: -1px;}
.sb-agreebox .agree{position: relative;border: 1px solid #999;padding: 30px 25px;box-shadow: 0 2px 0 rgba(0,0,0,0.05);background: #fff;}
.sb-agreebox .agree input{display: none;}
.sb-agreebox .agree label{font-size: 18px;color: #333;letter-spacing: -1px;position: relative;padding-left: 40px;}
.sb-agreebox .agree label:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 25px;height: 25px;border-radius: 50%;border: 1px solid #ddd;box-sizing: border-box;}
.sb-agreebox .agree label:after{content: '\f1ad';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 25px;line-height: 25px;text-align: center;font-family: axicon;font-size: 12px;color: #333;display: none;}
.sb-agreebox .agree input:checked + label:after{display: block;}
.sb-agreebox .agree button{background: var(--btn1-border-color);height: 40px;width: 160px;font-size: 15px;letter-spacing: -1px;border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color);position: absolute;top: 50%;transform: translate(0, -50%);right: 25px;}
.sb-agreebox .agree button i{display: inline-block;vertical-align: middle;margin-left: 15px;}
.sb-agreebox .agree button.on i{transform: rotate(180deg);}
.sb-agreebox .privacy{position: relative;z-index: 2;border: 1px solid #999;border-top-color: #eee;margin-top: -1px;padding: 25px;height: 300px;overflow-y: auto;display: none;background: #fff;background: #f9f9f9;}
.sb-agreebox .privacy.on{display: block;}

@media screen and (max-width: 750px) {
    
	.sb-agreebox .agree{padding: 20px 10px;}
	.sb-agreebox .agree label{font-size: 14px;padding-left: 25px;}
	.sb-agreebox .agree label:before{width: 18px;height: 18px;}
	.sb-agreebox .agree label:after{line-height: 18px;width: 18px;font-size: 11px;}
	.sb-agreebox .agree button{height: 35px;width: 100px;font-size: 13px;right: 10px;}
	.sb-agreebox .agree button i{margin-left: 10px;}
	.sb-agreebox .privacy{padding: 15px;height: 200px;}

}


/**************************
	Search
**************************/
#sb-search{position: relative;margin-bottom: 30px;height: 40px;}
#sb-search .total{font-size: 16px;color: #666666;line-height: 40px;}
#sb-search .total strong{color: #222;}
#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: -5px;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; box-sizing: border-box;}
#sb-search legend{display: none;}
#sb-search .where{border: 1px solid #cccccc;width: 130px;overflow: hidden;background: url(/superboard/images/sb_slt_spr.jpg) no-repeat 92% center;margin-left: 5px; border-radius:10px;}
#sb-search .where select{width: 130%;height: 52px;border: none;background: none;padding-left: 10px;font-size: 16px;color: #333333;}
#sb-search .inp{position: relative;width: 300px; padding-right: 52px;margin-left: 5px;border: 1px solid #cccccc; box-sizing:border-box; border-radius:10px;}
#sb-search .inp .keyword{width: 100%;border: none;background: none;height: 50px;font-size: 16px;padding-left: 15px; }
#sb-search .inp .sbm{position: absolute;top: 0;right: 0;width: 52px;height: 52px;background:none;border: none;color:#222;font-size: 20px;}

@media screen and (max-width: 1300px) {
    #sb-search{height: auto;}
    #sb-search .total{font-size: 13px;line-height: auto;letter-spacing: -1px;}
    #sb-search fieldset{position: relative;top: auto;right: auto;margin: -0.5% !important;}
    #sb-search fieldset > *{height: 35px;margin: 0.5% !important;}
    #sb-search .where{width: 35%;}
    #sb-search .where select{height: 35px;padding-left: 5px;font-size: 13px;letter-spacing: -1px;}
    #sb-search .category{width: 99%;background-position: 97% center;}
    #sb-search .inp{padding-right: 40px;width: 63%;}
    #sb-search .inp .keyword{width: 100%;height: 35px;font-size: 13px;padding-left: 10px;}
    #sb-search .inp .sbm{width: 35px;height: 35px;font-size: 16px;}

}

/**************************
	Password form
**************************/
#sb-password{width: 300px;margin: 0 auto;}
#sb-password fieldset{padding: 20px;border: 1px solid #ddd;border-top-width: 2px;}
#sb-password fieldset h4{display: block;padding: 0;margin-bottom: 10px;display: block;font-weight: normal;font-size: 16px;}
#sb-password fieldset .inp{width: 100%;height: 40px;line-height: 40px;padding: 0 10px;border: 1px solid #ddd;}

@media screen and (max-width: 750px) {
	#sb-password{width: 100%;}
	#sb-password fieldset{padding: 20px 15px;}
	#sb-password fieldset h4{font-size: 14px;}
	#sb-password fieldset .inp{width: 100%;height: 35px;line-height: 35px;}
}

/**************************
	Write
**************************/
#sb-write{border-top: 2px solid #333;border-bottom: 1px solid #ccc;}
#sb-write .write_tbl{width: 100%;}
#sb-write .write_tbl tr > *{padding: 12px 15px;border-top: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
#sb-write .write_tbl tr:first-child > *{border-top: none;}
#sb-write .write_tbl tbody th{font-weight: normal;color: #000;text-align: left;}
#sb-write .write_tbl tbody.memo td{padding: 0 !important;border: none !important;}
#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;margin: 2px 0;padding: 0 15px;background: #f7f7f7;border: 1px solid #f7f7f7;vertical-align: middle;}
#sb-write .write_tbl .inp:focus{border-color: #666;background: #fff;color: #000;}
#sb-write .write_tbl .inp.w100{width: 100%;}
#sb-write .write_tbl .inp.w30{width: 200px;}
#sb-write .write_tbl select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 10px;background: #ffffff;border: 1px solid #ccc;vertical-align: middle;min-width: 240px;}
#sb-write .write_tbl textarea{width: 100%;height: 300px;margin: 2px 0;font-size: 14px;line-height: 18px;padding: 15px;background: #f7f7f7;border: 1px solid #f7f7f7;resize: none;}
#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);}

@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: 40%;font-size: 13px;padding: 0 10px;letter-spacing: -1px;}
	#sb-write .write_tbl .inp.w30{width: 130px;}	
	#sb-write .write_tbl select{padding: 0 5px;font-size: 13px;letter-spacing: -1px;min-width: 150px;}
	#sb-write .write_tbl textarea{height: 150px;font-size: 13px;line-height: 16px;padding: 10px;letter-spacing: -1px;}
	#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{border-top: 2px solid #333;}
#sb-view .titWrap{position: relative;padding: 30px 20px;border-bottom: 1px solid #ccc;}
#sb-view .titWrap .sbj{font-size: 22px;line-height: 28px;color: #000000;display: block;padding-right: 100px;font-weight: normal;letter-spacing: -1px;}
#sb-view .titWrap .sbj em{display: block;font-size: 16px;color: #666;font-style: normal;letter-spacing: -1px;margin-bottom: 5px;}
#sb-view .titWrap .info{margin-top: 15px;}
#sb-view .titWrap .info li{display: inline-block;vertical-align: top;padding: 0 20px;position: relative;font-size: 15px;color: #999999;}
#sb-view .titWrap .info li:before{content: '';display: block;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 2px;height: 12px;background: #ddd;}
#sb-view .titWrap .info li:first-child{padding-left: 0;}
#sb-view .titWrap .info li:first-child:before{display: none;}
#sb-view .titWrap .info li em{font-style: normal;color: #333333;margin-right: 3px;}
#sb-view .titWrap .date{position: absolute;bottom: 30px;right: 20px;font-size: 16px;color: #999;}
#sb-view .titWrap .btns{position: absolute;top: 30px;right: 20px;}
#sb-view .titWrap .btns a{margin-left: 2px;}
#sb-view .etcfield{position: relative;padding: 20px;border-bottom: 1px solid #eee;}
#sb-view .etcfield .tit{font-size: 16px;color: #000;display: inline-block;vertical-align: middle;min-width: 80px;margin-right: 10px;}
#sb-view .etcfield p{display: inline-block;vertical-align: middle;color: #666;font-size: 16px;}
#sb-view .etcfield p a{color: #333;}
#sb-view .memoWrap{padding: 50px 20px;min-height: 300px;word-break:break-all;}
#sb-view .memoWrap img {max-width:100%;height: auto;}
#sb-view .file{border: 1px solid #333;border-width: 1px 0;}
#sb-view .file > li{position: relative;border-top: 1px solid #eee;line-height: 18px;padding: 15px 0 15px 170px;}
#sb-view .file > li:first-child{border-top: none;}
#sb-view .file > li > strong{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 150px;font-weight: normal;line-height: 15px;text-align: center;font-size: 15px;color: #000;}
#sb-view .file > li .filename{color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sb-view .file > li .byte{font-size: 12px;display: block;}
#sb-view .file > li a img{display: none;}
#sb-view .nextAndPrev{border: 1px solid #ccc;border-width: 1px 0;margin-top: 30px;}
#sb-view .nextAndPrev table{width: 100%;}
#sb-view .nextAndPrev table tr > *{padding: 20px 15px;border-bottom: 1px solid #ddd;font-size: 16px;}
#sb-view .nextAndPrev table tr:last-child > *{border-bottom: none;}
#sb-view .nextAndPrev table tbody th{font-weight: normal;color: #000;width: 150px;background: #f7f7f7;}
#sb-view .nextAndPrev table tbody th i{margin-right: 10px;}
#sb-view .nextAndPrev table tbody td.sbj a{font-size: 16px;color: #666;}
#sb-view .nextAndPrev table tbody td.date{font-size: 14px;color: #999;width: 150px;text-align: right;}

@media screen and (max-width: 750px) {
	#sb-view .titWrap{padding: 30px 10px 20px 10px;}
	#sb-view .titWrap .sbj{font-size: 14px;line-height: 18px;padding-right: 0;margin-bottom: 10px;}
	#sb-view .titWrap .sbj em{font-size: 13px;}
	#sb-view .titWrap .info{text-align: left;position: static;}
	#sb-view .titWrap .info li{font-size: 11px;line-height: 13px;}
	#sb-view .titWrap .info li:first-child{padding-left: 0;}
	#sb-view .titWrap .date{bottom: 20px;right: 10px;font-size: 12px;}
	#sb-view .titWrap .btns{top: 15px;right: 10px;}
	#sb-view .titWrap .btns a{padding: 0 10px !important;min-width: 0;}
	#sb-view .etcfield{padding: 15px 10px;}
	#sb-view .etcfield .tit{position: static;font-size: 13px;}
	#sb-view .etcfield p{display: block;font-size: 13px;}
	#sb-view .file > li{height: 30px;line-height: 18px;padding: 15px 10px;}
	#sb-view .file > li > strong{display: none;}
	#sb-view .file > li .filename{display: block;width: 100%;max-width: 100%;margin-right: 0;font-size: 12px;}
	#sb-view .file > li .byte{font-size: 11px;margin-right: 0;color: #999999;}
	#sb-view .file > li img{max-width: 50px;height: auto;}
	#sb-view .nextAndPrev table tr > *{padding: 15px 10px;font-size: 14px;}
	#sb-view .nextAndPrev table tbody th{width: 70px;}
	#sb-view .nextAndPrev table tbody th i{margin-right: 5px;}
	#sb-view .nextAndPrev table tbody td.sbj a{font-size: 14px;}
	#sb-view .nextAndPrev table tbody td.date{font-size: 12px;width: 60px;}
}


/**************************
	Comment
**************************/
#sb-comment{margin-top: 60px;}
#sb-comment .writeWrap{margin-bottom: 30px;}
#sb-comment .writeWrap dt{margin-bottom: 10px;}
#sb-comment .writeWrap dt .inp{width: 230px;height: 40px;line-height: 40px;padding: 0 10px;border: 1px solid #dddddd;margin-right: 5px;}
#sb-comment .writeWrap dd{margin-bottom: 10px;}
#sb-comment .writeWrap dd textarea{width: 100%;height: 110px;border: 1px solid #dddddd;padding: 15px;}
#sb-comment .writeWrap dd label input{display: inline-block;vertical-align: middle;margin: 0;}
#sb-comment .writeWrap dd.btnWrap{position: relative;min-height: 35px;}
#sb-comment .writeWrap dd.btnWrap .sbm{position: absolute;top: 0;right: 0;height: 35px;line-height: 35px;}

#sb-comment .list{border-top: 1px solid #dddddd;}
#sb-comment .list li{position: relative;padding: 20px 0 20px 55px;border-bottom: 1px dashed #dddddd;background: url(/superboard/images/sb_ico_comm.png) no-repeat 20px 21px;}
#sb-comment .list li .info{margin-bottom: 10px;}
#sb-comment .list li .info .name{color: #333333;font-size: 14px;letter-spacing: -1px;font-weight: bold;}
#sb-comment .list li .info .date{margin-left: 15px;color: #999;font-size: 12px;}
#sb-comment .list li .memo{display: block;font-size: 14px;line-height: 18px;background: #f7f7f7;padding: 15px;}
#sb-comment .list li .btnWrap{position: absolute;top: 10px;right: 0;margin-top: 0;}
#sb-comment .list li.reply,
#sb-comment .list li.reply1{padding-left: 80px;background: url(/superboard/images/sb_ico_comm_reply.png) no-repeat 55px 23px;}
#sb-comment .list li.reply2{padding-left: 110px;background: url(/superboard/images/sb_ico_comm_reply.png) no-repeat 85px 23px;}
#sb-comment .list li.reply3{padding-left: 140px;background: url(/superboard/images/sb_ico_comm_reply.png) no-repeat 115px 23px;}
#sb-comment .list li.reply4{padding-left: 170px;background: url(/superboard/images/sb_ico_comm_reply.png) no-repeat 145px 23px;}
#sb-comment .list li.reply5{padding-left: 200px;background: url(/superboard/images/sb_ico_comm_reply.png) no-repeat 175px 23px;}

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

	#sb-comment{margin-top: 30px;}
	#sb-comment .writeWrap{margin-bottom: 20px;}
	#sb-comment .writeWrap dt .inp{width: 40%;height: 35px;line-height: 35px;}
	#sb-comment .writeWrap dd.btnWrap .sbm{top: -5px;}

	#sb-comment .list li{position: relative;padding: 10px 10px 10px 25px;background-size: 13px auto;background-position: 5px 13px;}
	#sb-comment .list li .info .name{font-size: 12px;}
	#sb-comment .list li .info .date{margin-left: 7px;font-size: 11px;}
	#sb-comment .list li .memo{font-size: 12px;line-height: 16px;}
	#sb-comment .list li .memo img{width: auto;height: auto;max-width: 14px;max-height: 14px;}
	#sb-comment .list li.reply{padding-left: 40px;background-size: 10px auto;background-position: 25px 15px;}
	#sb-comment .list li .btnWrap{position: static;margin-top: 10px;opacity: 1;text-align: right;}
	#sb-comment .list li.reply,
	#sb-comment .list li.reply1{padding-left: 20px;background-position: 4px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply2{padding-left: 30px;background-position: 14px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply3{padding-left: 40px;background-position: 24px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply4{padding-left: 50px;background-position: 34px 14px;background-size: 8px auto;}
	#sb-comment .list li.reply5{padding-left: 60px;background-position: 44px 14px;background-size: 8px auto;}

}
