@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800&display=swap');

/*SCROLL CUSTOM*/

/* 전체 스크롤바 */
::-webkit-scrollbar {
    width: 10px;  /* 세로 두께 */
    height: 10px; /* 가로 두께 */
}

/* 스크롤 트랙(배경) */
::-webkit-scrollbar-track {
    background: rgba(255, 215, 0, 0.1); /* 옅은 금빛 배경 */
    border-radius: 50em;
}

/* 스크롤 손잡이(엄지) */
::-webkit-scrollbar-thumb {
    border-radius: 50em;
    background: linear-gradient(180deg, #FFD700, #B8860B); /* 골드 → 다크골드 */
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.4), 
                inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    border: 2px solid transparent; 
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* 호버 시 더 밝게 */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #FFEA00, #DAA520); /* 밝은 골드 → 골든브라운 */
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.5), 
                inset 0 0 8px rgba(0, 0, 0, 0.4);
}

/* 클릭 시 진한 골드 */
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #FFC107, #8B7500);
}



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



/* 초기화 */
html {overflow-y:scroll;}
body {margin:0;padding:0;font-size:0.8em;font-family:"Noto Sans KR", sans-serif;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
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;font-family:"Noto Sans KR", sans-serif}
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;font-family:"Noto Sans KR", sans-serif;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
textarea, select {font-family:"Noto Sans KR", sans-serif;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;}
a {color:#fff;text-decoration:none}
*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input[type=text], input[type=password], textarea {
	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
	outline:none;
	position:relative;
}

.center {text-align:center !important;}
.left {text-align:left !important;}
.right {text-align:right;}

.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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
.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 #f1c800; 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:#f1c800;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:#f1c800;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 #f1c800}

#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);padding:40px;text-align:left;width:950px;max-height:490px;margin-left:-500px;margin-top:-250px;z-index:9999;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f1c800;
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 #f1c800; box-sizing: border-box;color:#f1c800; }
#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:#f1c800;-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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f1c800; }

#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 #f1c800;border-right:1px solid #f1c800;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f1c800}
#category .close_btn {position:absolute;top:0;right:10px;padding:10px;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);}
#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}

.hydrated {background-color: #07070f;}
/*퀵메뉴*/
#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:#f1c800;color:#fff}

#quick .tabs_con {height:100%;text-align:center}
#quick .qk_con{position:relative;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f1c800}
.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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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;color:#fff;border:1px solid #ccc;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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 #f1c800;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover, button.btn01:hover {text-decoration:none;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);}
button.btn01 {display:inline-block;margin:0;padding:0 7px;border:1px solid #b3b3b3;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff;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:#f1c800}
button.btn02 {display:inline-block;margin:0;padding:0 7px;border:1px solid #f1c800;border-radius:3px;background:#f1c800;color:#fff;text-decoration:none}
.btn_confirm {text-align:center}/* 서식단계 진행 */
.btn_submit {background:#f1c800;color:#fff;transition:0.3s ease all;border:0}
.btn_submit:hover {background:#f1c800; transition:0.3s ease all;}
.btn_address {background:#f1c800;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 #ecc400;color:#f0c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:1px solid #c1c1c1;*/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:#f1c800;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 #f1c800;border-radius:3px;color:#f1c800;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 #f1c800;color:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#fff}
.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:#fff}
.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 #f1c800;border-bottom:1px solid #d3d3d3;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#fff}
.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:#f1c800; 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:#fff;}
.tbl_frm01 td {padding:15px 5px;background:transparent}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input {border:none; border-bottom:1px solid #e1e1e1;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff;vertical-align:middle;border-radius:3px;padding:5px;font-size: 14px;}
.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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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 textarea {height:100px;width:100%}
.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%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list, .empty_li {float:inherit;display:block;width:100%;padding:20px 0 !important;text-align:center;color:#777 !important;min-height: 150px;line-height: 150px;border-left: none !important; border-right: none !important;}

/* 필수입력 */
.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}


/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {height:50px;line-height:30px;padding:10px;font-size:1.25em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {margin:0 10px 10px}

.new_win .win_ul {margin:0 0 10px 1px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;width:33.333%;margin-left:-1px;text-align:center;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
.new_win .win_ul li a {display:block;padding:10px 0;color:#667287;border:1px solid #dedede}
.new_win .win_ul .selected {position:relative;border:1px solid #f03040;color:#f03040;z-index:5}
.new_win .win_ul .selected a {font-weight:bold;background:#17bb9c;color:#fff}

.new_win .win_desc {padding:10px 0;margin:10px 0;font-size:1em;font-weight:bold;color:#364154;background:#dfe3ea;text-align:center}
.new_win .frm_info {display:block;margin:3px 0 0 0;text-align:right;font-size:0.92em;color:#707e8b}
.new_win .win_total {text-align:left;margin:10px 0;background:#fbfbfb;border:1px solid #f3f3f3;padding:10px 15px}
.new_win .win_total span {display:inline-block;font-size:1em;color:#707e8b}
.new_win .win_total span.win_total_r {float:right}

.new_win .win_btn {text-align:center;margin-bottom:10px}
.new_win .memo_view_opt {padding:10px;border:1px solid #d9dee9;border-top:0;text-align:left;background:#f7f7f9}
.new_win .memo_view_opt:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .memo_view_opt .btn_right {float:right;margin-left:5px}
.new_win .memo_view_btn {margin:25px 0;text-align:center}
.new_win .btn_close {height: 40px; border: 1px solid #ccc; padding: 0 10px; line-height: 35px; /* border-radius: 3px; */ margin: 0 auto; background: #fff; color: #000; cursor: pointer; display: block; margin-top: 20px;}
.new_win .btn_submit {height:40px;font-weight:bold;padding:0 10px;border-radius:3px}
#find_info {width: 50%; margin: 0 auto; padding-top: 5rem; padding-bottom: 5rem;}
#find_info .btn_submit {width:100%;}


/* 상품 추천하기 */
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}

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

/* 페이징 */
.pg_wrap {clear:both;margin:15px 0 30px;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.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;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:50%}
.pg_page:hover {background-color:#fafafa}
.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:#fafafa}

.pg_current {display:inline-block;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#f1c800;border:1px solid #f1c800;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:50%}

/* 팁 */
.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:small;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
#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_opt li:before {font-size:0.75em; content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#f1c800;line-height:1em;color:#fff}
.sod_option_btn .mod_options {height:30px;padding:0 5px;border:1px solid #f1c800;color:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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 #f1c800;color:#fff; background:#f1c800;}
.sod_option_btn .mod_options2 {height:24px;padding:0 5px;border:1px solid #f1c800;color:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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 #f1c800;color:#fff; background:#f1c800;}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:26px;border-radius:3px}
.cp_cancel {margin-left:5px; padding:0 10px;border:1px solid #aaa;color:#666;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:26px;border-radius:3px}

/* 장바구니 */
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f1c800}
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
#sit_opt_added li {padding:10px 15px;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);/*border:1px solid #e1e1e1;*/margin:10px 0;position:relative}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li .opt_name {line-height:28px;font-weight:bold}
#sit_opt_added li .opt_count {}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #bdc9dc;border-radius:0;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#666;font-size:0.92em}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;text-align: center;background-color: #fff0; color: #f1c800;font-size: 16px;}
#sit_opt_added .sit_opt_del {position:absolute;right:0;top:0;font-size:15px;border:0;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
#sit_opt_added .sit_opt_del:hover {color:#be334a}
#sit_opt_added .sit_opt_prc {display:block;float:right;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

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


/* 주문서 작성 */
#sod_frm .od_prd_list {margin-bottom:20px}
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#f0c800;margin-bottom:5px;font-weight:bold}
#sod_frm #sod_bsk_tot .sod_bsk_sell, #sod_frm #sod_bsk_tot .sod_bsk_coupon {border-right:1px solid #e7ebf1}
#sod_frm #sod_bsk_tot .sod_bsk_point, #sod_frm #sod_bsk_tot .sod_bsk_cnt {width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm #sod_bsk_tot .sod_bsk_point span, #sod_frm #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#f1c800;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#f1c800;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {color:#f1c800;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: 1200px;margin: 30px auto 50px auto;}
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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_pay {position:relative;margin:10px 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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:23px;line-height:21px;margin:0}
#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}


.od_coupon .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;border-left:1px solid #cdcdcd;font-size:1.25em}
.od_coupon .tbl_head02 {margin:20px}
.od_coupon .cp_apply {padding:0 5px;border:1px solid #38b2b9;color:#38b2b9;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:23px;line-height:21px}
.od_coupon td, #sod_frm_pay .od_coupon td {text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th {width:auto;text-align:center;padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.od_coupon .td_numbig, #sod_frm_pay .od_coupon .td_numbig {text-align:center}
.od_coupon .td_mngsmall {width:60px}
#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 { width:100%; }
#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 {float:left;width:100%;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor:pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1;font-size: 14px;  font-weight: 600;}
#od_pay_sl input[type="radio"]:checked+ .lb_icon {border:1px solid #f1c800;z-index:3}

.od_coupon_wrap { position:relative; display:inline-block;}
.sod_frm_point { position:relative; padding-top:40px; margin-top:30px; }
.sod_frm_point::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_frm_cash { position:relative; padding-top:40px; margin-top:30px;display:none }
.sod_frm_cash .settle_title { font-size:20px; letter-spacing:-1px; color:#000; border-bottom:1px solid #000; padding-bottom:10px; font-weight:600; width:100%; }
#sod_frm_cash { display:flex;flex-direction: column;}
#sod_frm_cash strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left;font-size:0.9em}
#sod_frm_cash span {display:flex;width:100%; font-weight:500; color:#000;text-align:right}
#sod_frm_cash span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_cash .max_cash_box em {font-style:normal !important}



.od_coupon h3 {border-bottom:1px solid #f1c800;padding:0 20px;line-height:50px;margin:0 0 15px;font-size:1.25em; background:#f1c800; color:#fff; text-align:left}
.od_coupon .btn_close {position:absolute;top:0;color:#fff;right:0;width:50px;height:50px;border:0;border-radius:0;background:none;font-size:1.25em}
.od_coupon .tbl_head02 {margin:20px}
.od_coupon .cp_apply {padding:0 5px;border:1px solid #f1c800;color:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:23px;line-height:21px}
.od_coupon td,#sod_frm_pay .od_coupon td {text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th {width:auto;text-align:center;padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.od_coupon .td_numbig, #sod_frm_pay .od_coupon .td_numbig {text-align:center}
.od_coupon .td_mngsmall {width:60px}

.sod_order_info {display:flex;}
/* 주문서 작성 - 왼쪽 */
.sod_left {display: table-cell;width: 65%;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#fff; position:absolute; top:0; left:0; border-bottom:1px solid #fff; 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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#fff}
.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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
.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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
.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:#f1c800;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);height:23px;line-height:21px;margin:0}


/* 주문서 작성 - 포인트사용 */
#sod_point {clear:both;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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}

#od_temp_point { border:1px solid #dcdcdc; font-size:13px; padding:5px 10px;}

#sod_frm_pt { display:flex; flex-direction:column}
#sod_frm_pt strong {display:inline-block;width:40%;color:#fff;line-height:28px;text-align:left;font-size: 0.9rem;}
#sod_frm_pt span {display:flex;width:100%; font-weight:500; color:#fff;text-align:right}
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pt .max_point_box em {font-style:normal !important}

.sod_frm_point > div { font-size:16px; font-weight:600; border-bottom:1px solid #dcdcdc; padding:15px 0; letter-spacing:-1px; }
.sod_frm_point > div > label { width: 45%; margin-right: 30px;}

/* 주문서 작성 - 결제수단 */
#sod_frm_pay {width:100% !important; position:relative;margin:40px 0 0;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);}
#sod_frm_pay h2 {padding-bottom:10px; border-bottom:1px solid #fff}
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
#sod_frm_pay .tooltip_txt:before {height:100%}
#sod_frm_pay input[type="radio"] {}
#sod_frm_pay .lb_icon {position:relative;cursor:pointer;z-index:1;color:#000}
#sod_frm_pay input[type="radio"]:checked+.lb_icon {color:#f1c800;z-index:3}
#sod_frm_pay input[type="radio"] + label span {top:7px}

#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 {border:1px solid #eceff4; background:#f2f3f8; font-size:16px; letter-spacing:-1px; color:#000;  font-weight:600; padding:20px;clear:both}
#od_bank_account { width:100% !important; }
#settle_bank label {float:left;width:30%;line-height:30px}
#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
#settle_bank option {padding:3px 0}
#settle_bank #od_deposit_name {height:32px;padding:0 5px;border:1px solid #e3e5e8}

#display_pay_button {background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);margin:20px auto 20px auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; flex-direction: row-reverse;}
#display_pay_button .btn_submit {width:49%;height:40px;font-weight:bold;cursor:pointer;border:1px solid #f1c800}
#display_pay_button .btn01 {width:49%;height:40px;line-height:40px;font-weight:bold;border:1px solid #dcdcdc; border-radius:0;}

.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:#f1c800; 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.5em;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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_ws { margin:50px 0;}
.sod_ws_img {width:auto;text-align:center}
#sod_ws_act {clear:both;text-align:center;padding:20px 0}
#sod_ws_act button {height:50px;width:180px;font-weight:bold;font-size:1.167em;border-radius:3px}
#sod_ws_act:after {display:block;visibility:hidden;clear:both;content:""}
#sod_ws ul {display:flex; border:0; flex-wrap: wrap; flex-direction: row;}
#sod_ws li {display:inline-block;border:0;float:left;width:calc(100% / 5 - 15px);margin-top:0;margin-bottom:20px;margin-left:18px;text-align:center}
#sod_ws li:nth-child(1), #sod_ws li:nth-child(n+6) { margin-left:0; } 
#sod_ws li .info_link {display:block;margin:10px 0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#646464;font-weight:bold}
#sod_ws li .info_date {color:#646464;font-size:1em}
#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:30px;text-align:center;line-height:35px;color:#f00}
#sod_ws li .wish_info {padding:0 35px 10px 35px;position:relative;margin-top:10px;height:45px}
#sod_ws li .wish_del {position:absolute;top:0;right:0;width:35px;height:35px;line-height:35px;text-align:center;background:#e6e6e6;display:block;font-size:1.25em;color:#777}
#sod_ws li .wish_del:hover {background:#777;color:#fff}

/* 배송지 목록 */
#sod_addr .tbl_wrap {margin:30px}
#sod_addr .td_mng .sel_address {color:#fff;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);border:1px solid #1c70e9;color:#f1c800;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% #f1c800;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:#f1c800;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;background:#f1c800;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: 1200px;margin:30px auto 50px auto}

#sod_fin_no {margin:0 0 20px;padding:15px;border:4px solid #f3f3f3;font-size:1.25em}

#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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:#fff; 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:#f1c800;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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f) !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:#fff !important;text-align:center}
.sod_req_log_view td {background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:#fff}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {margin:0 0 10px}
#sod_fin_list .td_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 #fff;}

#sod_fin_pay {width:100%; margin-top:30px}
#sod_fin_pay h3 {font-size:20px; padding-bottom:10px; border-bottom:1px solid #fff;}
#sod_fin_pay li {background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f); padding: 0 15px; 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:#fff;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
#sod_fin .sod_left td {padding:10px;border:0;border-bottom:1px solid #dcdcdc;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f); font-weight:400;color:#fff}
#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 li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#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_tot strong {float:right}
#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:bold;width:100%;background:none;color:#5e6b6f}
#sod_fin_cancel button:hover {background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f)}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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%;}
.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 {}

/* 쿠폰 */
#coupon div:after {display:block;visibility:hidden;clear:both;content:""}
#coupon .cou_tit {font-weight:bold}
#coupon .cou_pri {font-size:1.25em;color:#f1c800;font-weight:bold;float:right}
#coupon .cou_target {color:#666}
#coupon .cou_date {float:right;color:#777;font-style:italic}

/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:1px solid #e9e9e9;margin:10px 0}
.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 a, .sod_list .li_name strong {display:block;padding:0 10px 0 25px;border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong {padding-left:10px}
.sod_list .sod_opt {color:#9e9e9e;font-size:0.93em;background:none;border:none; margin:10px 0; margin-left:10px;}
.sod_list .sod_opt li {margin-bottom:3px;border:none}
.sod_list .li_cp {position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel, .odf_tbl #od_coupon_cancel, .odf_tbl #sc_coupon_cancel {border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:4px 5px}
.sod_list .li_prqty {margin:0 10px; border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.sod_list .li_prqty .li_prqty_sp {width:50%;display:inline-block;float:left;text-align:center;line-height:24px; border-bottom:1px solid #dcdcdc; font-size:1em;margin-left:-1px}
.sod_list .li_prqty .li_prqty_sp span {float:left; width:50%;display:block;background:#f1c800; color:#fff;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0}
.sod_list .total_span {display: flex; width: calc(100% - 20px); position: relative; padding: 5px 10px; text-align: right; background: #f2f3f8; color: #343434; justify-content: space-between; align-items: center; margin: 10px; border-radius: 2px; }
.sod_list .total_span strong {font-size:16px; letter-spacing:-1px; color:#fa622f;}
.sod_list .total_span strong::after { content:'원'; }
.sod_list .total_span span {font-size:12px; letter-spacing:-1px; font-weight:500;}

.li_op_wr { display:flex; margin:10px; }

.pay_tbl { width:100%; }

#sod_frm {}
#sod_frm section {width:100%; margin-bottom:10px}
#sod_frm section h2 {border-bottom:1px solid #fff;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; display: flex; flex-wrap: wrap; flex-direction: row;}
#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}
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 #f1c800;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%; background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);}
.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 {margin-bottom:30px !important;}
.agreement .set_agree {position:relative; margin-bottom:10px; padding:10px 15px; border:1px solid #ddd;background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);}
.agreement .set_agree input {position: absolute; left:-100%; top:0; width:0; height:0; border:0; }
.agreement .set_agree label,
.agreement .set_agree a {display: inline-block;}
.agreement .set_agree label {position:relative; padding-left:25px; font-size: 13px; font-weight:500}
.agreement .set_agree label::after {content:"";position: absolute; left:0; top:0;width:18px; height:18px; border-radius:4px; display:block; border:1px solid #aaa; background-image:url("https://xn--mf0b750cnsi.com/images/chk.svg"); background-repeat:no-repeat; background-position:center; background-size:10px; box-sizing:border-box;}
.agreement .set_agree input:checked + label::after {border:1px solid #f1c800; background-image:url("https://xn--mf0b750cnsi.com/images/chk_w.svg"); background-color:#f1c800;}
.agreement .set_agree a {margin-left:5px; padding:0 5px; border-radius:4px; background-color:#888; font-size:12px; color:#fff;line-height:auto}

/* 모달팝업 */
#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: #f1c800;letter-spacing: -0.03em;font-weight:400}
.cuation_li li::before {position: absolute;left: 0;top: 0;line-height: 22px;font-size: 13px;content: "※";}

.register {margin: 50px auto 50px auto;width: 95% !important;}

.form-wr {width: 100%; margin: 0 0 20px;}
.form-wr h2 {font-size:24px;}
.form-wr h3 {font-size:14px; font-weight:400; margin-top:10px; color:#000}
.form-wr ul {width: 100%;display: flex;flex-direction: column;gap: 10px;margin: 50px 0px 30px 0px;}
.form-wr ul li {margin-bottom: 15px;font-size: 1em;width: 100%;}
.form-wr ul li .line-box {width: 100%;position: relative;display: inline-block;}
.form-wr ul li .line-box > input:focus {outline: none;}
.form-wr ul li .line-box {width:100%;position:relative;display:inline-block;}
.form-wr ul li .line-box::after, .form-wr ul li .line-box::before {content: ' ';width:0%;bottom:0px;left: 50%;transform: translate(-50%, -50%);position:absolute;transition:ease-in-out .5s all;}
.form-wr ul li .line-box::before {width:100%;border-bottom: 1px solid #e1e1e1;}
.form-wr ul li .line-box::after {border-bottom: 1px solid #182362;}
.form-wr ul li .line-box:focus-within::after {width:100%;}
.form-wr ul li input {width:100%;}
.form-wr .btn_confirm {display:flex;text-align: center;}
.form-wr .btn_confirm .btn_cancel, .form-wr .btn_confirm .btn_submit {float: left;height: 50px !important;width: 49.5%;text-align: center;font-weight: bold;font-size: 1.083em;}
.form-wr .btn_confirm .btn_submit {margin-left: 1%;}



/* 지정값 */
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}
.f19 {font-size: 19px !important;}
.f20 {font-size: 20px !important;}
.f21 {font-size: 21px !important;}
.f22 {font-size: 22px !important;}
.f23 {font-size: 23px !important;}
.f24 {font-size: 24px !important;}
.f26 {font-size: 26px !important;}
.f28 {font-size: 28px !important;}
.f32 {font-size: 32px !important;}
.f36 {font-size: 36px !important;}
.f38 {font-size: 38px !important;}
.f40 {font-size: 40px !important;}
.f42 {font-size: 42px !important;}
.f48 {font-size: 48px !important;}


.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;}
.fw700 {font-weight: 700 !important;}
.fw600 {font-weight: 600 !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(/theme/unifun/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(/theme/unifun/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(/theme/unifun/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(/theme/unifun/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(/theme/unifun/images/pay_card.svg) 50% 50% no-repeat;background-size: 35%;}
.charge-list li.mobile a dt{background:url(/theme/unifun/images/pay_moblie.svg) 50% 50% no-repeat;background-size: 35%;}
.charge-list li.danal-cash a dt{background:url(/theme/unifun/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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);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;}

.pay-status-area{margin-top:60px;border:2px solid #333;}
.pay-status{padding:30px;background:url(/theme/unifun/images/unifun_logo.png) 30px 50% no-repeat;background-size: 100px;}
.pay-status:after{content:'';display:block;clear:both;}
.pay-status ul{float:right;width:400px;}
.pay-status ul li{width:100%;font-size:16px;color:#222222;margin-top:20px;}
.pay-status ul li:first-child{margin-top:0;}
.pay-status ul li:after{content:'';display:block;clear:both;}
.pay-status ul li .tit{float:left;}
.pay-status ul li .result{float:right;text-align:right;}
.pay-status ul li .result.roboto{font-family:'Roboto'}
.pay-status ul li .result.status{font-weight:500;}
.pay-status ul li .result strong{color:#ff1100;}
.pay-status-area .pay-total{padding:30px;border-top:1px solid #eeeeee;}
.pay-status-area .pay-total:after{content:'';display:block;clear:both;}
.pay-status-area .pay-total .tit{float:left;font-size:18px;font-weight:500;color:#222222;}
.pay-status-area .pay-total .result{float:right;font-size:22px;color:#ff1100;}
.pay-status-area .pay-total .result strong{font-family:'Roboto';font-weight:500;}
.cash-finish-area{padding:60px 0;background:#f8f8f8;text-align:center;}
.cash-finish-area .finish-t1{padding-top:90px;position:relative;font-size:35px;color:#222222;}
.cash-finish-area .finish-t1:before{content:'';display:block;width:74px;height:59px;background:url(../img/sub/bg-cash-finish.png) 0 0 no-repeat;position:absolute;left:50%;top:0;margin-left:-37px;}
.cash-finish-area .finish-t1 strong{color:#ff1100;}
.cash-finish-area .finish-t2{margin-top:20px;font-size:20px;color:#222222;}

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


.cash-wr {display:flex;gap:10px;margin-bottom: 30px;width:100%;}
.cash-wr .cash-summary {width: 45%;border: 1px solid #ddd;display: flex;flex-direction: column;border-radius: 10px;padding: 20px; gap:5px;background-color: #fff;}
.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 {display: flex;font-size: 18px;align-items: baseline;font-weight: 600;justify-content: center;}

.cash-wr .cash-summary .cash-price strong{font-size:28px;text-align:center;padding-top:10px;}
.cash-wr .cash-summary .cash-txt {display: flex;justify-content: center;align-items: center;width: 100%; margin: 20px 0 10px 0;}
.cash-wr .cash-summary .cash-txt span{background-color: #ddd;color: #666;border-radius: 20px;line-height: 30px;font-weight: 600;display: block;padding: 0px 20px;}

.cash-wr .cash-info {width:55%; 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 .cash-info button{width: 100%;line-height: 42px;margin-top: 10px;color: #fff;background-color: #ff0000;border: 1px solid #ff0000;font-size: 14px;font-weight: 600;;}

.cash-wr .cash-info .bank-info {display: flex;background-color: #fff;line-height: 38px;align-items: center; border: 1px solid #ddd;font-size: 14px;}
.cash-wr .cash-info .bank-info span {padding-left: 10px;}
.cash-wr .cash-info .bank-info span:first-child {width:15%;background-color:#eee;text-align:center;border-right:1px solid #ddd;padding-left:0px;}
.cash-wr .cash-info .apply-form .won-input {position:relative;}
.cash-wr .cash-info .apply-form .won-input span{position: absolute;right: 10px;top: 50%;transform: translate(0%, -50%);}

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





/*---------------------------------------메인 리스트 상품--------------------------------------------------*/
/* ============ 옵션: 기존 그리드 유지 ============ */
/* 공통 안전장치 */
.sct_10, .sct_10 * { box-sizing: border-box; }
.sct_10 .sct_li { width: 100%; }

/* 기본(데스크탑) - 기존 cols-* 동작 유지 */
.sct_10 { display: grid; }
.sct_10.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.sct_10.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sct_10.cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }

/* ==== 반응형 재정의 (위 규칙보다 아래에 위치해야 적용됩니다) ==== */

/* 1024px 이하: 3열 통일 */
@media (max-width: 1024px) {
  .sct_10.cols-5,
  .sct_10.cols-4,
  .sct_10.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
  .sct_10 .sct_li { padding: 20px; }
}

/* 768px 이하: 2열 통일 */
@media (max-width: 768px) {
  .sct_10.cols-5,
  .sct_10.cols-4,
  .sct_10.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .sct_10 .sct_li { padding: 16px; }
}

/* 480px 이하: 1열 */
@media (max-width: 480px) {
  .sct_10.cols-5,
  .sct_10.cols-4,
  .sct_10.cols-3 { grid-template-columns: 1fr; gap: 14px; }
  .sct_10 .sct_li { padding: 14px; }
}

/* 카드 내부 이미지/미디어 영역이 그리드 칼럼에 맞게 꽉 차도록 */
.sct_10 .sct_img img,
.sct_10 .card-media img { display: block; width: 100%; height: auto; }

/*---------------------------------------서브페이지 상담 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: #f8c750;
  --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: #f8c750;
  --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: #f1c800 !important; font-weight: bold;}
button.plain {display: none;height: 100%;cursor: pointer;z-index: 999;}
button.plain img {height: 20px;}

#header {position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: auto; margin: 0 auto; z-index: 999; transition: all 0.1s;}
#header .logo {width: 203px;height: 47px;}
#header .logo a {}
#header .logo a.letter_w {}
#header .logo a.letter_b {display: none;}
#header.fix .logo a.letter_w {display: none;}
#header.fix .logo a.letter_b {display: block;height: 47px !important;}
#header .logo a img {width: 100%;height: 100%;object-fit: contain;}

/* logo */
#header .gbox {display: flex;justify-content: center;align-items: center;width: auto;z-index: 999;}
#header .m_gnb {display: none;padding: 20px;}
#header .close_btn2 {cursor: pointer;}
#header .close_btn2 img {}

/* 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;}
fieldset {border:0px !important;}



/*------------------------------------------------- 하단 게시판 / 문의 배너 -----------------------------------------------------*/

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

/* PC 탭 컨테이너 */
.gbg-sort{
  display:flex; gap:10px; align-items:center;
  margin:18px 0 24px;
  padding:10px;
  border:1px solid #262626;
  border-radius:14px;
  background:
    radial-gradient(100% 160% at 50% 0%, rgba(255,215,0,.06), transparent 35%),
    linear-gradient(180deg, #121212, #0d0d0d);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  list-style:none;
}
.gbg-sort > li { display:flex; }

/* 탭 버튼 */
.gbg-sort a{
  display:flex; align-items:center; gap:8px;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  color:#EAEAEA;
  border:1px solid #2b2b2b;
  background:
    linear-gradient(135deg, rgba(255,215,0,.08), rgba(207,164,0,.04)),
    linear-gradient(180deg, #171717, #121212);
  transition: transform .12s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.gbg-sort a .odr{ font-style:normal; font-size:.86em; color:#a9a9a9; }

.gbg-sort a:hover,
.gbg-sort a:focus-visible{
  transform: translateY(-1px);
  border-color:#3f3209;
  box-shadow: 0 10px 28px rgba(0,0,0,.36), 0 0 0 6px rgba(255,215,0,.20);
  outline:none;
}

/* 활성 탭 */
.gbg-sort .is-active{
  color:#1c1606;
  border-color:#8c7412;
  background:
    linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #FFD700 0%, #E6C200 40%, #CFA400 100%);
  box-shadow: 0 12px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.45);
}
.gbg-sort .is-active .odr{ color:#40320b;}

/* 모바일 드롭다운 */
.gbg-sort--mobile .dropbtn{
  width:100%;
  display:flex; justify-content:space-between; align-items:center;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid #2b2b2b;
  background:
    linear-gradient(135deg, rgba(255,215,0,.06), rgba(207,164,0,.03)),
    linear-gradient(180deg, #171717, #111);
  color:#EAEAEA; font-weight:700;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}
.gbg-sort--mobile .dropdown-content{
  display:none;
  position:relative;
  margin-top:8px;
  border:1px solid #2b2b2b;
  background:#0f0f0f;
  border-radius:12px;
  overflow:hidden;
  box-shadow: 0 20px 30px rgba(0,0,0,.4);
}
.gbg-sort--mobile .dropdown-content a{
  display:block;
  padding:12px 14px;
  color:#dcdcdc; text-decoration:none;
  border-bottom:1px solid #1a1a1a;
}
.gbg-sort--mobile .dropdown-content a:last-child{border-bottom:0}
.gbg-sort--mobile .dropdown-content a:hover{
  background:linear-gradient(135deg, rgba(255,215,0,.08), transparent 70%);
}
.gbg-sort--mobile .dropdown-content .ms_sort_active{
  background: linear-gradient(135deg,#FFD700,#E6C200);
  color:#1e1706; font-weight:800;
}
.mb_sort_show{ display:block; }

/* 반응형 보조 */
@media (prefers-reduced-motion: reduce){
  .gbg-sort a,
  .gbg-sort--mobile .dropbtn{ transition:none !important; }
}



/*-------------------------------------------------푸터 css 관리 ----------------------------------------------------*/
/** 250808 **/
    :root{
      --bg:#0C0C0C; --panel:#111; --panel-2:#151515;
      --text:#EAEAEA; --muted:#9B9B9B; --line:#2B2B2B;
      --gold:#FFD700; --gold-2:#E6C200; --shadow:rgba(0,0,0,.35);
      --ring:rgba(255,215,0,.25);
      --radius:16px;
    }
	.sub-container {
	  width: 1400px;
	  max-width: 100%;
	  margin: 0 auto;
	  padding: 20px;
	  box-sizing: border-box;
	}
	.gbg-search form {width:100%;}

	/* 컨테이너는 이미 .search로 패딩/센터링 있음 */
	.gbg-search-box{
	  position:relative; width:min(920px,100%);
	  display:flex; gap:8px; margin:0 auto;
	}
	.gbg-search-box input{
	  flex:1; padding:14px 16px; border-radius:12px; border:1px solid #2B2B2B;
	  background:#151515; color:#EAEAEA; outline:none;
	}
	.gbg-search-box input:focus{ border-color:#FFD700; box-shadow:0 0 0 6px rgba(255,215,0,.25); }
	.gbg-search-btn{
	  min-width:48px; padding:0 14px; border:1px solid #2B2B2B; border-radius:12px; background:#111; color:#EAEAEA; cursor:pointer;
	}

	/* 드롭다운 패널 */
	.gbg-search-panel{
	  position:relative;
	  width:min(920px,100%); margin:10px auto 0;
	  background:#0f0f0f; border:1px solid #2B2B2B; border-radius:12px; padding:14px;
	}
	.gbg-search-panel
	.gbg-search-actions{ text-align:right; margin-top:8px; }
	.gbg-search-close{ background:none; border:0; color:#bbb; cursor:pointer; }

	@media (max-width:820px){
	  .gbg-search-box{ gap:6px; }
	  .gbg-search-box input{ padding:12px 12px; }
	}



    body{background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f);color:var(--text);font-family:'Noto Sans KR',system-ui,sans-serif;}

    /* HEADER */
    header{
      position:sticky;top:0;z-index:1000;
      display:flex;align-items:center;justify-content:space-between;
      padding:14px clamp(16px,5vw,72px);
      background:#000;border-bottom:1px solid var(--line);
      backdrop-filter:saturate(1.2) blur(4px);
    }
    .brand{display:flex;align-items:center;gap:12px;font-weight:700;color:var(--gold)}
    .brand .mark{
      width:28px;height:28px;border-radius:6px;
      background:linear-gradient(135deg,var(--gold),#b48a00);
      box-shadow:0 0 0 2px rgba(0,0,0,.3) inset;
    }
    nav.main{display:flex;gap:26px}
    nav.main a{
      color:var(--text);text-decoration:none;font-weight:600;font-size:.95rem;
      opacity:.85;transition:opacity .2s;
    }
    nav.main a:hover{opacity:1}
    .header-icons{display:flex;align-items:center;gap:16px}
    .icon-btn{
      width:40px;height:40px;border-radius:10px;border:1px solid var(--line);
      display:grid;place-items:center;background:var(--panel);
      color:var(--text);cursor:pointer;transition:transform .12s, border-color .2s, box-shadow .2s;
    }
    .icon-btn:hover{transform:translateY(-1px);border-color:var(--gold);box-shadow:0 0 0 6px var(--ring)}
    .icon-btn[aria-label="로그인"] i{color:var(--gold)}
    .icon-btn[aria-label="회원가입"] i{color:#fff}

    /* PREMIUM FEATURE CARDS (honors-style) */
    .premium{
      padding:40px clamp(16px,5vw,72px) 16px;
      display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;
    }
    .tier{
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:
        radial-gradient(120% 100% at 0% 0%, rgba(255,215,0,.06), transparent 40%),
        linear-gradient(#131313,#101010);
      padding:26px; box-shadow:0 10px 30px var(--shadow);
    }
    .tier h4{letter-spacing:.22em;font-size:.78rem;color:#cfcfcf;margin:0 0 14px}
    .tier .crown{font-size:22px;margin-bottom:6px;color:#a9a9a9}
    .tier .title{font-size:1.5rem;font-weight:800;margin:0 0 10px}
    .tier .desc{color:#cfcfcf}
    .tier--royal{border-color:#3a2d00;background:
      radial-gradient(120% 100% at 100% 0%, rgba(255,215,0,.12), transparent 45%),
      linear-gradient(#14110a,#0f0d08);}
    .tier--royal .crown{color:var(--gold)}
    .tier--royal .title{color:var(--gold)}

    /* SEARCH */
    .search{
      padding:10px clamp(16px,5vw,72px) 0; display:flex;justify-content:center;
    }
    .search input{
      width:min(920px,100%); padding:14px 16px;border-radius:14px;
      border:1px solid var(--line); background:var(--panel-2); color:var(--text);
      outline:none; transition:border-color .2s, box-shadow .2s;
    }
    .search input:focus{border-color:var(--gold); box-shadow:0 0 0 6px var(--ring)}

    /* PRODUCTS */
    .section-title{
      padding:34px clamp(16px,5vw,72px) 10px; font-size:1.15rem; font-weight:800;
      display:flex; align-items:center; gap:10px;
    }
    .section-title .dot{width:10px;height:10px;border-radius:50%;background:var(--gold)}
    .grid{
      padding:16px clamp(16px,5vw,72px) 64px;
      display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;
    }
    .card{
      position:relative;border-radius:18px;border:1px solid var(--line);
      background:linear-gradient(180deg,#121212,#0f0f0f);
      box-shadow:0 12px 24px rgba(0,0,0,.35);
      overflow:hidden;transition:transform .15s, box-shadow .2s, border-color .2s;
    }
    .card:hover{transform:translateY(-6px); box-shadow:0 22px 40px rgba(0,0,0,.45); border-color:#3a2d00}
    .card-media{aspect-ratio:4/3; background:#0b0b0b; display:grid; place-items:center;padding: 15px 0;}
    .card-media img{width:88%; height:88%; object-fit:contain; filter:drop-shadow(0 8px 22px rgba(0,0,0,.55))}
.badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.78rem;
    color: #000000 !important;
    letter-spacing: 0.5px;
    white-space: nowrap;

    /* 금속 느낌의 그라데이션 */
    background: linear-gradient(145deg,
        #fff6cc 0%,
        #fce07b 25%,
        #e4b93d 50%,
        #c89e24 75%,
        #fce07b 100%);
    background-size: 200% 200%;
    border: 1px solid rgba(199, 150, 26, 0.9);

    /* 입체감 & 반사광 */
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.7),
        inset 0 -1px 2px rgba(184, 134, 11, 0.6),
        0 2px 5px rgba(0, 0, 0, 0.3);

    /* 텍스트 가독성 강화 */
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);

    /* 반짝이는 금속 애니메이션 */
    animation: badgeShimmer 4s linear infinite;
}

/* 반짝임 효과 */
@keyframes badgeShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 호버 시 미묘한 확대와 반사광 강조 */
.badge:hover {
    transform: scale(1.05);
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.8),
        inset 0 -1px 3px rgba(184, 134, 11, 0.7),
        0 4px 8px rgba(0, 0, 0, 0.4);
}

    .card-body{padding:16px 18px 18px}
    .name{font-weight:700; margin:0 0 8px; color:#fff !important;}
	.name a {font-weight:700; margin:0 0 8px; color:#fff !important;}
    .price{display:flex; align-items:baseline; gap:10px}
    .price .now{font-size:1.12rem; font-weight:800; color:#fff}
    .price .old{text-decoration:line-through; color:var(--muted)}
    .buy{
      margin-top:14px; width:100%; padding:12px 14px; border-radius:12px;
      background:linear-gradient(135deg,var(--gold),#f0cc00); color:#000; border:0; font-weight:900; cursor:pointer;
      box-shadow:0 8px 22px rgba(255,215,0,.25);
      transition:filter .15s, transform .12s;
    }
    .buy:hover{filter:saturate(1.05)}
    .buy:active{transform:translateY(1px)}

    /* FOOTER */
    footer{
      border-top:1px solid var(--line);
      padding:40px clamp(16px,5vw,72px);
      background:radial-gradient(120% 100% at 100% 0%, rgb(4 4 10 / 13%), #0604211a 45%), linear-gradient(#09080c, #08080f); color:#aaa; font-size:.9rem;
      display:grid; gap:10px; justify-items:center;
    }

    /* self-test console (for debugging) */
    #test-console{font-size:12px;color:#bbb;opacity:.8}
    .test-pass{color:#9be49b}.test-fail{color:#ff8a8a}

    @media (max-width:820px){
      nav.main{display:none}
    }

/* 공통 레이아웃(필요 시) */
.premium{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

/* 카드 베이스 */
.premium .tier{
  position:relative;
  border-radius:16px;
  border:1px solid #2b2b2b;
  background:linear-gradient(180deg,#141414,#0f0f0f);
  padding:26px 24px;
  box-shadow:0 12px 28px rgba(0,0,0,.45);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background-position 1.2s ease;
  background-image:
    radial-gradient(120% 100% at 20% -10%, rgba(255,215,0,.06), transparent 40%),
    linear-gradient(#141414,#0f0f0f);
  background-repeat:no-repeat;
  background-size: 300% 300%, cover;    /* 숨쉬는 골드 그라데이션 */
  background-position: 50% 50%, center;
}

/* 살짝 떠오르기 + 은은한 골드 글로우 */
.premium .tier{
  transform:translateY(-6px);
  box-shadow:
    0 24px 48px rgba(0,0,0,.55),
    0 0 28px rgba(255,215,0,.18);
  background-position: 56% 44%, center;
  border-color:#3a2d00;
}

/* 테두리 오로라 링(마스킹된 conic-gradient) */
.premium .tier::before{
  content:"";
  position:absolute; inset:0;
  border-radius:inherit;
  padding:1px;                                  /* 링 두께 */
  background:conic-gradient(from 0deg,
    #5a4608 0deg, #FFD700 65deg, #caa10d 125deg, #6f5608 180deg,
    #FFD700 245deg, #caa10d 305deg, #5a4608 360deg);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  opacity:0; transform:scale(1.02);
  transition:opacity .25s ease;
  pointer-events:none;
}
.premium .tier::before{
  opacity:.9;
  animation:tierRingSpin 7s linear infinite;
}
@keyframes tierRingSpin{
  to{ transform:scale(1.02) rotate(360deg); }
}

/* 하이라이트 스윕(대각선 한 번 쓸고 지나감) */
.premium .tier::after{
  content:"";
  position:absolute; inset:-30%;
  background:
    linear-gradient(110deg,
      rgba(255,255,255,0) 40%,
      rgba(255,255,255,.15) 50%,
      rgba(255,255,255,0) 60%);
  transform:translateX(-60%) rotate(8deg);
  opacity:0;
  pointer-events:none;
}
.premium .tier::after{
  opacity:1;
  animation:tierSheen .9s ease forwards;
}
@keyframes tierSheen{
  to{ transform:translateX(60%) rotate(8deg); opacity:0; }
}

/* 타이틀/설명 살짝 선명+업 */
.premium .tier .title{
  font-weight:800; font-size:1.4rem; margin:6px 0 6px;
  transition:transform .18s ease, text-shadow .18s ease, color .18s ease;
}
.premium .tier .desc{
  color:#cfcfcf; transition:opacity .18s ease, transform .18s ease;
}
.premium .tier .title{
  color:#FFD700;
  text-shadow:0 0 16px rgba(255,215,0,.25);
  transform:translateY(-1px);
}
.premium .tier .desc{
  opacity:1; transform:translateY(-1px);
}

/* 상단 라벨 */
.premium .tier h4{
  margin:0 0 6px; font-size:.8rem; letter-spacing:.22em; color:#bdbdbd;
}

/* ---- 크라운(왕관) SVG 고급 효과 ---- */
.premium .tier .crown{
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:50%;
  background:radial-gradient(50% 60% at 50% 40%, rgba(255,215,0,.12), rgba(0,0,0,0));
  margin:6px 0 8px;
  position:relative; overflow:hidden;
  transition:filter .2s ease;
}
.premium .tier .crown svg{
  display:block; width:32px; height:32px; filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));
}

/* 왕관에 골드 광택 스윕 + 아주 미세한 틸트 */
.premium .tier:hover .crown{
  filter:drop-shadow(0 0 12px rgba(255,215,0,.42));
}
.premium .tier:hover .crown svg{
  animation:crownTilt .9s ease forwards;
  /* SVG 위에 광택 레이어 */
  --shine: linear-gradient(120deg, rgba(255,255,255,0) 0%,
                                     rgba(255,255,255,.75) 50%,
                                     rgba(255,255,255,0) 100%);
  mask: var(--shine);
  -webkit-mask-image: var(--shine);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: -120% 0%;
  animation:
    crownTilt .9s ease forwards,
    crownSheen .9s ease forwards;
}
@keyframes crownTilt{
  0%{ transform:rotate(0deg); }
  30%{ transform:rotate(-4deg); }
  100%{ transform:rotate(0deg); }
}
@keyframes crownSheen{
  to{ -webkit-mask-position: 120% 0%; }
}

/* 로열 카드: 더 깊은 골드 계열 */
.premium .tier--royal{
  border-color:#3a2d00;
  background:linear-gradient(180deg,#14110a,#0f0d08);
}
.premium .tier--royal:hover{
  box-shadow:0 28px 56px rgba(0,0,0,.6), 0 0 30px rgba(255,215,0,.25);
}

/* 모션 줄임 케어 */
@media (prefers-reduced-motion:reduce){
  .premium .tier,
  .premium .tier::before,
  .premium .tier::after,
  .premium .tier .crown svg{ animation:none!important; transition:none!important; }
}



/*footer {width: 100%;padding: 70px 0;background-image: linear-gradient(#edcc7c, #5d4500eb), url('/theme/unifun/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}
}


@media (min-width: 240px) and (max-width: 768px) {

.price{flex-wrap: wrap;}
.premium {padding:0px !important}
.search {display:block !important; padding:20px 0 !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;}

#bo_v {width: 95% !important; margin: 0 auto;}
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;}

.right {display: none;}

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

#find_info {width: 90%; margin: 0 auto; padding-top: 5rem; padding-bottom: 5rem;}
#find_info .new_win .btn_submit {width:100%;}

.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-list > ul > li {align-items: center;padding: 5px 0 5px 0;}
#cash-request-list > ul > li > div{font-size: 13px;}
#cash-request-list > ul > li > div:nth-child(1) {width:15%;}
#cash-request-list > ul > li > div:nth-child(2) {width:10%;}
#cash-request-list > ul > li > div:nth-child(3) {width:21%;}
#cash-request-list > ul > li > div:nth-child(4) {width:12%;}
#cash-request-list > ul > li > div:nth-child(5) {width:10%;}
#cash-request-list > ul > li > div:nth-child(6) {width:12%;}
#cash-request-list > ul > li > div:nth-child(7) {width:10%;}
#cash-request-list > ul > li > div:nth-child(8) {width:10%;}
#cash-request-list > ul > li > div:nth-child(8) > a {display: inline-block;line-height: 30px;border: 0;border-radius: 5px;padding: 0 10px;margin: 1px;font-weight: normal;background: #000;color: #fff;font-size: 12px;}
#cash-request-list > ul > li > div > span.wd_status_00 {background-color:#ddd;color:#000; border-radius:20px; line-height:28px; padding:0px 15px; display:inline-block;font-weight:600}
#cash-request-list > ul > li > div > span.wd_status_01 {background-color:#9eacc6;color: #fff;border-radius: 20px;line-height: 28px;padding: 0px 15px;display: inline-block;font-weight: 600;font-size: 12px;}
#cash-request-list > ul > li > div > span.wd_status_02 {background-color:#84c93a;color:#000; border-radius:20px; line-height:28px; padding:0px 15px; display:inline-block;font-weight:600}


#cash-request-list > ul > li > div > span.wd_type_t {background-color: #ff5f95;color: #fff;border-radius: 20px;line-height: 28px;padding: 0px 15px;display: inline-block;font-size: 12px;}
#cash-request-list > ul > li > div > span.wd_type_n {background-color: #79abff;color: #fff;border-radius: 20px;line-height: 28px;padding: 0px 15px;display: inline-block;font-size: 12px;}

/*-------------------------------------------------마일리지 신청리스트 요약 ----------------------------------------------------*/
#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 {display:flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.charge-summary-wr h3 {font-size:16px;}
.charge-summary-wr .charge-summary ul{display: flex;}
.charge-summary-wr .charge-summary ul li{display: flex;}

.charge-summary-wr .charge-summary ul li span{background-color: #fff;color:#000; line-height: 34px;display: inline-block;padding: 0px 20px 0px 25px;}

.charge-summary-wr .charge-summary ul li:first-child span:first-child{background-color: #009aff;color:#fff;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.charge-summary-wr .charge-summary ul li:first-child span:last-child{border: 1px solid #ddd;}

.charge-summary-wr .charge-summary ul li:last-child span:first-child{background-color: #009aff;color:#fff;}
.charge-summary-wr .charge-summary ul li:last-child span:last-child{border: 1px solid #ddd;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

/*
.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 div{margin:5px 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;}

#cash-form {display: flex;flex-direction: column;padding: 20px;gap:15px;}
#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;}
#cash-form .line-wr label {font-size: 14px;letter-spacing: -0.03em;}
#cash-form .line-wr .info-wr{font-size: 14px; text-align:right;  width: calc( 100% - 100px);}
#cash-form .line-wr .info-wr .input-won {position: relative;}
#cash-form .line-wr .info-wr .input-won input {padding-right:25px;text-align:right;width: 100%;color:#b4b4b4;font-size:18px; font-weight:600}
#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: center;}
#cash-form .chk-wr [type=radio] { width: 1.5rem;height: 1.5rem;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: 16px;font-weight: 500;margin-left: 5px;cursor:pointer}
#cash-form .chk-wr .alert-info {font-size: 12px;display: flex;align-items: center;gap: 10px;letter-spacing: -0.02em;}
#cash-form .chk-wr .alert-info:before {content: "\3f";font-family: "Font Awesome 6 Free";font-weight: 600;font-size: 12px;border: 1px solid;border-radius: 50%;width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;padding: 10px;color: #b4b4b4;}

#cash-form button {width:100%; line-height:48px;border-radius:5px;background-color:#b4b4b4;color:#fff;border: none;font-size: 18px;margin-top: 20px;}
#cash-form 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;}

.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:16px; 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;}



@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);
    }
}
