@charset "utf-8";

/* 갤러리 목록 */
#pg_tit span {font-size:.6em;word-spacing:10px;font-weight:normal;color:#888;}

#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 .img {display:block;padding:5px;background:#fff;overflow:hidden;}
#bo_gall .gall_li .img img {transition:all .2s;}
#bo_gall .gall_li:hover .img img {transform:scale(1.2);}
#bo_gall .gall_li .tit {display:block;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:hover .tit {color:#fff;}
#bo_gall .gall_li .bo_cate_link {display:block;padding:0 10px 10px;font-size:.9em;color:#999;text-align:center;}
#bo_gall .gall_li:hover .bo_cate_link {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%}

.gall_row .box_clear {clear:both}

#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 h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {list-style:none;margin:0;padding:10px;border:1px solid #ddd;zoom:1}
#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;background:#f7f7f7;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#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-bottom:5px;}
@media (max-width:1280px) {
	#bo_cate {text-align:left;}
	#bo_cate_ul li a {font-size:.92em;}
}
@media (min-width:768px) {#bo_cate_sel {display:none;}}
@media (max-width:768px) {#bo_cate_ul {display:none;}}

/* 읽기 스타일 */
#bo_v {position:relative;margin-bottom:20px;padding-bottom:20px;border:1px solid transparent;}
#bo_v_title {margin:50px 0 30px;text-align:center;}
	#bo_v_title span {display:inline-block;}
	.bo_v_cate {font-weight:normal;color:#888;}
	.bo_v_cate::after {content:"|";display:inline-block;margin:0 7px 0 10px;color:#999;}
	.bo_v_tit {font-size:2.2em;}

#bo_v_hd {position:relative;margin:0;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;}


@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_tbl {overflow-x:auto;}
	.prod_tbl table {width:100%;}
	.prod_tbl table th, .prod_tbl table td {padding:10px 5px;border:1px solid #ccc;font-size:.92em;line-height:1.25em;text-align:center;}
	.prod_tbl table thead th {font-family:'Noto Sans KR','NanumG','NanumGothic','나눔고딕',Dotum;font-size:1em;color:#fff;background:#404580;}
	.prod_tbl table tbody th {font-weight:600;background:#f5f5f5;}
@media (max-width:768px) {
	.prod_tbl table th, .prod_tbl table td {min-width:100px;}
}
