@charset "utf-8";

:root {
    --text-color: white;
    --sub-text-color: #888888;
    --border-color: #FFFFFF4D;
    --key-color: #7847C4;
    --hover-key-color: #5f329a;
    --key-gradient-color: linear-gradient(180deg, #7847C4 0%, #5c3dcc 100%);
    --sub-color: #5F97B3;
    --sub-color2: #004567;
    --backgd-color: #DAE7EE;
    --font-weight: 400;

    --fs-16: 1.6rem;  /* 16px */
    --fs-17: 1.7rem;
    --fs-18: 1.8rem;
    --fs-20: 2rem;
    --fs-22: 2.2rem;
    --fs-24: 2.4rem;
    --fs-26: 2.6rem;
    --fs-28: 2.8rem;
    --fs-30: 3rem;
    --fs-32: 3.2rem;
    --fs-36: 3.6rem;
    --fs-42: 4.2rem;
    --fs-48: 4.8rem;
    --fs-56: 5.6rem;
    --fs-60: 6rem;
    --fs-68: 6.8rem;
    --fs-72: 7.2rem;

    --mypage-surface-0: #0c0c10;
	--mypage-surface-1: #12121a;
	--mypage-surface-2: rgba(255, 255, 255, 0.055);
	--mypage-surface-3: rgba(255, 255, 255, 0.09);
	--mypage-border: rgba(255, 255, 255, 0.1);
}


/* Pretendard s */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url('./font/Pretendard-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url('./font/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url('./font/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url('./font/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url('./font/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: url('./font/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url('./font/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: url('./font/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url('./font/Pretendard-Black.woff') format('woff');
}
/* Pretendard e */

.max-md { max-width: 600px; margin: 0 auto; }
.max-lg { max-width: 1024px; margin: 0 auto; }
.max-xl { max-width: 1240px; margin: 0 auto; }
.inner { width: 96%; max-width:1420px; margin: 0 auto; position: relative; }

html { min-width: 320px; background: #19181D; color:var(--text-color); font-size: 62.5%; }
body { overflow-x: hidden; height: 100%; margin: 0; padding: 0; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin: 0; padding: 0; border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul  {margin: 0; padding: 0; list-style: none; }
ol,li,dl,dt,dd { margin: 0; padding: 0 } 
legend { position: absolute; margin: 0; padding: 0; font-size: 0; line-height: 0; text-indent: -9999em; overflow: hidden; }
label, input, button, select, img { vertical-align: middle; }
input, button { margin: 0; padding: 0; }
button { cursor: pointer; font-family: 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; background: transparent; border: 0; color:var(--text-color); }
textarea, select, input { font-family: 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; }
select { margin: 0; }
p { margin: 0; padding: 0; word-break: break-all; }
hr { display: none; }
pre { overflow-x: scroll; }
a { color:var(--text-color); text-decoration: none; }
img { vertical-align: top; max-width: 100%; height: auto; }
*, :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; }
/*safari*/
input, textarea { -webkit-appearance:none; -webkit-border-radius:0; }

.placeholdersjs { color: #aaa !important; }

html:has(.main) { background: #19181D url('../img/html_bg.png') no-repeat center/cover; }
body { font-weight: var(--font-weight); color: var(--text-color); font-size: var(--fs-16); word-break: keep-all; font-family: 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;  }
body.noneScroll { overflow: hidden; }
body.noneScroll::after { content: ''; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.55); position: fixed; top: 0; left: 0; z-index: 10; }


.blind { width: 0; height: 0; position: absolute; font-size: 0; text-indent: -9999em; line-height: 0; overflow: hidden; }
.clear::after { content: ''; display: block; clear: both; }

/* 플렉스 정의 */
.hor_flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; }
.nowrap { -webkit-box-lines: single; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex_st { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.flex_end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.flex_spcbtn { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }


@media screen and (max-width:768px){
    .inner { width: 100%; padding: 0 18px; }
}


@media screen and (max-width:1700px){
    html { font-size: 55%; }
}

@media (max-width: 1400px) {
  :root {
    --fs-16: 1.4rem;
    --fs-17: 1.5rem;
    --fs-18: 1.6rem;
    --fs-20: 1.8rem;
    --fs-22: 2rem;
    --fs-24: 2.2rem;
    --fs-26: 2.4rem;
    --fs-28: 2.6rem;
    --fs-32: 3rem;
    --fs-36: 3.2rem;
    --fs-42: 3.8rem;
    --fs-48: 4.5rem;
    --fs-56: 5rem;
    --fs-60: 5.2rem;
    --fs-68: 6rem;
    --fs-72: 6rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --fs-16: 1.4rem;
    --fs-17: 1.5rem;
    --fs-18: 1.5rem;
    --fs-20: 1.7rem;
    --fs-22: 1.9rem;
    --fs-24: 2rem;
    --fs-26: 2.4rem;
    --fs-28: 2.4rem;
    --fs-30: 2.4rem;
    --fs-32: 3rem;
    --fs-36: 2.8rem;
    --fs-42: 3rem;
    --fs-48: 3.2rem;
    --fs-56: 3.6rem;
    --fs-60: 4rem;
    --fs-68: 4.5rem;
    --fs-72: 4.5rem;
  }
  html { font-size: 50%; }
}

@media (max-width: 768px) {
  :root {
    --fs-16: 14px;
    --fs-17: 14px;
    --fs-18: 14px;
    --fs-20: 15px;
    --fs-22: 16px;
    --fs-24: 18px;
    --fs-26: 20px;
    --fs-28: 20px;
    --fs-30: 20px;
    --fs-32: 22px;
    --fs-36: 24px;
    --fs-42: 28px;
    --fs-48: 30px;
    --fs-56: 31px;
    --fs-60: 32px;
    --fs-68: 36px;
    --fs-72: 36px;
  }
}
/* ---------------------------------------------- reset 및 사용자 정의 end ----------------------------------------------------------------- */



/* 화면낭독기 사용자용 */
#hd_login_msg { width: 1px; height: 1px; position: absolute; top: 0; left: 0; overflow: hidden; }
.msg_sound_only,
.sound_only { display: inline-block !important; position: absolute; top: 0; left: 0; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important; }


/* 팝업레이어 */
#hd_pop { z-index:1000; position: relative; height: 0; }
#hd_pop h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.hd_pops { position: absolute; border: 1px solid #e9e9e9;  }
.hd_pops img { max-width: 100%; }
#hd_pop .hd_pops_con { height: auto !important; }
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

@media screen and (max-width:1200px) {
    #hd_pop .hd_pops { top: 0 !important; left: 0 !important; }
}

@media screen and (max-width:640px) {
    #hd_pop .hd_pops_con { width: 100% !important; height: auto !important; }
}


/* 헤더 기본 */
#header { width: 100%; height: auto; position: relative; z-index:initial !important; }
#header__h1 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }

/* 헤더 상단 */
.header-top .inner { display: flex; justify-content: right; font-size: 14px; padding-top: 1.7rem; }
.header-top .inner ul { display: flex; }
.header-top .inner ul li { position: relative; margin-left: 1.5rem; padding-left: 1.5rem; }
.header-top .inner ul li:not(:first-child)::before { content: ''; width: 1px; height: 9px; background-color: #D9D9D9; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

/* 헤더메인 */
#hd_wr { padding: 0 0 2.2rem; position: relative; }
#hd_wr .inner { display: flex; justify-content: space-between; align-items: center; position: relative; }
#logo > a { display: block; width: 11rem; }
#logo img { width: 100%; }

/* 검색창 */
#hd_sch { width: 50%; max-width: 55rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#hd_sch .hd_sch_wr { width: 100%; }
#hd_sch .sch_inner { position: relative; }
#hd_sch #sch_str { width: 100%; height: 6rem; font-size: 15px; border: 2px solid var(--key-color); padding: 0 3rem; border-radius: 30px; background: transparent; color:var(--text-color); }
#hd_sch .sch_submit { width: 40px; height: 40px; background-color: transparent; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); border: 0; cursor: pointer; }
#hd_sch .sch_submit::after { content: ''; background: url('../img/ico_search.svg') no-repeat center/24px; position: absolute; inset:0; }

/* 헤더 메뉴 */
.shop-menu-box > ul { display: flex; gap:1rem; margin-right:-1rem; }
.shop-menu-box > ul > li > a { display: flex; align-items: center; justify-content: center; width: 4.4rem; aspect-ratio: 1/1; position: relative; border-radius: .5rem; transition: .3s; }
.shop-menu-box > ul > li > a:hover { background-color: var(--border-color); }
.shop-menu-box > ul > li .shop-menu-ico { display: block; width: 24px; aspect-ratio: 1/1; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-wish { background: url('../img/ico_wish.svg') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-logout { background: url('../img/ico_logout.png') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-login { background: url('../img/ico_login.png') no-repeat center/contain; filter:brightness(5); }
    .shop-menu-box > ul > li .shop-menu-ico.ico-mypage { background: url('../img/ico_mypage.svg') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-joinus { background: url('../img/ico_joinus.png') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-purch { background: url('../img/ico_purchase.png') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-cart { background: url('../img/ico_card.svg') no-repeat center/contain; }
    .shop-menu-box > ul > li .shop-menu-ico.ico-order { background: url('../img/ico_order.svg') no-repeat center/contain; }
#btn_cartop .cart-count { font-size: 10px; line-height: 13px; border-radius: 15px; background: #f05858; position: absolute; top: 10px; right: -4px; color: #fff; padding: 1px 5px; }

.ca_notice { margin-top: 8rem; padding-top: 2rem; border-top:1px solid var(--border-color); color:var(--sub-text-color) }

/*카테고리*/
.cate-wrap { width: 100%; height: 8rem; border:1px solid var(--border-color); border-left:none; border-right:none; }
.cate-wrap .inner { height: 100%; }
.shop-category { position: relative; height: 100%; display: flex; gap:3rem; align-items: center; }
.shop-category > h2 { flex-shrink: 0; width: 5rem; height: auto; aspect-ratio: 1/1; cursor: pointer; border-radius: 50%; background: var(--key-color); display: flex; align-items: center; justify-content: center; }
.shop-category > h2 .bar-ico { display: inline-block; width: 1.6rem; padding-right:.8rem; height: 2px; line-height: 50px; position: relative; background-color: #fff; }
.shop-category > h2 .bar-ico::before { content: ''; width: 100%; height: 2px; background-color: #fff; position: absolute; top: -6px; left: 0; }
.shop-category > h2 .bar-ico::after { content: ''; width: 1rem; height: 2px; background-color: #fff; position: absolute; top: 6px; left: 0; }

#category.menu { z-index: 500; width: 100%; height: auto; position: absolute; top: 8rem; left: 0; display: none; }
.category-box { width: 100%; background-color: #fff; padding: 5rem 3rem; border-radius: 3rem; color:#333; }
.category-box .menu_close { display: block; width: 5rem; aspect-ratio: 1/1; background: var(--key-color); position: absolute; top: -1.6rem; transform: translateY(-100%); left: 0; border: 0; z-index: 20; border-radius: 50%; }
.category-box .menu_close > span { display: block; width: 22px; height: 2px; position: absolute; left: calc(50% - 11px); }
.category-box .menu_close > span:nth-child(1) { background-color: #fff; transform: rotate(-45deg); }
.category-box .menu_close > span:nth-child(2) { background-color: #fff; transform: rotate(45deg); }

.category-box > ul { display: flex; gap: 3rem; }
.category-box > ul > li { flex:1; }
.category-box > ul > li > a { display: block; margin-bottom: 1rem; padding-bottom: 2rem; border-bottom:1px solid #333; font-weight: 700; color:#333; }
.category-box > ul ul { display: flex; flex-direction: column; gap: 0.5rem; }
.category-box > ul ul a { display: block; padding: 0.5rem 0; font-weight: 300; color:#333; transition: .3s; }
.category-box > ul ul a:hover { color:var(--key-color); }

.menu_wr { flex: 1; }
.menu_wr > ul { display: flex; gap:3rem; }
.menu_wr > ul > li { font-weight: 500; }
.menu_wr > ul > li a { display: block; color:var(--sub-text-color); transition: .3s; }
.menu_wr > ul > li a:hover { color:var(--text-color); }

.li_sub_cate { position: relative; }
.li_sub_cate:hover .sub_cate { display: block; }
.li_sub_cate .sub_cate { z-index: 3; position: absolute; left:50%; bottom:-3rem; transform: translate(-50%, 100%); display: none; padding: 1rem 2rem; border-radius: 1rem; background: white; }
.li_sub_cate .sub_cate::before { content: ''; position: absolute; left:50%; top:-3rem; transform: translateX(-50%); width: 100%; height: 3rem; }
.li_sub_cate .sub_cate li { white-space: nowrap; }
.li_sub_cate .sub_cate li a { padding: 0.5rem 0; }
.li_sub_cate .sub_cate li a:hover { color:var(--key-color); }

.category-guide-link { display: block; flex-shrink: 0; width: 16.5rem; height: 4.8rem; display: flex; align-items: center; justify-content: center; border-radius: 5rem; border:1px solid var(--key-color); color: var(--key-color); font-size: 15px; transition: .3s; }
.category-guide-link:hover { background-color: var(--key-color); color: #fff; }


@media screen and (max-width:1360px) {
    #hd_sch { max-width: 40rem; }
}
@media screen and (max-width:1024px) {
    .menu_wr > ul { gap: 1.5rem; }
    .category-guide-link { font-size: 13px; }

    .shop-menu-box > ul { gap:0.5rem; }
    #hd_sch .sch_submit { right:10px; }
}
@media screen and (max-width:768px) {
    .menu_wr { display: none; }
    .category-guide-link { display: none; }
    #logo > a { width: 84px; }
    .shop-menu-box { display: none; }
    #hd_sch { width: calc(100% - 24rem); left: auto; right:9rem; transform: translateY(-50%); }
    #hd_wr { padding: 2rem 0 2rem; }

    #hd_sch #sch_str { padding: 0 2rem; }

    .cate-wrap { width: 5rem; height: 5rem; border:none; position: absolute; top: 25px; right: 16px; }
    .cate-wrap .inner { padding: 0; }

    .shop-categoty > h2 { width: 60px; height: 60px; position: fixed; top: 0; right: 0; z-index: 105; }
    #category.menu { width:calc(100% - 32px); top: 107px; left:16px; position: fixed; }
    .category-box { max-height: calc(90vh - 107px); overflow-y: auto; }
    .category-box > ul { flex-direction: column; gap:5rem; }
    .category-box .menu_close { left:auto; right: 0; }
}
@media screen and (max-width:500px) {
    #hd_sch { width: calc(100% - 21rem); right:8rem; }
    #hd_sch #sch_str { height: 5.5rem; padding: 0 1rem; }
    #hd_sch .sch_submit { right:0px; }
    #hd_sch .sch_submit::after { background-size: 20px; }
}


/* Footer */
footer { padding-top: 5rem; border-top:1px solid #FFFFFF33; }
footer .footer-top { display: flex; justify-content: space-between; gap:10rem; padding-bottom: 8rem; }
footer .footer-logo-box p:nth-child(2) { margin:2rem 0; font-weight: 700; font-size: var(--fs-24); line-height: 1.5; }
footer .footer-logo-box p:nth-child(3) { font-size: 14px; color: var(--sub-text-color); line-height: 1.5; }

footer .footer-info-box { flex:1; font-size: 14px; color: var(--sub-text-color); }
footer .footer-info-box p { margin-bottom: 2.5rem; color: var(--text-color); font-weight: 800; }
footer .footer-info-box .com-info-box { display: flex; flex-direction: column; gap: .5rem; }
footer .footer-info-box dl { display: flex; gap: .5rem; padding: 0.5rem 0; }
footer .footer-info-box .com-info { display: flex; gap: 1.5rem; }

footer .footer-link-box { display: flex; gap: 10rem; }
footer .footer-link-box ul { display: flex; flex-direction: column; gap: 0.5rem; }
footer .footer-link-box ul a { display: block; padding: 0.5rem 0; color: var(--sub-text-color); transition: .3s; }
footer .footer-link-box ul a:hover { color: var(--text-color); }
footer .footer-link-box p { margin-bottom: 2.5rem; font-weight: 800; }

.footer-copy { border-top:1px solid #FFFFFF33; padding: 5rem 0 5.5rem; text-align: center; color:#999; font-size: 15px; font-weight: 500; }
.footer-copy .footer-created { color:#999; transition: .3s; }
.footer-copy .footer-created:hover { color:#7cb32a; }

@media screen and (max-width:1420px) {
    footer .footer-top { gap:8rem; }
    footer .footer-link-box { gap: 6rem; }
}

@media screen and (max-width:1024px) {
    footer .footer-top { gap:3rem; }
    footer .footer-logo-box a { display: block; width: 22rem; }
    footer .footer-info-box .com-info { flex-direction: column; gap: .5rem; }
    footer .footer-link-box { gap:3rem; }
}
@media screen and (max-width:768px) {
    footer .footer-top { flex-direction: column; padding-bottom: 4rem; }
    .footer-copy { padding: 3rem 0; font-size: 12px; }
}


/* 퀵메뉴 바 */
#quick { width: 310px; height: 100vh; transition: all 0.5s; position: fixed; top: 0;right: -310px; z-index: 120; }
#quick .quick_toggle { width: 35px; height: 35px; position: fixed; bottom: 120px; left: calc((100% - 1420px) / 2 + 1385px); z-index: 9999998; border: 0; border-radius: 35px; text-align: center; background: var(--key-color) url('../img/quick_user.png')no-repeat top center/cover; font-size: 0px; transition: transform .4s ease-out; }
#quick .top_btn { width: 50px; height: 50px; position: fixed; bottom: 60px; left: calc((100% - 1420px) / 2 + 1380px); z-index: 9999998; border: 0; text-align: center; background: url('../img/top_btn.svg')no-repeat top center/cover; transition: transform .4s ease-out; }
#quick .top_btn:hover { background-color:rgba(255,255,255,.2) }
#quick .quick_toggle.close { transform:translateX(-100px) rotate(-180deg); }
#quick .quick_toggle.close + .top_btn { transform:translateX(-100px); }


#quick_innr { height: 100%; position: relative; background: #19181Ddd; backdrop-filter: blur(5px); }
#quick.close { right: 0; }
#quick.fix { top: 0; }
#quick .qk_btn { width: 60px; height: 100%; padding: 50px 0; border-right: 1px solid var(--sub-text-color); border-left: 1px solid var(--sub-text-color); }
#quick .qk_btn li.tabsTab { position:relative }
#quick .qk_btn li:after { display: none; height: 28px; line-height: 28px; position: absolute; right: 75px; text-align: center; color:#fff; border-radius: 3px; background: var(--key-color); font-size: 20px; width: 90px; top: 16px; }
#quick .qk_btn li:before { content: ''; display: none; position: absolute; top: 24px; right: 69px; border-style: solid; border-width: 5px 0 5px 6px; border-color: transparent transparent transparent var(--key-color); }
#quick .qk_btn li { height: 50px; line-height: 50px; text-align: center; margin-bottom: 1px; }
#quick .qk_btn li > button { width: 35px; height: 35px; background: url('../img/theme_bg_kit.png') no-repeat; outline: 0; }
#quick .qk_btn li.tab_my > button { background-position: -70px -70px; }
#quick .qk_btn li.tab_cart > button { background-position: 0 -70px; }
#quick .qk_btn li.tab_today > button { background-position: -35px -70px; }
#quick .qk_btn li.tab_wish > button { background-position: -105px -70px; }

#quick .qk_btn li.tab_my:after { content: "마이페이지"; }
#quick .qk_btn li.tab_cart:after { content: "장바구니"; }
#quick .qk_btn li.tab_today:after { content: "오늘 본 상품"; }
#quick .qk_btn li.tab_wish:after { content: "위시리스트"; }
#quick .qk_btn li:hover:after,
#quick .qk_btn li:hover:before { display: block; font-size: 14px; }

#quick .qk_btn button { width: 60px; height: 50px;color: #fff; font-size: 14px; background: transparent; border: 0; }
#quick .qk_btn a { display: inline-block; width: 60px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 14px; }

#quick .tabs_con { height: 100%; position: absolute; top: 0; left: 60px; text-align: center; }
#quick .qk_con { height: 100%; position: relative; overflow-y: auto; }
#quick .qk_con_wr { padding: 65px 20px 20px; border-bottom: 0; }
#quick .qk_con_wr .li_empty { padding: 2rem 0; }
#quick .qk_con h3 { text-align: left; padding-bottom: 20px; font-size: 20px; font-weight: bold; border-bottom: 1px solid var(--sub-text-color); }
#quick .qk_con h3 span,
#quick .qk_con h3 a { display: inline-block; }
#quick .qk_con.qk_view h2 { text-align: left; padding-bottom: 20px; font-size: 20px; font-weight: bold; border-bottom: 1px solid var(--sub-text-color); }
#quick .qk_con.qk_view h3 { display: none; } 
#quick #stv_pg { display: none; }
#quick .qk_con.qk_view #stv_ul li { position: relative; border-bottom: 1px solid var(--border-color); padding: 15px 5px; }
#quick .qk_con.qk_view #stv_ul li::after { content: ''; display: block; clear: both; height: 0; }
#quick .qk_con.qk_view #stv_ul .prd_img { width: 30%; max-width: 65px; float: left; margin-right: 10px; }
#quick .qk_con.qk_view #stv_ul .prd_cnt { display: inline-block; width: calc(100% - 75px); float: left; text-align: left; }
#quick .qk_con.qk_view #stv_ul .prd_name { display: block; height: 65px; font-size: 14px; font-weight: 600; margin-bottom: 3px; text-align: left; word-break: break-all; }
#quick .qk_con.qk_view #stv_ul .prd_cost { display: block; font-size: 17px; font-weight: 700; text-align: right; padding-right: 16px; color: var(--text-color); position: relative; }
#quick .qk_con.qk_view #stv_ul .prd_cost::after { content: '원'; display: block; font-size: 14px; color: var(--sub-text-color); position: absolute; top: 2px; right: 0; }

#q_cart_wr h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#q_cart_wr .li_empty { border: 0; text-align: center; font-size: 14px; line-height: 50px; color: #cecece; }

.qk_prdli { text-align: left; }
.qk_prdli li { border-bottom: 1px solid var(--border-color); padding: 10px 0; position: relative; }
.qk_prdli li:after { content: ""; display: block; visibility: hidden; clear: both; }
.qk_prdli .qk_img { width: 60px; float: left; margin-right: 10px; }
.qk_prdli .qk_txt { width: calc(100% - 70px); float: left; text-align: left; }
.qk_prdli li:hover { background: #FFFFFF33; }
.qk_prdli .qk_name a { display:block; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; }
.qk_prdli .info_date { display:block; font-size: 12px; margin-top: 5px; }
.qk_prdli .qk_opt { font-size: 0.92em; color:#888; margin: 5px 0; line-height: 1.3em; }
.qk_prdli .prd_del { display: none; width: 25px; height: 25px; position:absolute; bottom: 0; right: 0; background: #ddd; color: #999; border: 0; }
.qk_prdli li:hover .prd_del { display: block; }
.qk_cart_btn { margin: 10px 0; }
.qk_cart_btn .qk_go_cart { width: 100%; background: #242424; font-weight: bold; color: #fff; border: 0; height: 40px; line-height: 40px; margin:0 0 5px; transition: all 0.3s ease; display: inline-block; }
.qk_cart_btn .qk_go_cart:hover { background: #ff5a5a; }
.qk_cart_btn .qk_go_buy { width: 100%; height: 40px;  font-weight: bold; color: #444; border:1px solid #ccc; margin: 0 0 5px; }

#quick .cart_al { text-align: left; margin: 10px 0; position: relative; line-height:1.5em; }
#quick .cart_al strong { position: absolute; top: 0; right: 0; }
#quick_open {width: 43px; height: 43px; background: #000; border-radius: 50%; color: #fff; border: 0; font-size: 15px; z-index: 99; }

.tab_container { width: 250px; clear: both; float: left; }
.tab_content { display: none; }
.tab_container .tab_content ul { width: 100%; margin: 0px; padding: 0px; }
.tab_container .tab_content ul li { padding: 10px 5px; }

/* 퀵메뉴 사이드 */
.quick-menu { width: 80px; height: auto; border-radius: 20px; background-color: rgba(255,255,255,0.85); overflow: hidden; position: fixed; top: 305px; left: calc((100% - 1320px) / 2 + 1360px); z-index: 200; box-shadow: 2px 4px 6px rgba(0,0,0,0.25); }
.quick-menu .quick-tit { width: 100%; padding: 13px 15px 8px; text-align: center; line-height: 130%; background-color: #09608B; color: #fff; }
.quick-menu .quick-tit > span:first-child { font-weight: 600; }

.quick-menu .qk-menu-box { width: 100%; padding: 15px; }
.quick-menu .qk-menu-box > ul > li { width: 50px; margin-bottom: 16px; }
.quick-menu .qk-menu-box > ul > li:last-child { margin-bottom: 0; }
.quick-menu .qk-menu-box > ul > li .qk-ico { width: 100%; height: 50px; background-color: #E1EBF1; border-radius: 10px; position: relative; }
.quick-menu .qk-menu-box > ul > li .qk-ico > span { width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    .qk-ico.qck-inquiry > span { background: url('../img/qck_ico_inq.png') no-repeat center/contain; }
    .qk-ico.qck-deli > span { background: url('../img/qck_ico_del.png') no-repeat center/contain; }
    .qk-ico.qck-faq > span { background: url('../img/qck_ico_faq.png') no-repeat center/contain; }
.quick-menu .qk-menu-box > ul > li .qk-menu { display: block; text-align: center; font-size: 13px; color: #0f0f0f; }
.quick-menu .top-btn { width: 100%; padding: 7px 18px; color: #fff; font-weight: 500; background-color: #09608B; cursor: pointer; }
.quick-menu .top-btn > span { position: relative; padding-left: 12px; }
.quick-menu .top-btn > span::before { content: ''; width: 8px; height: 6px; background: url('../img/ico_top.png') no-repeat center/contain; position: absolute; top: 6px; left: 0; }

/* 반응형 */
@media screen and (max-width:1600px){
    .quick-menu { left: unset; right: 20px; }
    #quick .quick_toggle { left: auto; right: 80px; }
    #quick .quick_toggle.close { transform: translateX(-240px) rotate(-180deg); }
    #quick .quick_toggle.close + .top_btn { transform: translateX(-240px); }
    #quick .top_btn { left: auto; right: 72px; }
}
@media screen and (max-width:1200px){
    .quick-menu { display: none; }
    #quick .quick_toggle { right:18px; }
    #quick .top_btn { display: none; }
}
/* -- QUICK e -- */



#wrapper { width: 100%; position: relative; min-width: 320px; }
#wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* 서브 타이틀 */
#wrapper_title { padding: 10rem 0 5rem; font-size: var(--fs-60); font-weight: 700; color: var(--text-color); text-align: center; position: relative; }
.shop-content:has(.ca_content) #wrapper_title { padding-bottom: 2rem; }

.lt_wr {width:49%}
.lt_wr:nth-child(2n+1) {clear:both}


/* aside + wrapper */
#aside {position:absolute;top:0;left:0;margin:0 10px 0 0;width:265px}
#side_pd {position:relative;border:1px solid #dde7e9;border-radius:3px;margin-bottom:15px}
#side_pd h2 {border-bottom:1px solid #e8e8e8;padding:15px}
#side_pd .bx-wrapper {padding-bottom:10px;height:400px;overflow:hidden}
#side_pd .bx-controls {display:inline-block;position:absolute;right:10px;top:12px}
#side_pd .bx-prev {display:inline-block;width:20px;height:20px;text-indent:-9999em;background:url('../img/btn_prev.png') no-repeat}
#side_pd .bx-next {display:inline-block;width:20px;height:20px;text-indent:-9999em;background:url('../img/btn_next.png') no-repeat}

#container { width: 96%; max-width: 1420px; min-height: 230px; position: relative; margin: 0 auto 10rem; }
#container.main {max-width:none; padding-top:0; width: 100%;}


#idx_hit {overflow:hidden}
#idx_hit:after {display:block;visibility:hidden;clear:both;content:""}
#idx_hit .owl-prev {position:absolute;top:50%;left:0;width:36px;height:36px;margin-top:-20px;text-indent:-9999em;background:url('../img/btn_idx_left.png') no-repeat}
#idx_hit .owl-next {position:absolute;top:50%;right:0;width:36px;height:36px;margin-top:-20px;text-indent:-9999px;background:url('../img/btn_idx_right.png') no-repeat}


.sale_prd h2 {font-size:1.167em;margin:20px 0 10px}
.st_bg {display:inline-block;width:1px;height:10px;margin:0 10px;background:#e2e1e0;vertical-align:-1px}


/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}


/* 기본 레이아웃 */
.idx_c { width: 96%; max-width: 1420px; margin: 0 auto; min-height: 300px; }
.idx_c .sct_wrap h2 { font-size: var(--fs-36); font-weight: 700; margin-bottom: 3rem; text-align: center; } 
.idx_c ul { display: grid; grid-template-columns: repeat(5, 1fr); gap:3rem; width: 100%; }
.idx_c ul.swiper-wrapper { display: flex; gap:0; }
.idx_c .swiper-scrollbar-wrap { max-width: 1000px; margin:5rem auto 0; }
.idx_c .swiper-scrollbar { height: 2px; background:rgba(255,255,255,.2); }
.idx_c .swiper-scrollbar-drag { height: 2px; background: white; }

@media screen and (max-width:1024px) {
    .idx_c ul { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width:768px) {
    #container { width: 100%; padding: 0 18px; }
}
@media screen and (max-width:600px) {
    .idx_c { width: 100%; padding: 0 18px; }
    .idx_c ul { grid-template-columns: 1fr; gap: 2rem; }
}



/* 사용처별 추천 섹션 */
.commend_sec { width: 100%; }
.commend-tit-wrap { width: 100%; height: auto; padding-top: 130px; position: relative; }
.commend-tit-wrap::after { content: ''; width: 100%; height: 350px; position: absolute; top: 0; left: 0; z-index: -1; }
.commend-tit-wrap.n1::after { background: url('../img/comd_sec_bg1.png') no-repeat center/cover; }
.commend-tit-wrap.n2::after { background: url('../img/comd_sec_bg2.png') no-repeat center/cover; }
.commend-tit-wrap.n3::after { background: url('../img/comd_sec_bg3.png') no-repeat center/cover; }
.commend-tit-wrap.n4::after { background: url('../img/comd_sec_bg4.png') no-repeat center/cover; }

.commend-tit-wrap > ul { width: 100%; max-width: 1320px; margin: 0 auto; }
.commend-tit-wrap > ul > li { width: 100%; display: none; }
.commend-tit-wrap > ul > li.active { display: block; }
    .commend-tit-box { padding: 45px 40px 40px; border-radius: 20px 20px 0 0; position: relative; }
    .commend-tit-wrap > ul > li:nth-child(1) .commend-tit-box { background-color: #8FB9CE; }
    .commend-tit-wrap > ul > li:nth-child(2) .commend-tit-box { background-color: #565B88; }
    .commend-tit-wrap > ul > li:nth-child(3) .commend-tit-box { background-color: #CF9595; }
    .commend-tit-wrap > ul > li:nth-child(4) .commend-tit-box { background-color: #81A069; }
   
    .commend-tit-box > p { color: #fff; font-size: 20px; margin-bottom: 10px; }
    .commend-tit-box > p.comd-tit { font-size: 40px; margin-bottom: 60px; }
    .commend-tit-box > p.comd-tit > span { font-weight: 400; position: relative; z-index: 2; }
    .commend-tit-box > p.comd-tit > span::after { content: ''; display: block; width: calc(100% + 20px); height: 20px; background-color: rgba(247, 148, 29, 0.75); position: absolute; bottom: -5px; left: -10px; transform: rotate(-0.5deg); z-index: -1; }
    .commend-tit-box .comd-tap li { padding: 10px 24px; border: 1px solid #fff; color: #fff; margin-right: 20px; cursor: pointer; }
    .commend-tit-box .comd-tap li:last-child { margin-right: 0; }
        .commend-tit-box .comd-tap li:nth-child(1).on { background-color: #fff; color: #8FB9CE; }
        .commend-tit-box .comd-tap li:nth-child(2).on { background-color: #fff; color: #565B88; }
        .commend-tit-box .comd-tap li:nth-child(3).on { background-color: #fff; color: #CF9595; }
        .commend-tit-box .comd-tap li:nth-child(4).on { background-color: #fff; color: #81A069; }
    .commend-tit-box > a { display: block; padding-right: 130px; position: absolute; bottom: 40px; right: 40px; color: #fff; }
    .commend-tit-box > a::after { content: ''; width: 115px; height: 16px; background: url('../img/ico_arr_go.png') no-repeat center/contain; position: absolute; top: 0; right: 0; }
    .commend-tit-box .tit-bold { font-weight: 600; }

.commend-item-box { width: 100%; padding-top: 20px; }
.commend-item-box > ul > li.sct_li  {  width: 250px; height: 245px; float: left; margin-right: 20px; overflow: hidden; border: 1px solid #F5F5F5; }
.commend-item-box > ul > li.sct_li:first-child { width: 508px; height: 508px; }
.commend-item-box > ul > li.sct_li:nth-child(2) { margin-bottom: 20px; }
.commend-item-box > ul > li.sct_li:nth-child(3) { margin-bottom: 20px; }
.commend-item-box > ul > li.sct_li:nth-child(4) { margin-bottom: 20px; margin-right: 0; }
.commend-item-box > ul > li.sct_li:nth-child(7) { margin-right: 0; }
.commend-item-box > ul > li.sct_li.lst_move { display: none; }

.commend-item-box > ul > li.sct_li.sct_img { opacity: 1; transition: all 0.2s ease; }
.commend-item-box > ul > li.sct_li:hover .sct_img { opacity: 0.5; }

.commend-item-box > ul > li.sct_li .sct_txt { width: 100%; font-size: 16px; word-break: break-all; position: absolute; bottom: 0; font-weight: 500; padding: 50px 10px 10px; background: linear-gradient(0deg, rgba(218, 231, 238, 1) 0%, rgba(218, 231, 238, 0) 100%); transform: translateY(100%); transition: all 0.2s ease-in; }
.commend-item-box > ul > li.sct_li:first-child .sct_txt { font-size: 20px; }
.commend-item-box > ul > li.sct_li:hover .sct_txt { transform: translateY(0); }

.commend-item-box > ul > li.sct_li .sct_cart { display: none; }

.commend-item-box > ul > li .sct_op_btn { display: none; }

@media screen and (max-width:1360px) {
    .commend-item-box > ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start; padding: 0 2%; }
    .commend-item-box > ul > li.sct_li:first-child,
    .commend-item-box > ul > li.sct_li { width: calc((100% - 60px) / 4); float: unset; margin-right: 20px; }
    .commend-item-box > ul > li.sct_li:nth-child(3n),
    .commend-item-box > ul > li.sct_li:nth-child(7) { margin-right: 20px; }
    .commend-item-box > ul > li.sct_li:nth-child(4n) { margin-right: 0; }
    .commend-item-box > ul > li.lst_move { display: block; width: calc((100% - 60px) / 4); margin-right: 0; float: unset; }
}
@media screen and (max-width:1200px){
    .commend-tit-wrap { padding-top: 100px; }
    .commend-tit-wrap::after { height: 250px; }
    .commend-tit-box { width: 96%; padding: 30px; margin: 0 auto; }
    .commend-tit-box > p { font-size: 18px; }
    .commend-tit-box > p.comd-tit { font-size: 32px; margin-bottom: 40px; }
    .commend-tit-box .comd-tap li { padding: 7px 20px; margin-right: 10px; }
}
@media screen and (max-width:900px){
    .commend-tit-box > p { font-size: 16px; }
    .commend-tit-box > p.comd-tit { font-size: 28px; margin-bottom: 30px; }
    .commend-tit-box .comd-tap li { font-size: 14px; padding: 5px 15px; }
}
@media screen and (max-width:768px){
    .commend-tit-box > p.comd-tit { margin-bottom: 60px; }
    .commend-tit-box > a { bottom: 30px; right: 30px; border: 1px solid #fff; border-radius: 30px; padding: 5px 15px; background-color: rgba(255,255,255,0.15); font-size: 14px; }
    .commend-tit-box > a::after { display: none; }

    .commend-item-box > ul { padding: 0 2%; }
    .commend-item-box > ul > li.sct_li:first-child,
    .commend-item-box > ul > li.lst_move,
    .commend-item-box > ul > li.sct_li { width: calc((100% - 12px) / 2); margin-right: 12px; margin-bottom: 12px; }
    .commend-item-box > ul > li.sct_li:nth-child(7),
    .commend-item-box > ul > li.sct_li:nth-child(8) { margin-bottom: 0; }

    .commend-item-box > ul > li.sct_li:nth-child(3n) { margin-right: 12px; }
    .commend-item-box > ul > li.sct_li:nth-child(even) { margin-right: 0 !important; }
    .commend-item-box > ul > li.lst_move { display: none; }

    .commend-item-box > ul > li.sct_li .sct_txt { height: auto; font-size: 14px; transform: translateY(0); position: static; padding: 10px; background: transparent; }

    .commend-item-box > ul > li.sct_li:first-child .sct_txt { font-size: 14px; }
}
@media screen and (max-width:600px){
    .commend-tit-wrap { padding-top: 50px; }
    .commend-tit-wrap.n2::after { background: url('../img/comd_sec_bg2.png') no-repeat left/cover; }
    .commend-tit-box { width: 94%; padding: 20px; }
    .commend-tit-box > p { font-size: 13px; }
    .commend-tit-box > p.comd-tit { font-size: 6vw; margin-bottom: 20px; }
    .commend-tit-box > p.comd-tit > span::after { width: calc(100% + 10px); left: -5px; }
    .commend-tit-box > a { bottom: 20px; right: auto; }
    .commend-tit-box .comd-tap { padding-bottom: 70px; }

    .commend-tit-box .comd-tap > ul { justify-content: space-between; }
    .commend-tit-box .comd-tap li { width: calc((100% - 15px) / 4); padding: 5px 0; text-align: center; font-size: 13px; }

    .commend-item-box > ul > li.sct_li .sct_txt { font-size: 13px; }
}



/* 브랜드 전용관 */
.brand-wrap { width: 100%; padding-top: 40px; }
.brand-tab { width: 25%; max-width: 200px; float: left; background-color: #63737B; }
.brand-logo-box { width: 100%; border-bottom: 1px solid #A7B0B4; }
.brand-logo-box > p { font-size: 19px; font-weight: 500; color: #fff; text-align: center; height: 63px; position: relative; line-height: 63px; cursor: pointer; transition: all 0.3s ease; }
.brand-logo-box > p::after { content: ''; width: 9px; height: 14px; background: url('../img/ico_arr_mark.png') no-repeat center/contain; position: absolute; top: 50%; right: -9px; transform: translateY(-50%); display: none; }
.brand-logo-box > p.brand-logo { display: none; }
.brand-logo-box > p.brand-logo > img { object-fit: contain; }

.idx_c .brand-tab > ul { display: block; }
.brand-tab > ul > li { width: 100%; }
.brand-tab > ul > li.on .brand-logo-box p::after { display: block; }
.brand-tab > ul > li.on .brand-logo-box p.brand-name { display: none; }
.brand-tab > ul > li.on .brand-logo-box p.brand-logo { display: block; }

.brand-logo-box:hover p::after { display: block; }
.brand-logo-box:hover p.brand-name { display: none; }
.brand-logo-box:hover p.brand-logo { display: block; }

.brand-itm-wrap { width: 85%; max-width: 1060px; float: right; }
.brand-itm-wrap > ul > li { width: 100%; display: none; }
.brand-itm-wrap > ul > li.on { display: block; }
.brand-itm-box > ul::after { display: block; visibility: hidden; clear: both; content: ""; }
.brand-itm-box > ul > li { width: 25%; max-width: 250px; height: 380px; float: left; }

@media screen and (max-width:1320px) {
    .brand-tab { width: 100%; float: unset; max-width: 1320px; }

    .idx_c .brand-tab > ul { display: flex; width: 100%; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }
    .brand-logo-box > p::after { top: auto; bottom: -10px; right: auto; left: 50%; transform: translate(-50%, 0) rotate(90deg); }

    .brand-itm-wrap { width: 100%; max-width: 1320px; padding-top: 20px; float: unset; }
}
@media screen and (max-width:1024px) {
    .brand-wrap { padding-top: 20px; }
    .main .brand-itm-box > ul > li { width: calc((100% - 60px) / 4); margin-right: 20px; }
    .main .brand-itm-box > ul > li:nth-child(3) { margin-right: 20px; } 
    .main .brand-itm-box > ul > li:last-child { margin-right: 0; }
}
@media screen and (max-width:768px) {
    .brand-wrap { padding-top: 0; }
    .brand-logo-box > p { font-size: 15px; }
}
@media screen and (max-width:600px) {
    .idx_c .brand-tab > ul { flex-wrap: wrap; }
    .brand-tab > ul > li { width: 50%; margin-bottom: 0; }
    .brand-tab > ul > li.on { background-color: #A7B0B4;}
    .brand-tab > ul > li:nth-child(odd) { border-right: 1px solid #A7B0B4; }
    .brand-logo-box > p.brand-logo > img { max-width: 150px; vertical-align: middle; }
    .brand-tab > ul > li.on .brand-logo-box p::after { display: none; }

    .main .brand-itm-box > ul > li { width: calc((100% - 12px) / 2); height: 340px; margin-right: 12px; }
    .main .brand-itm-box > ul > li:nth-child(3) { margin-right: 12px; } 
    .main .brand-itm-box > ul > li:nth-child(even) { margin-right: 0; }
}


/* 쇼핑몰 회원가입 */
#container .register{max-width: 600px; margin:0 auto 3rem;}
#container .register #fregisterform h2 { position: absolute; width:0; height:0; overflow: hidden; }
.register #register_form{padding: 2rem 0; border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden;}

/* 쇼핑몰 비회원 주문조회 */
#mb_login_od_wr {margin:20px auto 0;border:1px solid #dde7e9;text-align:center}
#mb_login_od_wr h2 {font-size:1.25em;margin:20px 0 10px}
#mb_login_od_wr .frm_input {width:100%;margin:10px 0 0}
#mb_login_od_wr .btn_submit {width:100%;margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}


#mb_login #sns_login {margin-top:0;border-color:#edeaea;padding:25px}
#mb_login #sns_login:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #sns_login h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #sns_login .sns-wrap {margin:0 !important}
#mb_login #sns_login .sns-icon {width:49% !important;float:left !important}
#mb_login #sns_login .sns-icon:nth-child(odd) {margin-right:2%}
#mb_login #sns_login .txt {font-size:0.95em;padding-left:5px !important;border-left:0 !important}

/*쇼핑몰 비회원 구매*/
#mb_login_notmb {margin:30px auto;padding:20px 30px;border:1px solid #dde7e9}
#mb_login_notmb h2 {font-size:1.25em;margin:10px 0;text-align:center}
#mb_login_notmb p {text-align:left; font-size: 14px;}
#mb_login_notmb label {text-align:left; font-size: 15px;}
#guest_privacy {border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit {display:block;text-align:center;margin-top:10px;line-height:45px}

/* 쇼핑몰 로그인 */
.mb_log_cate h2 {width:50%;float:left;padding:20px 0;text-align:center}
.mb_log_cate .join {width:50%;float:left;padding:20px 0;text-align:center;background:#f7f7f7;color:#6e6e6e}
.mb_log_cate:after {display:block;visibility:hidden;clear:both;content:""}
.mbskin .chk_box input[type="checkbox"] + label span{position:relative}

/* 회원가입 완료  */
.btn_confirm_reg { text-align: center; }
.btn_confirm_reg a { min-width: 20rem; }
/* 새글 */
.is_community .tbl_head01 td {padding:10px 5px;border-left:0 none;line-height:1.4;height:60px;word-break:break-all; background: white; color:#333;}


/* 글쓰기 및 글보기 */
.is_community .chk_box input[type="checkbox"] + label span{top:2px;left:0}
.is_community .bo_fx{margin-bottom:20px; display: none;}


/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px; border:1px solid #eee;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:#eee url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:#eee url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:200px;height:40px;border:1px solid #ccc;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:inline-block;margin:5px 5px 0;font-size:13px;letter-spacing:-0.1em}
#captcha button { transition:.3s ease;}
#captcha #captcha_mp3:hover, #captcha #captcha_reload:hover { background-color:#ccc;}
#captcha .cptcha_txt { margin-bottom:5px;}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:none;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;font-size:1.4rem;}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 목록 바로가기 */
.sanchor {margin:30px 0 20px;padding:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;width:20%;text-align:center;list-style:none}
.sanchor li a {display:block;position:relative;height:60px;margin-left:-1px;background-color:#f7f7f7;border:1px solid #cdcdcd;border-bottom:1px solid #000;font-size:1.25em;color:#666;line-height:58px;text-align:center;z-index:1}
.sanchor li .sanchor_on {margin:0 0 0 -1px;border:1px solid #000;z-index:2;border-bottom-color:#fff;color:#000;font-weight:bold}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count {display:inline-block;background:#aaa;padding:0 5px;line-height:23px;border-radius:15px;color:#fff;min-width:23px;font-size:1.2rem}
.sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count {background:#55bfb1}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 버튼 */
.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;border:0;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.btn01 {display:inline-block;padding:7px;border:1px solid var(--border-color);border-radius:3px;text-decoration:none;vertical-align:middle}
.btn01:focus {text-decoration:none}
.btn02 {display:inline-block;padding:7px;background:var(--key-color);color:#fff;border-radius:3px;text-decoration:none;vertical-align:middle}
.btn02:focus {text-decoration:none}

.btn_confirm {text-align:center;margin-top:6rem;} /* 서식단계 진행 */

.btn_submit {min-width: 128px; border:1px solid var(--key-color);background:var(--key-color);color:#fff;cursor:pointer;border-radius:3px;height:45px;padding:0 20px;font-weight:bold;transition:.3s ease; display:inline-block; vertical-align:middle; line-height:45px; text-align: center;}
.btn_submit:hover {background:var(--hover-key-color);border:1px solid var(--hover-key-color);}
.btn_close {min-width: 128px; border:1px solid var(--border-color);cursor:pointer;border-radius:3px;height:45px;padding:0 20px;font-weight:bold;transition:.3s ease; display:inline-block; vertical-align:middle; line-height:45px; text-align: center; }
.btn_close:hover {background: #FFFFFF33;}

.btn_cancel {min-width: 128px; display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;height: 45px; line-height: 45px;border-radius:3px;}
.btn_cancel:hover {background:#aaa}

.btn_frmline {display:inline-block;height:45px;border:0;border-radius:3px;text-decoration:none;vertical-align:top; line-height: 45px;}

/* 게시판용 버튼 */
.btn_b01 { display: inline-block; border: 1px solid var(--border-color); color: white; text-decoration: none; vertical-align: middle; background: transparent; border-radius: 3px; transition: .3s; }
.btn_b01:hover { background: #FFFFFF33; }
.btn_b02 { display: inline-block; background: var(--key-color); padding:0 10px; color:#fff; text-decoration: none; border:0; vertical-align: middle; border-radius: 3px; transition: .3s; }
.btn_b02:hover { background: var(--hover-key-color); }
.btn_b03 { display: inline-block;  border: 1px solid var(--key-color); color: var(--key-color); text-decoration: none; vertical-align: middle; border-radius: 3px; transition: .3s; }
.btn_b03:hover { background: var(--sub-color); border: 1px solid var(--sub-color); color: #fff; }
.btn_b04 {display:inline-block;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle;border-radius: 3px; transition: .3s;}
.btn_b04:hover {color:#333;background:#f9f9f9}
.btn_admin {display:inline-block;color:#717171;text-decoration:none;vertical-align:middle; transition: .3s;} /* 관리자 전용 버튼 */
.btn_admin:hover {color:#333;}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0; table-layout: fixed; border-radius: 8px; overflow: hidden; }
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_wrap:has(.flicking) { overflow-x: auto; }
.tbl_wrap .flicking { min-width: 600px; }


.tbl_wrap table .all_chk {width: 5%;}
.tbl_wrap table .th_num {width: 8%;}
.tbl_wrap table .th_tit {width: 60%;}
.tbl_wrap table .th_name {width: 10%; text-align: center;}
.tbl_wrap table .th_date {width: 10%;}
.tbl_wrap table .th_stt {width: 10%;}

.oiv_tb{border: 0;}
.oiv_tb table{border-bottom: 0;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:1.6rem 0;border-bottom:1px solid var(--border-color);text-align:center;letter-spacing:-0.1em;  font-weight: 500; background: var(--key-gradient-color);}
.tbl_head01 thead th input {vertical-align:top}
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid var(--border-color);}
.tbl_head01 td { padding:15px 5px;word-break:break-all; }
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 td * {font-weight:400; }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.tbl_head02 thead th input {vertical-align:top}
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom: 1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

.tbl_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{border-top: 1px solid #000;}
.tbl_head03 thead th {padding:12px 0;font-size:14px;text-align:center;letter-spacing:-0.1em; font-weight: 400; background: var(--key-gradient-color);}
#sod_fin_list .tbl_head03 thead th:nth-child(2){width: 7%;}
#sod_bsk_list .tbl_head03 thead th:nth-child(3){width: 70px;}
#smb_my_od .tbl_head03 thead th:nth-child(3){width: 50px;}
.tbl_head03 thead th#th_itname {width: 35%;}
.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 10px;border-top:1px solid #DDD;border-left:1px solid #DDD;line-height:1.5em;word-break:break-all; font-size: 14px; background: white; color:#333;}
.tbl_head03 td * {color:#333 !important;}
.tbl_head03 td:first-child{border-left:0}
.tbl_head03 .td_chk input{-webkit-appearance: auto;}



.tbl_head04 {margin:0 0 10px}
.tbl_head04 table { border-bottom:1px solid #b8b8b8; }
.tbl_head04 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head04 thead{border-top: 1px solid #000;}
.tbl_head04 thead th {padding:12px 0;border-bottom:1px solid #d3d3d3;font-size:14px;text-align:center;letter-spacing:-0.1em; font-weight: 400;}

.tbl_head04 thead a {color:#383838}
.tbl_head04 thead th#th_itname {width: 35%;}
.tbl_head04 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head04 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_head04 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head04 td {padding:15px 10px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all; font-size: 14px; text-align: center; }
.tbl_head04 td:first-child{border-left:0}
.tbl_head04 .td_chk input{-webkit-appearance: auto;}
.tbl_head04 tbody tr:last-child td { border-top: 1px solid #b8b8b8; }
.tbl_head04 tbody tr:last-child td:first-child { font-size: 15px; font-weight: 500;  }

#sod_fin_list .tbl_head04 thead th:nth-child(2){width: 7%;}
#smb_my_od .tbl_head04 thead th:nth-child(2){width: 20%;}




/* 폼 테이블 */
.tbl_frm01 table { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tbl_frm01 th { width: 90px; padding: 5px 10px; background: none; text-align: right; font-weight: normal; }
.tbl_frm01 td { padding: 5px 10px; background: transparent; }
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input { border: 1px solid var(--border-color); border-radius: 3px; color:var(--text-color); background: transparent; vertical-align: middle; border-radius:0; padding: 1rem; }
.wr_content textarea:focus,
.tbl_frm01 textarea:focus,
.form_01 textarea:focus,
.frm_input:focus { border-color: #fff; }
.tbl_frm01 textarea { padding: 2px 2px 3px; }
.frm_input { height: 45px; }

.full_input, .frm_address {width:100%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em; font-size: 14px; color: #ff0000;}

/*테이블 공용 css 추가*/
#bo_list .tbl_head01 .td_subject a {display: block; width: fit-content; float: left; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; transition: all .4s ease-out; color:#333;}
#bo_list .tbl_head01 .td_subject a:hover{text-decoration: underline;}
#bo_list .td_name {text-align: center; transition: all .4s ease-out;}

/*장바구니테이블*/
#sod_frm .od_prd_list table {table-layout: inherit;}
#sod_frm .od_prd_list .th_tit{width: 50%;}
#sod_frm .od_prd_list thead th:nth-child(2){width: 5%;}

/*기본리스트*/
.list_01 li {position:relative;border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li {float:left;width:23%;margin:30px 2% 80px 0;}
.list_02 li:nth-child(4n+1) {clear:both;margin-left:0}

/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.25em}
.form_01 li{padding:10px 0px;  border-right:0; border-left:0; display: flex; align-items: center;}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 li.is_captcha_use { padding:20px 25px; flex-wrap:wrap;}
.register .form_01 li {padding: 10px 25px;}

.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
.form_01 .form_left{float:left;width:49.5%}
.form_01 .form_right{float:right;width:49.5%}

/* flicking */
.f_wrapper { border-radius:10px; width:100%; }
.f_wrapper .f_wrapper_inner {overflow:auto; -webkit-overflow-scrolling: touch; overflow-y: hidden;}
.f_wrapper .touch { display:none; background:url("/theme/shaper/img/ico_flicking.png") left top no-repeat; height:22px; background-size:contain; padding:0 0 0 30px; line-height:22px; margin-bottom:10px; font-size: 14px; letter-spacing: -.5px;}
.f_scroller {display:block; height:100%; padding:0; width:100%; background-color:#fff; text-align:left;}
.f_wrapper .list_table,.f_wrapper .colum_table { margin-top:20px;}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list, .empty_li {padding:20px 0 !important;text-align:center !important;color:#777 !important}

/* 필수입력 */
.required, textarea.required {}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:8%;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:80px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:100px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left {text-align:left !important}
.text_center {text-align:center !important}
.text_right {text-align:right !important}

/* 새창 기본 스타일 */
.new_win {position:relative; }
.new_win .tbl_head01 thead th { background: transparent; }
.new_win table input { -webkit-appearance: auto; }
.new_win .tbl_wrap table { table-layout: auto; }
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title { height: 80px; line-height: 80px; font-size: 2rem; background: var(--key-color); color: #fff; text-align: center; }
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:white}
.new_win .win_ul .selected {background:var(--key-color);border-color:var(--key-color);position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;line-height:35px;text-align:left;padding:0 20px}
.new_win .win_desc i {vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:35px;background:#333;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:var(--key-color);background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {padding:20px; max-width: 768px;margin: 50px auto;}
.new_win .new_win_con iframe{ background: white; }
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px; margin-top:30px;}
.new_win .btn_close {height:40px;overflow:hidden;cursor:pointer; padding:0 20px; font-size: 15px; transition: .3s;}
.new_win .btn_close:hover{background:#FFFFFF33;}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:15px;}

/* 자바스크립트 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;}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {margin:8rem 0 10rem; text-align:center}
.pg {text-align:center}
.pg_page,
.pg_current,
.qa_page { display: inline-flex; align-items: center; justify-content: center; }
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {color:#888;aspect-ratio: 1/1; height:5rem;text-decoration:none;border-radius:100%}
.pg_page:hover,.qa_page:hover {background-color:#FFFFFF33}
.pg_start {margin-right: 0.5rem; text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% ;padding:0;border:1px solid #999}
.pg_prev {margin-right: 0.5rem; text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% ;padding:0;border:1px solid #999}
.pg_end {margin-left: 0.5rem; text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% ;padding:0;border:1px solid #999}
.pg_next {margin-left: 0.5rem;text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% ;padding:0;border:1px solid #999}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover { background-color: #FFFFFF33; }

.pg_current { display: inline-flex; align-items: center; justify-content: center; aspect-ratio: 1/1; height: 5rem; background: white; border: 1px solid white; color: #333; border-radius: 100%; }

/* 팁 */
.tooltip_icon {display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:1.2em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

.tooltip_txt {position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
.tooltip_txt:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
.tooltip_txt i {font-size:1.2em;vertical-align:middle}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}


/* 상품 메일 추천하기 */
#sit_rec_new th,
#sit_rec_new td {display:block;width:100%}
#sit_rec_new th {text-align:left;margin-top:20px;margin-bottom:5px}
#sit_rec_new textarea {width:100%;min-height:100px}
#sit_rec_new .win_btn {margin:20px 0}

/* 마이페이지 */
#smb_my {position:relative; margin:60px 0 100px 0; }
#smb_my:after {display:block;visibility:hidden;clear:both;content:""}

/* 마이페이지 aside */
#smb_my_ov { width: 25%; position: relative; float: left; overflow: hidden; }
#smb_my_ov { position: relative; margin-bottom: 5rem; border-radius: 1.6rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
#smb_my_ov h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#smb_my_ov .smb_me { display: block;  border-bottom: 1px solid var(--mypage-border); padding: 20px; text-align: center; font-size: 1.167em; }
#smb_my_ov .smb_me img { width: 45px; aspect-ratio: 1/1; border-radius: 50%; }
#smb_my_ov .smb_me .my_ov_name { display: inline-block; margin-bottom: 10px; line-height: 28px; }
#smb_my_ov .smb_me a{ display: inline-block;  height: 28px; line-height: 22px; font-size: 14px; border: 1px solid var(--mypage-border); color: white; border-radius: 2px; padding: 2px 5px; transition: all .3s ease; }
#smb_my_ov .smb_me a.smb_info { background:var(--key-color); border-color:var(--key-color); }
#smb_my_ov .smb_me a.smb_info:hover{ background:var(--hover-key-color); }

#smb_private:after {display:block;visibility:hidden;clear:both;content:""}
#smb_private {padding:10px 0}
#smb_private li {text-align:left;position:relative;text-align:left}
#smb_private a {display:block;color:white;line-height:20px;padding:10px 20px 10px 25px; font-size: 15px;}
#smb_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:var(--key-color);padding:0 5px;border-radius:15px;font-size:0.92em}
#smb_private a:hover {background-color: #ffffff33;}
#smb_private li a:hover:after {position:absolute;left:0;top:0;width:2px;height:100%;background:var(--key-color);content:""}
#smb_private li i {width:25px;color:#888;margin-right:5px}
#smb_private .win_point strong {background:var(--key-color);color:#fff}
#smb_private .win_memo strong {background:#ff8b77;color:#fff}
#smb_private .win_scrap strong {background:#8cc152;color:#fff}
#smb_private .win_coupon strong {background:#a352c1;color:#fff}

#smb_my_ov h3 {font-size:20px; padding:10px 20px 10px;border-top:1px solid var(--mypage-border)}
#smb_my_ov .op_area {border-top:0;padding:0 20px;line-height:18px;color: var(--sub-text-color);}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {margin:5px 0; padding-top:5px; font-weight:500;line-height:20px}
#smb_my_ov .op_area dd {margin:5px 0;padding-bottom:10px;border-bottom:1px dashed var(--mypage-border); font-size: 15px; color: white;}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {border-bottom:0 !important}

.withdrawal {display:block;padding:10px 20px;border-top:1px solid var(--mypage-border); color:var(--sub-text-color); transition:all .3s ease; font-size: 12px;}
.withdrawal:hover{color: white;}

/* 마이페이지 list */
#smb_my_list {float:right;width:72%;}

#smb_my_od h2 {font-size:20px;}
#smb_my_od {position:relative;}
.smb_my_od li {padding:15px;border-bottom:1px solid #ececec}
.smb_my_od li:last-child {border-bottom:0}
.smb_my_od li:after {display:block;visibility:hidden;clear:both;content:""}
.smb_my_od .smb_my_od_li {float:left;line-height:18px}
.smb_my_od .smb_my_od_li1 {width:140px;text-align:center}
.smb_my_od .smb_my_od_li2 {width:75%;padding:0 20px}
.smb_my_od .smb_my_od_li3 {width:80px;float:right;text-align:center}

.smb_my_od .ord_num,
.smb_my_od .ord_name {font-size:1.2em;font-weight:bold;letter-spacing:-0.5px}
.smb_my_od .date {color:#b5b5b5}
.smb_my_od .cost {color:var(--key-color);font-weight:bold}
.smb_my_od .misu {color:#6d6d6d}

#smb_my_wish {position:relative;margin-bottom:30px}
#smb_my_wish h2 {font-size:1.25em;}
#smb_my_wish li {position:relative;padding:15px; border-bottom:1px solid #DDD;}
#smb_my_wish li:last-child {border-bottom:0;}
#smb_my_wish li:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish .smb_my_chk {display:inline-block;float:left;margin-right:10px;color:red}
.smb_my_chk .selec_chk{-webkit-appearance: auto;}
.smb_my_chk .chk_box input[type="checkbox"] + label{display: none;}
#smb_my_wish form > ul { background: white; color:black; border-radius: 8px; }
#smb_my_wish form > ul a {  color: black;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  white-space: normal;}
#smb_my_wish .smb_my_img {float:left;margin-right:20px}
#smb_my_wish .smb_my_t_wrap {float: left;}
#smb_my_wish .smb_my_tit {margin:5px 0;font-size:17px;font-weight:bold}
#smb_my_wish .smb_my_price {font-weight:bold;margin-bottom:30px}
#smb_my_wish .smb_my_date {font-size:15px;color:#717171}

.mypage_card { position: relative; margin-bottom: 5rem; border-radius: 1.6rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
.mypage_card_header {display: flex;	align-items: center;	justify-content: space-between;	gap: 1.2rem;	padding: 2rem 2rem 1.6rem;	border-bottom: 0.1rem solid var(--mypage-border);	background: rgba(0, 0, 0, 0.15); }
.mypage_card_content {padding: 2rem; }
.mypage_card_title { font-size: var(--fs-20); font-weight: 800;	line-height: 1.35; margin-bottom: 2rem; padding-bottom: 1.4rem;	background: linear-gradient(90deg, #7847C4, rgba(139, 92, 255, 0)) no-repeat left bottom / 24rem 0.2rem,	linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)) no-repeat left bottom / 100% 0.1rem; }
.mypage-doc-section {    margin-bottom: 2.8rem;	padding: 2rem;	border-radius: 1.4rem;	background: rgba(0, 0, 0, 0.22);	border: 0.1rem solid rgba(255, 255, 255, 0.06);}


.mypage_card_content .mypage-doc-subtitle {	font-weight: 800;	line-height: 1.45;	margin-bottom: 1.2rem;	}
.mypage_card_content .mypage-doc-greet {	font-size: 14px;	line-height: 1.65;	margin-bottom: 1.4rem;}
.mypage_card_content .mypage-crown-bar {	display: flex;	align-items: center;	flex-wrap: wrap;	gap: 1rem 1.2rem;	padding: 1.2rem 1.4rem;	margin-bottom: 1.4rem;	background: rgba(139, 92, 255, 0.1);	border: 0.1rem solid rgba(139, 92, 255, 0.28);	border-radius: 1.2rem;}
.mypage_card_content .mypage-crown-bar-label {	font-weight: 800;	font-size: 14px;	color: var(--mypage-text);}
.mypage_card_content .mypage-crown-bar-input {	flex: 1;	min-width: 12rem;	padding: 0.8rem 1.2rem;	background: rgba(0, 0, 0, 0.35);	border: 0.1rem solid var(--mypage-border);	border-radius: 0.8rem;	font-size: 14px;		font-family: ui-monospace, monospace;}
.mypage_card_content .mypage-crown-icon,
.mypage_card_content .mypage-star-icon {	display: inline-flex;	vertical-align: middle;	color: #c4a8ff;	flex-shrink: 0;}
.mypage_card_content .mypage-info-icon {	display: inline-flex;	margin: 0 0.2rem;	vertical-align: middle;}

.mypage_card_content .mypage-th-inline {	display: inline-flex;	align-items: center;	gap: 0.5rem;	flex-wrap: wrap;}
.mypage_card_content .mypage-doc-table-wrap { overflow-x: auto;	border-radius: 1.2rem;	border: 0.1rem solid var(--mypage-border);	background: rgba(0, 0, 0, 0.2);}
.mypage_card_content .mypage-doc-table { width: 100%; font-size: 15px;	line-height: 1.55; border-collapse: collapse;}
.mypage_card_content .mypage-doc-table th,
.mypage_card_content .mypage-doc-table td {	padding: 1.1rem 1.4rem;	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.06);	vertical-align: top;	text-align: left;}
.mypage_card_content .mypage-doc-table tr:last-child th,
.mypage_card_content .mypage-doc-table tr:last-child td {	border-bottom: 0;}
.mypage_card_content .mypage-doc-table th {	width: 30%;	font-weight: 700;	background: rgba(255, 255, 255, 0.04);}
.mypage_card_content .mypage-doc-section--policy {	background: rgba(139, 92, 255, 0.06);	border-color: rgba(139, 92, 255, 0.15);}
.mypage_card_content .mypage-policy { font-size: 14px;}
.mypage_card_content .mypage-policy p { line-height: 1.5; }
.mypage_card_content .mypage-policy p + p {	margin-top: 1rem;}

.smb_my_more a { display:block; width: 75px; height:25px; border: 1px solid var(--border-color); position: relative; transition:all .3s ease; padding: 4px 0 4px 8px; font-size: 14px; }
.smb_my_more a:hover{background: #FFFFFF33;}
.smb_my_more a span{display: inline-block; vertical-align: middle; width: 12px; height: 1px; background: white; position: absolute; top: 50%; right: 1px; transform: translate(-50%, -50%);}
.smb_my_more a span:last-child{transform: rotate(-90deg) translate(1px, -6px);}

#smb_my_wish li .wish_del {position:absolute;right:20px;top:50px;font-size:1.4em;color:#b2b2b2;}

#smb_ws_act {text-align:center;margin:2rem 0 0;}
#smb_ws_act .btn01 { width: 180px; height: 50px; font-weight: bold; font-size: 16px; border: 1px solid var(--border-color); border-radius: 3px; transition:all .3s ease; }
#smb_ws_act .btn02 { width: 180px; height: 50px; font-weight: bold; font-size: 16px; border: none; border-radius: 3px; background: var(--key-color); transition:all .3s ease; }
#smb_ws_act .btn01:hover { background: #FFFFFF33; }
#smb_ws_act .btn02:hover { background: var(--hover-key-color); }

/* 주문내역조회 */
.order-date-picker { padding: 10px 5px; text-align: right; }
.order-date-picker input[type=text] { padding: 9px 7px; border: 1px solid #eee; border-radius: 5px; font-size: 14px; }
.order-date-picker .btn { margin-left: 3px; border-radius: 5px; padding: 0 15px; font-size: 14px; }

/* 장바구니 주문서 공통 */
.od_prd_list .td_prd {width: 30%; border-left:0;position:relative;padding-left:120px;min-height:100px}
.od_prd_list .td_prd .sod_img {position:absolute;top:15px;left:20px}
.od_prd_list .td_prd .sod_name {min-height:80px}
.od_prd_list .total_prc {color:#000;font-weight:bold;font-size:15px;}

.sod_opt { margin: 5px 0; font-size: 12px; }
.sod_opt ul { display: inline-block; margin: 0; padding: 0; list-style: none; }
.sod_opt li { color:var(--text-color); padding: 3px 0; line-height: 140%; }
.sod_opt li:before { content: "옵션"; display: inline-block; margin: 1px 5px 2px 0; padding: 3px; border-radius: 3px; background: var(--key-color); line-height: 1em; color: #fff; font-size: 12px; }
.sod_option_btn .mod_options {height:30px;margin:5px 0 0;padding:0 5px;border:1px solid #d4d6db;color:#606060;border-radius:3px;font-size:13px; transition: all .3s ease-in-out;}
.sod_option_btn .mod_options:hover{border: 1px solid #333; transition: all .3s ease-in-out;}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:var(--key-color);height:26px;border-radius:3px}
.cp_cancel {padding:0 10px;border:1px solid #aaa;color:#666;height:26px;border-radius:3px}

/* 장바구니 */
#sod_bsk {margin-bottom:30px;}
.btn_cart_del {padding:20px 0;font-size: 14px;}
#sod_bsk .tbl_head03 thead{border-top: 0;}
.btn_cart_del button {height:30px;padding:0 10px;border:1px solid var(--border-color);border-radius:5px;color:white; transition: all .3s ease-in-out;}
.btn_cart_del button:hover{background: #FFFFFF33; }
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {margin:20px 0 60px 0;}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li {float:left;width:33.333%;border-left: 1px solid var(--border-color);text-align:right;padding:25px; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);}
#sod_bsk #sod_bsk_tot li:first-child{border-left: 0;}
#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {width:33.335%;}
#sod_bsk_act {text-align:center;margin-bottom:100px}
#sod_bsk_act .btn_submit {height:45px;padding:0 10px;width:160px; font-size: 15px; transition: all .3s ease-in-out;}
#sod_bsk_act .btn01 {height:45px; line-height: 45px; padding:0 10px;width:160px; font-size: 15px; transition: all .3s ease-in-out;}
#sod_bsk_act .btn01:hover{background: #FFFFFF33;}
#sod_bsk_act p {margin:0 0 10px}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index: 10000; position: fixed; top: 50%;  left: 50%; width: 35%; height: auto !important; max-height: 360px; border: 1px solid #dde7e9; border-radius: 3px;  overflow-y: auto; overflow-x: inherit; transform: translate(-50%, -50%); background: white;}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.6rem}
#sod_bsk_list #sit_sel_option { padding: 2rem; }
#sod_bsk_list #mod_option_frm .opt_count { position: relative; display: flex; align-items: center; }
#sod_bsk_list #mod_option_frm .opt_count button { width: 4.5rem; }
#sod_bsk_list #mod_option_frm .opt_count button:hover { background: #eee; }
#sod_bsk_list #mod_option_frm #sit_opt_added .sit_opt_del { height: 4.5rem; top:0; }
#sod_bsk_list .price_text { margin-left: 5px; }
.option_wr {padding:20px 20px 0}
.option_wr h3 {font-size:1.167em;margin-bottom:10px}
.option_wr .get_item_options,
.option_wr .get_item_supply {margin-bottom:10px}
.option_wr label {display:block;margin:10px 0 5px}
.option_wr select {width:100%;border:1px solid #d4d4d4;height:48px}

#sit_opt_added .num_input {float:left;border:0;height:30px;text-align:center; background: none; color:white;}
#sit_opt_added .sit_opt_del {position:absolute;right:2.5rem;top:2.5rem;font-size:15px;border:0;}
#sit_opt_added .sit_opt_del:hover {color:#ff5a5a}

#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px;font-size:1.6rem;font-weight: 400;}
#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:yellow}
#mod_option_frm .btn_confirm .btn_submit {width:100px;cursor:pointer;color:white !important;}
#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em;border-radius:0}
#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}

/* 주문서 작성 */
#sod_frm p {margin:0 0 10px}
#sod_frm .od_prd_list {margin-bottom:20px}
#sod_frm .f_scroller {height: auto;}

#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;overflow-y:auto;overflow-x:inherit}

.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
.od_coupon .btn_close:hover{background:#f3f3f3}
.od_coupon .tbl_head02{margin:20px}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}

.sod_wrapper { display: grid; grid-template-columns: 1fr 0.6fr; gap:6rem; }

/* 주문서 작성 - 왼쪽 */
.sod_left {display:inline-block;vertical-align:top;width: 100%;}

/* 주문서 작성 - 주문하시는 분 */
#sod_frm .tbl_frm01 { padding:3rem; border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
#sod_frm .tbl_frm01 th,#sod_frm .tbl_frm01 td {text-align:left;padding:10px;vertical-align:top}
#sod_frm .tbl_frm01 th{padding:0px 10px}
#sod_frm .tbl_frm01 td input {width:100%; box-shadow: none; border: 0; border-bottom: 1px solid var(--border-color); background: transparent !important; font-size: 14px; transition:all .3s ease;}
#sod_frm .tbl_frm01 td input:hover{border-bottom: 1px solid var(--key-color);}
#sod_frm .tbl_frm01 td .addr input {width:20%}
#sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}

/* 주문서 작성 - 받으시는 분 */
#sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
#sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
#sod_frm_taker .tbl_frm01 .choice_place input,
#sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline{width:96px;height:30px;line-height:28px;border:1px solid var(--border-color);text-align:center;float:right; font-size: 14px; transition:all .3s ease;}
#sod_frm_taker .tbl_frm01 .btn_frmline:hover{background: #FFFFFF33;}

#sod_frm_taker .tbl_frm01 td input {width:100%}
#sod_frm_taker .tbl_frm01 td .addr input {width:20%}
#sod_frm_taker .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}

#sod_frm_orderer, #sod_frm_taker {margin:0 0 30px;}
#sod_frm section h2 {font-size:20px;padding:20px 0 10px 0;}
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

/* 5.4.1.3 버전이후 추가 css */
#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td { padding: 10px; line-height: 45px; }
#sod_frm .tbl_frm01 th { width: 90px; text-align: right; font-weight: 600; }
#sod_frm #od_zip,
#sod_frm #od_b_zip { width: 120px; }
#sod_frm .tbl_frm01 td .btn_address { width: 100px; height:40px; background: var(--key-color); color:#fff; border: 0; border-radius: 3px; font-size: 14px; position: absolute; left: 290px; transition:all .3s ease;}
#sod_frm .tbl_frm01 td .btn_address:hover { background:var(--hover-key-color); }
#sod_frm #od_memo { min-height: 200px; box-shadow: none; border: 1px solid var(--border-color); border-radius: 0;  font-size: 14px; padding: 10px; transition:all .3s ease; resize: none; }
#sod_frm #od_memo:hover { border: 1px solid var(--key-color); }
#sod_frm_taker .order_choice_place{position:relative;padding-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
#sod_frm #sod_bsk_tot li {width:100%;height:40px;line-height:40px;text-align:right; }
#sod_frm #sod_bsk_tot li span {float:left;margin:0; color:white;}
.sod_bsk_coupon,.sod_bsk_point { color: #ff5a5a; }
#sod_frm sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:30px;left:-12.5px;width:25px;height:25px;color:var(--key-color);border-radius:50%;border:1px solid #e7ebf1;background: white; font-weight:bold;font-size:30px;line-height: 14px;}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{font-size:20px; padding-right: 5px; font-weight: 900}
.sod_right h2 {font-size:20px;padding:20px 0 10px 0;}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th {text-align:left;width:100px;font-weight:bold; height: 50px; }
#sod_frm_pay .pay_tbl td {text-align:right; height:30px; font-size: 14px; height: 50px; }
#sod_frm_pay .pay_tbl td strong{font-size: 16px; display: inline-block; font-weight: bold;}
#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;height: 23px;line-height: 21px;margin: 0;}
#od_tot_price { display: flex; align-items: center; justify-content: space-between; gap:1rem; font-size:24px; }
#od_tot_price span{float:left;font-weight:bold}
#od_tot_price strong{ padding-right: 5px;}
#sod_frm #sod_frm_pt_alert {font-size: 15px; padding: 5px 0 10px ; }
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}

/*무통장입금*/
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}


#forderform .od_pay_buttons_el{margin-top:30px;}
#forderform .od_pay_buttons_el h3{font-size: 20px; padding: 20px 0 10px 0; border-bottom: 1px solid var(--border-color);}
#forderform #sod_frm_pt{border-top:1px solid var(--border-color)}

#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid var(--border-color)}
#sod_frm_pay .sod_frm_point div{padding:10px;text-align:left;text-align:right}
#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
#sod_frm_pay .sod_frm_point div span{display:block}
#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}

/* 주문서 작성 - 오른쪽 */
.sod_right {display:inline-block;width:100%;vertical-align:top}

#sod_bsk_tot { padding: 3rem; border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
.sod_right .sod_info li {position:relative;float:left;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
.sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
.sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
.sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:1.6rem;line-height:14px}
.sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:30px;left:-12.5px;width:20px;height:20px;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:1.6rem;line-height:14px}
.sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}

.sod_right .sod_info_bt {clear:both;padding:10px 15px;}
.sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
.sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

.sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
.sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_right .sod_info_option ul {padding:10px 15px;}
.sod_right .sod_info_option li {margin-bottom:5px}
.sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:var(--key-color);border:1px solid #d4d6db}
.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;overflow-y:auto;overflow-x:inherit}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
.sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
.sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
.sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
.sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;height:23px;line-height:21px;margin:0}


/* 주문서 작성 - 포인트사용 */
#sod_point {clear:both;margin-top:10px;border:1px solid #e3e5e8}
#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
#sod_point .point_tit label {vertical-align:baseline}
#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}

#sod_frm_pt {padding:20px}
#sod_frm_pt .max_point_box em {font-style:normal !important}

/* 주문서 작성 - 결제수단 */
#sod_frm_pay { padding: 3rem; border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid var(--border-color)}
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
#sod_frm_pay .tooltip_txt:before {height:100%}
#sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1; width:100%;}

#sod_frm_pay ul.pay_way input[type="radio"] + label::before {content: ''; position:absolute; top:6px; left:0;width:16px;height:16px;display:block;border:1px solid white;border-radius:50px; background: #FFFFFF33; cursor: pointer;}
#sod_frm_pay ul.pay_way input[type="radio"]:checked + label::before {background:url('/theme/nox/img/chk.png') no-repeat 50% 50% var(--key-color); border-color: var(--key-color); border-radius:50px}


#settle_bank {border-top:0 none;clear:both;line-height:32px;font-size: 14px;}
#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
#settle_bank label {line-height:30px}
#settle_bank select, #settle_bank input {height:32px; border:1px solid #e3e5e8; text-align:left}
#settle_bank option {padding:3px 0}
#settle_bank #od_deposit_name {height:32px;padding:0 5px;border:1px solid #e3e5e8; width: 200px; margin-left: 10px;}

#display_pay_button {padding:20px;border-top:0; margin: 50px 0 100px 0;}
#display_pay_button .btn_submit {width:150px;height:50px;font-weight:bold;font-size:16px;cursor:pointer;border:1px solid var(--key-color); display: inline-block; transition:all .3s ease;}
#display_pay_button .btn01 {width:150px;height:50px;line-height:38px;font-weight:bold;font-size:16px;margin:5px 0;border:1px solid var(--border-color);display: inline-block; transition:all .3s ease;}
#display_pay_button .btn01:hover{background: #FFFFFF33;}

.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
.order_choice_place label {display:inline-block;font-weight:normal;margin-right:1em; font-size: 15px;}
#sod_frm_same {margin:0 0 10px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
#sod_frm #sod_frm_escrow p {margin:5px 0}
#display_pay_process {padding:20px;text-align:center}
/* 위시리스트 */
.sod_ws_img {text-align:center}
.sod_ws_img img{width: 100%; height: auto;}
#sod_ws_act {text-align:center;margin:20px 0 30px}
#sod_ws_act button {height:50px;width:180px;font-weight:bold;font-size:16px;border-radius:3px}
#sod_ws_act .btn01 {border:1px solid #98a3b3; transition:all .3s ease;}
#sod_ws_act .btn02 {border:1px solid var(--key-color);background:var(--key-color); transition:all .3s ease;}
#sod_ws_act .btn01:hover{background: #FFFFFF33;}
#sod_ws_act .btn02:hover{background: var(--hover-key-color);}

#sod_ws .chk_box input{-webkit-appearance:auto;}
#sod_ws .chk_box input[type="checkbox"] + label{display: none;}
#sod_ws li .info_link {display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; padding: 8px 60px 0 28px; transition:all .3s ease;}
#sod_ws li .info_link:hover{text-decoration: underline;}
#sod_ws li .info_date {color:#646464;font-size:0.92em; display: none;}
#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:30px;text-align:center;line-height:35px;color:#f00}
#sod_ws li .wish_info {position:relative;border-bottom:1px solid #e0e0e0;margin-top:10px;height:45px}
#sod_ws li .wish_del {position:absolute;top:0;right:0;width:35px;height:35px;line-height:35px;text-align:center;background:#e6e6e6;display:block;font-size:1.25em;color:#777}
#sod_ws li .wish_del:hover {background:#777;color:#fff}
#sod_ws #sod_ws_act{margin: 50px 0 100px 0;}

/* 배송지 목록 */
#sod_addr .tbl_wrap { margin: 30px }
#sod_addr .td_mng .sel_address { height: 26px; color: #fff;  border: 1px solid var(--sub-color); color: var(--sub-color); padding: 0 5px; border-radius: 3px; }
#sod_addr .td_mng .del_address { display: inline-block; height: 26px; line-height: 24px; border: 1px solid #aaa; color: #999; padding: 0 5px; vertical-align: middle; border-radius: 3px; }
#sod_addr input[type="radio"] {position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb { display: inline-block;  border: 1px solid var(--key-color); color: var(--key-color); cursor: pointer; position: relative; padding: 0 5px; height: 26px; line-height: 24px; border-radius: 3px; }
#sod_addr input[type="radio"]:checked+.default_lb { background: #3476be; color: #fff; }
#sod_addr td {height:40px;vertical-align:top}
#sod_addr .td_name {width:100px}
#sod_addr .frm_input { width: calc(100% - 20px); height: 30px; }
#sod_addr .td_sbj {width:155px;text-align:left}
#sod_addr .td_sbj .chk_box {display:inline-block;float:left}
#sod_addr .td_sbj .chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% var(--key-color);border-color:#1471f6;border-radius:3px}
#sod_addr .ad_tel {display:block;color:#666}
#sod_addr .td_mng {width:100px;padding:10px}
#sod_addr .td_mng .mng_btn {width:100%;margin:2px 0}

/* 주문내역 */
#sod_v {margin-bottom:100px}
#sod_v th:nth-child(3){width: 80px;}
#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
#sod_v td {text-align:center}
#sod_v td a {font-weight:bold}
#sod_v .basic_tbl {text-align:center}
.status_01 { display: inline-block; background: var(--backgd-color);color:var(--key-color); padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }
.status_02 { display: inline-block; background: var(--key-color); color: #fff; padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }
.status_03 { display: inline-block; background: #edf8f7;color:var(--key-color); padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }
.status_04 { display: inline-block; background: #edf8f7;color:var(--key-color); padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }
.status_05 { display: inline-block; background: var(--key-color); color:#fff; padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }
.status_06 { display: inline-block;  color:red; padding: 0 5px; line-height: 20px; font-size: 0.92em; border-radius: 5px; }

/* 주문상세내역 */
#sod_fin_no {margin:0 0 20px;padding:15px;background:#333; color:white;font-size:1.2em;border-radius:5px;}

#sod_sts_wrap {margin:0 0 50px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:20px;line-height:20px;margin:10px 0;border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden;}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin-right:5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot li {border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#777}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}

#sod_bsk_tot2 { padding: 3rem; margin-bottom:20px; border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden; }
#sod_bsk_tot2 li {line-height:40px;text-align:right}
#sod_bsk_tot2 li span {float:left;clear:both;font-size:1em}
#sod_bsk_tot2 li strong {font-size:1em}
#sod_bsk_tot2 li#alrdy {border-bottom:0 !important}
#sod_bsk_tot2 li#alrdy div {padding:5px 0 15px;text-align:right}
#sod_bsk_tot2 li#alrdy div p {position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
#sod_bsk_tot2 li.sod_fin_tot strong {font-size:1.2em}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_list .td_prd {border-left:0;position:relative;padding-left:20px;min-height:100px}
#sod_fin_list .sod_img {position:absolute;top:50%;left:20px;transform: translateY(-50%);}
#sod_fin_list .sod_name a {font-weight:bold;line-height:1.5em}
#sod_fin_list .sod_name .sod_opt:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:var(--key-color)}
#sod_fin_list #th_itst {width:80px}

#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay { padding: 3rem; margin-bottom: 2rem;border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden;}
#sod_fin_pay h3 {font-size:1.167em;padding:15px 20px;border-bottom:1px solid #000}
#sod_fin_pay li {line-height:4rem;}
#sod_fin_pay li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_pay li>span {display:inline-block; float:left;}
#sod_fin_pay li>strong {margin-right:10px;width:100px; float:left;}
#sod_fin_pay li .letter-2px{letter-spacing:-2px}
a.btn_frmline.is-long-text{height:auto;width:160px}

#sod_fin_orderer, #sod_fin_receiver, #sod_fin_dvr {margin:0 0 4rem;}
#sod_fin_orderer .tbl_wrap, #sod_fin_receiver .tbl_wrap, #sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3 {font-size:20px;padding:20px 0 10px 0;}
#sod_fin .sod_left .tbl_head01 { padding: 1rem 3rem; border:1px solid var(--border-color); border-radius: 1rem; background: linear-gradient(165deg, var(--mypage-surface-3) 0%, var(--mypage-surface-2) 45%, rgba(12, 12, 16, 0.65) 100%); border: 0.1rem solid var(--mypage-border); box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.04) inset, 0 2.4rem 4.8rem rgba(0, 0, 0, 0.45);	backdrop-filter: blur(1.2rem);-webkit-backdrop-filter: blur(1.2rem); overflow: hidden;}
#sod_fin .sod_left th {border:0;text-align:left;width:100px;}
#sod_fin .sod_left td.empty_table{border: 0;}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_cancel {text-align:center; margin-bottom: 100px;}
#sod_fin_cancel .sod_fin_c_btn {height:50px;border:1px solid var(--border-color);border-radius:3px;font-weight:bold;width:100%;background:none;transition: all .4s ease-out;}
#sod_fin_cancel .sod_fin_c_btn:hover {background:#FFFFFF33; transition: all .4s ease-out;}
#sod_fin_cancel h2 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left; background: var(--key-color); color: white;}
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #ff5a5a;padding:15px;color:#ff5a5a;font-size:1.167em;font-weight:bold}

#sod_cancel_pop {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
#sod_fin_cancelfrm {position:absolute;top:50%;left:50%;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;border-radius:3px}  
#sod_fin_cancelfrm form {padding:20px; background: white; color:#333;}
.sod_fin_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
.sod_cls_btn {position:absolute;right:0;top:5px;color:white;border:0;padding:12px 15px;font-size:1.6rem;}

#sod_fin_cancelfrm .frm_input {margin:0 0 10px;width:100%;font-size: 14px; box-shadow: none; border-radius: 0; border:1px solid #DDD; color:#333; }
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 쇼핑몰 이벤트 */
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a {line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon {text-align:center}
#coupon h1 {text-align:left}
#coupon ul:after {display:block;visibility:hidden;clear:both;content:""}
#coupon li {padding:15px;border-bottom:1px solid var(--border-color);text-align:left}
#coupon .cou_top {margin-bottom:10px}
#coupon .cou_tit {font-size:1.25em;font-weight:bold}
#coupon .cou_pri {font-size:1.25em;color:var(--key-color);font-weight:bold;float:right}
#coupon .cou_target {color:#8cc152;background:#edfbde;padding:5px;line-height:20px;font-size:0.92em;border-radius:5px}
#coupon .cou_date {float:right;color:#888d92}
#coupon .btn_close {margin:20px auto}

/* 모바일일때 피시버전 주문폼 */
.sod_frm_mobile .sod_list{margin:10px 0}
.sod_frm_mobile .sod_list .sod_li{border-bottom:1px solid #e5e5e5;margin:10px 0}
.sod_frm_mobile .sod_list .li_name{font-size:1.083em}
.sod_frm_mobile .sod_list .li_op_wr{position:relative;padding:10px 10px 0 110px;min-height:75px}
.sod_frm_mobile .sod_list .li_op_wr .chk_box{position:absolute;top:10px;left:10px}
.sod_frm_mobile .sod_list .total_img{position:absolute;top:10px;left:35px}
.sod_frm_mobile .sod_list .mod_options{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .sod_list .li_prqty{padding:10px;border-top:1px solid #f8f8f8}
.sod_frm_mobile .sod_list .li_prqty:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align:right; margin-bottom: 10px;}
.sod_frm_mobile .sod_list .li_prqty_sp span{float:left;color:#696969}
.sod_frm_mobile .sod_list .prqty_sc,.sod_frm_mobile .sod_list .prqty_price{border-right:1px solid #e5e5e5}
.sod_frm_mobile .sod_list .total_price{background:#f2f7ff;display:block;clear:both;text-align:right;padding:20px 10px;line-height:20px}
.sod_frm_mobile .sod_list .total_price span{float:left}
.sod_frm_mobile .sod_list .total_price strong{font-size:1.25em;color:var(--key-color)}
.sod_frm_mobile .sod_opt{padding:5px 10px 5px 35px}
.sod_frm_mobile .sod_opt li{color:#777;margin:3px 0;line-height:1.3em}
.sod_frm_mobile .sod_opt li:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:var(--key-color);line-height:20px;color:#fff; font-size: 12px;}
.sod_frm_mobile .sod_opt .opt_name:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:var(--key-color)}
.sod_frm_mobile #sod_frm_orderer,.sod_frm_mobile #sod_frm_taker{margin:0 0 30px;border: none; }
.sod_frm_mobile #sod_frm_orderer #od_addr_jibeon,.sod_frm_mobile #sod_frm_taker #od_b_addr_jibeon{display:inline-block;margin:5px 0 0}
.sod_frm_mobile #m_sod_bsk_tot{color:#333}
.sod_frm_mobile #m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_bsk_tot dt{float:left;width:40%;padding:10px;line-height:20px;clear:both}
.sod_frm_mobile #m_sod_bsk_tot dd{float:left;width:60%;padding:10px;text-align:right;line-height:20px}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt{font-weight:700;margin-top:5px;line-height:25px;}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong{color:var(--key-color);font-size:24px}
.sod_frm_mobile .sod_list .li_op_wr{padding-left:100px}
.sod_frm_mobile .sod_list .total_img{left:10px}
.sod_frm_mobile .sod_opt{padding-left:10px}
.sod_frm_mobile #m_sod_frm_paysel{margin:10px 0}
.sod_frm_mobile #m_sod_frm_paysel h3{padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
.sod_frm_mobile #m_sod_frm_paysel ul{margin:0;padding:10px;border:1px solid #e3e5e8}
.sod_frm_mobile #m_sod_frm_paysel ul:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_frm_paysel li{float:left;padding:5px;width:46%;vertical-align: middle;}
.sod_frm_mobile #m_sod_frm_paysel .lb_icon{width: auto;font-size: 15px;}
.sod_frm_mobile #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%}
.sod_frm_mobile #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%}
.sod_frm_mobile #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%}
.sod_frm_mobile #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%}
.sod_frm_mobile #m_sod_frm_paysel .kakaopay_icon{background:url(../../../img/kakao.png) no-repeat 24px 3px;height:25px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #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_mobile #sod_frm_pay{border-top:1px solid #f3f3f3}
.sod_frm_mobile #sod_frm_pay h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile #sod_frm_pay .cp_btn1,.sod_frm_mobile #sod_frm_pay .cp_cancel1{margin-top:0}
.sod_frm_mobile .odf_tbl{position:relative}
.sod_frm_mobile .odf_tbl table{width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
.sod_frm_mobile .odf_tbl table th{border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:400}
.sod_frm_mobile .odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right; font-size: 13px;}
.sod_frm_mobile#sod_frm #sod_frm_pt_alert{margin:10px 0;text-align:left;color:#fff;line-height:18px;background:#f2838f;padding:10px 10px 10px 13px;border-radius:5px;position:relative}
.sod_frm_mobile #sod_frm_pt_alert::before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453;height:100%}
.sod_frm_mobile#sod_frm .sod_frm_point{padding:10px 0;clear:both;border:0 none}
.sod_frm_mobile .sod_frm_point div{border:1px solid #e3e5e8;padding:10px;text-align:right}
.sod_frm_mobile .sod_frm_point div:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point div label{float:left;line-height:30px}
.sod_frm_mobile .sod_frm_point div span{display:block;margin:5px 0}
.sod_frm_mobile .sod_frm_point div span:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point .max_point_box em{font-style:normal!important}
.sod_frm_mobile .sod_frm_point div strong{float:left;color:#666;font-weight:400}
.sod_frm_mobile .sod_frm_point #od_temp_point{height:30px;border:1px solid #d0d3db;text-align:right;border-radius:3px;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
.sod_frm_mobile #settle_bank{border:1px solid #e3e5e8;padding:10px;clear:both;line-height:30px}
.sod_frm_mobile #settle_bank:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile #settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #d0d3db}
.sod_frm_mobile #settle_bank #od_deposit_name{height:30px;border:1px solid #d0d3db;text-align:center;border-radius:3px;float:right;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
.sod_frm_mobile #settle_bank label{float:left;line-height:30px}
.sod_frm_mobile #sod_frm_pt_info{border-top:0}
.sod_frm_mobile .od_coupon{position:absolute;top:0;left:0;width:100%;z-index:99;border-radius:0 0 3px 3px;-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)}
.sod_frm_mobile .od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
.sod_frm_mobile .od_coupon .tbl_head02 td{text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 th{width:auto!important}
.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
.sod_frm_mobile .od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
.sod_frm_mobile .od_coupon .btn_confirm{margin:20px}
.sod_frm_mobile .od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:700;width:100%}
.sod_frm_mobile .od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
.sod_frm_mobile .cp_btn,.sod_frm_mobile .cp_btn1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:var(--key-color);line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid var(--key-color);color:var(--key-color);height:23px;line-height:21px}
.sod_frm_mobile .cp_cancel,.sod_frm_mobile .cp_cancel1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#aaa;line-height:24px;margin:5px 0 0 2px;font-size:.923em}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding: 5px 0 15px 10px; font-size:1.083em}
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100%!important; box-shadow: none; border-radius: 0; border: 0; border-bottom: 1px solid #ddd;}
#sod_frm.sod_frm_mobile .odf_list .frm_input:hover{border-bottom: 1px solid var(--key-color);}
#sod_frm.sod_frm_mobile input[type="radio"],.sod_frm_mobile #sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
#sod_frm.sod_frm_mobile #od_memo{min-height:50px; margin-top: 10px;}
.sod_frm_mobile .od_prd_list{margin:10px;padding:15px}
.sod_frm_mobile .od_prd_list .td_chk{border-left:0}
.sod_frm_mobile .od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
.sod_frm_mobile .od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
.sod_frm_mobile .od_prd_list .td_prd .sod_name{min-height:80px}
.sod_frm_mobile .od_prd_list .td_prd .prd_name{font-size:1.167em}
.sod_frm_mobile .od_prd_list .total_prc{color:#ff006c;font-weight:700;font-size:1.167em}
.sod_frm_mobile #sod_frm_orderer{padding:10px; border: none;}
.sod_frm_mobile #sod_frm_taker{padding:10px;}
.sod_frm_mobile #sod_frm_taker h2,.sod_frm_mobile #sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile .odf_list li{font-size: 14px; color: #ff0000;}
.sod_frm_mobile .odf_list label,.sod_frm_mobile .odf_list strong{display:block;margin:10px 0 0px; font-size: 15px; font-weight:600}
.sod_frm_mobile .odf_list .frm_input{width:100%;margin:0 0 5px}
.sod_frm_mobile .odf_list .dlv_slt{position:relative;margin:5px 0;}
.sod_frm_mobile .odf_list .dlv_slt strong{margin:0;font-weight:700;line-height:30px}
.sod_frm_mobile .odf_list .dlv_slt input{-webkit-appearance: auto;}
.sod_frm_mobile .odf_list .dlv_slt div label{display:inline-block;margin:3px 0;font-weight: 400;}
.sod_frm_mobile 
#daum_juso_pageod_b_zip{border: 1px solid #ddd !important;}
.sod_frm_mobile .odf_list .ad_default{display:inline-block;margin:0}
.sod_frm_mobile .odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;width: 80px; height:30px}
.sod_frm_mobile .odf_list .add_num{position:relative;display:block}
.sod_frm_mobile .odf_list textarea{border:1px solid #ccc;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.sod_frm_mobile .sod_ta_wr{margin-bottom:1em}
.sod_frm_mobile .btn_confirm{margin:0 0 10px}
.sod_frm_mobile .btn_submit{width:100%;height:45px;font-size:1.167em;font-weight:700;margin:5px 0;border-radius:4px}
.sod_frm_mobile .btn_cancel,.sod_frm_mobile .btn01{width:100%;height:50px;line-height:50px;font-size:16px;font-weight:700;padding:0;border-radius:4px}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile #od_tot_price{background:none;font-weight:800;font-size: 24px;}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

/* 네이버페이 */
.itemform-naverpay {margin:15px 0;clear:both}
.cart-naverpay {margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td {border-left:0;border-right:0}
#bo_v_top .btn_admin, #bo_list .btn_admin {padding-top:0}

/* 개인결제 */
.pesonal {border:1px solid #e3e5e8;margin-bottom:30px}
.pesonal h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
.pesonal .tbl_frm01 {padding:20px 10px;margin:0}
.pesonal th {text-align:left}
.pesonal td {text-align:left;font-weight:bold}
.pesonal td input {width:100%}
.pesonal .half_tr {width:50%}

#personal_pay {border:1px solid #e3e5e8}
#personal_pay h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
#personal_pay .lb_icon {position:relative;display:inline-block;cursor:pointer;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {z-index:3}

#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY {width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW {width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .PAYCO {width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .kakaopay_icon {width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .pay_way {border-bottom:1px solid #e2e4e7}
#personal_pay #display_pay_button {border:0}

    /* 모바일 개인결제 */
    #m_pv_sod_frm { border: 1px solid #e3e5e8;}
    #m_pv_sod_frm  input {width: 100%;}
    #m_pv_sod_frm  table {width: 100%;}
    #m_pv_sod_frm  table tr {height: 40px;}
    #m_pv_sod_frm  h2 {font-size: 1.167em; padding: 15px; border-bottom: 1px solid #e3e5e8;}
    
    #m_pv_sod_frm .odf_tbl {padding: 0 10px;}
    #m_pv_sod_frm p {padding: 0 10px; margin-top: 20px;}
    #m_pv_sod_frm #display_pay_button {padding: 20px; border: 0;}
    #m_pv_sod_frm #display_pay_button input[type="button"] {width: 100%;}
    #m_pv_sod_frm .btn_cancel {display: inline-block; width: 100%; margin-top: 5px; height: 50px; line-height: 50px; font-weight: bold; font-size: 1.25em; border-radius: 3px; cursor: pointer;}
    
    #m_pv_sod_frm .pay_way li {float: left; margin-right: 5px;}


/* zoom out */
.main_vis {  color:#fff; overflow:hidden; position:relative; width:100%; text-align:center;}
.main_vis .visual_txt { z-index:5; position:absolute; top:50%; transform:translateY(-50%) translateX(-50%); display:inline-block; color:#fff; left:50%;}
.main_vis .visual_txt .first, .visual .first {color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,.3); letter-spacing:-2px; margin-bottom:36px; font-weight:bold; font-family:'ggtit'; font-size:60px;}
.main_vis .visual_txt .first span, .visual .first span { color:#ffcc00;}
.main_vis .visual_txt .txt, .visual .txt { word-break:keep-all; font-size:18rem; color:#eee; font-weight:300; line-height:26px;}
.bgMovie {/*position: absolute; left: 50%; bottom: 0;top: 50%; min-height: 100%;transform: translateX(-50%) translateY(-50%); */min-width: 100%;  width: auto;background-size: cover; overflow:hidden; }
.bgMovie video {width:100%;    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.video_effect { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.4); z-index:1;}
.v_more_btn {overflow:hidden; position:relative; display:inline-block; padding:14px 60px; border:1px solid #eee; background:rgba(0,0,0,.15); transition:.3s ease; color:#eee; font-size:1.6rem;margin-top:75px;}
.v_more_btn:hover { border-color:#ff6b22; background:rgba(0,0,0,.0);}

.v_more_btn > span { position:absolute; display: block; width:0; height:0; border-radius: 50%; background: #ff6b23; transition: width 0.4s ease-in-out, height 0.4s ease-in-out; transform: translate(-50%, -50%); z-index: -1; }
.v_more_btn:hover span { width:500px; height:500px; }
/*main_visual*/
.main_vis {width: 100%; height: 680px; position: relative; overflow: hidden;}
.vis {float: left; height: 100%; position: relative; display: block; overflow: hidden;}
.vis img {    max-width: inherit !important;
    display: block;
    position: absolute;
    top: 0;
    width: auto !important;
    left: 50%;
    margin-left: -960px !important;}
.vis .txt_box {position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%;}
.vis .txt_box .vis_logo {width: 62px; height: 76px; background: url("/theme/shaper/img/main_vis_logo.png")no-repeat center/contain; margin: 0 auto;}
.vis .txt_box .txt {font-size:18rem; line-height: 180%;margin-top: 20px; word-break: keep-all;}
.vis .txt_box .more_btn {width: 200px; height: 40px; display: block; text-align: center; color: #fff; font-size:1.6rem; font-weight: 600; border: 1px solid #fff; background-color: rgba(255,255,255,.2); transition: all .3s ease-in-out; margin: 50px auto 0; border-radius: 40px; line-height: 40px;}
.vis .txt_box .more_btn:hover {color: var(--key-color); background-color: #fff;}
.main_vis .slick-list, .main_vis .slick-track {height: 100%    }

.slick-arrow {display: none !important;}

.main_vis .slick-dots {text-align: center; position: absolute; bottom: 30px; width: 100%;}
.main_vis .slick-dots li {display: inline-block; margin: 0 5px;}
.main_vis .slick-dots li button {display: block; background-color: rgba(255,255,255,.2); border: 1px solid #fff; width: 12px; height: 12px; text-indent: -9999px;}
.main_vis .slick-dots li.slick-active button {background-color: #fff;}


/* input, radio */
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label { position: relative; padding-left: 20px; }
.chk_box input[type="checkbox"] + label:hover { color: #2172f8 }
.chk_box input[type="checkbox"] + label span { display: block; width: 15px; height: 15px; position: absolute; top: 2px; left: 0; margin: 0;  border:1px solid #d0d4df; border-radius: 3px; }
.chk_box input[type="checkbox"]:checked + label { color: var(--text-color); }


.chk_box input[type="radio"] { width: 0; height: 0; position: absolute; top: 0; left: 0; opacity: 0; outline: 0; z-index:- 1; overflow: hidden; }
.chk_box input[type="radio"] + label { display: inline-block; font-size: 14px; margin-right: 5px; position: relative; padding-left: 23px; }
.chk_box input[type="radio"] + label span { display: block; width: 15px; height: 15px;  border: 1px solid #cdd6df; border-radius:50%; position: absolute; top: 0; left: 0; }
.chk_box input[type="radio"]:checked + label { color: white; }
.chk_box input[type="radio"]:checked + label span:before { content: ''; width: 8px; height: 8px; background: var(--key-color); border-radius: 50%; position: absolute; top: 3px; left: 3px; }





/* 반응형 -------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:1024px) {    
    /*------------sub_company about_wrap:S------------*/
    .about_wrap .abt_box_right {width: 100%; right: unset; background-size: cover; position: relative;}
    .about_wrap .abt_box { z-index: unset; width: 100%; background-size: cover; margin-top: 0; height: auto; }
    .about_wrap .abt_img {margin-top: 60px;}
    .about_wrap .btm_img, .about_wrap .btm_sec .btm_sec_div, .about_wrap .plus_ico, .about_wrap .eq_ico { width: 100%;}
    .about_wrap .plus_ico, .about_wrap .eq_ico {margin: 0 auto; height: 140px;}
    .about_wrap .abt_btm .eq_ico {transform: rotate(90deg);}
    .sub_aboutcage .btm_sec_div bt_line { width: 80%; margin: 0 auto; }
    /*------------sub_company about_wrap:E------------*/
    

    /*-------------------sub_aboutcage:S----------------------------*/
    .sub_aboutcage .abtcg_img, .sub_aboutcage .inform {float: none;width: 100%;}
    .sub_aboutcage .inform {height: auto; padding: 100px 30px 43px; }
    /*-------------------sub_aboutcage:E----------------------------*/

    #side_menu {display: none;}
    
    .tbl_wrap table .th_stt {width: 15%;} 
    
    #sch_submit2 { display:block;}
    
    /*장바구니*/
    #sod_bsk_list #mod_option_frm{width: 70%;}
    
    /*위시리스트*/
    .list_02 li {width:31.3%;}
    .list_02 li:nth-child(3n+1) {clear:both;}
    .list_02 li:nth-child(4n+1) {clear:none;}

    .sod_wrapper { gap: 3rem;}
}



@media screen and (max-width:768px) {  
    
    .main_vis {height: 550px;}
    .vis .txt_box .txt {font-size:1.4rem;}
    .vis .txt_box .more_btn {margin-top: 20px; height: 30px; line-height: 30px; font-size:1.4rem;}
    .main_vis .visual_txt .first, .visual .first {font-size:25px;    margin-bottom: 16px;}
    .main_vis .visual_txt .txt, .visual .txt {font-size:1.4rem;}
    .v_more_btn {padding: 10px 30px;}

    #bo_list .tbl_head01 a {width: 70%;}
    .tbl_wrap table .th_num {width: 10%;}
    
    /* flicking */
    .f_wrapper .touch { display:block; }
    .f_scroller { width:900px; padding:4px}
    
    /*mypage*/
    #smb_my{margin: 0 0 70px 0;}
    #smb_my_wish .smb_my_tit{font-size: 15px;}
    #smb_my_wish .smb_my_price{font-size: 14px;}
    #smb_my_wish .smb_my_date{font-size: 13px;}
    #smb_my_ov, #smb_my_list {float: none;width: 100%;}
    #smb_my_list {margin-top: 50px;}
    
    /*장바구니*/
    #sod_bsk_list{margin-top: 40px;}
    #sod_bsk .tbl_head03 thead{border-top: 1px solid #000;}
    #sod_bsk #sod_bsk_tot li{float: none; width: 100%; border-right: 0; border-left: 0; border-bottom: 0;}
    #sod_bsk #sod_bsk_tot{margin: 50px 0 60px 0;}
    #sod_bsk #sod_bsk_tot li span{font-size: 15px;}
    #sod_bsk #sod_bsk_tot .sod_bsk_cnt{width: 100%; border-bottom: 1px solid #000;}
    #sod_bsk #sod_bsk_tot .sod_bsk_cnt strong{font-size: 18px; font-weight: bold;}
    #sod_bsk_list #mod_option_frm{width: 92%;}
        
    /*주문서작성*/
    #sod_frm .tbl_frm01 th { width: 100%; display: block; padding: 0; text-align: left; }
    #sod_frm .tbl_frm01 td{width: 100%; display: block; padding: 0 0 10px 0;}
    #sod_frm_taker .order_choice_place{padding-left: 0;}
    #sod_frm_taker .tbl_frm01 .btn_frmline{top: -40px; right: 0;}
    #sod_frm .tbl_frm01 td .btn_address{left: 112px; width: 90px; height: 35px; margin-top: 10px;}
    #sod_frm #od_memo{min-height: 140px;}
    
    /*위시리스트*/
    .list_02 li {width:48%;margin:30px 2% 40px 0;}
    .list_02 li:nth-child(2n+1) {clear:both;}
    .list_02 li:nth-child(3n+1) {clear:none;}
    #sod_ws li .info_link{font-size: 15px; padding:9px 60px 0 25px;}

    /* 주문상세내역 */
    #sod_fin_pay li>strong{width: 15%;}
    #sod_fin_pay li>span{width: 80%;}
    
    .sod_wrapper { display: block; }
}


@media screen and (max-width:500px) {
    .eng_title{font-size: 14px; margin-bottom: 0;}
    .sub_title{font-size: 24px; margin-bottom: 30px;}
    .vis .txt_box {top:40%;}
    .tbl_wrap table .th_stt {width: 25%;}
    
    /*mypage*/
    #smb_my_wish .smb_my_t_wrap { width: 50%;}
    #smb_ws_act .btn01 { width: 30%; height: 45px; }
    #smb_ws_act .btn02{ height: 45px; }
    
    #captcha #captcha_key {width: 100%; display: block; margin: 5px 0}
    #display_pay_button .btn_submit, #display_pay_button .btn01 {width: 100%;}
    
    /*주문서작성*/
    #sod_frm section h2{font-size: 18px;}
    #sod_frm .tbl_frm01 th{height: 35px;}
    #sod_frm #od_name, #sod_frm #od_tel, #sod_frm #od_hp, #sod_frm #od_pwd, #sod_frm #od_b_name, #sod_frm #od_b_tel, #sod_frm #od_b_hp, #sod_frm #ad_subject, #sod_frm #od_hope_date {width: 100%;}
    #sod_frm #sod_bsk_tot .sod_bsk_cnt strong{font-size: 18px;}
    #od_tot_price strong{font-size: 24px;}
    #sod_frm #sod_frm_pt_alert{font-size: 12px;}
    #sod_frm #sod_bsk_tot .sod_bsk_coupon:before{top: -12px; left: 50%; transform: translateX(-50%);}
    #sod_frm #sod_bsk_tot .sod_bsk_dvr:before{top: -12px; left: 50%; transform: translateX(-50%);}
    .order_choice_place label{font-size: 14px; width: 90%;}
    
    .sod_frm_mobile .odf_list .btn_addsch {height: 36px;}
    .sod_frm_mobile .sod_list .li_op_wr {padding-bottom: 35px;}
    #display_pay_button{padding:0;}
    .sod_frm_mobile #sod_frm_taker h2, .sod_frm_mobile #sod_frm_orderer h2 {margin: 0;}
    
    .btn_confirm{margin-top: 50px;}
    
    
    /*위시리스트*/
    .list_02 li {width:100%;margin: 0 0 30px 0;}
    .list_02 li:nth-child(2n+1) {clear:none;}
    
    /*quick*/
    #quick .qk_btn li:hover:after, #quick .qk_btn li:hover:before{display: none;}

    /* 주문상세내역 */
    #sod_fin_pay li>strong{width: 100%; display:block; font-size: 15px;}
    #sod_fin_pay li>span{width: 100%; display:block;}
    #sod_fin .sod_left th{width: 100%; font-size: 15px; float: none; display: block;}
    #sod_fin .sod_left td{width: 100%; display: block; float: none; padding:0 0 10px 0;}
    
}


@media screen and (max-width:450px) {
    /*-------------------sub_company:S----------------------------*/
    .about_wrap .abt_img img { width: 100%; margin: 20px 0 0 0;}
    .about_wrap .abt_img img:first-child {margin-top: 0;}
    /*-------------------sub_company:E----------------------------*/   
    
    /*-------------------sub_cert:S----------------------------*/
    .sub_cert .cert_box { width: 100%; margin: 0 0 50px 0;}
    /*-------------------sub_cert:E----------------------------*/
    
    .main_vis {height: 450px;} 
    
    .pd_wrap .swiper-container{width: 82.2%;}
}

@media screen and (max-width:400px) {
     /*mypage*/
    #smb_my_wish .smb_my_img{float: none; margin-right: 0; margin-left: 40px;}
    #smb_my_wish .smb_my_tit,#smb_my_wish .smb_my_price,#smb_my_wish .smb_my_date{padding-left: 40px;}
    #smb_my_wish li .wish_del{top: 10px;}
    
}