@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall .btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall .btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall a.btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {margin-bottom:50px;} /* 서식단계 진행 */
#bo_w .btn_submit {width:190px;height:45px;margin-right:4px;padding:8px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.5px;cursor:pointer}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {display:inline-block;width:190px;height:45px;padding:7px;border:0px solid #ccc;border-radius:4px;background:#7a7e8a;color:#fff;font-size:14px;text-decoration:none;line-height:30px;vertical-align:middle}
#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 {height:35px;margin-left:5px;padding:10px;border-radius:4px;font-size:1em;line-height:14px;} /* 우편번호검색버튼 등 */
#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_address {}
#bo_w .frm_file {}
#bo_w .frm_info {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .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 {padding:0;}
#bo_w table {font-size:14px;table-layout:fixed;}
#bo_w h2 {display:none;margin-bottom:5px;font-size:18px;color:#333;font-weight:bold;}
#bo_w caption {}
#bo_w .tip {margin-bottom:20px;color:#e05349;font-size:14px;font-weight:bold;}
#bo_w .tbl_frm01 input[type="checkbox"], input[type="radio"] {}
#bo_w .tbl_frm01 label {margin:0;font-weight:500;}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {margin:0; width:40%;}
#bo_w .del {margin:5px 0 0;}
#bo_w .del label {font-weight:normal;}
#bo_w .tbl_wrap caption {color:#333;}

#bo_w .tbl_frm01 {margin:0 0 70px;}
#bo_w .tbl_frm01 th {width:140px;padding:7px 13px;border:1px solid #ddd;border-left:0;border-right:0;color:#333;background:#f7f7f7;font-weight:500;font-size:14px;text-align:center;vertical-align:middle;}
#bo_w .tbl_frm01 td {height:55px;padding:12px 10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:transparent;vertical-align:middle;overflow:hidden;}

#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {padding:5px;border-radius:4px;background:#fdfdfd;}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .tbl_frm01 a:hover {text-decoration:underline;}
#bo_w .input07 {width:70%;}

.info {padding:30px;background:#f3f3f3}
.info h4 {color:#333;letter-spacing:-0.05em;font-size:16px;}
#bo_w .tbl_frm01 .info label {font-weight:500;}

#bo_w .file_btn{border:1px solid #e4eaec;padding:5px 15px;border-radius:3px;height:36px;position:absolute;top:0px; right:0px;background:#e4e4e4;}
#bo_w .file_btn:hover, #bo_w .bo_w_file .file_btn:active, #bo_w .bo_w_file .file_btn:focus, #bo_w .bo_w_file .file_btn:visited{text-decoration:none;}
#bo_w input[type=file] {width: 100%;  position: absolute;  top: 0;  left: 0;  opacity: 0;}
.file_box {position:relative;}
.file_box input[type=text] {display:inline-block;width:91%;}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{display:none;}
#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 {}

/* 공통 */
.input01 {width:100px }
.input02 {width:140px }
.input03 {width:210px}
.input04 {width:350px }
.input05 {width:80% }
.input06 {width:40% }

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 갤러리 목록 */
/*#bo_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}*/

#bo_gall #gall_allchk {margin:0px; min-height:40px;line-height:40px;}
#bo_gall #gall_allchk label{margin:0px;}

#bo_gall #gall_ul {margin:10px 0 0;padding:0 10px;list-style:none}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
/*
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px;width:25%}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:5px 0;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;text-decoration:none;letter-spacing:-0.1em}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
*/

#bo_gall .gall_li {float:left;padding:0 10px 20px 0}
#bo_gall .gall_clear {clear:both}

#bo_gall .gall_con {margin:0;padding:0;list-style:none}
#bo_gall .gall_con li {margin:0 0 5px}
#bo_gall .gall_con .gall_subject {display:inline-block;}

#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_href strong, #bo_gall .gall_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em}

#bo_gall .gall_text_href {margin:10px 0 !important}
#bo_gall .gall_text_href a {color:#000;font-weight:bold;text-decoration:none}
#bo_gall .gall_text_href img {margin:0 0 0 5px}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;padding:10px 0px 5px; border-bottom:1px solid #dddddd;}
.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;padding:0;height:2.5em;line-height:2.5em}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f7f7f7}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
.td_subject img {margin-left:3px}
.cnt_cmt {font-weight:bold}

.bo_fx .btn_submit {width:80px;height:35px;margin-right:4px;padding:0;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.5px;cursor:pointer}

.bo_fx .btn_cancel2 {width:100px;height:35px;margin-right:4px;padding:0;border:0;border-radius:4px;background:#fff;border: 1px solid #454c60;color:#454c60;font-size:14px;letter-spacing:-0.5px;cursor:pointer}

#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}

#bo_gall li.empty_list {padding:30px 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}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}

/* 게시판 읽기 */
#bo_v {margin-bottom:15px;padding-bottom:15px}

#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {padding:0 10px 5px;}

#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info {}
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7}
#bo_v_file a {display:inline-block;padding:5px 0;color:#000}
#bo_v_file a:focus,
#bo_v_file a:hover,
#bo_v_file a:active {text-decoration:none}
.bo_v_file_cnt {display:inline-block;margin:0 10px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {
	padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7; 
	display:block; width:100%;padding:0px 70px 0px 25px; position:relative;
	}
#bo_v_link li img{position:absolute; top:10px; left:5px;}
#bo_v_link a {
	padding:5px 0;color:#000;text-decoration:none;
	display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;
}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
#bo_v_link a strong{font-size:11px;}
.bo_v_link_cnt {display:inline-block;margin:0 10px;font-size:11px; position:absolute; top:10px; right:0px;}

#bo_v_top {margin:0 0 10px;padding:10px}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {padding:0 10px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

#bo_v .btn_submit {width:200px;height:45px;margin-right:4px;padding:10px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:14px;letter-spacing:-0.5px;cursor:pointer}

#bo_v .btn_cancel2 {width:200px;height:45px;margin-right:4px;padding:9px;border:0;border-radius:4px;background:#fff;border: 1px solid #454c60;color:#454c60;font-size:14px;letter-spacing:-0.5px;cursor:pointer}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:3px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:3px}

#bo_v_atc {padding:0 10px;min-height:200px}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:20px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {position:relative;margin-bottom:20px;text-align:center}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;right:10%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:0 0 20px;padding:20px 10px 10px;border:1px solid #e5e8ec;background:#f8f8f8}
#bo_vc h2 {margin:0px;margin-bottom:10px; font-size:14px !important;}
#bo_vc h2 i{font-size:1.2em;}
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:13px 0 10px}
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 3px 0 3px; color:#999;font-size:0.85em;}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden; display:none;}
#bo_vc a {color:#000;text-decoration:none;word-break:break-all;}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

#bo_vc .bo_vc_info{border:0px solid red;}
#bo_vc .bo_vc_info span{font-size:12px;}
#bo_vc .bo_vc_info span i{margin-right:2px;}

.bo_vc_captcha{margin:5px 0px;}

.bo_vc_act {float:right;margin:0;list-style:none}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin-bottom:10px;padding:0 0px 15px;border-bottom:1px solid #dde4e9}
#bo_vc h2 {}
#bo_vc_w .tbl_wrap {margin:0 0 15px}
#bo_vc_w .tbl_wrap input[type=text]{margin-bottom:5px;}
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
#bo_vc_w textarea {width:100%;margin-top:10px;}

#bo_vc_w .bo_vc_wr{}
#bo_vc_w .bo_vc_wr:after{display:block;visibility:hidden;clear:both;content:""}
#bo_vc_w .bo_vc_sc{float:left;margin-top:10px;}
#bo_vc_w .bo_vc_sc #wr_secret{margin:0px;}
#bo_vc_w .btn_confirm{float:right;;margin-top:5px;}


#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 10px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}



/*공통설정*/
.form-control{-webkit-appearance:none;background:#ffffff !important; border-radius:4px !important;}


/*=================================================캡챠 자동등록(입력)방지 기본=================================================*/
#captcha {display:block !important;position:relative;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;border:0px;}
#captcha #captcha_img{width:120px;height:40px;}
#captcha #captcha_mp3{
	width:40px;height:40px;display:inline-block;margin:0px;text-indent:-999999px;
	background:#dddddd url(./img/captcha.png) 40% 5px no-repeat;border-radius:4px;border:0;
}
#captcha audio {display:none;}
#captcha #captcha_reload{width:40px;height:40px;display:inline-block;margin:0px;text-indent:-999999px;
	background:#dddddd url(./img/captcha.png) 40% -25px no-repeat;border-radius:4px;
}
#captcha #captcha_key {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	clear:none;margin:0px;font-size:1.333em;font-family:"NanumGothicBold";font-weight:400;line-height:40px;height:40px;
	width:160px; margin-left:5px;border-radius:4px;background:#ffffff !important;
}
#captcha #captcha_info {display:block;margin:10px 0 0;font-size:0.95em;letter-spacing:-0.1em;}

/*=================================================페이징=================================================*/
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center;max-width:1200px;margin:0 auto;}
.pg{display:inline-block;border:1px solid #ccc;border-right:0px; border-radius:4px; overflow:hidden;}
.pg:after{display:block;}
.pg_page{}
.pg_page, .pg_current, .qa_page {
	display:inline-block;padding:0 8px;
	width:30px;height:30px;line-height:30px;letter-spacing:0;
	vertical-align:middle;float:left;border-right:1px solid #ccc;
}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page, .qa_page {text-decoration:none}
.pg_start, .pg_prev {
	background:url(../../../shop/img/paging.gif) no-repeat 0 2px;
	text-indent:-999px;overflow:hidden;width:30px;height:30px;padding:0;
}
.pg_end, .pg_next {
	background:url(../../../shop/img/paging.gif) no-repeat -55px 2px;
	width:30px;height:30px;padding:0;
	text-indent:-999px;overflow:hidden;
}
.pg_prev{background-position:-28px 2px}
.pg_end{background-position:-83px 2px}
.pg_current {
	display:inline-block;
	font-weight:normal;margin:0px;
	background:#aaa; color:#fff !important;
}

/*=================================================검색=================================================*/
#container{width:100%;}
#bo_sch{position:relative;max-width:1200px;width:100%;margin:20px 0px;padding:0px 65px 0px 125px;margin:40px auto 20px;}
#bo_sch legend{border:0px;display:none;}
#bo_sch i{position:absolute; top:10px; left:100px;z-index:9;}
#bo_sch input[name=stx]{width:100%;height:35px;line-height:35px;}
#bo_sch input[type=submit]{
	position:absolute;top:0px;right:10px;
	background: #fdfdfd;border: 1px solid #a6b396;color: #777777;border-radius: 3px;
	cursor: pointer;padding: 7px 12px 7px;width: 50px;height:35px;letter-spacing:-0.1em;line-height:normal;
}

#bo_sch #sfl{
	position:absolute;top:0px;left:10px;
	background: #fdfdfd url(./img/select_box_ico.png) right center no-repeat !important;
	height: 35px;line-height: 35px;display: inline-block;
	border: 1px solid #cccccc;color: #777777;border-radius:3px;width:107px;
	font-family:inherit;padding: 0 20px 0 5px;
    -webkit-appearance: none;-moz-appearance: none;appearance: none;
}
select::-ms-expand{display:none;}



/*=================================================list=================================================*/

#container_title {
	margin:0;padding:0;font-size:1.3em;text-align:left;letter-spacing:0 !important; color:#111111;
	font-family:"NanumGothicBold";font-weight:normal;padding:13px 0px; border:0px;
}
	

/*체크박스 커스터마이징*/
#gall_allchk {padding:5px; padding-left:0px;}
#gall_allchk input{margin:0}
#gall_allchk label{margin:0}
#gall_allchk label[for=chkall]{
	border:0px solid red;height:40px;line-height:40px;padding-left:45px;padding-right:10px;font-size:1.2em;
	background:url(./img/check3.png) no-repeat 0px 0px; 
}
#gall_allchk label[for=chkall].focus{background:url(./img/check3.png) no-repeat 0px -40px;}
#gall_allchk input[type=checkbox]{display:none;}

.td_chk{}
.td_chk input[type=checkbox]{display:none;}

.gall_li .td_chk{width:auto;display:inline-block;position:absolute; top:10px; right:5px;z-index:10;}
.gall_li .td_chk label{width:40px;height:40px; line-height:40px;background:url(./img/check3.png) no-repeat 0px 0px;}
.gall_li .td_chk label.focus{background:url(./img/check3.png) no-repeat 0px -40px;}
/*체크박스 커스터마이징 끝*/


/*list_표*/
.tbl_head01 thead th{padding:0px;padding-bottom:5px;border-top:0px; border-bottom:2px solid #333;}

#bo_gall{max-width:1200px; margin:0 auto;border:1px solid #dddddd;border-radius:4px; margin-top:10px;padding:10px;}

#bo_gall #gall_ul{max-width:1180px; margin:0 auto;padding:0px;}
#bo_gall #gall_ul:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_gall #gall_ul .gall_li {width:25%; float:left; overflow:hidden;margin:0px; padding:0px;padding:10px 5px;position:relative;}
#bo_gall #gall_ul .gall_li .chk_wr{position:absolute; bottom:20px; right:15px;}


#bo_gall #gall_ul .gall_li .gall_con{border:1px solid #dddddd; border-radius:4px;}
#bo_gall #gall_ul .gall_li .gall_con:hover{border:1px solid #555555;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica{position:relative;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica a > img{width:100%; height:auto; display:block;margin:0 auto; transition:all 1s ease-in-out;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .bo_cate_link_div{
	position:absolute; bottom:0px;background:#000;opacity:0.5;color:#fff;width:100%;border:0px;text-align:center;padding:5px;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .notice_icon{
	position:absolute; top:-5px; left:-5px;background:#ffffff;
	border:2px solid #000;padding:3px;border-radius:4px;font-size:14px;width:30px; height:30px;text-align:center;
}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .notice_icon i{}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .cont_icon{
	border:0px solid red;position:absolute; top:0px; right:0px;background:none;
	padding:5px;opacity:1;border-radius:4px;
}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .cont_icon span{margin:0px 3px;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .cont_icon span.icon_new img{width:13px;}
#bo_gall #gall_ul .gall_li .gall_con .gall_ica .cont_icon .cnt_cmt{border:0px solid red;font-size:11px;border-radius:50%;padding:2px 5px;background:#aaaaaa;color:#fff;}

#bo_gall #gall_ul .gall_li .gall_con_cont{padding:5px;}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_subj div{display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;font-weight:normal;}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_subj div.gall_cont{color:#999999;font-size:0.9em;margin-top:5px;min-height:17px;}

#bo_gall #gall_ul .gall_li .gall_con_cont .gall_con_info{width:100%;}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_con_info:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_con_info div{
	width:30%; float:left; font-size:12px; color:#aaaaaa;
	display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;font-weight:normal;
}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_con_info div.con_date{padding-left:5px;width:70%;}
#bo_gall #gall_ul .gall_li .gall_con_cont .gall_con_info div span{margin-right:5px;}

/*list_버튼*/
#bo_cate_pc{margin-top:10px;}
#bo_cate_pc_ul .btn-default{margin-right:5px;}
#bo_cate_pc_ul .btn-default a:hover{text-decoration:none;}

#bo_gall .bo_fx_adm{border:0px;}

/*=================================================list 하단검색 영역=================================================*/
#container{width:100%;}
#bo_sch{position:relative;max-width:1200px;width:100%;padding:0px 55px 0px 125px;margin:40px auto 20px;}
#bo_sch legend{border:0px;display:none;}
#bo_sch i{position:absolute; top:10px; left:100px;z-index:9;}
#bo_sch input[name=stx]{width:100%;height:35px;line-height:35px;padding:0px 12px;}
#bo_sch input[type=submit]{
	position:absolute;top:0px;right:0px;
	background: #fdfdfd;border:1px solid #999999;color:#777777;border-radius: 3px;
	cursor: pointer;padding: 7px 12px 7px;width: 50px;height:35px;letter-spacing:-0.1em;line-height:normal;
}
/*분류 셀렉트 커스터마이징*/
#bo_sch #sfl{
	position:absolute;top:0px;left:0px;
	height: 35px;line-height: 35px;display: inline-block;
	border: 1px solid #cccccc;color: #777777;border-radius:3px;width:120px;
	font-family:inherit;padding: 0 20px 0 5px;
	background: #fdfdfd url(./img/select_box_ico.png) right center no-repeat !important;/*화살표모양 이미지*/
    -webkit-appearance: none;-moz-appearance: none;appearance: none; /*네이티브 외형 감추기*/
}
select::-ms-expand{display:none;}/*IE10,11의 네이티브 화살표 숨기기*/

/*=================================================write=================================================*/
#bo_w{max-width:1200px; margin:0 auto;border:1px solid #dddddd; border-radius:4px;padding:10px;margin-top:15px;}
#bo_w .tbl_frm01{}
#wr_email, #wr_homepage{width:auto;}

#bo_w .form-inline{margin-bottom:15px;}
#bo_w .form-inline > div{margin-right:10px;}
#bo_w .form-inline label{min-width:70px;}
#bo_w .tbl_frm01 .tbl_solid{border-bottom:1px solid #ddd;margin-bottom:15px;}


#bo_w .bo_w_article{border:0px solid red;margin-bottom:20px;}
#bo_w .bo_w_article lael{}
#bo_w .bo_w_article span{margin-left:5px; color:#999999; font-size:0.9em;}


/*글쓰기 옵션체크박스 커스터마이징*/
#bo_w .option_chk{padding:5px 0px;margin:5px 0px;}
#bo_w .option_chk div{display:inline-block;}
#bo_w .option_chk input, #bo_w .option_chk label{margin:0px;}
#bo_w .option_chk label{
	height:40px;line-height:40px;padding-left:45px;padding-right:10px;font-size:1em;
	background:url(./img/check3.png) no-repeat 0px 0px; 
}
#bo_w .option_chk label.focus{background:url(./img/check3.png) no-repeat 0px -40px;}
#bo_w .option_chk input{display:none;}
/*글쓰기 옵션체크박스 커스터마이징 끝*/


#bo_w .bo_w_opt_cate{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
#bo_w .bo_w_cate{position:relative;}
#bo_w .bo_w_cate i{position:absolute; top:10px; right:10px;}


/*글쓰기 분류 셀렉트 커스터마이징*/
#bo_w .bo_w_cate select{
	height: 35px;line-height: 35px;display: inline-block;width:100%;
	border: 1px solid #cccccc;color: #777777;border-radius:3px;font-size:14px;
	font-family:inherit;padding: 0 20px 0 5px;
	background: #fdfdfd url(./img/select_box_ico.png) right center no-repeat !important;/*화살표모양 이미지*/
    -webkit-appearance: none;-moz-appearance: none;appearance: none; /*네이티브 외형 감추기*/
}
select::-ms-expand{display:none;}/*IE10,11의 네이티브 화살표 숨기기*/
/* 글쓰기 분류 셀렉트 커스터마이징 끝 */

/* 여분필드를 이용한 상품형 항목 */
.bo_wr_input{border:0px solid red;margin:10px 0px;}
.bo_wr_input label{display:none;}
.bo_wr_input input{}





#bo_w .bo_w_file_box{}
#bo_w .bo_w_link_box{margin-top:10px;}
#bo_w .bo_w_file{margin-bottom:10px;}
#bo_w .bo_w_file .file_box{position:relative;padding-right:90px;}
#bo_w .bo_w_file .file_box input.file_name{width:100%;height:35px; padding:7px 10px;border:1px solid #ddd;}
#bo_w .bo_w_file .file_btn{border:1px solid #ccc;padding:0px 15px;border-radius:3px;height:35px;line-height:35px;position:absolute;top:0px; right:0px;background:#f8f8f8;}
#bo_w .bo_w_file .file_btn:hover, #bo_w .bo_w_file .file_btn:active, #bo_w .bo_w_file .file_btn:focus, #bo_w .bo_w_file .file_btn:visited{text-decoration:none;}
#bo_w .bo_w_file .file_box input[type=file]{width:100%; position:absolute; top:0; left:0; opacity:0;}
#bo_w .bo_w_file .file_explan{width:100%;margin:5px 0 10px;}


/*=================================================view=================================================*/
#bo_v{max-width:1200px; margin:0 auto;border:1px solid #dddddd;border-radius:4px; margin-top:10px;padding:10px;}
#bo_v #bo_v_title{padding:5px 0px;margin-top:0px;text-align:left;display:block;}
#bo_v #bo_v_title .ttl_ca{font-size:14px; font-weight:bold; color:#fff; background:#aaa; display:inline-block; margin-bottom:10px;padding:3px;}
#bo_v #bo_v_title .ttl_sbj{}

#bo_v #bo_v_info{padding:0px; margin:0px;font-size:12px;color:#777;padding-bottom:10px; border-bottom:1px solid #ddd;}
#bo_v #bo_v_info:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v #bo_v_info .bo_name{float:left; width:50%}
#bo_v #bo_v_info .bo_info{float:right; width:50%; text-align:right;}
#bo_v #bo_v_info .bo_info span{margin-left:7px;}
#bo_v #bo_v_info .bo_info span i{margin-right:3px;}

#bo_v #bo_v_top{padding:0px;}
#bo_v #bo_v_bot{padding:0px;}
#bo_v .bo_v_bt1{margin: 30px 10px;}
#bo_v .bo_v_bt1:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt1 .bo_v_nb{float:left; width:50%;}
#bo_v .bo_v_bt1 .bo_v_write{float:right; text-align:right;}


/*상품형 커스터마이징*/
#bo_v_top{}
#bo_v_top:after{display:block; visibility:hidden; clear:both; content:'';}
.b_it_img{border:0px solid red;float:left;width:50%;}
.b_it_info{border:0px solid blue;float:right;width:45%;padding:10px;}

#bo_v_con{border-top:2px solid #cccccc;margin:20px 0;padding:20px 0px;}
.b_it_img #bo_v_img{}
.b_it_img #bo_v_img a{display:block; text-align:center;}
.b_it_img #bo_v_img a img{width:500px;}

#bo_v_wr_box{border-bottom:0px solid red;padding:10px;}

.bo_v_wr_inp{color:#777777;margin:10px 0px;border-bottom:1px solid #dddddd;padding-bottom:10px;}
.bo_v_wr_inp .wr_ttl{border:0px solid blue; margin-right:3px;}
.bo_v_wr_inp .wr_cont{margin-left:3px;}

#bo_v .bo_v_bt2{margin: 5px 0px;}
#bo_v .bo_v_bt2:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt2 .bo_v_com{float:right; width:50%;text-align:right;}
#bo_v .bo_v_bt2 .bo_v_com li{float:right;}
#bo_v .bo_v_bt2 .bo_v_adm{float:left; width:50%; text-align:right;}
#bo_v .bo_v_bt2 .bo_v_adm:after{display:block; visibility:hidden; clear:both; content:'';}
#bo_v .bo_v_bt2 .bo_v_adm li{float:left;margin-right:3px;}






/**** YESONG ****/

/* 상품 상세보기 */
#sit {max-width:1200px; margin:0px 0 20px;background:#ffffff;}

/* 상품 상세보기 - 개요 */
#sit_ov_wrap {background:#ffffff;zoom:1;padding-bottom:20px;border-bottom:1px solid #dddddd;}
#sit_ov_wrap:after {display:block;visibility:hidden;clear:both;content:""}

/* 상품 상세보기 - 이미지 미리보기 */
#sit_pvi {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	float: left;width: 50%;min-height: 500px;
}
#sit_pvi_big {margin:0 0 10px; width: 100%; overflow: hidden; zoom: 1;}
#sit_pvi_big a {display:block}
#sit_pvi_big img {}
#sit_pvi_thumb {margin:0;padding:0;list-style:none;zoom:1}
#sit_pvi_thumb:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_thumb li {float:left;margin:0 5px 5px 0}
#sit_pvi_thumb .li_last {margin:0 !important}
#sit_pvi_thumb img {}

#sit_pvi_nwbig {padding:10px 0;text-align:center}
#sit_pvi_nwbig span {display:none}
#sit_pvi_nwbig span.visible {display:inline}
#sit_pvi_nw ul {margin:0 0 20px;padding:0 10px;list-style:none;zoom:1}
#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_nw li {float:left;margin:0 0 1px 1px}
#sit_pvi_nw li img {width:60px;height:60px}



/* 상품 상세보기 - 간략정보 및 구매기능 */
#sit_ov {
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
	position:relative;float:right;padding:15px 15px 15px;width:488px;height:auto !important;height:355px;min-height:355px;
}
#sit_ov h3 {margin:0 0 10px;font-size:1.2em;font-weight:400;}

#sit_title {margin:0 0 15px;font-size:1.3em;line-height:1.5em;font-weight:300;}
#sit_desc {margin:10px 0 20px;padding:0;color:#999;line-height:1.5em;}
#sit_opt_info {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#sit_star {color:#b8afa2;font-size:0.95em;letter-spacing:-0.1em}
#sit_star span {display:inline-block;margin:0 5px 0 0;color:#666;letter-spacing:0}
#sit_star .sit_star {position:relative;top:-2px;margin:0 5px 0 0}
#sit_star a {display:inline-block;vertical-align:middle}

.sit_ov_tbl {width:100%;border:0;border-collapse:collapse;margin-bottom:20px;margin-top:20px;}
.sit_ov_tbl th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-weight:normal;text-align:left;color:#888888;width:30%;padding: 0 10px;}
.sit_ov_tbl td {padding:11px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;color: #000;}
.sit_ov_ro {padding:2px 2px 3px;border:0;background:transparent;text-align:right;vertical-align:middle}
.sit_ov_opt {padding:2px 2px 3px;border:0;background:transparent;vertical-align:middle}
.sit_ov_input {margin:0 1px 0 0;padding:2px 2px 3px;border:1px solid #b8c9c2;background:transparent;vertical-align:middle}
#sit_ov_tbl button {margin:0 1px 0 0}

.sit_sel_btn {position:relative} /* 선택옵션용 추가 버튼 */
.sit_sel_btn button {position:absolute;top:-51px;right:0 !important;right:15px}

#sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#sit_tot_price {margin:20px 0;font-size:1.3em;font-family:"NanumGothicBold";font-weight:400;}

#sit_ov_soldout {margin:0 0 20px;color:#ff3061;font-family:"NanumGothicBold";font-weight:400;text-align:center}





/**** YESONG ****/



/*=================================================media=================================================*/
@media all and (max-width:767px){
	#bo_cate .dropdown-toggle:hover, #bo_cate .dropdown-toggle:active, #bo_cate .dropdown-toggle:focus, #bo_cate .dropdown-toggle:visited{text-decoration:none;}
	#bo_cate{}
	#bo_cate .dropdown-menu{width:100%;}
	#bo_cate .dropdown-menu li a{border-bottom:1px solid #eee;padding:5px;}
	#bo_cate .dropdown-menu li:last-child a{border-bottom:0px;}
	#bo_cate > li h2{display:block;}
	#bo_cate > li .caret{display:block;}
	#bo_cate_ul{border:1px solid #ddd;}
	.dropdown-toggle{border:1px solid #ccc;display:block;padding:5px;}
	.dropdown-toggle .caret{position:absolute;right:10px; top:15px;border-top:10px solid;border-right:5px solid transparent; border-left:5px solid transparent;}
	.dropdown-toggle h2{margin:0px;font-size:18px;}
	#bo_cate_ul li{border-top:0px;clear:both;width:100%;border-radius:0px;}
	#bo_cate_ul li:last-child{border-bottom:0px;}
	
	/*===========================================*/
	
	#bo_gall #gall_ul{width:100%;}
	#bo_gall #gall_ul .gall_li{width:50%;}
	
	/*===========================================*/
	
	#bo_w .form-inline{margin-bottom:0px;}
	#bo_w .form-inline > div{margin-right:0px;}
	#wr_email, #wr_homepage{width:100%;}
	
	#bo_w .bo_w_cate select{width:100%;}
	#bo_w .input01 {width:100px;}
	#bo_w .input02 {width:140px;}
	#bo_w .input03 {width:210px}
	#bo_w .input04 {width:75% }
	#bo_w .input05 {width:80% }
	#bo_w .input06 {width:40% }
	
	#bo_w .tbl_frm01 th {width:30%;font-size:13px;}
	#bo_w .btn_submit, #bo_w .btn_cancel {width:40%;height:36px;}
    #bo_w .btn_cancel {line-height:22px;}
	
	/*===========================================*/
	
	#bo_v #bo_v_info .bo_name{float:none; display:block;width:100%;}
	#bo_v #bo_v_info .bo_info{float:none; display:block;width:100%; text-align:left;}
	#bo_v #bo_v_info .bo_info span{margin-left:0px;margin-right:7px;}
	
	.b_it_img{border:0px solid red;float:left;width:100%;}
	.b_it_info{border:0px solid blue;float:right;width:100%;padding:10px;}

	#captcha #captcha_img {width:43%;}
	#captcha #captcha_reload {margin:0px; width:12%; margin-left:1%; margin-right:1%; min-width:40px;}
	#captcha #captcha_key {width:40%;margin:0px;}
	#captcha audio {display:block;margin:0 0 10px;width:100% !important;}
	
	.pg_current, .pg_page, .pg_end{font-size:1.6em;}
}

@media all and (max-width:499px){
	#bo_gall #gall_ul .gall_li{width:100%;}
}

/*=================================================btn=================================================*/

.btn-danger{font-size:12px;color:#fff;background-color:#d9534f;border:1px solid #d43f3a;padding:0px 7px; height:37px;line-height:37px;border-radius:5px;}
.btn-danger:hover{font-size:12px;color:#fff;background-color:#d9534f;border:1px solid #d43f3a;padding:0px 7px;}

.btn-default{font-size:12px;border:1px solid #999999;background-color:#ffffff; color:#555555;padding:0px 7px;height:37px;line-height:37px;border-radius:5px;}
.btn-default:hover{font-size:12px;border:1px solid #999999;background-color:#ffffff; color:#555555;padding:0px 7px;}

.btn-default i{padding:0px 3px;}

.btn-primary{display:inline-block !important;color:#ffffff;font-size:12px;border:1px solid #286090;background-color:#286090;padding:0px 7px; height:37px;line-height:37px;border-radius:5px;margin:0px !important;}
.btn-primary:hover{color:#ffffff;font-size:12px;border:1px solid #286090;background-color:#286090;padding:0px 7px;}

/* 수량 버튼 CSS */
.num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center;font-family: 'Malgun Gothic', 'dotum', sans-serif;font-size: 1em;}


#bo_gall a.btn_b0s, .btn_b0s {
    display: inline-block;
    background: #9e9e9e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 10pt;
    border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
}