@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;height:100%}
body {margin:0;padding:0;font-size:0.75em;height:100%;font-family: "Montserrat", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select,img{vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;}
button,input[type=submit]{cursor:pointer;font-family: "Montserrat", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;outline:none}
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family: "Montserrat", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif}
textarea {border-radius:0;-webkit-appearance:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
 a:hover,a:focus{color:#d63154;}
ul,li,ol,dt,dd,dl{list-style:none;padding:0;margin:0;}

*, :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;
}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

@media (max-width:  640px){
    .m_no{display:none}
}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {position:relative;margin:0 0 ;padding: 0;text-align:center}
#hd h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#hd_tnb{border-bottom:1px solid #eee;border-top:2px solid #c19d4c;position:relative}
#hd_tnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_tnb li{float:left;width:20%;position:relative}
#hd_tnb li a{line-height:38px;color:#555;display:block;}
#hd_tnb li a:hover{color:#d63154}
#hd_tnb .join-point,#hd_tnb .cart-num{z-index: 1;position: absolute;bottom:-10px;text-align: center;width:100%;left: 0;}
/* 기존 span 스타일 (하위 호환성) */
#hd_tnb .join-point span:not(.join-text):not(.join-main):not(.join-sub){white-space: nowrap;padding: 2px 7px 1px 7px;border-radius: 4px;font-size: 0.833em;line-height: 18px;;background: #ef7878;color: #fff;text-align: center;display:inline-block;}
#hd_tnb li:hover .join-point span:not(.join-text):not(.join-main):not(.join-sub){background:#111}

/* join-point 교차 슬라이드 애니메이션 */
#hd_tnb .join-point .join-text {
    display: inline-block;
    position: relative;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 7px 1px 7px;
    border-radius: 4px;
    font-size: 0.833em;
    line-height: 18px;
    background: #e7a362;
    color: #fff;
    text-align: center;
}

#hd_tnb li:hover .join-point .join-text {
    background: #111;
}

#hd_tnb .join-point .join-main,
#hd_tnb .join-point .join-sub {
    display: block;
    line-height: 18px;
    text-align: center;
    animation: joinSlide 5s ease-in-out infinite;
}

#hd_tnb .join-point .join-sub {
    font-weight: 600;
}

@keyframes joinSlide {
    0%, 40% {
        transform: translateY(-2px);
    }
    50%, 90% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(-2px);
    }
}
#hd_tnb .cart-num span{white-space: nowrap;padding: 2px 7px 1px 7px;border-radius: 4px;font-size: 0.833em;line-height: 18px;;background: #e7a362;color: #fff;text-align: center;display:inline-block;}
#hd_tnb li:hover .cart-num span{background:#d63154}

/* ========================================
   모바일 상단 바 (새 디자인)
   ======================================== */
.mobile-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-top-bar .top-bar-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.mobile-top-bar .top-bar-benefit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #ff7a3d 0%, #ff5722 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.mobile-top-bar .top-bar-benefit .benefit-icon {
    font-size: 10px;
}

.mobile-top-bar .top-bar-benefit .benefit-text {
    line-height: 1;
}

.mobile-top-bar .top-bar-logout {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.mobile-top-bar .top-bar-logout:hover {
    color: #333;
    border-color: #bbb;
}

.mobile-top-bar .top-bar-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mobile-top-bar .top-bar-logo img {
    height: 24px;
    width: auto;
}

.mobile-top-bar .top-bar-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.mobile-top-bar .top-bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-top-bar .top-bar-icon svg {
    stroke: #333;
}

.mobile-top-bar .top-bar-cart {
    position: relative;
    text-decoration: none;
}

.mobile-top-bar .cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: #ff5722;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}

/* PC에서 모바일 상단 바 숨기기 */
@media (min-width: 1024px) {
    .mobile-top-bar {
        display: none;
    }
}

.hd_wr{margin:0 auto;max-width:1220px;position:relative}
#logo{padding:40px 0 }

#hd_sch_open {overflow:hidden;position:absolute;top:25px;right:10px;padding:0 10px;height:2.6em;border:0;background:url(../mobile/shop/img/sch.gif) no-repeat 50% 50%;color:#fff;font-size:0.01em;width:30px;height:30px;-webkit-appearance:none;text-indent:-999px;}
#hd_sch  h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch {display:none;z-index:10;}
#hd_sch .btn_submit{text-indent:-999px;overflow:hidden;}
#hd_sch .frm_input:focus{outline:0;border-color:#ff0000}
#ppl_word{margin:7px 0;text-align:right}
#ppl_word a{display:inline-block;color:#333;font-size:0.92em;display:inline-block;padding-left:10px;text-align:center}


#hd_ct {width:30px;height:30px;border:0;background:url('../mobile/shop/img/icon-menu.png') no-repeat 50% 50%;background-size:19px;color:#fff;font-size:1em;text-indent:-9999px;-webkit-appearance:none;float:left}

#hd_mb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_mb li{float:left;width:25%;}
#hd_mb li a{display:block;background:#34b5a1;color:#fff;height:40px;line-height:40px;border-left:1px solid #2d9e8c;font-weight:bold}
#hd_mb li a:hover{background:#2d9e8c}
#hd_mb li:first-child a{border-left:none}

.hd-admin{background:#333;text-align:left;
-webkit-box-shadow:0 3px 5px #ccc; 
-moz-box-shadow:0 3px 5px #ccc;
box-shadow:0 3px 5px #ccc;}
.hd-admin:after {display:block;visibility:hidden;clear:both;content:""}
.hd-admin span{color:#fff;padding:13px 10px;display:inline-block;line-height:15px;}
.hd-admin span strong{color:#e14d64}
.hd-admin a{color:#fff;padding:13px 15px;display:inline-block;float:right;border-left:1px solid #222;line-height:15px;}
.hd-admin a:hover{background:#e14d64}

@media (min-width: 970px){
    #hd_ct{border-right:1px solid #eee;width:50px;height:38px;background-size:15px;}
    #hd_ct:hover{background-color:#f3f3f3}
    #hd_tnb ul{text-align:right;float:right}
    #hd_tnb ul li{width:auto;padding:0 10px;display:inline-block;float:none}
    #hd_sch {display:block;float:left}
    #hd_sch_open{display:none;}
    #hd_sch .pop_close{display:none;}
    #hd_sch .sch_inner{border-right:1px solid #eee;position:relative;}
    #hd_sch .frm_input{background:none;border:0;height:38px;padding:0 15px;padding-right:40px;width:160px}
    #hd_sch .frm_input:focus{background:#f3f3f3}
    #hd_sch .btn_submit{background:url('../mobile/shop/img/icon-sch-pc.png') no-repeat 50% 50%;width:40px;height:38px;position:absolute;top:0;right:0}
}
/* 검색 레이어 */
.search_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9000;
    overflow-y: auto;
}

.search_layer.active {
    display: block;
}

.search_box {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10001;
}

.search_box .close_btn {
    flex-shrink: 0;
}

.search_box .close_btn img {
    width: 24px;
    height: 24px;
}

.search_area {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px 15px;
}

.search_area .search_input {
    flex: 1;
    border: none;
    background: none;
    font-size: 14px;
    outline: none;
    padding: 0;
}

.search_area .submit_btn {
    flex-shrink: 0;
}

.search_area .submit_btn img {
    width: 20px;
    height: 20px;
}

.search_sub {
    padding: 20px 15px;
    border-bottom: 8px solid #f5f5f5;
}

.search_sub_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.search_sub_title span:first-child {
    color: #ff6b35;
}

.search_sub_title span:nth-child(2) {
    font-weight: 700;
    color: #333;
    margin-left: 0;
}

.search_sub_title p {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    margin: 0;
    cursor: pointer;
}

.search-inner .txt {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.search-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.search-list li:last-child {
    border-bottom: none;
}

.search-list li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.recmd_keyword,
.ranking_keyword {
    padding: 20px 15px;
    border-bottom: 8px solid #f5f5f5;
}

.recmd_keyword h2,
.ranking_keyword h2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}


.ranking_keyword .mk_txt_date {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 15px;
}

.mk_keyword_wrap {
    margin-top: 10px;
}

.mk_keywords {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.recmd_keyword .mk_keywords li {
    margin: 0;
}

.recmd_keyword .mk_keywords li a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff5f2;
    border: 1px solid #ff6b35;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.recmd_keyword .mk_keywords_num {
    color: #ff6b35;
    margin-right: 4px;
    font-weight: 700;
}

.ranking_keyword .mk_keywords {
    flex-direction: column;
    gap: 0;
}

.ranking_keyword .mk_keywords li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ranking_keyword .mk_keywords li:last-child {
    border-bottom: none;
}

.ranking_keyword .mk_keywords li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ff0000;
    font-size: 14px;
}

.ranking_keyword .mk_keywords_num {
    width: 24px;
    font-weight: 700;
    color: #ff0000;
}

.ranking_keyword .mk_keywords_txt {
    flex: 1;
    margin-left: 8px;
}

.ranking_keyword .mk_line {
    color: #ccc;
    margin-left: auto;
}

.ranking_keyword .mk_ico_txt_new_2 {
    margin-left: auto;
    padding: 2px 6px;
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
}

@media (max-width: 969px){
    #hd_sch{display:none}
    #ppl_word{text-align:center}
    #ppl_word a{color:#fff;font-size:1.25em;padding:0 10px;line-height:30px;}
    #logo{padding:10px 0 10px 0 }
    #logo img{max-height:35px}
    #hd_ct{position:absolute;top:52px;left:10px;width:30px;height:30px;z-index:9}
    .hd-admin a{padding: 13px 10px}

}

/*카테고리*/
#category{display:none;position:fixed;top:0;left:0;width:280px;overflow-y:auto;height:100%; -webkit-backface-visibility: hidden;background:#fff;z-index:909;text-align:left;
-webkit-box-shadow:0 3px 5px #ccc; 
-moz-box-shadow:0 3px 5px #ccc;
box-shadow:3px 0 8px rgba(0,0,0,0.3);
transform: translateX(-100%);
transition: transform 0.3s ease-in-out;
}

#category.active {
    transform: translateX(0);
}

/* 카테고리 헤더 */
.category-header {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.category-back-btn {
    background: none;
    border: none;
    padding: 8px;
    margin-right: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.category-back-btn:hover {
    opacity: 0.7;
}

.category-back-btn svg {
    transition: transform 0.2s;
}

.category-title {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0;
    letter-spacing: 0.5px;
}

.ct_login h2{font-size:1.5em;margin:0 0 10px;}
.ct_login p{line-height:1.4em;margin:0 0 10px;color:#737373}
.ct_login ul:after {display:block;visibility:hidden;clear:both;content:""}
.ct_login .ct-btn li{float:left;width:50%;}
.ct_login .ct-btn a{display:block;border:1px solid #ddd;text-align:center;line-height:37px;color:#3d3e3e}
.ct_login .ct-btn a:hover{background:#f3f3f3;}
.ct_login .ct-btn .btn_1{background:#3d3e3e;border-color:#3d3e3e;color:#fff}
.ct_login .ct-btn .btn_1:hover{background:#111}

.ct_wr {
    padding: 0;
}

.ct_login {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.ct_login .ct-info{margin:20px 0;position:relative}
.ct_login .ct-info li{float:left;width:25%;text-align:center}
.ct_login .ct-info a{display:flex;flex-direction:column;align-items:center;position:relative;text-decoration:none}
.ct_login .ct-info svg{width:24px;height:24px;margin-bottom:6px;transition:opacity 0.2s}
.ct_login .ct-info a:hover svg{opacity:0.7}
.ct_login .ct-info strong{display:block;font-weight:400;font-size:11px;padding:0;color:#666;margin-top:4px}
.ct_login .ct-info li .num{display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:8px;min-width:18px;height:18px;padding:0 4px;background:#ef7878;color:#fff;border-radius:9px;font-size:10px;font-weight:500}
.ct_login .ct-info button{border:0;background:none;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0}
.ct_login .ct-info button svg{margin-bottom:6px}

.ct_logout h2{font-size:1.16em}
.ct_logout dl{padding:5px 10px;background:#f3f3f3;margin:10px 0}
.ct_logout dl:after {display:block;visibility:hidden;clear:both;content:""}

/* 카테고리 리스트 */
#category ul.cate{
    background:#fff;
    width:100%;
    text-align:left;
    padding:0;
    margin:0;
    list-style:none;
}

#category ul.cate > li.cate-item{
    border-bottom:1px solid #f5f5f5;
}

#category ul.cate > li.cate-item:last-child{
    border-bottom:none;
}

#category ul.cate li.cate-item{
    position:relative;
}

#category ul.cate li.cate-item .cate-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    text-decoration:none;
    color:#333;
    transition:background-color 0.2s;
    min-height:56px;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
}

#category ul.cate li.cate-item .cate-link:hover,
#category ul.cate li.cate-item .cate-link:active{
    background-color:#f9f9f9;
}

#category ul.cate li.cate-item .cate-name{
    font-size:15px;
    font-weight:400;
    color:#333;
    flex:1;
    padding-right:8px;
    pointer-events:none;
}

#category ul.cate li.cate-item .cate-arrow{
    opacity:0.5;
    transition:opacity 0.2s;
}

#category ul.cate li.cate-item .cate-link:hover .cate-arrow{
    opacity:0.8;
}

#category ul.cate li.cate-item .cate-toggle{
    background:none;
    border:none;
    padding:8px;
    margin:-8px -8px -8px 8px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:44px;
    min-height:44px;
    transition:transform 0.3s ease, background-color 0.2s;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
    border-radius:4px;
}

#category ul.cate li.cate-item .cate-toggle:hover,
#category ul.cate li.cate-item .cate-toggle:active{
    background-color:rgba(0,0,0,0.05);
}

#category ul.cate li.cate-item .cate-toggle svg{
    transition:transform 0.3s ease;
}

/* 하위 카테고리 */
#category ul.sub_cate{
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    background:#fafafa;
    overflow:hidden;
}

#category ul.sub_cate.expanded{
    display:block;
}

/* 하위 카테고리 애니메이션 */
#category ul.sub_cate li.sub-cate-item{
    opacity:0;
    transform:translateY(-10px);
    transition:opacity 0.3s ease, transform 0.3s ease;
}

#category ul.sub_cate.expanded li.sub-cate-item{
    opacity:1;
    transform:translateY(0);
}

#category ul.sub_cate.expanded li.sub-cate-item:nth-child(1){transition-delay:0.05s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(2){transition-delay:0.1s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(3){transition-delay:0.15s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(4){transition-delay:0.2s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(5){transition-delay:0.25s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(6){transition-delay:0.3s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(7){transition-delay:0.35s;}
#category ul.sub_cate.expanded li.sub-cate-item:nth-child(8){transition-delay:0.4s;}

#category ul.sub_cate li.sub-cate-item{
    border-bottom:1px solid #f0f0f0;
}

#category ul.sub_cate li.sub-cate-item:last-child{
    border-bottom:none;
}

#category ul.sub_cate li.sub-cate-item .sub-cate-link{
    display:block;
    padding:12px 20px 12px 40px;
    text-decoration:none;
    color:#666;
    font-size:14px;
    font-weight:400;
    transition:background-color 0.2s, color 0.2s;
}

#category ul.sub_cate li.sub-cate-item .sub-cate-link:hover{
    background-color:#f5f5f5;
    color:#333;
}

#category ul.sub_cate1 li.sub-cate-item .sub-cate-link{
    padding-left:40px;
}

#category ul.sub_cate2 li.sub-cate-item .sub-cate-link{
    padding-left:50px;
}

#category ul.sub_cate3 li.sub-cate-item .sub-cate-link{
    padding-left:60px;
}

#category ul.sub_cate4 li.sub-cate-item .sub-cate-link{
    padding-left:70px;
}

/* 공통 메뉴 */
#category .cate-com{
    margin-top:8px;
    border-top:1px solid #f0f0f0;
    padding-top:8px;
}

#category .cate-com:before{
    width:15px;
    height:2px;
    content:'';
    background:#e0e0e0;
    display:block;
    margin:0 20px 16px;
}

#category ul.cate-com li{
    border-bottom:1px solid #f5f5f5;
}

#category ul.cate-com li:last-child{
    border-bottom:none;
}

#category ul.cate-com li a{
    display:block;
    padding:14px 20px;
    text-decoration:none;
    color:#666;
    font-size:14px;
    font-weight:400;
    transition:background-color 0.2s, color 0.2s;
}

#category ul.cate-com li a:hover{
    background-color:#f9f9f9;
    color:#333;
}


/* 중간 레이아웃 */
#container {}
.container{margin:0 auto;}
.container{margin:0 auto;max-width:1220px;padding:0px}
.idx-container{margin:0 auto;}
#container_title {margin:60px 0 0;padding:0;font-size:2em;text-align:center;font-weight:bold;}
#container_title span{display:inline-block;padding-bottom:10px;}
.idx-container #container_title{display:none}

/* 상품 페이지에서 상품 사진이 위로 올라오도록 */
#sit #sit_ov_wrap {
    margin-top: 0;
}           

@media (max-width: 969px){
    #container_title{margin:30px 0 0;font-size:1.25em}
}

/* 하단 레이아웃 */
#ft {margin:20px 0 0;text-align:left;line-height:1.5em}
#ft h2{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#ft  h3{margin:10px 0 0 0px;font-weight:normal;letter-spacing:1px;font-weight:normal;font-size:13px;color:#000}
.ft_wr{margin:0 auto;max-width:1200px;padding:40px 10px 0;}
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
.ft_con{width:50%;float:right;color:#777;line-height:1.7em;word-wrap: break-word;min-height:180px}
#ft_cs{border-left:0}
#ft_cs strong{color:#000;font-size:1.5em}
#ft_cs  p{font-size:0.92em;margin:5px 0 0;color:#777 }
#ft_cs .qa_link{display:inline-block;background:#3d3e3e;padding:0 10px;line-height:32px;color:#fff;margin:10px 0 0 ;font-size:0.92em}
#ft_bank p{margin:0 0 10px;color:#000;font-weight:bold}
#ft_if strong{display:block;color:#000}
#ft_if span{font-size:0.92em;margin-right:5px;display:inline-block}

#ft_link{background:#f3f3f3;padding:25px 0;text-align:center}
#ft_link li{display:inline-block;line-height:14px;padding:0 10px;text-align:left;font-weight:normal;border-left:1px solid #bbb}
#ft_link li:first-child{border:0}
#ft_link li a{color:#555}
#top_btn{
    position: fixed;
    right: 10px;
    bottom: 70px;
    display: block;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    border-radius: 38px;
    border: 0;
    z-index: 9998;
    opacity: 0.8;
    transition: opacity 0.3s, background 0.3s;
}
#top_btn:hover,
#top_btn:focus{
    opacity: 1;
    background: rgba(0, 0, 0, .8);
}
#top_btn::before {
    content: '↑';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/* 하단 고정 메뉴 */
#commonGnb {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 5px 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
    #commonGnb {
        display: none;
    }
    
    /* PC 화면용 상담문의 카톡 아이콘 */
    #pc_kakao_inquiry {
        position: fixed;
        right: 10px;
        bottom: 120px;
        display: block;
        width: 38px;
        height: 38px;
        z-index: 9998;
        border-radius: 20%;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    #pc_kakao_inquiry:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    
    #pc_kakao_inquiry img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media (max-width: 1023px) {
    #pc_kakao_inquiry {
        display: none;
    }
}

#commonGnb a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    flex: 1;
    position: relative;
    padding: 4px 0;
}

#commonGnb a img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    object-fit: contain;
}

#commonGnb .home_btn {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

#commonGnb .home_btn img {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

#commonGnb .kakao_join {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

#commonGnb .kakao_join img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

#commonGnb .today_btn img,
#commonGnb .inquiry_btn img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: contain;
}

@media (max-width: 969px){
#top_btn2{position:fixed;right:10px;bottom:60px;border:0;background:none;opacity:0.9;z-index:9999}
#top_btn2:hover,#top_btn2:focus{opacity:1}
#ft .copy{clear:both;padding:20px 10px;text-align:center;border-top:1px solid #f3f3f3;color:#777;font-size:0.92em}
}

@media (max-width: 969px){
    .ft_con{width:100%;min-height:auto;border-left:0;border-top:1px solid #eee}
   
    #ft_cs{border-top:0}
    #ft_cs a{width:100%;text-align:center}
    #ft_link{padding:15px}
    #ft_link li{padding:0 5px}
}
/* 목록 바로가기 */
.sanchor{border-bottom:1px solid #000;margin:30px 0 10px;text-align:center;font-size:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {display:inline-block;margin-bottom:-1px;text-align:center;line-height:40px;font-size:0.92em;font-size:12px;margin-left:-1px}
.sanchor a{display:block;color:#646464;border:1px solid #ddd;border-bottom-color:#000;background:#fcfcfc;padding:0 30px}
.sanchor a:hover{background:#fff}
.sanchor a.sanchor_on {border:1px solid #000;border-bottom:1px solid #fff;font-weight:bold;color:#000;background:#fff;position:relative}
.sanchor a span{display:inline-block;line-height:18px;padding:0 5px;background:#aaa;color:#fff;border-radius:5px}
.sanchor a.sanchor_on  span{background:#ef7878}

@media (max-width: 969px){
    .sanchor{border:none;border-bottom:0;margin-bottom:15px}
    .sanchor li {width:33.333%;margin-left:-1px}
    .sanchor a{padding:0 5px;border-color:#ddd}
    .sanchor a.sanchor_on{background:#fff;border-color:#000;color:#333}
}
/*아이콘 - 완전히 구분되는 톤 */
.icon{display:inline-block;font-size:10px;padding:0 5px;line-height:14px;color:#fff;margin:0px 2px 0px 0px;}
.icon_soldout{background:#aa0a14}
.icon_new{background:#6a9a8e}
.icon_best{background:#e8a078}
.icon_hit{background:#d88878}
.icon_rec{background:#88a0c8}
.icon_cp{background:#a890c8}
.icon_sale{position:absolute;top:0;left:15px;}
.icon_sale img{width:25px;height:auto}

@media (max-width:  640px){
    .icon_sale img{width:20px;height:auto}
}
/* ########## 쇼핑몰 컨텐츠 ########## */
#sidx{margin:0 auto;padding:0 ;max-width:1200px}

.sct-size {text-align:center;margin:30px 0 }
.sct-size  button{background:none;border:0;width:30px;height:30px;overflow:hidden;text-indent:-999px;opacity:0.2}
.sct-size  #btn-small{background:url(../mobile/shop/img/btn-small.png) no-repeat 50% 50%;background-size:20px;}
.sct-size  #btn-big{background:url(../mobile/shop/img/btn-big.png) no-repeat 50% 50%;background-size:20px;;}
.sct-size .active{opacity:1}

#sidx .sct_wrap{margin:0px}
              
/*  메인리뷰*/
#idx_review{position:relative}
#idx_review .review {padding:0 45px}
#idx_review .rv_li {padding-bottom:10px}
#idx_review .li_wr {border: 1px solid #e5e5e5;padding: 0;box-shadow: 0 3px 3px #fafafa;position: relative;}
#idx_review .li_wr img{width:100%;height:auto}
#idx_review .txt_wr{padding:10px;}
#idx_review .rv_tit{display:block;font-size:1.083em}
#idx_review .rv_prd{padding:5px 0 10px;color:#ef7878;display:block;border-bottom:1px solid #eee;font-style:italic}
#idx_review p{margin-top:10px;line-height:1.5em}

#idx_review .owl-next{position:absolute;top:50%;right:0;margin-top:-18px;background:url(../img/btn_next.png) no-repeat 50%  50%;width:40px;height:40px;text-indent:-999px;overflow:hidden;opacity:0.4}
#idx_review .owl-prev{position:absolute;top:50%;left:0;margin-top:-18px;background:url(../img/btn_prev.png) no-repeat 50% 50% ;width:40px;height:40px;text-indent:-999px;overflow:hidden;opacity:0.4}
#idx_review .owl-prev:hover,#idx_review .owl-next:hover{opacity:1}
#idx_review .owl-next,#idx_review .owl-prev {background-size:20px}
#idx_review .disabled,#sit_pvi .disabled:hover{opacity:0}

.sev_admin{text-align:right}
.sev_admin .btn_admin{line-height:35px;padding:0 10px;}

/* 장바구니 주문서 공통 */
#sod_chk {margin:10px;}
/* 주문 상품 목록 */
.sod_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sod_list .sod_li {
    background: #fff;
    border: none;
    border-radius: 12px;
    margin: 0 0 12px 0;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.sod_list .li_name {
    border: none;
    border-bottom: none;
    line-height: 1.5;
    padding: 0 0 16px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
.sod_list .li_name strong {
    font-weight: 600;
}
.sod_list .li_op_wr {
    position: relative;
    margin: 0;
    padding: 0 0 0 100px;
    min-height: 80px;
}
.sod_list .total_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}
.sod_list .total_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sod_list .sod_opt {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 8px;
}
.sod_list .mod_options {
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    color: #333;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 5px 0 0;
    border-radius: 6px;
    font-size: 12px;
}
.sod_list .li_prqty {
    margin: 16px 0 0 0;
    border-top: 1px solid #f0f0f0;
    padding: 14px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sod_list .li_prqty:after {
    display: none;
}
.sod_list .li_prqty_sp {
    float: none;
    width: auto;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #888;
}
.sod_list .li_prqty_sp span {
    float: none;
    display: inline;
    margin-right: 4px;
    color: #aaa;
}
.sod_list .prqty_sc,
.sod_list .prqty_price {
    border-right: none;
}
.sod_list .total_price {
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    margin: 16px 0 0 0;
    padding: 14px 16px;
    line-height: 1.5;
}
.sod_list .total_price span {
    float: none;
    font-size: 14px;
    color: #888;
}
.sod_list .total_price strong {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.sod_opt li {padding-left: 10px;background: url('../img/bullet.gif') no-repeat 3px 50%;color: #777;margin: 3px 0 5px;line-height: 1.3em;}

#sit_opt_added {margin:0;padding:0;border-bottom:0;background:#fff;list-style:none;}
#sit_opt_added li {padding:10px 0;border-bottom:1px solid #cdcdcd;position:relative}
#sit_opt_added li .opt_name{line-height:18px;padding:0 0 5px;width:100%;text-align:left;}
#sit_opt_added li .opt_count{width:100%}
#sit_opt_added li .opt_count:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #cdcdcd;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover{color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;width:40px;border-top:1px solid #e6c6c6;border-bottom:1px solid #e6c6c6;text-align:center;}
#sit_opt_added .num_input:focus{background:#f6d5d5;outline:0}
#sit_opt_added .sit_opt_del{border:0;font-size:15px;background:#d3d3d3;margin-left:3px;background:url(../mobile/shop/img/icon-close-s.png) no-repeat 50% 50% #ed7c7c;;text-indent:-999px;width:30px;height:30px;overflow:hidden}
#sit_opt_added .sit_opt_del:hover{color:#be334a}
#sit_opt_added .sit_opt_prc{float:right;display:block;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold;}

#sit_opt_added .btn_frmline {height:1.85em;line-height:1.85em;background:url(../mobile/shop/img/icon-close-s.png) no-repeat 50% 50% #ed7c7c;;text-indent:-999px;width:30px;height:30px;padding:0}
#sit_opt_added .btn_frmline:hover{background-color:#cd7070}
#sit_opt_added li div .sit_qty_plus{overflow:hidden;background:url(../mobile/shop/img/add.png) no-repeat 2px 2px #fff; text-indent:-999px;border:0;width:30px;height:30px;border: 1px solid #e6c6c6;}
#sit_opt_added li div .sit_qty_minus{overflow: hidden;background: url(../mobile/shop/img/add.png) no-repeat -24px 2px  #fff;text-indent: -999px;border: 0;width: 30px;height: 30px;border: 1px solid #e6c6c6;}
#sit_opt_added li div .sit_qty_minus:hover,#sit_opt_added li div .sit_qty_plus:hover{background-color:#fcf5f5}
#sit_opt_added li div .frm_input{width:34px;border:0;height:30px;padding:0 !important;line-height:30px;text-align:center;background:#faf4f4;float:left;border:1px solid #e6c6c6}
#sit_tot_price {margin:15px 0;font-size:1.3em;font-weight:bold;text-align:right;position:relative}
#sit_tot_price span{font-weight:normal;font-size:13px}
select.it_option,select.it_supply { width: 100%;height: 40px;line-height: 38px;font-size: 13px;color: #862525;border: 1px solid  #e7c7c7 ;background: url(../mobile/shop/img/select.png) no-repeat right #fff;  text-indent: 10px;vertical-align: middle !important;outline: none;-webkit-appearance: none;-moz-appearance: none;}
select.it_option:hover,select.it_supply:hover{background-color:#feefef}
select.it_option:focus,select.it_supply:focus{background-color:#e7c7c7}
select.it_option option{background:#e7c7c7;}

@media (min-width: 970px){
    .sod_list .li_op_wr{width:70%;float:left;margin:10px 0;padding-left: 100px;}

    .sod_list .li_prqty{width:30%;float:right;margin:0;border:0;padding:15px;}
    .sod_list .li_prqty_sp{width:100%;border:0}
    .sod_list .total_img{left:10px}
}


/* 장바구니 */
#mod_option_frm{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;border:1px solid #caa8a8;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
#mod_option_frm h2{height:45px;line-height:45px;font-size:1.167em;padding:0 15px}
#mod_option_frm  #sit_sel_option{margin:0 15px 10px }
#mod_option_frm #sit_tot_price{margin:15px }
#mod_option_frm  #sit_sel_option ul{background:#f3f3f3;border:0 }
#mod_option_frm h3{margin: 0 0 10px;color:#5772d5;}
#mod_option_frm  .option_wr {margin:15px ; }
#mod_option_frm  .option_wr label{margin: 0 0 5px;display:block}
#mod_option_frm .btn_confirm{margin:15px ; }
#mod_option_frm .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;padding:0 10px}
#mod_option_frm .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#333;font-size:1.25em}
#mod_option_frm #sit_opt_added li{padding:10px}


#sod_bsk .btn_del_wr{margin:10px 0}
#sod_bsk .sod_ta_wr{
    background: #fff;
    margin: 20px 0;
    padding: 20px 16px;
    border-radius: 4px;
}
#sod_bsk .go_shopping{
    margin: 10px;
}
#sod_bsk .go_shopping .btn01{
    height: 45px;
    line-height: 43px;
    font-size: 1.167em;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

/* 최종 주문 정보 - 테이블 형식 */
.sod_ta_wr{
    background: #fff;
    margin: 12px 16px;
    padding: 20px;
    overflow: hidden;
    clear: both;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
#m_sod_bsk_tot{
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#m_sod_bsk_tot:after{
    content: "";
    display: table;
    clear: both;
}
/* 각 행을 테이블처럼 표시 - dt와 dd를 한 줄에 배치 */
#m_sod_bsk_tot dt{
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    text-align: left;
    padding: 14px 0;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
#m_sod_bsk_tot dd{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding: 14px 0;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
#m_sod_bsk_tot dd strong{
    font-weight: 600;
    color: #222;
}
/* 총계 행 스타일 */
#m_sod_bsk_tot dt.sod_bsk_cnt,
#m_sod_bsk_tot dd.sod_bsk_cnt{
    border-bottom: none;
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-top: 4px;
}
#m_sod_bsk_tot dt.sod_bsk_cnt{
    font-size: 16px;
    font-weight: 600;
    color: #111;
}
#m_sod_bsk_tot dd.sod_bsk_cnt{
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
#m_sod_bsk_tot dd.sod_bsk_cnt strong{
    color: #111;
    font-size: 20px;
    font-weight: 700;
}
#sod_bsk_act .btn_submit{height:45px;font-size:1.167em;font-weight:bold;width:100%;margin:10px 0;}

@media (min-width: 970px){
    #sod_bsk_act .btn_submit{width:300px}
}

/* 주문서 작성 */
#sod_approval_frm{
    background: #f5f5f7;
}
#sod_frm{
    background: #f5f5f7;
    padding: 0;
}
#sod_frm .od_prd_list{
    margin: 0;
    padding: 20px 16px;
    background: #fff;
}
#sod_frm .sod_list{
    padding: 16px;
    background: #f5f5f7;
}
.od_prd_list .td_chk{border-left:0;}
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
.od_prd_list .td_prd .sod_name{min-height:80px}
.od_prd_list .td_prd .prd_name{font-size:1.167em}
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}

/* 주문서 폼 섹션 */
#sod_frm_orderer{
    padding: 24px 20px;
    background: #fff;
    border: none;
    margin: 12px 16px;
    clear: both;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
#sod_frm_taker{
    padding: 24px 20px;
    background: #fff;
    border: none;
    margin: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
#sod_frm_taker h2,
#sod_frm_orderer h2{
    margin: 0 0 24px 0;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.3px;
}

/* 주문서 버튼 영역 */
#sod_frm .btn_confirm{
    margin: 12px 16px 24px;
    padding: 24px 20px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
#sod_frm .btn_confirm .btn_submit{
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    margin-bottom: 10px;
}
#sod_frm .btn_confirm .btn_cancel{
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin: 0;
}

/* 입력 필드 스타일 */
.odf_list{
    margin: 0;
    padding: 0;
}
.odf_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.odf_list li{
    margin-bottom: 20px;
}
.odf_list li:last-child{
    margin-bottom: 0;
}
.odf_list label,
.odf_list strong{
    display: block;
    margin: 0 0 8px 0;
    color: #555;
    font-weight: 500;
    font-size: 13px;
}
.odf_list label .sound_only{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.odf_list .required + .frm_input,
.odf_list .frm_input.required{
    background-image: none;
}
.odf_list li > label:first-child::after,
.odf_list li > strong:first-child::after{
    content: "";
}
.odf_list .frm_input{
    width: 100%;
    height: 48px;
    padding: 0 14px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    color: #111;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.odf_list .frm_input:focus{
    outline: none;
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}
.odf_list .frm_input::placeholder{
    color: #aaa;
}
.odf_list .frm_address{
    margin-top: 8px;
}

/* 주소 검색 버튼 */
.odf_list .add_num{
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.odf_list .add_num .frm_input{
    flex: 1;
    margin: 0;
}
.odf_list .btn_addsch{
    position: static;
    height: 48px;
    padding: 0 18px;
    border: none;
    border-radius: 8px;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}
.odf_list .btn_addsch:hover{
    background: #111;
}

/* 배송지 선택 */
.odf_list .dlv_slt{
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.odf_list .dlv_slt strong{
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.odf_list .dlv_slt div{
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
/* 배송지 선택 첫 번째 줄 (주문자와 동일, 신규배송지, 배송지목록) */
.odf_list .dlv_slt .addr_list_first{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
/* 배송지 선택 두 번째 줄 (기본배송지, 최근배송지) */
.odf_list .dlv_slt .addr_list_second{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
/* 배송지 옵션 공통 스타일 */
.odf_list .dlv_slt .addr_option{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.odf_list .dlv_slt div label{
    display: inline-block;
    margin: 0;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}
.odf_list .dlv_slt input[type="radio"],
.odf_list .dlv_slt input[type="checkbox"]{
    margin: 0;
    cursor: pointer;
}
#order_address{
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
#order_address:hover{
    color: #000;
}
.odf_list .ad_default{
    display: inline-block;
    margin: 0 0 0 8px;
}

/* 텍스트 영역 */
.odf_list textarea{
    width: 100%;
    height: 100px;
    padding: 14px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    color: #111;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.odf_list textarea:focus{
    outline: none;
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}
/* 결제 방법 선택 */
#m_sod_frm_paysel {
    margin: 20px 0;
}
#m_sod_frm_paysel ul {
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#m_sod_frm_paysel ul:after {
    display: none;
}
#m_sod_frm_paysel li {
    float: none;
    padding: 0;
    width: auto;
    height: auto;
    flex: 1;
    min-width: calc(50% - 4px);
}
#m_sod_frm_paysel li input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
#m_sod_frm_paysel li label {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    box-sizing: border-box;
}
#m_sod_frm_paysel li input[type="radio"]:checked + label {
    border-color: #000;
    border-width: 2px;
    background: #fff;
    color: #000;
    font-weight: 600;
}
#m_sod_frm_paysel li label:hover {
    border-color: #999;
}
#m_sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
#m_sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
#m_sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
#m_sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%;}
#m_sod_frm_paysel .inicis_kakaopay{background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
#m_sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
#m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url('../../../img/samsungpay.png') no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}

/* 결제 정보 입력 */
#sod_frm_pay{
    padding: 20px 16px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
#sod_frm_pay h2{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#sod_frm_pay .cp_btn1,
#sod_frm_pay .cp_cancel1{
    margin-top: 0;
}

/* 결제 정보 테이블 */
.odf_tbl{
    position: relative;
    margin: 0;
}
.odf_tbl table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: none;
}
.odf_tbl table th{
    padding: 12px 0;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    border: none;
    background: transparent;
    width: auto;
}
.odf_tbl table td{
    padding: 12px 0;
    text-align: right;
    font-size: 14px;
    color: #000;
    border: none;
    background: transparent;
}
.odf_tbl table tr{
    border-bottom: 1px solid #f0f0f0;
}
.odf_tbl table tr:last-child{
    border-bottom: none;
}

#sod_frm_pt_alert{
    margin: 16px 0;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.sod_frm_point{
    padding-top: 16px;
    clear: both;
}
.sod_frm_point div{
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sod_frm_point div:after{
    display: none;
}
.sod_frm_point div label{
    float: none;
    line-height: normal;
    margin: 0;
    font-size: 14px;
    color: #333;
}
.sod_frm_point div span{
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.sod_frm_point div span:after{
    display: none;
}
.sod_frm_point div strong{
    float: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.sod_frm_point #od_temp_point{
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: right;
    font-size: 14px;
    background: #fff;
    color: #000;
    box-sizing: border-box;
}

/* 무통장 입금 계좌 정보 */
#settle_bank{
    background: #fff;
    border: none;
    padding: 24px 20px;
    margin: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    clear: both;
}
.settle_bank_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* 계좌번호 영역 */
.settle_bank_account{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.settle_bank_account label.sound_only{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
/* 계좌번호 wrapper (select/텍스트 + 복사 버튼) */
.bank_account_wrapper{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* 계좌번호 select 스타일 */
.settle_bank_account select{
    flex: 1;
    height: 56px;
    padding: 0 16px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #f8f9fa;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}
.settle_bank_account select:focus{
    outline: none;
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}
/* 계좌번호 텍스트 표시 */
.settle_bank_account .bank_account_text{
    flex: 1;
    display: block;
    padding: 16px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    min-height: 56px;
    box-sizing: border-box;
    word-break: break-word;
}
/* 계좌번호 복사 버튼 */
.btn_copy_account{
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.btn_copy_account:hover{
    background: #f8f9fa;
    border-color: #333;
    color: #333;
}
.btn_copy_account:active{
    transform: scale(0.95);
}
.btn_copy_account svg{
    width: 18px;
    height: 18px;
    stroke: currentColor;
}
/* 입금자명 영역 - 한 줄 배치 */
.settle_bank_depositor{
    display: flex;
    align-items: center;
    gap: 12px;
}
.settle_bank_depositor label{
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 1.5;
    margin: 0;
    white-space: nowrap;
}
#settle_bank #od_deposit_name{
    flex: 1;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    color: #111;
    font-size: 15px;
    text-align: left;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
#settle_bank #od_deposit_name:focus{
    outline: none;
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
}
#settle_bank #od_deposit_name::placeholder{
    color: #aaa;
}
#sod_frm_pt_info{border-bottom:1px solid #ccc}
.od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;border:1px solid #caa8a8;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
.od_coupon h3{height:45px;line-height:45px;font-size:1.167em;padding:0 15px;text-align:left}
.od_coupon .tbl_head02{margin:0 15px 15px}
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
.od_coupon .tbl_head02 td{text-align:left;background:#fff !important;border-right:0}
.od_coupon .tbl_head02 th{width:auto !important;border-left:0}
.od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
.od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
.od_coupon .btn_confirm{margin:20px ; }
.od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;}
.od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#333;font-size:1.25em}

.cp_btn ,.cp_btn1{padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:5px 0 0 }
.cp_apply{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
.cp_cancel,.cp_cancel1 {padding:0 7px;border:1px solid #aaa;color:#666;background:#fff;height:23px;line-height:21px;margin:10px 0 0 2px;}

#sod_frm_escrow{margin:10px;}
#sod_frm_escrow h2{font-size:1.25em}
#od_pay_sl h3{font-size:1.25em}

@media (max-width: 640px){
    .sod_frm_point div{background:#f3f3f3;}
}


/* 쿠폰 */
#scp_list li{position:relative;padding: 0}
#scp_list .li_pd{position:relative;padding:10px}
#scp_list .li_title{font-weight:bold;font-size:1.167em;}
#scp_list .pd_price{position:absolute;top:10px;right:10px}
#scp_list .pd_price strong{color:#ff006c;font-size:1.5em;}
#scp_list .li_target{color:#666;margin:5px 0 0;background:#f5f5f5;border-top:1px dashed #ddd;padding:5px 10px;line-height:25px;}
#scp_list .pd_date{float:right;color:#777}

/* 배송지 목록 */
#sod_addr {}
#sod_addr ul {margin:0;padding:0;list-style:none}
#sod_addr li {position:relative;padding:0;border-bottom:1px solid #e9e9e9}
#sod_addr .addr_title{border-bottom:1px solid #ddd;padding:10px 10px 10px 30px;}
#sod_addr .ad_subject{height:30px ;border:1px solid #bbb;width:100%;padding:0 10px}
#sod_addr .ad_chk{position:absolute;top:17px;left:10px}
#sod_addr .addr_info{padding:15px}
#sod_addr .addr_name{margin:0 0 10px;font-weight:bold;font-size:1.083em}
#sod_addr .addr_addr{line-height:1.5em;margin:5px 0;}
#sod_addr .addr_tel{margin:5px 0;color:#666}
#sod_addr .fa-mobile{font-size:14px}
#sod_addr .addr_btn{border-radius:0 0 3px 3px;padding:10px}
#sod_addr .addr_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sod_addr .sel_address{width:32%;float:left;margin-right:1%;height:30px;background:none;border:1px solid #333;color:#333;;padding:0 5px;}
#sod_addr .del_address{display:block;width:32%;text-align:center;float:left;margin-right:1%;border:1px solid #aaa;background:none;color:#888;padding:0 5px;height:30px;line-height:28px;vertical-align:middle}
#sod_addr input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#sod_addr .add_lb {display: inline-block;float:left;width:32%;text-align:center;border:1px solid #4162ff;color:#4162ff;height:30px;line-height:28px}
#sod_addr input[type="radio"]:checked+.add_lb {z-index:3;background:#4162ff;color:#fff}

/* 주문내역 */
#sod_v {margin:10px}
#sod_v .td_stat {width:100px}
#sod_v_info {margin:0 0 10px;padding:10px;background:#faecec;color:#883d1a;text-align:center}

/* 주문상세내역 */
#sod_list_inq{}
.sod_fin_list .sod_ta_wr{margin:15px 0;background:#fff}
.sod_fin_list h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
.sod_fin_list .prqty_stat{margin-top:5px;display:inline-block;padding:3px 5px;background:#6583c5;color:#fff}
.sod_fin_list .li_opt{color: #777;margin: 3px 0;line-height: 1.3em;padding-right:50px}
#sod_sts_wrap{margin:10px 0}
#sod_sts_wrap .btn_wr{border-top:1px solid #bbb;text-align:center}
#sod_sts_explan_open{padding: 0 10px;height: 30px;border: 1px solid #bbb;border-top:1px solid #fff;margin-top:-1px;color: #333;background:none}
#sod_sts_explan{display:none}
#sod_fin_legend{background:#f7f7f7;;margin:0 0 10px;padding:10px;line-height:20px}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_legend dt{float:left;width:20%}
#sod_fin_legend dd{float:left;width:80%}
#sod_fin_view{margin:10px 0;}
#sod_fin_view h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_view h3{font-size:1.167em;margin:20px 0 10px}

#sod_fin_no{margin:10px 0;border:2px solid #b9b9b9;background:#f3f3f3;;color:#444;text-align:center;padding:10px}
#sod_fin_no strong{font-size:1.167em}

#sod_fin_tot{margin:10px 0}
#sod_fin_tot h2{font-size:1.167em;margin:20px 0 10px}
#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;zoom:1}
#sod_fin_tot li:after{display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy{border-bottom:0 !important}
#sod_fin_tot strong {float:right}

#sod_fin_cancel{margin:10px 0;text-align:center}
#sod_fin_cancel h2{position:absolute;border:0;font-size:0;line-height:0;content:""}
#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;padding:0 10px;background:none;color:#5e6b6f;}
#sod_fin_cancel p{text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px;max-width:600px;margin:0 auto}
#sod_fin_cancelfrm:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 ;width:80%;float:left;}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;height:40px;width:20%;float:left;cursor:pointer}
#sod_fin_test {padding:10px}

/* 마이페이지 */
/* 마이페이지 - 모던 디자인 */
#smb_my {
    position: relative;
    padding: 16px 5px;
    background: #f5f5f7;
    min-height: 100vh;
}

/* 회원정보 개요 섹션 */
#smb_my_ov {
    background: #fff;
    border-radius: 16px;
    margin: 0 0 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

#smb_my_ov h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}

#smb_my_ov .hello_name {
    background: linear-gradient(135deg, #f4f4f4 0%, #adadad 100%);
    text-align: center;
    padding: 32px 16px 24px;
    position: relative;
}

#smb_my_ov .my_img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 0 16px;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255,255,255,0.3);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

#smb_my_ov .my_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#smb_my_ov .btn_edit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

#smb_my_ov .btn_edit:hover {
    background: rgba(0,0,0,0.7);
    color: #fff;
}

#smb_my_ov .my_name {
    margin: 0;
    color: #fff;
}

#smb_my_ov .my_name strong {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
}

#smb_my_ov .btn_out {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 6px 14px;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

#smb_my_ov .btn_out:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

/* 쿠폰/포인트 영역 */
.my_cou_wr {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.my_cou_wr:after {
    display: none;
}

.my_cou_wr .my_cou,
.my_cou_wr .my_po {
    flex: 1;
    text-align: center;
    padding: 20px 16px;
    position: relative;
}

.my_cou_wr .my_cou {
    border-right: 1px solid #f0f0f0;
}

.my_cou_wr img {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    display: block;
    opacity: 0.8;
}

.my_cou_wr a {
    color: #111;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}

.my_cou_wr a:hover {
    color: #667eea;
}

.my_cou_wr span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
    font-weight: 500;
}

.my_cou_wr .my_cou a:not(.win_coupon):not(.win_point),
.my_cou_wr .my_po a:not(.win_coupon):not(.win_point) {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

/* 회원정보 상세 */
.my_info {
    padding: 0;
    line-height: 1.6;
    background: #fff;
}

.my_info dt {
    border-top: 1px solid #f0f0f0;
    color: #666;
    padding: 14px 16px 6px;
    font-size: 13px;
    font-weight: 500;
}

.my_info dd {
    padding: 0 16px 14px;
    color: #111;
    font-size: 14px;
}

.my_info dt:first-child {
    border-top: 0;
}

.btn_my_if {
    width: 100%;
    border: 0;
    background: #f8f9fa;
    padding: 14px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    border-top: 1px solid #f0f0f0;
}

.btn_my_if:hover {
    background: #f0f0f0;
    color: #111;
}

/* 주문내역 섹션 */
#smb_my_wr {
    min-height: auto;
}

#smb_my_od {
    margin: 0 0 24px;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

#smb_my_od h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#smb_my_od h2 a {
    color: #111;
    text-decoration: none;
}

/* 위시리스트 섹션 */
#smb_my_wish {
    margin: 0 0 24px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

#smb_my_wish h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#smb_my_wish h2 a {
    color: #111;
    text-decoration: none;
}

#smb_my_wish ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#smb_my_wish ul:after {
    display: none;
}

#smb_my_wish li {
    float: none;
    width: auto;
    padding: 0;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#smb_my_wish li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#smb_my_wish li img {
    width: 100%;
    height: auto;
    display: block;
}

#smb_my_wish li .wish_info {
    padding: 12px;
}

#smb_my_wish li .info_link {
    display: block;
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#smb_my_wish li .info_date {
    display: block;
    font-size: 12px;
    color: #999;
}

#smb_my_wish li.empty_list {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
    background: transparent;
}

/* PC 레이아웃 */
@media (min-width: 970px) {
    #smb_my {
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    #smb_my_ov {
        position: absolute;
        top: 0;
        left: 20px;
        width: 320px;
    }
    
    #smb_my_wr {
        margin-left: 340px;
    }
    
    .btn_my_if {
        display: none;
    }
    
    .my_info {
        display: block !important;
    }
    
    #smb_my_wish ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 모바일 레이아웃 */
@media (max-width: 969px) {
    .my_info {
        display: none;
    }
}

@media (max-width: 640px) {
    #smb_my_wish ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 위시리스트 */
#sod_ws {margin:10px;border-top:1px solid #ddd;}
#sod_ws li{background:#fff;border-bottom:1px solid #ddd;margin:10px 0;position:relative;border-radius:3px}
#sod_ws .wish_img{ position: absolute;top: 50%;left: 20px;z-index: 10;width: 70px;height: 70px;margin-top: -35px;border-radius:50%;overflow:hidden;z-index:4}
#sod_ws .wish_info{padding:15px 15px 15px 100px;min-height:90px}
#sod_ws .wish_chk{position:absolute;top:5px;left:5px;z-index:9}
#sod_ws .info_date{color:#777;display:block;font-size:0.92em;margin:5px 0 0}
#sod_ws .wish_prd{display:block;font-weight:bold;font-size:1.083em}
#sod_ws .wish_del{position:absolute;bottom:10px;right:10px;}
#sod_ws .wish_del a{display:block;width:30px;height:30px;line-height:30px;background:#eee;border-radius:3px;color:#777;text-align:center;font-size:1.25em}
#sod_ws .sold_out{display:inline-block;padding:3px 5px;background:#ff0000;color:#fff}

#sod_ws_act {text-align:center;margin:10px 0;}
#sod_ws_act:after {display:block;visibility:hidden;clear:both;content:''}
#sod_ws_act .btn01{float:left;width:49%;height: 45px;background: #3d3e3e;;font-weight: bold;border: 0;color: #fff;font-weight: bold;font-size:1.25em}
#sod_ws_act .btn01:hover{background:#222}
#sod_ws_act .btn02{float:right;width:49%;height: 45px;border:1px solid #ddd;color: #333;font-weight: bold;background: #fff;font-weight: bold;font-size:1.25em;}
#sod_ws_act .btn02:hover{background:#f3f3f3}

@media (min-width: 970px){
    #sod_ws_act {max-width:400px;margin:20px auto 0}

}

/* 주문내역 include  */
/* 주문내역 리스트 - 모던 디자인 */
#sod_inquiry {
    margin: 0;
    padding: 0;
}

#sod_inquiry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sod_inquiry li {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin: 0 0 12px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

#sod_inquiry li:first-child {
    border-top: 1px solid #f0f0f0;
}

#sod_inquiry li:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

#sod_inquiry li .inquiry_idtime {
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sod_inquiry li .idtime_link {
    font-weight: 700;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

#sod_inquiry li .idtime_link:hover {
    color: #667eea;
}

#sod_inquiry li .idtime_time {
    position: static;
    color: #999;
    font-size: 13px;
}

#sod_inquiry li .inquiry_name {
    margin: 0 0 12px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

#sod_inquiry li .inq_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

#sod_inquiry li .inquiry_price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

#sod_inquiry li .inv_status {
    display: inline-block;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
}

#sod_inquiry li .inv_status span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

#sod_inquiry li .status_01 {
    background: #fff3cd;
    color: #856404;
}

#sod_inquiry li .status_02 {
    background: #d1ecf1;
    color: #0c5460;
}

#sod_inquiry li .status_03 {
    background: #d4edda;
    color: #155724;
}

#sod_inquiry li .status_04 {
    background: #cce5ff;
    color: #004085;
}

#sod_inquiry li .status_05 {
    background: #d1ecf1;
    color: #0c5460;
}

#sod_inquiry li .status_06 {
    background: #f8d7da;
    color: #721c24;
}

#sod_inquiry li .inquiry_inv {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

#sod_inquiry li .inv_inv {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    line-height: 1.5;
    background: #f8f9fa;
    color: #333;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
}

#sod_inquiry li .inv_inv i {
    color: #667eea;
    font-size: 14px;
}

#sod_inquiry li .inv_inv strong {
    font-weight: 600;
    color: #111;
}

#sod_inquiry li.empty_list {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
    background: transparent;
    border: 1px dashed #e0e0e0;
}

.status_01{display:block;background:#fda83c;color:#fff;line-height:30px;}
.status_02{display:block;background:#ff6f6f;color:#fff;line-height:30px;}
.status_03{display:block;background:#5bd085;color:#fff;line-height:30px;}
.status_04{display:block;background:#6fa8ff;color:#fff;line-height:30px;}
.status_05{display:block;background:#333;color:#fff;line-height:30px;}
.status_06{display:block;background:#f3f3f3;border:1px solid #ddd;color:#666;line-height:30px;font-weight:bold}


/* 주문내역 반응형 */
@media (min-width: 970px) {
    #sod_inquiry li {
        padding: 24px;
    }
    
    #sod_inquiry li .inquiry_idtime {
        flex-direction: row;
    }
    
    #sod_inquiry li .inq_wr {
        flex-direction: row;
    }
}

@media (max-width: 969px) {
    #sod_inquiry li .inv_inv {
        width: 100%;
        margin-top: 12px;
    }
    
    #sod_inquiry li .inq_wr {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    #sod_inquiry li .inv_status {
        align-self: flex-start;
    }
}



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

/* 화면낭독기 사용자용 */
#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;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;font-size:0;line-height:0;overflow:hidden;left:0}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.5em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {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;width:40px;height:40px;background:url('../../../img/captcha.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/captcha.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

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

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

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 5px;font-weight:bold}

/* 버튼 */
.btn{display:inline-block;padding:0 10px;height:35px;line-height:35px;font-weight:bold}
a.btn01 {display:inline-block;padding:0 7px;;border: 1px solid #ccc;border-bottom: 1px solid #aaa;;background:#fff;color:#333;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fff;color:#666;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center;padding: 20px 16px;} /* 서식단계 진행 */
.btn_submit {
    border: 0;
    background: linear-gradient(135deg, #222 0%, #333 100%);
    color: #fff !important;
    letter-spacing: -0.02em;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 24px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    transition: all 0.2s ease;
}
fieldset .btn_submit {height:24px;line-height:1em;color:#fff}
.btn_submit:hover{
    background: linear-gradient(135deg, #111 0%, #222 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    transform: translateY(-1px);
}
.btn_submit:active{
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
a.btn_cancel, button.btn_cancel {
    display: inline-block;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333 !important;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 24px;
    height: 54px;
    line-height: 52px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 8px;
}
a.btn_cancel:hover, button.btn_cancel:hover {
    border-color: #ccc;
    background: #f8f8f8;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;border: 1px solid #ddd;background:#fff;color: #3d3e3e;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02 ,.btn_b02{display:inline-block;background:#333;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin ,.btn_admin{display:inline-block;background:#e8180c;border:0;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}

/*버튼효과*/
.owl-stage{
    margin: 0 auto;
}

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

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

.tbl_head02 {margin:15px}
.tbl_head02 caption  {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px 0;border-top:1px solid #333;border-bottom:1px solid #ddd;background:#f3f3f3;color:#333;font-size:0.95em;text-align:center;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;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_head03 {margin:0 0 10px}
.tbl_head03 table{border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child{border-left:0}
.tbl_head03 a {}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;font-size:1.083em;max-width:100%;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.frm_input {height:40px;}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px;width:100%}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 기본리스트 */
.list_01{padding:0 ;}
.list_01 li{background:#fff;border-radius:3px;margin:10px 0;padding:10px 15px;border:1px solid #ccc}

/* 기본폼 */
.form_01{margin:10px}
.form_01 div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative}
.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;max-width:100%;}
.form_01 textarea {width:100%;height:100px}
.frm_input {height:40px}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center !important;color:#666 !important}
.empty_list {padding:50px 0 !important;text-align:center !important;color:#666 !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:100px}
.grid_3 {width:120px}
.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}

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

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;background:#ef7878;color: #fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:10px}
.new_win .list_01{margin:10px}
.new_win .win_ul {margin:10px}
.new_win .win_ul li{display:inline-block;}
.new_win .win_ul li a{display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}

.new_win .win_btn {clear:both;margin:10px;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;border-radius:3px;margin:10px 0}
.new_win .win_btn .btn_submit{width:100%;height:40px;line-height:40px;border-radius:3px;margin:0 0 20px;display:inline-block;font-weight:bold}

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

/* 사이드뷰*/
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:5px !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:10px 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current, .qa_page  {display:inline-block;padding:0 10px;height:30px;color:#000;line-height:28px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {background:#fff;border:1px solid #d4d4d4;border-radius:3px}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#444;color:#fff;font-weight:normal;border-radius:3px;line-height:30px;}


/* 상품상세 메뉴 floating */
#info_top_layer {display:none;position:absolute; top:0; left:0; width:100%; background-color: #eee;}
#form_btn_layer { display:none;position:absolute; top:0; left: 0; width: 100%; height: 60px; background-color: #eee;}

/*현금영수증*/
#kcp_req_rx .tbl_head01 tbody th {text-align:left;}

/*배송지목록*/
#sod_addr .win_desc{padding:10px 20px}


/*이벤트*/
#sev_hhtml,#sev_thtml{padding:10px}
#sev_hhtml img,#sev_thtml img{width:100%}


/*네이버페이*/
.naverpay-item{padding-top:15px;clear:both}
#sod_bsk_act .naverpay-cart{margin-top:15px;clear:both;position:static}

/*PC 주문서*/
#sod_frm_orderer .tbl_frm01,#sod_frm_taker .tbl_frm01{background:#fafafa;padding:10px 0;}
#sod_frm_orderer table th,#sod_frm_taker table th{border:0;padding:10px 5px;text-align:right}
#sod_frm_orderer table td,#sod_frm_taker table td{border:0;padding:5px 10px;vertical-align:middle}

#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 {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}

#sod_frm:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot{margin:10px;}
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;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:#777;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:#fff;color:#ff006c;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:#fff;color:#ff006c;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:#ff006c;font-size:1.25em}
#sod_frm_pay {position:relative}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
#sod_frm_pay #od_pay_sl{margin-top:20px}
#od_tot_price{margin: 0;font-weight:bold;text-align:right;padding:10px;background:#fff}
.odf_tbl  #od_tot_price {background:none}
#od_tot_price span{float:left;font-weight:bold}
#od_tot_price strong{font-size:1.5em;color:#ff006c}


.btn_address{background:#70aff2;border:1px solid #3476be;height:40px;color:#fff;padding:0 10px;font-size:1.083em;font-weight:bold}

.sod_left{display: table-cell;width:65%;padding:0 10px;vertical-align:top;}
.sod_right{display: table-cell;width:35%;background:#eceff4;padding:20px;vertical-align:top;height:100%}

@media (max-width: 970px){
    .sod_right,.sod_left{display:block;width:100%;padding:10px}
    #sod_frm .frm_input{width:100%}

}


/*개인결제 폼*/
#m_sod_frm_orderer {margin:10px;}
#m_sod_frm_orderer h2{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#m_sod_frm_orderer ul{background:#fff;margin:10px 0;border-bottom:1px solid #ccc;padding:10px 15px}
#m_sod_frm_orderer li{line-height:20px}
#m_sod_frm_orderer th{width:80px}
#m_sod_frm_orderer td .frm_input{width:100%}
#m_sod_frm_orderer #sod_frm_paysel ul{border:1px solid #ddd}

#m_pv_sod_frm .btn_confirm{margin:10px}
#m_pv_sod_frm .btn_confirm .btn_submit{width:100%;height: 45px;font-size: 1.167em;font-weight: bold;margin:0 0 3px;}
#m_pv_sod_frm .btn_confirm .btn_cancel{width:100%;height: 45px;line-height: 43px;font-size: 1.167em;font-weight: bold;padding:0}

#forderform{display:table;width:100%}
#forderform .pesonal table th{text-align:right;border:0;padding-right:10px}           
#forderform .pesonal table td{border:0}

#personal_pay h2{margin:0 0 10px}
#personal_pay input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#personal_pay .lb_icon {display: inline-block;float:left;width:50%;background:#fff;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 #ff006c;z-index:3}
#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#personal_pay .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#personal_pay .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#personal_pay .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#personal_pay .btn_confirm .btn_submit{width:100%;line-height:45px;margin:10px 0 5px}
#personal_pay .btn_confirm a{width:100%;line-height:45px;}

/* ========================================
   XEXYMIX 스타일 PC 헤더
   ======================================== */

/* PC 헤더 기본 숨김 */
.pc-header {
    display: none;
}

/* PC 화면에서만 표시 */
@media (min-width: 1024px) {
    .pc-header {
        display: block;
        border-bottom: 1px solid #eee;
    }

    /* 모바일 헤더 요소 숨기기 */
    #hd_tnb,
    .hd_wr > #logo,
    .hd_wr > #hd_ct,
    .hd_wr > #hd_sch_open,
    #category,
    .hd-admin {
        display: none !important;
    }
}

/* PC 헤더 - 첫 번째 줄 (로고 + 메인메뉴 + 아이콘) */
.pc-header-top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-header-logo img {
    height: 50px;
    width: auto;
}

.pc-header-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: 40px;
}

.pc-header-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.pc-header-menu a:hover {
    color: #000;
}

.pc-header-menu .sale-link {
    color: #ff6b35;
    font-weight: 700;
}

.pc-header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pc-header-icons a,
.pc-header-icons button {
    color: #333;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.pc-header-icons a:hover,
.pc-header-icons button:hover {
    color: #000;
}

.pc-header-icons img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.pc-header-icons a:hover img,
.pc-header-icons button:hover img {
    opacity: 1;
}

/* PC 헤더 SVG 아이콘 스타일 */
.pc-header-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pc-header-icon-svg {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.pc-header-icon-link:hover .pc-header-icon-svg {
    opacity: 1;
}

/* 쿠폰 아이콘: PNG를 마스크로 사용해 옆 아이콘과 동일 색(#c07b93) 적용 */
.pc-header-icon-coupon-mask {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #c07b93;
    mask-image: url(../mobile/shop/img/coupon8.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../mobile/shop/img/coupon8.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.pc-header-icon-link:hover .pc-header-icon-coupon-mask {
    opacity: 1;
}

.pc-header-icons .text-link {
    padding: 0 5px;
    font-weight: 500;
}

.pc-header-icons .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ef7878;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PC 헤더 - 두 번째 줄 (햄버거 + 카테고리 네비) */
.pc-header-nav {
    border-top: 1px solid #eee;
    position: relative;
}

.pc-header-nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

/* 햄버거 메뉴 버튼 */
.pc-mega-menu-trigger {
    background: none;
    border: none;
    padding: 15px 20px 15px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #eee;
    margin-right: 20px;
}

.pc-mega-menu-trigger i {
    font-size: 18px;
}

/* 카테고리 네비게이션 */
.pc-category-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.pc-category-nav-item {
    position: relative;
}

.pc-category-nav-item > a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    transition: color 0.2s;
    display: block;
    position: relative;
}

.pc-category-nav-item:hover > a {
    color: #000;
    font-weight: 600;
}

/* 호버된 대분류 아래 두꺼운 막대 */
.pc-category-nav-item:hover > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #000;
    animation: underlineSlide 0.3s ease-out;
}

@keyframes underlineSlide {
    from {
        transform: scaleX(0);
        transform-origin: left;
    }
    to {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* 카테고리 드롭다운 메뉴 */
.pc-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1001;
    min-width: 180px;
    padding: 15px 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.pc-category-nav-item:hover .pc-category-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: dropdownFadeIn 0.3s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pc-category-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pc-category-dropdown ul li {
    margin: 0;
    opacity: 0;
    transform: translateX(-10px);
    animation: dropdownItemSlide 0.3s ease-out forwards;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(1) {
    animation-delay: 0.05s;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(2) {
    animation-delay: 0.1s;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(3) {
    animation-delay: 0.15s;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(4) {
    animation-delay: 0.2s;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(5) {
    animation-delay: 0.25s;
}

.pc-category-nav-item:hover .pc-category-dropdown ul li:nth-child(n+6) {
    animation-delay: 0.3s;
}

@keyframes dropdownItemSlide {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.pc-category-dropdown ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.pc-category-dropdown ul li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* PC 검색바 */
.pc-search-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 15px;
}

.pc-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
}

.pc-search-form input[type="text"] {
    border: none;
    padding: 10px 15px;
    width: 200px;
    font-size: 13px;
    outline: none;
}

.pc-search-form button {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

/* ========================================
   메가 메뉴 드롭다운
   ======================================== */
.pc-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 40px 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.pc-mega-menu.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: megaMenuFadeIn 0.3s ease-out;
}

@keyframes megaMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pc-mega-menu-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 30px;
}

/* 카테고리 컬럼 */
.mega-menu-categories {
    display: flex;
    gap: 50px;
    flex: 1;
}

.mega-menu-column {
    min-width: 100px;
}

.mega-menu-column h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.mega-menu-column h3 a {
    color: #000;
    text-decoration: none;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mega-menu-column ul li {
    margin-bottom: 10px;
    text-align: left;
}

.mega-menu-column ul li a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
    text-align: left;
    display: block;
}

.mega-menu-column ul li a:hover {
    color: #000;
}

/* 사이드 영역 (커뮤니티, 고객센터) */
.mega-menu-side {
    width: 200px;
    border-left: 1px solid #eee;
    padding-left: 30px;
}

.mega-menu-side-section {
    margin-bottom: 25px;
}

.mega-menu-side-section h4 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.mega-menu-side-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-side-section ul li {
    margin-bottom: 8px;
}

.mega-menu-side-section ul li a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.mega-menu-side-section ul li a:hover {
    color: #000;
}

/* 프로모션 배너 */
.mega-menu-promo {
    width: 280px;
    margin-left: auto;
}

.mega-menu-promo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ========================================
   모바일 카테고리 스와이퍼 메뉴
   ======================================== */
.mobile-category-swiper {
    display: none;
}

@media (max-width: 1023px) {
    .pc-header {
        display: none !important;
    }

    .mobile-category-swiper {
        display: block;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 99;
        padding: 5px 0;
    }

    .mobile-category-swiper .header_cate {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mobile-category-swiper .header_cate::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-swiper .cate_box {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 15px;
        white-space: nowrap;
        min-width: max-content;
    }

    .mobile-category-swiper .cate {
        flex-shrink: 0;
    }

    .mobile-category-swiper .cate a {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #999;
        text-decoration: none;
        white-space: nowrap;
        padding: 8px 16px;
        border: 1px solid #ddd;
        border-radius: 20px;
        background: #fff;
        transition: all 0.2s;
    }

    .mobile-category-swiper .cate a:hover {
        color: #333;
        border-color: #999;
    }

    .mobile-category-swiper .cate a.active,
    .mobile-category-swiper .cate.active a {
        color: #fff;
        background: #aa0a14;
        border-color: #aa0a14;
        font-weight: 600;
    }

    .mobile-category-swiper .cate.cate_dot a::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #ff6b35;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
    }

    .mobile-category-swiper .cate.m_event a {
        color: #ff6b35;
        border-color: #ff6b35;
        font-weight: 700;
    }

    .mobile-category-swiper .cate.m_event a:hover {
        color: #ff6b35;
        border-color: #ff6b35;
        background: #fff5f2;
    }

    .mobile-category-swiper .cate.m_home a.active,
    .mobile-category-swiper .cate.m_home.active a {
        color: #fff;
        background: #000;
        border-color: #000;
        font-weight: 600;
    }

    /* SALE 버튼 스타일 */
    .mobile-category-swiper .cate.cate_sale a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #e7a362;
        border: 1px solid #e7a362;
        font-weight: 700;
        min-width: 70px;
        overflow: hidden;
        position: relative;
    }

    .mobile-category-swiper .cate.cate_sale a:hover {
        background: transparent;
        color: #ff5722;
        border-color: #e7a362;
    }

    .mobile-category-swiper .cate.cate_sale .sale-text {
        display: block;
        position: relative;
        height: 16px;
        overflow: hidden;
    }

    .mobile-category-swiper .cate.cate_sale .sale-main,
    .mobile-category-swiper .cate.cate_sale .sale-sub {
        display: block;
        line-height: 16px;
        text-align: center;
        animation: saleSlide 3s ease-in-out infinite;
    }

    .mobile-category-swiper .cate.cate_sale .sale-sub {
        font-size: 13px;
        font-weight: 600;
    }

    @keyframes saleSlide {
        0%, 40% {
            transform: translateY(0);
        }
        50%, 90% {
            transform: translateY(-16px);
        }
        100% {
            transform: translateY(0);
        }
    }
}

/* 여성스러운 톤 테마 오버라이드 */
:root {
    --ws350-rose: #d88aa3;
    --ws350-rose-dark: #c57792;
    --ws350-rose-soft: #f2dde5;
    --ws350-brown: #6b4b4b;
}

.sct_10 .sct_cost .price-discount {color: var(--ws350-rose);}
.sct_10 .sct_btn button:hover {background: var(--ws350-rose);}

#best_item h2,
#best_item h2 span {background: var(--ws350-rose);}
#best_item h2:before {border-color: var(--ws350-rose-dark) var(--ws350-rose-dark) var(--ws350-rose-dark) transparent;}
#best_item h2:after {border-color: var(--ws350-rose-dark) transparent var(--ws350-rose-dark) var(--ws350-rose-dark);}
#best_item .owl-dots .active {background: var(--ws350-rose-dark);}

#sit_relbuy h2 strong {color: var(--ws350-rose);}

#sit_ov.fixed .btn_buy_wr button {background: var(--ws350-rose);}
#sit_ov.fixed .btn_buy_wr button:hover {background: var(--ws350-rose-dark);}
#sit_ov.fixed .btn_buy_wr button i {background: var(--ws350-rose-dark);}
#sit_ov.fixed .scroll_show {border-color: var(--ws350-rose-dark);}

.product-tab-link.active {color: var(--ws350-brown);}
#sit_inf .product-tab-link.active[data-section="sit_inf"]::after,
#sit_use .product-tab-link.active[data-section="sit_use"]::after,
#sit_rel .product-tab-link.active[data-section="sit_rel"]::after {background: var(--ws350-rose);}
.product-tab-link .item_use_count {color: var(--ws350-rose);}

#iteminfo_close {background: var(--ws350-rose);}

#sct_ct ul li a:hover,
#sct_ct ul li span {color: var(--ws350-rose);}

.main20-view-all:hover {color: var(--ws350-rose-dark);}
.main20-tab-btn:hover {border-color: var(--ws350-rose-dark);color: var(--ws350-rose-dark);}
.main20-tab-btn.active {background: #aa0a14;border-color: #aa0a14;color: #fff;}
.main20-product-item .price-discount {color: var(--ws350-rose);}
.main20-loading-spinner {border-top-color: var(--ws350-rose-dark);}

#sit_btn_buy.btn-buy {background: var(--ws350-rose);}
#sit_btn_buy.btn-buy:hover {background: var(--ws350-rose-dark);}
#sit_btn_cart.btn-cart {background: #8a6a6a;}
#sit_btn_cart.btn-cart:hover {background: #7a5a5a;}

#sps_sch a,
#sqa_sch a {background: var(--ws350-rose);}

.mobile-category-swiper .cate.cate_dot a::before {background: var(--ws350-rose);}
.mobile-category-swiper .cate.m_event a,
.mobile-category-swiper .cate.m_event a:hover {color: var(--ws350-rose);border-color: var(--ws350-rose);}
.mobile-category-swiper .cate.m_event a:hover {background: #f7edf1;}
.mobile-category-swiper .cate.m_home a.active,
.mobile-category-swiper .cate.m_home.active a {background: var(--ws350-rose-dark);border-color: var(--ws350-rose-dark);}
.mobile-category-swiper .cate.cate_sale a {color: var(--ws350-rose-dark);border-color: var(--ws350-rose-dark);}
.mobile-category-swiper .cate.cate_sale a:hover {color: var(--ws350-rose);border-color: var(--ws350-rose-dark);}


#sit_star {color: var(--ws350-brown);}
#sit_star span {color: #8a6a6a;}

#sit_opt_added .sit_opt_del,
#sit_opt_added .btn_frmline {background-color: var(--ws350-rose);}
#sit_opt_added .btn_frmline:hover {background-color: var(--ws350-rose-dark);}

#sit_opt_added li div .sit_qty_plus,
#sit_opt_added li div .sit_qty_minus,
#sit_opt_added li div .frm_input {
    border-color: #e7c7c7;
    background-color: #fff7f8;
}

select.it_option,
select.it_supply {
    border-color: #e7c7c7;
    color: var(--ws350-brown);
}

.sod_list .mod_options {border-color: #e5d6d6;}
.sod_list .total_price strong {color: var(--ws350-rose-dark);}

#sod_bsk .go_shopping .btn01 {
    background: #fff;
    border-color: #e5d6d6;
    color: var(--ws350-brown);
}

#sod_bsk_act .btn_submit,
#sod_frm .btn_confirm .btn_submit {
    background: var(--ws350-rose);
    border: 0;
    color: #fff;
}

#sod_frm .btn_confirm .btn_cancel {
    background: #f6ecef;
    border: 1px solid #e5d6d6;
    color: var(--ws350-brown);
}

.odf_list .btn_addsch,
#order_address {
    background: var(--ws350-rose-soft);
    color: var(--ws350-brown);
}

.sanchor a.sanchor_on {
    border-color: var(--ws350-rose-dark);
    color: var(--ws350-brown);
}
.sanchor a span {background: var(--ws350-rose);}

#hd_tnb .join-point span:not(.join-text):not(.join-main):not(.join-sub),
#hd_tnb .cart-num span {background: var(--ws350-rose);}

/* 주문/장바구니 페이지 입력칸·네모칸 radius */
#sod_chk input,
#sod_chk select,
#sod_chk textarea,
#sod_chk button,
#sod_frm input,
#sod_frm select,
#sod_frm textarea,
#sod_frm button,
#sit_opt_added input,
#sit_opt_added select,
#sit_opt_added button,
.odf_list input,
.odf_list select,
.odf_list textarea,
.odf_list button {
    border-radius: 6px;
}
#sit_opt_added li {
    border-radius: 6px;
}
#sit_opt_added .num_input,
#sit_opt_added li div .frm_input,
#sit_opt_added li div .sit_qty_plus,
#sit_opt_added li div .sit_qty_minus {
    border-radius: 6px;
}
select.it_option,
select.it_supply {
    border-radius: 6px;
}
#mod_option_frm {
    border-radius: 6px;
}
#m_sod_frm_paysel li label {
    border-radius: 6px;
}
#sod_frm_pt_alert {
    border-radius: 6px;
}
.odf_tbl table {
    border-radius: 6px;
    overflow: hidden;
}
