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


.d-none { display:none !important; }

/* 초기화 */
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;}

/* font*/
.roboto { font-family: 'Roboto', sans-serif !important;}
.nanum-square { font-family: 'Nanum Square'; }
/* 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; max-width:1678px !important; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.scope { position:relative;margin:auto !important;width:1200px !important; }

.space { position:relative; margin:auto !important; max-width:1400px; }


/* 레이아웃 : hd */
#hd {z-index:7;position:fixed; top:0px; border-bottom:1px solid #ddd; width:100%; background-color:#fff; transition:top 0.4s ease-in-out;}
#hd.nav-up { top:-132px; transition:top 0.4s ease-in-out;}
#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; }

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

/* 레이아웃 : tnb */
#tnb_wrap { border-bottom:1px solid #ddd; }
#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; }
#tnb_wrap #tnb #user a { display:block; font-size:14px; font-weight:500; color:#aaa; line-height:40px; padding:0px 10px; }
#tnb_wrap #tnb #user a:focus, #user a:hover, #user a:active {text-decoration:none;}
#tnb_wrap #tnb #user a img { margin-left:8px; margin-bottom:2px; }

#tnb_wrap #tnb #user .join { background-color:#f6f6f6; color:#afafaf; width:119px; border-left:1px solid #ddd; height:40px; text-align:center; padding:0px; margin-left:10px; }
#tnb_wrap #tnb #user .login { background-color:#afafaf; color:#fff; width:89px; height:40px; text-align:center; padding:0px;}

#tnb_wrap #tnb #dash { float:left; line-height:39px; letter-spacing:-0.6px;}
#tnb_wrap #tnb #dash .dash_info { color:#babcc2; font-size:14px; font-weight:500; display:inline-block; letter-spacing:-0.6px;}
#tnb_wrap #tnb #dash .dash_info img { margin-left:19px; margin-right:4px; }
#tnb_wrap #tnb #dash .dash_info .small { font-size:12px; }
#tnb_wrap #tnb #dash .bank_info { display:inline-block; font-size:13px; color:#fff; font-weight:500; background-color:#00aec9; width:100px; height:24px; line-height:24px; text-align:center; border-radius:5px; margin-left:6px;}
#tnb_wrap #tnb #dash .bank_info img { margin-bottom:2px; margin-left:6px;}
#tnb_wrap #tnb #dash .de_ico { margin-bottom:6px; margin-left:6px;}


#tnb_wrap #bank_wrap { border:1px solid #dededc; background-color:#f4f4f4; border-radius:3px; width:289px; height:125px; position:absolute; top:8px; left:352px; z-index:9999; padding-left:33px; -webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.3); -moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.3); box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.3); display:none; padding-right: 33px;}
#tnb_wrap #bank_wrap .bank_close { position:absolute; top:9px; right:9px;}
#tnb_wrap #bank_wrap .title { font-size:14px; color:#666; padding-top:20px; padding-bottom:5px; }
#tnb_wrap #bank_wrap .num { font-size:30px; color:#282828; }
#tnb_wrap #bank_wrap .info { font-size:16px; color:#646464;}
#tnb_wrap #bank_wrap .info span { color:#282828;}



/* 레이아웃 : gnb */
#gnb {position:relative; float:left; }
#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:#888;}
#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;}
.gnb_1da { font-size:20px; color:#333; font-weight:500; line-height:90px; padding:0px 20px; display:block;}
.gnb_1da:focus, .gnb_1da:hover { text-decoration:none; color:#8f7c7c;}
.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_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_cate { float:left; width:220px; position:relative; margin-right:10px; }
#gnb_cate .header { color:#fff; font-size:20px; font-weight:500; display:block; text-align:center; line-height:90px; background-color:#d62025;}
#gnb_cate .header .bull1 { margin-right:8px; margin-bottom:2px;}
#gnb_cate .header .bull2 { margin-left:34px; margin-bottom:4px; }

#gnb_cate #cate_menu { position:absolute; top:90px; left:0px; width:218px; border:1px solid #ddd; border-top:none; display:none;}
#gnb_cate #cate_menu .menu_d1 { border-top:1px solid #ddd;}

#gnb_cate #cate_menu .menu_d1 .md1a { font-size:18px; color:#666; font-weight:500; display:block; background:url('../img/gnb_cate_bull.png') 189px 24px #fff no-repeat; line-height:59px; padding-left:35px; position:relative;}
#gnb_cate #cate_menu .menu_d1 .md1a span { position:absolute; top:-3px; left:-1px; display:none;}
#gnb_cate #cate_menu .menu_d1 .md1a.on { background:url('../img/gnb_cate_bull.png') 189px 24px #f8f8f8 no-repeat; color:#000;}
#gnb_cate #cate_menu .menu_d1 .md1a.on span { display:block;}

#gnb_cate #cate_menu #cate_slide { position:absolute; top:0px; left:219px; padding:17px 19px 18px 19px; background-color:#f8f8f8; border:1px solid #ddd; border-left:none; width:240px; height: 384px}
#gnb_cate #cate_menu #cate_slide .cate-navigation .flex-control-nav {left: 0; bottom: 15px;}
#gnb_cate #cate_menu #cate_slide .cate-navigation .flex-control-paging li a {border: 2px solid #666666;  background: #fff; width: 9px; height: 9px;}
#gnb_cate #cate_menu #cate_slide .cate-navigation .flex-control-paging li a.flex-active {background: #d62025; border: 2px solid #d62025}


/*#gnb_cate #cate_menu .menu_d2 { position:absolute; top:0px; left:219px; padding:17px 19px 18px 19px; background-color:#f8f8f8; border:1px solid #ddd; border-left:none; display:none;}
#gnb_cate #cate_menu .menu_d2 .md2a { display:block;}
#gnb_cate #cate_menu .menu_d2.on { -webkit-animation: fadein 0.5s; -moz-animation: fadein 0.5s; -ms-animation: fadein 0.5s; -o-animation: fadein 0.5s; animation: fadein 0.5s; display:block;}
*/

#gnb_cate #cate_menu.on { display:block; }


#gnb_sub { position:absolute; top:0px; right:0px; }
#gnb_sub:after { clear:both; display:block; content:"";}
#gnb_sub .menu { float:left;}
#gnb_sub .menu li a { display:block; border-left:1px solid #ddd; border-right:1px solid #ddd; width:119px; text-align:center; line-height:44px; font-size:15px; color:#777; font-weight:500;}
#gnb_sub .menu li.first a { border-bottom:1px solid #ddd; line-height:45px; background:url('../img/gnb_sub_dot.png') 33px 12px no-repeat;}
#gnb_sub .menu li a img { margin-bottom:3px; margin-right:15px; }
#gnb_sub .cart { float:left; width:88px; text-align:center; position:relative; text-align:center; }
#gnb_sub .cart a { font-size:14px; color:#777; font-weight:500; display:block; }
#gnb_sub .cart a .cart_ico { display:block; padding-top:31px; padding-left:24px; padding-bottom:5px; }
#gnb_sub .cart_count { position:absolute; top:19px; right:25px; background-color:#00aec9; color:#fff; font-size:13px; font-family: 'Montserrat', sans-serif; width:22px; height:22px; line-height:22px; border-radius:100%;}


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

/* 레이아웃 : vis */
#vis {z-index:6;position:relative; padding-top:132px; }
#vis #slider { max-width:1920px; margin:0px auto !important; height:520px; 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 #slider a {display: block; width: 100%; height: 100%;}

#vis #titler { position:relative; }

#vis #titler #ca_title { height:280px; max-width:1920px; margin:0px auto;}
#vis #titler #ca_title.ca10 { background:url('../img/ca_10.jpg') no-repeat;}
#vis #titler #ca_title.ca20 { background:url('../img/ca_20.jpg') no-repeat;}
#vis #titler #ca_title.ca30 { background:url('../img/ca_30.jpg') no-repeat;}
#vis #titler #ca_title.ca40 { background:url('../img/ca_40.jpg') no-repeat;}
#vis #titler #ca_title.ca50 { background:url('../img/ca_50.jpg') no-repeat;}
#vis #titler #ca_title.ca60 { background:url('../img/ca_60.jpg') 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 .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;}


/* 레이아웃 : 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:1200px; margin:0px auto; padding:85px 0px;}

/* 레이아웃 : kit */
#kit { width:60px; position:absolute; top:0px; right:0px;  z-index:99;}
#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-color:#3a3a3a; color:#fff; letter-spacing:-0.6px;}
#hub #hub_wrapper:after {display:block; visibility:hidden; clear:both; content:""}

#hub #hub_wrapper .hub_menu { float:left;}
#hub #hub_wrapper .hub_menu:after { clear:both; display:block; content:"";}
#hub #hub_wrapper .hub_menu li { float:left; padding:0px 17px; background:url('../img/ft_bdr.jpg') right center  no-repeat;}
#hub #hub_wrapper .hub_menu li a { display:block; color:#aaa; font-size:16px; padding:18px 0px;}
#hub #hub_wrapper .hub_menu li.first { padding-left:0px;}
#hub #hub_wrapper .hub_menu li.last { padding-right:0px; background:none;}

#hub #hub_wrapper .hub_notice { float:right;}
#hub #hub_wrapper .hub_notice:after { clear:both; display:block; content:"";}
#hub #hub_wrapper .hub_notice .title { font-size:16px; color:#b4b4b4; float:left; padding-top:15px; }
#hub #hub_wrapper .hub_notice .title img { margin-bottom:2px; margin-right:8px; }
#hub #hub_wrapper .hub_notice .notice_list { color:#d1d1d1; font-size:14px; float:left; display:block; margin-top:18px; margin-left:15px; }
#hub #hub_wrapper .hub_notice .more { font-size:14px; color:#a9a9a9; float:left; display:block; margin-left:24px; margin-top:19px; }

/* 레이아웃 : ft */
#ft {z-index:4;position:relative; background-color:#292929; color:#fff; letter-spacing:-0.6px;}

#ft #ft_info .ft_info_wrap { padding-bottom:48px;}
#ft #ft_info .ft_info_wrap:after { clear:both; display:block; content:"";}
#ft #ft_info .ft_info_wrap .col { float:left; padding-top:53px; }
#ft #ft_info .ft_info_wrap .col .title { font-size:18px; min-height:31px; padding-bottom:8px; }

#ft #ft_info .ft_info_wrap .col1 .title a { display:inline-block; width:96px; height:24px; line-height:24px; text-align:center; background-color:#fff; color:#292929; vertical-align:middle; border-radius:15px; font-size:14px; margin-bottom:5px; margin-left:8px; }
#ft #ft_info .ft_info_wrap .col1 .tel { font-size:36px; }
#ft #ft_info .ft_info_wrap .col1 .info { padding-top:5px;}
#ft #ft_info .ft_info_wrap .col1 .info .row { color:#818181; font-size:14px; }
#ft #ft_info .ft_info_wrap .col1 .info .row.last { padding-top:2px;}
#ft #ft_info .ft_info_wrap .col1 .info .row .subject { display:inline-block; width:54px; }

#ft #ft_info .ft_info_wrap .col2 { margin-left:245px;}
#ft #ft_info .ft_info_wrap .col2 .bank_num { font-size:24px; }
#ft #ft_info .ft_info_wrap .col2 .bank_info { color:#fff; font-size:18px; padding-bottom:22px;}
#ft #ft_info .ft_info_wrap .col2 .bank_info span { color:#fff; margin-right:20px; }
#ft #ft_info .ft_info_wrap .col2 .btn_wrap:after { clear:both; display:block; content:"";}
#ft #ft_info .ft_info_wrap .col2 .btn_wrap a { display:block; font-size:14px; color:#848484; float:left; border:1px solid #949494; height:34px; line-height:34px; padding:0px 22px; border-radius:3px; }
#ft #ft_info .ft_info_wrap .col2 .btn_wrap a.first { margin-right:3px; }

#ft #ft_info .ft_info_wrap .col3 { position:absolute; top:0px; right:0px; }
#ft #ft_info .ft_info_wrap .col3 .review { width:348px; }
#ft #ft_info .ft_info_wrap .col3 .review li { font-size:14px; padding-bottom:7px;}
#ft #ft_info .ft_info_wrap .col3 .review li img { margin-right:6px;}
#ft #ft_info .ft_info_wrap .col3 .review li a { color:#fff;}
#ft #ft_info .ft_info_wrap .col3 .review li a:hover { border-bottom:1px solid #fff;}
#ft #ft_info .ft_info_wrap .col3 .review li .date { color:#8f7c7c; margin-left:10px; }
#ft #ft_info .ft_info_wrap .col3 .more { font-size:14px; color:#a9a9a9; position:absolute; top:53px; right:0px; }

#ft #ft_info .ft_info_wrap .col3 .review .empty { text-align:center; font-size:18px;}
#ft #ft_info .ft_info_wrap .col3 .review .empty .caution { background-color:#fff; color:#333; display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; border-radius:100%; margin-right:10px; }



#ft #ft_copy { background-color:#fff; padding-top:46px; padding-bottom:31px; }
#ft #ft_copy .ft_copy_wrap { max-width:1400px; margin:0px auto; position:relative; }
#ft #ft_copy .ft_copy_wrap .info { font-size:13px; color:#888;}
#ft #ft_copy .ft_copy_wrap .info .row { line-height:18px;}
#ft #ft_copy .ft_copy_wrap .info .row span { margin-right:10px; }
#ft #ft_copy .ft_copy_wrap .ft_logo { position:absolute; top:0px; right:0px; }

#ft #ft_copy .ft_copy_wrap .info #b_lookup {padding: 0 10px;}




/*
#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_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_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 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_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_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:85px; height:85px; 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:18px; color:#333; line-height:85px;}
.empty_list 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;}

/* 테이블 항목별 정의 */
.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 .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_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_current {display:inline-block;margin:0px;background:#333;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; }


/**/
@media all and (min-width:0px) and (max-width:1439px) {
	.space { width:1200px;}
}

/* section1 */

.main.sec1 { margin:56px 0px;}
.main.sec1 ul:after { clear:both; display:block; content:"";}
.main.sec1 ul li { float:left; width:25%; }
.main.sec1 ul li a { display:block; width:100%; height:350px; position:relative;}
/*
.main.sec1 ul li.col1 a { background:url('../img/sec1_img1.jpg') center center no-repeat; background-size:100% 100%; transition: all 0.5s ease-in-out;}
.main.sec1 ul li.col1 a:hover { background:url('../img/sec1_img1_ov.jpg') center center no-repeat; background-size:100% 100%; transition: all 0.5s ease-in-out;}
.main.sec1 ul li.col2 a { background:url('../img/sec1_img2.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
.main.sec1 ul li.col2 a:hover { background:url('../img/sec1_img2_ov.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
.main.sec1 ul li.col3 a { background:url('../img/sec1_img3.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
.main.sec1 ul li.col3 a:hover { background:url('../img/sec1_img3_ov.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
.main.sec1 ul li.col4 a { background:url('../img/sec1_img4.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
.main.sec1 ul li.col4 a:hover { background:url('../img/sec1_img4_ov.jpg') center center no-repeat; background-size:100% 100%; transition: 0.5s;	-webkit-transition: 0.5s; -moz-transition: 0.5s;}
*/
.main.sec1 ul li img { width:100%; height:100%; position:absolute; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}
.main.sec1 ul li .ov { opacity:0;}
/*.main.sec1 ul li a:hover .image { opacity:0;}*/
.main.sec1 ul li a:hover .ov { opacity:1;}

.main.sec1 ul li .title { font-size:28px; color:#ddd; text-align:center; font-weight:500; line-height:35px; letter-spacing:-0.6px; background:url('../img/sec1_bdr.jpg') center bottom no-repeat; padding-top:35px; padding-bottom:9px; margin-bottom:20px; }
.main.sec1 ul li .ico { text-align:center; margin-bottom:6px; }
.main.sec1 ul li .txt { font-size:15px; color:#eee; text-align:center; letter-spacing:-0.6px;}
.main.sec1 ul li:hover .title{color:#fff}

@media all and (min-width:0px) and (max-width:1439px) {
	.main.sec1 ul li a { height:300px;}
	.main.sec1 ul li .title { padding-top:25px; font-size:25px; line-height:30px;}
	.main.sec1 ul li .ico img { width:104px; height:104px; }
}

/* section2 */

.main.sec2 { background:url('../img/sec2_bg002.png') top center no-repeat;  min-height:737px; max-width:1920px; margin:0px auto;}
.main.sec2 .title { text-align:center; font-size:42px; color:#fff; letter-spacing:-0.6px; background:url('../img/sec2_bdr.jpg') center bottom no-repeat; padding-top:50px; padding-bottom:25px; margin-bottom:30px;}
.main.sec2 .sub_title { text-align:center; font-size:15px; color:#fff; letter-spacing:-0.6px; line-height:24px; padding-bottom:28px;}

.main.sec2 #sec2_product .row { margin-bottom:40px; -webkit-box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.15); -moz-box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.15); box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.15); border:1px solid #e7e7e7; border-radius:3px; }
.main.sec2 #sec2_product .row:after { clear:both; display:block; content:"";}
.main.sec2 #sec2_product .row .col_img { float:left; position:relative; position:relative; width:50%; max-width:698px;}
.main.sec2 #sec2_product .row .col_img a { display:block; }
.main.sec2 #sec2_product .row .col_img .product_img { width:100%;}
.main.sec2 #sec2_product .row .col_img .ico { font-size:18px; color:#fff; font-weight:500; background-color:#0097b1; position:absolute; top:19px; left:19px; border-radius:3px; width:139px; height:37px; line-height:37px; display:block; text-align:center;  z-index:99;}
.main.sec2 #sec2_product .row .col_img .ov_bg {  position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:rgba(0,0,0,0.3); z-index:98; opacity:0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}
.main.sec2 #sec2_product .row .col_img .ov_bg.on {  opacity:1; }
.main.sec2 #sec2_product .row .col_img .ov_bg img { position:absolute; top:50%; left:50%; margin-left:-45px; margin-top:-45px; }
.main.sec2 #sec2_product .row .col_info { float:left; background-color:#fcfcfc; width:50%; max-width:660px; letter-spacing:-0.6px; padding-left:40px; border-top-right-radius:3px; border-bottom-right-radius:3px; position:relative; padding-bottom:81px; min-height:281px;}
.main.sec2 #sec2_product .row .col_info .subject { font-size:38px; color:#333; padding-top:35px; display:block;}
.main.sec2 #sec2_product .row .col_info .subject span { font-weight:bold;}

.main.sec2 #sec2_product .row .col_info .hash { margin-bottom:29px; margin-top:14px;}
.main.sec2 #sec2_product .row .col_info .hash:after { clear:both; display:block; content:"";}
.main.sec2 #sec2_product .row .col_info .hash li { float:left; margin-right:2px; }
.main.sec2 #sec2_product .row .col_info .hash li a { display:block; font-size:18px; color:#ae7456; border:1px solid #ae7456; border-radius:3px; height:33px; line-height:33px; padding:0px 8px; }
.main.sec2 #sec2_product .row .col_info .txt { font-size:18px; color:#888; line-height:28px; min-height:92px; font-weight:300;}
/*.main.sec2 #sec2_product .row .col_info .price { color:#d62025; font-size:27px; font-weight:300; padding-top:30px; padding-bottom:45px;}*/
.main.sec2 #sec2_product .row .col_info .price { color:#d62025; font-size:27px; font-weight:300; position:absolute; bottom:39px; left:40px; }
.main.sec2 #sec2_product .row .col_info .price span { font-size:37px; font-weight:500;}
.main.sec2 #sec2_product .row .col_info .cart { position:absolute; bottom:45px; right:39px;}

@media all and (min-width:0px) and (max-width:1439px) {
	.main.sec2 #sec2_product .row .col_img { width:599px;}
	.main.sec2 #sec2_product .row .col_info { width:559px; padding-bottom:30px; }
	.main.sec2 #sec2_product .row .col_info .subject { font-size:33px; padding-top:19px;}
	.main.sec2 #sec2_product .row .col_info .hash { margin-top:8px; margin-bottom:17px;}
	.main.sec2 #sec2_product .row .col_info .hash li a { font-size:15px; }
	.main.sec2 #sec2_product .row .col_info .txt { font-size:16px; min-height:92px; font-weight:300;}
	.main.sec2 #sec2_product .row .col_info .price { font-size:22px; bottom:20px;}

}

/* section3 */

.main.sec3 { border-top:1px solid #ddd; letter-spacing:-0.6px; margin-bottom:40px; }
.main.sec3 .title { text-align:center; font-size:42px; color:#131e46; background:url('../img/sec3_bdr.jpg') bottom center no-repeat; padding-top:30px; padding-bottom:15px; margin-bottom:30px; }
.main.sec3 .sub_title { text-align:center; font-size:15px; color:#333; margin-bottom:45px; }

.main.sec3 #sec3_slide ul li { border:1px solid #e7e7e7; position:relative;}
.main.sec3 #sec3_slide ul li a { display:block;}
.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:#333; font-weight:500; padding-top:13px;}
.main.sec3 #sec3_slide ul li .info .opt { font-size:14px; color:#888;}
.main.sec3 #sec3_slide ul li .info .price { font-size:18px; color:#d62025; text-align:right; padding-top:10px; }
.main.sec3 #sec3_slide ul li .info .price span { font-weight:700;}
.main.sec3 #sec3_slide ul li img { width:100%; height:auto;}
.main.sec3 #sec3_slide ul li .num_bg { position:absolute; top:0px; left:0px; width:0px; height:0px; border-top:92px solid #8f7c7c; border-right:92px solid transparent; border-bottom:none; border-left:none;}
.main.sec3 #sec3_slide ul li .num_bg.bg_1 { border-top:92px solid #d62025; border-right:92px solid transparent; border-bottom:none; border-left:none;}
.main.sec3 #sec3_slide ul li .num { color:#fff; font-size:12px; position:absolute; top:-92px; left:0px; padding-top:7px; padding-left:10px; }
.main.sec3 #sec3_slide ul li .num span { font-size:24px; font-weight:700; display:block; text-align:center;  line-height:24px; }

.main.sec3 #sec3_slide .flex-prev { position:absolute; top:138px; left:-64px; }
.main.sec3 #sec3_slide .flex-next { position:absolute; top:138px; right:-64px; }


@media all and (min-width:0px) and (max-width:1439px) {
	.main.sec3 #sec3_slide ul li img { width:100%;}
}


/* shop */

/* 마이페이지 */
#smb_my { float:right; width:80%;}
#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_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:250px; 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 > 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_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_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 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 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;}

/* 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:383px;}
#bsk_tot_wrap .cart_eq { position:absolute; top:37px; right:382px;}

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}


#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}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-280px;
margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em}

.option_wr {padding:20px 20px 0}
.option_wr h3 {font-size:1.167em;margin-bottom:10px}
.option_wr .get_item_options,
.option_wr .get_item_supply {margin-bottom:10px}
.option_wr label {display:block;margin:10px 0 5px}
.option_wr select {width:100%;border:1px solid #d4d4d4;height:48px}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
#sit_opt_added li {padding:10px 15px;background:#f9f9f9;border:1px solid #e6e9ed;margin:10px 0;position:relative}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li .opt_name {line-height:28px;font-weight:bold}
#sit_opt_added li .opt_count {}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #bdc9dc;border-radius:0;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center}
#sit_opt_added .sit_opt_del {position:absolute;right:0;top:0;font-size:15px;border:0;border-left:1px solid #e6e9ed;border-bottom:1px solid #e6e9ed}
#sit_opt_added .sit_opt_del:hover {color:#be334a}
#sit_opt_added .sit_opt_prc {display:block;float:right;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

#mod_option_frm #sit_sel_option {margin:20px 20px 10px}
#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
#mod_option_frm #sit_opt_added {}
#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:yellow}
#mod_option_frm .btn_confirm .btn_submit {width:100px;height:40px;font-size:1.167em;font-weight:bold;cursor:pointer}
#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em;border-radius:0}
#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}
    

/* 주문서 작성 */
.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 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 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 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 .tbl_frm01 table td #od_addr1 { margin:10px 0px;}
#sod_frm .tbl_frm01 table td #od_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 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_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 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 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 .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:303px;}
#sod_fin.view #sod_fin_list.view #bsk_tot_wrap .cart_eq { right:302px;}

#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 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 .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 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 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; }


/* 네이버페이 2018-06-14 */
#sit_ov_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sit_ov_btn button {width:140px;float:left;margin-right:5px;height:50px;margin-bottom:10px;font-weight:bold;font-size:1.25em}
.sit_btn_buy {background:#d62025;border-radius:3px;border:1px solid #d62025;color:#fff}
.sit_btn_buy:hover {background:#d62025}
.sit_btn_cart {background:#fff;border-radius:3px;border:1px solid #98a3b3;color:#000}
.sit_btn_cart:hover {background:#f3f3f3}
#sit_btn_alm {float:left;display:inline-block;width:186px;height:50px;margin-left:5px;line-height:50px;margin-bottom:10px;font-weight:bold;font-size:1.25em;background:#d50c0c;border-radius:3px;color:#fff;border:0;text-align:center}
.sit_btn_wish {float:left;display:inline-block;width:65px;height:50px;margin-bottom:10px;line-height:50px;color:#8c9195;font-size:1.6em;border:1px solid #98a3b3;text-align:center;border-radius:3px;font-weight:bold}
.sit_btn_wish:hover {color:red}


#sit_ov_btn .itemform-naverpay {clear:both; width:100%; margin:auto; padding:20px 0 0;}
#sod_bsk_act { clear:both; overflow:hidden; text-align:center; }
#sod_bsk_act .cart-naverpay { clear:both; width:100%; margin:auto; padding:20px 0 0; }

/* 상품탭 */
.sanchor {margin:0 0 5px;padding:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;list-style:none;width:25%;border-top:2px solid #000;text-align:center;  overflow: hidden;  white-space: nowrap;letter-spacing:0.2em;font-size:14px; font-weight:600;}
.sanchor a {display:block;padding:10px;border-left:1px solid #ededed;border-bottom:1px solid #ededed;background:#fcfcfc;text-decoration:none;color:#484848}
.sanchor a:focus, .sanchor a:hover {background:#eee;text-decoration:none}
.sanchor a.sanchor_on {background:#fff;text-decoration:none;border-bottom:1px solid #fff;}


/* 0617 수정 */

.sct_10 .sct_txt span {display: block;}

/* 약관 Modal */
.modal-title { line-height: 2.2; }
#clauseModal {width:100vw; height: 350px; top: 80px; display: none;}
#clauseModal .modal-dialog {min-height:auto}
#clauseModal .modal-header,
#clauseModal .modal-footer,
#clauseModal .modal-content {border-radius:0;border:none}
#clauseModal .modal-header {color:#fff;background:#612c93;}
#clauseModal .modal-header .close {color:#fff;}
#clauseModal .modal-body { height:calc(100vh - 80px); overflow:hidden; overflow-y:scroll; color:#666; text-align:justify; font-size:12px; font-weight:300; line-height:1.5; }
.modal ::-webkit-scrollbar { width: 3px;}
.modal ::-webkit-scrollbar-track { background: #fff; }
.modal ::-webkit-scrollbar-thumb { background: #0b2031; }
.modal ::-webkit-scrollbar-thumb:hover  { background: #0b2031; }
#clauseModal .modal-body h4,
#clauseModal .modal-body h5,
#clauseModal .modal-body h6 {margin:0 0 1rem 0; line-height:1.5;  color:#0b2031; font-weight:400;}
#clauseModal .modal-body h5 {font-size:14px; }
#clauseModal .modal-body h5 {font-size:13px; }
#clauseModal .modal-body p {margin:0 0 1rem 0;padding:0; }
#clauseModal .modal-body ul,
#clauseModal .modal-body ol,
#clauseModal .modal-body dl {margin:0;padding:0; list-style:none;}
#clauseModal .modal-body ul li,
#clauseModal .modal-body ol li {list-style-position : outside;}
#clauseModal .modal-body > ul,
#clauseModal .modal-body > ol,
#clauseModal .modal-body > dl {margin-bottom:1.25rem;}
#clauseModal .modal-body ul li {margin-left:1.25rem; padding-left:0.75rem; list-style-type:square; }
#clauseModal .modal-body ol li {margin-left:1.25rem; padding-left:0.75rem; list-style-type:decimal; }
#clauseModal .modal-body ul li ol,
#clauseModal .modal-body ul li ul,
#clauseModal .modal-body ol li ol,
#clauseModal .modal-body ol li ul {margin:0.75rem 0; }
#clauseModal .modal-body ol li ul li {list-style-type:square; }

#clauseModal .close span {font-size: 33px}
