/*layout-----------------------------------------------------------------------------------------------------------------*/
#wrapper{padding-top:194px;background: #fff;}
#container{align-items: flex-start;}
#shop-content-left{margin-top:70px;width: 220px;border-right:1px solid #eaeaea;}
#shop-content-left .gw-my-nav > li:not(:last-child) {margin-bottom: 60px;}
#shop-content-left .gw-my-nav .gw-my-nav-title{margin-bottom: 15px;font-family:"Pretendard", sans-serif;font-weight:700;font-size: var(--main-text01);}
#shop-content-left .gw-my-nav .gw-my-dep02 > li:not(:first-child) {margin-top: 10px;}
#shop-content-left .gw-my-nav .gw-my-dep02 > li > a {color: #555;}
#shop-content-left .gw-my-nav .gw-my-dep02 > li > a.active{position:relative;color: var(--main-color);border-bottom: 1px solid var(--main-color);}
#shop-content-left .gw-my-nav .gw-my-dep02 > li > a.active:after{font-family:xeicon;content: "\e93f";display:block;position:absolute;right: -17px;top:50%;transform:translateY(-50%);}
#shop-content-right{margin-top:70px;margin-left:-1px;padding-left:60px;width: calc(100% - 220px);border-left:1px solid #eaeaea;}
#shop-content-right .sct_admin {top: 0;}
#shop-content-right #wrapper_title{padding-top:0;margin-bottom: 50px;font-size: var(--main-title02);text-align: left;}
#shop-content-right #gw-bo-list{margin-top:0 !important;}
#shop-content-right #gw-bo-list > h2{margin-bottom: 50px;font-size: var(--main-title02) !important;text-align: left !important;}

/*title-----------------------------------------------------------------------------------------------------------------*/
.gw-sec-title-container{line-height: 1.5;}
.gw-sec-title {font-size: var(--main-title01);font-family: 'NEXON Lv1 Gothic OTF', sans-serif;font-weight: 700;}
.gw-sec-text {font-size: var(--main-text01);color:#888;font-family:"Pretendard", sans-serif;font-weight:400;}

/*btn-----------------------------------------------------------------------------------------------------------------*/
[class^='gw-shop-btn']{padding:0 15px;display: inline-block;border-radius: 10px;font-size:14px;min-width: 100px;color:#111;font-family: 'Pretendard', sans-serif;font-weight:700;text-align: center;}
[class^='gw-shop-btn'] > a{display: block;width: 100%;height:100%;}
[class^='gw-shop-btn'][class*="small"]{height:40px;line-height:40px;border: 1px solid #eaeaea;color:#111;}
[class^='gw-shop-btn'][class*="submit"]{height:40px;line-height:40px;background: var(--main-color);border: 1px solid var(--main-color);color: #fff;}
[class^='gw-shop-btn'][class*="border"]{border: 1px solid var(--main-color);color: var(--main-color);}

/*페이징-----------------------------------------------------------------------------------------------------------------*/
.pg_wrap {display: flex;align-items: center;place-content: center;font-family:"Outfit", sans-serif;font-weight: 600;}
.pg {text-align:center;display: flex;}
.pg_page,.pg_current { min-width: 15px;padding: 0 3px;margin: 0 6px;text-align: center;}
.pg_page{color:#999 !important;}
.pg_current{border-bottom:2px solid #000;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_start {text-indent:-999px;overflow:hidden;padding:0;background: url("../img/gw-bbs-start.png") no-repeat 50% 50%;background-size: cover;}
.pg_prev {text-indent:-999px;overflow:hidden;padding:0;background: url("../img/gw-bbs-prev.png") no-repeat 50% 50%;background-size: cover;}
.pg_end {text-indent:-999px;overflow:hidden;padding:0;background: url("../img/gw-bbs-end.png") no-repeat 50% 50%;background-size: cover;}
.pg_next {text-indent: -999px;overflow: hidden;padding: 0;background: url("../img/gw-bbs-next.png") no-repeat 50% 50%;background-size: cover;}
.qa_page{margin: 0 6px;padding: 0 3px;min-width: 15px;height: 30px;text-align: center;}
.qa_page {color: #999 !important;}

/*state-----------------------------------------------------------------------------------------------------------------*/
[class^='gw-status']{padding:10px 15px;display: inline-block;border-radius: 10px;font-size:14px;min-width: 100px;font-family: 'Pretendard', sans-serif;font-weight:500;text-align: center;}
[class^='gw-status'][class*="-01"]{color: #1DCF60;background: rgba(29,207,96,0.1);}
[class^='gw-status'][class*="-02"]{color: #fff;background: #1DCF60;}
[class^='gw-status'][class*="-03"]{color: #fff;background: #7A18F2;}
[class^='gw-status'][class*="-04"]{color: #1877F2;background: rgba(24,119,242,0.1);}
[class^='gw-status'][class*="-05"]{color: #fff;background: #1877F2;}
[class^='gw-status'][class*="-06"]{color: #fff;background: #F21C35;}

/*input - radio-----------------------------------------------------------------------------------------------------------------*/
.radio-box {display: flex;align-items: center;}
input[type="radio"] {opacity: 0;position: absolute;}
input[type="radio"] + label:before {content: '';background: #fff;border-radius: 100%;border: 2px solid #ddd;display: inline-block;width: 1.5rem;height: 1.5rem;margin-right: 0.5rem;vertical-align: middle;cursor: pointer;text-align: center;}
input[type="radio"]:checked + label:before {box-shadow: inset 0 0 0 4px #fff;border: 8px solid var(--main-color) !important;}
input[type="radio"]:focus + label:before {outline: none;}
input[type="radio"] + label:empty:before {margin-right: 0;}

/*input - checkbox-----------------------------------------------------------------------------------------------------------------*/
input[type="checkbox"] {opacity: 0;position: absolute;}
input[type="checkbox"] + label{display:inline-block;color: #666;cursor: pointer;}
input[type="checkbox"] + label:before {content: '';background: #fff;border-radius: 50%;border: 1px solid #ddd;display: inline-block;width: 25px;height: 25px;margin-right: 5px;vertical-align:middle ;cursor: pointer;text-align: center;}
input[type="checkbox"]:checked + label:before{ content: "\e928" !important; font-family: "xeicon";border-color: var(--main-color) !important;background:var(--main-color) !important;font-weight: 600;line-height:23.5px;color:#fff;}
input[type="checkbox"]:focus + label:before{outline: none;}
input[type="checkbox"] + label:empty:before {margin-right: 0;}

/*datepicker-----------------------------------------------------------------------------------------------------------------*/
.ui-datepicker{display:none;}
.ui-datepicker {width:300px; background:#fff; border:1px solid #ddd; padding:5px 15px; font-size:14px; letter-spacing:0; padding-bottom:15px;box-shadow:0 15px 10px rgba(34, 34, 34, .02);}
.ui-datepicker-header {text-align:center;}
.ui-datepicker-header > a {display:block; padding:20px 10px; cursor:pointer}
.ui-datepicker-header .ui-icon {width:20px; height:20px; background:#999; background-position:center center; background-repeat:no-repeat;
    border-radius:50%; font-size:0; line-height:0; text-indent:-9999px}
.ui-datepicker-prev {float:left;}
.ui-datepicker-next {float:right}
.ui-datepicker-prev .ui-icon {float:left; background-image:url(../img/icon_cal_prev.svg); background-size: 50%;}
.ui-datepicker-next .ui-icon {float:right; background-image:url(../img/icon_cal_next.svg); background-size: 50%;}
.ui-datepicker-title {padding:15px 0; font-size:18px;}
.ui-datepicker-calendar {width:100%; border-collapse:collapse;}
.ui-datepicker-calendar thead tr{border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.ui-datepicker-calendar th{padding:10px 0; font-weight:400;}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {padding:10px 0; font-size:15px; text-align:center; width:14.28%; vertical-align:middle}
.ui-datepicker-calendar th:first-child a,
.ui-datepicker-calendar td:first-child a {color:#FF0000;}
.ui-datepicker-calendar th+th+th+th+th+th+th a,
.ui-datepicker-calendar td+td+td+td+td+td+td a {color:#0080e2;}
.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {display:inline-block; width:22px; height:22px; color:#666; line-height:22px;font-family: "Outfit", sans-serif;font-weight: 600;transition: all .5s;}
.ui-datepicker-calendar td a.ui-state-highlight {color:#000; font-weight:bold;}
.ui-datepicker-calendar td a:hover {background:#eee; border-radius:100%}
.ui-datepicker-calendar td a.ui-state-active {color:#fff; background:var(--main-color); border-radius:100%; font-weight:300}
.ui-datepicker-year{font-family: "Outfit", sans-serif; font-weight: 600;}
.ui-datepicker-month{font-family: "Outfit", sans-serif; font-weight: 600;}

/*메인-----------------------------------------------------------------------------------------------------------------*/
#container_main #container{width: 100%;}
.gw-main-btn02 {position:relative;z-index:1;overflow:hidden;display:inline-block;border: 1px solid #eaeaea;color: #111 !important;max-width:210px;transition: all 0.2s ease-in;}
.gw-main-btn02:before {content: "";position: absolute;left: 50%;transform: translateX(-50%) scaleY(1) scaleX(1.25);top: 100%;width: 140%;height: 180%;background-color: rgba(0, 0, 0, 0.05);border-radius: 50%;display: block;transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);z-index: -1;}
.gw-main-btn02:after {content: "";position: absolute;left: 55%;transform: translateX(-50%) scaleY(1) scaleX(1.45);top: 180%;width: 160%;height: 190%;background-color: var(--main-color);border-radius: 50%;display: block;transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);z-index: -1;}
.gw-main-btn02:hover {color: #fff !important;border: 1px solid var(--main-color);}
.gw-main-btn02:hover:before {top: -35%;background: var(--main-color);transform: translateX(-50%) scaleY(1.3) scaleX(0.8);}
.gw-main-btn02:hover:after {top: -45%;background:var(--main-color);transform: translateX(-50%) scaleY(1.3) scaleX(0.8);}

a.gw-btn02.gw-main-btn02.gw-w-15 {}
.gw-sec{padding-top:150px;}
.gw-sec-container{margin:0 auto;width: 1400px;}

/*그누위즈 메인 브랜드관-----------------------------------------------------------------------------------------------------------------*/
#gw-shop01-main-brand .gw-main-brand-dot-list {place-content: center;}
#gw-shop01-main-brand .gw-main-brand-dot:not(:first-child){margin-left: 10px;}
#gw-shop01-main-brand .gw-main-brand-dot > button {display: inline-block;border: 1px solid #eaeaea;border-radius: 30px;background: #fff;padding: 13px 42px;color: #999;font-family: 'Pretendard', sans-serif;font-weight:600;}
#gw-shop01-main-brand .gw-main-brand-dot.active > button{color:#fff;background: var(--main-color);border-color: var(--main-color);}
#gw-shop01-main-brand .gw-main-brand-slider {}
#gw-shop01-main-brand .gw-main-brand-slider .gw-main-brand-item {display:flex;}
#gw-shop01-main-brand .gw-main-brand-slider .gw-main-brand-item > div {width: calc(50% - 10px);}
#gw-shop01-main-brand .sct_10 {display: flex;flex-direction: column;justify-content: space-between;gap:20px;height: 100%;}
#gw-shop01-main-brand .sct_li{margin-bottom:0;align-items:center;gap:20px;padding:20px;flex-direction:row;border:1px solid #eaeaea;border-radius:20px;}
#gw-shop01-main-brand .gw-main-brand-left {margin-right: 20px;}
#gw-shop01-main-brand .gw-main-brand-left > a {display: block;width: 100%;height:100%;min-height: 500px;background: #f8f8f8;border-radius: 20px;overflow: hidden;}
#gw-shop01-main-brand .gw-main-brand-left > a > img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
#gw-shop01-main-brand .video{width:100%;height:100%;}
#gw-shop01-main-brand .gw-main-brand-right .sct_img {min-width: 190px;min-height: 190px;}
#gw-shop01-main-brand .gw-main-brand-right .sct_ct_wrap {padding-top:0;width: calc(100% - 190px);}
#gw-shop01-main-brand .gw-main-brand-right .sct_op_btn > button {width: 30px;height: 30px;}
#gw-shop01-main-brand .gw-main-brand-right .sit_icon_li {position:relative;left: 6px;}
#gw-shop01-main-brand .gw-main-brand-right .shop_icon {width: 50px;font-size: 14px;padding: 2px;}
#gw-shop01-main-brand .gw-main-brand-right .soldout_txt .gw-text {font-size: var(--main-text01);}
#gw-shop01-main-brand .gw-main-brand-prev,
#gw-shop01-main-brand .gw-main-brand-next {position: absolute;top: 50%;transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;z-index: 1;background: #fff;box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.1);transition: all .3s;}
#gw-shop01-main-brand .gw-main-brand-prev {left: -30px;}
#gw-shop01-main-brand .gw-main-brand-next {right: -30px;}
#gw-shop01-main-brand .gw-main-brand-prev:hover,
#gw-shop01-main-brand .gw-main-brand-next:hover{background: var(--main-color); box-shadow: 1px 1px 200px var(--main-color);}
#gw-shop01-main-brand .gw-main-brand-prev > i {transition: all 0.3s ease;}
#gw-shop01-main-brand .gw-main-brand-prev:hover > i {margin-right: 10px;color:#fff;}
#gw-shop01-main-brand .gw-main-brand-next > i {transition: all 0.3s ease;}
#gw-shop01-main-brand .gw-main-brand-next:hover > i {margin-left: 10px;color:#fff;}
#gw-shop01-main-brand .sct_10 .sct_op_btn {bottom: 0;}

/*그누위즈 메인 급상승 키워드 -----------------------------------------------------------------------------------------------------------------*/
#gw-shop01-main-keyword .gw-keyword-container{padding: 70px 80px;border-radius: 20px; min-height: 529px;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16); }
#gw-shop01-main-keyword  .gw-keyword-tab-menu {margin-right:100px;display: inline-block;width: 400px;vertical-align: top;}
#gw-shop01-main-keyword .gw-keyword-tab-menu > li {position:relative;width: 320px; border: 1px solid #ccc; border-radius: 10px;  cursor: pointer;font-size: 18px; color: #999; display: block; line-height: 62px; text-indent: 15px;}
#gw-shop01-main-keyword .gw-keyword-tab-menu > li:not(:last-child){margin-bottom: 15px;}
#gw-shop01-main-keyword .gw-keyword-tab-menu > li.active {width: 100%; border: 1px solid var(--main-color);background:var(--main-color);color: #fff;font-family: 'Pretendard', sans-serif;font-weight:700;}
#gw-shop01-main-keyword .gw-keyword-tab-menu > li.active:before {content: "\e93e";display: block;font-family:xeicon;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color:#fff;width: 35px;height: 35px;background: #fff;color:var(--main-color);border-radius: 50%;line-height: 35px;text-align: center;text-indent: 2px;}
#gw-shop01-main-keyword .gw-keyword-tab-container {width: calc(100% - 500px);}
#gw-shop01-main-keyword .gw-keyword-tab-content{display: none;}
#gw-shop01-main-keyword .gw-keyword-tab-content.active {display: block;}
#gw-shop01-main-keyword .slick-slide{margin:0 10px;padding-bottom:10px;}
#gw-shop01-main-keyword .sct_10 .sct_li {margin-bottom:0;}
#gw-shop01-main-keyword .sct_img{min-width:200px;min-height: 200px;}
#gw-shop01-main-keyword .sct_10 .sct_ct_wrap{padding-top:15px;}
#gw-shop01-main-keyword .sct_10 .sct_cost {font-size: var(--main-text01);}
#gw-shop01-main-keyword .gw-keyword-tab-content {display: none;}
#gw-shop01-main-keyword .gw-keyword-tab-content.active {display: block;}
#gw-shop01-main-keyword .gw-keyword-slider {}
#gw-shop01-main-keyword .gw-keyword-slider > li {width: 33.33%;padding: 10px;text-align: center;}
#gw-shop01-main-keyword .gw-keyword-pagination {position:relative;padding: 2rem 0;display: flex;justify-content: center;font-size: 0;}
#gw-shop01-main-keyword .gw-keyword-pagination .swiper-pagination-bullet {margin: 0 0.3rem;background: #ddd;border: none;width: 0.6rem;height: 0.6rem;cursor: pointer;transition: transform 0.3s ease-in-out;border-radius: 0 !important;opacity: 1;}
#gw-shop01-main-keyword .gw-keyword-pagination .swiper-pagination-bullet-active {background: var(--main-color);transform: rotate(-45deg);}
#gw-shop01-main-keyword .sct_10 .sct_op_btn > button {display: flex;flex-direction: column;align-items: center;place-content: center;width: 30px;height: 30px;}
#gw-shop01-main-keyword .sit_icon_li {position:relative;left: 6px;}
#gw-shop01-main-keyword .shop_icon {width: 50px;font-size: 14px;padding: 2px;}

/*그누위즈 메인 사용후기-----------------------------------------------------------------------------------------------------------------*/
#gw-main-review .gw-main-review-container{margin-bottom: 50px;}
#gw-main-review .gw-review-slider {display: flex;}
#gw-main-review .gw-review-slider li {}
#gw-main-review .gw-review-slider li > a {display: flex;flex-direction:column;width: 100%;height: 100%;}
#gw-main-review .sct_img{margin:0 auto;}
#gw-main-review .gw-main-review-text-container {padding: 40px 20px 20px;border: 1px solid #eaeaea;border-radius: 20px;margin: 0 10px;margin-top: -20px;}
#gw-main-review .gw-main-review-text02 {color: #999;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height:40px;}
#gw-main-review .gw-main-review-bottom {position:relative;min-height:20px;padding-top: 20px;margin-top: 20px;border-top: 1px solid #EEEEEE;}
#gw-main-review .sct_10 .sct_bottom {border: none;padding-top: 0;margin-top: 10px;}
#gw-main-review .gw-more {display: inline-block;line-height:23px;border:1px solid #eaeaea;padding: 5px 15px;border-radius: 10px;font-size: 14px;min-width: 100px;font-family: 'Pretendard', sans-serif;font-weight:700;text-align: center;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);}
#gw-main-review .gw-main-review-prev,
#gw-main-review .gw-main-review-next {position:absolute;top: 50%;transform: translateY(-50%);z-index:1;width: 60px; height: 60px; border-radius: 50%; display: block; background:#fff;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16); margin-top: 0;}
#gw-main-review .gw-main-review-prev {left:-30px;}
#gw-main-review .gw-main-review-next {right:-30px;}
#gw-main-review .gw-main-review-prev:hover,
#gw-main-review .gw-main-review-next:hover{background: var(--main-color); box-shadow: 1px 1px 200px var(--main-color);}
#gw-main-review .gw-main-review-prev > i {transition: all 0.3s ease;}
#gw-main-review .gw-main-review-prev:hover > i {margin-right: 10px;color:#fff;}
#gw-main-review .gw-main-review-next > i {transition: all 0.3s ease;}
#gw-main-review .gw-main-review-next:hover > i {margin-left: 10px;color:#fff;}

/*그누위즈 메인 영상-----------------------------------------------------------------------------------------------------------------*/
#gw-main-video .video-container {margin: 0 auto;position: relative;width:1200px;height: 60vh;border-radius: 30px;cursor: pointer;overflow: hidden;}
#gw-main-video .video {overflow: hidden;width: 100%;height: 100%;box-shadow: 55px 55px 150px -75px rgba(0,0,0,0.5);border-radius: 30px;}

/*그누위즈 메인 인스타그램-----------------------------------------------------------------------------------------------------------------*/
#gw-instagram-feed .gw-sec-text{font-size:var(--main-title03);font-family: 'Pretendard', sans-serif;font-weight:700;}
#gw-instagram-feed .gw-instagram-container > ul {flex-wrap: wrap;gap: 20px;place-content: center;}
#gw-instagram-feed .gw-instagram-container > ul > li {overflow: hidden;max-width: 320px;height: 320px;border-radius:20px;}
#gw-instagram-feed .gw-instagram-container > ul > li > a{display: block;width: 100%;height: 100%;}
#gw-instagram-feed .gw-img img {width: 100%;height: 100%;object-fit: cover;}
#gw-instagram-feed .gw-text{padding:32px;position: absolute;top:0;left:0;z-index:10;width: 100%;height: 100%;background: rgba(0,0,0,0.8);color: #fff;opacity: 0;transition: all 0.3s;}
#gw-instagram-feed .gw-text > div {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;line-height: 1.7;}
#gw-instagram-feed .gw-ico {position: absolute;right: 32px;bottom: 32px;}
#gw-instagram-feed .gw-instagram-container > ul > li > a:hover .gw-text{opacity: 1;}

/*그누위즈 메인 중간 배너(메인)-----------------------------------------------------------------------------------------------------------------*/
.gw-middlebanner{overflow:hidden;width: 100%;border-radius:10px;}
.gw-middlebanner a{display: block;width: 100%;height:100%;}
.gw-middlebanner a > img{width:100%;object-fit: cover;}
.gw-middlebanner .slick-dots {position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);text-align: center;}
.gw-middlebanner .slick-dots li {display: inline-block;margin: 0 5px;}
.gw-middlebanner .slick-dots li button {font-size: 0;background: rgba(255,255,255,0.3);border: none;width: 8px;height: 8px;border-radius: 50%;transition: background-color 0.3s ease;}
.gw-middlebanner .slick-dots li.slick-active button {background: rgba(255,255,255,1);}
.gw-middlebanner .slick-dots li button:hover {background: rgba(255,255,255,1);}

/*그누위즈 메인 좌측 우측 배너 type02-----------------------------------------------------------------------------------------------------------------*/
#gw-shop01-main-banner-type02 .gw-halfbanner {flex: 1;}
#gw-shop01-main-banner-type02 .gw-halfbanner >  li > a {overflow:hidden;display:block;background: #f8f8f8;border-radius:20px;}
#gw-shop01-main-banner-type02 img{object-fit:cover;width:100%;height:100%;}

/*그누위즈 마이페이지 배너 -----------------------------------------------------------------------------------------------------------------*/
.gw-mypagebanner{overflow:hidden;width: 100%;border-radius:10px;}
.gw-mypagebanner a{display: block;width: 100%;height:100%;}
.gw-mypagebanner a > img{width:100%;object-fit: cover;}
.gw-mypagebanner .slick-dots {position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);text-align: center;}
.gw-mypagebanner .slick-dots li {display: inline-block;margin: 0 5px;}
.gw-mypagebanner .slick-dots li button {font-size: 0;background: rgba(255,255,255,0.3);border: none;width: 8px;height: 8px;border-radius: 50%;transition: background-color 0.3s ease;}
.gw-mypagebanner .slick-dots li.slick-active button {background: rgba(255,255,255,1);}
.gw-mypagebanner .slick-dots li button:hover {background: rgba(255,255,255,1);}

/*마이페이지-----------------------------------------------------------------------------------------------------------------*/
#gw-my .gw-my-container{align-items: flex-start;}
#gw-my .gw-my-title-container {padding-bottom: 15px;border-bottom: 2px solid #111;}
#gw-my .gw-my-title{font-family:"Pretendard", sans-serif;font-weight:700;font-size: 22px;}
#gw-my .gw-more > a {padding: 10px;display: block;border-radius: 10px;border: 1px solid #e4e4e4;background: #fff;font-size: 14px;text-align: center;}
#gw-my .gw-my-sec01{padding:60px;background: #fafafa;border-radius: 15px;height:250px;}
#gw-my .gw-my-info{gap: 20px;border-right:1px dashed #ddd;}
#gw-my .gw-my-info .gw-ico {overflow: hidden;display: flex;align-items: center;place-content: center;color: #ddd;width: 100px;height: 100px;background: #f2f2f2;border-radius: 100%;}
#gw-my .gw-my-info .gw-text-container{width: calc(100% - 100px);padding-right: 30px;}
#gw-my .gw-my-info .gw-level{color:var(--main-color);}
#gw-my .gw-my-info .gw-text{font-size: var(--main-title03);font-family: "Pretendard", sans-serif;font-weight:700;display:block !important;}
#gw-my .gw-my-info .gw-btn-container > li {flex:1;display: block;border-radius: 10px;border: 1px solid #e4e4e4;background: #fff;font-size: 14px;text-align: center;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);height:40px;}
#gw-my .gw-my-sec01 .gw-btn-container > li > a {display:flex;align-items:center;place-content:center;gap:5px;padding: 10px;width: 100%;height: 100%;}
#gw-my .gw-my-sec01 .gw-btn-container  strong {display: flex;flex-direction:column;align-items:center;place-content:center;width: 20px;height: 20px;background: #333;border-radius: 100%;color: #fff;font-size: 10px;}
#gw-my .gw-my-benefit{height:100%;}
#gw-my .gw-my-benefit > div {padding-left:45px;flex: 1;height: 100%;display:flex;flex-direction:column;place-content:center;gap:20px;}
#gw-my .gw-my-benefit > div:first-child{border-right: 1px dashed #ddd;}
#gw-my .gw-my-benefit > div > a {font-size: var(--main-title02);}
#gw-my .gw-my-benefit .gw-title {display: inline-block;max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;font-size: var(--main-text01);font-family: "Pretendard", sans-serif;font-weight:700;}
#gw-my .gw-my-order-container {padding: 30px;border: 2px solid #111;border-radius: 15px;}
#gw-my .gw-line {border-color: #000;}
#gw-my .gw-order-state > li{position: relative;}
#gw-my .gw-order-state > li > a{position:relative;display:flex;flex-direction:column;align-items:center;place-content:center;width: 150px;height: 150px;border:1px solid #eee;border-radius:50%;text-align: center;}
#gw-my .gw-order-state > li:not(:last-child) > a:after {font-family: xeicon;content: "\e93f";position: absolute;top: 50%;right: -50%;transform: translate(-50%,-50%);font-size: 32px;color: #ccc;}
#gw-my .gw-order-state .gw-num{content:"\e93f";font-size: var(--main-title03);}
#gw-my .gw-my-sec03 .gw-flex-btw{gap: 20px;}
#gw-my .gw-board-item {flex: 1;padding: 30px;border-radius: 15px;background: #FAFAFA;}
#gw-my .gw-my-sec03 .gw-board-container {border-top: 2px solid #333;}
#gw-my .gw-my-sec03 .gw-board-container > li {border-bottom: 1px solid #eee;}
#gw-my .gw-my-sec03 .gw-board-container > li > a {padding: 20px;}
#gw-my .gw-my-sec03 .gw-title {font-family: "Pretendard", sans-serif;font-weight:700;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;max-width: 300px;}
#gw-my .gw-my-sec03 .gw-board-container .gw-notice{display:inline-block;margin-right:10px;padding:2px 6px;font-size:13px;line-height:21px;color:#888;border:1px solid #e4e4e4;border-radius:4px;}
#gw-my .gw-my-sec03 .gw-board-container .gw-date{color: #aaa;font-family: "Outfit", sans-serif; font-weight: 400;font-size: 15px;}

/*게시판 list-----------------------------------------------------------------------------------------------------------------*/
#bo_cate ul{background: transparent !important;}
#gw-bo-list {margin-top: 70px;}
#gw-bo-list > h2{margin-bottom:50px;}

/*게시판 view-----------------------------------------------------------------------------------------------------------------*/
#gw-bo-v{padding-top:70px !important;}
#bo_v_ans{position:relative;background: #f1f1f1;}
#bo_v_ans:before {content: "";position: absolute;top: 0;left: -10px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #f1f1f1;}
#bo_v_ans .gw-box02{border:1px solid #e6e6e6 !important;background: #FAFAFA;}
#ans_con{border:1px solid #e6e6e6 !important;border-radius:0 !important;}

/*게시판 write-----------------------------------------------------------------------------------------------------------------*/
#gw-bo-w{padding-top:70px !important;}
#gw-bo-w .sel-wrap > select {border: 1px solid #eaeaea;border-radius: 10px;}

/*이벤트-----------------------------------------------------------------------------------------------------------------*/
#gw-bo-list .gw-banner-container{padding:0 !important;}

/*매장찾기-----------------------------------------------------------------------------------------------------------------*/
#gw-map > h2{margin-bottom:50px;}
#gw-map .gw-btn-container > *{margin:0;}

/*마이페이지 게시판 list-----------------------------------------------------------------------------------------------------------------*/
#gw-bo-list .search-container {padding: 30px !important;border-radius: 25px;background: #fafafa;width: 100% !important;margin-bottom: 30px !important;}
#gw-bo-list .sch_input {border-radius: 10px !important;border: 1px solid #eaeaea !important;background: #fff;color: #666;}
#gw-bo-list .sel-wrap > select {padding: 12px 17px;border-radius: 10px;border: 1px solid #eaeaea;background: #fff;cursor: pointer;color: #666;}
#gw-bo-list .search-container button > i {font-size: 2em;color: #000 !important;}
#bo_cate_on{color: #fff !important;border-color:#000;background:#000 !important;box-shadow:none !important;}

/*자주하시는질문-----------------------------------------------------------------------------------------------------------------*/
#faq_sch .faq-search-container {padding: 30px !important;border-radius: 25px;background: #fafafa;width: 100% !important;margin-bottom: 30px !important;}
#faq_sch .frm_input {padding: 0 20px !important;border-radius: 10px !important;border: 1px solid #eaeaea !important;background: #fff;color: #666;}
#faq_sch .faq-search-container button > i {font-size: 2em;color: #000 !important;}

/*주문내역조회-----------------------------------------------------------------------------------------------------------------*/
#sod_v .gw-orderquiry th {padding: 15px 0;height: 70px;border-bottom: 1px solid #eaeaea;vertical-align: middle;background: #FAFAFA;}
#sod_v .gw-orderquiry td {padding: 20px 10px;border-bottom: 1px solid #eaeaea;}
#sod_v .gw-orderquiry .empty_table{text-align: center;}
#sod_v .gw-search-container{padding:40px;border-radius: 25px;background:#fafafa;}
#sod_v .gw-search-container .gw-top {gap: 20px;}
#sod_v .gw-search-container .sel-wrap > select{padding: 0;padding-left: 15px;height: 40px;line-height: 38px;border-radius: 10px;border: 1px solid #eaeaea;background: #fff;cursor: pointer;color: #666;}
#sod_v .gw-datepicker {gap: 20px;}
#sod_v .gw-datepicker input[type="text"] {padding: 0 20px;height: 40px;line-height: 38px;border-radius: 10px;border: 1px solid #eaeaea;background: #fff;cursor: pointer;color: #666;font-family:"Outfit", sans-serif; font-weight: 400;}
#sod_v .gw-search-container .input-icon i {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);pointer-events: none;color: var(--main-color);}
#sod_v .gw-search-container .gw-shop-btn-submit {height: 40px;line-height:40px;text-align: center;cursor: pointer;}
#sod_v .gw-search-container .sch_last > button {margin-right: 10px;margin-left: 0;min-width: 80px;height: 40px;line-height: 38px;font-size: 14px;font-family: 'Pretendard', sans-serif;font-weight:700;border-radius: 10px;border: 1px solid #eaeaea;background: #fff;color:#111;cursor: pointer;}
#sod_v .gw-search-container .sch_last > button:last-child {margin-right: 0;}
#sod_v .gw-search-container .gw-date {display: flex;}
#sod_v .gw-search-container .gw-date > button {flex: 1;}
#sod_v .gw-od-date {display:block;font-size: 15px;color: #666;}
#sod_v .gw-od-num > span {border-bottom: 1px solid #000;}
#sod_v .gw-od-info{text-align: left;font-family: "Pretendard", sans-serif;font-weight:700;}
#sod_v .gw-od-info .gw-od-img {display:inline-block;vertical-align:middle;margin-right:10px;overflow:hidden;width:90px;height:90px;text-align:center;border-radius:10px;border:1px solid #EAEAEA;}
#sod_v .gw-od-info .gw-od-img > img{width: 100%;height: 100%;object-fit: cover;}
#sod_v .gw-od-info .gw-od-text {display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;max-width: 300px;}
#sod_v .gw-orderquiry .td_numbig{width: 12%;}

/*주문상세내역-----------------------------------------------------------------------------------------------------------------*/
#gw-sod-fin-no {padding: 30px 0;background: #fafafa;border-radius: 20px;text-align: center;font-size: var(--main-text01);}
#gw-sod-fin-no > strong > span{border-bottom: 1px solid #000;}
#gw-sod-fin .gw-sod-title {font-family: "Pretendard", sans-serif;font-weight:700;font-size: 22px;}
#gw-sod-fin .gw-fin-table01 th{padding: 15px 0;height: 70px;border-bottom: 1px solid #eaeaea;vertical-align: middle;background: #FAFAFA;}
#gw-sod-fin .gw-fin-table01 td {padding: 20px 10px;border-bottom: 1px solid #eaeaea;}
#gw-sod-fin .gw-fin-table01 .gw-sod-img {display: inline-block;vertical-align: middle;margin-right: 15px;overflow: hidden;width: 90px;height: 90px;text-align: center;border-radius: 10px;border: 1px solid #EAEAEA;}
#gw-sod-fin .sod_name{text-align: left;}
#gw-sod-fin .sod_opt {padding: 10px 0;color: #666;font-size: 14px;}
#gw-sod-fin .gw-fin-table01 .td_mngsmall{font-family: "Pretendard", sans-serif;font-weight:700;color: #111;}
#gw-sod-fin-legend {padding: 30px;background: #FAFAFA;}
#gw-sod-fin .gw-list01 > li > div:first-child {margin-right: 10px;color: #000;}
#gw-sod-fin .gw-point > p{display: flex;align-items:center;border-bottom:1px solid #eaeaea;height: 70px; }
#gw-sod-fin .gw-point .title {padding: 15px 0 15px 20px;display: inline-block;text-align: left;width: 20%;font-family: 'Pretendard', sans-serif;font-weight:600;}
#gw-sod-fin .gw-point .text {padding: 15px 10px 15px;display: inline-block;vertical-align: middle;word-break: break-all;word-wrap: break-word;color: #666;width: 80%;}
#gw-sod-fin .gw-fin-table02 {border-top: 2px solid #111;}
#gw-sod-fin .gw-fin-table02 th {padding: 15px 0 15px 20px;border-bottom: 1px solid #eaeaea;text-align: left;width: 20%;}
#gw-sod-fin .gw-fin-table02 td {padding: 15px 10px 15px;height: 70px;border-bottom: 1px solid #eaeaea;vertical-align: middle;word-break: break-all;word-wrap: break-word;color: #666;}
#gw-sod-fin-dvr .dvr_link {padding: 0 15px;margin:0 5px;display: inline-block;border-radius: 10px;font-size: 14px;min-width: 50px;font-family: 'Pretendard', sans-serif;font-weight:700;height: 40px;line-height: 40px;border: 1px solid #eaeaea;text-align: center;}
#gw-sod-fin .gw-fin-table02 .sod-fin-stress th {font-size: var(--main-text01);background: #fafafa;}
#gw-sod-fin .gw-fin-table02 .sod-fin-stress td {font-size: var(--main-text01);color: #F21C35;font-family: "Outfit","Pretendard", sans-serif;font-weight:700;background: #fafafa;}
#gw-sod-fin-pay .btn_frmline {padding: 0 15px;margin: 0 5px;display: inline-block;border-radius: 10px;font-size: 14px;min-width: 50px;font-family: 'Pretendard', sans-serif;font-weight:700;height: 40px;line-height: 40px;border: 1px solid #eaeaea;text-align: center;}
#gw-sod-fin-cancel {display: flex;place-content: center;}
#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%;transform: translate(-50%, -50%);padding: 40px;background: #fff;z-index: 1200;width: 600px;}
#sod_fin_cancelfrm > .sod_cls_btn {position: absolute;top: 40px;right: 40px;}
.sod_fin_bg {background:rgba(0,0,0,0.5);width:100%;height:100%}
#gw-sod-fin .gw-sod-fin-cancle-text {padding: 30px 0;border: 1px solid #eee;border-radius: 20px;text-align: center;font-size: var(--main-text01);width: 100%;box-shadow: 3px 3px 20px 10px rgba(0,0,0,0.02);font-family: "Pretendard", sans-serif;font-weight:700;}

/*장바구니-----------------------------------------------------------------------------------------------------------------*/
#sod_bsk > form {margin-bottom: 130px;}
#sod_bsk .gw-step-wrap{margin-bottom: 30px;}
#sod_bsk .gw-step-wrap > li {padding: 16px 0;flex: 1;font-size: var(--main-text01);text-align: center;border: 1px solid #e4e4e4;}
#sod_bsk .gw-step-wrap > li:first-child {border-radius: 6px 0 0 6px;}
#sod_bsk .gw-step-wrap > li:last-child {border-radius: 0 6px 6px 0;}
#sod_bsk .gw-step-wrap > li+li {margin-left: -1px;}
#sod_bsk .gw-step-wrap > li.active {background: var(--main-color);border: 1px solid var(--main-color);color: #fff;font-family: "Pretendard", sans-serif;font-weight:700;}
#gw-bsk-list .gw-bsklist {text-align: center;}
#gw-bsk-list .gw-bsklist th {padding: 15px 0;width:7.5%;height: 70px;border-bottom: 1px solid #eaeaea;vertical-align: middle;background: #FAFAFA;}
#gw-bsk-list .gw-bsklist th:nth-of-type(2){width: 55%;}
#gw-bsk-list .gw-bsklist td {padding: 20px;border-bottom: 1px solid #eaeaea;}
#sod_bsk_act{display:flex;place-content: center;gap:10px;}
#gw_bsk_tot {display:flex;place-content: center;padding: 45px 0;background: #f8f8f8;border-radius: 20px;}
#gw_bsk_tot > ul {width: 70%;}
#gw_bsk_tot > ul > li {flex:1;text-align: center;}
#gw_bsk_tot > ul > li > strong {font-size: var(--main-title03);font-family: "Outfit", sans-serif; font-weight: 700;}
#gw_bsk_tot .sod_bsk_cnt > strong{color: var(--main-color);}
#gw-mod-container {display: flex;flex-direction: column;}
#gw-mod-container .mod-title-container {position: absolute;top: 0;left: 0;width: 100%;height: 60px;padding: 40px;background: #fff;border-bottom: 1px solid #eaeaea;z-index: 100;}
#gw-mod-container .mod-content{flex: 1;padding: 100px 40px;height: calc(100% - 61px);max-height: 700px;overflow-y: scroll;overflow-x: hidden;scrollbar-width: none;-ms-overflow-style: none;}
#gw-mod-container .mod-btn-container {position: absolute;bottom: 30px; width: calc(100% - 80px);left: 50%;transform: translateX(-50%);}
#gw-bsk-list .mod-btn-container:before {content: "";display: block;position: absolute;bottom: -100%;left: 50%;transform: translateX(-50%);width: 110%;height: 8rem;background: linear-gradient(360deg, #FFFFFF 70.35%, rgba(247, 247, 247, 0) 100%);z-index:-1;}
#gw-bsk-list .gw-bsklist .td_prd {display: flex;gap: 20px;}
#gw-bsk-list .gw-bsklist .td_prd .sod_img > a {padding: 0;overflow: hidden;display: flex;justify-content: center;align-items: center;border-radius: 10px;width: 90px;height: 90px;}
#gw-bsk-list .gw-bsklist .td_prd .sod_img > a > img{width: 100%;height: 100%;object-fit: cover;}
#gw-bsk-list .gw-bsklist .td_prd .sod_name{text-align: left;}
#gw-bsk-list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;transform: translate(-50%, -50%);width:600px;height:auto;min-height:320px;max-height:700px;background:#fff;overflow:hidden;}
#gw-bsk-list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);display:block;z-index:9999;cursor:pointer;}
#gw-bsk-list .mod_options{padding:0 15px;display: inline-block;border-radius: 10px;font-size:14px;min-width: 100px;height:40px;line-height:40px;border: 1px solid #eaeaea;font-family: 'Pretendard', sans-serif;font-weight:700;}
#gw-bsk-list .sod_opt {padding: 10px 0;color: #666;font-size: 14px;}
#gw-bsk-list .sod_opt ul > li:not(:last-child) {margin-bottom: 3px;}
#mod_option_frm > form {height: 100%;overflow: hidden;}
#mod_option_frm .option_wr {padding: 15px;width: 100%;border: 1px solid #eaeaea;border-radius: 20px;}
#mod_option_frm .option-title {font-family: "Pretendard", sans-serif;font-weight: 300;font-size: 15px;color: #111;}
#mod_option_frm .label-title{font-family: "Pretendard", dotum, sans-serif;font-weight:700;}
#mod_option_frm .get_item_options:not(:last-child){margin-bottom: 10px;}
#mod_option_frm .option_wr span {margin-top:10px;position: relative;display: block;}
#mod_option_frm .option_wr span:after{font-family:xeicon;content:"\e941";position:absolute;top:50%;right: 17px;transform:translateY(-50%);display:block;z-index:0;color: #666;}
#mod_option_frm .option_wr select{position: relative;display:block;background:#fff;border: 1px solid #eaeaea;border-radius:10px;padding:12px 17px;width: 100%;height: 55px;font-family:"Pretendard";font-weight:400;transition:0.3s;box-sizing: border-box;line-height: 30px;cursor: pointer;}
#mod_option_frm .option_wr select:focus{border: 1px solid #000;transition: all .3s ease;}
#mod_option_frm .option_wr select:active{border: 1px solid #000;}
#mod_option_frm .option_wr select.focus:after {color: #000; transform:translateY(-50%) rotate(-180deg);transform-origin:center;}
#sit_opt_added li{position:relative;padding:20px;background:#f8f8f8;border-radius:20px;}
#sit_tot_price {font-size: var(--main-title03);background: #fff;}
#sit_tot_price > span {display: none;}
#sit_tot_price > strong {font-family: "Outfit", sans-serif; font-weight: 700;}
#sit_opt_added .opt_name {text-align:left;font-family: "Pretendard", sans-serif;font-weight:700;}
#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li .opt_count {}
#sit_opt_added button {float:left;width:30px;height:32px;border:1px solid #eaeaea;border-radius:0;background:#fff;}
#sit_opt_added .sit_qty_plus {color: var(--main-color);}
#sit_opt_added .sit_qty_minus {color: #ddd;}
#sit_opt_added .num_input {float:left;border:0;height:32px;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background:#fff;text-align:center;border-radius:0;width: 5rem;}
#sit_opt_added .sit_opt_del {position:absolute;right:10px;top:10px;border:none;background:transparent;color:#999;}
#sit_opt_added .sit_opt_prc {position:absolute;right:20px;display:block;float:right;width:100px;text-align:right;font-family: "Outfit", "Pretendard", sans-serif;font-weight:700;font-size: var(--main-text01);}
#gw-bsk-list .btn_submit{border:1px solid var(--main-color);background: var(--main-color);}
#gw-bsk-list .btn_submit:hover{background: var(--main-color);}
#gw-recommend .gw-recommend-list {margin-bottom: 60px;}
#gw-recommend .gw-title {padding: 100px 0 20px;font-family: "Pretendard", sans-serif;font-weight:700;font-size: 22px;}
#gw-recommend .gw-title > span{color: var(--main-color);}
#gw-recommend .slick-slider .slick-slide {position:relative;margin: 0 10px;padding-bottom:20px;}
#gw-recommend .gw-thumbnail{position: relative;background: #F6F6F6;border:1px solid #eaeaea;border-radius: 15px;overflow: hidden;width: 100%;height: auto;}
#gw-recommend .gw-thumbnail > img {width: 100%;height: 100%;object-fit: cover;}
#gw-recommend .gw-name{padding-top:30px;}
#gw-recommend .gw-name > a {font-family: 'Pretendard', sans-serif;font-weight:600;font-size:var(--main-title04);display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
#gw-recommend .gw-price{font-size: var(--main-title03);font-family: "Outfit",  sans-serif;font-weight: 600;}
#gw-recommend .gw-recommend-list .slick-prev,
#gw-recommend .gw-recommend-list .slick-next {position: absolute;top: 40%;transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;z-index: 1;background: #fff;box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.1);transition:all .3s;}
#gw-recommend .gw-recommend-list .slick-prev:hover,
#gw-recommend .gw-recommend-list .slick-next:hover{background:var(--main-color);color:#fff;}
#gw-recommend .slick-prev {left: -30px;}
#gw-recommend .slick-next {right: -30px;}
#gw-recommend .gw-recommend-list .slick-prev:hover,
#gw-recommend .gw-recommend-list .slick-next:hover{background: var(--main-color); box-shadow: 1px 1px 200px var(--main-color);}
#gw-recommend .gw-recommend-list .slick-prev > i {transition: all 0.3s ease;}
#gw-recommend .gw-recommend-list .slick-prev:hover > i {margin-right: 10px;color:#fff;}
#gw-recommend .gw-recommend-list .slick-next > i {transition: all 0.3s ease;}
#gw-recommend .gw-recommend-list .slick-next:hover > i {margin-left: 10px;color:#fff;}
#gw-recommend .sct_10 .sct_img{margin-bottom: 20px !important;}
#gw-recommend .sct_10 .sct_cost{font-size:var(--main-title04);}
#gw-recommend .sct_10 .sct_bottom{padding-top:10px;margin-top:10px;}
#gw-recommend .sct_10 .sct_op_btn>button{width: 30px;height: 30px;}
#gw-recommend .shop_icon {width: 50px;font-size: 14px;padding: 2px;padding-left: 7px;margin-left: -6px;}

/*위시리스트-----------------------------------------------------------------------------------------------------------------*/
#sod_ws .gw-wishlist {text-align: center;}
#sod_ws .gw-wishlist th {padding: 15px 0;width:15%;height: 70px;border-bottom: 1px solid #eaeaea;vertical-align: middle;background: #FAFAFA;}
#sod_ws .gw-wishlist th:nth-of-type(2){width: 55%;}
#sod_ws .gw-wishlist td {padding: 20px;border-bottom: 1px solid #eaeaea;}
#sod_ws .gw-wishlist .info_link {display: flex;gap: 20px;align-items: center;font-family: "Pretendard", sans-serif;font-weight:700;}
#sod_ws .gw-wishlist .sod_ws_img {overflow:hidden;width:90px;height:90px;text-align:center;border-radius:10px;border:1px solid #EAEAEA;}
#sod_ws .gw-wishlist .sod_ws_img > img{width: 100%;height: 100%;object-fit: cover;}
#sod_ws .gw-wishlist .sod_ws_text {display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;max-width: 300px;}
#sod_ws .gw-wishlist-btn button {margin: 3px 0;}
#sod_ws .gw-wishlist-btn a {margin: 3px 0;}
#sod_ws .wish_chk .gw-status-06 {padding: 7px 10px;min-width: auto;background: #fff;color: #F21C35;border: 1px solid #F21C35;}
#sod_ws .gw-wishlist .sod_ws_text{max-width:fit-content;width: calc(100% - 90px);}

/*배송지목록-----------------------------------------------------------------------------------------------------------------*/
#sod_addr input[type="checkbox"] + label {display: none;}
#sod_addr input[type="radio"] + label:before {display: none;}

