@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm { vertical-align:top !important; } /* 서식단계 진행 */
#bo_w .btn_confirm * { vertical-align:top !important; }
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}




/* 기본 테이블 */
/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */



/* 게시판 목록 */

#cate .tab li { padding-left:0; padding-right:0; }
#cate .tab li a { display:inline-block; width:100%; }
#cate { margin-bottom:40px; }

/* 갤러리 목록 */

#gall_allchk { text-align:right; margin-bottom:40px; }
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}

.his_title { margin-bottom:50px; background:#f3f3f3; text-align:center; color:#444; padding:30px; line-height:150%; }

#bo_gall .gall_ul:after { clear:both; visibility:hidden; display:block; content:''; }

#bo_gall .gall_ul > li:first-child { width:40%; float:right; min-height:1px; }
#bo_gall .gall_ul > li:last-child { width:60%; float:right; }

#bo_gall .gall_img { margin-left:80px; height:300px; background-size:cover; background-position:center; background-repeat:no-repeat; }


.col_box ul:after { clear:both; visibility:hidden; display:block; content:''; }

.his_year li { float:left; }
.his_year > li:first-child { width:200px; }
.his_year > li:last-child { width:calc(100% - 200px); }

.his_year p { font-weight:500;color:#444;font-size:50px; color:#6b7786; font-weight:700; }

.his_cont { margin-top:20px; }
.his_year > li:last-child ul:first-child { margin-top:0; }
.his_cont > li { font-size:17px; line-height:150%; }
.his_cont > li:first-child { width:60px; font-weight:500; }
.his_cont > li:last-child { width:calc(100% - 60px); }


@media (max-width:1400px) {
	#bo_gall .gall_img { margin-left:40px; }
}
@media (max-width:1200px) {
	.his_year > li:first-child { width:120px; }
	.his_year > li:last-child { width:calc(100% - 120px); }
}
@media (max-width:1000px) {
	#bo_gall .gall_ul > li:first-child { width:35%; }
	#bo_gall .gall_ul > li:last-child { width:65%; }
	.his_title { margin-bottom:40px; padding:20px; }
	#bo_gall .gall_img { height:240px; }
	.his_year > li:first-child { padding-right:30px; }
	.his_cont > li:first-child { width:50px; }
	.his_cont > li:last-child { width:calc(100% - 50px); }
}

@media (max-width:840px) {
	.his_title { margin-bottom:30px; }
	#bo_gall .gall_ul > li:first-child, #bo_gall .gall_ul > li:last-child { width:100%; }
	#bo_gall .gall_img { margin-left:0; margin-bottom:30px; }
	.his_cont { margin-top:14px; }
}

@media (max-width:600px) {
	.his_year > li:first-child { padding-right:0; padding-bottom:20px; width:100%; }
	.his_year > li:last-child { width:100%; }

}


@media (max-width:420px) {
	#bo_gall .gall_img { height:140px; }
}




/* 게시판 목록 공통 */
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {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:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}

.btn_bo_adm button, .btn_bo_user a { font-size:15px; }

.btn_bo_adm {float:left;}
.btn_bo_adm:after { clear:both; visibility:hidden; display:block; content:''; }
.btn_bo_adm li {float:left;margin-right:6px;}


#bo_sch {display:inline-block; border:1px solid #ccc;background:#fff;border-radius:3px}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
#bo_sch .sch_input{height:38px;border:0;padding-left:10px;font-size:14px;background-color:transparent;float:left}
#bo_sch .sch_btn{height:38px;float:left;background:none;border:0;width:40px;font-size:15px}

#bo_gall li.empty_list {padding:85px 0;text-align:center}












/* 게시판 쓰기 */
#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}




/* 게시판 읽기 */
#bo_v { }

#product_head li:first-child div { margin-right:80px; border:1px solid #ddd; }
#product_head li:first-child img { width:100%; height:auto; }
#product_head li:last-child .col_box { padding:26px 0 40px; border-top:1px solid #666; border-bottom:1px solid #ddd; }
#product_head table { width:100%; }
#product_head table tr td { padding:15px 0; }
#product_head table tr td:first-child { font-size:15px; font-weight:400; color:#444; }
#product_head .bo_v_cate{display:inline-block; color: #fff;font-weight: 500;padding:7px 20px;border-radius:30px; font-size:15px; }
#product_head .bo_v_tit{font-size:30px; font-weight:400; color:#2a2a2a; }

#bo_v_con {margin-top:24px; padding-top:30px; width:100%;word-break:break-all;overflow:hidden; border-top:1px solid #ddd; font-size:16px; line-height:160%; }



#bo_v_atc {min-height:200px;height:auto !important;height:200px; margin:60px 0 50px 0; }
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;text-align:center;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image{display:block}
#bo_v_img img {margin-top:30px;max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3}

#bo_v_file {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_file p {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3;font-size:16px; font-weight:400; color:#333;}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;font-size:15px;}
#bo_v_file a {display:inline-block;color:#666;text-decoration:none;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:14px;}

#bo_v_link {margin:10px 0;border:1px solid #d4d4d4}
#bo_v_link p {padding:10px;border-bottom:1px solid #e8e8e8;background: #f3f3f3;font-size:16px; font-weight:400; color:#333;}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;font-size:15px;}
#bo_v_link a {display:inline-block;color:#666;text-decoration:none;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:14px}

#bo_v_top {margin-top:50px;}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com li {float:left;margin-left:5px}

.bo_v_left {margin:20px 0;float:left}
.bo_v_left li {float:left;margin-right:5px}

.bo_v_nb {margin:40px 0 20px;position:relative;clear:both;text-align:left;border-bottom:1px solid #ddd}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #ddd;padding:20px 13px;font-size:15px; }
.bo_v_nb li:hover{background:#f6f6f6}
.bo_v_nb li .nb_tit{display:inline-block;padding-right:20px;color:#888;}
.bo_v_nb li .nb_date{float:right;color:#888}




@media (max-width:1400px) {
	#product_head li:first-child div { margin-right:40px; }
}

@media (max-width:1200px) {
	#product_head li:last-child .col_box { padding:20px 0 30px; }
	#product_head table tr td { padding:10px 0; }
	#bo_v_con { margin-top:14px; padding-top:20px; }
	#bo_v_atc {margin:50px 0 40px 0; }
}

@media (max-width:1000px) {
	#product_head li { width:100%; }
	#product_head li:first-child div { margin:0 auto; width:600px; }
	#product_head li:last-child { margin-top:50px; }

	#bo_v_top {margin-top:40px;}
	#bo_v_img img {margin-top:20px;}
	.bo_v_nb li .nb_date{display:none;}
}

@media (max-width:768px) {
	#product_head li:first-child div { width:500px; }
	#product_head li:last-child { margin-top:40px; }

	#bo_v_atc {margin:40px 0 30px 0; }
	#bo_v_img img {margin-top:20px;}
	#bo_v_top {margin-top:30px;}

	#bo_v_file p, #bo_v_link p {padding:5px 10px; font-size:13px;}
	#bo_v_file li, #bo_v_link li {font-size:13px;}
	.bo_v_file_cnt, .bo_v_link_cnt { display:none; }

	.bo_v_nb {margin:10px 0 20px;}
	.bo_v_nb li {font-size:14px; word-break:break-all; padding:15px 10px 16px 10px;}
	.cmt_btn {margin-top:10px; background:none;}
	#bo_vc article {margin:10px 0;}
	#bo_vc .cmt_contents {padding:10px;margin:2px 0 0;}
}

@media (max-width:600px) {
	#product_head li:first-child div { width:100%; }
}

@media (max-width:420px) {
	#product_head li:last-child .col_box { padding:16px 0 26px; }
	#product_head li:last-child { margin-top:30px; }

	#bo_v_atc {margin:16px 0 30px 0; }

	#bo_v_top {margin-top:20px;}
	.bo_v_nb li {padding:10px 8px 12px 8px;font-size:13px;}
	.bo_v_nb li a { display:block; }


	.cmt_btn {margin-top:10px; background:none;}

	#bo_vc header * { font-size:13px; }
	.bo_vc_hdinfo time { font-size:12px !important; }
	#bo_vc p {font-size:13px;}

}







/*글쓰기*/
#bo_w .write_div{margin:12px 0;position:relative}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:50%}
#bo_w .wr_content.smarteditor2 iframe{background:#fff}
#bo_w .bo_w_tit{position:relative}

#bo_w .bo_w_link label {position:absolute;top:14px;left:1px;width:40px; text-align:center;color:#888; font-size:16px;}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:5px;left:0;width:40px; text-align:center;color:#888; font-size:16px;}
#bo_w .bo_w_link .frm_input, #bo_w .bo_w_flie .frm_file{padding-left:50px}

#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select{border:1px solid #3497d9;height:40px;border-radius:3px}


@media (max-width:760px) {
	#bo_w .bo_w_link label { top:10px }
	#bo_w .bo_w_flie .frm_file { width:300px; }

}

@media (max-width:420px) {
	#bo_w .bo_w_link label { top:7px }
	#bo_w .bo_w_flie .frm_file { width:200px; }

}