body,button,input,textarea {
    color: #43454b;
    font-family: "Pretendard","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-size: 14px;
}
input[type=text], input[type=number], input[type=email], input[type=tel],input[type=password],textarea, .input-text,
#kboard-default-editor input[type=text], #kboard-default-editor input[type=email], #kboard-default-editor input[type=number], #kboard-default-editor input[type=date], #kboard-default-editor input[type=password]{
    background: #F3F5F6;
}
input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,.input-text:focus {
    background: #F3F5F6;
}
.show-password-input {
    position: absolute;
    right: 2px;
    top: 2px;
    padding: .618em;
    line-height: 1.618;
    cursor: pointer;
    background: #F3F5F6;
}

select {
    color: initial;
    font-family: "Pretendard","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    max-width: 100%
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    /* outline-color: initial; */
    outline: none;
}
a{
    color: #572677;
}

.site{
    overflow: initial;
}

.site .input-text,
#kboard-default-editor input[type=text], #kboard-default-editor input[type=email], #kboard-default-editor input[type=number], #kboard-default-editor input[type=date], #kboard-default-editor input[type=password] {    
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221) !important;
    font-weight: 400;
    font-size: 16px;    
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}
.site input[type=text].input-text,
.site input[type=tel].input-text,
.site input[type=email].input-text,
#kboard-default-editor input[type=text], #kboard-default-editor input[type=email], #kboard-default-editor input[type=number], #kboard-default-editor input[type=date], #kboard-default-editor input[type=password] {
    height: auto;
    /* line-height: 1.3; */
}

body.home .entry-header{
    /* display: none; */
}

/* *** 최상단 *** */
.site-header .custom-logo-link img{
    max-width: 100px;
}
.site-branding{
    width: auto;
}
.site-branding .site-title{
    margin-top: 3px;
    font-size: 16px;
    
    letter-spacing: normal;
    font-weight: normal;
}
.site-branding .site-title a{
    color: #572677;
}
#site-navigation-menu-toggle{
    display: none;
}
.location-wrap{
    float: right;
}
.location-wrap span,
.location-wrap a{
    color: #404040;
    vertical-align: text-bottom;
    margin-left: 0;
}
.location-wrap a{
    margin-right: 10px;
    padding-right: 10px;
}
.location-wrap a{
    position: relative;
}
.location-wrap a::after{
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    content: " ";
    width: 1px;
    height: 60%;
    background: #666;
}
.location-name{
    display: inline-block;
}
.location-name .svgicon{
    display: inline-block;
    width: 16px;
}
/* .more-location{
    display: inline-block;
    background-color: inherit;
    vertical-align: text-bottom;
    padding: 0;
}
.more-location svg{
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.more-location svg g,
.more-location svg polyline{
    vector-effect: non-scaling-stroke;
}

.more-location svg polyline{
    stroke-width: 1px;
    fill: none;
    stroke: #000;
} */
.site-header{
    border-bottom: 2px solid #572677;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* *** 끝.최상단 *** */



/* *** 메인 배너 영역 *** */

.page-template-template-homepage .entry-content{
    max-width: 100%;
}
#sp-wp-carousel-free-id-662 .wpcp-swiper-dots{
    margin-top: 10px;
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .wpcp-swiper-dots .swiper-pagination-bullet{
    background-color: initial;
    border: 1px solid #ccc;
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #572677;
    border: 1px solid #572677;
}
.wpcp-carousel-section.nav-vertical-center{
    margin: 0;
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-next, 
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-prev{
    background: rgba(255,255,255,0.5);
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-next:hover, 
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-prev:hover{
    background: rgba(255,255,255,0.9);
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-next:hover i, 
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-prev:hover i{
    color: #572677;
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-next{
    right: 0;
}
#sp-wp-carousel-free-id-662.sp-wpcp-662 .swiper-button-prev{
    left: 0;
}
/* *** 끝. 메인 배너 영역 *** */



/* *** 모바일 - 펼침 메뉴 *** */
.handheld-navigation,
.nav-menu,.main-navigation div.menu>ul:not(.nav-menu) {
    overflow: hidden;
    max-height: 0;
    transition: none;
}
.main-navigation.toggled .handheld-navigation{
    display: none;
    padding-top: 50px;
    /* padding-bottom: 10px; */
}

.site-header ul.menu li.current-menu-item > a{
    color: #572677;
    font-weight: 600;
}
/* *** 끝. 모바일 - 펼침 메뉴 *** */



/* *** 모바일 - 하단 - 카테고리 *** */
.storefront-handheld-footer-bar ul li.cart>a::before,
.storefront-handheld-footer-bar ul li.search>a::before,
.storefront-handheld-footer-bar ul li.category>a::before,
.storefront-handheld-footer-bar ul li.home>a::before,
.storefront-handheld-footer-bar ul li.my-account>a::before{
    display: none;
}

.storefront-handheld-footer-bar ul li .svgicon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    margin-top: -12px;
    margin-left: -12px;    

}
.storefront-handheld-footer-bar{
    box-shadow: none;
    border-top: 1px solid #572677;
}
.storefront-handheld-footer-bar ul li.category .site-category{
    position: fixed;
    inset: 0px;
    bottom: 4.235801032em;
    left: 0;
    right: 0;
    transition: none;
    padding: 20px;
    z-index: 1;
    display: none;
    background-color: #fff;
    margin-bottom: 1px;
}
.storefront-handheld-footer-bar ul li.category .site-category h3{
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #572677;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 16px;
}
.storefront-handheld-footer-bar ul li.category.active .site-category{
    display: block;
    overflow: auto;
}
.storefront-handheld-footer-bar ul li.category .site-category .handheld-navigation{
    max-height: none;
    overflow: auto;
}

.storefront-handheld-footer-bar ul li.category .site-category .handheld-navigation ul li{
    display: block;
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.storefront-handheld-footer-bar ul li.category .site-category .handheld-navigation ul li > a{    
    font-size: 14px;
    height: auto;
    line-height: 1.618;
    padding: .875em 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
}
.storefront-handheld-footer-bar ul li.category .site-category .handheld-navigation ul li.current-menu-item > a{    
    font-weight: bold;

}
.storefront-handheld-footer-bar ul li.cart .count{
    top: 50%;
    left: 50%;
    background-color: rgb(255, 84, 82);
    color: #ffffff;
    border-color: #ffffff;
    width: auto;
    border-width: 0;
    min-width: 10px;    
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 6px;
    margin-top: -19px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 100px;
}
/* 끝. 모바일 - 하단 - 카테고리 */


/* *** 페이지 제목 *** */
body:not(.logged-in).woocommerce-account h1.entry-title,
body.page-id-459 h1.entry-title,
body.page-id-461 h1.entry-title,
body.page-id-8 h1.entry-title {
    display: none;
}

/* *** 메인 *** */
.home.page .entry-header{
    display: none;
}
.home .storefront-woocommerce-brands{
    display: none;
}
    /* 상단 슬라이드 */
    .home .metaslider{
        border-radius: 8px;
        overflow: hidden;
    }
    .home .metaslider .flexslider{
        margin-bottom: 0;
    }
    .home .metaslider .flex-control-nav{
        bottom: 10px;    
    }
    

.page-template-template-homepage:not(.has-post-thumbnail) .site-main{
    padding-top: 0;
}
.page-template-template-homepage .type-page{
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-left: -1.41575em;
    margin-right: -1.41575em; */    
    overflow: hidden;
}
.page-template-template-homepage .type-page .col-full{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.storefront-product-section .section-title{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.storefront-product-section{
    margin-bottom: 0;
}
ul.products li.product img{
    width: 100% !important;
}
.more-wrap{
    margin-bottom: 80px;
}
.more-wrap .morebtn{
    display: block;
    position: relative;
    width: 300px;
    word-break: keep-all;
    font-size: 16px;
    margin: 0 auto;
    color: #666;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0;    
}
.more-wrap .morebtn img{
    display: inline-block;
    vertical-align: middle;
}
/* *** 끝. 메인 *** */

.col-full{
    margin-left: 20px;
    margin-right: 20px;
}
.storefront-breadcrumb .col-full{
    padding-top: 10px;
    padding-bottom: 10px;
}



/* *** 상품 - 목록 ***  */
.archive .site-main{
    padding-top: 20px;
}
.storefront-sorting{
    overflow: hidden;
}
.woocommerce-ordering{
    display: inline-block;
    float: right;
    font-size: 14px;
}
.woocommerce-result-count{
    display: inline-block;
    float: left;
    font-size: 14px;
}

.storefront-breadcrumb{
    margin: auto;
    padding: 0;
}

.woocommerce-breadcrumb a:first-of-type::before{
    display: none;
}
.page-id-9 .storefront-breadcrumb,
.page-id-459 .storefront-breadcrumb,
.page-id-461 .storefront-breadcrumb,
.page-id-306 .storefront-breadcrumb,
.page-id-7 .storefront-breadcrumb,
.woocommerce-checkout .storefront-breadcrumb,
    /* 고객센터 */
.page-id-717 .storefront-breadcrumb,
    /* 대량주문문의 */
.page-id-715 .storefront-breadcrumb,
    /* 공지사항 */
.page-id-712 .storefront-breadcrumb{
    display: none;
}    

ul.products li.product{    
    width: 49%;
    float: left;
    margin-bottom: 40px;
}
ul.products li.product:nth-child(odd){
    margin-right: 2%;
}
ul.products li.product img{
    margin-bottom: 10px;
}
    /* 목록 - 상품 이름 */
ul.products li.product .woocommerce-loop-product__title{
    text-align: left;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 10px;
}
    /* 목록 - 상품 가격 */
ul.products li.product .price{
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}
ul.products li.product .price ins{
    display: block;
    font-weight: bold;
    color: #000;
    margin-left: 0;
}
ul.products .onsale{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #FFF;
    background-color: #572677;
    border: 0;
}

ul.products li.product .star-rating{
    font-size: 10px;
    margin: 0;
}

.star-rating span,
.star-rating span::before{
    color: #FACC15;
}


ul.products li.product .add_to_cart_button,
ul.products li.product .product_type_grouped{
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 20px;
}
ul.products li.product .add_to_cart_button.added{
    /* display: none; */
}
.added_to_cart{
    display: none;
}
/* *** 끝. 상품 - 목록*** */





/* *** 상품 - 상세 *** */
.single-product div.product{
    overflow: unset;
    /* 자식 엘리먼트에 float 있어서 hidden으로 그냥 둬야 함 */
    /* 하지만 hidden으로 하면 자식들 중 탭들이 sticky 포지션이 안됨 */
}
.single-product div.product .onsale{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    color: #FFF;
    background-color: #572677;
    border-width: 0;
}
.single-product div.product .woocommerce-product-gallery{
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* 배너 꽉차게 만들려고 했다가 상품 상세 썸네일도 마이너스 처리되서 취소함 */
    margin-bottom: 20px;
}
.product_title.entry-title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
}
p.location_text{
    font-size: 13px;
    color: #666;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery img{
    width: 100%;
    border-radius: 0;
}
.single-product div.product .summary h1{
    margin-bottom: 5px;
}
.single-product div.product .woocommerce-product-rating{
    margin-top: 0;
}
.single-product .woocommerce-product-rating{
    font-size: 12px;
}
.single-product div.product p.price{
    margin: 10px 0;
    font-size: 26px;
    /* letter-spacing: -1px; */
}
    /* 가격 */
.single-product div.product p.price ins{
    font-weight: 600;
    letter-spacing: -1px;    
}
.single-product div.product p.price ins .woocommerce-Price-currencySymbol{
    font-weight: 600;
    margin-left: 5px;
    /* font-size: 16px; */
}


.single-product div.product p.price del{
    display: block;
    font-size: 16px;
    line-height: 1;
}

.single-product form.cart{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* gap: 10px; */    
    /* justify-content: flex-start; */
    justify-content: center;
}
.single-product .input-text{    
    height: 44px;
    padding: 0px 10px 1px 10px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}
.single-product div.product form.cart{
    padding: 10px 0;
    margin-bottom: 10px;
}
.single-product div.product form.cart .quantity{
    margin-right: 10px;
    float: none;
}
.quantity .qty{
    /* flex-shrink: 0; */
	width: 60px;    
}

.single-product .single_add_to_cart_button{
    flex-grow: 1;
    /* flex-basis: auto; */
    display: block;        
    height: 44px;
    padding: 0px 10px 1px 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 42px;
    background: #572677;
    color: #FFF;
}
.single-product .tinv-wraper.tinv-wishlist{    
    position: relative;
    height: 44px;
    width: 44px;
    /* padding: 0px 10px 1px 10px; */
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    /* flex-basis: 30px; */
}
    /* 찜버튼 */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
    background-image: url('/wp-content/themes/storefront/assets/images/bx-heart.svg');
    background-size: 100%;
    display: inline-block;
    width: 24px; 
    height: 24px;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
    background-image: url('/wp-content/themes/storefront/assets/images/bxs-heart.svg');
    
}
.tinvwl-tooltip {
    display: none;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: 0;
  }
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    
    display: inline-block;
    
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: sub;
    margin-right: 5px;
  }
  
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
    
    display: inline-block;
    
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: sub;
    margin-right: 5px;
  }

dl{
    overflow: hidden;    
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
dl dt{
    float: left;
    width: 80px;
    color: #666;
}
dl dd{
    margin-bottom: 0;
}
dl dd span{
    vertical-align: text-top;
}
dl dd svg{
    width: 14px;
}
dl dd svg path{
    fill: #000;
}
dl dd svg circle{
    stroke-width: 2px;
    stroke: #fff;
    fill: #000;
}
    /* 탭 */
#tab-wb_cptb_1, #tab-info-2, #tab-description{
	margin : auto !important;
	width : 100% ;
}
.tabs.wc-tabs{
	width : 100% !important;
}
.woocommerce-tabs{
    overflow: initial;
    margin-bottom: 20px;
    padding-top: 0;
}
.woocommerce-tabs ul.tabs{
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #fff;
    border-top: 0;
    
}
.woocommerce-tabs ul.tabs li{
    flex-grow: 1;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.woocommerce-tabs ul.tabs li:last-child{
    border-right: 1px solid #ccc;
}
.woocommerce-tabs ul.tabs li::after{
    content: none;
}

.woocommerce-tabs ul.tabs li.active{
    background: #572677;   
    border-top: 1px solid #572677;
    border-left: 1px solid #572677;
    border-bottom: 1px solid #572677;
}
.woocommerce-tabs ul.tabs li.active:last-child{
    border-right: 1px solid #572677;
}
.woocommerce-tabs ul.tabs li.active a{
    color: #fff;
}
.woocommerce-tabs ul.tabs li a{
    font-weight: 600;
}

.woocommerce-Tabs-panel h2{
    display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
    padding-top: 80px;
    margin-top: -80px;
}
.storefront-breadcrumb{
    /* display: none; */
}
.single-product div.product .product_meta{
    font-size: 13px;
    padding-top: 10px;
}
.single-product div.product .product_meta .posted_in{
    margin-bottom: 10px;
}
.single-product div.product .summary{
    margin-bottom: 0;
}
/* *** 끝. 상품 - 상세 *** */



/* *** 장바구니 *** */

.woocommerce-cart .entry-header .entry-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
table.shop_table_responsive{
    padding-top: 0;
    /* border-top: 1px solid #eee; */
    margin-top: 10px;    
    margin-bottom: 20px;
}
table.shop_table_responsive tr td[data-title]::before{
    display: none;
}
table.shop_table_responsive tbody th{
    display: block;
    clear: both;
}
table.shop_table_responsive tr td{    
    text-align: left;
    padding: 0 0 0 0;
    line-height: 1.3;
    clear: none;
}
table.shop_table_responsive tr td::after{
    clear: none;
}
table:not( .has-background ) tbody td{
    background-color: initial;
}
table:not( .has-background ) tbody tr:nth-child(2n) td{    
    background-color: initial;
}
.hentry .entry-content a{
    text-decoration: none;
    color: initial;
}
table.cart td.product-name{
    /* margin-top: 20px; */
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
}
table.shop_table_responsive tr td.product-thumbnail{
    /* position: absolute; */
    float: left;
    width: 80px;
    padding-left: 0;
    margin-right: 10px;
}
table.cart .product-thumbnail img{
    width: 100%;
    max-width: 100%;
}
table.shop_table_responsive tr td.product-price{
    display: none;
}
table.shop_table_responsive tr td.product-price span{
    line-height: 1;
}
/* table.cart td.product-remove{
    border-top: 0;
} */
table.cart tr{
    position: relative;
}
table.cart td.product-remove {
    position: initial;
    border-top-width: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);    
}
table.cart tbody tr:first-child td.product-remove{
    border-top-width: 20px;
}
table.cart td.product-remove a.remove{
    border-top-width: 0;
    top: 14px;
    right: 0;
    width: 24px;
    height: 24px;
}

a.remove::before{
    background-image: url('/wp-content/themes/storefront/assets/images/x.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    content: "";
}
table.cart td.product-subtotal{    
    margin-top: 10px;
    /* padding-bottom: 40px; */
    font-weight: 600;
    
}

table.cart td.product-quantity .qty{
    height: 30px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}
table.cart td.actions{
    border-top: 0;
}
table.cart .actions button[name='update_cart']{
    width: 100%;
    background: #fff;
    border: 1px solid #572677;
    color: #572677;
    font-size: 14px;    
    margin-top: 20px;
    height: 44px;
    line-height: 42px;
    padding: initial;
    /* margin-bottom: 20px; */
}
table.cart{
    margin-top: 0;
}
/* .woocommerce-cart .woocommerce.wp-block-group table.shop_table_responsive{
    margin-top: 0;
} */
.woocommerce-cart-form{
    margin-bottom: 0;
}
.cart-collaterals{
    border-top: 10px solid #F7F9FA;
    padding-top: 20px;
}
.cart_totals h2{
    display: none;
    font-size: 15px;
}
.cart_totals table.shop_table_responsive tbody th{
    float: left;    
    line-height: 1;
    padding: 0 0 10px 0;
    background: initial;
    font-size: 14px;
    font-weight: normal;
    word-break: keep-all;
}
.cart_totals table.shop_table_responsive tbody td{
    padding: 0 0 10px 0;
    text-align: right;
    font-size: 14px;
    font-weight: normal;    
}
.cart_totals table.shop_table_responsive tbody tr.order-total th,
.cart_totals table.shop_table_responsive tbody tr.order-total td{
    border-top: 1px solid rgba(0,0,0,.05);    
    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.cart_totals .shop_table .woocommerce-shipping-totals td b,
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals td b{
    color: #f00;
}
#billing_country_field{
    display: none;
}
.includes_tax{
    display: block;
}
.woocommerce-shipping-destination{
    padding-bottom: 20px;
}
.wc-proceed-to-checkout{
    margin-bottom: 0;
}

.wc-proceed-to-checkout .button.checkout-button,
.woocommerce-edit-account .woocommerce-MyAccount-content .button[name=save_account_details],
.woocommerce-edit-address .woocommerce-MyAccount-content .button[name=save_address],
.second-button{
    display: block;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
    padding: 0px 10px 1px 10px;    
    border-radius: 4px;
    font-size: 16px;
    line-height: 42px;
    background: #572677;
    color: #FFF;
}
.second-button{
    text-align: center;
    font-weight: 600;
    color: #fff !important;
}
.woocommerce-cart .woocommerce-cart-form{
    border-top: 2px solid #333;
}
table.shop_table_responsive.cart thead{
    display: none;
}

.woocommerce-cart .woocommerce.wp-block-group table.shop_table_responsive tr td.product-name{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 0;
}
/* *** 끝. 장바구니 *** */


/* *** 결제 *** */
#payment .place-order .button{
    display: block;
    height: 44px;
    margin-bottom: 0;
    padding: 0px 10px 1px 10px;    
    border-radius: 4px;
    font-size: 16px;
    line-height: 42px;
    background: #572677;
    color: #FFF;
    text-align: center;
}
#payment .place-order .b{
    font-weight: 600;
    color: #f00;
    margin-bottom: 20px;
}

#payment .place-order .button.disable{
    background-color: #ccc;
}
input[type=button].postcode-button{
    width: 100%;
    background: #fff;
    border: 1px solid #572677;
    color: #572677 !important;
    font-size: 14px;
    height: 44px !important;
    line-height: 44px !important;
    padding: initial;
    border-radius: 4px;
    margin-top: 20px;
}
.form-row label{
    margin-bottom: 10px;
}
.form-row label[for=reg_password2]{
    margin-top: 10px;
}

.shop_table.woocommerce-checkout-review-order-table{
    border: 2px solid #333;
}
.shop_table.woocommerce-checkout-review-order-table thead{
    display: none;
}
table.woocommerce-checkout-review-order-table .product-name{
    width: auto;
    padding: 10px 0 0px 10px;
}
table.woocommerce-checkout-review-order-table .product-total{    
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    padding: 10px 10px 0 10px;
}
table.woocommerce-checkout-review-order-table .cart_item:last-child .product-name{
    padding-bottom: 10px;
}
table.woocommerce-checkout-review-order-table .cart_item:last-child .product-total{
    padding-bottom: 10px;
}

table.woocommerce-checkout-review-order-table tfoot th{
    background-color: initial;
    padding: 10px;
}
table.woocommerce-checkout-review-order-table tfoot td{
    text-align: right;
    font-weight: 600;
    /* white-space: nowrap; */
    padding: 10px;
}
table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
table.woocommerce-checkout-review-order-table tfoot tr.order-total td,
table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td{
    border-top: 1px solid rgba(0,0,0,.05);
}

table.woocommerce-checkout-review-order-table tfoot tr.order-total td .woocommerce-Price-amount bdi{
    font-size: 20px;
    font-weight: bold;
}
.woocommerce-input-wrapper select,
#wc-tosspayments_vbank-cc-form select{
    padding: 10px;
}
/* *** 끝. 결제 *** */



/* *** 마이 페이지 *** */
.mypage-user.name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mypage-user.title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.214;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mypage-user.name span{
    font-weight: normal;    
}
.mypage-quicknav{
    width: 100%;
    
    /* background: #F7F9FA; */    
    margin-bottom: 20px;
}
.mypage-quicknav ul{
    border: 2px solid #333;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}
.mypage-quicknav ul li{
    display: block;
    width: 33%;
    float: left;    
}
.mypage-quicknav ul li a{
    display: block;
    text-align: center;    
    padding: 20px;
}
.mypage-quicknav ul li a img{
    display: block;
    margin: 0 auto 5px;
    /* margin-right: 10px; */
    vertical-align: middle;
}
.mypage-quicknav ul li a span{
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation{
    display: none;
}

.mypage-nav .mypage-nav-title,
.mypage-nav-title-button{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #999;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 10px solid #F7F9FA;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
}
.mypage-nav ul{
    list-style: none;
    margin: 0 0 20px;
    /* border-top: 1px solid rgba(0,0,0,.05); */
}
.mypage-nav ul li{
    display: block;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
}
.mypage-nav ul li a,
.mypage-nav-title-button{
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    /* 마이페이지 - 대시보드 외에 적용 */
html:not(:has(body.woocommerce-dashboard)) .mypage-user.name,
html:not(:has(body.woocommerce-dashboard)) .mypage-quicknav,
html:not(:has(body.woocommerce-dashboard)) .nav-wrap,
html:not(:has(body.woocommerce-dashboard)) .storefront-full-width-content.woocommerce-account .entry-header{    
    display: none;
}
    /* 타이틀 여백 안맞아서 맞춤 - 조건 : 로그인 안한 로그인 페이지 상단 여백 주려고 함/  */
html:not(:has(body.logged-in)) .storefront-full-width-content.woocommerce-account.page-id-9 .entry-header{
    display: block;
}
    /* 마이페이지 - 대시보드에만 적용 */
html:has(body.woocommerce-dashboard) .mypage-user.title,
html:has(body.woocommerce-dashboard) .woocommerce-MyAccount-content{
    display: none;
}
    /* 마이페이지 - 대시보드 - 최근 주문 내역 */
.woocommerce-MyAccount-content .recent-result,
    /* 마이페이지 - 주문/배송 조회 */
table.shop_table_responsive.woocommerce-MyAccount-orders,
    /* 마이페이지 - 찜 리스트 */
.tinvwl-table-manage-list{
    margin: 0;
    list-style: none;    
    /* border-top: 2px solid #333;
    border-bottom: 1px solid #333; */
}


/* 마이페이지 - 배송지 관리 / 내정보 수정*/
.woocommerce-Address .woocommerce-Address-title a.edit{
    display: none;
}

.woocommerce-Address address{
    font-style: unset;
}


.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content{
    padding-top: 20px;
}
.woocommerce-EditAccountForm .woocommerce-form-row--last{
    display: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content h2{
    display: none;
}

.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message{
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-info a.button{
    color: #fff;
}
.woocommerce-MyAccount-content{
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
    /* 마이페이지 - 대시보드 상단/하단 테두리 */
.woocommerce-dashboard .woocommerce-MyAccount-content{
    border-top-width: 0;
    border-bottom-width: 0;
}
.woocommerce-MyAccount-content .recent-result{
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
.woocommerce-MyAccount-content .recent-result.empty{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.woocommerce-MyAccount-content .recent-result li{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.woocommerce-MyAccount-content .recent-result li:last-child{
    border-bottom: 0px solid #000;
}
.woocommerce-MyAccount-content .recent-result li div{
    display: block;
    float: left;
}
.woocommerce-MyAccount-content .recent-result li div.ordernumber{
    width: 30%;
}
.woocommerce-MyAccount-content .recent-result li div.orderdate{
    width: 30%;
}
.woocommerce-MyAccount-content .recent-result li div.orderprice{
    width: 30%;
}
.woocommerce-MyAccount-content .recent-result li div.orderstatus{
    width: 10%;
    float: right;
    text-align: right;
}
    
.woocommerce-MyAccount-orders tr{
    position: relative;    
}
    /* 주문 내역 - 테이블 - 날짜 */
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 5px;
    overflow: hidden;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date time{
    letter-spacing: -1px;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date a{
    float: right;
    font-weight: normal;
    color: #999;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date a svg{
    display: inline;
    vertical-align: middle;
    width: 20px;
    
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date a svg path{
    fill: #999;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number{        
    padding: 0 0 0 0;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a{      
    display: block;  
    color: #999;
    font-weight: 600;
    padding: 0 0 10px 0;
}
    /* 주문 내역 - 테이블 - 주문 상태 */
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status,
.tinvwl-table-manage-list .product-stock{
    padding-top: 10px;
    font-weight: 600;
    color: #572677;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total{
    padding-top: 5px; 
}

p.woocommerce-thankyou-order-received+h2{
    margin-top: 0;
}

    /* 마이페이지 - 주문 내역 - 테이블 -  썸네일 */
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-thumbnail,
    /* 마이페이지 - 찜 리스트 - 썸네일*/
.tinvwl-table-manage-list .product-thumbnail,
    /* 장바구니 - 썸네일 */
table.cart tr td.product-thumbnail
{    
    float: left;
    width: 100px;
    margin-right: 10px;
    padding: 0;
}
table.cart tr td.product-thumbnail{
    padding-top: 20px;
}
    /* 장바구니 - 상단 메시지 - 노출 제거 */
.woocommerce-cart .woocommerce-message{
    display: none;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions,
.tinvwl-table-manage-list .product-action{
    clear: both;
    float: none;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
    border-bottom: 10px solid #F7F9FA;
}
.tinvwl-table-manage-list .product-action{
    padding-top: 20px;
}
.woocommerce-MyAccount-orders tr:last-child .woocommerce-orders-table__cell-order-actions,
.tinvwl-table-manage-list tr:last-child .product-action{
    border-bottom-width: 0;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a,
.tinvwl-table-manage-list .product-action button,
.order-actions-button{
    border: 1px solid #eee;
    /* background: initial; */
    font-weight: 600;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1;
    background: #FFF;
}
.order-actions-button:hover{
    border: 1px solid #eee;
    background: #FFF;
}
.tinvwl-table-manage-list td.product-action button[name=tinvwl-add-to-cart]{
    border: 1px solid #572677;
    background: #572677;
    color: #FFF;
}


    /* 찜리스트 */
.tinvwl-table-manage-list thead{
    display: none;
}
.tinvwl-table-manage-list tr{
    overflow: hidden;
}
.tinvwl-table-manage-list td{
    display: block;
    padding: 0;
}
.tinvwl-table-manage-list .product-name{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 0;
}

.tinvwl-table-manage-list .product-cb{
    display: none;
}
.tinvwl-table-manage-list .product-thumbnail{
    padding-top: 20px;
}

/* *** 찜 리스트 *** */
.tinv-wishlist .tinv-header{
    display: none;
}
/* *** 끝. 찜 리스트 *** */
.hentry .entry-content .woocommerce-MyAccount-navigation ul li{
    display: block;
    width: 50%;
    float: left;
    border-bottom: 0;
}
.woocommerce-password-hint{
    display: none;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul{
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.05);    
}
    /* 다운로드 버튼 제거 */
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce-MyAccount-navigation ul li{
    
}
.woocommerce-MyAccount-navigation ul li a::before{
    display: none;
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* *** 끝. 마이 페이지 *** */

/* *** 게시판 *** */
.kboard-list{
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}

a.kboard-default-button-small,
button.kboard-default-button-small{
    
    border: 1px solid #eee;
    background: initial !important;
    color: #666 !important;
    font-weight: 600;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
    height: auto;
}
a.kboard-default-button-small.point,
button.kboard-default-button-small.point{
    border: 1px solid #572677;
    background: #572677 !important;
    color: #FFF !important;
}
#kboard-default-editor .kboard-attr-row .attr-name{
    line-height: 1.618;
    margin-bottom: 10px;
    font-weight: 400;
}

.kboard-default-poweredby{
    font-size: 10px;    
}
.hentry .entry-content .kboard-default-poweredby a{
    color: #eee;
}
/* *** 끝. 게시판 *** */

.entry-content h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* *** 로그인 *** */

.woocommerce-account h2,
.page-id-459 h2,
.page-id-461 h2,
h1.entry-title{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-button.woocommerce-form-login__submit,
.woocommerce-button.woocommerce-form-register__submit{
    display: block;
    width: 100%;
    height: 44px;
    padding: 0px 10px 1px 10px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 42px;
    background: #572677;
    color: #FFF;    
}
.woocommerce-form-login .form-row{
    margin-bottom: 20px;
}
.woocommerce-form-login .form-row:last-child{
    margin-bottom: 0;
}
div.nsl-container-block .nsl-container-buttons a{
    margin: 0;
}
.woocommerce-LostPassword{
    margin-bottom: 0;
}
/* *** 끝. 로그인 *** */



/* *** 푸터 *** */
.site-footer{
    padding-top: 0;    
    background: #f9f9f9;
}
.site-footer .col-full{
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #E1E1E1;
}
/* 푸터 - 최상단 버튼 영역 */
.site-footer #block-13{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 40px;
}
.site-footer #block-13 .is-layout-flex{
    justify-content: center;
    gap: 0;
}
.site-footer a.wp-block-button__link{
    font-size: 14px;
    background-color: inherit;
    padding: 10px;
}
.site-footer .wp-block-button:nth-child(3) a.wp-block-button__link{
    font-weight: 600;
}
.site-footer a.wp-block-button__link:hover,
.site-footer a.wp-block-button__link:focus{
    background-color: inherit;
    border-radius: 0;
    font-weight: 600;
}
/* 푸터 - 고객센터, 이메일 주소 */
.site-footer #block-18 .wp-block-group{
    gap: 10px;
    font-size: 14px;
}
.site-footer #block-18 .wp-block-group >p{
    letter-spacing: -0.5px;
}
.site-footer #block-18 .wp-block-columns-is-layout-flex{
    gap: 10px;
    width: 100%;
}
    /* 하단 문의 버튼형 모양 */
.site-footer #block-18 .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow{
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
}    
.wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow{
    background-color : white;
}
.site-footer #block-18 .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow:first-child{
    font-size: 20px;
}
.site-footer #block-18 .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow:first-child strong{
    color: #572677;
}
.site-footer .wp-block-group{
    font-size: 12px;
}
.site-footer .widget_block h2{
    font-size: 14px;
    font-weight: 600;
}

/* .site-footer #block-12{
    font-size: 12px;
} */

.site-footer .widget_block{
    margin-bottom: 40px;
    padding: 0 20px;
}
.site-footer .wp-block-columns{
    margin-top: 10px;
}

/* .site-footer #block-14{
    margin-bottom: 10px;
} */

/* *** 끝. 푸터 *** */
.woocommerce-products-header{
    display: none;
}
body.woocommerce-checkout{
    /* 장바구니 후 - 결제 페이지가 최대폭이 잡힌 상태로 좌측으로 쏠려서 주석처리 */
	/* max-width: 1280px; */
}


/****  min 768 ****/
@media (min-width: 768px){  
    .storefront-full-width-content.woocommerce-cart .entry-header,.storefront-full-width-content.woocommerce-checkout .entry-header,.storefront-full-width-content.woocommerce-account .entry-header,.storefront-full-width-content .woocommerce-products-header {
        text-align: center;
        padding: 0 0 40px;
    }  
    .site-header{
        position: relative;
    }

    #site-header-cart{
        display: none;
    }
    .site-header{
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* 로고 부모  */
    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding{
        width: 100px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    /* 로고 텍스트 영역 */    
    
    .site-branding .site-title{
        line-height: 44px;
        margin-top: 0;
    }
    .site-branding .site-title a{
        font-size: 23px;
    }

    .storefront-primary-navigation{
        border-top: 1px solid #E1E1E1;
    }
    button.menu-toggle{
        float: left;
        border-width: 0;
        font-size: 16px;
        font-weight: 700;
    }
    #site-navigation-menu-toggle{
        display: block;
        min-width: 200px;
        /* margin-left: -10px; */
    }
    .primary-navigation{
        display: none;
        position: absolute;
        top: 100%;
        width: 200px;
        height: 610px;
        background: #fff;        
        border: 2px solid #572677;
        border-right: 2px solid #572677;
        border-bottom: 2px solid #572677;        
    }
    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        overflow-y: auto;
        overscroll-behavior: none;
        padding: 0 20px;
    }
    .primary-navigation ul{        
        height: 100%;
        
    }
    .primary-navigation ul li{
        display: block;
    }
    .main-navigation.toggled .primary-navigation{
        display: block;
    }
    .location-wrap{
        float: none;
        position: absolute;
        right: 20px;
        top: 12px;
    }
    .main-navigation.toggled #site-navigation-menu-toggle{
        background: #572677;
        border-top: 1px solid #572677;
        border-left: 2px solid #572677;
        border-right: 2px solid #572677;
        color: #FFF;
        border-radius: 0;
        margin-top: -1px;
    }
    .main-navigation.toggled button.menu-toggle:before,
    .main-navigation.toggled button.menu-toggle:after{
        background-color: #fff;
    }
    /* GNB */
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
        float: right;
        width: auto;
        margin-bottom: 0;
        margin-right: 0;
    }
    .secondary-navigation ul.menu{
        margin-right: -10px;
    }
    .secondary-navigation ul.menu a{
        font-size: 0 !important;
    }
    .secondary-navigation ul.menu a::after{
        background-image: url('/wp-content/themes/storefront/assets/images/bx-heart-blackline.svg');
        background-size: 24px;
        background-position: 50%;
        background-repeat: no-repeat;
        display: inline-block;
        content: " ";
        width: 40px;
        height: 40px;
    }
    .secondary-navigation ul.menu .menu-item-135 a::after{
        background-image: url('/wp-content/themes/storefront/assets/images/bx-heart-blackline.svg');        
    }
    .secondary-navigation ul.menu .menu-item-138 a::after{
        background-image: url('/wp-content/themes/storefront/assets/images/bx-cart.svg');
    }
    .secondary-navigation ul.menu .menu-item-137 a::after{
        background-image: url('/wp-content/themes/storefront/assets/images/bx-user-circle.svg');              
    }
    .secondary-navigation ul.menu li .count{
        display: none;
    }
    .secondary-navigation ul.menu li.menu-item-138 .count{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: rgb(255, 84, 82);
        color: #ffffff;
        border-color: #ffffff;
        width: auto;
        border-width: 0;
        min-width: 10px;
        height: 16px;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        margin-left: 6px;
        margin-top: -19px;
        padding-left: 4px;
        padding-right: 4px;
        border-radius: 100px;
    }
    /* 검색 */
    .woocommerce-active .site-header .site-search{        
        float: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 400px;
        margin-bottom: 0;
    }
    /*  검색 - 입력폼 */
    .site-search .widget_product_search form::before{
        top: 15px;
        left: 15px;
    }
    .woocommerce-active .site-header .site-search .search-field{
        border: 0px !important;
        box-shadow: initial !important;
        background-color: #F3F5F6 !important;
        border-radius: 100px !important;
        padding-left: 35px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
    .col2-set {
        width: 45%;
        margin-right: 0;
        padding-right: 3%;
    }
    #order_review{
        width: 55%;
    }
    .woocommerce-active .site-header .main-navigation {
        width: 100%;
        float: none;
        margin-right: 0;
        clear: both;
    }

    .woocommerce-active .site-header .site-header-cart {
        position: absolute;
        right: 2.617924em;
        width: 30%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;        
    }
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
        padding: 10px;
    }
    /* *** 로그인/ 마이페이지 */
        /* 상단 여백 */
    /* .storefront-full-width-content.woocommerce-account .entry-header, */
    .page-id-9:not(.logged-in) .hentry.type-page .entry-header,
    .page-id-461 .hentry.type-page .entry-header,
    .page-id-459 .hentry.type-page .entry-header{
        /* id 461 : 로그인 / id 459 : 회원가입 / id 9 : 마이 페이지 (로그인 포함) */
        padding-top: 40px;
        padding-bottom: 0;
    }
    .woocommerce-account h2,
    .page-id-459 h2,
    h1.entry-title{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
    }

        /* *** 마이 페이지 *** */
    .nav-wrap{
        float: left;
        width: 23%;
        padding-right: 20px;
    }
    .mypage-quicknav,
    .mypage-user.name
    {
        float: right;
        width: 76.4705882353%;
    }
    .mypage-quicknav ul{
        margin-top: 10px;
    }
        /* 마이페이지 - 대시보드에 타이틀 나오게 */
    html:has(body.woocommerce-dashboard) .mypage-user.title,
    html:has(body.woocommerce-dashboard) .woocommerce-MyAccount-content{
        display: block;
    }
    .mypage-user.name{
        margin-bottom: 0;
    }
    .mypage-user.title{
        margin-top: 0px;
    }

        /* 로그인한 마이페이지 - 상단 타이틀 제거 */
    .page-id-9.logged-in.storefront-full-width-content.woocommerce-account .entry-header{
        display: none;
    }
    /* html:not(:has(body.woocommerce-dashboard)) .mypage-user.name, */
    html:not(:has(body.woocommerce-dashboard)) .nav-wrap{
        display: block;
    }

        /* 마이페이지 - 주문내역 - 테이블 */    
    table.shop_table_responsive.my_account_orders thead{
        display: none;
    }
    table.shop_table_responsive.my_account_orders tr td{
        display: block;
    }
    table.my_account_orders{
        font-size: 14px;
    }
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date,
    .view-order-wrapper{
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a{
        padding-bottom: 20px;
    }
    ul.order_details li>span{
        display: inline-block;
        width: 80px;
    }
    ul.order_details li strong{
        display: inline-block;
        margin-left: 20px;
    }
        /* 마이페이지 - 주문 내역 - 테이블 - 액션 버튼 */
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions{
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a{
        /* padding: 15px 30px; */
    }
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-thumbnail,
    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-thumbnail img,
    .tinvwl-table-manage-list .product-thumbnail,
    .tinvwl-table-manage-list .product-thumbnail img{
        width: 150px;
    }

        /* 마이페이지 - 찜 리스트 */
    .tinvwl-table-manage-list{
        position: relative;
    }
    .tinvwl-table-manage-list .product-name{
        padding-right: 110px;
    }
    .tinvwl-table-manage-list .product-action{
        position: absolute;
        right: 0;
        top: 0;
    }
    .tinvwl-table-manage-list .product-action button{
        display: block;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 10px;
        width: 100px;
    }
    .tinvwl-table-manage-list .product-thumbnail{
        padding-bottom: 20px;
    }
        /* 마이페이지 - 주소 관리 */
    .woocommerce-MyAccount-content .form-row-first{
        float: none;
    }
    .woocommerce-edit-account .woocommerce-MyAccount-content .button[name=save_account_details],
    .woocommerce-edit-address .woocommerce-MyAccount-content .button[name=save_address],
    .second-button{
        max-width: 300px;
        margin: auto;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content #billing_postcode_field{
        clear: none;
        float: left;
        width: 30%;
    }
    .woocommerce-edit-address .woocommerce-MyAccount-content #billing_postcode_search_field{
        float: right;
        width: 65%;
        margin-top: 14px;
        max-width: 100%;
    }
        /* 장바구니 */
    table.shop_table_responsive.cart tr td{
        display: block;
    }
    table.shop_table_responsive.cart tr td.product-price{
        display: none;
    }
    table.cart td.product-remove a.remove {
        float: none;
        position: absolute;        
    }
    table.cart tr td.product-thumbnail{
        /* float: none; */
    }
    .woocommerce-cart .woocommerce.wp-block-group{
        overflow: hidden;
    }
    .col2-set.woocommerce-cart-form{
        width: 60%;
        padding-right: 0;
    }
    .cart-collaterals{
        float: right;
        width: 40%;
        padding-left: 20px;
        padding-top: 0;
        border-top-width: 0;
    }
    .cart-collaterals .cart_totals{
        width: 100%;
        float: none;        
    }
    .cart-collaterals .cart_totals .shop_table{
        border: 2px solid #333;
        margin-top: 0;
    }

    .cart-collaterals .cart_totals .shop_table th{
        float: none;
        padding: 10px 0 0 10px;
        /* width: 40px; */
        font-weight: 600;
    }
    .cart-collaterals .cart_totals .shop_table td{
        padding: 10px 10px 0 0;
    }
    .cart-collaterals .cart_totals .shop_table .order-total th,
    .cart-collaterals .cart_totals .shop_table .order-total td{
        padding-bottom: 10px;
    }

    .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td{
        padding-bottom: 10px;
    }
    button[name="update_cart"]{
        display: none;
    }

        /* ***  결제 수단 타이틀 *** */
    #order_review_heading{
        width: 55%;
        float: none;
    }
    #payment .payment_methods>.woocommerce-PaymentMethod>label::before, 
    #payment .payment_methods>.wc_payment_method>label::before{
        color: #aaa;
    }

        /* *** 메인 - 배너 *** */
    .page-template-template-homepage .entry-content{
        max-width: 100%;
    }
    
    

    
    .more-wrap .morebtn{
        width: 400px;
        line-height: 60px;
        height: 60px;
    }

        /****  768 - 푸터 ****/
    .footer-widgets{
        padding-top: 0;
        border-bottom: 0px;
    }
    .footer-widgets.col-2 .block.footer-widget-1{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .footer-widgets.col-2 .block.footer-widget-2{
        width: 100%;
        max-width: 1060px;
        margin: auto;
        float: none;
    }
    .site-footer{
        padding: 0;
    }
    .site-footer .wp-block-group {
        font-size: 14px;
    }
    .col-full{
        position: relative;
        max-width: 100%;
        padding: 0 20px;
        margin: auto;
    }
    
    .site-header .col-full,
    .site-content .col-full,
    .storefront-breadcrumb .col-full{
        max-width: 1060px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, 
    .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide{
        /* max-width: 1060px; */
        margin-left: auto;
        margin-right: auto;
    }
    .storefront-breadcrumb .col-full{
        padding-bottom: 0;
    }
    .site-header .storefront-primary-navigation .col-full{
        padding-top: 0;
        padding-bottom: 0;
    }

        /*  로그인 (id-9) 페이지는 로그인 후 넓게 봐야하기 때문에 not(logged-in) */
    .page-id-9:not(.logged-in) .site-content .col-full,
    .page-id-459 .site-content .col-full,
    .page-id-461 .site-content .col-full{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .site-footer .col-full{
        padding: 0;
        margin: auto;
    }
    .site-footer #block-23{
        float: left;
    }
    .site-footer #block-18{
        float: right;
        width: 360px;
    }
    .site-footer #block-18 .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow,
    .site-footer #block-18 .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow:first-child{
        font-size: 16px;
    }
    /****  끝. 768 - 푸터 ****/

    .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
    .storefront-full-width-content .site-main ul.products.columns-4 li.product{
        width: 23.5%;
        margin-right: 2%;
    }

    .storefront-full-width-content .site-main ul.products.columns-3 li.product{
        width: 32%;
        margin-right: 1%;
    }
}
/**** 끝. min 768 ****/

@media (min-width: 782px) {
    .wp-block-columns {
        /* flex-wrap: nowrap !important; */
        flex-wrap: wrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        /* flex-grow: 1; */
    }
}


.wb_cptb_content table{
    border-top: 1px solid #efefef;
}
.wb_cptb_content table td,
.wb_cptb_content table th {
    padding: 0;
    border-bottom: 1px solid #efefef;
    /* padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top */
}

#place_order{
	height: auto;
}


/* *** 간편 로그인 - 로그인 페이지 *** */
div.nsl-container.nsl-container-block .nsl-container-buttons{
    gap: 10px;
}


/* *** 768 사이즈 *** */
@media (min-width: 768px) {
    
}
/*  *** 끝. 768 사이즈 *** */



/* 
@import url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/css/spoqa-han-sans.css');


.add_to_cart_button{
	font-size: 13px;
	height: 40px;
	text-align: center;
	display: inline-block;
	background-color : #9fd759 !important;
	border-radius: 6px;
}

.product_type_grouped{
	font-size: 13px;
	height: 40px;
	text-align: center;
	display: inline-block;
	background-color : #9fd759 !important;
	border-radius: 6px;
}

.attachment-woocommerce_thumbnail{
	border-radius : 6px;
	height: 278px;
	object-fit: cover; 
}

.search-field{
	box-sizing:border-box;
	font-size: 13px;
	border-radius: 20px;
}

.secondary-navigation a{
	font-size : 16px;
	font-family: 'Spoqa Han Sans' !important;
	font-weight : bold;
}

.site-branding .site-title{
	font-size : 32px;
}



.location-name{
	font-weight:bold;
	font-size : 15px;
	padding-bottom : 15px;
} */


 /* 
 워드프레스 관리자에서 등록한 것 
 #tab-wb_cptb_1, #tab-info-2, #tab-description{
	margin : auto !important;
	width : 100% ;
}


.tabs.wc-tabs{
	width : 100% !important;
}


.single-product div.product{
	margin-top : 20px !important;
}

@media (min-width: 768px) {
.woocommerce-product-gallery.woocommerce-product-gallery--with-images{
	max-height: 500px !important;
	height : auto;
	object-fit : contain !important;
	align-content:center;
	border: 1px solid rgba(0, 128, 0, 0.1)  !important;
	border-radius : 5px;

}
}


@media (min-width: 768px) {
	.menu-item.menu-item-type-post_type a{
		font-size: 15px !important;
	}

	
}


.search-field{
    font-size:16px !important;
    height:44px !important;
    width:100% !important;
    padding:10px 12px !important;
    box-sizing:border-box !important;
    border:1px solid #e5e7eb !important;
    border-radius:6.5px !important;
    background:#fff !important;
    color:#111827 !important;
    outline:0 !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    background-image:none !important;
    box-shadow:0 1px 2px rgba(16,24,40,.06) !important;
    transition:border-color .2s, box-shadow .2s !important;
  }
  .search-field::placeholder{ color:#9aa3af !important; }
  .search-field:hover{ border-color:#d1d5db !important; }
  .search-field:focus{
    border-color:#22c55e !important;
    box-shadow:0 0 0 3px rgba(34,197,94,.20), 0 6px 16px rgba(17,24,39,.08) !important;
  }
  .search-field[type="search"]::-webkit-search-decoration,
  .search-field[type="search"]::-webkit-search-cancel-button,
  .search-field[type="search"]::-webkit-search-results-button,
  .search-field[type="search"]::-webkit-search-results-decoration{
    -webkit-appearance:none !important;
    display:none !important;
  }
  .woocommerce-product-search::before,
  .woocommerce-product-search::after,
  .widget_product_search form::before,
  .widget_product_search::before,
  .searchform::before,
  .searchform::after{
    content:none !important;
    display:none !important;
    background:none !important;
  }
  .woocommerce .woocommerce-product-search button,
  .widget_product_search button,
  .searchform input[type="submit"],
  .searchform button{
    display:none !important;
  }
  
  
  
  .add_to_cart_button,
  .single_add_to_cart_button{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:44px !important;
    padding:10px 16px !important;
    gap:.5rem !important;
    border:1px solid #22c55e !important;
    background:#22c55e !important;
    color:#fff !important;
    border-radius:10px !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1 !important;
    text-decoration:none !important;
    box-shadow:0 6px 16px rgba(34,197,94,.25) !important;
    transition:transform .15s ease, box-shadow .2s, background .2s, border-color .2s !important;
  }
  
  .add_to_cart_button:hover,
  .single_add_to_cart_button:hover{
    background:#16a34a !important;
    border-color:#16a34a !important;
    transform:translateY(-1px) !important;
    box-shadow:0 10px 24px rgba(34,197,94,.28) !important;
  }
  
  .add_to_cart_button:active,
  .single_add_to_cart_button:active{
    transform:translateY(0) !important;
    box-shadow:0 3px 10px rgba(34,197,94,.22) !important;
  }
  
  .add_to_cart_button:focus-visible,
  .single_add_to_cart_button:focus-visible{
    outline:0 !important;
    box-shadow:0 0 0 3px rgba(34,197,94,.35), 0 6px 16px rgba(17,24,39,.08) !important;
  }
  
  .add_to_cart_button.loading,
  .single_add_to_cart_button.loading{
    pointer-events:none !important;
    color:transparent !important;
    position:relative !important;
  }
  
  .add_to_cart_button.loading::after,
  .single_add_to_cart_button.loading::after{
    content:"";
    position:absolute;
    width:16px; height:16px;
    border:2px solid rgba(255,255,255,.6);
    border-top-color:#fff;
    border-radius:50%;
    animation:wcspin .8s linear infinite;
  }
  
  @keyframes wcspin{ to{ transform:rotate(360deg); } }
  
  .add_to_cart_button.added{
    background:#10b981 !important;
    border-color:#10b981 !important;
  }
  
  .added_to_cart{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:44px !important;
    margin-left:8px !important;
    padding:10px 14px !important;
    border-radius:10px !important;
    border:1px solid #e5e7eb !important;
    background:#fff !important;
    color:#111827 !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:0 1px 2px rgba(16,24,40,.06) !important;
    transition:border-color .2s, box-shadow .2s, transform .15s ease !important;
  }
  
  .added_to_cart:hover{
    transform: translateY(-1px) !important;
    border-color: #d1d5db !important;
    box-shadow: 0 6px 16px rgba(17,24,39,.08) !important;
  }
  
  
  
  
  
  
  
  
  
  
  
 */