/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/

/*---------- Preloader ----------*/
.loader-wrap {position:fixed;overflow:hidden;top:0;bottom:0;left:0;right:0;z-index:1003}
.no-js .loader-wrap {display:none}
.loader {display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#6c59ce;-webkit-animation:loader-spin 1.7s linear infinite;animation:loader-spin 1.7s linear infinite;z-index:11}
.loader:before {content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#00bfbf;-webkit-animation:loader-spin-reverse .6s linear infinite;animation:loader-spin-reverse .6s linear infinite}
.loader:after {content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#ffffff;-webkit-animation:loader-spin 1s linear infinite;animation:loader-spin 1s linear infinite}
.loader-wrap .loader-section-left {position:fixed;top:0;left:0;width:51%;height:100%;background:#e5e5e5;z-index:10}
.loader-wrap .loader-section-right {position:fixed;top:0;right:0;width:51%;height:100%;background:#e5e5e5;z-index:10}
@-webkit-keyframes loader-spin {
    0% {-webkit-transform:rotate(0)}
    100% {-webkit-transform:rotate(360deg)}
}
@keyframes loader-spin{
    0% {-webkit-transform:rotate(0);transform:rotate(0)}
    100% {-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes loader-spin-reverse{
    0% {-webkit-transform:rotate(0)}
    100% {-webkit-transform:rotate(-360deg)}
}
@keyframes loader-spin-reverse{
    0% {-webkit-transform:rotate(0);transform:rotate(0)}
    100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
.loaded .loader-wrap .loader-section-left {transform:translateX(-100%);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}
.loaded .loader-wrap .loader-section-right {transform:translateX(100%);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}
.loaded .loader {opacity:0;transition:all .3s ease-out}
.loaded .loader-wrap {visibility:hidden;transform:translateY(-100%);transition:all .3s 1s ease-out}

/*---------- Wrapper ----------*/
.wrapper {position:relative;overflow:hidden}

/*---------- Header & Navbar ----------*/
#hd {position:relative;border-bottom:1px solid #d9dde3;background:#fff}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd-h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.to-content a {z-index:1000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
/* header wrap */
.header-wrap {position:relative;background-color:#fff;transition:all .3s ease 0s;border-bottom:1px solid #E6E6E6;z-index:1002}
.header-wrap.fixed{position: fixed; width: 100%;}

/* top header */
.top-header {}
.top-header .top-header-box{display: flex;}
.top-header-nav:after {content:"";display:block;clear:both}
.top-header-nav li {float:left;display:block;padding:0;color:#151515;margin-right:15px;vertical-align:middle}
.top-header-nav li > a {display:block;color:#666666;height:45px;line-height:45px;padding:0; font-size: 13px;margin-right: 0.9375rem;}
.top-header-nav li > a i {margin-right:5px;color:#959595}
.top-header-nav .cs-nav {margin:0}
.top-header-nav .cs-nav.s-nav {margin-right:15px}
.top-header-nav .cs-nav a {position:relative;;display:block;width:90px}
.top-header-nav .cs-nav a.disabled {pointer-events:none}
.top-header-nav .cs-nav a span {display:block;position:absolute;width:90px;height:55px;text-align:center;border-left:1px solid rgba(0,0,0,0.1)}
.top-header-nav .cs-nav.s-nav a span {border-right:1px solid rgba(0,0,0,0.1)}
.top-header-nav .cs-nav .activate {color:#151515;font-weight:700;background-color:#fff;height:56px}
.top-header-nav .cs-nav .deactivate {color:#a5a5a5;background-color:#f8f8f8}
.top-header-nav .cs-nav .deactivate:hover {color:#30409e}
.top-header-nav li .eyoom-form {margin-top:16px}
.top-header-nav li.dropdown > a {cursor:pointer}
.top-header-nav li.dropdown .dropdown-menu {background-color:#fff;padding:5px 0;border:1px solid rgba(0,0,0,0.7);box-shadow:none;border-radius:0;margin:0;left:inherit;right:0}
.top-header-nav li.dropdown .dropdown-menu a {display:block;padding:5px 10px;color:#151515}
.top-header-nav li.dropdown .dropdown-menu a:hover {background-color:transparent;color:#6C59CE}
.top-header-nav li.dropdown:hover > .dropdown-menu {display:block}
.top-header-nav.thn-end {float:right; display: flex; align-items: center;}
.top-header-nav.thn-end li.dropdown .dropdown-menu {left:inherit;right:0}
.top-header-nav .sns-list-box{min-width:1.875rem; }
.top-header-nav .sns-list {border: 1px solid #dddddd;border-radius: 0.625rem;padding:0.3125rem 0.625rem;position: absolute;top:0.625rem;right: 0;background-color: #ffffff;z-index: 21;height: 1.5rem;overflow: hidden;transition-duration: .3s;transition-property: height;}
.top-header-nav .sns-list dt{display:flex;align-items:center;justify-content:space-between;font-style: normal;font-weight: 200;font-size: 0.75rem;line-height: 1.166666666666667;cursor: pointer;}
.top-header-nav .sns-list dt::after{content:'';background-image: url("../image/icons/icon-arrow.svg");background-size: cover;display: inline-block;width: .5rem;height: 0.375rem;margin-left: 0.25rem;transition-duration: .3s;transition-property: transform;}
.top-header-nav .sns-list dd{margin-top: 0.625rem;}
.top-header-nav .sns-list .sns-item{display: block;width: 1.875rem;height: 1.875rem;margin: 0.625rem auto 0;}
.top-header-nav .sns-list .sns-item:first-of-type{margin-top: 0;}
.top-header-nav .sns-list .sns-item > img{display: block;width: 100%;height: 100%;}
.top-header-nav .sns-list:hover {height: 16.625rem}
.top-header-nav .sns-list:hover dt::after{transform: rotate(180deg);}


.top-header-nav .member-box{padding-right: 1rem;}
.top-header-nav .member-box .icon{height: 1.5rem;}
.icon{display: inline-block; background-repeat: no-repeat;background-position: center bottom; position: relative; border: 0;background-color: transparent; }
.ico-cart{background-image: url("../image/icons/icon-cart.svg");background-size: 1.25rem auto; width: 1.5rem;height: 1.5rem;}
.ico-cart .count{display: flex;width: 1.3125rem;height: 1.3125rem;justify-content: center;align-items: center;border-radius: 50%;background-color: #6C59CE;font-weight: 500;font-size: 0.75rem;line-height: 1.16666667;color: #ffffff;position: absolute;top:0; right: -1.025rem;font-style: normal;}


/* header title */
.header-title {position:relative;text-align:center; padding-bottom: 1.25rem;}
.header-title .title-logo img {width:auto;height:65px}
.header-title-mobile-btn {display:none}

/* navbar */
.navbar {padding:0}
.navbar-nav-group{display: flex;justify-content: space-between;align-items: center;}
.navbar-nav li {position:relative;list-style:none;}
.navbar-nav a,.navbar-toggler {color:#151515;}
.navbar-toggler.mobile-search-btn {background-image: url(../image/icons/icon-search.svg);background-size: 24px auto;display: inline-block;width: 35px;height: 35px;background-repeat: no-repeat;background-position: center;margin-right: 0;}
.navbar-toggler.menu-open {background-image: url(../image/icons/icon-menu.svg);background-size: 30px 30px;display: inline-block;width: 35px;height: 35px;background-repeat: no-repeat;background-position: center; margin-left: 0.5rem; display: none;}
.header-title-mobile-btn .ico-cart{width: 40px; height: 40px; background-size: 26px auto; background-position: center;}
.header-title-mobile-btn .ico-cart .count{right: -5px;}

.navbar-nav li .menu-item{font-size: 18px;line-height: 4rem; padding: 0 2rem;}
.navbar-nav > li:hover .menu-item{background-color: #502C6C; border-top-right-radius: 20px; border-top-left-radius: 20px; color: #fff;}
.navbar-nav>li{font-size: 1.25rem; height: 4rem; display: flex;align-items: center;}
.navbar-nav>li>.nav-link {font-size: 1.25rem;padding: 23px 10px !important;font-weight: 500;line-height: 1.2;color: #000000;transition-duration: .3s;transition-property: color;}
.navbar-nav>li>.nav-link.active {color:#502C6C}
.navbar-nav>li>.nav-link:hover {color:#502C6C}
.navbar-nav .search-menu {position:absolute;top:0;right:0}
.navbar-nav>.nav-empty {font-size:.8125rem;padding:25px 10px !important;color:#151515}
.navbar-nav>.nav-empty>a {color:#53a5fa;padding:0}
.navbar-nav>li.dropdown-mega-menu>.nav-link {font-size:1.0625rem;padding:23px 15px !important}
.navbar-nav>li>.pc-search-btn {font-size:1.0625rem;padding:23px 10px !important}
.navbar-nav .dropdown-toggle::after {content:none;}
.navbar-nav .dropdown-toggle:only-child::after {display:none}
.navbar-nav .dropdown-mega-menu .dropdown-toggle::after {display:none}
.navbar-nav .dropdown-menu {display:flex;justify-content: space-between;min-width: 500px;background-color:#fff; margin:0; top:100%;opacity:0;visibility:hidden;z-index:-1; border: 0; right: 0; box-shadow: 0px 1px 4.5px 0.5px rgba(9, 9, 9, 0.1); padding: 0 0 0 30px; border-radius: 0; transition: opacity ease .2s;}
.navbar-nav .dropdown-mega-menu .dropdown-menu {transition-property: visibility,opacity;transition-duration: 0.2s;transition-timing-function: ease-in-out;}
/* .navbar-nav .dropdown-mega-menu .dropdown-menu{opacity: 1; visibility: visible;} */
.navbar-nav .dropdown-menu .menu-info{display: flex;flex-direction: column; padding: 20px 20px 40px 20px; width: 25rem; background-color: #f3f3f3; flex-shrink: 0;}
.navbar-nav .dropdown-menu .menu-info .img-box{margin-bottom: 1.5rem;width: 100%;height: 12.5rem;overflow: hidden;}
.navbar-nav .dropdown-menu .menu-info .img-box > img{display:block;width: 100%;height: 100%;object-fit: cover}
.navbar-nav .dropdown-menu .menu-info .text-box{padding-left: 10px;}
.navbar-nav .dropdown-menu .menu-info .text-box h2{font-style: normal;font-weight: 600;font-size: 1.125rem;line-height: 1.78;color: #000;}
.navbar-nav .dropdown-menu .menu-info .text-box p{font-style: normal;font-weight: 400; font-size: 15px; line-height: 1.67;color: #9a9a9a; margin-top: 0.25rem;}
.navbar-nav .dropdown-menu>ul{/*margin-left: 3.125em;*/ margin: 20px 0; flex-shrink: 0; min-width: 9.375rem;}
.navbar-nav .dropdown-menu .dropdown-toggler::after {position:absolute;right:10px;top:10px}
.navbar-nav .dropdown:hover>.dropdown-menu {z-index:10;opacity:1;visibility:visible}
/* .navbar-nav > li:hover {overflow: visible; position: inherit;} */
.navbar-nav .dropdown-submenu .dropdown-menu {left:100%;margin-top:1px}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {z-index:10;top:-10px !important;opacity:1;visibility:visible}
.navbar-nav .dropdown-item {position:relative;padding:10px 45px 10px 0 !important;color:#000; font-size: 15px;}
.navbar-nav .dropdown-item i {position:absolute;top:8px;right:15px}
.navbar-nav .dropdown-item.active,.navbar-nav .dropdown-item:active,.navbar-nav .dropdown-item:focus,.dropdown-item:hover {background-color:transparent}
.navbar-nav .dropdown-menu li a.active,.navbar-nav .dropdown-menu li a:hover,.navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a,.navbar-nav .dropdown-menu>ul>li:hover>a {background-color:transparent;color:#502C6C}
.navbar-nav .dropdown-mega-menu {position:static}
.navbar-nav .mega-menu {display:table;padding:15px 0;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap; }
.navbar-nav .dropdown-menu>ul.mega-menu{margin: 0; justify-content: space-evenly;}
.navbar-nav .dropdown-mega-menu .dropdown-menu {right:0; border-radius:0 0 0 70px; box-shadow: 0 14px 20px -5px rgba(0,0,0,0.2); padding: 2rem;}
.navbar-nav .mega-menu-col {flex:0 0 auto; }
.navbar-nav .mega-menu-col:nth-child(5) {border-right:0}
.navbar-nav .mega-menu-col:nth-child(10) {border-right:0}
.navbar-nav .mega-menu-col:nth-child(15) {border-right:0}
/* .navbar-nav .mega-menu-col:nth-child(6) h5,.navbar-nav .mega-menu-col:nth-child(7) h5,.navbar-nav .mega-menu-col:nth-child(8) h5,.navbar-nav .mega-menu-col:nth-child(9) h5,.navbar-nav .mega-menu-col:nth-child(10) h5,.navbar-nav .mega-menu-col:nth-child(11) h5,.navbar-nav .mega-menu-col:nth-child(12) h5,.navbar-nav .mega-menu-col:nth-child(13) h5,.navbar-nav .mega-menu-col:nth-child(14) h5,.navbar-nav .mega-menu-col:nth-child(15) h5 {padding-top:20px;margin-top:15px} */
.navbar-nav .mega-menu-col h5 a {display:block;padding:5px 15px 10px !important;font-size:1.0625rem;color:#252525;font-weight:700}
.navbar-nav .mega-menu-col h5 a:hover, .navbar-nav .mega-menu-col h5 a.active {background-color:transparent;color:#30409e}
.navbar-nav .mega-menu-col .mega-menu-item {position:relative;padding:5px 15px; display:block;width:100%;clear:both;font-weight:400;color:#212529;text-decoration:none;white-space:nowrap}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item {margin-left:15px;border-left:1px solid #d5d5d5;color:#757575}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item:before {content:"";position:absolute;top:14px;left:0;width:5px;height:1px;background-color:#d5d5d5}

.navbar-nav .member-box{    margin-right: 1.3125rem;}
/* .navbar-nav .member-box .member-button{display: inline-block;width: 2rem;height: 2rem;background-repeat: no-repeat;background-position: center bottom;position: relative;margin-left: 1.4375rem;    border: 0;background-color: transparent;} */
/* .navbar-nav .member-box .member-button.search{background-image: url("../image/icons/icon-search.svg");background-size: 1.6875rem 1.8125rem;} */
.navbar-nav .member-box .member-button.login{background-image: url("../image/icons/icon-login.svg");background-size: 1.5rem 1.75rem;}
.navbar-nav .member-box .member-button.cart{background-image: url("../image/icons/icon-cart.svg");background-size: 1.625rem 1.75rem;}
.navbar-nav .member-box .member-button.cart .count{display: flex;width: 1.3125rem;height: 1.3125rem;justify-content: center;align-items: center;border-radius: 50%;background-color: #6C59CE;font-weight: 500;font-size: 0.75rem;line-height: 1.16666667;color: #ffffff;position: absolute;top:0;right: -0.1875rem;font-style: normal;}
.navbar-nav .dropdown-mega-menu{background-image: url("../image/icons/icon-menu.svg");background-size: 2rem 2rem;display: inline-block;width: 2rem;height: 2rem;background-repeat: no-repeat;background-position: center bottom;margin-right: 0;}

.search-input-wrap{border: 1px solid #d1d1d1; border-radius: 4px;}
.search-input-wrap .sch_stx{padding: 10px; width: 8.75rem; border: 0; outline: 0; background-color: transparent;}
.search-input-wrap .sch_stx:focus{outline: 0; border: 0 !important; box-shadow: none; -webkit-box-shadow:none}
.search-input-wrap .search{position: absolute; top: 50%; right: 5px; margin-top: -0.75rem; background-image: url("../image/icons/icon-search.svg"); background-size: 1.2875rem auto; display: inline-block;width: 1.5rem;height: 1.5rem;background-repeat: no-repeat;background-position: center bottom; border: 0; background-color: transparent;}


.navbar-nav > li.dropdown .dropdown-submenu .dropdown-menu{box-shadow: none; top: 0; flex-direction: column; display: none}
.navbar-nav > li.dropdown .dropdown-submenu .dropdown-menu.show{box-shadow: none; top: 0; flex-direction: column; display: flex; opacity: 1; top: 0 !important; visibility: visible; z-index: 10;}
.navbar-nav > li.dropdown .dropdown-submenu .dropdown-item i{top: 13px;}

.navbar-nav > li.dropdown .dropdown-submenu .dropdown-item.show .fa-plus{display: none;}


/* sidebar nav (mobile) */
.sidebar-left .sidebar-member-menu, .sidebar-left .sidebar-mobile-menu {display:none}
/*---------- Page Title ----------*/
.page-title-wrap {position:relative;width:100%;height:70px;background:#ffffff;padding:0;/*border-top:1px solid #dddddd;*/border-bottom:1px solid #dddddd}
.page-title-wrap > .container {position:relative;height:100%;display: flex;justify-content: flex-end;align-items: center;}
.page-title-wrap h2 {margin:0;padding:22px 0;font-size:1.25rem;color:#fff;font-weight:700}
.page-title-wrap .sub-breadcrumb-wrap {display:block;}
.page-title-wrap .sub-breadcrumb {color:#666666;font-size:.875rem}
.page-title-wrap .sub-breadcrumb:after {content:"";display:block;clear:both}
.page-title-wrap .sub-breadcrumb li {float:left;margin-left:7px}
.page-title-wrap .sub-breadcrumb li:before {content:"/";margin-right:7px}
.page-title-wrap .sub-breadcrumb li:first-child:before {display:none}
.page-title-wrap .sub-breadcrumb a {color:#000000}

/*---------- Sub Nav ----------*/
.sub-nav-wrap {position:relative;z-index:3;padding:20px 0 0;margin-bottom:40px}
.sub-nav-home {display:none}
.sub-nav-list {position:relative}
.sub-nav-title {position:relative;margin:0;padding:0 30px 0 15px;font-size:13px;line-height:30px;border:1px solid #c5c5c5}
.sub-nav-title i {position:absolute;top:8px;right:10px}
.sub-nav-list ul {display:none;position:absolute;top:31px;left:0;z-index:10;width:100%;padding:10px 0;border:1px solid #c5c5c5;border-top:0 none;background:#fff}
.sub-nav-list li a {display:block;padding:0 15px;font-size:13px;line-height:30px}
.sub-nav-depth1 {margin-bottom:10px}
.sub-nav-wrap .sub-breadcrumb-wrap {display:none}

/*---------- Body ----------*/
.basic-body {position:relative;padding:0;}
.basic-body:after {content:"";display:block;clear:both}

/*---------- Page Title ----------*/
.subpage-title {position:relative;font-size:1.5rem;border-bottom:1px solid #e5e5e5;font-weight:bold;padding:10px 0;line-height:1.7;color:#353535;background:#fff;margin-bottom:30px}
.subpage-title::after {content:"";position:absolute;bottom:-2px;left:0;width:50px;height:3px;background-color:#3F51B5}
.subpage-title .back-btn {display:block;position:absolute;top:16px;right:0;text-align:center;padding:6px 15px;margin:0;font-weight:400;line-height:1;border:1px solid #b5b5b5;font-size:.875rem}
.subpage-title .back-btn:hover {color:#303F9F}

/*---------- Main Contents ----------*/
.basic-body-main {float:left;padding:0;width:100%; position: relative;}
.shop-main-slider {margin:0 auto }
.main-heading h2 {position:relative;text-align:center;font-size:1.75rem;margin:0 0 30px}
.main-heading h2 strong {color:#454545}
.main-heading h2:after {content:"";position:absolute;bottom:-10px;left:50%;display:block;width:20px;height:2px;margin-left:-10px;background:#d5d5d5}

/*---------- Footer ----------*/
.footer{}
.footer .top-box{width: 100%;border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;}
.footer .top-box .top-box-content{width:100%;height: 5rem;display: flex;justify-content: space-between;align-items: center;}
.footer .top-box .top-box-content .footer-sns-box a{font-style: normal;font-weight: 600;font-size: 0.9375rem;line-height: 1;color: #333333;}
.footer .top-box .top-box-content .footer-counsel-box a{font-family: 'Arial';font-style: normal;font-weight: 900;font-size: 1.75rem;line-height: 1;color: #333333;}
.footer .top-box .top-box-content .col-box {display: flex;align-items: center;}
.footer .top-box .top-box-content .col-box > *:nth-child(1){margin-right: 1.875rem;}
.footer .top-box .top-box-content .col-box .t-box{font-style: normal;font-weight: 200;font-size: 0.9375rem;line-height: 1;color: #333333;}
.footer .top-box .top-box-content .footer-sns-list .t-box{font-family: 'Arial';font-style: normal;font-weight: 900;font-size: 1.125rem;line-height: 1;color: #333333;}
.footer .top-box .top-box-content .footer-sns-list .sns-list{display: flex;}
.footer .top-box .top-box-content .footer-sns-list .sns-list .sns-item{width: 2.8125rem;height: 2.8125rem;margin-right: 1.875rem;}
.footer .top-box .top-box-content .footer-sns-list .sns-list .sns-item img{width: 100%;height: 100%;}
.footer .top-box .top-box-content .footer-sns-list .sns-list .sns-item:last-of-type{margin-right: 0;}
.footer .bottom-box{}
.footer .bottom-box .bottom-box-content{display: flex;padding:2.1875rem 0;align-items: center;}
.footer .bottom-box .bottom-box-content .logo-box{margin-right: 3.75rem;}
.footer .bottom-box .bottom-box-content .logo-box img{width: 12rem;height: auto;display: block;}
.footer .bottom-box .bottom-box-content .company-box {width: 100%;}
.footer .bottom-box .bottom-box-content .company-box .list-box{width: 100%;display: flex;flex-wrap: wrap;}
.footer .bottom-box .bottom-box-content .company-box .list-box .list-item{margin-right: 1.25rem;}
.footer .bottom-box .bottom-box-content .company-box .t-box{font-style: normal;font-weight: 500;font-size: 1rem;line-height: 1.62;color: #333333;}
.footer .bottom-box .bottom-box-content .company-box .t-box::after{content:':';display: inline-block;margin: 0 0.3125rem;}
.footer .bottom-box .bottom-box-content .company-box .v-box{font-style: normal;font-weight: 200;font-size: 1rem;line-height: 1.62;color: #333333;}
.footer .copyright{font-style: normal;font-weight: 200;font-size: 0.875rem;line-height: 1.21428571;}
.floating{position: fixed;right: 0;top:50%;transform: translateY(-50%);z-index: 12;}



/*---------- Search Full ----------*/
.search-full {position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.9);display:none;z-index:1010}
.search-full .search-field {position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}
.search-field h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.search-field form {position:relative;width:30%;margin:0 auto}
.search-field #search_input {font-size:1.25rem;padding:10px 30px 10px 10px;-webkit-appearance:none;display:block;background:transparent;color:#fff;width:100%;border:none;border-bottom:1px solid #fff;margin:0 auto}
.search-field .search-btn {position:absolute;top:0;right:0;width:45px;height:45px;border:0;cursor:pointer;color:#ffffff;background:transparent;font-size:1.25rem}
.search-full .search-close-btn {position:absolute;top:20px;right:20px;width:50px;height:50px;cursor:pointer;z-index:1}
.search-close-btn:after {content:"";height:50px;border-left:2px solid #fff;position:absolute;transform:rotate(45deg);left:24px}
.search-close-btn:before {content:"";height:50px;border-left:2px solid #fff;position:absolute;transform:rotate(-45deg);left:24px}


/*---------- Sidebar Member ----------*/
.sidebar-shop-member-wrap {position:fixed;top:0;bottom:0;right:0;z-index:1004;height:100%;background:#fff}
.sidebar-shop-member-btn {z-index:1002;position:absolute;top:50%;left:-47px;width:42px;height:100px;transform:translateY(-50%);background:#6C59CE;border:0;font-size:1.25rem;color:#fff;border-radius:42px}
.sidebar-shop-member-btn.mo-btn {display:none}
.sidebar-shop-member-btn i {display:block;width:42px;height:50px;line-height:50px}
.sidebar-shop-member-btn .direction-icon {display:block;width:42px;height:50px;line-height:50px;background:#2B2B2E;border-bottom-left-radius:21px;border-bottom-right-radius:21px}
.sidebar-shop-member-btn.active .fa-outdent {display:none}
.sidebar-shop-member-btn.active .direction-icon:before {display:block;width:42px;height:50px;line-height:50px;content:"\f00d";font-family:'Font Awesome\ 5 Free';font-weight:900;background:#000;border-bottom-left-radius:21px;border-bottom-right-radius:21px}
.sidebar-shop-member {position:fixed;bottom:0;z-index:1004;display:flex;flex-direction:column;max-width:100%;width:300px;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out;overflow-y:auto !important;height:100%;-webkit-overflow-scrolling:touch}
.sidebar-shop-member-in {padding:15px}
.sidebar-shop-member .rside-nav-list {margin:0 0 25px;padding:0;list-style:none;border:1px solid #e5e5e5}
.sidebar-shop-member .rside-nav-list:after {content:"";display:block;clear:both}
.sidebar-shop-member .rside-nav-list li {float:left;width:50%}
.sidebar-shop-member .rside-nav-list li a {display:block;width:100%;padding:8px 10px;text-align:center;font-size:.875rem}
.sidebar-shop-member .rside-nav-list li:nth-child(1) {border-bottom:1px solid #e5e5e5}
.sidebar-shop-member .rside-nav-list li:nth-child(2) {border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5}
.sidebar-shop-member .rside-nav-list li:nth-child(4) {border-left:1px solid #e5e5e5}
.sidebar-shop-member .shop-member-box {position:relative;margin-bottom:25px}
.sidebar-shop-member .shop-member-box .shop-member-box-title {position:relative;height:38px;line-height:38px;text-align:center;background-color:#353535;color:#fff;margin-bottom:10px}
.sidebar-shop-member .shop-member-box .shop-member-box-title .badge {position:absolute;top:-10px;right:-8px}
.sidebar-shop-member .shop-member-box .panel .panel-heading {background-color:transparent;border:0;padding:0}
.sidebar-shop-member .shop-member-box .panel .panel-title {position:relative;height:40px;margin:0;font-size:.9375rem;color:#fff;line-height:1.5;background-color:#353535;border:0;padding:10px 26px 10px 60px;cursor:pointer}
.sidebar-shop-member .shop-member-box .panel .panel-title .count-num {display:block;position:absolute;top:0;left:0;width:50px;height:40px;line-height:40px;text-align:center;background-color:#000;color:#fb8c00;font-size:.875rem}
.sidebar-shop-member .shop-member-box .panel .panel-body {border:0;padding:0}
.sidebar-shop-member .shop-member-box .op-area {border:1px solid #d5d5d5;margin:10px 0 30px;padding:10px}
.sidebar-shop-member .shop-member-box .op-area h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sidebar-shop-member .shop-member-box .op-area li {border-bottom:1px solid #eaeaea;position:relative;padding:10px 0;min-height:90px;padding-left:80px}
.sidebar-shop-member .shop-member-box .op-area li a {font-weight:700;color:#000}
.sidebar-shop-member .shop-member-box .op-area li .prd-img {position:absolute;top:10px;left:0px;padding:3px;border:1px solid #eaeaea}
.sidebar-shop-member .shop-member-box .op-area li .prd-name {display:block;font-weight:700}
.sidebar-shop-member .shop-member-box .op-area li .prd-cost {display:block;font-weight:700;color:#6C59CE;margin:3px 0 0}
.sidebar-shop-member .shop-member-box .op-area .li-empty {padding:30px 0;padding-left:0;color:#959595;border-bottom:0;text-align:center;min-height:inherit}
.sidebar-shop-member .shop-member-box #stv {position:relative}
.sidebar-shop-member .shop-member-box #stv_pg {display:block;;text-align:center;margin:10px 0 0;line-height:20px}
.sidebar-shop-member .shop-member-box .stv-item {display:none;padding:0 9px;word-break:break-all}
.sidebar-shop-member .shop-member-box #up {position:absolute;bottom:10px;left:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.sidebar-shop-member .shop-member-box #up span {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sidebar-shop-member .shop-member-box #down {position:absolute;bottom:10px;right:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.sidebar-shop-member .shop-member-box #down span {position:absolute;font-size:0;line-height:0;overflow:hidden}


/*---------- Offcanvas ----------*/
.offcanvas-backdrop {z-index:1003}

/*---------- Eb BackToTop ----------*/
.eb-backtotop {position:fixed;right:15px;bottom:15px;height:46px;width:46px;cursor:pointer;display:block;-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.15);background:#fff;z-index:1003;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop.active-progress {opacity:1;visibility:visible;transform:translateY(0)}
.eb-backtotop:after {position:absolute;content:"\f106";font-family:'Font Awesome\ 5 Free';font-weight:900;text-align:center;font-size:16px;color:#757575;left:0;top:0;height:46px;width:46px;line-height:28px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop:hover:after {color:#6C59CE}
.eb-backtotop svg path {fill:none}
.eb-backtotop svg.backtotop-progress path {stroke:#b5b5b5;stroke-width:4;box-sizing:border-box;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop .progress-count {display:block;position:absolute;bottom:8px;left:0;right:0;font-size:11px;text-align:center;color:#a5a5a5}
.eb-backtotop {box-shadow:inset 0 0 0 2px rgba(0,0,0,0.15)}
.eb-backtotop:after {color:#2b2b2e}
.eb-backtotop svg.backtotop-progress path {stroke:#6C59CE}


.ctt_admin{text-align: right; position: absolute; right: 0; top: 0;}
.ctt_admin .btn-dark{font-size: 15px; font-weight: 400;}

.it-memo-wrap .memo-item{background-color: #f4f5f9; padding: 1.5rem; margin-top: 1.25rem; }
.it-memo-wrap .memo-item div{margin-top: 2rem;}
.it-memo-wrap p{line-height: 1.5;}
.it-memo-wrap h4{font-size: 1.2rem; margin-bottom: 0.5rem;}
.it-memo-wrap h4 span{font-size: 0.825rem; margin-left: 4px;}


/***********
** SHOP LIST 
************/
.shop-banner-image{position: relative;}

.shop-list{display: flex; margin-top: 3.25rem;}
.shop-list .shop-list-cate-box{width: 230px; margin-right: 15px; flex-shrink: 0;}
.shop-list .shop-list-sort-wrap{position: relative; margin-bottom: 20px; }
.shop-list #product_list{flex-grow: 1;}

.sct-sort{text-align: right; padding-right: 3rem; }
.sct-sort span.active a {color: #000; z-index: 1; }
.sct-sort span {padding: 0 20px; color: #858585; text-align: center; cursor: pointer; display: inline-block; }
.sct-sort span a{display: block; line-height: 54px; color: #888;}

.sct-sort .category-list{ text-align: right;}

.shop-list .main-category{margin-top: 0; border: 1px solid #dbdbdb;}
.shop-list .main-category .tabs{display: flex; justify-content: center; align-items: center;}
.shop-list .main-category .tabs a{padding: 0.563rem 1rem; text-align: center; display: block; background-color: #f9f9f9; width: 50%; font-size: 18px;}
.shop-list .main-category .tabs a.active{background-color: #7820b9; color: #fff;}

.shop-list .main-category .category-list{display: block; height: auto;}
.category-list li {position:relative; border-bottom:1px solid #dbdbdb;}
.category-list li:last-child{border-bottom: 0;}
.category-list > li.active > a{background-color: #faf7fc; border-bottom: 2px solid #7820b9;}
.category-list li.open > a button{transform: rotateX(180deg);}
.category-list li a {display:block; padding:11px 10px; position: relative; font-size: 14px;}
.category-list li.active > a {color: #7820b9;}
.category-list li a:hover {color: #7820b9;}
.category-list > li > a {font-size: 16px;}
.category-list li a button{width: 40px; height: 40px; position: absolute; right: 0; top: 50%; margin-top: -20px; border: 0; outline: none;}
.ico-drop{background: url('../image/icons/icon-arrow.svg') no-repeat center/cover; background-size: 12px auto;}
/* .category-list li.active a {color: #303F9F; font-weight: 600;} */
.category-list li .dropdown {z-index:1000; background-color: #fff; padding: 0 0.75rem; opacity: 0; visibility: hidden; height: 0;}
.category-list li .dropdown li:last-child{border-bottom: 0;}

.category-list .open > .dropdown{opacity: 1; visibility: visible; height: 100%;}
.category-list li .dropdown.active{opacity: 1; visibility: visible; height: 100%;}
/* .category-list > li.active .dropdown .dropdown-sub{display: block;} */
/* .category-list li .dropdown li a{font-size: 14px;} */

.category-list li ul li .dropdown-sub li{border-bottom: 0;}
.category-list li ul li .dropdown-sub li a{padding: 4px 10px;}


.shop-list-nav-box .tabs{display: flex; align-items: center; margin-bottom: 40px;}
.shop-list-nav-box .tabs li{flex: 1;}
.shop-list-nav-box .tabs li a{display: block; padding: 10px 20px; text-align: center; border: 1px solid #d0d0d0;}
.shop-list-nav-box .tabs li + li a{border-left: 0;}
.shop-list-nav-box .tabs li a.active{background-color: #7820b9; color: #fff;}


.shop-list .main-category.category-type-2{border-color: #f0f0f0;}
.shop-list .main-category.category-type-2 .tabs a{background-color: #f0f0f0; width: 50%; color: #7820b9;}
.shop-list .main-category.category-type-2 .tabs a:first-child{border-bottom-left-radius: 20px;}
.shop-list .main-category.category-type-2 .tabs a:last-child{border-bottom-right-radius: 20px;}
.shop-list .main-category.category-type-2 .tabs a.active{background-color: #121212; color: #d2a6ff;}
.category-type-2 .category-list li{border-bottom-color: #999;}
.category-type-2 .category-list > li.active{border-bottom-color: #7820b9;}
.category-type-2 .category-list > li.active > a {color: #000; background-color: #f3e5ff; border: 1px solid #7820b9; border-top: 0; border-bottom: 0; }
.category-type-2 .category-list li .dropdown{background-color: #faf7fc;}
.category-type-2 .category-list > li > .dropdown.active{border: 1px solid #7820b9; border-top: 0; border-bottom: 0;}
.category-type-2 .category-list li .dropdown li{border-bottom-color: #7820b9;}


.shop_icon {display:inline-block;color:#fff;line-height:20px;padding:0 5px;font-size:0.92em;margin:1px;border-radius:2px}
.shop_icon_1 {background:#3ec1d3}
.shop_icon_2 {background:#ffb722}
.shop_icon_3 {background:#2dd49f}
.shop_icon_4 {background:#556ee6}
.shop_icon_5 {background:#ff5081}
.shop_icon_coupon {background:#b169e1}



.show-mobile{display: none;}
/* .hide-mobile{display: none;} */


.tab-wrap{position: relative; margin-top: 3.5rem;}
.tab-wrap .tabs{display: flex; align-items: center; justify-content: center;}
.tab-wrap .tabs li a{display: block; text-align: center; padding: 7px 15px; border: 1px solid #d0d0d0; margin-left: -1px;}
.tab-wrap .tabs li a.active{background-color: #333; color: #fff;}


@media screen and (max-width:1400px){
    html{font-size:1.142857142857143vw; }
    .floating{display: none;}
    .navbar-nav>li>.nav-link{    font-size: 16px; padding: 23px 10px !important; }
    .navbar-nav>li{display: flex; align-items: center;}
    .navbar-nav .member-box .member-button{ margin-left: 0.75rem; }

}
@media (max-width:1199px) {
    .navbar-nav>li>.nav-link {padding:25px 7px !important}
    .search-field form {width:50%}


    .shop-main-slider .ebs-shop-basic-in .ebs-shop-basic .ebs-shop-basic-item .ebs-shop-basic-cont {padding:30px 70px}
}

@media (min-width:992px) {
    .navbar {z-index:20}
    .navbar-nav {align-items: center;}
    .sub-nav-wrap {position:relative;width:100%;height:70px;background:#555;padding:0;margin-bottom:40px}
    .sub-nav-wrap .container {position:relative}
    .sub-nav-wrap-in:after {content:"";display:block;clear:both}
    .sub-nav-home {display:block;float:left}
    .sub-nav-home a {display:block;height:50px;padding:0 15px;line-height:50px;font-size:20px;color:#353535;border-left:1px solid #c5c5c5;border-right:1px solid #c5c5c5}
    .sub-nav-home a:hover {color:#6C59CE}
    .sub-nav-list {float:left;margin:0 0 0 -1px}
    .sub-nav-title {min-width:200px;padding:0 45px 0 25px;line-height:50px;font-size:15px;border:0 none;color:#353535;border-right:1px solid #c5c5c5}
    .sub-nav-title.cursor-pointer {cursor:pointer}
    .sub-nav-title i {top:18px;right:20px}
    .sub-nav-title:hover {color:#6C59CE;font-weight:700}
    .sub-nav-list ul {top:50px;padding:0}
    .sub-nav-list li {float:none}
    .sub-nav-list li a {padding:10px 15px;border-top:1px solid #c5c5c5;font-size:14px}
    .sub-nav-list li:first-child a {border-top:0}
    .sub-nav-list li a:hover {color:#303F9F;background:#fafafa}
    .sub-nav-list li.active a {color:#303F9F;font-weight:700}
    .sub-nav-wrap .sub-breadcrumb-wrap {display:block;position:absolute;top:25px;right:15px}
    .sub-nav-wrap .sub-breadcrumb {color:#c5c5c5}
    .sub-nav-wrap .sub-breadcrumb:after {content:"";display:block;clear:both}
    .sub-nav-wrap .sub-breadcrumb li {float:left;margin-left:7px}
    .sub-nav-wrap .sub-breadcrumb li:before {content:"/";margin-right:7px}
    .sub-nav-wrap .sub-breadcrumb li:first-child:before {display:none}
    .sub-nav-wrap .sub-breadcrumb a {color:#fff}
}
@media (max-width:992px) {
    .sub-nav-wrap {padding-top:20px;background:#fff}
}
@media (max-width:991px) {

    html{font-size: 16px;}
    .container{padding-right: 3.7vw;padding-left: 3.7vw;max-width: 100%;}
    .top-header-mobile-btn {display:block;position:absolute;top:12px;left:10px}
    .top-header-box >div:last-of-type  {width: 100%}
    .top-header-nav .sns-list-box {min-width: 3rem; display: none;}
    .header-title {border-bottom:0; padding-bottom: 0.75rem;}
    .header-title .title-logo img {width: auto; height: 36px;}
    .header-title-mobile-btn {display: flex;  align-items: center; margin-left: auto;}
    .header-title > .container{display: flex; align-items: center;}
    .navbar {height:0}

    .top-header-nav .member-box{display: none;}

    .top-header-nav li > a{margin-right: 0;}
    .top-header-nav li{margin-right: 0; margin-left: 0.825rem;}

    .navbar-toggler.menu-open{display: block;}

    /* INDEX */
    .shop-main-slider .ebs-shop-basic-in .ebs-shop-basic .ebs-shop-basic-item {height: auto; min-height: auto;}
    .shop-main-slider .ebs-shop-basic-in .ebs-shop-basic .ebs-shop-basic-item .ebs-shop-basic-cont h2 {font-size:6.030701754385965vw;}
    .shop-main-slider .ebs-shop-basic-in .ebs-shop-basic .ebs-shop-basic-item img{width: 100%; height: auto;}


    .page-title-wrap{display: none;}


    .sidebar-left {position:fixed;bottom:0;z-index:1004;display:flex;flex-direction:column;max-width:100%;width:300px;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}
    .offcanvas-backdrop {z-index:1003}
    .sidebar-left .sidebar-left-content {padding-bottom:70px}
    .sidebar-left.show .sidebar-left-content {position:relative;height:100%;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}
    .sidebar-left .offcanvas-header {padding:15px}
    .sidebar-left .sidebar-member-menu {position:relative;display:block;background-color:#e5e5e5;padding:5px 15px;border-top:1px solid #c5c5c5}
    .sidebar-left .sidebar-member-menu .sidebar-member-btn-box {display:block;float:left;width:50%}
    .sidebar-left .sidebar-member-menu .sidebar-member-btn {position:relative;background:#2b2b2e;width:130px;height:30px;line-height:30px;color:#fff;text-align:center;font-size:.8125rem;border-radius:3px}
    .sidebar-left .sidebar-mobile-menu {position:relative;display:block;margin-top:42px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
    .sidebar-left .sidebar-mobile-menu:after {content:"";display:block;clear:both}
    .sidebar-left .sidebar-mobile-menu a {display:block;float:left;width:50%;line-height:42px;padding:0 15px;border-bottom:1px solid #e5e5e5}
    .sidebar-left .sidebar-mobile-menu a:nth-child(odd) {border-right:1px solid #e5e5e5}
    .sidebar-left .sidebar-mobile-menu a:nth-child(5) {border-bottom:0}
    /* nav */
    .sidebar-left .navbar-nav {    width: 100%;position:relative;margin:0;float:none;border-bottom:1px solid #e5e5e5}
    .sidebar-left .navbar-nav:not(.mobile) {display: none;}
    .sidebar-left .navbar-nav > .nav-li-divider {display:none}
    .sidebar-left .navbar-nav > .nav-li-space {height:40px;border-bottom:none;border-top:1px solid #e5e5e5;background:#fff}
    .sidebar-left .navbar-nav > li {float:none;width: 100%;margin-right:0;flex-direction: column;height: auto;}
    .sidebar-left .navbar-nav > li > a {line-height:50px;padding:0 15px !important;font-size:.9375rem;color:#000;width: 100%;}
    .sidebar-left .navbar-nav > li > a > .nav-cate-icon {width:20px;text-align:center}
    .sidebar-left .navbar-nav > li a {border-bottom:none;border-top:1px solid #e5e5e5}
    .sidebar-left .navbar-nav > li a:hover {border-top:1px solid #e5e5e5; }
    .sidebar-left .navbar-nav > li:hover .menu-item{background-color: #fff; border-radius: 0; color: #000;}
    .sidebar-left .navbar-nav > li:first-child > a {border-top:1px solid transparent}
    .sidebar-left .navbar-nav > li > .nav-link.active {color:#6C59CE}
    .sidebar-left .navbar-nav > li.navbar-nav-home {display:block}
    .sidebar-left .navbar-nav > li.navbar-nav-home > a {background:#2b2b2e;color:#fff;border-top:1px solid #2b2b2e}
    .sidebar-left .navbar-nav > li > .cate-dropdown-open {position:absolute;top:1px;right:0;width:42px;height:42px;line-height:42px;margin:0;padding:0;text-align:center;border:0;z-index:1}
    .sidebar-left .navbar-nav > li > .cate-dropdown-open:before {font-family:'Font Awesome\ 5 Free';content:"\f067";font-weight:900;color:#353535}
    .sidebar-left .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
    .sidebar-left .navbar-nav > li > .cate-dropdown-open.show:before {font-family:'Font Awesome\ 5 Free';content:"\f068";font-weight:900;color:#6C59CE}
    .sidebar-left .navbar-nav .dropdown > a:after {display:none}
    .sidebar-left .navbar-nav .dropdown-menu {width: 100%;position:relative;border:0;float:none;margin:0;padding:0;box-shadow:none;background-color:transparent;display:none;min-width: auto;}
    .sidebar-left .navbar-nav .dropdown-menu ul{margin: 0;}
    .sidebar-left .navbar-nav .dropdown-menu .menu-info{display: none;}
    .sidebar-left .navbar-nav .dropdown-menu > li > a {color:#555555;line-height:26px;border-top:1px solid #e5e5e5}
    .sidebar-left .navbar-nav .dropdown-menu > li:first-child > a {border-top:1px solid #e5e5e5}
    .sidebar-left .navbar-nav .dropdown-menu.show {display:block;opacity:1;visibility:visible}
    .sidebar-left .navbar-nav .dropdown-submenu > a {position:relative;color:#555555;font-size:.9375rem;background:#fafafa;line-height:26px;padding:6px 15px 6px 35px !important;border-top:0}
    .sidebar-left .navbar-nav .dropdown-submenu > a:after {content:"";position: absolute;top: 50%;left: 15px;width: 8px;height: 1px;background: #666666;z-index: 1;}
    .sidebar-left .navbar-nav .dropdown-submenu:first-child > a {border-top:1px solid #e5e5e5}
    .sidebar-left .navbar-nav .dropdown-submenu > a:hover {background:#e5e5e5;color:#000;border-top:0}
    .sidebar-left .navbar-nav .dropdown-submenu > a.active {color: #6C59CE;font-weight: 700;}
    .sidebar-left .navbar-nav .dropdown-submenu:first-child > a:hover {border-top:1px solid #e5e5e5}
    .sidebar-left .navbar-nav .dropdown-submenu:hover > .dropdown-menu {top:0 !important}
    .sidebar-left .navbar-nav .dropdown-menu.show .dropdown-menu {display:block;opacity:1;visibility:visible;left:0}
    .sidebar-left .navbar-nav .dropdown-menu .dropdown-menu .dropdown-submenu > a {border-top:0;padding: 6px 15px 6px 45px !important;}
    .sidebar-left .navbar-nav .dropdown-menu .dropdown-menu .dropdown-submenu > a:after {left:20px;width:12px;height:1px;border:0;border-radius:inherit;background:#d5d5d5}
    .sidebar-left .navbar-nav .dropdown-item i {position:absolute;top:12px;right:15px}


    .footer .top-box .top-box-content {height: auto;align-items: center;flex-wrap: wrap;padding:8vw 0;}
    .footer .top-box .top-box-content .col-box {width: 50%;justify-content: center;}
    .footer .top-box .top-box-content .footer-sns-box a {font-size: 3vw;}
    .footer .top-box .top-box-content .col-box .t-box {font-size: 3vw;}
    .footer .top-box .top-box-content .footer-counsel-box a {font-size: 3vw;}
    .footer .top-box .top-box-content .footer-sns-list.col-box {width: 100%;justify-content: center;margin-top: 2.4vw;}
    .footer .top-box .top-box-content .footer-sns-list .sns-list .sns-item {width: 10vw;height: 10vw;margin-right: 3vw;}
    .footer .top-box .top-box-content .col-box > *:nth-child(1) {margin-right: 3vw;}
    .footer .bottom-box .bottom-box-content {padding: 8vw 0 18vw;flex-direction: column;}
    .footer .bottom-box .bottom-box-content .logo-box {margin-right: 0;}
    .footer .bottom-box .bottom-box-content .logo-box img {width: 34vw;}

    .footer .bottom-box .bottom-box-content .company-box .list-box {justify-content: center;margin-top: 4.4vw;}
    .footer .bottom-box .bottom-box-content .company-box .list-box .list-item {margin-right: 2.4vw;display: flex;}
    .footer .bottom-box .bottom-box-content .company-box .list-box .list-item:nth-of-type(n+3){width: 100%;justify-content: center;margin-right: 0;}
    .footer .bottom-box .bottom-box-content .company-box .t-box {font-size: 4vw;}
    .footer .bottom-box .bottom-box-content .company-box .v-box {font-size: 4vw;}

    .footer .copyright {font-size: 3vw;line-height: 1.62;text-align: center;}


    .header-wrap.headerFix .header-title{width:100%;position: fixed;top:0;left: 0;box-shadow: -1px 1px 9px rgba(0,0,0,0.2);background-color: #ffffff;}


    /********
    ** ## SHOP LIST
    ********/
    .shop-list{display: block;}
    .shop-list .shop-list-cate-box{width: auto; margin-right: 0;}

    .shop-list .main-category{border: 0; position: relative;}
    .shop-list .main-category .tabs{display: none;}
    .shop-list .main-category .btn-category{padding: 11.25px 0; display: block; text-align: center; position: relative; border: 1px solid #dbdbdb;}
    .shop-list .main-category .btn-category .ic{width: 45px; height: 45px; position: absolute; right: 0; top: 0; line-height: 45px; cursor: pointer; transition: all ease .2s;}
    .shop-list .main-category .category-list{display: none; position: absolute; top: 45px; left: 0; width: 100%; border: 1px solid #dbdbdb; z-index: 100; background-color: #fff;}
    .shop-list .main-category.open .category-list{display: block;}
    .shop-list .main-category.open .btn-category .ic{transform: rotate(180deg);}
    .category-list > li.active .dropdown{display: none;}

    /* .shop-list .main-category .category-list{display: flex; flex-wrap: wrap;} */
    /* .shop-list .main-category .category-list li{flex: 0 0 50%;} */
    .category-list > li > a{font-size: 14px;}
    .category-list > li.active > a{background-color: #fff; border-bottom: 0;}

    .sub-category{margin-top: 1rem; }
    .sub-category .category-list{border-bottom: 1px solid #dbdbdb;}
    .sub-category .category-list li{width: auto; border-bottom: 0;}
    .sub-category .category-list li a{display: inline-block; width: auto;}
    /* .sub-category .category-list{display: flex; align-items: center; }
    .sub-category .category-list li{margin-right: 1.25rem;} */

    .category-list.swiper{position: relative;}
    .category-list.swiper .swiper-pagination{bottom: 0; top: auto;}
    .category-list.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #7820b9;}

    .show-mobile{display: block;}
    .hide-mobile{display: none;}

    #product_list{margin-top: 2rem;}

    .shop-list .shop-list-navcate-wrap{margin-bottom: 0;}

    .shop-list .shop-list-sort-wrap{display: flex; align-items: center; }
    .shop-list .shop-list-sort-wrap #sct_lst{float: none; margin-left: auto; margin-bottom: 0; display: none;}
    .sct-sort span{display: none;}
    .sct-sort {clear:both; padding-right: 0; text-align: left;}
    .sct-sort:after {display:block;visibility:hidden;clear:both;content:""}
    .sct-sort h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
    .sct-sort button {height:40px;line-height:40px;border:0; background:#fff;border-right:1px solid #f8f8f8}
    .sct-sort ul:before {content:"";position:absolute;top:-8px;left:30px;width:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #bbb transparent}
    .sct-sort ul:after {content:"";position:absolute;top:-7px;left:30px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
    .sct-sort ul {display:none;position:absolute;border:1px solid #bbb;z-index:99}
    .sct-sort li {border-top:1px solid #eee}
    .sct-sort li a {display:block;text-align:center;color:#666;background:#fff;border-color:#e9e9e9;padding:0 15px;line-height:40px; font-size: 14px;}


}
@media (max-width:767px) {
    .subpage-title .back-btn {display:none}
    .search-field form {width:80%}
    .footer-copyright span {display:none}
    .sidebar-shop-member-btn.pc-btn {display:none}
    .sidebar-shop-member-btn.mo-btn {display:block;z-index:1007}
    .sidebar-shop-member-btn {position:fixed;top:inherit;transform:inherit;bottom:15px;left:15px;width:45px;height:45px;line-height:45px;background:#4b4b4d;margin-bottom:0;font-size:1rem;border-radius:50%}
    .sidebar-shop-member-btn i {width:45px;height:45px;line-height:45px}
    .sidebar-shop-member-btn .direction-icon {display:none}
    .sidebar-shop-member-btn.active {background:#000}
    .sidebar-shop-member-btn.active i {display:none}
    .sidebar-shop-member-btn.active:before {content:"\f00d";font-family:'Font Awesome\ 5 Free';font-weight:900}

    .tab-wrap{margin-top: 2rem;}
    .tab-wrap .tabs{flex-wrap: wrap;}
    .tab-wrap .tabs li{flex: 0 0 50%;}
    .tab-wrap .tabs li a{margin-top: -1px;}
    /* .tab-wrap .tabs li a{display: block; text-align: center; padding: 7px 15px; border: 1px solid #d0d0d0; margin-left: -1px;}
    .tab-wrap .tabs li a.active{background-color: #333; color: #fff;} */
}

@media (max-width:576px) {
    .top-header-nav .member-box{padding-right: 0;}
    .main-slider {margin:0 -15px}

    .shop-main-slider .ebs-shop-basic-in .ebs-shop-basic .ebs-shop-basic-item .ebs-shop-basic-cont {padding:30px}
    
}
