@charset "utf-8";


@import url("https://fonts.googleapis.com/css?family=Lato");
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
html, body {scrollbar-width: none;}
/* 초기화 */
html {overflow-y:scroll;}
body {margin:0;padding:0;font-size:12px;font-weight: 500;font-family:'Pretendard', 'lato','noto sans kr',돋움,'Apple SD Gothic Neo',sans-serif;background:#fff; letter-spacing: -0.3px;text-size-adjust: none;list-style: none;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl, dt, dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;}
a {color:#000;text-decoration:none}
*, :after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}




/*
.placeholdersjs {color:#aaa !important}
.font, .font a {font-family:"Noto Sans KR", sans-serif}
*/

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%; max-width:1200px;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 img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {text-align:center}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;width:100%;margin:0 auto;padding:30px 0;border-bottom:1px solid #e1e1e1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#hd_wr {width:100%; max-width:1200px;margin:0 auto; line-height:56px; }
#hd_wr:after {display:block;visibility:hidden;clear:both;content:""}
#logo {float:left;width:auto;height:auto}
#logo img {width:100%;}

#hd_sch {float:left;display:inline-block;margin-left:150px;margin-top:9px;width:auto;border:2px solid #134cab; border-radius:30px;}
#hd_sch .sch_ipt {}
#hd_sch .sch_stx {float:left;width:300px;height:35px;padding-left:20px;border:0;border-right:0;font-size:14px; background:none;}
#hd_sch #sch_submit {float:left;width:30px;height:32px;border:0; margin-right:15px; color:#000;background:transparent;cursor:pointer;font-size:1.6em}

.tnb {float:right}
.tnb li {float:left}
.tnb li a {color:#acacac;line-height:50px;padding:0 10px}

#hd_qnb {float:right;}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb> li {float:left;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb> li > span {display:block;font-size:0.92em}
#hd_qnb> li a {display:inline-block}
#hd_qnb> li i {display:inline-block;text-align:center;margin:0}

#hd_qnb li .login_btn {border:0;background:#134cab;color:#fff;padding:8px 10px;border-radius:3px}
#hd_qnb li .logout_btn {background:#444;color:#fff;padding:7px 10px;border-radius:3px;vertical-align:middle}
#hd_qnb li .join_btn {position:relative}

.f30 {font-size: 30px !important;}
.f24 {font-size: 24px !important;}
.f20 {font-size: 20px !important;}
.f18 {font-size: 18px;}
.f16 {font-size: 16px;}
.f14 {font-size: 14px;}
.Cwhite {color: #fff !important;}
.fw700 {font-weight: 700 !important;}
.fw600 {font-weight: 600 !important;}

.animated {
 -webkit-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 animation-iteration-count:infinite;
 -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes bounce {
 0%, 100% {-webkit-transform:translateY(0)}
 50% {-webkit-transform:translateY(-5px)}
}

@keyframes bounce {
 0%, 100% {transform:translateY(0)}
 50% {transform:translateY(-5px)}
}
.bounce {-webkit-animation-name:bounce;animation-name:bounce}
#animated-example {width:auto;height:16px;line-height:16px;background-color:#134cab;opacity:1;color:#fff;position:absolute;top:38px;left:0px; padding:0 10px; font-size:11px;}
#animated-example:before {content:"";position:absolute;top:-4px;right:18px;width:4px;height:4px;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #134cab}

#hd_qnb li .admin_btn {background:#02c3a1;color:#fff;padding:7px 10px;border-radius:3px;vertical-align:middle}

#member_menu {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999}
#member_menu .member_div {position:absolute;top:50%;left:50%;background:#fff;padding:40px;text-align:left;width:950px;max-height:490px;margin-left:-500px;margin-top:-250px;z-index:9999;background:#fff;border-radius:3px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2)}
#member_menu .bg {background:#000;background:rgba(0,0,0,0.6);width:100%;height:100%}

#member_menu .login_cls_btn {position:absolute;right:0;top:-40px;border:0;background:transparent;color:#fff;font-size:1.8em;-webkit-transition:-webkit-transform .8s ease-in-out;-ms-transition:-ms-transform .8s ease-in-out;transition:transform .8s ease-in-out}
#member_menu .login_cls_btn:hover {color:#134cab;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg)}

/* 메인메뉴 */
#gnb {width:100%; max-width:1200px;height:60px;margin:0 auto; border:none !important;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

.gnb_shortcut {display:inline-block;float:left}
.gnb_shortcut > li {float:left;font-size:16px;font-weight:500;}
.gnb_shortcut > li:hover::before { }
.gnb_shortcut > li:hover { border-bottom:2px solid #134cab; box-sizing: border-box;color:#134cab; }
#gnb #gnb_1dul {font-size:1.2em;display:inline-block;float:left}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:60px;padding:0 15px;position:relative}
#gnb .gnb_1dli:hover {color:#134cab;-webkit-transition:background-color 2s ease-out;-moz-transition:background-color 0.3s ease-out;-o-transition:background-color 0.3s ease-out;transition:background-color 0.3s ease-out}

.gnb_1dli .bg {display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.png') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:inline-block;color:#404040;text-decoration:none;font-size:1.2em;font-weight:700}
.gnb_2dul {display:none;position:absolute; z-index:9; left:0px; min-width:100%;background:#666;padding:0;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);box-shadow:0 1px 5px rgba(0,0,0,0.1)}
.gnb_2dul .gnb_2dul_box { display:flex; flex-wrap: wrap; flex-direction: row; width:100%; max-width:1200px; margin:0 auto; }


.gnb_2da {display:block;padding:0 10px;line-height:60px;color:#fff;text-align:left; letter-spacing:-1px; font-weight:500; font-size:14px; text-decoration:none;border-bottom:2px solid #fff; transition:0.3s ease all; }
.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff; border-bottom:2px solid #fff;}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a {color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:60px;height:60px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#4158d1;color:#fff;width:60px;height:60px;border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal {padding:0}
#gnb_all {display:none;position:absolute;width:100%;z-index:99}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul {background:#fff;border:1px solid #4158d1;padding:20px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all .gnb_al_li {background:#fff;float:left;min-width:20%;padding:5px}
#gnb_all .gnb_al_li .gnb_al_a {padding:10px;display:block;position:relative;margin-bottom:10px;background:#eff1f9;border-bottom:1px solid #dee2f1;font-weight:bold;color:#243071}
#gnb_all .gnb_al_li li {padding-left:10px;line-height:2em}
#gnb_all .gnb_al_li li i {color:#9ca6cc}
#gnb_all .gnb_al_li li a {color:#555}

.tnb_right {float:right}
.tnb_right:after {display:block;visibility:hidden;clear:both;content:""}
.tnb_right li {float:left;line-height:58px;padding:0 10px;font-size:1em}
.tnb_right a {display:inline-block;font-weight:500; letter-spacing:-1px; font-size:14px;color:#404040;text-decoration:none}
.tnb_right a:hover { color:#134cab; }

#menu_open {float:left;width:auto; letter-spacing:-1px; line-height:60px;padding:0 30px;font-size:16px;font-weight:500;border:0;border-left:1px solid #134cab;border-right:1px solid #134cab;color:#404040;background:transparent; background:#313131; color:#fff;}
#menu_open i {vertical-align:baseline;margin-right:5px;display:inline-block}

/*#category {display:none;position:absolute;left:calc(50% - 600px);width:100%; max-width:1200px;border:2px solid #444;background:#fff;z-index:100;text-align:left}
#category .ct_wr {padding:20px}
#category ul:after {display:block;visibility:hidden;clear:both;content:""}
#category .cate {line-height:20px; display: flex; flex-wrap: wrap; flex-direction: row; align-items: stretch; justify-content: flex-start;}
#category .cate_li_1 {float:left;text-align:left;width:calc(100% / 6 - 13px);min-height:200px;margin-right:15px; margin-bottom:30px;}
#category .cate_li_1:nth-child(n+6) { margin-bottom:0; }
#category .cate_li_1:nth-child(6n) { margin-right:0; }
#category .cate_li_1_a {padding-bottom:10px;margin-bottom:5px;border-bottom:1px solid #e7e7e7;display:block;font-weight:bold}
#category .cate_li_2 {width:100%;float:none;line-height:28px;margin:5px 0;}
#category .cate_li_2 a {color:#6d6d6d;display:block;padding:0 5px}
#category .cate_li_3 {width:100%;float:none;line-height:28px;margin:0;display:flex; margin-left: 10px;}
#category .cate_li_3::before { content:'- '; }
#category .cate_li_3 a {color:#6d6d6d;display:block;padding:0 5px}

#category a:hover {color:#134cab}
#category .close_btn {position:absolute;top:0;right:10px;padding:10px;background:#fff;border:0;text-align:center;color:#000;font-weight:bold;font-size:24px; line-height:1em;}
#category .close_btn i {vertical-align:middle;display:inline-block}*/

/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;position:relative}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {padding:15px 0;margin:0 auto;margin-bottom:10px;font-size:16px;font-weight:bold; border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1; background:#fbfbfb}
#wrapper_title .wt {width: 100%; margin: 0 auto; display: flex; text-align: left; letter-spacing: -1px; max-width: 1200px; position: relative; justify-content: space-between; align-items: center;}

.lt_wr {width:49%}
.lt_wr:nth-child(2n+1) {clear:both}

#container {height:auto !important;height:400px;padding-right:0px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_inner {position:relative}
#container_inner.container {text-align:left;margin:0 auto;width:100%; max-width:1200px;padding:0 0 30px 0px}
#container_inner.container #stv {top:0;right:-110px}
#container_inner.idx-container {width:100%}
#container_inner.idx-container #stv {display:none}


#idx_bn_link {width:1150px;margin:0 auto}
#bn_cnt_link {position:absolute;top:50px}
#bn_cnt_link ul {width:75px}
#bn_cnt_link li {display:inline-block;position:relative;background:#fff;font-size:1.2em;font-weight:bold;text-align:center;width:75px;height:95px;margin-bottom:2px;border-radius:3px}
#bn_cnt_link li:hover { 
 animation:shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
 transform:translate3d(0, 0, 0);
 backface-visibility:hidden;
 perspective:1000px;
}
#bn_cnt_link li:hover i {background:#fff;}
#bn_cnt_link li i {width:48px;height:48px;line-height:48px;margin:10px 0;font-size:2em;background:#f3f3f3;border-radius:50%}
#bn_cnt_link li:nth-child(1) i {color:#e14a49}
#bn_cnt_link li:nth-child(2) i {color:#457bc7}
#bn_cnt_link li:nth-child(3) i {color:#ffcf11}
#bn_cnt_link li:nth-child(4) i {color:#22be89}

@keyframes shake {
 10%, 90% {
  transform: translate3d(-1px, 0, 0);
 }
 
 20%, 80% {
  transform: translate3d(2px, 0, 0);
 }

 30%, 50%, 70% {
  transform: translate3d(-3px, 0, 0);
 }

 40%, 60% {
  transform: translate3d(3px, 0, 0);
 }
}


.main {width:100%; max-width:1200px;margin:0 auto;padding-left:60px}
.main2 {width:65%; max-width:1200px;margin:0 auto;padding-left:60px}
.main2:after {display:block;visibility:hidden;clear:both;content:""}
.main2 .sct_wrap {width:100%; max-width:1200px;margin:0 auto}
.main2 .sct_wrap {position:relative}
.main2 .sct_wrap .bx-controls {background:green}
.main2 .sct_wrap .bx-prev {position:absolute;top:40%;left:-45px;width:24px;height:40px;background:url('../img/arrow_btn_big.png') no-repeat;text-indent:-9999px;opacity:0.3}
.main2 .sct_wrap .bx-prev:hover {opacity:1}
.main2 .sct_wrap .bx-next {position:absolute;top:40%;right:0px;width:24px;height:40px;background:url('../img/arrow_btn_big.png') 0 -40px no-repeat;text-indent:-9999px;opacity:0.3}
.main2 .sct_wrap .bx-next:hover {opacity:1}
.main2>p {width:100%;position:relative;text-align:center;margin-bottom:30px;font-size:1.4em;color:#fff}

.main_tit { width:100%; line-height:1em; max-width:1200px; text-align:left; position:relative; margin:0 auto;color:#000}
.main_tit a { float:right; }

.main_tit2 { width:100%; line-height:1em; max-width:1200px; text-align:left; position:relative; margin:0 auto;color:#fff; text-align: center; background-color: #313131; border-radius: 50px;}
.main_tit2 a, .main_tit2 b { float:none; color:#fff;}

.main_tit3 { width:100%; line-height:1em; max-width:1200px; position:relative; margin:0 auto; text-align: center; background-color: #fff; border-radius: 0px;}
.main_tit2 a, .main_tit2 b { float:none; }

.main3 {padding:0 0 65px}
.main3 .sev_admin {margin:0 0 10px;text-align:right}
.main3 .sev_admin a {line-height:35px;padding:0 10px}
.main4 {position:relative;background:#f3f4f7;padding:0 80px 65px}
.main4 .bx-controls {background:green}
.main4 .bx-prev {position:absolute;top:50%;left:25px;width:24px;height:40px;background:url('../img/arrow_btn_big.png') no-repeat;text-indent:-9999px;opacity:0.3}
.main4 .bx-prev:hover {opacity:1}
.main4 .bx-next {position:absolute;top:50%;right:25px;width:24px;height:40px;background:url('../img/arrow_btn_big.png') 0 -40px no-repeat;text-indent:-9999px;opacity:0.3}
.main4 .bx-next:hover {opacity:1}
.main4:after {display:block;visibility:hidden;clear:both;content:""}

.sale_prd {width:100%; max-width:1200px;margin:0 auto}
.sale_prd h2 {font-size:2.4em;margin:60px 0 30px;line-height:1em;text-align:center}
.sale_prd h2 a {text-decoration:none;padding:20px 0}

.st_bg {display:inline-block;width:1px;height:10px;margin:0 10px;background:#e2e1e0;vertical-align:-1px}

/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}


/*퀵메뉴*/
#quick {transition:all 0.5s;height:100%;position:fixed;top:128px;right:0;z-index:120}
#quick.fix {top:0}
#quick .qk_innr {position:absolute;top:0;left:-60px;background:#444;height:100%}
#quick .qk_btn li.tabsTab {position:relative}
#quick .qk_btn li:after {display:none}
#quick .qk_btn li.tab_my:after {content:"마이페이지"}
#quick .qk_btn li.tab_cart:after {content:"장바구니"}
#quick .qk_btn li.tab_today:after {content:"오늘 본 상품"}
#quick .qk_btn li.tab_wish:after {content:"위시리스트"}
#quick .qk_btn li:hover:after {position:absolute;right:60px;display:inline-block;text-align:center;color:#fff;border-radius:5px 0 0 5px;background:#333;height:50px;line-height:50px;font-size:1em;padding-left:10px;width:80px;top:0}
#quick .qk_btn button {width:60px;height:50px;color:#fff;font-size:14px;background:transparent;border:0}
#quick .qk_btn a {display:inline-block;text-align:center;width:60px;height:50px;line-height:50px;color:#fff;font-size:14px}
#quick .qk_btn button:hover,
#quick .qk_btn a:hover {background:#333}
#quick .qk_btn button#top_btn {border:0;background:#333;width:60px;height:50px;line-height:55px;color:#fff;text-align:center;font-size:1.8em;z-index:9999;position:absolute;bottom:0;left:0}
#quick .qk_btn button#top_btn:hover {background:#134cab;color:#fff}

#quick .tabs_con {height:100%;text-align:center}
#quick .qk_con{position:relative;background:#fff;height:100%;width:230px;display:none;overflow-y:auto;border-left:1px solid #ddd}
#quick .qk_con_wr {padding:25px 20px 20px}
#quick .qk_con h3 {text-align:left;padding-bottom:20px;font-size:1.4em;font-weight:bold;border-bottom:1px solid #f2f2f2}
#quick .qk_con h3 span, #quick .qk_con h3 a {display:inline-block}
#quick .con_close {position:absolute;top:20px;right:20px;width:30px;height:30px;text-align:center;background:transparent;border:0;color:#eee;font-size:2em}
#quick .con_close:hover {color:#444}

#q_cart_wr h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#q_cart_wr .li_empty {border:0;text-align:center;font-size:1.2em;line-height:50px;color:#cecece}

.qk_prdli {text-align:left}
.qk_prdli li {border-bottom:1px solid #e6e6e6;padding:10px 0;position:relative}
.qk_prdli li:after {display:block;visibility:hidden;clear:both;content:""}
.qk_prdli .qk_img {float:left;width:60px;margin-right:10px}
.qk_prdli .qk_txt {float:left;width:119px;text-align:left}
.qk_prdli li:hover .qk_name a {color:#134cab}
.qk_prdli .qk_name a {color:#666;font-size:1.45em;display:block}
.qk_prdli .info_date {color:#999;font-size:1em;margin-top:5px;display:block}
.qk_prdli .qk_opt {font-size:0.92em;color:#888;margin:5px 0;line-height:1.3em}
.qk_prdli .prd_del {display:none;position:absolute;bottom:0;right:0;width:25px;height:25px;background:#ddd;color:#999;border:0}
.qk_prdli li:hover .prd_del{display:block}
.qk_cart_btn{margin:10px 0}
.qk_cart_btn .qk_go_cart{width:100%;background:#242424;font-weight:bold;color:#fff;border:0;height:40px;line-height:40px;margin:0 0 5px;transition: all 0.3s ease;display:inline-block}
.qk_cart_btn .qk_go_cart:hover{background:#ae1548}
.qk_cart_btn .qk_go_buy{width:100%;background:#fff;font-weight:bold;color:#444;border:1px solid #ccc;height:40px;margin:0 0 5px}

#quick .cart_al {text-align:left;margin:10px 0;position:relative;;line-height:1.5em}
#quick .cart_al strong {position:absolute;top:0;right:0}
#quick_open {display:none;background:#000;height:43px;width:43px;border-radius:50%;color:#fff;border:0;font-size:15px;z-index:99}

/* 하단 레이아웃 */
#ft {border-top:1px solid #f5f3f3;padding-bottom:30px;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {position:relative;border-bottom:1px solid #f5f3f3}
#ft_wr .ft_ul {text-align:left;width:100%; max-width:1200px;padding:15px 0;margin:0 auto}
#ft_wr .ft_ul li {display:inline-block;font-weight:bold;margin-right:10px;font-size:1.2em}
#ft_wr .ft_ul li a {color:#777}
#ft_wr .ft_ul li:nth-child(3) a {color:#7a99d6}
#ft_wr .ft_ul li.ft_call {float:right;font-size:1.4em;margin:-2px 0 0;color:#777}
.ft_info {position:relative;width:100%; max-width:1200px;margin:0 auto;text-align:left;line-height:1.7em;color:#777;margin-top:20px}
.ft_sns {position:absolute;right:0;top:0}
.ft_sns li {display:inline-block;float:left}
.ft_sns li a {background:#868686;display:inline-block;width:35px;height:35px;color:#fff;line-height:35px;border-radius:35px;font-size:1.4em;text-align:center;margin-left:5px}
.ft_sns li:hover a {background:#000} 

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;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}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 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 !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* Mobile화면으로 */
#mobile_cng {display:block;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}

/* 목록 바로가기 */
.sanchor {margin:30px 0 20px;padding:0;text-align:center}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {display:inline-block;text-align:center;list-style:none}
.sanchor li a {display:block;position:relative;padding:15px 5px;font-size:1em;color:#666;text-align:center;z-index:1;border-bottom:2px solid #fff}
.sanchor li .sanchor_on {font-weight:bold}
.sanchor li .sanchor_on:after {content:"";position:absolute;left:0;bottom:0;width:100%;z-index:2;border-bottom:2px solid #134cab;color:#000;font-weight:bold}
.sanchor li a .item_qa_count,
.sanchor li a .item_use_count,
.sanchor li .sanchor_on .item_qa_count,
.sanchor li .sanchor_on .item_use_count {}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 버튼 
a.btn, .btn {line-height:35px;height:35px;padding:0 10px;text-align:center;border-radius:3px;font-weight:bold;border:0}
a.btn01 {display:inline-block;padding:0 7px;border:1px solid #ccc;border-radius:3px;background:#fff;color:#333;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover, button.btn01:hover {text-decoration:none;background:#f3f3f3}
button.btn01 {display:inline-block;margin:0;padding:0 7px;border:1px solid #b3b3b3;background:#fff;color:#333;text-decoration:none}
a.btn02 {display:inline-block;padding:0 7px;border:1px solid #d50c0c;background:#d50c0c;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none;background:#11397c}
button.btn02 {display:inline-block;margin:0;padding:0 7px;border:1px solid #134cab;border-radius:3px;background:#134cab;color:#fff;text-decoration:none}
.btn_confirm {text-align:center}
.btn_submit {background:#134cab;color:#fff;transition:0.3s ease all;border:0}
.btn_submit:hover {background:#11397c; transition:0.3s ease all;}
.btn_address {background:#134cab;height:40px; border:none; color:#fff; text-align:center; width:80px;font-weight:bold}
fieldset .btn_submit {padding:0 7px;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 10px;height:32px;border:1px solid #3476be;color:#3476be;background:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle}
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}
*/

/* 게시판용 버튼 
a.btn_b01,.btn_b01 {display:inline-block;border-radius:3px;color:#000;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02,.btn_b02 {display:inline-block;background:#134cab;border-radius:3px;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;border:1px solid #134cab;border-radius:3px;color:#134cab;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_b04, .btn_b04 {display:inline-block;border-radius:3px;border:1px solid #134cab;color:#134cab;background:#fff;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {}
a.btn_admin,.btn_admin {display:inline-block;background:#00c3a0;border-radius:3px;color:#fff;text-decoration:none;vertical-align:middle} 
.btn_admin:hover, a.btn_admin:hover {}
a.btn_admin2,.btn_admin2 {display:inline-block;background:#fff;color:#000;border:1px solid #c1c1c1;border-radius:3px;text-decoration:none;vertical-align:middle}
*/
/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background:none repeat scroll 0 0 #617D46;border:0 none;color:#fff;height:28px;line-height:2.2em;padding:0 15px;vertical-align:middle}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.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:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child {border-left:0}
.tbl_head01 a {}
.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.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-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}
.tbl_head03 {margin:0 0 10px;font-size:14px}
.tbl_head03 table {border-bottom:1px solid #e1e1e1}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:2px solid #134cab;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top}/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0; background:#f3f3f3; border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px; white-space:nowrap; border-top:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {}

.tbl_head03 td .sod_img, .tbl_head03 td .sod_name { vertical-align:middle; display:inline-block; }
.tbl_head03 td .sod_name { margin-left:10px; }

.sod_opt b { font-size:0.75em; background:#134cab; color:#fff; padding:0px 5px; margin-right:7px; }
/* 폼 테이블 */
.tbl_frm01 {width:100%; margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:120px; font-size:16px; letter-spacing:-1px; background:none;text-align:left;font-weight:500; color:#444;}
.tbl_frm01 td {padding:15px 5px;background:transparent}

.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}
.full_input, .frm_address {width:100%}
.half_input {width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
.frm_cert_use {width: calc(100% - 125px);}

/*기본 리스트*/
.list_01 li {border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/* 쪽지 리스트 */
.list_02 ul {border:1px solid #d9dee9}
.list_02 li {position:relative;border-bottom:1px solid #d9dee9;background:#fff;list-style:none}
.list_02 li:last-child {border-bottom:0}
.list_02 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li:hover {background:#f9f9f9}
.list_02 li.empty_li {padding:20px 0;text-align:center;color:#666}

.list_03 li {position:relative;padding:10px;border-bottom:1px solid #d9dee9;background:#fff;list-style:none}
.list_03 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_03 li:hover {background:#f9f9f9}
.list_03 li.empty_li {padding:20px 0;text-align:center;color:#666}

/*폼 리스트*/
.form_01 h2 {margin:0 0 0px;font-size:1.2em}
.form_01 li {margin-bottom:15px;font-size:1em}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input {float:right}
.form_01 .frm_info {display: block;color:#666; padding:5px 0px 0px 5px}
.form_01 textarea {height:100px;width:100%; border: 1px solid #ddd; padding:10px;font-size:14px;}
.form_01 .frm_label {display:inline-block;width:130px}
.form_01 .form_left {float:left;width:49.5%}
.form_01 .form_right {float:right;width:49.5%}

/* 자료 없는 목록 */


/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}
.grid_19 {width:100px}

/* 테이블 항목별 정의 */
.td_board {width:120px;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_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_statsmall {width:50px;text-align:center}
.text_left {text-align:left !important}
.text_center {text-align:center !important}
.text_right {text-align:right !important}




/* 상품 추천하기 */
#sit_rec_new form {padding:20px 0}

/* 자바스크립트 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}



/* 페이징 */
.pg_wrap {clear:both;margin:15px 0 30px;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {display: flex;justify-content: center;align-items: center;gap: 3px;width:100%;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color: #555;height: 30px;min-width: 30px;text-decoration: none;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition:0.3s ease all;}
.pg_page:hover {background-color:#ebebeb}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#ebebeb}
.pg_current {color: #fff;border: 1px solid #67a0ff;background-color: #81b0ff;height: 30px;line-height: 30px;padding: 0 10px;min-width: 30px;border-radius: 50%;}
.qa_page {color: #555;height: 30px;min-width: 30px;text-decoration: none;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition:0.3s ease all;}
.qa_page:hover {background-color:#ebebeb}
/* 팁 */
.tooltip_icon {display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:13px;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

.tooltip_txt {position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
.tooltip_txt:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
.tooltip_txt i {font-size:1.2em;vertical-align:middle}

/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}
/* 마이페이지 */
#smb_my {position:relative}
#smb_my_ov {margin:50px 0 20px;position:relative}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_ov_name {display:block;background:#fff;border:1px solid #f2f2f2;line-height:45px;padding:0 20px;font-size:1.167em}
#smb_my_ov .my_ov_name img {width:20px;border-radius:50%}
#smb_my_act {position:absolute;top:-35px;right:0}
#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 li {float:left;margin:0 0 0 4px}
#smb_my_act li a {line-height:25px;padding:0 5px}
#smb_my_act li .btn_admin {height:27px}
#smb_my_ov .cou_pt {position:absolute;top:0;right:0}
#smb_my_ov .cou_pt dt {float:left;padding:0 5px 0 0;line-height:45px}
#smb_my_ov .cou_pt dd {float:left;text-align:right;padding:0 20px 0 0;line-height:45px}
#smb_my_ov .cou_pt dd a {color:#ff2b64;font-weight:bold;font-size:1.167em}
#smb_my_ov .op_area {background:#fbfbfb;border:1px solid #f2f2f2;border-top:0;padding:10px 15px;line-height:18px;font-size:1.2em;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {float:left;width:10%;margin:3px 0;font-weight:bold}
#smb_my_ov .op_area dd {float:left;width:40%;margin:3px 0}

#smb_my_sub {position:relative}

.my_ov_btn {text-align:center}
.my_ov_btn button {background:#fff;border:1px solid #f2f2f2;vertical-align:top;border-top:0;padding:0 20px;height:25px}
.my_ov_btn button:hover {background:#f3f3f3}

#smb_my_ovaddd {width:90%}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}
#smb_my_od {margin:0 0 50px;position:relative}
#smb_my_od h2 {margin:0 0 10px;}
#smb_my_od td {text-align:center}
#smb_my_od td a {font-weight:bold}
#smb_my_wish {position:relative}
#smb_my_wish .list_02 ul {border:0}
#smb_my_wish .list_02 ul li {display:inline-block;border:0;float:left;width:276px !important;margin-top:0;margin-bottom:45px;margin-left:32px;text-align:center}
#smb_my_wish .list_02 ul li:hover {background:#fff}
#smb_my_wish .list_02 ul li:nth-child(4n+1) {margin-left:0;clear:both}

#smb_my_charge{margin:0 0 30px;padding: 0}
#smb_my_charge h2{margin:0 0 10px;}

#smb_my_withdraw  {margin:0 0 50px}
#smb_my_withdraw  h2{margin: 0 0 10px;}


.smb_my_img {margin:0 0 5px;width:274px;height:274px}
.smb_my_img img {width:100%;height:auto}
.smb_my_tit {margin:15px 0 10px;font-size:1.6em;font-weight:bold}
.smb_my_date {font-size:1em;color:#777}
.smb_my_more {position:absolute;top:0;right:0}
.smb_my_more a {display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:20px;line-height:20px}


/* 장바구니 주문서 공통 */
.od_prd_list .td_chk {}
.od_prd_list .td_prd {border-left:0;position:relative;padding-left:120px;min-height:100px}
.od_prd_list .td_prd .sod_img {position:absolute;left:20px}
.od_prd_list .td_prd .sod_name {min-height:80px; font-size:16px;}
.od_prd_list .td_prd .prd_name {font-size:1.4em}
.od_prd_list .total_prc {color:#000;font-weight:bold;font-size:1.4em}

.sod_opt {margin:5px 0}
.sod_opt ul {display:inline-block;margin:0;padding:0;list-style:none}
.sod_opt li {font-size:13px; color:#000;padding:3px 0;line-height:1.3em}

.sod_option_btn .mod_options {height:30px;padding:0 5px;border:1px solid #134cab;color:#134cab;background:#fff;border-radius:3px; font-weight:500; font-size:12px; letter-spacing:-1px; transition:0.3s ease all;}
.sod_option_btn .mod_options:hover { transition:0.3s ease all; border:1px solid #134cab;color:#fff; background:#134cab;}
.sod_option_btn .mod_options2 {height:24px;padding:0 5px;border:1px solid #134cab;color:#134cab;background:#fff;border-radius:3px; font-weight:500; font-size:11px; letter-spacing:-1px; transition:0.3s ease all;}
.sod_option_btn .mod_options2:hover { transition:0.3s ease all; border:1px solid #134cab;color:#fff; background:#134cab;}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#134cab;background:#fff;border-radius:3px}
.cp_cancel {margin-left:5px; padding:0 10px;border:1px solid #aaa;color:#666;background:#fff;border-radius:3px; font-weight: 600;}

.sod_opt li .opt_info {display:flex; flex-direction:column; gap: 7px;}
.sod_opt li .opt_info > .opt_name {font-size: 14px;font-weight: 500;color:#000;display: flex;align-items: center;gap: 0px;}
.sod_opt li .opt_info > .opt_name::before {    font-size: 0.75em;
    content: "옵션";
    display: inline-block;
    margin: 1px 5px 2px 0;
    padding: 3px;
    border-radius: 3px;
    background: #134cab;
    line-height: 1em;
    color: #fff;}
.sod_opt li .opt_info > .opt_name button {display: flex;align-items: center;gap: 5px;background-color: #ebebeb;border: 1px solid #ddd;font-size: 13px;line-height: 32px;height: 32px;padding: 0px 8px;}
.sod_opt li .opt_info > .opt_name button.danal_send {background-color: #a7e2ff;color: #00431b;}
.sod_opt li .opt_info > .opt_name button.pind_send {background-color:#ff0000; color:#fff;}
.sod_opt li .opt_info > .opt_name button img {height:21px}


.sod_opt li .opt_info .opt_halin {display: flex;gap: 10px;}
.sod_opt li .opt_info .opt_halin > span {font-size: 14px;line-height: 24px;}
.sod_opt li .opt_info .opt_halin > span.opt_halin_rate {color: #ff0000;font-weight: 600;}
.sod_opt li .opt_price {font-size: 13px;font-weight: 600;}

.sod_list .sod_opt ul {display: flex;flex-direction: column;background-color: #fff;border-radius: 7px;}
.opt_info {display: flex; flex-direction: column;gap: 7px;}
.opt_info .opt_name {font-size:15px; font-weight:600}
.opt_info .opt_halin {display:flex; gap:10px;}
.opt_info .opt_halin > span {font-size:14px;}
.opt_info .opt_halin > span.opt_halin_rate {color:#ff0000; font-weight:600}
.opt_price {font-size:14px; font-weight:600}

/* 장바구니 */
#sod_bsk {width: 1200px; margin: 60px auto 30px;}
.btn_cart_del {padding:20px 0;border-bottom:1px solid #ccd2d9}
.btn_cart_del button {height:30px;padding:0 10px;border:1px solid #d4d6db;border-radius:0px;background:#fff;color:#666}
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {margin:20px 0}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li {float:left;width:33.333%;background:#1b427a;color:#fff;border-left:1px solid #fff;text-align:right;padding:25px;font-size:16px}
#sod_bsk #sod_bsk_tot li:first-child {border:0}
#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {width:33.335%;background:#134cab}
#sod_bsk_act {text-align:center;margin-bottom:30px}
#sod_bsk_act .btn_submit {height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act .btn01 {height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act p {margin:0 0 10px}


/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width:600px;height:auto !important;margin-left:-300px;
margin-top:-300px;border:1px solid #11449a;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}

#sod_bsk_list #mod_option_frm2 {z-index:10000;position:fixed;top:50%;left:2%;width:96%;height:auto !important;margin-left:0px;
margin-top:-300px;border:1px solid #11449a;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_bsk_list .mod_option_bg2 {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_frm2 h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em}
#mod_option_frm2 #sit_sel_option {margin:20px 20px 10px}
#mod_option_frm2 #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
#mod_option_frm2 #sit_opt_added {}
#mod_option_frm2 .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:yellow}
#mod_option_frm2 .btn_confirm .btn_submit {width:100px;height:40px;font-size:1.167em;font-weight:bold;cursor:pointer}
#mod_option_frm2 .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_frm2 .btn_confirm .btn_close:hover {background:#f3f3f3}



.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}

#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}


/* 주문서 작성 */
#sod_frm .od_prd_list {margin-bottom:20px}
#sod_frm section{padding: 0px;background-color: rgba(245,247,249,1);border-radius:0px;}
#sod_frm section h2 {font-size: 15px; font-weight: bold; margin-bottom: 15px;}
#sod_frm .mod_coupon_bg {content: "";position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: block;z-index: 9999;}

#sod_bsk_tot {padding: 15px 0;background-color: #fff;border-radius: 5px; margin-bottom:15px;}
#sod_bsk_tot dl {padding:5px 0;}
#sod_bsk_tot dl:after {content:""; display:block; clear:both;}
#sod_bsk_tot dl dt,
#sod_bsk_tot dl dd {font-size: 14px; line-height:18px;}
#sod_bsk_tot dl dt {width:50%;}
#sod_bsk_tot dl dd {flex:1; text-align: right;font-weight: 600;}
#sod_bsk_tot .sod_bsk_cnt dt,
#sod_bsk_tot .sod_bsk_cnt dd {color:#3d2a74}


/* 주문서 작성 - 시작*/
.odf_list ul {display:flex;flex-direction:column; gap:10px;}
.odf_list li{margin-bottom: 0px; }
.odf_list label,.odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:normal}
.odf_list label, .odf_list strong {font-size: 14px;font-weight: 600;padding-left: 10px;}
.odf_list .refer { font-size: 12px; color: #3476be;}
.odf_list .frm_input{box-sizing: border-box;width: 100%;height: 44px;padding: 0.8em 1em;font-size: 1.5rem;font-weight: 500;border: none;background: #fff;border-radius: 0.5rem;font-size: 14px;}

.odf_list .dlv_slt div {background:#f3f3f3;border:1px solid #ccc;margin:5px 0;padding:10px}
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
#order_address{display:block;;text-align:center;border: 1px solid #3476be;color: #3476be;;height:30px;line-height:28px;margin:5px 0 0;background:none}
.odf_list .ad_default{display:inline-block;margin:0}
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
.odf_list .add_num{position:relative;display:block;}
.odf_list  textarea{border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;width:100%;height:70px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
/* 주문서 작성 - 끝*/


#sod_frm #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li {position:relative;float:left; font-size:1.25em; background:#fff;width:33.333%;letter-spacing:-1px; text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
#sod_frm #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm #sod_bsk_tot li span {display:block;color:#000;margin-bottom:5px;font-weight:bold}
#sod_frm #sod_bsk_tot dl {display:flex; border-bottom:1px solid #ddd; padding: 10px 15px;}
#sod_frm #sod_bsk_tot dl:last-child {border-bottom:none;}
#sod_frm #sod_bsk_tot .sod_bsk_point, #sod_frm #sod_bsk_tot .sod_bsk_cnt {width: 100%;clear: both;padding: 10px 15px;}
#sod_frm #sod_bsk_tot .sod_bsk_point span, #sod_frm #sod_bsk_tot .sod_bsk_cnt span {margin:0}

#ct_tot_coupon, #od_cp_price, #sc_cp_price {color:#ff0000; font-weight:600;}



#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {color:#134cab;font-size:1.25em}
.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 {width: 100%;margin: 0px auto 90px auto; padding:0px 0px}
#sod_frm h2 {margin:0 0 10px}
#sod_frm p {margin:0 0 10px}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:10px;left:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto;overflow-x:none;-webkit-box-shadow:1px 2px 5px #bbb;-moz-box-shadow:1px 2px 5px #bbb;box-shadow:1px 2px 5px #bbb}
#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_taker label {display:inline-block}
#sod_frm_same {margin:0 0 10px}
#sod_frm #od_memo {height:50px}
#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm #sod_frm_pay h2 {display:block; width:100%; }
#sod_frm_pay .pay_tbl table {width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th {text-align:left;padding:10px;width:100px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#000;font-size:0.85em}
#sod_frm_pay .pay_tbl td {text-align:right;padding:10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff;font-size:0.85em}
#sod_frm_pay .pay_tbl td .cp_cancel {margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}

dl#od_tot_price {margin: 10px 0 0px 0;border: 1px solid #ddd;background: #f00;padding: 15px 20px;display: flex;align-items: center;justify-content: space-between;border-radius: 5px;}
#od_tot_price dt {margin-bottom:0px; font-size:15px; font-weight:600; color:#fff;}
#od_tot_price dd {text-align: right; font-size:16px; color:#fff}
span#od_tot_price {font-size: 16px;font-weight: 600;}


#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;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}

#sod_coupon_frm {margin-top:15px;}
#sod_coupon_frm > ul{display:flex; flex-direction:column; width:100%;gap: 15px;}
#sod_coupon_frm > ul li{display: flex;justify-content: space-between;align-items: center;padding: 10px;background-color: #fff;border-radius: 5px;}
#sod_coupon_frm > ul li .coupon_type {font-size: 14px;}
#sod_coupon_frm > ul li .coupon_form {font-size: 14px;}
#sod_coupon_frm > ul li .coupon_form button {padding: 5px 15px;font-size: 12px;height: auto;border-radius: 5px;display: inline-block;}
#sod_coupon_frm > ul li .coupon_form button.btn_close {position: absolute;color:#000;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;border-radius:0;}
#sod_coupon_frm > ul li .coupon_form button#od_coupon_btn {background-color:#000; color:#fff; border-color:#000;margin-left:5px;}
#sod_coupon_frm > ul li .coupon_form button#sc_coupon_btn {background-color:#000; color:#fff; border-color:#000;margin-left:5px;}
#sod_coupon_frm > ul li .coupon_form button.btn_frmline {background: rgba(34,51,89,1);color: #fff;border: 1px solid rgba(34,51,89,1);}


#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb}
#od_pay_sl h3 { width:100%; font-size:20px; margin:20px 0; padding-bottom:10px; border-bottom:1px solid #000;}


#od_pay_sl {margin-top:20px;}
#od_pay_sl > sub {border-bottom: 1px solid #dcdcdc;display: block;font-size: 16px;font-weight: 600;color: #222222;padding: 15px 0px 10px 15px;}
#od_pay_sl h3 {font-size: 15px; font-weight: 600; color: #222;}
#od_pay_sl #sod_frm_pt_alert {margin:10px 0; line-height:20px; font-size:13px; color:red;}
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {position: relative;display: block;padding: 15px 20px;padding-left: 45px;border-bottom: 0;background-color: #fff;font-size: 15px;cursor: pointer;margin-bottom: 10px;border-radius: 5px;}
#od_pay_sl .lb_icon::after {content:""; position: absolute; left:15px; top:50%; transform:translateY(-50%); display:block; width:20px; height:20px; background-color:#ddd; border-radius:50px; background-image:url(/images/chk_w.svg); background-repeat:no-repeat; background-position:center; background-size:10px; transition:all 0.3s;}
#od_pay_sl .lb_icon:last-of-type {}
#od_pay_sl input[type="radio"]:checked+.lb_icon {background-color:rgb(85 189 239); color:#fff;}
#od_pay_sl input[type="radio"]:checked+.lb_icon::after {background-color:#fff; background-image:url(/images/chk_c.svg);}


#od_pay_sl #od_pay_error {border-radius: 5px;border: 1px solid #ececec;background-color: #fff;display: flex;justify-content: center;align-items: center;height: 100px;width: 100%;text-align: center;line-height: 20px;font-weight: 500;font-size: 14px;color: #ff0000;}




.sod_frm_point_wr {margin-top:0px;}
.sod_frm_point_wr .title{border-bottom: 1px solid #dcdcdc;display: block;font-size: 16px;font-weight: 600;color: #222222;padding: 15px 0px 10px 15px;}

.sod_frm_point{clear:both;}
.sod_frm_point > div{background:#fff;margin-bottom:1px;padding:10px;text-align:left;text-align:right}
.sod_frm_point > div:last-child {display: flex;justify-content: space-between;align-items: center;width: 100%;}

.sod_frm_point #sod_frm_pt {background-color: transparent;display: flex;justify-content: space-between;align-items: center;}
.sod_frm_point #sod_frm_pt strong {font-weight:700;margin-right: 10px;}

.sod_frm_point div label{font-size:14px; font-weight:600;flex: 1;text-align: left;flex:1;}
.sod_frm_point div .unit-form {width:150px;}
.sod_frm_point div span{display:block;font-size:14px}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point .max_point_box em{font-style:normal !important}
.sod_frm_point #od_temp_point {box-sizing: border-box;width:100%;height: auto;padding: 0.85em 1em;font-weight: 600;border-radius: 0.5rem;font-size: 14px; text-align: right; padding-right: 30px;background-color:transparent;color:#ff0000; border: 1px solid #ddd;}

.sod_frm_bank {display:none;}
.sod_frm_bank .title {border-bottom: 1px solid #dcdcdc;display: block;font-size: 16px;font-weight: 600;color: #222222;padding: 15px 0px 10px 15px;}


.sod_frm_cash {display:none;}
.sod_frm_cash .title {border-bottom: 1px solid #dcdcdc;display: block;font-size: 16px;font-weight: 600;color: #222222;padding: 15px 0px 10px 15px;}
.sod_cash_info { position:relative; display:block; padding:10px; }
.sod_cash_info .settle_title {border-bottom: 1px solid #dcdcdc;display: block;font-size: 16px;font-weight: 600;color: #222222;padding: 15px 0px 10px 15px;}
#autn_keypad {width: 100%;line-height: 44px;background-color: #0b9552;color: #fff;margin: 10px 0 0 0;font-weight: 600;font-size: 14px;display: flex;align-items: center;justify-content: center;gap: 5px;border-radius: 5px;}
#autn_keypad i {font-size:18px;}
#autn_keypad.certified {background-color: #ddd;color: #000;}
#autn_keypad.certified::before {font-family: xeicon;content: "\e92c";}



#autn_regis {width: 100%;line-height: 44px;background-color: #950b0b;color: #fff;margin: 10px 0 0 0;font-weight: 600;font-size: 14px;display: flex;align-items: center;justify-content: center;gap: 5px;border-radius: 5px;}
#autn_regis i {font-size:18px;}




#sod_cash {display: flex;flex-direction: column;background-color: #fff;border-radius: 5px;}
#sod_cash strong {display:inline-block; color:#000;line-height:28px;text-align:left;font-size:14px}

#sod_cash div {display: flex;justify-content: space-between;align-items: center;width: 100%;font-weight: 500;color: #000;border-bottom: 1px solid #ddd;padding: 10px 15px;}
#sod_cash div:last-child {border-bottom:none;}

#sod_cash .cash_box > span {display: flex;align-items: center;gap: 3px; font-size: 14px;}
#sod_cash .cash_box > span > em {font-style:normal; font-size:16px;font-weight: 600;}

.modal-wr {position: absolute;display: block; background-color: rgba(0, 0, 0, .4);width: 100%;height: 100%; z-index: 1000;overflow: hidden; contain: strict; inset: 0px; opacity: 0;}
.modal-cont {opacity:0; z-index: 10000;position: absolute;left: 50%;top: -50%;width: 100%;max-width: 400px;height: auto !important;background: #fff;overflow-y: auto;overflow-x: inherit;transform: translate(-50%, 0%);border-radius: 10px;}
.modal-cont h3 {position:relative; padding: 0px;line-height: 50px;margin: 0 0 0px;font-size: 16px;background: #ffffff;color: #000;text-align: center;}
.modal-cont .modal-inner {padding: 0px 15px 15px 15px;}

.modal-cont .btn_close {position:absolute;top:0;color:#000;right:0;width:50px;height:50px;border:0;border-radius:0;background:none;font-size:1.75em}
.modal-cont .cont-wr {width: 100%;margin: 0 0 20px;padding: 10px 10px;max-height: 350px;overflow: auto;overflow-x: hidden;height: auto;font-size: 14px;line-height: 20px;box-shadow: none;}


/* 스크롤바의 폭 너비
.cont-wr::-webkit-scrollbar {
    width: 10px;  
}

.cont-wr::-webkit-scrollbar-thumb {
    background: rgba(220, 20, 60);
    border-radius: 10px;
}

.cont-wr::-webkit-scrollbar-track {
    background: rgba(220, 20, 60, .1);
}
 */
.cont-wr::-webkit-scrollbar {width: 5px;background-color: transparent}
.cont-wr::-webkit-scrollbar-thumb {width: 3px;border-radius: 5em;background-color: #dbe0e9}
.cont-wr::-webkit-scrollbar-track {width: 3px;background-color: transparent}



.coupon-list {width:100%; display: flex;flex-direction: column;gap: 5px; margin:0 0 20px;}
.coupon-list .coupon-item {display: inline-flex;align-items: center;margin: 5px 10px;background-color: #f5f5f5;border-radius: 5px;padding: 10px;}
.coupon-list .coupon-item .coupon-info {flex-basis: 85%;display: flex;flex-direction: column; gap: 5px;}
.coupon-list .coupon-item .coupon-info .sbj {color:#000; font-weight:600}
.coupon-list .coupon-item .coupon-info .price {color:#ff0000}
.coupon-list .coupon-item .coupon-apply {flex-basis:15%; text-align: right;}
.coupon-list .coupon-item .coupon-apply button {padding: 0 8px;border: 1px solid #ff0018;color: #fff;background: #ff3131;height: 24px;line-height: 22px;border-radius: 5px;}


.sod_order_info {display:flex;}
/* 주문서 작성 - 왼쪽 */
.sod_left {display: block;width: 100%;margin-top: 0px;padding: 0px 20px 20px 20px;}
/* 주문서 작성 - 주문하시는 분 */
#sod_frm .tbl_frm01 { margin-top:15px; }
#sod_frm .tbl_frm01 th,#sod_frm .tbl_frm01 td {text-align:left;padding:5px;vertical-align:middle}
#sod_frm .tbl_frm01 th{}
#sod_frm .tbl_frm01 td .addr input {width:20%}
#sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}

/* 주문서 작성 - 받으시는 분 */
#sod_frm_taker .tbl_frm01 { margin-top:15px; }
#sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
#sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
#sod_frm_taker .tbl_frm01 .choice_place input,
#sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline {width:80px;height:20px;line-height:18px;background:#fff;border:1px solid #d4d6db;color:#606060;text-align:center;float:right}

#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}

/* 주문서 작성 - 공통 */
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

/* 주문서 작성 - 오른쪽 */
.sod_right {display: table-cell;position: relative;padding-top: 41px;width: 35%;height: 100%;vertical-align: top;}
.sod_right::before { content:'주문정보'; font-size:20px; letter-spacing:-1px; color:#000; position:absolute; top:0; left:0; border-bottom:1px solid #000; padding-bottom:10px; font-weight:600; width:100%; }


.sod_right #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
.sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
.sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
.sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}

.sod_right .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
.sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li {}
.sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
.sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

.sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
.sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_right .sod_info_option ul {padding:10px 15px;background:#fff}
.sod_right .sod_info_option li {margin-bottom:5px}
.sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#134cab;background:#fff;border:1px solid #d4d6db}
.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
.sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
.sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
.sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
.sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}


/* 주문서 작성 - 포인트사용 */
#sod_point {clear:both;background:#fff;margin-top:10px;border:1px solid #e3e5e8}
#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
#sod_point .point_tit label {vertical-align:baseline}
#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}




#sod_frm_pt dl{ display: -ms-flexbox;display: -webkit-flexbox;display: flex;justify-content: space-between;align-items: center;width:100%;}
#sod_frm_pt dl dt {width: 8em;font-size: 14px;font-weight: 600;}
#sod_frm_pt dl dd {width: calc(100% - 8em);font-size: 14px;background-color: #fff;border-radius: 7px;line-height: 40px;padding: 0px 10px;text-align:right}




/* 주문서 작성 - 결제수단 */


#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .PAYCO {display:inline-block;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;}
#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
#sod_frm_paysel .kakaopay_icon {display:inline-block;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;}
#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
#sod_frm_paysel .inicis_lpay {display:inline-block;background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;}
#sod_frm_paysel ul.pay_way {margin:0;padding:0px}
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}


#settle_bank dl{ margin-top: 10px;}
#settle_bank dl .od_bank_select{ padding: 0px;}
#settle_bank dl::after {content:""; display: block; clear: both;}
#settle_bank dl dd {box-sizing: border-box;width: 100%;height: auto;padding: 1em 1em;font-size: 1.5rem;font-weight: 500;background: #fff;border-radius: 0.5rem;font-size: 14px;margin-bottom:15px}
#settle_bank dl dd.od_deposit_form {padding:0px;}
#settle_bank dl dt {padding: 0px 0px 10px 5px;}
#settle_bank dl label {padding: 0px 0px 0px 5px; font-size: 14px; color: #000;font-weight: 600;}
#settle_bank dl #od_deposit_name{box-sizing: border-box;width: 100%;height: auto;padding: 1em 1em;font-weight: 500;border: 1px solid transparent;background: #fff;border-radius: 0.5rem;font-size: 14px;}


#od_bank_account { width:100% !important; }

#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
#settle_bank select {height: 44px;padding: 0 0px 0 15px;}
#settle_bank option {padding:3px 0}
#settle_bank #od_deposit_name { width: 100%; border: none;}

.payment_button {
    background: #fff;
    padding: 20px 15px;
    transition: transform 0.5s ease, bottom 0.2s ease, opacity 0.5s ease; /* opacity 추가 */
    transform: translateY(100%); /* 초기 상태는 아래로 숨김 */
    opacity: 0; /* 초기 상태는 보이지 않음 */
    border-top: 1px solid #ddd;
    position: relative; /* relative로 변경하여 애니메이션 가능하게 함 */
}
.payment_button:hover {}


.payment_button .btn_submit {width: 100%;height: 50px;font-weight: 600;cursor: pointer;border: 1px solid #134cab;font-size: 16px;border-radius: 5px;background-color: #000;}
.payment_button .btn_submit span {margin-right:10px;}
.payment_button .btn01 {width:49%;height:40px;line-height:40px;font-weight:bold;border:1px solid #dcdcdc; border-radius:0;}

.payment_process {text-align: center;padding: 30px 0px 50px 0px; display:none; flex-direction:column}
.payment_process span {display: block;margin: 20px 0 0;font-weight: 600;font-size: 13px;}


.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_taker label {display:inline-block;font-weight:normal}
#sod_frm_same {margin:0 0 10px}
#sod_frm #od_memo {height:50px; resize:none;}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#od_tot_price {width:100%; background:#134cab; color:#fff; line-height:26px;text-align:right;padding:15px}
#od_tot_price span {float:left;font-weight:bold}
#od_tot_price strong {font-size:1.4em;color:#fff}
#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:15px;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
#sod_frm #sod_frm_escrow p {margin:5px 0}
#display_pay_process {padding:20px;text-align:center}













/* 배송지 목록 */
#sod_addr .tbl_wrap {margin:30px}
#sod_addr .td_mng .sel_address {color:#fff;background:#fff;border:1px solid #19bc9b;color:#19bc9b;padding:0 5px;height:26px;border-radius:3px}
#sod_addr .td_mng .del_address {display:inline-block;border:1px solid #aaa;color:#888;padding:0 5px;height:26px;line-height:24px;vertical-align:middle;border-radius:3px}
#sod_addr input[type="radio"] {position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display:inline-block;background:#fff;border:1px solid #1c70e9;color:#134cab;cursor:pointer;position:relative;padding:0 5px;height:26px;line-height:24px;border-radius:3px}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td {height:40px;vertical-align:top}
#sod_addr .td_name {width:100px}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj {width:155px;text-align:left}
#sod_addr .td_sbj .chk_box {display:inline-block;float:left}
#sod_addr .td_sbj .chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% #134cab;border-color:#1471f6;border-radius:3px}
#sod_addr .ad_tel {display:block;color:#666}
#sod_addr .td_sbj .frm_input { margin-left:10px; }
#sod_addr .td_mng {width:100px;padding:10px}
#sod_addr .td_mng .mng_btn {width:100%;margin:2px 0}

/* 주문내역 */
#sod_v {margin-bottom:30px}
#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
#sod_v td {text-align:center}
#sod_v td a {font-weight:bold}
#sod_v .basic_tbl {text-align:center}
.status_01 {display:inline-block;background:#edfbde;color:#8cc152;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_02 {display:inline-block;background:#84c93a;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_03 {display:inline-block;background:#e2f6f2;color:#16b494;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_04 {display:inline-block;background:#e2eaf6;color:#134cab;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;background:#134cab;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_06 {display:inline-block;background:#ff7878;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}

/* 주문상세내역 */
#sod_fin {width: 100%;margin:30px auto 50px auto; padding:0px 10px}



#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}
#sod_fin_legend {padding:10px;background:#f3f3f3;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
#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 li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;letter-spacing:-1px; font-size:14px; line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#000; font-weight:600;}
#sod_fin #sod_bsk_tot li strong { font-weight:400; letter-spacing:-1px;}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#134cab;font-size:1.2em}

#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_v {margin:0px 0 50px 0}
#sod_v .td_stat {width:100px}
#sod_v_info {margin: 0px;padding: 15px;background: #f4f4f4;text-align: center;font-size: 14px;color: #ff0000;font-weight: 600;}
#sod_inquiry {padding:0px 0px;}


.search-wr {display: flex;flex-direction: column;padding: 15px;background: #fff;margin: 0px;gap: 25px;background-color: #f4f4f4;border-radius: 0px; border-top: 1px solid #ddd;}
.search-wr h3{display:block;font-size:15px; font-weight:600;margin-bottom: 10px;}
.skey-box{width: 100%;position: relative;}
.skey-box input{width: 100%;box-sizing: border-box;height: auto;padding: 1em 3em 1em 1em;font-weight: 500;border: 1px solid transparent;background: #fff;border-radius:7px;font-size: 14px;}
.skey-box .skey-button {height: 46px;background: none;border: 0;width: 46px;font-size: 18px;color: #37beff;top: 50%;position: absolute;right: 0px;transform: translate(0%, -50%);}

.skey-chk {display: flex;gap: 15px;margin-bottom: 15px;padding: 0px 0px 0px 5px;}
.skey-chk label {font-size:14px;}
.skey-range {margin: 20px 0px;}

.check-list {display: flex;flex-direction: column;gap: 10px;margin-top: 15px;}
.check-list li {margin-left: 0.65em;padding-left: 0.6em;line-height: 1.4em;text-align: left;text-indent: -0.65em;font-size:14px;}
.check_list li i.xi-check {font-size: 1.2em;color: #007aff;transform: translateY(0.1em);}

.period-wr h3{position:relative; display: flex; justify-content: space-between;;font-size:15px; font-weight:600;margin-bottom: 10px;}
.period-wr .period-box{display:flex;gap: 20px; width:100%;flex-direction:column}
.period-wr .period-box .period-button {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
.period-wr .period-box .period-button button{height: 38px;padding: 0 0px;border: 0;background: #fff;color: #000;border-width: 1px 1px 1px 0px;border-color:#ebebeb;border-style: solid;font-size: 13px;font-weight: 500;}
.period-wr .period-box .period-button button:first-child{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.period-wr .period-box .period-button button:last-child{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.period-wr .period-box .period-button button.active {background-color:#37beff; color:#fff}

.period-wr .period-box .period-date {display: flex;align-items: center;justify-content: space-between;width: 100%;}
.period-wr .period-box .period-date input {flex: 1; height: 38px;border-width: 1px 1px 1px 1px;border-color:transparent;border-style: solid;padding-left: 15px; font-size: 14px;}
.period-wr .period-box .period-date .separator {margin: 0 10px;flex-shrink: 0;}
.period-wr .period-box .period-date button {background-color: #fff;height: 38px;border-width: 1px 1px 1px 0px;border-color:transparent;border-style: solid;color:#37beff;font-size: 16px;padding: 0px 10px;}

#purchase-list {padding:30px 15px 10px 15px;}
#purchase-list > ul{display: grid;width: 100%;gap: 15px;grid-template-columns: 1fr 1fr;}
#purchase-list > ul.no-data-list {grid-template-columns: 1fr}
#purchase-list > ul > li {flex-direction: column;border: 1px solid #dfdfdf;padding: 10px 0 0px 0;border-radius: 7px;overflow: hidden;align-items: center; background-color: #edf0ff;}
#purchase-list > ul > li.title {display:none;}
#purchase-list > ul > li:not(:first-child) > div {line-height: 32px;}
#purchase-list > ul > li.empty_li {background-color:transparent; border:none;}
#purchase-list > ul > li > div {width: 100% !important;display: flex;justify-content: space-between; line-height: 32px;}
#purchase-list > ul > li > div:nth-child(1) {width: 100%;display: flex;flex-direction: column;justify-content: space-between;gap: 7px;padding: 0px 10px 10px 10px;border-bottom: 1px solid #ddd;}
#purchase-list > ul > li > div:nth-child(1) a {font-size: 16px;overflow: hidden;width: 100%;}
#purchase-list > ul > li > div:nth-child(1) a strong{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;width: 100%;display: block;font-size:14px;}
#purchase-list > ul > li > div:nth-child(1) a.order-id  strong{font-size:14px; background-color: rgb(255 255 0 / 41%);display: initial;}
#purchase-list > ul > li > div:nth-child(n + 2) {background-color: #fff;border-bottom: 1px solid #ddd;}
#purchase-list > ul > li > div > span {font-size:13px;}
#purchase-list > ul > li > div > span:first-child {padding: 0px 10px 0px 15px;}
#purchase-list > ul > li > div > span:last-child {padding: 0px 10px 0px 0px;}
#purchase-list > ul > li > div:nth-child(7) {justify-content: space-between;align-items: center;padding-bottom: 10px;border-bottom: none;}
#purchase-list > ul > li > div:nth-child(7) label {margin-right: 7px;margin-top: 5px;}


#sod_fin_list h2 {margin:0 0 10px}
#sod_fin_list .td_bdno {border-left:0}
#sod_fin_list .td_bdno a {font-weight:bold}
#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_orderer {width:100%; }
#sod_fin_receiver {width:100%;}
#sod_fin_dvr { width:100%; }
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3 {font-size:20px; padding-bottom:10px; border-bottom:1px solid #000;}

#sod_fin_pay {width:100%; margin-top:30px}
#sod_fin_pay li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;letter-spacing:-1px; font-size:14px; line-height:40px;display: flex; text-align: right; justify-content: space-between;}

#sod_fin .sod_left .tbl_head01 {margin-bottom:30px;font-size:14px; color:#000; letter-spacing:-1px; font-weight:600;}
#sod_fin .sod_left th {border:0;border-bottom:1px solid #dcdcdc;text-align:left;width:100px;color:#000;background:#fff}
#sod_fin .sod_left td {padding:10px;border:0;border-bottom:1px solid #dcdcdc;background:#fff; font-weight:400;}
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}
#sod_fin_tot {margin:10px 0}
#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 #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right {margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p {position:relative}
#sod_fin_tot #alrdy .right .title {position:absolute;left:0;padding-left:8px}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {color: #fff;width: 100%;height: 50px;font-weight: 600;cursor: pointer;transition: all 0.3s;font-size: 16px;border-radius: 5px;background-color: rgba(34, 51, 89, 1);}
#sod_fin_cancel button:hover {background:#ff0000}

#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:0px}
#sod_fin_cancelfrm .frm_input {background:#f2f3f8;margin:0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {width:100%; border-bottom:1px solid #000;margin:0 0 10px;text-align:left; font-size:20px; padding:0 10px; padding-bottom:10px;}
#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}




.pin-inifo-wr {display:flex;width:100%;flex-direction: column;}
.pin-inifo-wr .pin-inifo {display:flex; flex-direction:column;padding-left: 10px;}	
.pin-inifo-wr .pin-inifo ul li {margin-top:5px;}
.pin-inifo-wr .pin-inifo ul li:first-child {margin-top:0px;}
.pin-inifo-wr .pin-inifo ul li strong {background-color: #27e300;color: #fff;border-radius: 5px;padding: 1px 10px;margin-left: 5px;}



/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쿠폰 */


/* 모바일일때 피시버전 주문폼*/
/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none;display: flex;flex-direction: column;gap: 10px;}
.sod_list .sod_li {padding:0;margin:0px 0;background-color: rgba(245,247,249,1); border-radius: 5px;}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}


.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{display: flex; justify-content: space-between;padding: 0px 10px 0px 10px;font-size: 15px;line-height: 40px; align-items: center;}
.sod_list .li_name .li_halin {display:flex; align-items: center;}
.sod_list .li_name a {font-size:14px}
.sod_list .li_op_wr{display: grid;grid-template-columns: 0.2fr 1fr;margin: 10px 10px;min-height: 80px; gap: 10px;}

.sod_list .li_name .halin-rate {background: url(/theme/unifun/skin/shop/basic/img/mark_01.svg) no-repeat 0 0 / cover; color: #fff;border-radius: 50%;font-size: 11px;width: 32px;height: 32px;text-align: center;line-height: 35px;}


.sod_list .total_img{}
.sod_list .total_img img{border-radius:5px;}

.sod_list .sod_opt{padding:0px 0px 5px 0px;color:#9e9e9e;font-size:0.93em;background:none;border:none}
.sod_list .sod_opt li{display: flex;align-items: center;padding: 7px 10px;border-radius: 7px;margin-bottom: 3px;border: none;font-size: 12px;width: 100%;}
.sod_list .li_cp{position: relative;}
.sod_list .li_cp.active {display: flex;justify-content: space-between;align-items: center;}
.sod_list .li_cp.active .cp_sbj {font-weight: 600;font-size: 14px;display: flex;align-items: center;gap: 5px;}
.sod_list .li_cp.active .cp_sbj i{color: rgb(85 189 239);font-size: 21px;}

.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin: 0;padding: 5px 15px;border: 0;background: #000;color: #fff;font-size: 12px;border-radius: 5px;border: 1px solid #000;}

.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border: 1px solid #999;color: #000;font-weight: 600;background: #fafafa;margin-left: 3px;padding: 5px 15px; font-size:12px}
.sod_list .li_prqty{margin: 15px 10px 10px 10px;display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 0px;}

.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width: 100%;text-align: center;color: #9e9e9e;font-size: 1.07em;margin-left: -1px;}



.sod_list .li_prqty .li_prqty_sp span{display:block;color:#000;background-color: #ededed;}
.sod_list .li_prqty .li_prqty_sp span:first-child {padding:10px 0px 10px 0px; color:#000; font-weight:500;}
.sod_list .li_prqty .li_prqty_sp span:last-child {background:#fff; line-height:34px;font-weight:600;}

.sod_list .li_prqty .li_prqty_sp:first-child span:first-child{border-top-left-radius: 5px;} 
.sod_list .li_prqty .li_prqty_sp:first-child span:last-child{border-bottom-left-radius: 5px;}

.sod_list .li_prqty .li_prqty_sp:last-child span:first-child{border-top-right-radius: 5px;}
.sod_list .li_prqty .li_prqty_sp:last-child span:last-child{border-bottom-right-radius: 5px;}

.sod_list .li_prqty .li_prqty_sp:nth-child(2) span {border-left:1px solid #ddd; border-right:1px solid #ddd;}

.sod_list .total_price{ background: #fff;clear: both;margin: 10px;text-align: right;padding: 0px 10px;line-height: 44px;font-size: 13px;border-radius: 5px;display: flex;justify-content: space-between;align-items: center;}
.sod_list .total_price em {letter-spacing: -0.05em; text-align: left; margin: 0px 0px 0px 5px;font-style: normal;font-weight: 600;color: #ff0000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;width: 100px;display: inline-block;flex: 1;}
.sod_list .total_price span{display: flex;align-items: center;flex: 3; font-size: 14px;}
.sod_list .total_price strong{font-size: 16px;color: rgb(0 170 251);flex: 1.5;}



.li_op_wr { display:flex; margin:10px; }

.pay_tbl { width:100%; }

#sod_frm h3.title {padding: 0 0px 0 10px;line-height: 50px;font-size: 1.35em;font-weight: 600;}
#sod_frm h3.title b {color: rgb(85 189 239);}
#sod_frm h3.title b i {font-size: 1.35em;transform: translateY(0.1em);}

#sod_frm {}
#sod_frm section {width:100%; margin-bottom:10px}
#sod_frm .frm-inner {padding:10px 10px}
#sod_frm .frm-inner div:last-child {margin-bottom:0px}
#sod_frm section h2 {border-bottom:1px solid #000;font-size:20px; letter-spacing:-1px; padding-bottom:10px; margin-bottom:0;}
#sod_bsk_list #mod_option_frm .sit_ov_tbl {background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th, #sod_bsk_list #mod_option_frm .sit_ov_tbl td {border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th {width:90px}
#sod_frm_deli #order_address {display:block;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:0 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm .odf_tbl table {width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td, #sod_frm .odf_tbl table tbody th {border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px;text-align:left;line-height:26px;position:relative}
#sod_frm .odf_tbl table th {width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input {background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address {margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline {font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea {width:99%;border:1px solid #e4eaec}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {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 .odf_tbl td{text-align:right !important; padding-right:10px !important}


html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important}/* overflow 미지원 기기 대응 */

/*네이버페이*/
.itemform-naverpay {margin:15px 0;clear:both}
.cart-naverpay {margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td {border-left:0;border-right:0}
#bo_v_top .btn_admin, #bo_list .btn_admin {padding-top:0}


/*개인결제*/
.pesonal {}
.pesonal td {font-weight:bold; font-size:16px; letter-spacing:-1px; margin:10px 0; }
#personal_pay h2 {border-bottom:1px solid #000; padding-bottom:10px; margin-bottom:20px; width:100%; font-size:20px; letter-spacing:-1px;}
#personal_pay input[type="radio"] {position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left:0;z-index:-1px;visibility:hidden}
#personal_pay label {display:inline-block;float:left;width:50%;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor:pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#personal_pay input[type="radio"]:checked+ .lb_icon {border:1px solid #134cab;z-index:3}
#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}

/*
.KPAY {background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
.PAYNOW {background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
.PAYCO {background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
.kakaopay_icon {background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
.bank_icon {background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
.vbank_icon {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
.iche_icon {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
.hp_icon {background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
.card_icon {background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
.naverpay_icon { background:url('../img/naver.svg') no-repeat 15px 50% #fff; background-size:15%;}
.unifun_icon{background:url('../img/unifun_icon4.png') no-repeat 17px 50% #fff; background-size: 10%;}
*/

.pay_way label[for=pp_settle_vbank] {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
.pay_way label[for=pp_settle_iche] {background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
.pay_way label[for=pp_settle_hp] {background:url('../../../img/pay_icon3.png') no-repeat 15px 50% #fff}
.pay_way label[for=pp_settle_card] {background:url('../../../img/pay_icon4.png') no-repeat 15px 50% #fff}

.pay_way label { width:25% !important; line-height:1em; }


.sod_left .frm_input { width:100%; }
.sod_left #od_b_zip { width:calc(100% - 90px); margin-right:7px;}
.sod_left #od_zip { width:calc(100% - 90px); margin-right:7px;}

#personal_pay::before { display:none; }
#personal_pay { padding-top:0; }
.pesonal > h2 { border-bottom:1px solid #000; padding-bottom:10px; margin-bottom:20px; width:100%; font-size:20px; letter-spacing:-1px; }


form[name="fstocksms"] { padding:10px; }



/* 주문폼 */
.agreement {}
.agreement .set_agree {position: relative;margin-bottom: 10px;padding: 10px 15px;background-color: #fff;display: flex;justify-content: space-between;align-items: center;}
.agreement .set_agree label,.agreement .set_agree a {display: inline-block;}
.agreement .set_agree input {width: 1rem;height: 1rem;}
.agreement .set_agree label {position:relative; padding-left:5px; font-size: 13px; font-weight: 600; cursor: pointer; }
.agreement .set_agree input:checked + label::after {border:1px solid #3d2a74; background-image:url(/images/chk_w.svg); background-color:#3d2a74;}
.agreement .set_agree a {padding: 4px 10px;border-radius: 4px;background-color: #d7d7d7;font-size: 12px; color: #fff;-webkit-transition: all 0.3s; transition: all 0.3s;}
.agreement .set_agree a:hover {background-color:rgb(85 189 239)}




/* 모달팝업 */
#modal-content { display: none; width: 600px; max-width: 90%; height: 500px; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; outline: 0 none; }
#modal-content .modal-header { height: 20px; border-bottom: 1px solid #e5e5e5; padding: 15px; }
#modal-content .modal-header h4 { margin: 0; font-size: 18px ; color: #000; }
#modal-content .modal-body { padding: 15px; }
#modal-content .modal-body .b-iframe { width: 570px; max-width: 100%; height: 430px; }
#modal-content .b-close { float: right; font: bold 24px Arial; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 1; filter: alpha(opacity=20); padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
#modal-content .b-close:hover, #modal-content .b-close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: .5; filter: alpha(opacity=50); }
p.modal-frame-content { width: 550px; max-width: 100%; height: 400px; padding-right: 5px; overflow-x: hidden; overflow-y: auto; font: normal 12px 'Malgun Gothic'; color: #555; line-height: 1.65em; }
/*.popbtn {text-decoration:none;cursor:pointer;margin:0 5px}*/
.b-modal __b-popup1__ { max-width: 100%; }
#modal-content .modal-header, #modal-content .modal-body { -webkit-box-sizing: content-box !important; box-sizing: content-box !important; }
#modal-content2 { display: none; width: 400px; height: 560px; background: rgba(54, 54, 54, 0.9); border-radius: 4px; border: 0px; }
#modal-content2 .modal-header { position: relative; height: 28px; }
#modal-content2 .modal-body2 { padding: 0; }
#modal-content2 .b-close { position: absolute; top: 0; right: 16px; font-size: 40px; font-weight: 900; font-family: Tahoma; color: #fff; opacity: .5; filter: alpha(opacity=50); padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
#modal-content2 .b-close:hover, #modal-content .b-close:focus { cursor: pointer; opacity: 1; filter: alpha(opacity=100); }
#modal-content2 .modal-body2 .b-iframe { width: 400px; height: 560px; }

.modal-frame-content {font-size:0.85em}

.cuation_li {margin-top: 10px;}
.cuation_li li {position: relative;padding-left: 17px;margin-bottom: 5px;line-height: 22px;font-size: 1.05em;color: #3d2a74;letter-spacing: -0.03em;font-weight:400}
.cuation_li li::before {position: absolute;left: 0;top: 0;line-height: 22px;font-size: 13px;content: "※";}



.mg10t {margin-top:10px;}
.mg20t {margin-top:20px;}
.mg30t {margin-top:30px;}
.mg40t {margin-top:40px;}
.mg50t {margin-top:50px;}
.mg60t {margin-top:60px;}
.mg70t {margin-top:70px;}
.mg80t {margin-top:80px;}
.mg90t {margin-top:90px;}
.mg100t {margin-top:100px;}



.Cwhite {color: #fff !important;}
.lh20 {line-height: 20px;}
.bggray {background-color: #f6f6f6;}
.fc666 {color: #666;}
.innersize {width: 1200px; margin: 0 auto !important;}
/* 지정값 */

/* line_head */
.inner920 {width: 920px;margin: 0 auto;}
.line_head {width: 100%;background-color: #7F53FD;}
.line_head .innersize {position: relative;width: 1200px;margin: 0 auto;height: 140px;padding-top: 70px;overflow: hidden;}
.line_head .vector_Img {position: absolute;top: 10px;left: 50px;width: 200px;}
.line_head .vector_Img img {width: 100%; }
/* line_head */


/* cash_trade :s */
.cash_trade {position: relative;margin-top: 120px;margin-bottom: 140px;}
.close_btn {position: absolute;top: 30px;right: 30px;cursor: pointer;}


/* cards :s */
.cards {}
/*.cards::before {display: block;content: "";width: 100%;height: 1px;margin: 30px 0 20px;background-color: #f1f1f1;}*/
.cards .card_wrapper {display: flex;justify-content: space-between;align-items: center;gap:30px}
.cards .cash_card {width: 50%;height: 200px;padding: 30px;border: 1px solid #c6c6c6;border-radius: 20px;}
.cards .cash_card .whereCash {display: flex;justify-content: space-between;}
.cards .cash_card .whereT1 {width: 160px;border-bottom: 1px solid #999;}
.cards .cash_card .wherelogo {height: 42px;}
.cards .cash_card .wherelogo img {height: 100%;}


.cards .cash_card .howmuch_C {
display: flex;
justify-content: space-between;
margin-top: 60px;
}
.cards .cash_card .howmuch_C .left {}
.cards .cash_card .howmuch_C .right {}
.cards .cash_card .howmuch_C .right .number {}

.cash_trade .top {margin-bottom: 100px;}
.cash_trade .top .welcom_user {display: flex;justify-content: space-between;}
.cash_trade .top .welT1 {}
.cash_trade .top .welT1 .user_name {}
.cash_trade .top .trade_popon {width: 120px;line-height: 50px;border: none;border-radius: 8px;background-color: var(--main_color);color: #fff;}


/* top */
.cash_trade .cards {}
.cash_trade .cards .card_wrapper {display: flex;justify-content: space-between;align-items: center;}
.cash_trade .cards .cash_card {width: 360px;height: 200px;padding: 30px;border: 1px solid #c6c6c6;border-radius: 20px;}
.cash_trade .cards .cash_card .whereCash {display: flex;justify-content: space-between;}
.cash_trade .cards .cash_card .whereT1 {width: 160px;border-bottom: 1px solid #999;}
.cash_trade .cards .cash_card .wherelogo {height: 42px;}
.cash_trade .cards .cash_card .wherelogo img {height: 100%;}
.cash_trade .cards .cash_card .howmuch_C {display: flex;justify-content: space-between;margin-top: 60px;}
.cash_trade .cards .cash_card .howmuch_C .left {}
.cash_trade .cards .cash_card .howmuch_C .right {}
.cash_trade .cards .cash_card .howmuch_C .right .number {}
.cash_trade .cards .exchange {width: 50px;}
.cash_trade .cards .exchange img {width: 100%;}
/* cards */
/* cash_trade :e */

/* danalpop :s */
.danalpop {display: none;}
.danalpop.clicked {display: block;}
.danalbg {width: 100%;height: 100%;background-color: #000;position: absolute;display: block;left: 0px;top: 0px;opacity:.4}
.danalform {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 500px;padding: 50px;background-color: #fff;border-radius: 30px;border: 1px solid #ddd;z-index: 100000;}
.danalform .back_arr {position: absolute;top: 50px;right: 60px;width: 24px;}
.danalform .back_arr img {width: 100%;}
.danalform .l_t1 {margin-top: 110px;}
.danalform .l_t1::after {content: "";display: block;width: 40px;height: 3px;margin: 10px 0 15px;background-color: #8f72ff;}
.danalform .l_t2 {line-height: 28px;color: #999;}
.danalform input {font-size: 16px;line-height: 30px;border: none;}
.danalform input.writehere {padding-left: 20px;}
.danalform input.writehere:focus {outline: none;padding: 0 0 0 20px !important;}
.danalform input.writehere::placeholder {font-size: 14px;}
.danalform form {margin-top: 50px;}

/* form : s */
.danalpop .login1 {display: flex;}
.danalpop .login1 .iconBox {position: relative;display: inline-block;width: 68px;	height: 60px;background-color: #8f72ff;}
.danalpop .login1 .iconBox {display: flex;}
.danalpop .login1.pw {display: flex;}

.danalpop .login1.Id .iconBox {border-bottom: 1px solid #fff;border-radius: 8px 0 0 0;}
.danalpop .login1.pw .iconBox {border-top: none;border-radius: 0 0 0 8px;}
.danalpop .login1.Pw {border-radius: 0 0 0 8px;}
.danalpop .login1.Pw .iconBox {position: relative;}
.danalpop .login1 .writehere {width: 100%;border: 1px solid #ddd;}
.danalpop .login1.Id .writehere {border-radius: 0 8px 0 0;}
.danalpop .login1.pw .writehere {border-radius: 0 0 8px 0;}
.danalpop .login1 .loginIcon {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 24px;}
.danalpop .login1 .loginIcon img {height: 100%;display: none;}
.danalpop .login1 .loginIcon img.cansee {display: block;}
/* login1 : e */

/* supportText : s */
.danalpop .supportText {display: flex;justify-content: space-between;margin-top: 20px;}
.danalpop .supportText .left {display: flex;align-items: center;}
.danalpop .supportText .left #autologin {appearance: none;}
.danalpop .supportText .left .checklabel {cursor: pointer;}
.danalpop .supportText .left .checklabel::before {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;background-image: url(<? echo G5_THEME_URL ?>/images/checkbox2.png);background-size: cover;background-size: cover;background-position: center center;background-repeat: no-repeat;vertical-align: middle;cursor: pointer;}

input#autologin:checked + label.checklabel::before {background-image: url(<? echo G5_THEME_URL ?>/images/checkbox1.png);}
/* 체크박스 체크되면 이미지 변경 */

.danalpop .supportText .right {display: flex;margin-left: auto;}
.danalpop .supportText .right .join {}
.danalpop .supportText .right .lost {margin-left: 20px;}
.danalpop .supportText .right a {color: #999;}
/* supportText : e */



/* danalpop :s */
.danal-login-box {display: block;width: 500px;padding: 50px;background-color: #fff;margin: 0px auto;}
.danal-login-box.clicked {display: block;}
.danal-login-box .back_arr {position: absolute;top: 50px;right: 60px;width: 24px;}
.danal-login-box .back_arr img {width: 100%;}
.danal-login-box .l_t1 {margin-top: 110px;}
.danal-login-box .l_t1::after {content: "";display: block;width: 40px;height: 3px;margin: 10px 0 15px;background-color: #8f72ff;}
.danal-login-box .l_t2 {line-height: 28px;color: #999;}
.danal-login-box input {font-size: 16px;line-height: 30px;border: none;}
.danal-login-box input.writehere {padding-left: 20px;}
.danal-login-box input.writehere:focus {outline: none;padding: 0 0 0 20px !important;}
.danal-login-box input.writehere::placeholder {font-size: 14px;}
.danal-login-box form {margin-top: 50px;}

/* form : s */
.danal-login-box .login1 {display: flex;}
.danal-login-box .login1 .iconBox {position: relative;display: inline-block;width: 68px;	height: 60px;background-color: #8f72ff;}
.danal-login-box .login1 .iconBox {display: flex;}
.danal-login-box .login1.pw {display: flex;}

.danal-login-box .login1.Id .iconBox {border-bottom: 1px solid #fff;border-radius: 8px 0 0 0;}
.danal-login-box .login1.pw .iconBox {border-top: none;border-radius: 0 0 0 8px;}
.danal-login-box .login1.Pw {border-radius: 0 0 0 8px;}
.danal-login-box .login1.Pw .iconBox {position: relative;}
.danal-login-box .login1 .writehere {width: 100%;border: 1px solid #ddd;}
.danal-login-box .login1.Id .writehere {border-radius: 0 8px 0 0;}
.danal-login-box .login1.pw .writehere {border-radius: 0 0 8px 0;}
.danal-login-box .login1 .loginIcon {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);height: 24px;}
.danal-login-box .login1 .loginIcon img {height: 100%;display: none;}
.danal-login-box .login1 .loginIcon img.cansee {display: block;}
/* login1 : e */

/* supportText : s */
.danal-login-box .supportText {display: flex;justify-content: space-between;margin-top: 20px;}
.danal-login-box .supportText .left {display: flex;align-items: center;}
.danal-login-box .supportText .left #autologin {appearance: none;}
.danal-login-box .supportText .left .checklabel {cursor: pointer;}
.danal-login-box .supportText .left .checklabel::before {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;background-image: url(<? echo G5_THEME_URL ?>/images/checkbox2.png);background-size: cover;background-size: cover;background-position: center center;background-repeat: no-repeat;vertical-align: middle;cursor: pointer;}

input#autologin:checked + label.checklabel::before {background-image: url(<? echo G5_THEME_URL ?>/images/checkbox1.png);}
/* 체크박스 체크되면 이미지 변경 */

.danalogin {font-size: 30px !important;    font-weight: 600 !important;    margin-bottom: 50px;}

.pop_danalogo {width: 120px;margin: 0 auto 50px;}
.pop_danalogo img {width: 100%;}

.login_push {width: 100%;margin-top: 0px;background-color: #8f72ff;color: #fff;line-height: 60px !important;border: none;border-radius: 10px;cursor: pointer;display: block;text-align: center;}

.how_pay {margin-top: 90px;margin-bottom: 100px;}
.how_pay .innersize {}
.how_pay .pay_wrapper {display: flex;justify-content: space-between;}
.how_pay .paycard {position: relative;width: 360px;height: 460px;padding: 0 30px;border: 1px solid #c6c6c6;border-radius: 10px;}
.how_pay .paycard:hover {border-image: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 1) 100%);box-shadow: 5px 5px 12px rgba(0,0,0,0.05);}
.how_pay .paycard.yellow:hover {border-image: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(250, 75, 117, 1) 100%);box-shadow: 5px 5px 12px rgba(0,0,0,0.05);}
.how_pay .paycard.pink:hover {border-image: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgba(250, 201, 75, 1) 100%);box-shadow: 5px 5px 12px rgba(0,0,0,0.05);}

.how_pay .payT1 {margin-top: 80px;text-align: center;}
.how_pay .payT2 {position: relative;display: flex;justify-content: space-between;height: 57px;margin-top: -46px;padding: 0 20px;}
.how_pay .payimg {width: 180px;height: 164px;margin: 20px auto 60px;}
.how_pay .payimg img {width: 100%;}

.bgbr {display: inline-block;width: 100%;height: 57px;border-radius: 0 30px 30px 0;background: rgba( 246, 246, 246, 0.9 );backdrop-filter: blur( 10px );border: 1px solid rgba( 255, 255, 255, 0.18 );}
.how_pay > div {filter: blur(0) !important;}
.how_pay .paynow_icon {display: inline-block;width: 24px;height: 24px;margin-left: 15px;}
.how_pay .paynow_icon img {width: 100%;text-indent: -9999px;}

.bgHline {position: absolute;top: 0;left: 60px;width: 6px;height: 100%;background-color: var(--main_color);z-index: -1;}
.bgVline {position: absolute;bottom: 52px;left: 0;width: 100%;height: 6px;background-color: rgba(75, 196, 250, 0.6);z-index: -2;}
.bgHline.yellow {background-color: rgba(250, 201, 75, 0.8);}
.bgVline.yellow {background-color: rgba(250, 201, 75, 0.6);}
.bgHline.pink {background-color: rgba(250, 75, 117, 0.8);}
.bgVline.pink {background-color: rgba(250, 75, 117, 0.6);}


/* paycaution */
.paycaution {margin-bottom: 140px !important;}
.payC_T {margin-bottom: 10px;}
.borbottom {padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.caution_table table {width: 100%;margin: 15px 0 50px;border: 1px solid #f1f1f1;border-collapse: collapse;text-align: center;}
.caution_table .left {padding-left: 20px;text-align: left;}
.caution_table td {height: 64px;}
.caution_table th, .caution_table td {border: 1px solid #ddd;}
.caution_table th {height: 40px !important;}

.cancleT {margin-top: 10px;}
.canT_tit {margin-bottom: 10px;}
/* paycaution */


.addcash {position: relative;margin-top: 60px;}
/* addcash */

.replus {position: absolute;top: 0;right: 0;padding: 0 !important;background-color: inherit;border: none;cursor: pointer;color: #999;}
/* replus */
.changecash_num {display: flex;justify-content: space-between;align-items: center;padding: 0 20px;background-color: #f6f6f6;line-height: 78px;border-bottom: 2px solid #c6c6c6;}
.changecash_num .changT1 {}
.changecash_num .changT2 {}
.plushow {text-align: right;line-height: 78px;border: none;}
/* changecash_num */

.plus_money {margin-top: 30px;width: 100%;display: flex;flex-wrap: wrap;}
.plus_money li {width: calc(25% - 10px);margin: 5px;position: relative;}
.plus_money li:hover {background-color: #f1f1f1;}
.plus_money li a {display: block;padding: 27px 0;color: #222222;text-align: center;border: 1px solid #dddddd;background: #fff;border-radius: 5px;font-size: 18px;}
.plus_money li a strong{font-family:'Roboto';}
.plus_money li a:before{border:2px solid #0671b0;content:'';width:100%;height:80px;position:absolute;left:0;top:0;border-radius:5px;box-shadow:1px 1px 5px rgba(0, 0, 0, .3);display:none;}
.plus_money li a:hover,
.plus_money li a.on{color:#0671b0;}
.plus_money li a:hover:before,
.plus_money li a.on:before{display:block;}

/* hover */
/* plus_money */

.gotrade {position: absolute;bottom: 0;right: 0;width: 136px;background-color: #f41f1f;border: none;border-radius: 4px;line-height: 52px;}

.input-base {padding: 10px 0;width: 100%;border: 0;border-bottom: 1px solid #8d8d8d;}
.input-base.tp2 {padding: 8px 11px;border: 1px solid #dddddd;border-radius: 3px;font-size: 16px;color: #222222;transition: border .2s;}
/* Cashpay
.pay-panel{margin-top:20px;}
.charge-list{width:100%;}
.charge-list:after{content:'';display:block;clear:both;}
.charge-list li{float:left;width:380px;margin-left:30px;border:1px solid #dddddd;border-radius:5px;text-align:center;position:relative; cursor:pointer;}
.charge-list li:first-child{margin-left:0;}
.charge-list li:before{border:2px solid #0671b0;content:'';width:100%;height:100%;position: absolute;left:0;top:0;border-radius:5px;box-shadow:1px 1px 5px rgba(0, 0, 0, .3);display:none;}
.charge-list li a{display:block;position:relative;z-index:1;}
.charge-list li a dt{height:184px;font-size:0;text-indent:-20000px;}
.charge-list li.credit a dt{background:url(<? echo G5_THEME_URL ?>/images/pay_card.svg) 50% 50% no-repeat;background-size: 35%;}
.charge-list li.mobile a dt{background:url(<? echo G5_THEME_URL ?>/images/pay_moblie.svg) 50% 50% no-repeat;background-size: 35%;}
.charge-list li.danal-cash a dt{background:url(<? echo G5_THEME_URL ?>/images/pay_uni.svg) 50% 50% no-repeat;background-size: 35%;}
.charge-list li a dd{padding-bottom: 30px; font-size:16px;color:#222222;}
.charge-list li a dd span{color:#666666;}
.charge-list li a dd strong {font-size:21px; color:#000}
.charge-list li:hover:before, .charge-list li.on:before{display:block;}
.charge-list li:hover a dd, .charge-list li.on a dd{color:#0671b0;}
.charge-list li:hover a dd span, .charge-list li.on a dd span{color:#0671b0;}
.charge-info{padding:15px 30px 15px;font-size:16px;color:#222222;line-height:24px;background:#f8f8f8;}
 */
.pay-coupon-input{position:relative;margin-top:60px;}
.pay-coupon-input dt{font-size:18px;font-weight:500;color:#222222;}
.pay-coupon-input dd{margin-top:15px;position:relative;padding-right:125px;}
.pay-coupon-input dd .input-base.tp2{padding:17px 20px;border-radius:5px 0 0 5px;}

/* 201230 수정 */
.pay-coupon-input dd.multi-input .input-base.tp2{width:525px;border-radius:3px;margin-left:10px;}
.pay-coupon-input dd.multi-input .input-base.tp2:first-child{margin-left:0;}
/*
.pay-coupon-input dd .btn-base{position:absolute;right:0;top:0;padding:20px 45px;font-size:18px;border-radius:0 5px 5px 0;width:126px;}
.pay-charge-input{position:relative;margin-top:60px;}
.pay-charge-input dt{font-size:18px;font-weight:500;color:#222222;}
.pay-charge-input dd{margin-top:15px;position:relative;padding:25px;background:#f8f8f8;}
.pay-charge-input dd ul.price-list{width:100%;}
.pay-charge-input dd ul.price-list:after{content:'';display:block;clear:both;}
.pay-charge-input dd ul.price-list li{float:left;width:calc(25% - 10px);margin:5px;position:relative;}
.pay-charge-input dd ul.price-list li a{display:block;padding:27px 0;color:#222222;text-align:center;border:1px solid #dddddd;background:#fff;border-radius:5px;font-size:18px}
.pay-charge-input dd ul.price-list li a strong{font-family:'Roboto';}
.pay-charge-input dd ul.price-list li a:before{border:2px solid #0671b0;content:'';width:100%;height:100%;position:absolute;left:0;top:0;border-radius:5px;box-shadow:1px 1px 5px rgba(0, 0, 0, .3);display:none;}
.pay-charge-input dd ul.price-list li a:hover,
.pay-charge-input dd ul.price-list li a.on{color:#0671b0;}
.pay-charge-input dd ul.price-list li a:hover:before,
.pay-charge-input dd ul.price-list li a.on:before{display:block;}
.pay-charge-input dd .price-direct{padding:18px 30px;background:#fff;margin:15px 5px 5px;border-radius:5px;}
.pay-charge-input dd .price-inner{padding-left:160px;position:relative; display: flex; flex-direction: row-reverse; gap: 10px; justify-content: end; align-items: center;}
.pay-charge-input dd .price-inner .tit{font-size:16px;color:#222;position:absolute;left:0;top:10px;}
.pay-charge-input dd .price-inner .input-base{width:280px; text-align: right;}
.pay-charge-input dd .price-inner .price{font-size:16px;color:#ff1100;margin-left:10px;}
*/
.danal-charge-input{position:relative;margin-top:0px;}
.danal-charge-input dt{font-size:18px;font-weight:500;color:#222222;}
.danal-charge-input dd{margin-top:15px;position:relative;padding:25px;background:#f8f8f8;}
.danal-charge-input dd ul.danal-price-list{width:100%;}
.danal-charge-input dd ul.danal-price-list:after{content:'';display:block;clear:both;}
.danal-charge-input dd ul.danal-price-list li{float:left;width:calc(25% - 10px);margin:5px;position:relative;}
.danal-charge-input dd ul.danal-price-list li a{display:block;padding:27px 0;color:#222222;text-align:center;border:1px solid #dddddd;background:#fff;border-radius:5px;font-size:18px}
.danal-charge-input dd ul.danal-price-list li a strong{font-family:'Roboto';}
.danal-charge-input dd ul.danal-price-list li a:before{border:2px solid #0671b0;content:'';width:277px;height:80px;position:absolute;left:0;top:0;border-radius:5px;box-shadow:1px 1px 5px rgba(0, 0, 0, .3);display:none;}
.danal-charge-input dd ul.danal-price-list li a:hover,
.danal-charge-input dd ul.danal-price-list li a.on{color:#0671b0;}
.danal-charge-input dd ul.danal-price-list li a:hover:before,
.danal-charge-input dd ul.danal-price-list li a.on:before{display:block;}
.danal-charge-input dd .price-direct{padding:18px 30px;background:#fff;margin:15px 5px 5px;border-radius:5px;}
.danal-charge-input dd .price-inner{padding-left:160px;position:relative;}
.danal-charge-input dd .price-inner .tit{font-size:16px;color:#222;position:absolute;left:0;top:10px;}
.danal-charge-input dd .price-inner .input-base{width:280px;}
.danal-charge-input dd .price-inner .price{font-size:16px;color:#ff1100;margin-left:10px;}


/* buttons */
.btns-wrap{position:relative;text-align:center;font-size:0;}
.btns-wrap.right{text-align:right;}
.btns-wrap.left{text-align:left;}
.btns-wrap .btn-base{margin-left:10px;}
.btns-wrap .btn-base:first-child{margin-left:0;}
.btn-base{display:inline-block;padding:22px 20px;font-size:20px;border-radius:5px;text-align:center;}
.btn-base.sm{padding:18px;font-size:16px;min-width:160px;}
.btn-base.xs{font-size:14px;padding:13px 20px;}
.btn-base.tp1{color:#0671b0;border:1px solid #0671b0;}
.btn-base.tp2{background:#5B2FD8;color:#fff;/* border:1px solid #0671b0; */}
.btn-base.tp3{font-size:14px;color:#222222;background:#f8f8f8;border:1px solid #666666;border-radius:0;padding:7px 9px;min-width:70px;}
.pro-btns{margin-top:40px;width:100%;font-size:0;}
.pro-btns .btn-base{width:49.5%;margin-left:1%;}
.pro-btns .btn-base:first-child{margin-left:0;}
.pro-btns.one-btn .btn-base{width:100%;}/* 210108 수정 */
.input-wbtn .btn-base{vertical-align:middle;}



.table-list > ul{display:flex; width:100%;flex-wrap:wrap;flex-direction: column;}
.table-list > ul > li{width:100%; display:flex; align-items: center; border-bottom:1px solid #ddd;}
.table-list > ul > li > div:nth-child(1) {width:10%;}
.table-list > ul > li > div:nth-child(2) {width:10%;}
.table-list > ul > li > div:nth-child(3) {width:45%;}
.table-list > ul > li > div:nth-child(4) {width:10%;}
.table-list > ul > li > div:nth-child(5) {width:10%;}
.table-list > ul > li > div:nth-child(6) {width:15%;}
.table-list > ul > li.title { background-color:#000; border-bottom:1px solid #000;line-height: 28px; color:#fff}
.table-list > ul > li.title > div {text-align:center; font-weight:600;}





/*---------------------------------------메인 리스트 상품--------------------------------------------------*/


.buy_btn {text-align: center; padding: 10px; margin-top: 20px; border: 1px solid #dadada; border-radius: 1rem; color: #000; font-size: 18px;}

.flex_col {flex-flow: column;}
.flex_nml {display: -ms-flexbox; display: -webkit-flexbox; display: flex;flex-wrap: wrap;}

.img_thumb img {width:100%; max-width: 100%; height: auto;}

#guide .boundary > .flex_col {gap:7rem;}
#guide .guide__list dt {margin-bottom:1em;font-size:2.4rem;}
#guide .guide__list dt h3 {font-weight:var(--txt-semibold);}
#guide .guide__list dt b {color:var(--color-main);font-weight:var(--txt-semibold);}
#guide .guide__list dd.list_info {position: relative;margin-bottom: 2rem;padding: 1em 4em;font-size: 1.45rem;line-height: 0.95;background: #fff;border-radius: 1rem;}
#guide .guide__list dd.list_info:before {content: "";position: absolute;top: 0;left: 0;display: block;width: 5.2rem;height: 5.2rem;background: var(--color-point) url('https://mypinticket.co.kr/Assets/icon__alert_circle.svg') no-repeat 1.3rem 1.3rem;background-size: 2.2rem;border-radius: 1rem 0 3em 0;}
#guide .guide__list dd.list_info .emphasis{color: var(--color-main);font-weight:bold;box-shadow: 0 -0.5em 0 #ffff0075 inset;transition: all 0.5s;position:relative;top:1rem;}
#guide .guide__list dd.list_items ul {gap:1rem;margin-top:50px;}
#guide .guide__list dd.list_items li {position:relative;width:calc((100% - 3rem) / 4);padding:2rem;background:#f9f9f9;border-radius:1rem;overflow:hidden;}
#guide .guide__list dd.list_items li:hover {background:var(--color-main);box-shadow:0 0 1.5rem 0 rgba(0,0,0,0.2);transition:all 0.5s;}

#guide .guide__list dd.list_items li .items_badge_wr {position: absolute;top: 6px;right: 6px;display: flex;gap: 5px;}

#guide .guide__list dd.list_items li .items_badge {width: 6rem; height: 3rem;color: #fff; font-size: 0.95rem;border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;background: var(--color-main-light-900);}
#guide .guide__list dd.list_items li:hover .items_badge {color:var(--color-main);background:#fff;box-shadow:0 0 1rem 0 rgba(0,0,0,0.1);} 
#guide .guide__list dd.list_items li .items_badge b {font-size:1.2rem;}
#guide .guide__list dd.list_items li .items_img {background:#fff;border-radius:1.5rem;box-shadow:0 0 1rem 0 rgba(0,0,0,0.1);}
#guide .guide__list dd.list_items li .items_img .img_thumb {border:5px solid #fff; border-radius:1rem;box-shadow: inset 0 0 0.8rem 0 rgba(0,0,0,0.1);overflow:hidden;height:230px;}
#guide .guide__list dd.list_items li .items_img .img_store {padding:1rem 0;gap:1.5rem;}
#guide .guide__list dd.list_items li .items_img .img_store img {width:4.2rem;}
#guide .guide__list dd.list_items li h4 {margin-top:1em;text-align:center;font-size:1.25rem;font-weight:var(--txt-medium);}
#guide .guide__list dd.list_items li:hover h4 {color:#fff;}
#guide .guide__list dd.list_items li:hover b {color:#fff;}
#guide .guide__list dd.list_items li:hover .price_box b {color:#20b6ee}
#guide .guide__list dd.list_items li:hover span.buy {color:#fff;}
#guide .guide__list dd.list_items li:hover span img {filter: brightness(10);}
#guide .guide__list dd.list_items li:hover .buy_btn {background-color:#000; border:0px;}
/*sub guide - responsive */

@media screen and (max-width:767px) {
	#guide .guide__list dt {text-align:center;}
	#guide .guide__list dd.list_items ul {/*flex-flow:column;*/ gap: 0.25rem;}
	#guide .guide__list dd.list_items li {width:49%; padding: 0.45rem;}
	#guide .guide__list dd.list_items li .items_badge {font-size: 0.95rem; border-radius:0px;}
	.img_thumb img, #guide .guide__list dd.list_items li .items_img .img_thumb {height: 100%;}
	::-webkit-scrollbar {height:5px;}
	#guide .guide__list dd.list_items li h4 {font-size: 0.95rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.titleBox p {font-size: 1.25rem !important;line-height: 0.85rem !important;}
}

.items_cnt {align-items: center;}
.flex_cnt {display: -ms-flexbox;display: -webkit-flexbox;display: flex;justify-content: center;}


/*---------------------------------------서브페이지 상담 css--------------------------------------------------*/


main{padding-top: 8.2rem;}
 {/*background:var(--color-gray-100);*/}
/*sub common - title box*/

 .titleBox {margin-top: 9rem; padding-bottom:4rem;color:#fff;	background-color:#13adff;}
 .titleBox span {display: block;width: 5rem;line-height: 4.6rem;margin: 0 auto;text-align: center;font-size: 2.5rem; background: rgba(0,0,0,0.1 ); animation: titleBox-1 1s ease-in-out;}
 .titleBox span i {animation: titleBox-2 1s linear;}
 .titleBox h2 {padding:0.7ex 0;font-size:2rem;font-weight:var(--txt-semibold);}
 .titleBox p {margin-top: 0.85rem; font-size: 1.45rem; line-height: 1.25rem;}
 .titleBox p .emphasis {color: yellow;box-shadow: 0 -0.5em 0 #ffff0033 inset;transition: all 0.5s;position:relative;top:1rem;}
 .titleBox p .emphasis:after {animation: whyTxt-1 3s linear infinite;}

@keyframes titleBox-1 {
	0% {transform:translateY(-50%)}
	30% {transform:translateY(0%)}
}
@keyframes titleBox-2 {
	0% {transform:translateY(-50%)}
	30% {transform:translateY(-50%)}
	60% {transform:translateY(0%)}
}

.align_cnt {text-align: center;}

:root {
  --color-main: #20B6EE;
  --color-main-light-100: rgba(19,123,235,0.05);
  --color-main-light-200: rgba(19,123,235,0.15);
  --color-main-light-500: rgba(19,123,235,0.5);
  --color-main-light-900: rgba(19,123,235,0.9);
  --color-point: #31CCB3;
  --color-sub-point: #137BEB;
  --color-gray-100: #F8F8F8;
  --color-gray-200: #EAEAEA;
  --color-gray-300: #DDDDDD;
  --color-gray-500: #B9B9B9;
  --color-gray-900: #929292;
  --color-black-300: #333333;
  --color-red: #FF5A5A;
  --color-white: white;
  --txt-color-def: #222222;
  --txt-thin: 100;
  --txt-thin2: 200;
  --txt-light: 300;
  --txt-regular: 400;
  --txt-medium: 500;
  --txt-semibold: 600;
  --txt-bold: 700;
  --txt-extrabold: 800;
}



/*------------------------------------------------- 모달 css ---------------------------------------------------------*/

#modal {display:none;}
.modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;}
.modal-open .modal {overflow-x: hidden; overflow-y: auto;}
.fade.in {opacity: 1;}

.modal-body {position: relative; padding: 15px;}
.modal-header, .modal-body, .modal-footer {padding: 10px;}
.modal-box {width:100%;height:100%;background:#313131e6}
.modal-box .modal-content {max-width:500px;margin:0 auto;padding-top:200px;border:0 none;box-shadow:0 0 0 #fff}
.modal-box .member-contnets-bottom {position:fixed;top:25px;right:60px}
.modal-box .member-contnets-bottom button {border:0 none;font-size:12px;line-height:14px;padding:8px 15px;background:#2b78ff;color:#fff;border-radius:15px !important}
.modal-box .member-contnets-bottom button:hover {background:#333}

.search-contents-modal .modal-box .modal-content {position:relative;top:45%;max-width:90%;padding-top:0}
.search-contents-modal .input-button {position:relative}
.search-contents-modal .input-button input[type="text"] {width:100%;padding:6px 12px;border:0 none;border-bottom:2px solid #909090;color:#909090;height:60px;font-size:20px}
.search-contents-modal .input-button .button {position:absolute;right:1px;top:10px;padding:0 20px;font-size:24px;height:40px;background:none;border:0 none}
.search-contents-modal .input-button .button input {position:absolute;top:0;right:0;padding:0;font-size:12px;line-height:40px;opacity:0;cursor:pointer}
.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;}

@media (max-width:767px){
.modal-box .modal-content {padding-top:150px}
.modal-box .member-contnets-bottom {right:25px}
.modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);}
.modal-content {position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5);}
.modal-content {border: 1px solid transparent; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.175); box-shadow: 0 1px 4px rgba(0,0,0,0.175);}
.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5);}
.modal-content {position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5);}
}



/*------------------------------------------------- 헤더 css ---------------------------------------------------------*/



/* font */
.admin {display: block; margin-left: 20px;}
.admin a { display: inline; padding: 10px; background-color: red; color: #fff; border-radius: 25px;}
.admin a:hover {background-color: #000; color: #fff;}

/* active */
.login_box_sub_box.active {height: auto !important;}

/* header :s */
.hbox {position: relative; height: 100%;}
.h_inner {display: flex;justify-content: space-between;align-items: center;width: 1280px;height: auto;}

.adm_ft {color: #134cab !important; font-weight: bold;}
button.plain {display: none;height: 100%;cursor: pointer;z-index: 999;}
button.plain img {height: 20px;}



/* gbox */
#header .d1 {display: flex;justify-content: center;align-items: center;height: 100%;}
#header .d1>li {position: relative;}
#header .d1tit {padding: 0 15px;color: #000;font-size: 16px;font-weight: 400;line-height: 100px;transition: all 0.1s;}
#header.fix .d1tit {color: #000;}

/* h_hover */
#header.h_hover .d1tit {color: #000;}
#header .d2 {position: absolute;top: 100%;left: -18px;min-width: 200px;height: 0;box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.05);overflow: hidden;background: #fff;z-index: 99;}
#header .d2 li:first-child {padding-top: 20px;border-top: 2px solid #000;}
#header .d2 li:last-child {padding-bottom: 20px;}

#header .d1 li.active .d2 {height: auto;}
#header .d1 li.active .d2tit {padding-left: 10px;line-height: 2rem;font-size: 15px;color: #666;}

/* d1 */
#header .snb1 {display: flex;justify-content: center;align-items: center;overflow: visible;z-index: 99;}
#header .snb1 li {width: 21px;height: 21px;margin-left: 25px;}
#header .snb1 a {font-size: 14px;line-height: 1.5em;color: #aaa;}
#header .search_click {width: 21px;height: 21px;margin-left: 0;background-image: url('/images/search.png');background-repeat: no-repeat;background-position: center center;background-size: contain;cursor: pointer;}

/* active */
#header .search_click.active {background-image: url('/images/esc.png');}

/* search_click */
#header .login_box {position: relative;width: 21px;margin-left: 25px;}
#header .login_icon {cursor: pointer;}
#header .login_icon img {width: 100%;height: 100%;object-fit: contain;}

#header .logout_box {position: relative;width: 21px;margin-left: 25px;}
#header .logout_icon {cursor: pointer;}
#header .logout_icon img {width: 100%;height: 100%;object-fit: contain;}

/* login_box */
#header .login_box_sub_box {position: absolute;top: 75px;left: 0;transform: translateX(-40%);min-width: 160px;height: 0;background-color: #fff;box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);overflow: hidden;}
#header .login_box_sub_box li {width: 100%;height: 100%;margin-left: unset;}
#header .login_box_sub_box li:first-child {margin-left: 0;padding-top: 20px;border-top: 2px solid #000;}
#header .login_box_sub_box li:last-child {padding-bottom: 20px;}
#header .login_box_sub_box a {display: block;width: 100%;height: 100%;margin: 5px 0;padding: 0 25px;line-height: 30px;color: #666;font-size: 14px;cursor: pointer;}

/* active */
.login_box_sub_box.active {height: auto !important;}

/* login_box_sub_box */
#header .cart_box {position: relative;overflow: visible;}
#header .cart_icon {}
#header .cart_icon img {width: 100%;height: 100%;object-fit: contain;}
#header .cart_icon .cart_num {position: absolute;top: -4px;right: -11px;display: block;width: 18px;height: 18px;background-color: #000;font-size: 10px;line-height: 16px;color: #fff;border-radius: 100%;text-align: center;}

/* cart_box */
#header .hs_wrap {position: fixed;top: 0;left: 0;width: 100%;height: 0;background-color: #ddd;z-index: -1;opacity: 0;}
#header .hs_wrap form {}
#header .hs_wrap .hs_inp {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 450px;height: 35px;border-bottom: 2px solid #221815;background: transparent;line-height: 35px;}
#header .hs_wrap input {position: absolute;top: 0;left: 0;width: 400px;height: 35px;padding: 0 10px;font-size: 14px;box-sizing: border-box;border: 0;background-color: transparent;}
#header .hs_wrap .search_icon {position: absolute;top: 50%;right: 0;width: 21px;height: 21px;transform: translateY(-50%);}
#header .hs_wrap .search_icon img {max-width: 100%;}

/* on:s */
#header .hs_wrap.on {height: 300px;opacity: 1;}

/* on:e */
/* hs_wrap */
/* snb1 */
/* header :e */


/*------------------------------------------------- 플롯팅배너 -----------------------------------------------------*/
.fab-tip {position: fixed; right: 85px; padding: 0px 0.5rem; text-align: right;background-color: #323232; border-radius: 2px; color: #FFF; width: auto;}




/*------------------------------------------------- 하단 게시판 / 문의 배너 -----------------------------------------------------*/

.sec05 * {letter-spacing: -0.04em; word-break: keep-all; word-wrap: break-word; box-sizing: border-box;}
.sec {position: relative; padding: 5rem 0 5rem;}
.sec .secTitle {font-size: 4rem; color: #000; font-weight: 700; letter-spacing: -1.4px;}
.sec .secWrap {width: 100%;max-width: 1200px;margin: 0 auto;/*padding: 0 7rem;*/}
.sec .secWrap .secContent {margin-top: 6.4rem;}
.sec .secWrap .secContent .textBox strong {display: block; font-size: 20px; font-weight: 500; color: #000; line-height: normal;}
.sec .secWrap .secContent .textBox strong span {color: #FF7200;}
.sec .secWrap .secContent .textBox p{font-size: 18px; font-weight: 400; color: #666; line-height: 27px;}
.sec05 .secWrap .secContent .iconBox img {width: 100%; height: 100%;}

.sec05 .secWrap .secContent {display: flex; justify-content: center; align-items: center; gap: 24px; height: 432px; margin-top: 0;}
.sec05 .secWrap .secContent .iconBox{position: absolute; top: 20px; right: 24px;}
.sec05 .secWrap .secContent .leftBox {width: 50%; height: 100%;}
.sec05 .secWrap .secContent .leftBox .box{position: relative; box-shadow: 0 3px 20px rgba(0,0,0,0.08); border-radius: 16px;}
.sec05 .secWrap .secContent .leftBox .box.qna {margin-bottom: 24px;}
.sec05 .secWrap .secContent .leftBox .box.qna a{display: flex; justify-content: flex-start; align-items: center; gap: 48px; padding: 48px; }
.sec05 .secWrap .secContent .leftBox .box.customerCenter {display: flex; justify-content: flex-start; align-items: center; gap: 48px; padding: 52px; }
.sec05 .secWrap .secContent .textBox strong {margin-bottom: 1.6rem;}
.sec05 .secWrap .secContent .rightBox {position: relative; width: 50%; height: 100%; padding: 0 5.6rem 5.6rem; box-shadow: 0 3px 20px rgba(0,0,0,0.08); border-radius: 16px;}
.sec05 .secWrap .secContent .rightBox .notice {height: 100%; overflow: hidden;}
.sec05 .secWrap .secContent .rightBox .notice .noticeTitle {display: block; padding: 4rem 0 3.2rem;}
.sec05 .secWrap .secContent .rightBox .notice strong{display: block; font-size: 24px; font-weight: 500; color: #000; line-height: normal;}
.sec05 .secWrap .secContent .rightBox .notice ul {padding-top: 3.2rem; border-top: 1px solid #134cab;}
.sec05 .secWrap .secContent .rightBox .notice ul li {margin-bottom: 24px; line-height: normal;}
.sec05 .secWrap .secContent .rightBox .notice ul li:last-child {margin-bottom: 0;}
.sec05 .secWrap .secContent .rightBox .notice ul li a {display: flex; justify-content: space-between; align-items: center; gap: 2.4rem;}
.sec05 .secWrap .secContent .rightBox .notice ul li a p {font-size: 18px; font-weight: 400; color: #000;}
#wrap * .sec05 .secWrap .secContent .rightBox .notice ul li a p {letter-spacing: -0.2px;}
.sec05 .secWrap .secContent .rightBox .notice ul li a p.title{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sec05 .secWrap .secContent .rightBox .notice ul li a p.date {color: #666;}

@media (min-width:240px) and (max-width:768px) {
.gbox .logo2 {width: 120px; margin: 0 auto; display: block;}

.sec .secTitle {font-size: 6.4vw; text-align: center;}
.sec .secWrap {padding: 0 4.27vw;}
.sec .secWrap .secContent {margin-top: 8.53vw;}

.sec05 {padding: 16vw 0 21.33vw;}
.sec05 .secWrap .secContent {flex-direction: column; gap: 3.75vw; height: auto; margin-top: 0;}
.sec05 .secWrap .secContent .iconBox {top: 2.13vw; right: 2.13vw; width: 6.4vw; height: 6.4vw;}
.sec05 .secWrap .secContent .textBox strong {margin: 0 0 2.13vw; font-size: 4.27vw;}
.sec05 .secWrap .secContent .textBox p {font-size: 3.73vw; line-height: 5.6vw;}
.sec05 .secWrap .secContent .leftBox {width:100%;}
.sec05 .secWrap .secContent .leftBox .box.qna {margin-bottom: 4.27vw;}
.sec05 .secWrap .secContent .leftBox .box.qna a, .sec05 .secWrap .secContent .leftBox .box.customerCenter {gap: 4.27vw; padding: 6.4vw 4.27vw;} 
.sec05 .secWrap .secContent .imgBox{width: 17.07vw; height: 17.07vw;}

.sec05 .secWrap .secContent .rightBox {width:100%; padding: 0 6.4vw 6.4vw;}
.sec05 .secWrap .secContent .rightBox .notice .noticeTitle {padding: 6.4vw 0;}
.sec05 .secWrap .secContent .rightBox .notice strong { font-size: 4.27vw;}
.sec05 .secWrap .secContent .rightBox .notice ul {padding-top: 6.4vw;}
.sec05 .secWrap .secContent .rightBox .notice ul li {margin-bottom: 4.27vw;}
.sec05 .secWrap .secContent .rightBox .notice ul li a {flex-direction: row; justify-content: space-between; align-items: center; gap: 1.07vw;}
.sec05 .secWrap .secContent .rightBox .notice ul li a p {font-size: 3.73vw;}
}



/*-------------------------------------------------푸터 css 관리 ----------------------------------------------------*/



footer {width: 100%;padding: 70px 0;background-image: linear-gradient(#4289ff, #11071eeb), url('<? echo G5_THEME_URL ?>/images/f-bg.jpg');background-repeat: no-repeat;background-size: cover;background-position: center center;word-break: keep-all;}

footer .innersize {width: 1200px;margin: 0 auto;}

footer .top {display: flex;justify-content: space-between;}
footer .top .f_logo {width: 135px;}
footer .top .f_logo img {width: 100%;}

footer .top .f_right {}
footer .top .r_top {margin-bottom: 20px;text-align: right;}
footer .top .r_top .t1 {font-size: 16px;font-weight: 600;color: #f5f5f5;}
footer .top .r_top .t2 {font-size: 12px;font-weight: 100;color: #f5f5f5;}

footer .top .r_bottom {display: flex;align-items: end;}
footer .top .rb_left {margin-right: 30px;}
footer .top .rb_left a {font-size: 18px;font-weight: 600;color:#fff;}

footer .top .rb_right {}
footer .top .rb_right .t1 {font-size: 13px;color: #f5f5f5;font-weight: 100;line-height: 1.2rem;}
footer .top .rb_right .t2 {font-size: 13px;font-weight: 100;color: #f5f5f5;}
footer .top .rb_right span {margin-right: 10px;font-size: 13px;font-weight: 300;color: #f5f5f5;}

footer .bottom {display: flex;justify-content: space-between;align-items: end;}
footer .bottom .left {width: 63%;}
footer .bottom .left .bl_top {margin-bottom: 30px;font-size: 13px;font-weight: 100;color: #f5f5f5;line-height: 1.2rem;}
footer .bottom .left .bl_top a {display: inline-block;margin-top: 10px;padding: 1px 10px 2px;font-size: 11px;font-weight: 400;color: #fff;border: 1px solid #fff;border-radius: 30px;}
footer .bottom .left .bl_bottom {font-size: 11px;font-weight: 100;color: #f5f5f5;}

footer .bottom .right {width: 37%;text-align: right;}
footer .bottom .right a {margin-left: 20px;font-size: 13px;font-weight: 300;color: #f5f5f5;}
/* footer */

.m_right {display: none;}

@media (min-width: 769px) and (max-width: 1200px) {

footer .innersize {width: 100%;padding: 0 20px;}
.div-cont {width:100% !important;}
#bo_list {max-width:95% !important}
}



::-webkit-scrollbar {width:3px;}

#smb_my_od, #smb_my_wish{ width: 95% !important; margin: 0 auto !important;}

#guide .guide__list dd.list_items li .items_badge b {font-size: 1.2rem;}
#guide .guide__list dd.list_items li .items_badge {position: relative;top: 0; right: 0; width: 100%; height: 2rem; border-radius:5px;}
.buy_btn {border-radius: 0.5rem; padding: 5px;}

#smb_my_act {justify-content: center !important;}
#smb_my_act ul {margin-top: 15px;}


main {padding-top: 3.2rem;}
/*.swiper-wrapper  {padding-top:50px;}
.marquee {display:none;}*/
footer {padding-top: 50px;padding-bottom: 120px;}
footer .innersize {width: 100%;padding: 0 20px 0;}
footer .top {justify-content: center;align-items: center;flex-wrap: wrap;gap: 20px;}
footer .top .r_top {margin-top: 40px;text-align: center;}
footer .top .f_logo {width: 100px;}
footer .top .f_logo img {}
footer .top .r_top .t1 {font-size: 12px;}
footer .top .r_top .t2 {font-size: 12px;}
footer .top .r_bottom {flex-direction: column;}

footer .top .rb_right .t1 {font-size: 12px;}
footer .top .rb_right .t2 {font-size: 12px;}
footer .top .rb_right span {font-size: 12px;}
footer .top .rb_left {width: 50%;margin-right: 0;margin-bottom: 10px;text-align: center;}

footer .bottom {flex-direction: column;flex-wrap: wrap;align-items: center;margin-top: 30px;}
footer .bottom .right {width: 100%;margin-bottom: 10px;text-align: left;order: -1;}
footer .bottom .right a {margin-left: 0;margin-right: 20px;font-size: 12px;}

footer .bottom .left {width: 100%;}
footer .bottom .left .bl_bottom {font-size: 12px;}
footer .bottom .left .bl_top {font-size: 12px;}
footer .bottom .left .bl_top a {font-size: 12px;}

footer .top .r_bottom {align-items: center;}



.m_right {position: relative;display: flex;justify-content: center;align-items: center;width: 100%;}
.m_right::after {content: "";clear: both;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 0.6px;height: 90px;background-color: #fff;}

.m_top {width: 50%;padding: 0 10px;text-align: center;}

.hourText .t1,
.hourText .t2 {display: inline-block;font-size: 12px;font-weight: 300;color: #f5f5f5;}
.hourText .t1 span, .hourText .t2 span {margin-right: 10px;}
footer .top .r_top {margin-top: 0;margin-bottom: 10px;}
.login_box_sub_box {display:none;}


.titleBox {margin-top:3rem;}
}






/*-------------------------------------------------충전 신청리스트 관리 ----------------------------------------------------*/
#cash-charge-list > ul > li {align-items: center;padding: 5px 0 5px 0;}
#cash-charge-list > ul > li > div{font-size: 13px;}
#cash-charge-list > ul > li > div:nth-child(1) {width:15%;}
#cash-charge-list > ul > li > div:nth-child(2) {width:10%;}
#cash-charge-list > ul > li > div:nth-child(3) {width:10%;}
#cash-charge-list > ul > li > div:nth-child(4) {width:15%;}
#cash-charge-list > ul > li > div:nth-child(5) {width:10%;}
#cash-charge-list > ul > li > div:nth-child(6) {width:15%;}
#cash-charge-list > ul > li > div:nth-child(7) {width:15%;}
#cash-charge-list > ul > li > div:nth-child(8) {width:10%;}




/*-------------------------------------------------마일리지 신청리스트 요약 ----------------------------------------------------*/
#cash-request-summary > ul > li {align-items: center;padding: 5px 0px;}
#cash-request-summary > ul > li.title {padding: 0px 0px;}
#cash-request-summary > ul > li > div{font-size: 13px;}
#cash-request-summary > ul > li > div:nth-child(1) {width:15%;}
#cash-request-summary > ul > li > div:nth-child(2) {width:25%;}
#cash-request-summary > ul > li > div:nth-child(3) {width:15%;}
#cash-request-summary > ul > li > div:nth-child(4) {width:15%;}
#cash-request-summary > ul > li > div:nth-child(5) {width:15%;}
#cash-request-summary > ul > li > div:nth-child(6) {width:15%;}


/*-------------------------------------------------마일리지 신청리스트 요약 ----------------------------------------------------*/
#charge-summary > ul > li {align-items: center;padding: 5px 0px;}
#charge-summary > ul > li.title {padding: 0px 0px;}
#charge-summary > ul > li > div{font-size: 13px;}
#charge-summary > ul > li > div:nth-child(1) {width:20%;}
#charge-summary > ul > li > div:nth-child(2) {width:10%;}
#charge-summary > ul > li > div:nth-child(3) {width:10%;}
#charge-summary > ul > li > div:nth-child(4) {width:15%;}
#charge-summary > ul > li > div:nth-child(5) {width:15%;}
#charge-summary > ul > li > div:nth-child(6) {width:15%;}
#charge-summary > ul > li > div:nth-child(7) {width:15%;}





/*
.charge-summary-wr .charge-summary span:first-child{background-color: #009aff;color:#fff; line-height: 34px;display: inline-block;padding: 0px 10px 0px 15px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.charge-summary-wr .charge-summary span:last-child{background-color: #fff;line-height: 34px;display: inline-block;border: 1px solid #ddd;padding: 0px 20px 0px 20px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;font-size: 16px; font-weight: 600;}
*/

.cash-summary-wr {display:flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.cash-summary-wr h3 {font-size:16px;}
.cash-summary-wr .cash-summary{display: flex;}
.cash-summary-wr .cash-summary span:first-child{background-color: #009aff;color:#fff; line-height: 34px;display: inline-block;padding: 0px 10px 0px 15px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.cash-summary-wr .cash-summary span:last-child{background-color: #fff;line-height: 34px;display: inline-block;border: 1px solid #ddd;padding: 0px 20px 0px 20px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;font-size: 16px; font-weight: 600;}

.local_sch_wr {padding:0px;margin:0px 0}
.local_sch_wr strong{display:inline-block;width:70px;}
.local_sch_wr label{margin-right:5px;display:inline-block}
.local_sch_wr button{height:30px;padding:0 5px;border:0;background:#9eacc6;color:#fff;}
.local_sch_wr .btn_submit{height:30px;padding:0 5px;border:0;color:#fff;}
.local_sch_wr .frm_input{height:30px;border:1px solid #dcdcdc;padding:0 5px;}
/*-------------------------------------------------마일리지 신청리스트 관리 ----------------------------------------------------*/
#smb-cash .search-wr{display: none;position: absolute;width: 100%;left: 0px;top: 0px;z-index: 100;}
#smb-cash button[type=submit] {width: 100%;background-color: #0fb1ff;color: #fff;line-height: 42px;padding: 0px;border-radius: 5px;margin: 15px 0 0 0;font-size: 14px; font-weight: 600;}
#smb-cash .period-wr h3 button {background-color: #ffffff;width: 25px;height: 25px;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: absolute;right: 0px;top: 50%;transform: translate(0%, -50%);}

.cash-wr {display:flex; margin-bottom: 30px;width:100%;flex-direction: column;}
.cash-wr .cash-summary {width: 100%;display: flex;flex-direction: column;padding: 15px 10px 15px 10px;gap: 10px;background-color: #edf0ff;}
.cash-wr .cash-summary h3 {text-align:center; font-size:16px;}
.cash-wr .cash-summary .cash-number {text-align:center; font-size:18px;font-weight:600;color: #666;}
.cash-wr .cash-summary .cash-price-wr {font-size: 14px;align-items: center;font-weight: 600;background-color: #ffffff;display: flex;justify-content: space-between;width: 100%;border-radius: 7px;line-height: 46px;padding: 3px 20px;color: #000000;}

.cash-wr .cash-summary .cash-price{font-size:19px;text-align:center; color:#ff0000}
.cash-wr .cash-summary .cash-price:after {content: ' 원';font-size: 16px;color: #000000;font-weight: 600;}
.cash-wr .apply-form {padding:10px;}

.cash-wr .cash-info {width: 100%;display:flex;flex-direction:column;gap:10px;}
.cash-wr .cash-info > div {font-size:15px;}
.cash-wr .cash-info input {border: 1px solid #ddd;width: 100%;text-align: right;line-height: 40px;padding: 0px 35px 0px 0px;color: #ff0000;font-weight: 600;font-size: 21px;}
.cash-wr button{background-color: #ff0000;color: #fff;width: 100%;line-height: 48px;font-size: 16px;font-weight: 800;border-radius: 8px;transition: all 0.3s ease;}

.withdraw-wr {padding:10px;}
.withdraw-wr .withdraw-price-wr{position: relative;font-size: 14px;align-items: center;font-weight: 600;background-color: #51546d;display: flex;justify-content: space-between;width: 100%;border-radius: 7px;line-height: 46px;padding: 3px 20px;color: #fff;}
.withdraw-wr .withdraw-price-wr .withdraw-price strong{font-size: 24px;text-align: center;color: #fff000;}
.withdraw-wr .withdraw-price-wr .withdraw-price strong:after {content: ' 원';font-size: 16px;color: #fff;font-weight: 600;}
.withdraw-wr .withdraw-price-wr button {position: absolute;left: 80px;top: 50%;transform: translate(0%, -50%);color: #bd4141;font-size: 21px;font-weight: normal;background: #ddd;border-radius: 50%;width: 32px;height: 32px;display: flex;justify-content: center;
align-items: center;}
#cash-request-list > ul {margin: 30px 0 0 0;display: flex;flex-direction: column;gap: 20px;}
#cash-request-list > ul > li {align-items: center;display: flex;flex-direction: column;background-color:#f4f4f4;padding:7px;gap: 10px;border-radius: 8px;}
#cash-request-list > ul > li.CN {background-color:#f4f4f4;}
#cash-request-list > ul > li.CT {background-color:#eaf8ff;}
#cash-request-list > ul > li > h3 {width: 100%;line-height: 32px;border-radius: 7px;padding: 0px 15px;font-size: 14px;color: #000000;position: relative;}
#cash-request-list > ul > li > h3 > span {position:absolute; right:0px; top:50%;transform: translate(0%, -50%);font-size: 13px;font-weight:600;border-radius:20px; line-height:28px; padding:0px 15px; display:inline-block;}
#cash-request-list > ul > li > h3 > span.wd_status_00 {background-color:#ddd;color:#000; }
#cash-request-list > ul > li > h3 > span.wd_status_01 {background-color:#9eacc6;color: #fff;}
#cash-request-list > ul > li > h3 > span.wd_status_02 {background-color:#84c93a;color:#000; }
#cash-request-list > ul > li > h3 > span.wd_type_t {background-color: #ff5f95;color: #fff;}
#cash-request-list > ul > li > h3 > span.wd_type_n {background-color: #79abff;color: #fff;}
#cash-request-list > ul > li > dl {display: flex;width: 100%;background-color: #fff;line-height: 40px;font-size: 14px;border-radius: 5px;}
#cash-request-list > ul > li > dl dt{width:100px; padding:0px 0px 0px 15px}
#cash-request-list > ul > li > dl dd{position: relative; flex:1; letter-spacing: -0.03em;}
#cash-request-list > ul > li > dl dd.money {text-align: right;padding: 0px 10px 0 0;}
#cash-request-list > ul > li > dl dd i {position: absolute;left: 10px;top: 50%;font-size: 19px;font-weight: 500;transform: translate(0%, -50%);color: #55bdef;}
#cash-request-list > ul > li > dl dd i.xi-minus-circle-o {color: #ff0000;}

#cash-request-list > ul > li > button {width: 100%;display: flex;justify-content: center;align-items: center;line-height: 42px;background-color: #38c100;border-radius: 5px;color: #fff;font-weight: 600; font-size: 14px;}



#cash-form hr {height: 1px;width: 100%;display: block;border: 0;background-color:#b4b4b4;}

#cash-form .line-wr{display: flex;justify-content: space-between;align-items: center; padding: 7px 0;}
#cash-form .line-wr label {width: 110px; font-size: 14px;letter-spacing: -0.03em;}
#cash-form .line-wr .info-wr{font-size: 14px;text-align: right;flex: 1;}
#cash-form .line-wr .info-wr input {width: 100%;color: #000;font-size: 14px;font-weight: 600;padding: 10px;border: none;background-color: #ededed;border-radius: 7px;}
#cash-form .line-wr .info-wr strong {color: #ff0000;font-size: 18px;font-weight: 800;padding: 0px 5px 0px 0px;letter-spacing: -0.03em;}
#cash-form .line-wr .info-wr .input-won {position: relative;}
#cash-form .line-wr .info-wr .input-won input {text-align: right;width: 100%;color: #000;font-size: 18px;font-weight: 600;padding: 8px 30px 8px 10px;border: none;background-color: #ededed;border-radius: 7px;}
#cash-form .line-wr .info-wr .input-won input.active {border-color:#f19823;color: #f19823;}
#cash-form .line-wr .info-wr .input-won span{position:absolute; right:10px; top:50%;transform: translate(0%, -50%);}
#cash-form .line-wr .info-wr .help {padding-top: 5px;font-size: 12px;color: #838383;display: block;letter-spacing: -0.03rem;}

#cash-form .chk-wr{display: grid;grid-template-columns: 0.3fr 1fr;align-items: start;padding: 10px 0;}
#cash-form .chk-wr [type=radio] { width:15px;height:15px;color: #f19823;vertical-align: middle;-webkit-appearance: none;background: none;border: 0;outline: 0;flex-grow: 0;border-radius: 50%;background-color: #FFFFFF;transition: background 300ms;cursor: pointer;}
#cash-form .chk-wr [type=radio]::before {content: "";color: transparent;display: block;width: inherit;height: inherit;border-radius: inherit;border: 0;background-color: transparent;background-size: contain;box-shadow: inset 0 0 0 1px #CCD3D8;}
#cash-form .chk-wr [type=radio]:checked {background-color: currentcolor;}
#cash-form .chk-wr [type=radio]:checked::before {box-shadow: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");}
#cash-form .chk-wr [type=radio]:disabled {background-color: #CCD3D8;opacity: 0.84;cursor: not-allowed;}
#cash-form .chk-wr [type=radio]::-ms-check {content: "";color: transparent;display: block;width: inherit;height: inherit;border-radius: inherit;border: 0;background-color: transparent;background-size: contain;box-shadow: inset 0 0 0 1px #CCD3D8;}
#cash-form .chk-wr [type=radio]:checked::-ms-check {box-shadow: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");}

#cash-form .chk-wr label {font-size: 14px;font-weight: 500;margin-left: 5px;cursor:pointer}
#cash-form .chk-wr .alert-info {font-size: 13px;display: flex;align-items: start;gap: 8px;letter-spacing: -0.04em;}
#cash-form .chk-wr .alert-info:before {content: "\e9ac";font-family: xeicon !important;font-size: 16px;display: flex;align-items: center;justify-content: center;color: #ff0000;}

#cash-submit-wr button {width: 100%;line-height: 42px;border-radius: 5px;background-color: #b4b4b4;color: #fff;border: none;font-size: 15px; font-weight: 600;margin: 20px 0;}
#cash-submit-wr button.active {background-color:#f19823;}
#cash-submit-wr {position: relative;display: flex;justify-content: center;align-items: center;margin-top: 20px;height: 35px;}

#display_pay_process {padding:20px;text-align:center}

#hecto_pay_process {display:none; flex-direction: column;gap: 25px;justify-content: center;margin: 30px 0;text-align: center;font-weight: 600;}
#hecto_pay_process span {font-size:15px}
#hecto_pay_process .loader{margin: 0px auto;}


#od_pg_case {width: 100%;}
#od_pg_case > h3 {width: 100%;font-size: 20px;margin: 20px 0;padding-bottom: 10px;border-bottom: 1px solid #000;}
#od_pg_case > .od_pg_array {display:flex; flex-direction:column; gap:5px;}
#od_pg_case > .od_pg_array > button {position: relative;background: #fff;line-height: 48px;border: 1px solid #ddd;border-radius: 0px;font-weight: 600;text-align: left;padding: 0 0 0 50px;font-size: 14px;}
#od_pg_case > .od_pg_array > button:before {display: block;position: absolute;content: '\f058';left: 20px;top: 50%;transform: translate(0%, -50%);font-family: "Font Awesome 6 Free" ;font-weight: 900;color:#d1d1d1;font-size:18px;}
#od_pg_case > .od_pg_array > button.active{background-color:#bdaeff;border: 1px solid #9077ff;color:#fff;}
#od_pg_case > .od_pg_array > button.active:before{content: '\f058';color:#fff;}
#no_settle_case {display: flex;min-height: 130px;width: 100%;justify-content: center;align-items: center;border: 1px solid #ddd;border-radius: 5px; background-color: #fff;}

#sod_frm_paysel .pay_icon10 {background: url('./payletter/img/pay_icon10.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon11 {background: url('./payletter/img/pay_icon11.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon12 {background: url('./payletter/img/pay_icon12.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon13 {background: url('./payletter/img/pay_icon13.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon14 {background: url('./payletter/img/pay_icon14.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon15 {background: url('./payletter/img/pay_icon15.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon16 {background: url('./payletter/img/pay_icon16.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon17 {background: url('./payletter/img/pay_icon17.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon18 {background: url('./payletter/img/pay_icon18.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon19 {background: url('./payletter/img/pay_icon19.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon20 {background: url('./payletter/img/pay_icon20.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon21 {background: url('./payletter/img/pay_icon21.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon22 {background: url('./payletter/img/pay_icon22.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon23 {background: url('./payletter/img/pay_icon23.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon24 {background: url('./payletter/img/pay_icon24.png') no-repeat 17px 50% #fff;}
#sod_frm_paysel .pay_icon25 {background: url('./payletter/img/pay_icon25.png') no-repeat 17px 50% #fff;}

.btn-status{line-height: 26px;background-color: #0d6efd;color: #fff;display: inline-block;padding: 0px 15px;border-radius: 5px;border:none;    align-items: center;}
.btn-status.cancel-finished {background-color: #ddd;}
.btn-status.cancel-apply {background-color: #0d6efd;}


.rect-btn {background-color: #000;color: #fff;border-radius: 10px;display: inline-block;padding: 0px 10px;line-height: 22px;}
.rect-btn.완료 {background-color: #ff0000;}
.rect-btn.취소 {background-color: #cdcdcd;}

.loading-wr {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: 150px 0px;gap: 30px;}
.loading-wr .loading-text {font-size:14px; font-weight:600;}

.auth_timer {display: inline-block;background-color: #000;color: #fff;font-size: 12px;border-radius: 20px;padding: 3px 10px;}
.fade-in-box {animation: fadein 5s;-moz-animation: fadein 5s; /* Firefox */-webkit-animation: fadein 5s; /* Safari and Chrome */-o-animation: fadein 5s; /* Opera */}


.progress-wr {display: flex;justify-content: center;align-items: center;margin: 30px 0 10px 0;}
.loading {width: 50px;aspect-ratio: 1;display: grid;animation: l14 4s infinite;margin:0px auto}
.loading::before,.loading::after {content: "";grid-area: 1/1;border: 8px solid;border-radius: 50%;border-color: red red #0000 #0000;mix-blend-mode: darken;animation: l14 1s infinite linear;}
.loading::after {border-color: #0000 #0000 blue blue;animation-direction: reverse;}

.dbl-spinner {position: absolute;width: 35px;height: 35px;border-radius: 50%;background-color: transparent;border: 4px solid transparent;border-top: 4px solid #222;border-left: 4px solid #222;-webkit-animation: 2s spin linear infinite;animation: 2s spin linear infinite;}								  
.dbl-spinner:nth-child(2) {border: 4px solid transparent;border-right: 4px solid #03A9F4;border-bottom: 4px solid #03A9F4;-webkit-animation: 1s spin linear infinite;animation: 1s spin linear infinite;}

.brand-info {font-weight:600; font-size:14px;}
.brand-info img{height:25px;margin-right:5px;}

.business-info {font-weight:600; font-size:14px;}
.business-info img{height:25px;margin-right:5px;}


#mask {position:fixed;z-index:9000;background-color:#000;display:none;left:0;top:0;width:100%;height:100%;}
.window {display: none;position:fixed;top:0%;width:100%;height:100%;z-index:10000;}
.cont{width:100%;height:100%;}

/* ----------------------- 원균이 작업 CSS -----------------------*/
#sub_menu,#page_title {display:none;}
#smb_my {max-width:100% !important; margin:0px;}

.gift_menu {display: flex;position: relative;top: 0;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.gift_menu a.is-active, .gift_menu a:hover {color: #000000;border-bottom: 2px solid #61b0ff; font-size:14px;}
.gift_menu a {font-size: 14px;display: block;width: 23.33%;text-align: center;padding: 20px 10px;text-decoration: none;color: rgb(113 119 144 / 78%);background-color:#ffffff;border-bottom: 2px solid transparent;transition: 0.3s; font-weight:600}


.u_milege {position: relative;padding: 8px;width: 100%;border-radius: 12px;box-shadow: 0 2px 2px 0 #f1f1f1;background-color: #fff;}

.u_label {padding: 5px 5px; margin-bottom: 15px; opacity: 0.9; background-color: #ffffff; box-shadow: 1px 1px 1px 0px #b5b5b5;}

.u_cont {display: flex; justify-content: space-between; padding: 10px; align-items: center;}
.u_cont span {font-size: 14px; color:#000; font-weight:400}
.u_cont strong {font-size:20px; color:#000; font-weight:600;}

.gift_cp_btn {padding: 5px 10px;border: 1px solid #d4d6db;cursor: pointer;background: #fff;border-radius: 3px;margin-left: 10px;}

.u_gift {padding: 10px 16px;}
.u_gift_label {padding: 5px 5px; margin-bottom: 15px; opacity: 0.9; background-color: #ffffff; border: 1px solid #dadada;}
.u_gift_list {}
.u_gift_list ul {width: 100%;}
.u_gift_list ul li {padding: 10px 15px;display: flex;align-items: center;justify-content: center; margin-bottom: 1rem; cursor: pointer;}
.u_gift_list ul li:not(.empty_li):hover { background: #f8f8ff;}


.u_gift_list ul li .u_itimg img {width: 120px;height: 120px;border: 1px solid #f7f7f7;border-radius: 10px;}

.u_gift_list .u_detail {flex: 1;width: 50%;padding-left: 16px;display: flex;flex-direction: column;line-height: 22px;gap: 10px;}
.u_gift_list .u_detail .it_flex {display: flex; justify-content: space-between;}
.u_gift_list .u_detail .it_flex .it_brand{font-size: 16px; font-weight:600;}
.u_gift_list .u_detail .it_flex .u_gift_status {font-size: 14px;font-weight: 600;color: #0089ff;}

.u_gift_list .u_detail .u_info {display: flex; flex-wrap: wrap; flex-direction: column;}
.u_gift_list .u_detail .u_info .it_name {font-size: 14px; font-weight:700;}
.u_gift_list .u_detail .u_info .it_expir {font-size: 14px; font-weight:400;}
.u_gift_list .u_detail .u_info .it_date {font-size: 14px;color: #afafaf;}
.u_gift_list .u_detail .u_info .it_price {font-size: 14px;font-stretch: normal;font-style: normal;line-height: 1.5}
.u_gift_list .u_detail .u_info .it_cprice {margin-left: 4px; text-decoration: line-through; font-size: 14px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.5;letter-spacing: -.42px; color: #8e9197;}
.u_gift_list .u_detail .u_info .u_expir_day {margin-left: 8px;padding: 2px 4px;border-radius: 4px;background-color: #0089ff;color: #fff;font-size: 12px;font-weight: bold;}

.u_logout a {display: block;padding: 10px 10px;font-size: 16px;text-align: center;width: 95%;margin: 0 auto;border: 1px solid #ccc;border-radius: 5px;color: #333;}



.gift-wrapper {padding: 15px 15px;}
.gift-wrapper .brand {font-size: 12px;line-height: 1.5; letter-spacing: -.36px; text-align: left; color: #5f5f5f;}
.gift-wrapper .item {font-size: 18px;line-height: 1.5; letter-spacing: -.54px; text-align: left; color: #000;}

.gift_img {position: relative; min-height: 200px; margin-left: 20px;  margin-right: 20px;}
.gift_img img {padding: 15px; max-height: 550px; border-radius: 20px; border: 1px solid #efefef; width: 100%;}


.header-menu {display: flex;position: relative;top: 0;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.header-menu a.is-active, .header-menu a:hover {color: #000000;border-bottom: 2px solid #61b0ff}
.header-menu a {font-size: 15px; font-weight:600; display: block;width: 25%;text-align: center;padding: 20px 5px;text-decoration: none;color: rgb(113 119 144 / 78%);background-color:#ffffff;border-bottom: 2px solid transparent;transition: 0.3s;}

.voucher-cont { padding: 30px 20px; font-size:14px;}
.voucher-cont .voucher-info {display:flex; margin-bottom: 5px;}
.voucher-cont .voucher-info .item-title {font-size: 14px;font-weight: 400;line-height: 1.5;letter-spacing: -.48px;text-align: left;color: #8e9197;width: 76px;padding-right: 8px;}
.voucher-cont .voucher-info .item-info {font-size: 14px;line-height: 1.5;letter-spacing: -.48px;text-align: left;flex-direction: row;color: #222;display: flex;grid-gap: 8px;gap: 8px;flex: 1;min-width: 0;}
.voucher-cont .voucher-info .item-code {font-size: 14px;line-height: 1.5;letter-spacing: -.48px;text-align: left;flex-direction: row;color: #222;display: flex;grid-gap: 8px;gap: 8px;flex: 1;min-width: 0;}
.voucher-cont .voucher-info .code_copy {border: 1px solid #dadada;padding: 5px;width: 60px;border-radius: 2px;text-align: center;}
.voucher-cont .voucher-info .code_copy:hover {border: 1px solid #247cff; color:#247cff; background-color:#fff;}


.notify {position: relative;}
.notify:before {content: "";position: absolute;background-color: rgb(201 37 255);width: 6px;height: 6px;border-radius: 50%;right:10px;top: 16px;}

.agree_title {font-size: 16px; font-weight: 600; margin-bottom: 10px; display: block;}



.sub_content {padding: 20px 0;display: flex;justify-content: center;align-items: center;}
.gift-wr {position:relative; width:70%; display:flex; padding:20px 20px 50px 20px; background: linear-gradient(to bottom, #00c40a, #0584f2);}
/*
.gift-wr:before{content: "";position: absolute; width:30px; height:30px; border-radius:50%; background-color:#fff; top: 50%; left: 0;transform: translate(-50%, 0);}
.gift-wr:after{content: "";position: absolute; width:30px; height:30px; border-radius:50%; background-color:#fff; top: 50%; right: 0;transform: translate(-50%, 0);}
*/
.gift-wr .gift-header {aspect-ratio: 1;flex-shrink: 0;justify-content: center;align-items: center;display: flex;}
.gift-wr .gift-header img {width: 80%; height: auto;}
.gift-wr .gift-footer {position:absolute; bottom: 10px; left:50%; transform: translate(-50%, 0%);}
.gift-wr .gift-cont {display:flex; flex-direction:column; padding:20px 10px 30px 10px; background-color:#fff; width:100%; height:auto; border-radius:15px;}
.gift-wr .gift-cont .gift-body {position: relative;display: flex;flex-direction: column;gap: 5px;padding: 30px 10px 10px;justify-content: center;align-items: center;aspect-ratio: 0; flex-shrink: 0;}
.gift-wr .gift-cont .gift-body::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 1px;border-top: 1px dotted #c7c7c7;transform: translateY(-50%);}
.gift-wr .gift-cont .gift-body .gift-title {font-size:19px; font-weight:900}
.gift-wr .gift-cont .gift-body .gift-description {font-size:16px; font-weight:600}
.gift-wr .gift-cont .gift-body .gift-expiry {font-size:16px;}
.gift-wr .gift-cont .gift-body .gift-expiry strong {color:#1281fc}
.gift-wr .gift-cont .gift-body .gift-barcode {margin: 20px 0 0}

#coupon-tab {display: flex;justify-content: center;margin-top: 20px; padding:0px 10px; margin:30px 0px 30px}
#coupon-tab button{flex: 1;padding: 10px 20px;background-color: #f0f0f0;border: none;font-weight:600; font-size:14px;}
#coupon-tab button.active {background-color: rgb(103 85 239);color: #fff;}
#coupon-tab button:not(:last-child) {border-right: 1px solid #ddd;}

.proc-button-wr {width: 100%;bottom: 0;display: flex !important;position: fixed;z-index: 1000;padding: 20px 10px 20px 10px;background-color: #fff;justify-content: center;align-items: center;position: fixed !important;}
.proc-button-wr button{width: 100%;background-color: #247cff;color: #fff;line-height: 48px;border-radius: 8px;font-weight: 600;font-size: 14px;}
.proc-button-wr button.used {background-color:#ddd;}


#barcode-list ul li{width: 100%;padding: 10px;margin-bottom: 1.5rem;display: flex;flex-direction: column;gap: 10px;}	
#barcode-list ul li.empty_li {background-color: #f3f3f3;border-radius: 8px;font-weight: 600; color: #000 !important;}
.item-inifo-wr {position: relative;background-color: rgba(245, 247, 249, 1);border-radius: 0.5rem;border: 1px solid transparent;padding: 20px;overflow: hidden;}
.item-inifo-wr .item-body{position: relative;display: flex;flex-direction: column;gap: 5px;padding: 10px;justify-content: center;align-items: center;aspect-ratio: 0;flex-shrink: 0;}
.item-inifo-wr .item-body .item-title {font-size: 18px;font-weight: 700;}
.item-inifo-wr .item-body .item-description {font-size: 16px;font-weight: 600;}
.item-inifo-wr .item-body .item-expiry {font-size: 16px;}
.item-inifo-wr .item-body .item-expiry strong {color: #1281fc;}
.item-inifo-wr .item-body .item-order {font-size: 12px;}
.item-inifo-wr .item-body .item-barcode {margin: 20px 0 0;}
.item-inifo-wr::before {content: "";position: absolute;top: 10px;left: -30px;width: 120px;height: 20px;background-color: #ff6347;color: #fff;text-align: center;line-height: 20px;font-size: 12px;font-weight: bold;text-transform: uppercase;transform: rotate(-45deg);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);}
.item-inifo-wr::after {content: "";position: absolute;bottom: 10px;right: -30px;width: 120px;height: 20px;background-color: #ff6347;color: #fff;text-align: center;line-height: 20px;font-size: 12px;font-weight: bold;text-transform: uppercase;transform: rotate(-45deg);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);}




.unit-form {position:relative;}
.unit-form span {position: absolute;top: 50%;right: 15px;transform: translate(0%, -50%);}
.unit-form input{padding-right:30px; text-align:right}
.unit-form input::placeholder {text-align: left;}

.process-wr {display:block;  font-size: 16px;padding:50px 0; color:#000;text-align:center;}
.process-wr strong {display:block;margin:30px 0 0 0;font-weight: 600;}


#loading {display: flex;justify-content: center;align-items: center;width: 100%;}
.spin-loader {display:block;width: 30px;aspect-ratio: 1;border-radius: 50%;background: radial-gradient(farthest-side,#bfbfbf 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#bfbfbf);-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);animation: l13 1s infinite linear;}

.loading-spinner {width: 20px;height: 20px;border: 3px solid #3498db;border-top: 3px solid transparent;border-radius: 50%;animation: rotate 1s linear infinite;}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}


.marquee{width: 100%;height: 40px;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;position: relative;overflow: hidden; background-color: #fff;}
.marquee-1, .marquee-2{position: absolute;  min-width: 100%;  display: flex;  flex-direction: row;}
.marquee.style-1{background: black;color: white;}
.marquee-1{animation: marquee-keywords 30s linear infinite;left: 0%;  }
.marquee-2{left: 100%;}
.text-marquee{padding: 0 5rem; white-space: nowrap; color: #4288ff;font-size: 0.95rem;font-weight: bold;}

@keyframes marquee-keywords {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes marquee-keywords {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes l14{ 
  100%{transform: rotate(1turn)}
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
          
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
