@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; }


#allchk { text-align:right; margin-bottom:40px; }


.history1 { position: relative; overflow: hidden; }
.history1:before { position: absolute; top:11px; height: 100%; width: 1px; background: #ddd; left: 50%;  display: block; content: ''; }
.history1:after { content: ""; display: block; width: 9px; height: 9px; background: #0242c0; border-radius: 50%; position: absolute; left: 50%; margin-left: -4px;	bottom: 0; }
.history1 > li { width: 100%; padding-bottom: 40px; }
.history1 > li:after { content: ''; display: block; clear: both; visibility: hidden; }

.history1 > li:nth-child(odd) > div { float: right; padding-left: 70px; }
.history1 > li:nth-child(even) { float: left; }
.history1 > li:nth-child(even) > div { text-align: right; padding-right: 70px; }

.history1 > li > div { position: relative; width: 50%; }
.history1 > li > div:before { display: block; content: ""; width: 17px; height: 17px; position: absolute; top: 11px; border:4px solid #0242c0; background:#fff; border-radius:50%; }
.history1 > li:nth-child(odd) > div:before { left: -8px; }
.history1 > li:nth-child(even) > div:before { right: -9px; }
.history1 > li .year { font-size: 42px; font-weight: 700; font-family: "Poppins"; letter-spacing:0; }
.history1 > li .txt { margin-top:10px; }
.history1 > li .txt strong { font-size: 17px; color: #222; font-weight: 700; float: left; padding-top:4px; }
.history1 > li .txt p { font-size: 17px; line-height: 150%; font-weight: 300; color: #333; }
.history1 > li:nth-child(even) strong { float:right; }

.history1 > li .txt:after { clear:both; visibility:hidden; display:block; content:''; }
.history1 > li:nth-child(odd) .txt p { padding-left:34px; }
.history1 > li:nth-child(even) .txt p { padding-right:34px; }


@media (max-width:1400px){
	.history1:before, .history1 > li > div:before { top:6px; }
}
@media (max-width:1300px){
	.history1 > li { padding-bottom: 70px; }
	.history1 > li:nth-child(odd) > div { padding-left: 44px; }
	.history1 > li:nth-child(even) > div { padding-right: 44px; }
	.history1 > li .txt { margin-top:15px; }
}
@media (max-width:1100px){
	.history1 > li:nth-child(odd) > div { padding-left: 30px; }
	.history1 > li:nth-child(even) > div { padding-right: 30px; }
	.history1 > li:nth-child(odd) .txt p { padding-left:28px; }
	.history1 > li:nth-child(even) .txt p { padding-right:28px; }
}
@media (max-width:1024px){
	.history1:before, .history1 > li > div:before { top:5px; }
	.history1 > li > div:before { width: 13px; height: 13px; border-width:3px; }
	.history1 > li:nth-child(odd) > div:before { left: -6px; }
	.history1 > li:nth-child(even) > div:before { right: -7px; }
	.history1 > li .txt { margin-top:12px; }
}
@media (max-width:767px){
	.history1:before, .history1:after { left: 6px; }
	.history1 > li { padding-bottom: 44px; }
	.history1 > li:nth-child(odd) > div { width: 100%; }
	.history1 > li:nth-child(even) > div { text-align: left; width: 100%; padding-right: 0; padding-left: 30px; }
	.history1 > li:nth-child(even) strong   { float: left; }
	.history1 > li:nth-child(even) > div:before , .history1 > li:nth-child(odd) > div:before { left: 0; }
	.history1 > li:nth-child(odd) > div:before { left: 0;}
	.history1 > li:nth-child(odd) .txt p { padding-left:22px; }
	.history1 > li:nth-child(even) .txt p { padding-left:22px; padding-right:0; }
}
@media (max-width:500px){
	.history1 > li { padding-bottom: 35px; }
	.history1 > li:nth-child(odd) > div , .history1 > li:nth-child(even) > div { padding-left: 25px; }
	.history1 > li .txt { margin-top:10px; }
}
@media (max-width:420px){
	.history1:before, .history1:after { left: 5px; }
	.history1 > li > div:before { width: 11px; height: 11px; }
}






/* 게시판 목록 공통 */
#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; }

}