:root {/* 가상 클래스를 이용해 변수를 선언하고 동일하게 적용 및 변경이 가능합니다. */
	/* color */
	--primary-color: #ff9e80;
	--primary-color-dark: #c96f53;
	--primary-color-light: #ffd0b0;
	--text-color: #333;
	--text-color-light: #707070;
	--title-color: #37464f;
	--border-color: #919ea1;
	--border-color-light: #ddd;
	--body-color: #fff;
	--body-color-deep: #f5f5f5;
	--body-color-bage: #FFF8EC;
	--white-color: #fff;
	--black-color: #000;
	--input-color: #f6f9f9;

	/* font & size - 폰트 사이트 계산은 https://nekocalc.com/px-to-rem-converter 참고해 변환 확인합니다. */
	--basic-font: 'Noto Sans KR', sans-serif;
	--en-font: 'Montserrat', 'Noto Sans KR', sans-serif;
	--biggest-font-size: 1.5rem;/* 24px */
	--h1-font-size: 1.25rem;/* 20px */
	--h2-font-size: 1.125rem;/* 18px */
	--h3-font-size: 1rem;/* 16px */
	--normal-font-size: .9375rem;/* 15px */
	--small-font-size: .8125rem;/* 13px */
	--smaller-font-size: .688rem;/* 11px */
}
@media (min-width: 768px) {
	:root {
		--biggest-font-size: 2.5rem;/* 40px */
		--h1-font-size: 1.5rem;/* 24px */
		--h2-font-size: 1.25rem;/* 20px */
		--h3-font-size: 1rem;/* 16px */
		--normal-font-size: 1rem;/* 16px */
		--small-font-size: .875rem;/* 14px */
		--smaller-font-size: .75rem;/* 12px */
	}
}
@media (min-width: 992px) {
	:root {
		--biggest-font-size: 4rem;/* 64px */
		--h1-font-size: 2.25rem;/* 36px */
		--h2-font-size: 1.75rem;/* 28px */
		--h3-font-size: 1.25rem;/* 20px */
	}
}

/* ========== base ========== */
html {scroll-behavior: smooth;}
body {margin: 0;padding: 0 !important;font-size: var(--normal-font-size);background-color: var(--body-color);}
.en-font {font-family: var(--en-font);}
body.modal-open {padding: 0 !important}
p, li {word-break: keep-all}
ul {margin-bottom: 0}
strong {font-weight: 700;}
.transition-03 {-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;}
.color-primary {color: var(--primary-color);}
/* 버튼 스타일 */
.btn-more a {position: relative;z-index: 1;display: inline-block;padding: 5px 20px;font-size: 11px;color: var(--white-color);background-color:var(--black-color);}
.btn-more a:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;border:3px solid var(--black-color);transition: 0.3s linear;}
.btn-more a:hover:before {top: -6px;right: -6px;bottom: -6px;left: -6px;}
.btn-more.btn-wht a {color: var(--black-color);background-color: var(--white-color)}
.btn-more.btn-wht a:before {border-color: var(--white-color);}
@media(min-width:992px) {
	.btn-more a {padding: 7px 25px;}
}
/* border radius tl br */
.b-tl-br-radius-l {overflow:hidden;border-top-left-radius:30px;border-bottom-right-radius:60px;}
.b-tl-br-radius-m {overflow:hidden;border-top-left-radius:20px;border-bottom-right-radius:40px;}
.b-tl-br-radius-s {overflow:hidden;border-top-left-radius:10px;border-bottom-right-radius:20px;}
/* shop badge */
.shop-rgba-dark {background:#79616f !important}
.shop-rgba-yellow {background:#eab595 !important}
.shop-rgba-red {background:#d87f81 !important}
.shop-rgba-green {background:#7e9680 !important}
.shop-rgba-purple {background:#ae6378 !important}
/* 마우스오버 애니메이션 */
.hvr-act > a {display: block;position: relative}
.hvr-act > a:after {content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff}
.hvr-act > a:hover:after {animation: hovereffect 1s}
@keyframes hovereffect {
	0% {opacity: 0;width: 80%;height: 80%;}
	50% {opacity: .2;width: 100%;height: 100%;}
	100% {opacity: 0;width: 100%;height: 100%;}
}
/* 편집 버튼 */
.btn-edit-admin {position:fixed;top:230px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);z-index:1100}
/* ========== wrapper ========== */
#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}
.wrapper {position: relative;overflow: hidden;}
.wrapper-inner {background-color: var(--body-color);}
.wrapper-inner.box-layout {max-width: 1320px;margin: 0 auto;}
.header-sticky-space {padding-top: 70px;}
/* ========== Header ========== */
.header {position: absolute;top: 0;left: 0;width: 100%;z-index: 1002;background-color: var(--body-color);}
.header-inner {background-color: var(--primary-color-light);}
.header-inner .header-top,
.header-inner .header-btm {position: relative;padding: 0 15px;}
.header-inner .header-top {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.header-inner .header-btm {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;transition: box-shadow ease-in-out .2s, padding-left linear .2s;}
.header .header-btm .header-btm-logo {display: none;}
@media (max-width:991px){
	.header#header-fixed {position: fixed;}
	.header-sticky-space#header-fixed-space {padding-top: 70px;}
	.header-inner {display: flex;flex-wrap:wrap;}
	.header-inner .header-top,
	.header-inner .header-btm {flex:0 0 auto;width:50%}
}
@media (min-width:992px){
	.header-inner .header-top,
	.header-inner .header-btm {padding: 0 30px;}
	/* header fixed - 상단 메뉴 고정 */
	.header-sticky-space {padding-top: 125px;}
	.header-sticky-space#header-fixed-space.header-fixed-trans {padding-top: 70px;}
	.header#header-fixed.header-fixed-trans .header-btm {position: fixed;top: 0;left: 0;width: 100%;z-index: 999;padding-left:200px;background-color: var(--primary-color-light);box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%);}
	.header#header-fixed .header-btm .header-btm-logo {display: block;position: absolute;top: 50%;transform:translateY(-50%);left: -200px;transition: linear .2s;}
	.header#header-fixed.header-fixed-trans .header-btm .header-btm-logo {left: 30px;}
	.header#header-fixed .header-btm .header-btm-logo img {height:20px;}
}

/* header logo */
.header-logo {position: relative;padding: 20px 0;}
.header-logo a {display: block;}
.header-logo a img {display: block;height: 25px;width:auto;}
@media (min-width:992px){ 
	.header-logo {display: flex;padding-bottom: 10px;}
}
@media (min-width:1200px){ 
	.header-logo {flex:0 0 auto;width: 15%;}
}
.header-top-menu {display: none;}
@media (min-width:992px){
	.header-top-menu {display: block;flex:0 0 auto;}
	.header-top-menu ul {display: flex;justify-content: flex-end;padding: 20px 0 10px;}
	.header-top-menu ul li {margin-left: 15px;}
	.header-top-menu ul li a {display: block;line-height: 25px;font-size: var(--smaller-font-size);font-family:var(--en-font);transition: .3s;}
	.header-top-menu ul li a:hover {color: var(--primary-color-dark);}
	.header-top-menu ul li.last-link a {padding:0 12px;font-size: var(--smaller-font-size);font-weight: 400;color:var(--white-color);background-color:var(--primary-color);border-radius:15px;}
	.header-top-menu ul li.last-link a:hover {background-color:var(--primary-color-dark);}
}

.navbar-mobile-toggler {display:none}
@media (max-width:991px) {
    .top-header-mobile-btn {display:block;position:absolute;top:12px;left:10px}
    .navbar-mobile-toggler {display:block;position:fixed;bottom:15px;right:15px;width:45px;height:45px;line-height:45px;border:0;background-color:#2d343d;margin-bottom:0;font-size:1rem;color:#fff;border-radius:50%;z-index:1000}
}
@media (max-width:576px) {
    .top-header-nav li {margin-right:5px}
}

/* navbar */
.navbar {padding:0}
.navbar-nav li {position:relative;list-style:none}
.navbar-nav a,.navbar-toggler {color:#151515}
.navbar-nav>li>.nav-link {font-weight:500;font-size:1.125rem;padding:16px 10px !important}
.navbar-nav>li>.nav-link.active {color:#c96f53}
.navbar-nav>li>.nav-link:hover {color:#c96f53}
.navbar-nav .search-menu {position:absolute;top:0;right:0}
.navbar-nav>.nav-empty {font-size:.8125rem;padding:18px 10px !important;color:#151515}
.navbar-nav>.nav-empty>a {color:#c96f53;padding:0}
.navbar-nav>li.dropdown-mega-menu>.nav-link {position:absolute;top:0;right:0;font-size:1.25rem;padding:15px 18px !important;border-left:1px solid rgba(0,0,0,0.15);border-right:1px solid rgba(0,0,0,0.15)}
.navbar-nav>li>.pc-search-btn {font-size:1.125rem;padding:16px 10px !important}
.navbar-nav .dropdown-toggle::after {border:0 none;font-family:'Font Awesome\ 5 Free';content:"\f0d7";font-weight:900;height:auto;line-height:normal;margin-left:5px;vertical-align:middle;width:auto;color:#b5b5b5;font-size:.75rem}
.navbar-nav .dropdown-toggle:only-child::after {display:none}
.navbar-nav .dropdown-mega-menu .dropdown-toggle::after {display:none}
.navbar-nav .dropdown-menu {background-color:#ffefe4;border:1px solid rgba(0,0,0,0.7);border-radius:0;margin:0;min-width:12rem;padding:8px 0;top:120%;display:inherit;opacity:0;visibility:hidden;transition:all 0.2s ease-in-out}
.navbar-nav .dropdown-menu .dropdown-toggler::after {position:absolute;right:10px;top:10px}
.navbar-nav .dropdown:hover>.dropdown-menu {z-index:10;top:100% !important;opacity:1;visibility:visible}
.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:5px 25px 5px 15px !important;color:#000;font-size:1rem}
.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:#c96f53}
.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-mega-menu .dropdown-menu {right:0}
.navbar-nav .mega-menu-col {border-right:1px solid #e5e5e5;flex:0 0 auto;width:20% !important}
.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 {border-top:1px solid #e5e5e5;padding-top:20px;margin-top:15px}
.navbar-nav .mega-menu-col h5 a {display:block;padding:5px 15px 10px !important;font-size:1.125rem;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:#000}
.navbar-nav .mega-menu-col .mega-menu-item {position:relative;padding:5px 15px;display:block;width:100%;clear:both;font-weight:400;font-size:1rem;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 #c5c5c5;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}
@media (min-width:992px) {
    .navbar {z-index:20}
    .navbar-nav {max-height:59px}
}
@media (max-width:1199px) {
    .navbar-nav>li>.nav-link {padding:25px 7px !important}
}
@media (max-width:991px) {
    .navbar {height:0}
}
/* sidebar nav (mobile) */
.sidebar-left .sidebar-member-menu, .sidebar-left .sidebar-mobile-menu {display:none}
@media (max-width:991px) {
    .sidebar-left.offcanvas {position:fixed;bottom:0;z-index:1004;display:flex;flex-direction:column;max-width:100%;width:300px;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:20px}
    .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}
    /* nav */
    .sidebar-left .navbar-nav {position:relative;margin:0;float:none;border-bottom:1px solid #e5e5e5}
    .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}
    .sidebar-left .navbar-nav > li > a {line-height:42px;padding:0 15px !important;font-size:.9375rem;color:#000}
    .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:first-child > a {border-top:1px solid transparent}
    .sidebar-left .navbar-nav > li > .nav-link.active {color:#3949ab}
    .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;border-left:1px solid #f0f0f0;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:#3949ab}
    .sidebar-left .navbar-nav .dropdown > a:after {display:none}
    .sidebar-left .navbar-nav .dropdown-menu {position:relative;border:0;float:none;width:auto;margin:0;padding:0;box-shadow:none;background-color:transparent;display:none}
    .sidebar-left .navbar-nav .dropdown-menu:after {content:"";position:absolute;top:10px;bottom:10px;left:20px;width:1px;background:#e5e5e5}
    .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:11px;height:11px;transform:translateY(-50%);border:2px solid #a5a5a5;border-radius:50%;background:#fff;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 {background:#e5e5e5;color:#000;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}
    .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;font-weight:500}
    .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}
}

/* top bar */
.top-bar {margin-left: auto;}
.top-bar .top-bar-list {display: flex;flex-wrap: wrap;padding: 20px 0;}
.top-bar .top-bar-list li {margin-left: 10px;}
.top-bar .top-bar-list li a, .top-bar .top-bar-list li button {display:flex;align-items:center;height: 30px;line-height: 30px;text-align: center;border: 0 none;background: none;transition: .3s ease-out;}
.top-bar .top-bar-list li img {width: 24px;}
.top-bar .top-bar-list li.btn-cart a span {display: inline-block;width: 18px;height: 18px;line-height: 18px;font-size: var(--smaller-font-size);color: var(--white-color);border-radius: 50%;background-color: var(--primary-color);}
@media (max-width:991px){
	.top-bar .top-bar-list li {margin-left: 8px;}
	.top-bar .top-bar-list li img {width: 22px;}
}
@media (min-width:992px){ 
	.top-bar {margin-left: 0;}
	.top-bar .top-bar-list li {margin-left: 15px;}
	.top-bar .top-bar-list li.mobile-nav-trigger {display: none;}
	.top-bar .top-bar-list li a {font-size: var(--h3-font-size);}
	.top-bar .top-bar-list li img {width: 21px;opacity: .8;transition: .3s;}
	.top-bar .top-bar-list li a:hover img {opacity: 1;}
}
@media (min-width:992px){
	.top-bar {display: flex;justify-content:flex-end;flex:0 0 auto;width:30%;}
}
@media (min-width:1300px){
	.top-bar {flex:0 0 auto;width:15%}
}

/*---------- Modal ----------*/
.contents-modal .modal-box .modal-content {position: relative;padding: 15px;background-color: var(--body-color-deep);box-shadow: 0 0 0 var(--white-color);}
.contents-modal .modal-box .modal-content h4 {position: relative;margin: 0 0 20px;font-size: var(--normal-font-size);text-align: center;color: var(--text-color);}
.theme-offcanvas .offcanvas-header {margin-bottom: 10px;border-bottom:1px solid var(--border-color-light);}
/* --- 검색 모달 --- */
/* 입력창 */
.theme-offcanvas .search-contents .input-button {position: relative}
.theme-offcanvas .search-contents .input-button input[type="text"] {width: 100%;padding: 12px 12px;font-size: var(--normal-font-size);color: var(--text-color-light);background-color: var(--body-color);border: 4px solid var(--border-color) !important;transition:.3s;}
.theme-offcanvas .search-contents .input-button input[type="text"]:focus {border-color: var(--primary-color) !important;}
.theme-offcanvas .search-contents .input-button .button {position: absolute;right: 4px;top: 0;padding: 0 12px;height: 52px;line-height: 52px;background: none;border: 0 none}
.theme-offcanvas .search-contents .input-button .button input {position: absolute;top: 0;right: 0;padding: 0;opacity: 0;cursor: pointer}
.theme-offcanvas .search-contents .input-button .button img {max-width: 20px;vertical-align: sub;}
@media(max-width:767px) {
	.theme-offcanvas.offcanvas {width:360px;}
}
/* --- 멤버 모달 --- */
.theme-offcanvas .member-list {display: flex;justify-content:space-between;}
.theme-offcanvas .member-list li {flex:0 0 auto;width:32%;}
.theme-offcanvas .member-list li a {display: flex;flex-wrap:wrap;align-items:center;padding: 6px 8px;background-color:var(--border-color);transition: .3s;}
.theme-offcanvas .member-list li a:hover {background-color:var(--black-color);box-shadow: 3px 3px 7px rgba(0,0,0,.2);}
.theme-offcanvas .member-list li a img {display: inline-block;width: 16px;}
.theme-offcanvas .member-list li a span {display: inline-block;margin-left:7px;padding: 0 7px;font-size: 11px;color: var(--white-color);border-left:1px solid rgba(255,255,255,.5);}
/* --- 최근본상품, 장바구니, 위시리스트 --- */
.theme-offcanvas .shop-member-box {position:relative;margin-bottom:15px}
.theme-offcanvas .shop-member-box .shop-member-box-title {position:relative;padding-bottom:7px;margin:20px 0 15px;font-size: 13px;font-weight: 700;color:var(--text-color);border-bottom: 2px solid var(--border-color-light);}
.theme-offcanvas .shop-member-box .shop-member-box-title span {display: inline-block;width: 20px;height: 20px;line-height: 20px;margin-left: 5px;font-size: 11px;font-weight: 400;text-align: center;color:var(--white-color);background-color:var(--primary-color);border-radius:50%;}
.theme-offcanvas .shop-member-box .panel .panel-heading {background-color:transparent;border:0;padding:0}
.theme-offcanvas .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}
.theme-offcanvas .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}
.theme-offcanvas .shop-member-box .panel .panel-body {border:0;padding:0}
.theme-offcanvas .shop-member-box .op-area {margin:10px 0;}
.theme-offcanvas .shop-member-box .op-area h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box .op-area li {position:relative;min-height:55px;padding-left:65px;margin-bottom:5px}
.theme-offcanvas .shop-member-box .op-area li a {font-size:var(--smaller-font-size)}
.theme-offcanvas .shop-member-box .op-area li .prd-img {position:absolute;top:0;left:0px;}
.theme-offcanvas .shop-member-box .op-area li .prd-img img {max-width: 50px;height:auto}
.theme-offcanvas .shop-member-box .op-area li .prd-name {display:block;font-weight:700;font-size:var(--small-font-size)}
.theme-offcanvas .shop-member-box .op-area li .prd-cost {display:block;font-weight:700;color:#cc2300;margin:3px 0 0;font-size:var(--smaller-font-size)}
.theme-offcanvas .shop-member-box .op-area .li-empty {padding:30px 0;padding-left:0;color:#959595;border-bottom:0;text-align:center;min-height:inherit}
.theme-offcanvas .shop-member-box #stv {position:relative}
.theme-offcanvas .shop-member-box #stv_pg {display:block;;text-align:center;margin:10px 0 0;line-height:20px;font-size:var(--small-font-size)}
.theme-offcanvas .shop-member-box .stv-item {display:none;padding:0 9px;word-break:break-all}
.theme-offcanvas .shop-member-box #up {position:absolute;bottom:5px;left:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #up span {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box #down {position:absolute;bottom:5px;right:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #down span {position:absolute;font-size:0;line-height:0;overflow:hidden}
/* ========== footer ========== */
.footer-inner .footer-top {padding:60px 0;border-top:1px solid var(--border-color-light);}
.footer-inner .footer-top .footer-top-box h4 {display: inline-block;padding: 10px;margin-bottom:20px;font-size:var(--normal-font-size);font-weight:700;border-top:1px solid var(--text-color);border-bottom:1px solid var(--text-color);}
.footer-inner .footer-top .footer-customer .phone-num {margin-bottom: 15px;}
.footer-inner .footer-top .footer-customer .phone-num strong {display: block;font-size:var(--h1-font-size);}
.footer-inner .footer-top .footer-customer .phone-num small {font-size:var(--small-font-size);}
.footer-inner .footer-top .footer-customer .footer-btn a {display: inline-block;padding:5px 10px;font-size:var(--normal-font-size);border-bottom:1px solid var(--text-color-light);transition:.3s;}
.footer-inner .footer-top .footer-customer .footer-btn a:hover {color:var(--primary-color-dark);border-bottom-color:var(--primary-color-dark);}

.footer-inner .footer-top .footer-bank .bank-num {margin-bottom: 10px;}
.footer-inner .footer-top .footer-bank .bank-num strong {display: block;font-size:var(--h2-font-size);}
.footer-inner .footer-top .footer-bank .bank-num small {font-size:var(--small-font-size);}
.footer-inner .footer-top .footer-bank .footer-btn {display:flex;flex-wrap:wrap;}
.footer-inner .footer-top .footer-bank .footer-btn a {display: block;position: relative;width: 140px;padding:12px 15px;font-size:var(--small-font-size);color:var(--white-color);background-color:var(--border-color);transition:.3s;}
.footer-inner .footer-top .footer-bank .footer-btn a.btn-1 {margin-right: 10px;}
.footer-inner .footer-top .footer-bank .footer-btn a:hover {background-color:var(--primary-color);}
.footer-inner .footer-top .footer-bank .footer-btn a i {position: absolute;top:50%;right: 20px;transform:translateY(-50%);transition:.3s;}
.footer-inner .footer-top .footer-bank .footer-btn a:hover i {right:15px}

.footer-inner .footer-top .footer-info address {margin-bottom: 0;}
.footer-inner .footer-top .footer-info address ul li {margin-bottom: 5px;font-size: var(--small-font-size);color:var(--text-color);}
.footer-inner .footer-top .footer-info address ul li:last-child {margin-bottom: 0;}

.footer-inner .footer-btm {padding: 20px 0;background-color: var(--black-color);}
.footer-inner .footer-btm .footer-logo a img {height:20px;}
.footer-inner .footer-btm .footer-menu {display: flex;flex:wrap;}
.footer-inner .footer-btm .footer-menu li {margin-right: 7px;}
.footer-inner .footer-btm .footer-menu li a {font-size: var(--smaller-font-size);color:var(--border-color);transition:.3s;}
.footer-inner .footer-btm .footer-menu li a:hover {color:var(--primary-color-light);}
.footer-inner .footer-btm .copyright {margin-left: auto;font-size: var(--smaller-font-size);color:var(--border-color);}

@media (max-width:1199px){
	.footer-inner .footer-top .footer-bank .footer-btn a {width: 130px;}
}
@media (max-width:991px){
	.footer-inner .footer-top {padding: 30px 0;}
	.footer-inner .footer-top .footer-bank {margin: 30px 0;}
	.footer-inner .footer-btm .footer-menu {margin: 10px 0;}
}
@media (max-width:767px){
}
@media (min-width:768px){ 
}
@media (min-width:992px){
	.footer-inner .footer-btm-inner {display: flex;flex:wrap;align-items:center;}
	.footer-inner .footer-btm .footer-menu {margin-left: 10px;}
	.footer-inner .footer-btm .copyright {margin-left: auto;}
}
@media (min-width:1200px){ 
}
/* ========== main ========== */
.sub-basic-body {padding: 2.5rem 0;/* 40px */}
@media (min-width:992px){ 
	.sub-basic-body {padding: 3.75rem 0;/* 60px */}
}
/*---------- Page Title ----------*/
.page-title-wrap {position:relative;width:100%;height:70px;padding:0;background: rgb(77,90,121);
	background: linear-gradient(90deg, rgba(77,90,121,1) 0%, rgba(47,72,88,1) 50%, rgba(77,90,121,1) 100%);}
.page-title-wrap > .container {position:relative}
.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;position:absolute;top:25px;right:15px}
.page-title-wrap .sub-breadcrumb {color:#c5c5c5;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:#fff}

/*---------- Sidebar Shop 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:#3f4678;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.offcanvas {position:fixed;bottom:0;z-index:1004;display:flex;flex-direction:column;max-width:100%;width:300px;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:#ab0000;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}
@media (max-width:767px) {
    .sidebar-shop-member-btn.pc-btn {display:none}
    .sidebar-shop-member-btn.mo-btn {display:block;z-index:1000}
    .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}
}

/*---------- 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:1001;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:#3949ab}
.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:var(--primary-color)}
@media (max-width:991px) {
	.eb-backtotop {bottom:70px}
}

/* ========== index ========== */
.section-m-tb {margin: 3.125rem 0;/* 50px */}
.section-p-tb {padding: 2.25rem 0;/* 36px */}
.section-bgc-gray {background-color:var(--body-color-deep);}
@media (min-width: 992px){ 
	.section-m-tb {margin: 5rem 0;/* 80px */}
	.section-p-tb {padding: 3.25rem 0;/* 52px */}
}/* 페이지 로더 */
.page-loader {position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;background: var(--body-color);}
.page-loader .logo-loader {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}
.page-loader .logo-loader img {height: 30px;width: auto}
/* 쇼핑몰 메인 타이틀 */
.main-heading h2 {position: relative;margin-bottom:32px;font-size:var(--h1-font-size);text-align:center;font-weight: 700;transition: .3s;}
.main-heading h2 a:hover {color: var(--primary-color);}
.main-heading h2 span small {display: block;padding-top: 10px;font-size: var(--normal-font-size);font-weight: 400;color: var(--text-color-light);}

/* 사용자후기 */
.shop-main-review h2 a {background-color: rgb(248,248,248);}
.review-slider-inner {margin: 0 -10px;}
.review-slider-inner .item {padding: 0 10px;}
.review-slider-inner .item-in {position: relative;}
.review-slider-inner .item-image a {display: block;}
.review-slider-inner .item-image a img {display: block;max-width: 100%;height: auto;}
.review-slider-inner .item-content {position: relative;overflow: hidden;padding: 15px;background-color: var(--white-color);}
.review-slider-inner .item-content-in {position: relative;z-index: 1;}
.review-slider-inner .item-content .product-info {display: block;line-height: 1em;font-size: var(--small-font-size);}
.review-slider-inner .item-content h5 {margin: 10px 0 5px;}
.review-slider-inner .item-content h5 a {font-size: var(--normal-font-size);font-weight: 700;color: #333}
.review-slider-inner .item-content h5 a:hover {text-decoration: underline;}
.review-slider-inner .item-content p {overflow: hidden;height: 40px;line-height: 20px;font-size: var(--small-font-size);color: #707070;}
/* 컨트롤 좌우 */
.review-slider .slick-next,
.review-slider .slick-prev {opacity: 0;width: 40px;height: 40px; background: rgba(0,0,0,.6);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;border-radius: 50% !important;}
.review-slider .slick-next:focus,
.review-slider .slick-prev:focus {background: rgba(0,0,0,.7);}
.review-slider .slick-next:hover,
.review-slider .slick-prev:hover {background: rgba(0,0,0,.8);}
.review-slider .slick-next {right: 0;z-index: 1;}
.review-slider .slick-prev {left: 0;z-index: 1;}
.review-slider:hover .slick-next {right: 20px;opacity: 1;}
.review-slider:hover .slick-prev {left: 20px;opacity: 1;}
.review-slider .slick-next:before,
.review-slider .slick-prev:before {content: "";display: block;position: absolute;top: 50%;width: 14px;height: 14px;margin-top: -7px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);transition: all 0.3s linear;}
.review-slider .slick-next:before {right: 15px;border-right: 1px solid #eee;border-top: 1px solid #eee;}
.review-slider .slick-prev:before {left: 15px;border-left: 1px solid #eee;border-bottom: 1px solid #eee;}
@media (max-width:991px){
	.review-slider-inner .item {padding: 0 3px;}
	.review-slider-inner .item-content h5 a {font-size: var(--small-font-size);}
	.review-slider-inner .item-content p {display: none;}
}

/*========== 메인 좌측 5개 Btn ==========*/
.sidebar-box {display:block;z-index:1000;}
.sidebar-box .box-btn {width: 60px;background-color: #fff;display: flex;align-items: center;justify-content: center;position: fixed;top: 50%;left: 10px;transform: translateY(-50%);border: 1px solid #ff9e80;border-radius: 5px;overflow: hidden;z-index: 1000}
.box-btn .background-box {width: 100%;height: 31px;background-color: #E0F7FA;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0;transition: top 0.3s ease, background-color 0.3s ease, opacity 0.3s ease}
.box-btn .button-container {z-index: 2;display: flex;flex-direction: column;gap: 0;width: 100%}
.box-btn .button_cl {width: 100%;height: 31px;font-size: 14px;color: #000;background-color: transparent;border: none;cursor: pointer;position: relative;text-decoration: none;display: flex;align-items: center;justify-content: center}
.box-btn .button_cl:not(:last-child)::after {content: "";display: block;width: 100%;height: 1px;background-color: #eee;position: absolute;bottom: 0;left: 0}
@media (max-width:767px) {
    .sidebar-box {display:none}
}


/*========== Counsel Btn ==========*/
.counsel-btn {display:block;position:fixed;bottom:85px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#3f4678;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000;transform:translateY(70px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.counsel-btn.active-counsel {transform:translateY(15px)}
@media (max-width:991px) {
	.counsel-btn {bottom:139px}
}

/*========== KaKao OpenChat Btn ==========*/
.kakao-openchat-btn {display:block;position:fixed;bottom:193px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#ffeb3b;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000;transform:translateY(125px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.kakao-openchat-btn .kakaoico {position: relative; width: 30px; height: 30px; margin-top: -3px;}
.kakao-openchat-btn.active-kakao {transform:translateY(70px)}
@media (max-width:991px) {
	.kakao-openchat-btn {bottom:248px}
}