@charset "utf-8";
/* CSS Document */

.di_wrap{font-size:0}
.di_wrap > li{display:inline-block; *display:inline; zoom:1; vertical-align:top; font-size:16px; font-size:1rem;}
.di_wrap > li > a,
.di_wrap > li > .in{ display:block}

.fl_wrap{ overflow:hidden\9}
.fl_wrap > li{ float:left}
.fl_wrap > li > a:not(.va),
.fl_wrap > li > .in{ display:block}
.fl_wrap::after{ content:""; display:block; clear:both}

.di_table,
.di_table .th,
.di_table .td{ box-sizing:border-box;}
.di_table{ display:table; table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0;}
.di_table .tr{ display:table-row;}
.di_table .th,
.di_table .td{ display:table-cell; vertical-align:middle;}

.flex{ display:flex; justify-content:space-between; align-content:center; align-items:center; min-width:0;}
.flex.wrap{ flex-wrap:wrap;}
.flex.col { flex-direction:column; align-items:stretch;}
.flex.jc{ justify-content:center; text-align:center;}
.flex.jl{ justify-content:flex-start;}
.flex.jr{ justify-content:flex-end;}
.flex.around { justify-content:space-around;}
.flex.stretch{ align-items:stretch;}
.flexAc{ display:flex; align-items:center; justify-content:center; text-align:center; min-width:0;}

.va_wrap{ display:block; text-align:center; white-space: nowrap}
.va_wrap:before{ content:""; display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:0; height:100%}
.va{display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width:100%; height:auto; white-space:normal}
.va_wrap img{vertical-align:middle; display:inline-block; *display:inline; zoom:1; max-width:100%; max-height:100%}

.resize{ display:block; height:0; padding-bottom:100%; position:relative}
.resize .re{ position:absolute; left:0; top:0; width:100%; height:100%}
.resize.s1{ padding-bottom:27.43%}
.resize.s2{ padding-bottom:66.66%}
.resize.s3{ padding-bottom:133.33%}

input::-webkit-input-placeholder{ color:#aaa !important}
input::-moz-placeholder{ color:#aaa !important}
input:-moz-placeholder{ color:#aaa !important}
input:-ms-input-placeholder{ color:#aaa !important}

.c_point{ color:#f45827 !important}
.c_black{ color:#000 !important}
.c_gray { color:#999 !important}

.tcut{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
.tcutNo{ white-space:normal !important;}

/*board*/
.board_st{ font-size:.938rem}

.board_st th,
.board_st td{ padding:1em; border-bottom:1px solid #ddd; font-size:inherit !important; line-height:1.3}
.board_st th{ color:#111}
.board_st td{ color:#555}

.board_st{table-layout:fixed}
.board_st.list.tit th{ border-top:2px solid #666; border-bottom:1px solid #666}
.no_con{ padding:5.75em 0 !important; color:#999 !important}
.no_con:before{ content:"\e9d8"; font-family:xeicon!important; display:block; margin:0 auto .2em auto; font-size:5em; color:#ddd;}

.board_st.list td{ text-align:center}
.board_st.list td.w_tit{ text-align:left;}
.board_st.list td.w_tit > a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.board_st.list td a{ color:#111}
.board_st a:hover{ text-decoration:underline}

.board_st.list.notice td{ background:#f9f9f9}
.board_st.list.reply td{ background:#f9f9f9;}

.board_st.view{ border-top:1px solid #666}
.board_st.write{ border-top:2px solid #666}

.board_st.st1{ border-top:2px solid #333}
.board_st.st1 td,
.board_st.st1 th{ height:3em; border:1px solid #ddd; padding-left:2em; padding-right:2em}
.board_st.st1 th{ background:#f9f9f9; border-bottom-color:#ddd; text-align:left}
.board_st.st1.write{ border-top:none}
.board_st.st1.write th{ background:none}

.checkWrap .board_st.st1{ margin-top:-1px; border-top-width:0}
.checkWrap .board_st.st1:first-child{ margin-top:0; border-top-width:2px}

.board_view_top,
.board_view_middle,
.board_view_bottom{ font-size:.938rem}
.board_view_top{ }
.board_view_top .tit{ padding:1em; border-top:2px solid #666; text-align:center; border-bottom:1px dashed #aaa; font-size:1.438em; color:#333; font-weight:500;}
.board_view_top .tit .btn{ display:block; margin-top:.75em; font-size:.75em}
.board_view_top .info{border-bottom:1px solid #ddd}
.board_view_top .info > li{ float:left; padding:1em 2em; color:#666; position:relative}
.board_view_top .info > li:before{ content:""; position:absolute; left:0; top:35%; width:1px; height:30%; background:#ccc}
.board_view_top .info > li:first-child:before{ display:none}
.board_view_top .info > li.btn{ float:right; padding-top:.625em; padding-bottom:.5em}
.board_view_top .info > li.btn:before{ display:none}
.board_view_top .info::after{ content:""; display:block; clear:both}
.board_view_top .file{ text-align:right; padding:1em 2em; background:#f9fafb;}
.board_view_top .file > li{ }
.board_view_top .file > li > a{ display:inline-block; word-break: break-all; word-wrap: break-word; padding:.2em}
.board_view_top .file > li > a:hover{ text-decoration:underline}
.board_view_top .file > li > a .xi{ margin:-1px .2em 0 0}
.board_view_middle{ padding:3em 2em}
.board_view_middle .mg_b10{ margin-bottom:10px;}
.board_view_middle .videoCon{ position:relative; height:0; padding-bottom:56.25%;}
.board_view_middle #viewIframe{ position:absolute; top:0; left:0; width:100%; height:100%;}
.board_view_txt{ padding:2em 2em; border-bottom:1px dashed #aaa;}
.board_view_bottom .board_st.view td a{ display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/**/
.board_st.faq{ border-top:2px solid #333}
.board_st.faq .faq_tit{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:2em; color:#333}
.board_st.faq .faq_tit:after{ content:"."}
.board_st.faq .faq_tit.c1{ color:#00a75d;}
.board_st.faq .BScon td{ vertical-align:top;}
.board_st.faq .BScon .w_tit{ padding-top:3.5em;}
.board_st.faq .BScon .w_tit > p{ word-break:break-all;}

/**/
.board_photo_wrap{ padding-top:1.5em; border-top:2px solid #666;}
.board_photo{ margin:0 0 0 -1em;}
.board_photo > li{ width:25%;}
.board_photo .list{ display:block; margin:0 0 1em 1em;}
.board_photo .list *{ transition:.2s;}
.board_photo .list .img{ padding:.75em; border:1px solid #e3e7ed;}
.board_photo .list .img.resize.s2{padding:0; padding-bottom:66.66%;}
/*.board_photo .list .img img{ width:100%; height:100%;}*/
.board_photo .list .tit{ padding:.5em .5em;}
.board_photo .list .tit > *{ overflow:hidden;}
.board_photo .list .tit .t1{ font-size:1em; color:#111; font-weight:500; height:2.563em;}
.board_photo .list .tit .t2{ font-size:.875em; color:#77787b; height:2.625em; margin-top:.25em;}
.board_photo .list .tit .t3{ font-size:.875em; color:#555; font-weight:500; height:1.5em; margin-bottom:.25em; /*padding-left:1.75em;*/ position:relative; overflow:visible;}
.board_photo .list .tit .t3 .icon{ position:absolute; top:-.125em; left:0; font-size:1.500em; line-height:1;}
.board_photo .list .tit .t3 .icon:before{ content:"\e9a4";}
.board_photo .list:hover .img{ border-color:#666;}

/**/
.board_icon.xi{}
.board_icon.xi:before{}
.board_icon.new .xi:before{content:"\e9a9"; color:#f1592a}
.board_icon.notice .xi:before{ content:"\ea5b"; color:#00a75d}
.board_icon.reply .xi:before{ content:"\e981"; color:#aaa}
.board_icon.file .xi:before{ content:"\ea7f"; color:#999; font-size:.813em}
.board_icon.sub .xi:before{content:"\e981"; color:#aaa}
.board_icon.lock .xi:before{ content:"\e964"; color:#aaa; font-size:.938em; padding-left:.25em}

/**/
.board_search_wrap{ overflow:hidden; font-size:.938rem; margin-bottom:1em; padding-left:1px;}
.board_search_wrap .left{ float:left}
.board_search_wrap .left button{ width:8em; padding:0 .5em}
.board_search_wrap .right{ float:right}
.board_search_wrap .right + *{ clear:right;}
.board_search_wrap button{ padding:0 1.5em; margin-left:-1px}
.board_search_wrap .input_st.s3{ width:auto; padding:0 1em;}
.board_search_wrap .input_st[type=text]{ width:18em;}
.board_search_wrap .search_cate{ padding:1.5em 0;}
.board_search_wrap .search_cate button{ flex:1; position:relative; z-index:1;}
.board_search_wrap .search_cate button.on{ z-index:2;}
.board_search_wrap .search_cate.left{ padding:0 0;}
.board_search_wrap .search_cate.left button{ flex:1 0 8em;}

/**/
.board_tbox .icon{ display:block; text-align:center; font-size:3em; color:#aaa}
.board_tbox .t1{ font-size:.938em}

/**/
.board_paging{ text-align:center; margin-top:4em; font-size:.813rem}
.board_paging button{ vertical-align:top; width:3em; height:3em; line-height:3em; border:1px solid #ddd; background:#fff; color:#333; font-family: Verdana, Arial, Helvetica, sans-serif}
.board_paging button:hover,
.board_paging button.on{ background:#444; color:#fff}
.board_paging button.icon{ background:#f1f1f1;}
.board_paging button.icon:hover{ background:#aaa}
.board_paging .xi.first:before{ content:"\ea47"}
.board_paging .xi.last:before{ content:"\ea48"}
.board_paging .xi.prev:before{ content:"\e93c"}
.board_paging .xi.next:before{ content:"\e93f"}

/**/
.board_btn_wrap{ margin-top:3em; text-align:center}
.board_btn_wrap.st1{ margin-top:.5em; padding-top:1.5em; border-top:1px solid #ccc}
.pop .board_btn_wrap{ margin-top:1.5em}

/**/
.label_wrap{display:inline-block; *display:inline; zoom:1;}
.label_wrap label{ margin-left:1em}
.label_wrap label:first-child{ margin-left:0}
.label_wrap_fix.recruit > li{ width:9.5em}

.board_st.write .label_st{ margin-right:2em}
.label_st{ display:inline-block; *display:inline; zoom:1;}
.label_st > *{ display:inline-block; *display:inline; zoom:1; vertical-align:middle; cursor:pointer;}
.label_st:not(.cssbrowser) .xi:before{ font-family:xeicon!important; font-style:normal; font-size:1.438em}
.label_st:not(.cssbrowser) input ~ .xi ~ span,
.label_st:not(.cssbrowser) input ~ .xi:before{ color:#777}
.label_st:not(.cssbrowser) input:checked ~ .xi ~ span,
.label_st:not(.cssbrowser) input:checked ~ .xi:before{ color:#111}
.label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before{ content:"\e92c"}
.label_st:not(.cssbrowser) input[type=checkbox]:checked ~ .xi:before{ content:"\e92b"}
.label_st:not(.cssbrowser) input[type=radio] ~ .xi:before{ content:"\e9c6"}
.label_st:not(.cssbrowser) input[type=radio]:checked ~ .xi:before{ content:"\e9c7"}
.label_st:not(.cssbrowser) input[type=checkbox],
.label_st:not(.cssbrowser) input[type=radio]{ width:0; height:0; overflow:hidden; opacity:0}
.label_st:not(.cssbrowser) input[type=checkbox][disabled=disabled] ~ *,
.label_st:not(.cssbrowser) input[type=radio][disabled=disabled] ~ *{ opacity:.5}
.label_st:not(.cssbrowser).point input ~ .xi ~ span,
.label_st:not(.cssbrowser).point input ~ .xi:before{ color:#111 !important}

.label_st.mg{ margin-left:2em}
.label_st.mg:first-child{ margin-left:0}

.label_select{ position:relative; background:#fff; display:inline-block; *display:inline; zoom:1;}
.label_select select{ background:none; padding-right:2em!important; appearance:none;-webkit-appearance:none; position:relative; z-index:1}
.label_select select::-ms-expand{display:none;}
.label_select:after{ content:"\e942"; font-family:xeicon!important; position:absolute; z-index:0; right:0; top:50%; margin-top:-.625em; width:2em; text-align:center}

.label_hash{ position:relative; display:inline-block; *display:inline; zoom:1;}
.label_hash:before{ content:"#"; position:absolute; left:0; top:0; height:100%; width:1.75em; text-align:center; background:#666; color:#fff; line-height:1.5; font-size:1.25em}
.label_hash .input_st{ padding-left:3em !important}

.input_st{display:inline-block; *display:inline; zoom:1; vertical-align:middle; border:1px solid #ccc; color:#666; padding:.5em 1em;  box-sizing:border-box; line-height:2em; height:3em}
input[type=text].input_st,
input[type=password].input_st,
input[type=tel].input_st{ }
input[type=file].input_st{ background:none; border:none; padding:0}
input[type=button].input_st,
input[type=submit].input_st,
button.input_st,
a.input_st{ min-width:5em}
select.input_st{ padding-right:3em; transition:0}
textarea.input_st{ padding:1em; width:100%; height:10em; line-height:1.2}
textarea.input_st.editor{ height:20em}
td textarea.input_st.editor{ border:none}
.editor{ position:relative}

.input_st .xi{ vertical-align:top; margin:0 .25em}
.input_st .xi:first-child{ margin-left:0;}
.input_st .xi.arrow:before{ content:"\e93f"}

.input_st:hover,
.input_st:focus{ border-color:#343b4d; color:#111}
.label_select .input_st:hover,
.label_select .input_st:focus{ background:none}
.input_st[disabled=disabled]{ cursor:default; background-color:#eee !important; opacity:.6;}
.input_st[disabled=disabled]:hover{ border-color:#ccc; background-color:#eee; color:#666}
select.input_st:hover,
select.input_st:focus{ color:#666}
.input_st .xi{ font-size:1.5em}

.input_st.s1{ line-height:2em; height:3.5em; padding:.5em 1.5em}
.input_st.s2{ line-height:1em; height:2.25em; padding:.25em .5em; font-size:.938em; min-width: inherit}
.input_st.s3{ min-width:6em;}

.input_st.c1{ background:#eea93c; border-color:#eea93c; color:#fff}
.input_st.c1.re{ background:#fff; border-color:#eea93c; color:#eea93c}
.input_st.c2{ background:#999; border-color:#999; color:#fff}
.input_st.c2.re{ background:#f5f5f5; border-color:#ccc; color:#888}
.input_st.c3{ background:#333; border-color:#333; color:#fff}
.input_st.c3.re{ background:#fff; border-color:#333; color:#333}
.input_st.c4{ background:#003f87; border-color:#003f87; color:#fff}
.input_st.c4.re{ background:#fff; border-color:#003f87; color:#003f87}
.input_st.c5{ background:#8f4141; border-color:#8f4141; color:#fff}
.input_st.c5.re{ background:#fff; border-color:#7c4f4f; color:#7c4f4f}

.input_st.w1{ width:12.5em}
.input_st.w2{ width:5.625em}
.input_st.w3{ width:31.25em}
.input_st.w4{ width:3.25em}
.input_st.w5{ width:8em}

.w05{ width:5% !important}
.w10{ width:10% !important}
.w20{ width:20% !important}
.w30{ width:30% !important}
.w40{ width:40% !important}
.w50{ width:50% !important}
.w100{ width:100% !important}

.input_sec{ display:inline-block; *display:inline; zoom:1; width:1.25em; text-align:center; vertical-align:middle}
.input_sec.s1{ width:.5em}
.input_sec.s2{ padding:0 1.5em 0 .5em}
.input_row{ margin:.5em 0;}

.input_st::-webkit-input-placeholder{ color:#aaa}
.input_st::-moz-placeholder{ color:#aaa}
.input_st:-moz-placeholder{ color:#aaa}
.input_st:-ms-input-placeholder{ color:#aaa}

.input_tt{ vertical-align:middle; display:inline-block; font-size:.938em;}

/**/
.w_no{ width:5em}
.w_tit{ width:auto}
.w_name{ width:9em}
.w_name2{ width:15.5em}
.w_date{ width:8em}
.w_date2{ width:15em}
.w_hit{ width:8em}
.w_category{ width:17em}
.w_check{ width:5em}
.w_prod{ width:auto}
.w_price{ width:10em}
.w_point{ width:10em}
.w_vol{ width:10em}
.w_vol2{ width:5em}
.w_order_num{ width:12em}
.w_state{ width:9em}
.w_btn{ width:7em}
.w_btn2{ width:11em}
.w_img{ width:9em}
.w_star{ width:10em}
.w_faq{ width:4em}
.w_area{ width:5em}
.w_sel{ width:8.5em}
.w_info{ width:15em}

.w_form_tit{ width:11em;}
.w_form_tit2{ width:25%;}
.w_form_tit3{ width:8.5em;}
.w_form_etc{ width:15%;}
.w_auto{ width:auto;}
.w_form{ width:auto;}
.w_form2{ width:auto;}

.state{ font-weight:700;}
.state.c1{ color:#0072c6}
.state.c2{ color:#00a75d}
.state.c3{ color:#ef4223}

/**/
.board_img{ border:1px solid #ddd; padding:.5em}
.board_tt1{ font-size:.938em; opacity:.6;}
.board_tt2{ font-size:1.125em; color:#111; line-height:1.5;}
/*.board_tt2:hover{ text-decoration:underline}*/
.board_tt3{ font-size:.875em; display:inline-block; *display:inline; zoom:1; padding:.125em 1em; margin-top:1em; border:1px solid #ddd; border-radius:1em}
.board_tt4{ font-size:1em; color:#111;}

.BSbtn{ cursor:pointer}
.BScon{ display:none}
.BScon td{ padding-top:3em; padding-bottom:4em}
.BScon .w_btn .input_st{ margin:.063em 0;}

.board_more{ display:inline-block; *display:inline; zoom:1; width:2.25em; line-height:2.25em !important; border:1px solid #ddd; border-radius:100%; text-align:center; transition:.3s}
.board_more .xi:before{content:"\e943"; color:#111}
.board_more.plus .xi:before{content:"\e913"}
.board_more:hover{ border-color:#666}
.on .board_more{ transform:rotate(180deg); background:#111; color:#fff; border-color:transparent}
.on .board_more .xi:before{ color:#fff}

.tt_star .no{ font-family:tahoma,sans-serif; font-weight:bold; font-size:1.25em; color:#000}
.tt_star .star{ color:#f1592a; padding:0 .25em}
.tt_star .star:before{ content:"("}
.tt_star .star:after{ content:")"}
.tt_star .star .xi{ font-size:.875em}
.tt_star .star .xi:before{content:"\ea16"}
.tt_star .star .xi.on:before{content:"\ea0f"}

.table_st{ border-top:2px solid #333; table-layout:fixed}
.table_st th,
.table_st td{ padding:.5em 1em; font-size:.938em; height:3em}
.table_st th{ background:#fff; color:#111; border-bottom:1px solid #333}
.table_st td{ background:#fff; color:#666; text-align:center; border-bottom:1px solid #ddd; padding:1em 1em}
.table_st .ess{ float:right;}
.ess{ color:#f1592a; line-height:1}
.ess:before{ content:"\e929"; font-size:1.25em}
.ess_wrap{ position:relative; display:block; padding-right:1.75em;}
.ess_wrap .ess{ position:absolute; right:0; top:50%; margin-top:-.625em;}

.table_st.form th{ text-align:left; border-color:#ddd; border-left:1px solid #ddd}
.table_st.form th:first-child{ border-left:none}
.table_st.form td{ text-align:left}

.table_st.size1 th,
.table_st.size1 td{ padding:.5em 1em; height:2.25em; font-size:.875em}

.table_st.size2 td{ padding:2em 1em;}

.table_st.bg1 th,
.table_st.bg1 td{ background:#f9f9f9}

.table_st.noline{ border-top:none}
.table_st.line1{ border-top-width:1px}

.table_st.st1 th,
.table_st.st1 td{ padding:.25em .5em; border:1px solid #ddd;}
.table_st.st1 th{ background:#f7f7f7; text-align:center}

.table_st.st2{ border-top:none}
.table_st.st2 th{ background:#895f5f; color:#fff; border:1px solid rgba(255,255,255,.1)}
.table_st.st2 td{ border:1px solid rgba(0,0,0,.1)}

.table_st.st3{}
.table_st.st3 th{ font-size:1.063em; border-color:#888; color:#555}
.table_st.st3:not(.size1) th{ height:4.5em}
.table_st.st3 .bR{ border-right:1px solid #ddd}
.table_st.st3 td{}

.table_st .total_wrap{ text-align:right; padding-right:2.5em!important; font-size:.938em; position:relative}
.table_st .total_wrap:before,
.table_st .total_wrap:after{ content:""; position:absolute; left:0; top:0; width:100%; height:1px; background:#111}
.table_st .total_wrap:after{ top:auto; bottom:-1px; background:#ddd}
.table_st .total_wrap .icon{ padding:0 1em; color:#111; font-size:1.75em; margin-top:-.1em}

.table_st .cell_st1{ background:#f9f9f9}

.table_st .memo{ font-size:.813em; color:#888}

.inp_img{ overflow:hidden; margin-bottom:.5em}
.inp_img .img,
.inp_img .tt,
.inp_img .btn{ display:inline-block; *display:inline; zoom:1; vertical-align: bottom}
.inp_img .img{ width:4em; border:1px solid #ddd; background:#fff}
.inp_img .btn{ padding:0 .25em; border:1px solid transparent}
.inp_img .btn.del{ background:#eee; color:#777}
.inp_img .btn.del .xi:before{content:"\e922"}
.inp_img .tt{ font-size:.938em; color:#333; padding:.125em }
.inp_img .tt .file:before{content:"\ea83"}
.inp_img .label_st{ font-size:.938em; padding-left:.5em; margin-bottom:-.25em}

.xi.noimg:before{ content:"\ea4e"; font-size:3em; color:#ccc}

.prod_info_wrap{}
.enterInfo_bottom{ font-size:.875em}
.prod_info_wrap .img,
.prod_info_wrap .tt{ display:inline-block; *display: inline; zoom:1; vertical-align:middle}
.prod_info_wrap .img{ width:10em; max-width:16%}
.prod_info_wrap .tt{ width:20em; max-width:80%; padding-left:2%}
.prod_info_wrap .tt .t1{ font-size:1em; color:#000}
.prod_info_wrap .tt .t2{ font-size:.938em; color:#999; padding-top:.5em}
.prod_info_wrap .tt .t2:before{ content:"ㄴ"}
.board_st .prod_info_wrap .img{ border:1px solid #ddd}
.board_st .prod_info_wrap .tt .t1{ font-size:inherit}
/*
@media screen and (max-width:900px){
.board_paging{ font-size:.75em}
.st1.table_st th,
.st1.table_st td{ word-break:break-all}
.size1.table_st th, .size1.table_st td{ padding-left:.5em; padding-right:.5em}

.w_form_tit,
.w_form_tit2{ width:9em}

}*/