@charset "utf-8";
@import url('/plugin/fonts/notosanskr.css');
@import url('/plugin/fonts/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* 초기화 */
html {}
body {margin:0px;padding:0px; font-size:12px;font-family:'Noto Sans KR',sans-serif;background-color:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0px;padding:0px;border:0px}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
input, select, button, textarea { font-size:12px;font-family:'Noto Sans KR',sans-serif; margin:0px; padding:0px; outline:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
label,button,input[type="button"],input[type="submit"] {cursor:pointer}
label, input, button, select, img {vertical-align:middle}
p {word-break:break-all; margin:0px;}
hr {display:none}
pre {overflow-x:scroll;}
dfn { font-style:normal; }
mark { background-color:none; }
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}
ul { margin:0px; padding:0px; list-style:none; }

/* custom  */
.ssHide { display:none;}
.ssWhite { color:#fff !important;}
.mr12 { margin-right:12px; }
.mr6 { margin-right:6px; }
.mb12 { margin-bottom:12px; }
.mb8 { margin-bottom:8px;}
.mt8 { margin-top:8px;}
.mr8 { margin-right:8px;}
/* font*/
.roboto { font-family: 'Roboto', sans-serif !important;}
.nanum-square { font-family: 'Nanum Square'; }
.Montserrat { font-family: 'Montserrat', sans-serif !important;}
/* fadein  */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* fadeout  */
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* 자동완성 */
input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* 네이티브 외형 감추기 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/select_arrow.png") #fff no-repeat 90% 50%;  /* 화살표 모양의 이미지 */ 
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}


/* 레이아웃 */
.terra { clear:both; overflow:hidden; }
.ambit { position:relative;margin:auto !important;width:1200px !important; }
.mount { position:relative;margin:auto !important; width:1120px !important; }
.scope { position:relative;margin:auto !important;width:1200px !important; }

/* 레이아웃 : hd */
#hd {z-index:7;  width:100%; background-color:#fff;}
#hd h1 {display:none}
#hd #hd_wrapper {position:relative;margin:auto;}
#hd #hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#hd #logo { float:left; display:block; padding:51px 0px;}
#hd .hd_sub { float:left; padding-top:54px; padding-right:183px; }
#hd .hd_sub:after { clear:both; display:block; content:"";}
#hd .hd_sub li { float:left; margin-right:6px; }
#hd .hd_sub li a.first { padding:19px 15px;}
#hd .hd_sub li a { display:block; border:3px solid #ddd; border-radius:100%; text-align:center; font-size:13px; color:#666; line-height:14px; padding:19px 21px;}
#hd .hd_sub li a:hover { color:#00a6ed; border-color:#00a6ed;}
#hd #hd_banner { display:block; float:right; padding-top:24px; padding-right:2px; }

#promotion { height:70px; position:relative; text-align:center;  background-color:#00aeef;}
#promotion img { }


/* 검색
#hd #surf {position:absolute;right:0px;top:30px;margin:0px;padding:0px;}
#hd #surf legend {display:none}*/

/* 레이아웃 : tnb */
#tnb_wrap { background-color:#f7f7f7;}
#tnb_wrap #tnb { }
#tnb_wrap #tnb:after { clear:both; display:block; content:"";}
#tnb_wrap #tnb #user { float:right;}
#tnb_wrap #tnb #user:after {display:block;visibility:hidden;clear:both;content:""}
#tnb_wrap #tnb #user li {float:left; line-height:40px; padding:0px 7px; }
#tnb_wrap #tnb #user a { display:block; color:#948181; font-size:13px;}
#tnb_wrap #tnb #user a:focus, #user a:hover, #user a:active {text-decoration:none;}
#tnb_wrap #tnb #user .cart_count { display:inline-block; width:17px; height:17px; background-color:#948181; color:#fff; text-align:center; line-height:17px; border-radius:100%; margin-left:4px; }


#tnb_wrap #tnb #dash { float:left; line-height:40px; letter-spacing:-0.6px;  }
#tnb_wrap #tnb #dash .dash_info { font-size:13px; color:#948181;}
#tnb_wrap #tnb #dash .dash_info span { color:#00a6ed; margin-left:11px; margin-right:20px;}

#tnb_wrap #tnb #dash .dash_info a { display:inline-block; margin-right:15px; width:106px; height:40px; background:url('../img/promotion_open.jpg') no-repeat; vertical-align:bottom;}
#tnb_wrap #tnb #dash .dash_info a.open { background:url('../img/promotion_close.jpg') no-repeat;}



/* 레이아웃 : gnb */
#gnb {position:relative; clear:both; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
#gnb #gnb_wrapper {width: 1370px!important}
#gnb #gnb_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb ul { padding: 0px; margin: 0px; }
#gnb ul li {list-style: none; padding: 0px; margin: 0px; }
#gnb ul li a{color:#333;}
#gnb ul li a:hover{color:#8f7c7c;}
#gnb_1dul {margin:0px auto !important;padding:0px; }
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left;list-style:none; width:15.5%; text-align:center; background:url('../img/gnb_bdr.jpg') right center  no-repeat;}
.gnb_1dli:last-child { background:none;}
.gnb_1da { font-size:17px; color:#333; font-weight:400; line-height:56px; display:block;}
.gnb_1da:focus, .gnb_1da:hover { text-decoration:none; color:#8f7c7c;}
.gnb_1dli_air .gnb_1da { }
.gnb_1dli_on .gnb_1da { }
.gnb_2dul {display:none !important/*2017-05-29*/;position:absolute;top:35px;width:180px; }
.gnb_2da {display:block;padding:13px 10px;text-align:left;text-decoration:none}
.gnb_1dli_air .gnb_2da { }
.gnb_1dli_on .gnb_2da { }
.gnb_2da:focus, .gnb_2da:hover {background:#666;text-decoration:none}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}
#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

.gnb_1dli_0 a {letter-spacing: -3px}

/* 레이아웃 : pop */
#pop {z-index:1000;position:relative;margin:0px auto;height:0px;top:0px}
#pop h2 {display:none}
#pop .pop {position:absolute;background:#fff}
#pop .pop_header {padding:10px 0;background:#000;color:#fff;cursor:move;display:none}
#pop .pop_content {}
#pop .pop_footer {padding:10px;background:#000;color:#fff;text-align:right}
#pop .pop_footer button {color:#fff;background:#000;padding:4px 10px;border:1px solid #ddd; margin-left:4px}

/* 레이아웃 : vis */
#vis {z-index:6;position:relative;}
#vis #vis_wrapper { }
#vis #slider { max-width:1920px; margin:0px auto !important; height:506px; background-color:#f8f8f8;}
#vis #slider .sp-layer { font-family:'Open Sans','Noto Sans KR',sans-serif; text-align:center; text-align:center; }
#vis #slider .slide_subject { font-size:70px; font-weight:800; color:#fff; text-shadow:2px 2px rgba(0,0,0,.4); }
#vis #slider .slide_content { font-size:40px; font-weight:400; color:#ddd; text-shadow:2px 2px rgba(0,0,0,.4); line-height:45px; }
#vis #titler { position:relative; }
#vis #titler .titler_01 {}
#vis #titler #ca_title { height:260px; max-width:1920px; margin:0px auto;}
#vis #titler #ca_title.ca10 { background:url('../img/ca_20.jpg') no-repeat;}
#vis #titler #ca_title.ca20 { background:url('../img/ca_30.jpg') no-repeat;}
#vis #titler #ca_title.ca30 { background:url('../img/ca_40.jpg') no-repeat;}
#vis #titler #ca_title.ca40 { background:url('../img/ca_50.jpg') no-repeat;}
#vis #titler #ca_title.ca50 { background:url('../img/ca_10.jpg') no-repeat;}
#vis #titler #ca_title.ca60 { background:url('../img/ca_60.jpg?20180904') no-repeat;}
#vis #titler #ca_title.ca70 { background:url('../img/ca_70.jpg') no-repeat;}
#vis #titler #ca_title.ca80 { background:url('../img/ca_80.jpg') no-repeat;}
#vis #titler #ca_title.ca90 { background:url('../img/ca_90.jpg') no-repeat;}
#vis #titler #ca_title.caa0 { background:url('../img/ca_a0.png') no-repeat;}
#vis #titler #ca_title.cab0 { background:url('../img/ca_ab0.jpg') no-repeat;}
#vis #titler #ca_title.cac0 { background:url('../img/ca_ac0.jpg') no-repeat;}

#vis #titler #ca_title .history_wrap { display:none;}
#vis #titler #ca_title .history_wrap .history { color:#b2b2b2; font-size:14px; position:absolute; top:180px; right:0px;  }
#vis #titler #ca_title .history_wrap .history .bull { margin:0px 10px; margin-bottom:4px;}
#vis #titler #ev_wrap { max-width:1920px; margin:0px auto;}

#cs_title { max-width:1920px; margin:0px auto;}


/* 레이아웃 : wrapper */
#wrapper {z-index:5;position:relative;margin:auto}
#wrapper #container {z-index:4;position:relative;margin:auto;padding:0px;min-height:600px;overflow:hidden}

#wrapper #container.sub { width:1120px; margin:0px auto; padding:70px 0px;}

/* 레이아웃 : ask */
#ask { }
#ask #ask_wrapper { }

/* 레이아웃 : kit */
#kit { width:60px; position:absolute; top:0px; right:0px;  z-index:99; display:none; }
#kit #kit_wrapper { }
#kit #kit_wrapper .tel { color:#fff; }
#kit #kit_wrapper .tel:after { clear:both; display:block; content:"";}
#kit #kit_wrapper .tel .num { font-size:13px; float:left; text-align:right; width:142px; padding-top:10px; padding-right:8px; background-color:#f57276;  padding-bottom:9px; position:absolute; top:0px; left:-150px;}
#kit #kit_wrapper .tel .num span { font-weight:700; font-size:20px; display:block;}
#kit #kit_wrapper .tel .ico { float:right; }
#kit #kit_wrapper ul { border-bottom:1px solid #ddd; background-color:#fff;}
#kit #kit_wrapper ul li { text-align:center;}
#kit #kit_wrapper ul li a { display:block; border:1px solid #ddd; border-bottom:none; font-size:11px; font-weight:700; color:#888; height:60px;}
#kit #kit_wrapper ul li a img { margin-top:10px; margin-bottom:5px;}
#kit #kit_wrapper ul li a span { display:block;}



/* 레이아웃 : hub */
#hub { z-index:4;position:relative; background:url('../img/hub_bg.jpg') no-repeat; height:588px; max-width:1920px; margin:0px auto;}
#hub #hub_wrapper { text-align:center; }
#hub #hub_wrapper:after {display:block; visibility:hidden; clear:both; content:""}
#hub .hub_title { padding-bottom:31px; padding-top:92px;}
#hub .hub_btn { }
#hub .hub_btn a { display:inline-block; background-color:#00a6ed; color:#fff; font-size:18px; width:206px; height:46px; line-height:46px; }
#hub .hub_btn a.first { margin-right:8px; }

/* 레이아웃 : ft */
#ft {z-index:4;position:relative;  letter-spacing:-0.6px;}
#ft #ft_info { padding-top:30px; padding-bottom:5px;}
#ft #ft_info:after { clear:both; display:block; content:"";}
#ft #ft_info .menu { float:left; }
#ft #ft_info .menu .title { font-size:22px; color:#333; font-weight:500; padding-bottom:28px; }
#ft #ft_info .menu .sub_title { font-size:14px; color:#888;}

#ft #ft_info .cs { margin-left:10px; width:343px;}
#ft #ft_info .cs .title { margin-top:7px; }

#ft #ft_info .cs .cs_tel { margin-top:15px; }
#ft #ft_info .cs .cs_tel:after { clear:both; display:block; content:"";}
#ft #ft_info .cs .cs_tel img { display:block; float:left;}
#ft #ft_info .cs .cs_tel .num_box { float:left; border:1px solid #ddd; border-left:none; padding:6px 0px; padding-left:11px; padding-right:26px; font-weight: 700}
#ft #ft_info .cs .cs_tel .num_box .num { font-size:24px; color:#b62625;}
#ft #ft_info .cs .cs_tel .num_box .num2 { font-size:18px; color:#888;}
#ft #ft_info .cs .cs_info { font-size:13px; padding-top:10px; padding-bottom:30px; font-weight: 500;}
#ft #ft_info .cs .cs_info span {font-weight: 600;}

#ft #ft_info .cs .cs_ex { }
#ft #ft_info .cs .cs_ex:after { clear:both; display:block; content:"";}
#ft #ft_info .cs .cs_ex .left { float:left;  font-size:12px; margin-top:-15px; }
#ft #ft_info .cs .cs_ex .left .tit { background-color:#444; color:#fff; display:inline-block; width:60px; height:28px; line-height:28px;  text-align:center; border-radius:12px; margin-right:9px; font-size: 15px}
#ft #ft_info .cs .cs_ex .left .con {     font-size: 18px;  color: #b62625;  font-weight: 600;}
#ft #ft_info .cs .cs_ex .right { float:right; width:142px; height:70px; background-color:#f6f6f6; text-align:center; font-size:15px; font-weight:bold; border-radius:20px;}


.ft_kakao { clear: both; padding: 5px 0 30px; width: 1120px; margin: 0 auto; height: 50px; }
.ft_kakao .left {float: left; width: 31%;}
.ft_kakao .left img {}

.ft_kakao .right {float:right; width: 65.5%; height: 50px; line-height: 50px; background: #b62625; border-radius: 5px; text-align: center}
.ft_kakao .right p {color: #fff; font-size: 16px;font-weight: 300;}
.ft_kakao .right p span {font-weight: 800; border-bottom: 1px solid #fff;}



#ft #ft_info .bank_info { margin:0px 34px;}
#ft #ft_info .bank_info .sub_title { border-bottom:1px solid #ddd; padding-bottom:15px; margin-bottom:12px; }
#ft #ft_info .bank_info .num { font-size:20px; padding-bottom:0px; font-weight:bold; letter-spacing:1px}
#ft #ft_info .bank_info .num span { font-family:'Noto Sans KR',sans-serif; font-size:18px; color:#333; margin-right:5px; font-weight:500}
#ft #ft_info .bank_info .info { font-size:14px; color:#fff;  padding-bottom:7px; background:#00a6ed; text-align:center; margin:5px 10px; border-radius:50px;height:28px; line-height:30px;}
#ft #ft_info .bank_info .info img { margin:0px 7px 2px 3px;}
#ft #ft_info .bank_info .notice { background-color:#f6f6f6; padding:18px 20px; margin-top: 17px;}
#ft #ft_info .bank_info .notice a { display:inline-block; font-size:15px;}
#ft #ft_info .bank_info .notice .tbl_title { color:#333; font-weight:bold;}
#ft #ft_info .bank_info .notice .subject { color:#888; padding-left:16px; padding-right:60px; width:162px; }
#ft #ft_info .bank_info .notice .subject:hover { color:#00a6ed;}
#ft #ft_info .bank_info .notice .more { }

#ft #ft_info .review { margin-right:0px; position:relative;}
#ft #ft_info .review .review_slide { width:344px; margin-top:20px; }
#ft #ft_info .review .review_slide ul li { position:relative; }
#ft #ft_info .review .review_slide ul li .slide_a { display:block;}

#ft #ft_info .review .review_slide .con_wrap { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.4); color:#fff;  text-align:center; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; opacity:0;}
#ft #ft_info .review .review_slide .con_wrap.on { opacity:1;}
#ft #ft_info .review .review_slide .con_wrap .con_title { font-size:30px; padding-top:21px;}
#ft #ft_info .review .review_slide .con_wrap .con_txt { font-size:14px; line-height:24px; padding:0px 30px; }
#ft #ft_info .review .review_slide .con_wrap .con_name { border-top:1px solid ; border-color:rgba(255,255,255,0.5); color:rgba(255,255,255,0.8); margin:0px 11px; padding-top:10px; margin-top:21px; }
#ft #ft_info .review_more { display:block; width:27px; height:27px; line-height:25px; background-color:#ccc; text-align:center; border-radius:100%; position:absolute; top:7px; right:0px; }
#ft #ft_info .review_more:hover { background-color:#00a6ed;}
#ft #ft_info .flex-control-nav { bottom:inherit; top:7px; right:30px; width:inherit;}
#ft #ft_info .flex-control-nav li { margin:0px 3px; }
#ft #ft_info .flex-control-paging li a { width:27px; height:27px; background:#ccc; box-shadow:none; text-indent:inherit; color:#fff; line-height:27px; text-align:center; font-size:11px; font-family: 'Montserrat', sans-serif !important;}
#ft #ft_info .flex-control-paging li a:hover { background:#00a6ed;}
#ft #ft_info .flex-control-paging li a.flex-active { background:#00a6ed;}

#ft #ft_bnb { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
#ft #ft_bnb ul { }
#ft #ft_bnb ul:after { clear:both; display:block; content:"";}
#ft #ft_bnb ul li { float:left; margin-right: 20px;}
#ft #ft_bnb ul li.first a { padding-left:0px; }
#ft #ft_bnb ul li a { display:block; font-size:17px; color:#666; padding:0px 14px; background:url('../img/bnb_bdr.jpg') right center no-repeat; line-height:49px; }
#ft #ft_bnb ul li a.last { background:none;}
#ft #ft_bnb ul li a:hover { color:#00a6ed;}
#ft #ft_bnb #to_top { position:absolute; top:0px; right:0px; }

#ft #ft_copy { background-color:#f9f9f9; color:#888; padding:50px 0px 80px 0px;}
#ft #ft_copy .mount:after { clear:both; display:block; content:"";}
#ft #ft_copy .left { float:left; line-height:30px; }

#ft #ft_copy .right { float:right; width:550px; }
#ft #ft_copy .right .title { font-size:18px; color:#666; padding-bottom:10px;}
#ft #ft_copy .right .title span { color:#00a6ed; font-size:18px; font-family: 'Montserrat', sans-serif !important; margin-left:5px; }
#ft #ft_copy .right ul { border:1px solid #ddd; }
#ft #ft_copy .right ul:after { clear:both; display:block; content:"";}
#ft #ft_copy .right ul li { float:left; text-align:center; width:20%;}
#ft #ft_copy .right ul li a { display:block; color:#888; font-size:12px; font-family:"dotum"; font-weight:bold; border-right:1px solid #ddd; padding-top:27px; padding-bottom:19px; }
#ft #ft_copy .right ul li a:hover { color:#00a6ed;}
#ft #ft_copy .right ul li a img { margin-bottom:19px; }
#ft #ft_copy .right ul li a span { display:block;}
#ft #ft_copy .right ul li a.last { border-right:none; }

#ft #ft_copy .ft_copy_escro {float: right;}
#ft #ft_copy .ft_copy_lookup {float: right; padding: 0 10px;position: absolute;  bottom: 0;  left: 313px;}






/*
#ft #goto { float:right; display:inline-block; width:32px; height:32px; text-align:center; } 
#ft #goto, #ft #goto a { color:#fff; }*/



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0px;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0px;padding:0px;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #surf_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #surf_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {display:none;float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0px;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0px;padding:0px;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0px;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0px;padding:0px;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0px;padding:0px;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0px;padding:0px;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0px;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0px;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0px;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0px;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none} */

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} */

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0px;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0px;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center; font-size:18px;}
.empty_table:after { clear:both; display:block; content:"";}
.empty_table span { display:inline-block;  font-size:18px; color:#333; line-height:85px;}
.empty_table span.caution { background-color:#333; color:#fff; width:80px; height:80px; line-height:85px; border-radius:100%; font-size:36px; margin-right:26px; vertical-align:middle;}
.empty_list {padding:20px 0 !important;text-align:center}
.empty_list:after { clear:both; display:block; content:"";}
.empty_list span { display:inline-block;  font-size:25px; color:#333; line-height:80px;}
.empty_list span.caution { background-color:#333; color:#fff; width:80px; height:80px; line-height:80px; border-radius:100%; font-size:36px; margin-right:26px; vertical-align:middle;}

/* 필수입력 */
.required, textarea.required { }

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c !important;}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0px;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg { font-size:0px; }
.pg_page, .pg_current {display:inline-block;padding:0 16px;height:40px;color:#000;letter-spacing:0;line-height:40px;vertical-align:middle; font-size:16px; margin:0px 4px; }
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none; border:1px solid #ddd; }
.pg_start, .pg_prev {/* 이전 */ text-indent:-9999px; background:url('../img/pg_prev.png') center center no-repeat; border:none; }
.pg_end, .pg_next {/* 다음 */ text-indent:-9999px; background:url('../img/pg_next.png') center center no-repeat; border:none; }
.pg_current {display:inline-block;margin:0px 4px;background:#00a6ed;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:none;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


/* 컨테이너 타이틀 */
#container_title { text-align:center; }

/* 관리버튼 숨김 */
.sct_admin { display:none; margin:0px; padding:0px; background:none; border:none; }


/* 메인 */
.main { }
.main_banner { width:1920px; margin:0px auto;}


/* section1 */

.main.sec1 {margin:40px 0px 30px 0px;}
.main.sec1 .mount { border:1px solid #ddd; }
.main.sec1 .mount:after { clear:both; display:block; content:"";}
.main.sec1 .mount ul { float:left; width:861px; }
.main.sec1 .mount ul:after { clear:both; display:block; content:"";}
.main.sec1 .mount ul li { float:left; width:16.6%; text-align:center; }
.main.sec1 .mount ul li a { display:block; font-size:18px; color:#888; font-weight:500; padding:20px 0px;}
.main.sec1 .mount ul li a:hover{color:#009eeb;text-decoration:underline}
.main.sec1 .mount ul li img { margin-bottom:4px; }
.main.sec1 .mount .info_box { text-align:center; width:258px; background-color:#f4f4f4; float:right; font-size:16px; color:#333; font-weight:500; border-left:1px solid #ddd;  padding-top:10px; padding-bottom:15px; }
.main.sec1 .mount .info_box h2 { font-size:26px; color:#c50200; padding-top:8px; line-height:17px;}
.main.sec1 .mount .info_box span { font-size:12px; color:#a1a1a1;}

/* section2 */

.main.sec2 { margin-bottom:94px;}
.main.sec2 h2 { font-size:30px; font-weight:500; margin-bottom:20px; }
.main.sec2 h2 span { color:#009eeb}

.main.sec2 #cate_box { }
.main.sec2 #cate_box:after { clear:both; display:block; content:"";}
.main.sec2 #cate_box .left { float:left;}
.main.sec2 #cate_box .right { float:left;}
.main.sec2 #cate_box .right { }
.main.sec2 #cate_box .right:after { clear:both; display:block; content:"";}
.main.sec2 #cate_box .right li { float:left; }
.main.sec2 #cate_box .right li.clear { clear:both;}
.main.sec2 #cate_box a { display:inline-block;}
.main.sec2 #cate_box .title { background-color:#f7f7f7; padding:16px 20px;}
.main.sec2 #cate_box .title:after { clear:both; display:block; content:"";}
.main.sec2 #cate_box .view { background-color:#9e8d8d; color:#fff9f9; font-size:11px; text-align:center; border-radius:100%; padding:6px 9px; line-height:13px; float:right;}
.main.sec2 #cate_box .subject { font-size:23px; color:#564949; float:left; }
.main.sec2 #cate_box .subject span { font-weight:bold;}



/* section3 */

.main.sec3 { letter-spacing:-0.6px; margin-bottom:40px; }
.main.sec3 .title { text-align:center; font-size:24px; color:#888; padding-top:90px;}
.main.sec3 .sub_title { text-align:center; font-size:39px; font-weight:500; padding-bottom:66px; }
.main.sec3 .sub_title span { color:#00a6ed;}

.main.sec3 .sec3_slide { }
.main.sec3 .sec3_slide ul { }
.main.sec3 .sec3_slide ul:after { clear:both; display:block; content:"";}
.main.sec3 .sec3_slide ul li { position:relative; float:left; /*margin-right:20px;*/ margin-right:18px; margin-bottom:62px; }
.main.sec3 .sec3_slide ul li a { display:block;}
.main.sec3 .sec3_slide ul li a.img { border:1px solid #dededc;}
.main.sec3 .sec3_slide ul li.first { clear:both; }
.main.sec3 .sec3_slide ul li.last { margin-right:0px; }
.main.sec3 .sec3_slide ul li .info { border-top:1px solid #eddd; padding:0px 18px; padding-bottom:14px;}
.main.sec3 .sec3_slide ul li .info .subject { font-size:18px; color:#444; font-weight:bold; padding-top:13px;}
.main.sec3 .sec3_slide ul li .info .opt { font-size:14px; color:#888; padding-top:3px; padding-bottom:6px;}
.main.sec3 .sec3_slide ul li .info .price { font-size:18px; color:#333; font-weight:bold; }
.main.sec3 .sec3_slide ul li img { width:100%; height:auto;}
.main.sec3 .sec3_slide .ico { width:67px; height:67px; position:absolute; top:10px; right:12px; border-radius:100%; color:#fff; text-align:center; }
.main.sec3 .sec3_slide .ico .ca_name { font-size:15px; padding-top:12px;}
.main.sec3 .sec3_slide .ico .it_1 { font-size:18px; margin-top:-3px;}
.main.sec3 .sec3_slide .ico_10 { background-color:rgba(145,106,49,0.7);}
.main.sec3 .sec3_slide .ico_20 { background-color:rgba(0,166,237,0.7);}


/* section4 */

.main.sec4 { margin-top:90px; margin-bottom:107px;}
.main.sec4 .title { text-align:center; font-size:30px; font-weight:500; line-height:30px; }
.main.sec4 .title span { color:#00a6ed;}
.main.sec4 .sub_title{ text-align:center; font-size:18px; color:#888; padding-bottom:5px; }
.main.sec4 ul { margin:0px 10px; margin-top:70px;}
.main.sec4 ul:after { clear:both; display:block; content:"";}
.main.sec4 ul li { float:left; text-align:center; width:20%;}
.main.sec4 ul li a { display:block;}
.main.sec4 ul li a.subject { font-size:15px; color:#555; font-weight:bold; margin-top:20px; margin-bottom:5px; font-family:'dotum';}
.main.sec4 ul li:hover a.subject { color:#00a6ed;}
.main.sec4 ul li span { font-size:13px; color:#888; font-family:'dotum';}

.main.sec4 .sec4_banner { margin-top:70px;}
.main.sec4 .sec4_banner:after { clear:both; display:block; content:"";}
.main.sec4 .sec4_banner .left { float:left;}
.main.sec4 .sec4_banner .right { float:right;}

/* section5 */
.main.sec5 { margin-top:90px; margin-bottom:107px;}
.main.sec5 .title { text-align:center; font-size:30px; font-weight:500; line-height:30px; }
.main.sec5 .title span { color:#00a6ed;}
.main.sec5 .sub_title{ text-align:center; font-size:18px; color:#888; padding-bottom:5px; }
.main.sec5 ul { margin:0px 10px; margin-top:70px;}
.main.sec5 ul:after { clear:both; display:block; content:"";}
.main.sec5 ul li { float:left; text-align:center; width:15.9%; margin-right: 10px;}
.main.sec5 ul li.last {margin-right: 0;}
.main.sec5 ul li img { display:block; border: 1px solid #ccc;width: 100%;}

.main.sec5 ul li span { font-size:15px; color:#555555; font-family:'dotum'; font-weight: 600; margin-top: 20px; display: block; letter-spacing: -1.1px;}





/* shop */

/* 마이페이지 */
#smb_my { float:right; width:80%;}
#smb_my table { }
#smb_my table th { border-top:2px solid #333; font-size:13px; color:#333; border-bottom:1px solid #ddd; background-color:#f4f4f4; padding:15px 0px;}
#smb_my table td { font-size:13px; color:#666; font-weight:300; padding:15px 5px; }
#smb_my table td.td_time { text-align:center; width:240px; }
#smb_my table td.td_time a { font-weight:bold;}
#smb_my table td.td_numbig { width:100px; text-align:center; }
#smb_my table td.td_status { width:100px; text-align:center;}

#smb_my_ov {margin:0 0 20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_act {margin:0 0 10px;;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
#smb_my_act ul:after { clear:both; display:block; content:"";}
#smb_my_act ul li {float:left;margin:0 0 0 4px}
#smb_my_act ul li a { color:#fff; background-color:#333; display:block; height:30px; line-height:30px; font-size:13px; padding:0px 10px; }

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_od {margin:0 0 20px}
#smb_my_od h2 {margin:0 0 10px}

#smb_my_wish h2 {margin:0 0 10px}

.smb_my_more {text-align:right}
.smb_my_more a { display:none;}

.smb_my_img {width:90px;text-align:center}


#smb_my_info { border-top:2px solid #333;}
#smb_my_info .row { border-bottom:1px solid #ddd;}
#smb_my_info .row:after { clear:both; display:block; content:"";}
#smb_my_info .row .col { float:left; padding:15px 0px;}
#smb_my_info .row .subject { font-size:13px; color:#333; font-weight:bold; text-align:center; width:15%; background-color:#f8f8f8;}
#smb_my_info .row .con { font-size:13px; color:#777; width:30%; padding:15px 20px}
#smb_my_info .row .addr {font-size:13px; color:#777; width:80%;  padding:15px 20px;}

/* 회원메뉴 */
#member_content { float:right; width:80%;}
#mbm_header { margin-bottom:30px;}
#mbm_header h2 { font-size:30px; color:#333; font-weight:normal; line-height:30px; padding-bottom:7px;}
#mbm_header p { font-size:14px; color:#999; font-weight:300; border-bottom:1px solid #ddd; padding-bottom:20px;}

/* 서브 100%*/
#sub_content { }
#sub_header { margin-bottom:30px;}
#sub_header h2 { font-size:30px; color:#333; font-weight:normal; line-height:30px; padding-bottom:7px;}
#sub_header p { font-size:14px; color:#999; font-weight:300; border-bottom:1px solid #ddd; padding-bottom:20px;}
#sub_content .tarea { padding:20px; width:100%; height:350px; border:1px solid #ddd; background-color:#fff;}


/* 문의내역확인 */
#member_content .lt_qna {position:relative; }
#member_content .lt_qna .my_qna { width:100%; border-collapse:collapse;}
#member_content .lt_qna .my_qna th { border-top:2px solid #333; border-bottom:1px solid #ddd; background-color:#f4f4f4; height:50px; line-height:50px;}
#member_content .lt_qna .my_qna td { text-align:center; border-bottom:1px solid #ddd; padding:10px; font-size:13px; color:#333;}
#member_content .lt_qna .my_qna td.td_subject { text-align:left;}

#member_content .lt_qna .my_qna td.empty_con { font-size:18px; color:#333; line-height:85px;}
#member_content .lt_qna .my_qna td.empty_con .caution {  background-color:#333; color:#fff; width:85px; height:85px; line-height:85px; border-radius:100%; font-size:36px; margin-right:26px; vertical-align:middle; display:inline-block; behavior:url(/pie/PIE.htc);}

#member_content .lt_qna .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}


/* 사이드 */
#member_menu { width:180px; float:left;}
#member_header { background:url('../img/mb_header_bg.jpg') repeat-x; padding-bottom:20px;}
#member_header h2 { text-align:center; font-size:24px; color:#86817d; padding-top:14px;}
#member_header h3 { text-align:center; font-size:18px; color:#ddd; font-weight:normal; padding-bottom:34px;}
#member_header h3 span { color:#fff;}

#member_header #member_point { font-size:13px; }
#member_header #member_point:after { clear:both; display:block; content:"";}
#member_header #member_point .title { color:#ddd; float:left; padding-left:15px;}
#member_header #member_point .con { float:right; padding-right:15px;}

#member_header #member_coupon { font-size:13px; }
#member_header #member_coupon:after { clear:both; display:block; content:"";}
#member_header #member_coupon .title { color:#ddd; float:left; padding-left:15px;}
#member_header #member_coupon .con { float:right; padding-right:15px;}


#member_list { clear:both;}

#mb_1ul { }
#mb_1ul > li > a { border-bottom:1px solid #ddd; display:block; font-size:15px; color:#333; height:50px; line-height:50px; padding:0px 15px;}
#mb_1ul > li > a.on { background-color:#f1f1f1;}

.mb_2ul { border-bottom:1px solid #ddd; padding:10px 0px;}
.mb_2ul li a { display:block; font-size:13px; color:#777; line-height:26px; padding:0px 15px;}

/* 쿠폰/적립금조회 */
#point_wrap { }
#point_header { background-color:#f8f8f8; font-size:18px; text-align:center; color:#888; line-height:90px; margin-bottom:24px;}
#point_header .mb_name { color:#333;}
#point_header img { padding-right:28px;}
#point_wrap table { width:100%; border-collapse:collapse; margin-bottom:50px;}
#point_wrap table th { border-top:2px solid #333; font-size:13px; color:#333; border-bottom:1px solid #ddd; background-color:#f4f4f4; padding:15px 0px;}
#point_wrap table td { text-align:center; border-bottom:1px solid #ddd; font-size:13px; color:#666; font-weight:300; padding:15px 5px;}
#point_wrap  table td.empty_con span { display:inline-block;  font-size:18px; color:#333; line-height:85px;}
#point_wrap  table td.empty_con span.caution { background-color:#333; color:#fff; width:85px; height:85px; line-height:85px; border-radius:100%; font-size:36px; margin-right:26px; vertical-align:middle; behavior:url(/pie/PIE.htc);}


#coupon_wrap { }
#coupon_header { background-color:#f8f8f8; font-size:18px; text-align:center; color:#888; line-height:90px; margin-bottom:24px;}
#coupon_header .mb_name { color:#333;}
#coupon_header img { padding-right:28px;}
#coupon_wrap table { width:100%; border-collapse:collapse;  margin-bottom:50px;}
#coupon_wrap  table th { border-top:2px solid #333; font-size:13px; color:#333; border-bottom:1px solid #ddd; background-color:#f4f4f4; padding:15px 0px;}
#coupon_wrap  table td { text-align:center; border-bottom:1px solid #ddd; font-size:13px; color:#666; font-weight:300; padding:15px 5px;}

#coupon_wrap  table td.td_datetime { width:210px;}
#coupon_wrap  table td.empty_con span { display:inline-block;  font-size:18px; color:#333; line-height:85px;}
#coupon_wrap  table td.empty_con span.caution { background-color:#333; color:#fff; width:85px; height:85px; line-height:85px; border-radius:100%; font-size:36px; margin-right:26px; vertical-align:middle; behavior:url(/pie/PIE.htc);}




/* 장바구니 */
#sod_bsk { }
#sod_bsk h2 { font-size:40px; color:#f68a34; text-align:center;}
#sod_bsk h3 { font-size:13px; color:#333; text-align:center; font-weight:normal;}

#sod_bsk .title_img { padding-top:55px; padding-bottom:25px;}
#sod_bsk .title_img img { width:100%;}
#sod_bsk .header_txt { padding-bottom:20px;}
#sod_bsk .header_txt:after { clear:both; display:block; content:"";}
#sod_bsk .header_txt .left { float:left; font-size:18px; color:#333;}
#sod_bsk .header_txt .left span { font-size:18px; color:#f68a34; font-weight:bold;}
#sod_bsk .header_txt .right { float:right; font-size:12px; color:#888;}

#sod_bsk .tbl_head01 { margin-bottom:20px;}
#sod_bsk table { }
#sod_bsk table th { background-color:#f4f4f4; border-top:2px solid #333; border-bottom:1px solid #ddd; font-size:13px; color:#333; font-weight:300; padding:12px 0px; }
#sod_bsk table td { border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:14px 5px;}

#sod_bsk table td.td_chk { width:80px;}
#sod_bsk table td.td_num { width:250px;}
#sod_bsk table td.td_dvr { width:100px; font-size:16px;}
#sod_bsk table td.td_dvr div { font-family: 'Roboto', sans-serif; font-size:16px; color:#666; font-weight:bold;}
#sod_bsk table td.td_dvr div span { font-family:'Noto Sans KR',dotum; font-size:16px; font-weight:300;}
#sod_bsk table td.td_numbig { width:100px;}
#sod_bsk table td.td_numbig .numbig_price { font-family: 'Roboto', sans-serif; font-size:16px; color:#666; font-weight:bold;}
#sod_bsk table td.td_numbig .numbig_won { font-size:16px; font-weight:300;}

#sod_bsk .cart-naverpay { padding-top:21px;}

/* 2016-11-22 */
#bsk_tot_wrap { position:relative; margin:20px 0px;}
#bsk_tot_wrap table { width:100%; border-collapse:collapse;}
#bsk_tot_wrap table th { border:1px solid #ddd; font-size:16px; color:#333; font-weight:normal; width:33.33%; padding-top:20px; padding-bottom:25px; background-color:#f4f4f4;}
#bsk_tot_wrap table th .tot_sell_price { font-size:34px; color:#333; font-weight:bold; font-family: 'Roboto', sans-serif; line-height:34px;}
#bsk_tot_wrap table th .tot_sell_price span { font-weight:200; font-family:'Noto Sans KR',dotum}
#bsk_tot_wrap table th .send_cost { font-size:34px; color:#333; font-weight:bold; font-family: 'Roboto', sans-serif; line-height:34px;}
#bsk_tot_wrap table th .send_cost span { font-weight:200; font-family:'Noto Sans KR',dotum}
#bsk_tot_wrap table th .tot_price { font-size:34px; color:#ec0101; font-weight:bold; font-family: 'Roboto', sans-serif; line-height:34px;}
#bsk_tot_wrap table th .tot_price span { font-weight:200; font-family:'Noto Sans KR',dotum}
#bsk_tot_wrap .cart_plus { position:absolute; top:37px; left:356px;}
#bsk_tot_wrap .cart_eq { position:absolute; top:37px; right:356px;}

button.btn11 {display:inline-block;margin:0;padding:7px;border:1px solid #333;background:#fff;color:#666;text-decoration:none}
button.btn12 {display:inline-block;margin:0;padding:7px;border:1px solid #dc143c;background:#fff;color:#dc143c;text-decoration:none}
/* 2016-11-22 */

#sod_bsk #sit_qty_added { border:none !important;}
#sod_bsk #sit_qty_added li { border:none; padding:0px;}
#sod_bsk #sit_qty_added li .sit_qty_box { width:157px; margin:0px auto;}
#sod_bsk #sit_qty_added li .sit_qty_box:after { clear:both; display:block; content:"";}
#sod_bsk #sit_qty_added .frm_input { display:block; float:left; border:1px solid #ddd; background-color:#fff; border-left:none; border-right:none; height:30px; width:42px; text-align:center; font-size:12px; color:#666; padding:0px;}
#sod_bsk #sit_qty_added .qty_counter { border:none; text-indent:-9999px; padding:0px; margin:0px; width:30px; height:30px; display:block; float:left; }
#sod_bsk #sit_qty_added .qty_counter.qty_plus { background:transparent url('../img/plus.jpg') no-repeat; }
#sod_bsk #sit_qty_added .qty_counter.qty_minus { background:transparent url('../img/minus.jpg') no-repeat; }
#sod_bsk #sit_qty_added .qty_button { display:block; float:left; width:45px; height:30px; background-color:#7f776f; border-radius:3px; margin-left:10px;}
.sod_img { float:left;}
.sod_txt { float:left; padding-top:15px; padding-left:20px;}
.sod_txt a { font-size:18px; }
.sod_txt a b { font-weight:300 !important; font-size:18px;}
.sod_txt b { font-weight:300 !important; font-size:18px;}}
.sod_sub { font-size:13px; color:#888; padding-top:5px; font-weight:300;}
.sod_sub { font-size:13px; color:#888; padding-top:5px; font-weight:300;}


.sod_opt {margin:5px 0;border:1px solid #e9e9e9;border-bottom:0;background:#f2f5f9}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {padding:3px;border-bottom:1px solid #e9e9e9}
.sod_option_btn .mod_options {margin:0;padding:3px 0;width:100%;border:0;background:#ff882a;color:#fff;cursor:pointer}

#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none}
#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9}
#sit_opt_added li div {margin:0px;text-align:right}
#sit_opt_added button {margin:0 0 0 1px}

#sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

#sod_bsk_tot {margin:0 0 20px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:12px 0;border-bottom:1px solid #e9e9e9}
#sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold}
#sod_bsk_tot dd {margin:0;padding-right:2%;width:47%;text-align:right}
.sod_bsk_cnt {background:#ff3061;color:#fff}
.sod_bsk_point {border-bottom:0 !important}

#sod_bsk_act {text-align:right}
#sod_bsk_act p {margin:0 0 10px}


/* 주문서 작성 */
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm { }
#sod_frm h2 { font-size:40px; color:#f68a34; text-align:center; }
#sod_frm h3 { font-size:13px; color:#333; text-align:center; font-weight:normal;}
#sod_frm h4 { font-size:18px; color:#333; font-weight:400; padding-bottom:15px;}

#sod_frm .title_img { padding-top:55px; padding-bottom:25px;}
#sod_frm .title_img img { width:100%;}

#sod_frm .tbl_header { margin-bottom:18px;}
#sod_frm .tbl_header span { font-size:18px; color:#333;}
#sod_frm .tbl_header a { border:1px solid #333; background-color:#f8f8f8; padding:3px 12px; margin-left:15px;}
#sod_frm .tbl_header a img { margin-right:6px;}

#sod_frm  .tbl_head01 { }
#sod_frm  .tbl_head01 table { }
#sod_frm  .tbl_head01 table th { border-top:2px solid #333; background-color:#f4f4f4; border-bottom:1px solid #ddd; font-size:13px; color:#666; font-weight:300; padding:12px 0px;}
#sod_frm  .tbl_head01 table td { padding:15px 5px;}
#sod_frm  .tbl_head01 table td.td_prd { padding:15px 40px;}
#sod_frm  .tbl_head01 table td.td_dvr { width:100px;}
#sod_frm  .tbl_head01 table td.td_numbig { width:100px;}
#sod_frm  .tbl_head01 table td.td_num { width:100px;}
#sod_frm  .tbl_head01 table td.td_numbig .numbig_price { font-family: 'Roboto', sans-serif; font-size:16px; color:#666; font-weight:bold;}
#sod_frm  .tbl_head01 table td.td_numbig .numbig_won { font-size:16px; font-weight:300;}


#sod_frm .tbl_frm01 { }
#sod_frm .tbl_frm01 table { border-top:2px solid #333;}
#sod_frm .tbl_frm01 table th { font-size:15px; color:#666; background-color:#f8f8f8; font-weight:300; border-right:none; width:120px; padding:9px 30px;}
#sod_frm .tbl_frm01 table td { padding:9px 19px;}
#sod_frm .tbl_frm01 table td textarea, .frm_input { border:1px solid #ddd; background-color:#fff; padding:0px 10px;}
#sod_frm .tbl_frm01 table td .frm_input { height:34px;}
#sod_frm .tbl_frm01 table td #od_hp1, #sod_frm .tbl_frm01 table td #od_hp2 , #sod_frm .tbl_frm01 table td #od_hp3,
#sod_frm .tbl_frm01 table td #od_b_tel1 , #sod_frm .tbl_frm01 table td #od_b_tel2, #sod_frm .tbl_frm01 table td #od_b_tel3, 
#sod_frm .tbl_frm01 table td #od_b_hp1, #sod_frm .tbl_frm01 table td #od_b_hp2, #sod_frm .tbl_frm01 table td #od_b_hp3, #sod_frm .tbl_frm01 table td #od_b_zip { width:58px;}

#sod_frm .tbl_frm01 table td button.btn_frmline { height:36px; margin-left:10px; font-size:13px; padding:0px 10px;}

#sod_frm .tbl_frm01 table td #od_b_addr1 { margin:10px 0px;}
#sod_frm .tbl_frm01 table td #od_b_addr3 { margin-top:10px;}


#sod_frm p {margin:0 0 10px}

#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

#sod_frm_orderer {margin:20px 0 40px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

#sod_frm_same {margin:0 0 10px}

#sod_frm #od_memo {height:34px; line-height:34px;}

#sod_frm p#sod_frm_pt {margin:10px 0 5px}
#sod_frm #sod_frm_pt_alert {margin:0 0 10px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm_pay {position:relative}
#sod_frm_pay h2 {margin:0 0 10px}
#sod_frm_pay .tbl_wrap th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_wrap td {padding:8px 5px 6px !important;border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll}

#sod_frm_paysel {margin:0 0 36px; padding:0px; border:none; border-top:2px solid #333; text-align:left}
#sod_frm_paysel:after { clear:both; display:block; content:"";}
#sod_frm_paysel .paysel_header { float:left; background-color:#f8f8f8; border-bottom:1px solid #ddd; width:calc(15% - 60px); padding:0px 30px; height:53px; line-height:53px; font-size:15px; color:#666; font-weight:300;}
#sod_frm_paysel .paysel_con { float:left; border-bottom:1px solid #ddd; width:calc(85% - 38px); padding:0px 19px;  height:53px; line-height:53px; font-size:14px; color:#666;}
#sod_frm_paysel .paysel_con select { padding:0px 10px; border:1px solid #ddd; height:36px;}
#sod_frm_paysel .paysel_con span { font-size:13px; color:#999;}
#sod_frm_paysel .paysel_con input[type=text] { height:34px; margin-right:10px;}

#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay_logo.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow_logo.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco_logo.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
.kakaopay_icon{background:url('../../../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px}

#settle_bank {margin:10px 0 0; clear:both;}
#settle_bank:after { clear:both; display:block; content:"";}

#sod_frm_escrow {margin:30px 0 0}

#display_pay_process {padding:20px;text-align:center}

/* 배송지 목록 */
#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent}

/* 주문내역 */
#sod_v { float:right; width:80%;}
#sod_v .basic_tbl {text-align:center}

#sod_v_list_wrap { background-color:#f8f8f8; margin-bottom:36px;}
#sod_v_list_wrap ul { padding:35px 40px;}
#sod_v_list_wrap ul:after { clear:both; display:block; content:"";}
#sod_v_list_wrap ul li { float:left; font-size:18px; font-weight:300;}
#sod_v_list_wrap ul li .arrow { padding:0px 16px;}
#sod_v_list_wrap ul li .step { padding-right:9px;}

#sod_v table { }
#sod_v table th { border-top:2px solid #333; font-size:13px; color:#333; border-bottom:1px solid #ddd; background-color:#f4f4f4; padding:15px 0px;}
#sod_v table td { border-bottom:1px solid #ddd; font-size:13px; color:#666; font-weight:300; padding:15px 5px;}
#sod_v table td .ssBlue { font-weight:bold;}
#sod_v table .td_time { width:240px; text-align:center;}
#sod_v table .td_id { }
#sod_v table .td_numbig { width:100px; text-align:center;}
#sod_v table .td_status { width:100px; text-align:center;}
#sod_v table .td_write {  width:100px; text-align:center;}
#sod_v table .td_write a { background-color:#f68b35; font-size:12px; color:#fff; padding:4px 11px;}

#sod_v_sch { margin-bottom:9px;}
#sod_v_sch:after { clear:both; display:block; content:"";}
#sod_v_sch ul { float:left;}
#sod_v_sch ul:after { clear:both; display:block; content:"";}
#sod_v_sch ul li { float:left;}
#sod_v_sch ul li a { display:block; font-size:12px; color:#333; border:1px solid #ddd; margin-right:5px; padding:3px 5px;}
#sod_v_sch ul li a.on { background-color:#888888; color:#fff; border:1px solid #888;}

#sod_v_sch #datepicker_wrap { float:left; margin-left:28px;}

#sod_v_sch #datepicker_wrap #datepicker1, #sod_v_sch #datepicker_wrap #datepicker2 { height:24px; border:1px solid #ddd; width:88px; outline:none; text-align:center;}
#sod_v_sch #datepicker_wrap .ui-datepicker-trigger { border:1px solid #ddd; margin-left:-1px; cursor:pointer;}
#sod_v_sch #datepicker_wrap input[type=button] { background-color:#333; font-size:12px; color:#fff; border:none; cursor:pointer; padding:4px 14px;}
#sod_v_sch #datepicker_wrap #datepicker_submit { font-size:12px; color:#fff; width:50px; height:26px; border:none; background-color:#333;}

/* 주문상세내역 */
#sod_fin { }
#sod_fin h2 { font-size:40px; color:#333; text-align:center;}
#sod_fin h3 { font-size:13px; color:#333; text-align:center; font-weight:normal;}

#sod_fin .title_img { padding-top:55px;}
#sod_fin .title_img img { width:100%;}
#sod_fin .title_txt { text-align:center; font-size:38px; color:#333; font-weight:200; padding-top:60px; padding-bottom:30px;}
#sod_fin .title_txt span { color:#ec0101; font-weight:400;}

#sod_fin #result_box { background-color:#f4f4f4; text-align:center; font-size:15px; color:#333; line-height:80px; margin-bottom:50px;}
#sod_fin #result_box span {color:#ec0101; font-weight:bold;}
#sod_fin #result_box .od_id { border-bottom:1px solid #ec0101; margin-left:10px; margin-right:20px;}
#sod_fin #result_box .od_case { margin-left:10px; margin-right:60px;}
#sod_fin #result_box .od_cart_price { margin-left:10px;}
#sod_fin #result_box .od_cart_won { font-weight:normal;}

#sod_fin #result_btn_box { width:487px; margin:0px auto; margin-bottom:55px;}
#sod_fin #result_btn_box:after { clear:both; display:block; content:"";}
#sod_fin #result_btn_box a { background-color:#666; font-size:20px; color:#fff; float:left; width:240px; height:62px; line-height:62px; text-align:center;}
#sod_fin #result_btn_box a.ssBgRed { margin-right:7px;}

#sod_fin .tbl_header { margin-bottom:18px;}
#sod_fin .tbl_header span { font-size:18px; color:#333;}
#sod_fin .tbl_header a { border:1px solid #333; background-color:#f8f8f8; padding:3px 12px; margin-left:15px;}
#sod_fin .tbl_header a img { margin-right:6px;}

#sod_fin .tbl_head02 table { }
#sod_fin .tbl_head02 table th { border-top:2px solid #333; font-size:13px; color:#666; font-weight:300; border-bottom:1px solid #ddd; background-color:#f4f4f4; padding:12px 0px;}
#sod_fin .tbl_head02 table td { }
#sod_fin .tbl_head02 .td_dvr { width:100px; text-align:center; }
#sod_fin .tbl_head02 .td_numbig { width:100px;}
#sod_fin .tbl_head02 .td_mngsmall { width:100px; text-align:center;}

#sod_fin_no {margin:0 0 20px}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:7px 5px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot {border-bottom:0 !important}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {margin:0 0 10px}
#sod_fin_list td {height:30px}
#sod_fin_list .td_prd { padding:15px 40px;}
#sod_fin_list .td_numbig .numbig_price { font-family:'Roboto', sans-serif; font-size:16px; font-weight:bold;}
#sod_fin_list .td_numbig .numbig_won { font-size:16px; font-weight:300;}

#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_orderer {padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_receiver {padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_dvr {padding:10px}
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:0 0 30px;padding:10px;border:1px solid #e9e9e9;border-top:0;background:#565e60;color:#fff}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;border-bottom:1px solid #6f7a7d;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {padding:10px;border:0;background:#ff3600;color:#fff}
#sod_fin_cancelfrm {display:none; padding:10px 0 0; clear:both;}
#sod_fin_cancelfrm .frm_input {background:#fff; height:40px; }
#sod_fin_cancelfrm .btn_frmline { border:none; background-color:#333; padding:0px 10px; height:40px; color:#fff; }


#sod_fin_test {padding:10px}

/* 주문상세보기 */
#sod_fin.view { float:right; width:80%; max-width:960px;}
#sod_fin.view.on { width:100%; max-width:1200px;}
#sod_fin.view h2 { text-align:left; padding-top:0px;}
#sod_fin.view #sod_fin_list.view h3 { font-size:18px; color:#333; text-align:left; padding-bottom:10px;}
#sod_fin.view #sod_fin_list.view .list_info { padding-bottom:10px;}
#sod_fin.view #sod_fin_list.view .list_info:after { clear:both; display:block; content:"";}
#sod_fin.view #sod_fin_list.view .list_info .left { float:left; font-size:16px;}
#sod_fin.view #sod_fin_list.view .list_info .right { float:right;}
#sod_fin.view #sod_fin_list.view .list_info .right a { background-color:#333; color:#fff; padding:4px 8px;}
#sod_fin.view #sod_fin_list.view #bsk_tot_wrap .cart_plus { left:281px;}
#sod_fin.view #sod_fin_list.view #bsk_tot_wrap .cart_eq { right:282px;}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap table { }
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap th { }
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td { font-size:13px; color:#666;}
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .numbig_price { font-size:13px;}
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .numbig_won { font-size:13px;}
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .od_status { font-size:13px; color:#666; font-weight:bold;}
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .dvr_info { font-size:11px; color:#888;}
#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .dvr_info a { font-size:11px; color:#888;}

#sod_fin_viewview { }
#sod_fin_viewview h4 { font-size:18px; color:#333; font-weight:400; padding-bottom:20px;}
/*#sod_fin_viewview ul { border-top:2px solid #333; border-bottom:1px solid #ddd; }
#sod_fin_viewview ul:after { clear:both; display:block; content:"";}
#sod_fin_viewview ul li { float:left; padding-top:17px; width:35%; }
#sod_fin_viewview ul li.view_header {   width:15%; background-color:#f8f8f8; height:inherit;}*/

#sod_fin_viewview .tbl_od { border-top:2px solid #333; width:100%; border-collapse:collapse;}
#sod_fin_viewview .tbl_od th { font-size:15px; color:#666; background-color:#f8f8f8; font-weight:400; border-bottom:1px solid #ddd;padding:17px 0px; width:15%;}
#sod_fin_viewview .tbl_od td { font-size:14px; color:#666; font-weight:400; border-bottom:1px solid #ddd; padding:17px 30px; width:85%;}
#sod_fin_viewview .tbl_od td .od_info { padding-bottom:7px;}

#sod_fin_viewview .tbl_price_wrap { width:100%; border-top:2px solid #333; border-bottom:1px solid #ddd; border-collapse:collapse; min-height:205px; margin-bottom:50px;}
#sod_fin_viewview .tbl_price_wrap .col01 { font-size:15px; color:#666; vertical-align:top; padding-top:17px; font-weight:400; text-align:left; padding-left:29px;}
#sod_fin_viewview .tbl_price_wrap .col02 { }
#sod_fin_viewview .tbl_price_wrap .col03 { padding-top:17px; vertical-align:top; padding-left:29px;}
#sod_fin_viewview .tbl_price_wrap .col03 div { line-height:30px;}


#sod_fin_viewview .tbl_price { margin:0px auto; width:80%; border-collapse:collapse;}
#sod_fin_viewview .tbl_price th { text-align:left; font-size:13px; color:#666; font-weight:400; padding:8px 0px 8px 20px;}
#sod_fin_viewview .tbl_price td { text-align:right; font-family: 'Roboto', sans-serif; font-size:13px; color:#666; font-weight:bold; }
#sod_fin_viewview .tbl_price td span { font-family:'Noto Sans KR',dotum; font-weight:normal; padding-right:20px;}
.col04 { padding:5px 0px 5px 20px}

#sod_fin_viewview #btn_box { margin:0px auto; margin-top:60px; max-width:500px;}
#sod_fin_viewview #btn_box:after { clear:both; display:block; content:"";}
#sod_fin_viewview #btn_box #sod_fin_cancel { float:left;}
#sod_fin_viewview #btn_box #sod_fin_cancel button { width:240px; height:62px; line-height:62px; font-size:20px; padding:0px;}

#sod_fin_viewview #od_list_back { display:block; font-size:20px; color:#fff; background-color:#333; text-align:center; width:240px;  height:62px; line-height:62px; float:left; margin-right:20px;}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 고객센터 */
#cs_menu { text-align:center; float:left; width:180px;}
#cs_header h2 { font-size:30px; color:#fff; background-color:#333; font-weight:normal; line-height:160px;}
#cs_list { }
#cs_list li a { display:block; font-size:15px; color:#666; height:50px; line-height:50px; padding:0px 15px; border:1px solid #ddd;border-top:0}
#cs_list li a:hover{background:#f8f8f8;}

/* 상품문의 */
#sps_wrap.cs_page #uselist_header { margin-bottom:20px;}
#sps_wrap.cs_page #uselist_header h3 { font-size:18px; color:#333; font-weight:400;}
#sps_wrap.cs_page #uselist_header h3 span { font-weight:bold; }
#sps_wrap.cs_page .sit_qa_li_title { padding:0px; font-size:16px;}

/* 이벤트 */
.sev_admin{position:absolute;}
.sev_admin a{padding:10px;border:1px solid #ddd; background:#000; color:#fff;display:block;}
.event_list{width:1200px; margin:0 auto; padding:30px 0 100px 0; }

/* sub_con */
#sub_con { text-align:center; }

/* 이용후기 view */
#sps_wrap #sps_view .sps_title {height: 100px; border: 1px solid #ddd;  background: #f8f8f8; padding:0 0 0 25px; overflow: hidden;}
#sps_wrap #sps_view .sps_title .left {float: left}
#sps_wrap #sps_view .sps_title .left img {padding-top: 20px}
#sps_wrap #sps_view .sps_title .sps_use_img{margin-bottom: 10px; float: left;}
#sps_wrap #sps_view .sps_title .sps_use_img img { width: 80px!important;  height: 80px!important;  padding-top: 10px;}
#sps_wrap #sps_view .sps_title .sps_title_text {float: left; margin-left: 20px;}
#sps_wrap #sps_view .sps_title .sps_use_is_subj {padding-top: 5px;  padding-bottom: 0px;  font-size: 18px;  color: #333;   font-weight: 500;  }
#sps_wrap #sps_view .sps_title .sps_use_it_name {  padding-bottom: 10px; font-size: 12px; font-weight: normal}
#sps_wrap #sps_view .sps_title .right {float: right;height: 100px;   width: 70px;   text-align: center;   line-height: 130px; background: url(../img/back.png) 24px 24px no-repeat;border-left: 1px solid #ddd}
#sps_wrap #sps_view .sps_title .right a {display: block; height: 100%; width: 100%;}
#sps_wrap #sps_view .sps_con {  min-height: 200px;  height: auto;  border-left: 1px solid #ddd;   border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 30px; text-align: left;}

#sps_wrap #sps_view .sps_con .sps_use_txt{font-size: 14px; line-height: 22px;}
#sps_wrap #sps_view .sps_con .sps_use_txt p{text-align: left!important; }
#sps_wrap #sps_view .sps_use_btn_r {height: 50px; margin: 20px 0}
#sps_wrap #sps_view .sps_use_btn_r .btn01 {    display: block;   padding: 0px;   width: 78px; height: 38px; text-align: center;  line-height: 40px;    border: 1px solid #ddd;   border-radius: 5px;  background-color: #f8f8f8;   font-size: 13px; float:  left;}
#sps_wrap #sps_view .sps_use_btn_r .itemuse_form {margin-right: 10px; color: #0c4da2;}
#sps_wrap #sps_view .sps_use_btn_r .itemuse_delete {    color: #df0000;}
#sps_wrap #sps_view .sps_use_btn_r .list_btn {float: right;}
#sps_wrap #sps_view .sps_use_rep {width: 99.8%; border: 1px solid #ddd; min-height: 200px; height: auto; padding: 15px 0 30px;}
#sps_wrap #sps_view .sps_use_rep p {padding: 0 0 0 35px; font-size: 15px;}
#sps_wrap #sps_view .sps_use_rep h3 { padding: 0 0 0 35px;   margin-bottom: 25px;  font-size: 24px;  color: #333;  font-weight: 500;}
















