@charset "utf-8";

/* 갤러리 목록 */

#bo_gall {}
#bo_gall #gall_ul {position:relative;margin:0 -.5% 30px;}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {float:left;position:relative;margin:.5%;padding:.5%;border:1px solid #dcdcdc;border-radius:5px;text-align:center;background:#fff;transition:all .2s;}
#bo_gall .gall_li:hover {border-color:#4c4c4c;background:#4c4c4c;}
#bo_gall .gall_li .gall_chk {position:absolute;top:0;right:0;padding:5px;z-index:1}
#bo_gall .gall_li a, #bo_gall .gall_li a span {display:block;text-align:center;}
#bo_gall .gall_li .bo_img {padding:5px;background:#fff;overflow:hidden;}
#bo_gall .gall_li .bo_img img {transition:all .2s;}
#bo_gall .gall_li:hover .bo_img img {transform:scale(1.2);}
#bo_gall .gall_li .bo_cate {padding:10px 0;border-bottom:1px dashed #dfdfdf;font-size:.9em;color:#999;}
#bo_gall .gall_li .bo_tit {padding:20px 10px;font-size:1.1em;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
#bo_gall .gall_li a:hover .bo_tit {color:#fff;}
#bo_gall .gall_li a:hover .bo_cate {color:#fd6;}

.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,.latest_row .col-gn-1 {width:100%}
.gall_row .col-gn-2 {width:50%}
.gall_row .col-gn-3 {width:32%}
.gall_row .col-gn-4 {width:24%}
.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%}

#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 li.empty_list {padding:85px 0;text-align:center}

#bo_cate {}
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {padding:10px;border:1px solid #ddd;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-right:10px;}
#bo_cate a {display:block;position:relative;padding:6px 15px 5px;border:1px solid #f0f0f0;font-size:1.1em;letter-spacing:-0.1em;line-height:1.2em;background:#f7f7f7;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color:#369;background:#f9f9f9;text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #fff;background:#fff;color:#cc1433;font-weight:600}
#bo_cate_sel {}
	#bo_cate_sel select {width:100%;height:40px;margin-top:20px;}

@media (max-width:1024px) {
	#bo_cate_ul li a {font-size:.92em;}
	.gall_row .col-gn-4 {width:32%}
}
@media (min-width:768px) {
	#bo_cate_sel {display:none;}
}
@media (max-width:768px) {
	#bo_cate_ul {display:none;}
	.gall_row .col-gn-4 {float:none;width:100%;}
}


/* 읽기 스타일 */
#bo_v {position:relative;}

#bo_v_hd {position:relative;padding:10px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:#fafafa;}
	#bo_v_hd:after {display:block;visibility:hidden;clear:both;content:""} 
	#bo_v_hd h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info {float:left;}
	#bo_v_info ul {padding:10px;}
	#bo_v_info ul:after {display:block;visibility:hidden;clear:both;content:""} 
	#bo_v_info ul li {float:left;margin-right:15px;font-size:.9em;color:#808080;}
	#bo_v_info ul li .fa {color:#348acb;}

#bo_v_file {position:relative;margin:0;padding:15px;border-radius:0 0 10px 10px;background:#4c4c4c;}
	#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#bo_v_file ul {}
	#bo_v_file li {position:relative;}
	#bo_v_file li+li {border-top:1px dashed #999;}
	#bo_v_file a {display:block;position:relative;padding:10px 5px;background:transparent;transition:all .2s;}
	#bo_v_file a:after {display:block;clear:both;content:"";}
	#bo_v_file a:hover {background:#666;}
	#bo_v_file li i {float:left;margin:10px 20px 0 10px;font-size:1.2em;color:#b2b2b2;}
	#bo_v_file li strong {display:block;margin-bottom:10px;font-weight:normal;font-size:1.05em;color:#fff;}
	#bo_v_file li span {display:inline-block;margin-right:12px;font-size:0.88em;color:#b2b2b2;}
	#bo_v_file li span.bo_v_file_cnt {padding-right:12px;border-right:1px solid #b2b2b2;}

#bo_v_atc {position:relative;margin:30px 0;padding:0 40px;}
	#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}
	#bo_v_img {width:100%;overflow:hidden;}
	#bo_v_img a.view_image {display:block;margin-bottom:10px;text-align:center;}
	#bo_v_img a.view_image img {max-width:100%;}
	#bo_v_con {position:relative;min-height:150px;padding:30px 0;overflow:hidden;}
	#bo_v_con img {max-width:100%;height:auto}
	#bo_v_con, #bo_v_con p, #bo_v_con div, #bo_v_con li {line-height:1.5em;}

.video {position:relative;margin-bottom:20px;padding-bottom:56.25%;height:0;overflow:hidden;} 
.video iframe,.video-container object,.video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}

#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:20px;margin-right:20px; margin-top:7px; margin-left:10px;}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:normal;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:none;}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#aaa;color:#bed4f4}
#bo_v_link li:hover i {color:#333}
#bo_v_link li:hover .bo_v_link_cnt {}

/*글쓰기*/
#bo_w {}
#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_w_frm {}
.bo_w_ul {border-top:1px solid #eee;}
	.bo_w_ul .bo_w_li {position:relative;padding:10px;border-bottom:1px solid #eee;}
	.bo_w_ul .bo_w_li span.tit {display:inline-block;width:15%;font-weight:500;}
	.bo_w_ul .bo_w_li .w_inputs {display:inline-block;width:80%;border:0;padding-left:10px;background-color:#f3f3f3;box-shadow:none;}
	.bo_w_ul .bo_w_li.bo_w_select select {height:38px;}
	.bo_w_ul .bo_w_li.bo_w_con textarea {padding:10px;border:none;background-color:#f3f3f3;box-shadow:none;resize:none;}
	.bo_w_ul .bo_w_li.bo_w_op {}
	.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul {display:inline-block;}
	.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li {float:left;}
	.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li+li {margin-left:15px;}
	.bo_w_ul .bo_w_li.bo_w_op ul.bo_w_op_ul li  label span {position:relative;float:none;display:inline-block;width:20px;height:20px;margin-right:5px;vertical-align:middle;}
	.bo_w_ul .bo_w_li.bo_w_link .frm_input {width:100%;padding-left:40px}
	.bo_w_ul .bo_w_li.bo_w_link label {position:absolute;top:10px;left:10px;border-radius:3px 0 0 3px;width:40px;height:38px;line-height:38px;font-size:1.2em;text-align:center;}
	.bo_w_ul .bo_w_li.bo_w_link label .fa {color:#b2b2b2;}
	.bo_w_ul .bo_w_li.bo_w_file .bo_w_file_wrap {position:relative;padding-left:40px;border-radius:5px;background-color:#f3f3f3;}
	.bo_w_ul .bo_w_li.bo_w_file .frm_input {margin-left:40px;padding-left:40px}
	.bo_w_ul .bo_w_li.bo_w_file label {border-radius:3px 0 0 3px;width:40px;height:38px;line-height:38px;font-size:1.2em;text-align:center;}
	.bo_w_ul .bo_w_li.bo_w_file label .fa {position:absolute;top:10px;left:10px;color:#b2b2b2;}
	.bo_w_ul .bo_w_li.bo_w_file .file_del label {display:inline-block;width:auto;height:auto;padding-top:7px !important;font-size:.9em;line-height:1em;color:#999;text-align:left;}
	.bo_w_ul .bo_w_li .df {display:block;margin-top:5px;font-size:.9em;}
.cke_sc {display:none;}
#captcha_info {display:block;padding-top:10px;font-size:.9em;font-weight:300;}


/* False9 추가 */
.top_op_btn {background-color:#eee; border-radius:4px; line-height:20px; height:25px; margin-top:7px; padding:0 11px;}
.elc_01 {float:left;}
.elc_02 {float:left;}
.elc_03 {float:right; text-align:right;}
.pg_wrap {margin-top:10px}
.pg_current {display:inline-block;background:#aaa;border:1px solid #aaa;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;}


.prod_certi {width:400px;margin:auto;padding:10px 0;border-radius:4px;font-size:1.8em;color:#fff;text-align:center;background:#e20;}
	.prod_certi:before, .prod_certi:after {content:'※';margin:0 7px;font-size:.9em;}
.prod_logo {margin:50px 0;text-align:center;}
.h3_tit {margin:50px 0 15px;font-size:1.8em;font-weight:normal;line-height:1.35em;}
	.h3_tit:before {content:'\f05a';margin-right:10px;font-family:'FontAwesome';color:#ffa200;}
.prod_tbl {}
	.prod_tbl table {width:100%;margin-top:10px;border:2px solid #4c4c4c;}
	.prod_tbl table th, .prod_tbl table td {border:1px solid #ccc;line-height:1.5em;text-align:center;}
	.prod_tbl table th {padding:15px 10px;font-size:1.1em;font-weight:normal;color:#fff;background:#3a3d42;}
	.prod_tbl table td {padding:7px 10px;}
	.prod_tbl table td.color1 {width:10%;background:#e4f1f8;}
	.prod_tbl table td.color2 {width:10%;background:#f2dcdf;}
	.prod_tbl table td sub {font-size:.7em;line-height:1.5em;vertical-align:bottom;}
	.prod_tbl .not {padding:15px;border-radius:0 0 35px 5px;font-size:.88em;background:#ebecdd;}
	.prod_tbl .not strong {color:#e20;}
.prod_fea {margin:0 30px;padding:15px;border-radius:0 0 35px 5px;background:#ebecdd;}
	.prod_fea li {line-height:1.5em;}
	.prod_fea p {margin-top:10px;text-align:center;}
.prod_etc {}
	.prod_etc ul {display:grid !important;grid-template-columns:repeat(3,1fr);grid-gap:10px;list-style-type:none !important;margin:0 !important;padding:0 !important;}
	.prod_etc ul li {position:relative;padding:15px 0 50px;border:1px solid #ccc;text-align:center;}
	.prod_etc ul li span {display:block;position:absolute;left:0;right:0;bottom:0;padding:10px 0;color:#fff;background:#333;}


@media (max-width:1024px) {
	.prod_certi {font-size:1.5em;}
	.h3_tit {font-size:1.5em;}
	.prod_fea {margin:0;}
	.prod_tbl table th {font-size:1em;}
	.prod_tbl table td {font-size:.92em;}
}
@media (max-width:840px) {
	.gall_row .col-gn-3 {width:49%}
	.gall_row .box_clear {clear:none;}
	#bo_v_atc {padding:0;}
}
@media (max-width:768px) {
	.gall_row .col-gn-3 {width:100%;margin:0;}
	.gall_row .box_clear {clear:none;}
	#bo_v_title {margin-bottom:30px;}
	#bo_v_title {font-size:.8em;text-align:left;}
	#bo_v_title span.bo_v_cate {display:block;margin-bottom:7px;}
	#bo_v_title span.bo_v_cate:after {content:">";}
	#bo_v_info {}
	#bo_v_info ul li {float:none;}
	#bo_v_info ul li+li {margin-top:7px;}
	.prod_certi {width:100%;font-size:1.15em;}
	.h3_tit {font-size:1.2em;}
	.prod_tbl table th {padding:5px;font-size:.92em;line-height:1.3em;}
	.prod_tbl table td {padding:5px;font-size:.84em;}
	.prod_fea {padding:7px;border-radius:0;}
	.prod_fea li, .prod_fea p {font-size:.92em;}
	.prod_tbl .not {padding:7px;border-radius:0;}
}
