@charset "utf-8";
#board_write tbody td .f_alert {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0 10px;
    letter-spacing: 0;
    display: block;
    color: #1979d2;
}




.bbs_file_tip{float:left;width:100%;overflow:hidden;background:#f9f9f9;padding:20px 30px;box-sizing:border-box;margin:4px 0}
.bbs_file_tip li{line-height:24px;color:#666;position:relative;padding-left:15px}
.bbs_file_tip li:after{content:'';position:absolute;top:14px;left:0;width:7px;height:1px;background:#666}
.bbs_file_tip li span{color:#000;font-weight:400}

/* 질문과답변_리스트 */
#board_list_faq{font-size:16px;line-height:30px;width:100%;height:auto;overflow:hidden}
#board_list_faq ul{margin:0;padding:0;list-style:none}
#board_list_faq .faq_top{text-align:right;padding-bottom:10px}
#board_list_faq .faq_top button{background:#5e6971;border:1px solid #485158;text-align:center;padding:8px 10px;color:#fff;letter-spacing:-1px;font-size:14px;cursor:pointer;}
#board_list_faq .faq_top button:hover{background:#485158}
#board_list_faq .q{position:relative;cursor:pointer;margin:4px 0;border:1px solid #ddd;display:block;float:left;width:100%;box-sizing:border-box;}
#board_list_faq .q:hover{border:1px solid #ddd;background:#f8f8f8 url("./img/faq_arrow.png") right top no-repeat}
#board_list_faq .q a.trigger{display:block;padding:13px 20px 13px 50px;background:#fff;font-weight:400;color:#555;text-align:left;text-decoration:none !important;font-size:17px;letter-spacing:-1px}
#board_list_faq .q a.trigger:before{content:'';position:absolute;top:16px;left:14px;width:27px;height:27px;background:url("./img/qna_q_icon.png") right top no-repeat}
#board_list_faq .hides .q a.trigger{font-weight:500;background: url("./img/faq_arrow_plus.png") right top no-repeat}
#board_list_faq .q a.trigger:hover,
#board_list_faq .q a.trigger:active,
#board_list_faq .q a.trigger:focus{background:#fff;color:#000;font-weight:700;background:url("./img/faq_arrow.png") right top no-repeat}
#board_list_faq .q a.trigger:hover{background:url("./img/faq_arrow.png") right top no-repeat}
#board_list_faq .a ul li a{font-weight:600;color:#2e95d2}


#board_list_faq .a{margin:0 auto;overflow:hidden;padding:10px 20px 0 20px;font-size:1.6rem;line-height:2.8rem;color:#4d4d4d;background:#fff;box-sizing:border-box;
	width:100%;border-bottom:1px solid #ddd;margin-bottom:25px;padding:20px}
#board_list_faq .a p{padding:0 20px 0 0;font-size:17px;line-height:30px}
#board_list_faq .a img{text-align:center;margin:0 auto}
#board_list_faq  .title_q{font-weight:800;padding-right:5px;font-size:15px;color:#71b9c5}
#board_list_faq  .title_a{font-weight:800;padding-right:5px;font-size:15px;color:#ffae00}
#board_list_faq .a .btn_area{padding:10px 0;width:100%;display:block;text-align:right}
#board_list_faq .q input{margin-right:5px}

#board_list_faq .article.show .q a.trigger{background:#f2f2f2 url("./img/faq_arrow.png") right -56px no-repeat;color:#222}
#board_list_faq .a{}

/* 게시판_뷰 (베이직타입) */
#board_view{margin-bottom:20px;width:99.9%;clear:both;border-top:2px solid #3b476c}
#board_view table{width:100%;height:auto;border-collapse:collapse;border-width:0;font-size:13px;letter-spacing:-1px;text-align:left}
#board_view tbody tr{color:#666}
/*#board_view tbody tr a{color:#666}*/
#board_view tbody tr a{color:#596ba4}
#board_view tbody th{border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;color:#333;background:#fff;font-weight:700;padding-left:13px}
#board_view tbody td{border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;letter-spacing:-.02em;padding:6px 10px;line-height:22px}
#board_view tbody td .board_view_contents{padding:10px 0}
.board_view_contents p img{width:73% !important;height:auto !Important}
/*#board_view tbody td span.date_size{font-size:11px;padding-left:5px;color:#596ba4;font-weight:bold}*/
#board_view tbody td span.date_size{font-size:11px;padding-left:5px;}
#board_view .leftcell{border-left:none !important}
#board_view .rightcell{border-right:none !important}

/* 댓글/코멘트 */
.comment_top{width:100%;box-sizing:border-box;border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px}
.comment_top .btn_list{width:100%;text-align:right;margin-top:10px}
.board_comment { background-color: #fff; margin:25px 0 0px;text-align: left;box-sizing:border-box }
.board_comment dl { margin-bottom: 20px; padding: 20px 0 20px 20px; }
.board_comment dl dt { display: block; float: left; padding-bottom: 10px; width: 100px; }
.board_comment dl dd { display: block; float: left; padding-bottom: 10px; }
.board_comment fieldset {display: block; }
.board_comment fieldset div.icon {float: left;margin-top: 15px;text-align: center;width: 10%; }
.board_comment fieldset div.icon img {cursor: pointer; }
.board_comment fieldset div#icon_table {background-color: #fff;border: 1px solid #ccc;padding: 10px;position: absolute;visibility: hidden;z-index: 1; }
.board_comment fieldset div#icon_table ul {overflow: hidden;width: 300px; }
.board_comment fieldset div#icon_table ul li {float: left;margin: 3px; }
.board_comment fieldset div#icon_table ul li img { }
.board_comment fieldset div.insert {float: right;margin-bottom: 10px;overflow: hidden;width: 90%; }
.board_comment fieldset div.insert textarea {float: left;height: 46px;overflow: hidden;width: 70%; }
.board_comment fieldset div.insert input.button {float: right;height: 50px;width: 19%; }
.board_comment ul.reply {width: 100%; }
.board_comment ul.reply li {border-bottom: 1px solid #eee; }
.board_comment ul.reply li dl {margin: 5px 0;overflow: hidden;text-align: left; }
.board_comment ul.reply li dl dt {float: left;width: 20%; }
.board_comment ul.reply li dl dd {float: right;width: 80%;font-size:15px; }
.board_comment ul.reply li dl dd.subject{font-size:20px}
.board_comment ul.reply li dl dd span {display: block;font-size: 15px; }
#bc_subject{width:100%}
.editable{overflow-y:auto;width: 100%;height: 100px;padding: 5px;background-color:white}

/* 게시판 본문에 삽입되는 이미지 */
img.bbs_content_image {margin:5px 0}

/* 게시판_라이트 (베이직타입) */
#board_write{margin-bottom:20px;width:99.9%;clear:both;border-top:2px solid #000}
#board_write table{width:100%;height:auto;border-collapse:collapse;border-width:0;font-size:13px;letter-spacing:-1px;text-align:left}
#board_write tbody tr{color:#666}
#board_write tbody tr a{color:#596ba4;padding-left:4px}
#board_write tbody th{border-bottom:1px solid #d9d9d9;color:#333;font-weight:normal;line-height:60px;font-size:16px;padding:0 0px 0 7px}
#board_write tbody td{border-bottom:1px solid #d9d9d9;border-left:1px solid #e8e8e8;letter-spacing:-.02em;font-size:15px;padding:6px 13px;line-height:22px}
#board_write tbody td .f_alert{font-size:15px;font-weight:300;padding-left:3px;letter-spacing:0}
#board_write tbody td .board_view_contents{padding:10px 0}
#board_write .leftcell{border-left:none !important}
#board_write .rightcell{border-right:none !important}
#board_write label{font-size:14px;letter-spacing:-1px}
#board_write th:first-child,#board_write td:first-child{border-left: none;}

/* 첨부파일 영역 */
#board_write div.bbs_file_ctl {width:100%;}

/* 웹에디터의 답변시 원본글 처리 */
blockquote.bbs_blockquot {
	padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px
}


.board_view{padding-top:30px}
.board_view .title{font-size:28px;letter-spacing:-1px;line-height:30px;color:#000;width:100%;font-weight:400;padding-bottom:20px}
.board_view .info{letter-spacing:-.02em;padding-right:3px;width:100%;font-size:16px;text-align:right;padding-bottom:40px;border-bottom:1px solid #ddd;color:#666}
.board_view .file{width:100%;box-sizing:border-box;padding:20px;border:1px solid #ddd;margin-top:30px}
.board_view .file a{color:#008a96;border-bottom:1px dotted #009aa7;margin-right:10px;font-weight:bold}
.board_view .board_view_contents{box-sizing:border-box;padding:20px;margin:0 auto;line-height:35px;font-size:17px}

.board_view .board_view_contents img{width:100%;padding:15px 0}

/****** Mobile ******/
@media screen and (max-width:690px){
	/* 질문과답변_리스트 */
	#board_list_faq ul li p img{width:100% !important}
	#board_list_faq .q a.trigger{font-size:15px;padding:10px 35px 10px 50px}

	/* 게시판_라이트 (베이직타입) */
	#board_write tbody th{width: 100%;display: block;box-sizing: border-box;padding:13px;overflow:hidden;line-height:24px}
	#board_write tbody td{width: 100%;display: block;box-sizing: border-box;border:none;padding:3px 5px}
	#board_write .input_type{width: 100%;box-sizing: border-box}
	#board_write .wfull_95{width:100% !important}
	#board_write tbody td .f_alert{font-size:14px}

	/* 게시판_뷰 (베이직타입) */
	#board_view tbody th{width: 100%;display: block;box-sizing: border-box;padding: 13px;overflow: hidden;border:0}
	#board_view tbody td{width: 100%;display: block;box-sizing: border-box;border:none;padding: 3px 5px}
	#board_view .input_type{width: 100%;box-sizing: border-box}



	/* 댓글/코멘트 */
	.comment_top{padding:15px 0}
	/* board_basic */
	#board_wrap{width:100%}
	.board_view{width:100%}

	/* board_view */
	.board_view .title{font-size:20px;line-height:28px}
	.board_view_contents .image img{width:100%}
	.board_view .info{padding-bottom:25px;font-size:14px}
	.board_view .title{padding:0 20px 13px 20px;box-sizing:border-box}
	#bc_writer_name{width:100%}
	.board_view .board_view_contents{width:auto}

	#board_search .select_type{margin-bottom:4px}

}

/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
	/* board_view */
	.board_view{width:100%}
	.board_view .title{font-size:20px;line-height:28px}
	.board_view_contents .image img{width:100%}
	.board_view .info{padding-bottom:25px;font-size:14px}
	.board_view .title{padding:0 20px 13px 20px;box-sizing:border-box}
	#bc_writer_name{width:100%}
	.board_view .board_view_contents{width:auto}

	/* 댓글/코멘트 */
	.comment_top{padding:0}
	.board_comment{padding:0}
}

/****** Desktop Device ******/
@media screen and (min-width:900px) and (max-width:1150px) {



}

/****** Desktop Wide Device ******/
@media screen and (min-width:1151px){
	/* board_basic */


}


/****** Print ******/
@media print{
#board_list_faq .faq_top,#board_search{display:none}


#board_list_faq{min-width:700px}
#board_list_faq .q a.trigger{padding:10px 15px;font-size:12px}
#board_list_faq .a p{font-size:12px;line-height:21px}
}
