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

	/* font & size - 폰트 사이트 계산은 https://nekocalc.com/px-to-rem-converter 참고해 변환 확인합니다. */
	--basic-font: 'Batang_Regular','Noto Sans KR', sans-serif;
	--en-font: 'Batang_Regular','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: .75rem; /* 12px */
}
@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: 1.1rem; /* 16px */
		--small-font-size: .875rem; /* 14px */
		--smaller-font-size: .8125rem; /* 13px */
	}
}
@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; 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; overflow: hidden; padding: 5px 20px; font-size: var(--smaller-font-size); color: var(--primary-color-dark); border-width: 0 2px 2px 2px; border-style: solid; border-color: var(--primary-color-dark);} 
.btn-more a:before, .btn-more a:after {content: ""; position: absolute; top: 0; height: 2px; background: var(--primary-color-dark);} 
.btn-more a:before {left: 0; width: 7%;} 
.btn-more a:after {right: 0; width: 83%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease} 
.btn-more a:hover:after {width: 100%} 
.btn-more.btn-wht a {border-color: var(--body-color); color: var(--body-color)} 
.btn-more.btn-wht a:before, .btn-more.btn-wht a:after {background-color: var(--body-color);} 
@media(min-width:992px) {
	.btn-more a {padding: 8px 25px;} 
} 
.offcanvas-backdrop {z-index: 1003;} 
/* 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 {padding-top: 0px;  } 
.wrapper-inner.box-layout {max-width: 1320px; margin: 0 auto;} 
@media (min-width:991px){ 
	.wrapper-inner {padding-top: 0px;} 
} 
/* ========== Header ========== */ 
.header {position: absolute; top: 0; left: 0; width: 100%; z-index: 999; padding: 0 15px;   transition: .3s;} 

#header-fixed.header {position: fixed;} 
#header-fixed.header.header-shadow {box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);background-color:rgb(255 255 255 / 98%);} 
.header-top { /* display: flex; */flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 20px 0;} 
@media (min-width:992px){ 
	.header {padding: 0 2rem;} 
} 
/* header logo */ 
.header-logo {position: relative;flex-grow:5} 
.header-logo a {display: block;} 
.header-logo a img {display: block; max-height: 60px;margin:0 auto} 
@media (min-width:992px){ 
	.header-logo a img {max-height: 85px;} 
} 
@media(max-width:650px){

	.header-logo{position:absolute; top:5px; left:10px}
 
}
/* top bar */ 
.top-bar {margin-left: auto;} 
.top-bar .top-bar-list {display: flex; flex-wrap: wrap;flex-direction: row-reverse;} 
.top-bar .top-bar-list li {margin-left: 12px;} 
.top-bar .top-bar-list li a, .top-bar .top-bar-list li button {display: inline-block; 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-live-mov a {background-color: var(--primary-color);} 
.top-bar .top-bar-list li.btn-live-mov a:hover {background-color: var(--primary-color-2);} 
.top-bar .top-bar-list li.btn-cart a {} 
.top-bar .top-bar-list li.btn-cart a span {display: inline-block; width: 18px; height: 18px; line-height: 18px; margin-left: -4px; font-size: var(--smaller-font-size); color: var(--white-color); border-radius: 50%; background-color: var(--primary-color-light);} 
@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;} 
} 
/* nav-bar */ 
.gnb-wrap .gnb .gnb-nav {padding: 0; list-style: none;} 
/* gnb - mobile */ 
@media (max-width:991px){ 
	.gnb-wrap .gnb {position: fixed; top: 0; right: -100%; z-index: 2; overflow-y: auto; -webkit-overflow-scrolling: touch; width: 85%; height: 100vh; padding-bottom: 20px; background-color: var(--body-color); box-shadow: 1px 3px 6px rgb(0 0 0 / 32%); transition: .3s ease-out;} 
	.gnb-wrap .gnb.act {right: 0;} 
	.gnb-wrap .gnb .mobile-box {padding: 20px 25px 5px 30px;} 
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger {position: absolute; top: 15px; right: 20px;} 
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger a {display: block; width: 30px; height: 30px; line-height: 30px; font-size: var(--h2-font-size); text-align: center;} 
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger img {width: 24px;} 
	.gnb-wrap .gnb .mobile-box .login-box ul {display: flex; flex-wrap: wrap; padding: 0 30px 10px 0; list-style: none; border-bottom: 2px solid var(--primary-color) !important;} 
	.gnb-wrap .gnb .mobile-box .login-box ul li {margin-right: 20px;} 
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child {margin-right: 0;} 
	.gnb-wrap .gnb .mobile-box .login-box ul li a {display: block; position: relative; font-size: var(--smaller-font-size);} 
	.gnb-wrap .gnb .mobile-box .login-box ul li a:after {content: ""; display: block; position: absolute; top: 50%; right: -10px; width: 1px; height: 10px; margin-top: -5px; background-color: var(--body-color-deep);} 
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child a:after {display: none;} 
	.gnb-wrap .gnb .gnb-nav {padding: 0 25px 0 30px;} 
	.gnb-wrap .gnb .gnb-nav > li:last-child {border-bottom: 0 none;} 
	.gnb-wrap .gnb .gnb-nav > li > a {display: block; padding: 8px 0; font-size: var(--small-font-size); font-weight: 700; color: var(--text-color);} 
	.gnb-wrap .gnb .gnb-nav > li > a:after {display: none;} 
	.gnb-wrap .gnb .gnb-nav > li.active > a {color: var(--primary-color); background: none;} 
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open {opacity: .5; position: absolute; top: 1px; right: 0; width: 30px; height: 38px; line-height: 38px; margin: 0; padding: 0; text-align: center; border: 0 none; z-index: 9} 
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open.show {opacity: 1;} 
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open:before {content: ""; display: block; width: 100%; height: 100%; background-image: url("../image/icons/add-line.png"); background-repeat: no-repeat; background-position: center;} 
	.gnb-wrap .gnb .gnb-nav > li > ul {float: none; position: relative !important; transform: translate(0,0) !important; width: 100%; margin: 0; padding: 0; border: 0 none; box-shadow: none; background-color: var(--body-color-deep);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li {border-bottom: 1px solid var(--white-color);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child {border-bottom: 0 none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 12px; font-size: var(--smaller-font-size); color: var(--text-color);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover {background: none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: var(--primary-color); background: none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important; float: none; position: relative; width: 100%; padding: 0 20px 10px; margin: 0; border: 0 none; box-shadow: none; background: none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {position: relative; padding: 3px 10px 3px 15px; font-size: var(--smaller-font-size); color: var(--text-color);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:after {content: ""; display: block; position: absolute; top: 50%; left: 2px; transform:translateY(-50%); width: 7px; height: 7px; border-left: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {color: var(--primary-color); background: none;} 
	.category-nav {margin-top: 10px; padding: 0 25px;} 
	.category-nav ul {display: flex; flex-wrap: wrap; border-top: 1px solid var(--border-color-light); border-left: 1px solid var(--border-color-light);} 
	.category-nav ul li {flex: 0 0 auto; width: 50%; border-bottom: 1px solid var(--border-color-light); border-right: 1px solid var(--border-color-light);} 
	.category-nav ul li a {display: block; padding: 5px; font-size: var(--smaller-font-size); text-align: center;} 
} 
/* gnb - pc */ 
@media (min-width:992px){ 
	.gnb-wrap .gnb {   position: relative;} 
	.gnb-wrap .mobile-box {display: none;} 
	.gnb-wrap .gnb .gnb-nav {display: flex; flex-wrap: wrap;justify-content:space-around} 
	.gnb-wrap .gnb .gnb-nav > li {padding: 0 20px 0 0;} 
	.gnb-wrap .gnb .gnb-nav > li > a {display: block; padding: 0 0 20px; line-height: 30px; font-size: var(--normal-font-size); font-weight: 700; color: var(--text-color);} 
	.gnb-wrap .gnb .gnb-nav > li > a.cate-dropdown-open {display: none;} 
	.gnb-wrap .gnb .gnb-nav > li > a:hover, .gnb-wrap .gnb .gnb-nav > li.active > a {color:var(--primary-color)} 
	.gnb-wrap .gnb .gnb-nav > li > a::after {display: none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul {display: block; left: -5%; opacity: 0; visibility: hidden; min-width: 150px; padding: 5px 30px; background-color: var(--body-color); border: 0 none; -webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 6%); box-shadow: -1px 2px 19px 3px rgb(14 0 40 / 6%); -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -o-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease} 
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 0; font-size: var(--small-font-size); color: var(--text-color); background: none;} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child > a {border: 0 none} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: var(--primary-color); background: none} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--text-color-light);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important; position: relative; top: inherit; left: inherit; min-width: 100%; padding: 0 10px 5px; margin-bottom: 10px; border: 0 none; border-left: 1px solid var(--body-color-deep); background-color: var(--body-color); box-shadow: 0 0 0 var(--white-color);} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 5px 0 0; font-size: var(--smaller-font-size); color: var(--text-color); background: none} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li:last-child > a {border-bottom: 0 none} 
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {background: none; color: var(--primary-color);} 
	.category-nav ul {display: flex; justify-content: flex-end;} 
	.category-nav ul li {margin-left: 20px;} 
	.category-nav ul li a {display: block;line-height: 30px; font-size: var(--small-font-size); font-weight: 300; transition: .3s;} 
	.category-nav ul li a:hover {color: var(--primary-color);} 
	.category-nav ul li.last-link a {padding:0 12px;font-size:var(--smaller-font-size);color:var(--white-color);background-color:var(--primary-color);border-radius:15px;}
	.category-nav ul li.last-link a:hover {background-color:var(--primary-color-dark);}
} 
/*---------- 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);} 
/* --- 검색 모달 --- */ 
/* 입력창 */ 
.contents-modal .input-button {position: relative} 
.contents-modal .input-button input[type="text"] {width: 100%; padding: 6px 12px; font-size: var(--smaller-font-size); color: var(--text-color-light); background-color: var(--body-color); border: 0 none !important; border-bottom: 1px solid var(--input-color) !important; border-radius: 5px;} 
.contents-modal .input-button .button {position: absolute; right: 0; top: 0; padding: 0 10px; height: 32px; line-height: 32px; background: none; border: 0 none} 
.contents-modal .input-button .button input {position: absolute; top: 0; right: 0; padding: 0; opacity: 0; cursor: pointer} 
.contents-modal .input-button .button img {max-width: 20px; vertical-align: sub;} 
/* bottom */ 
.contents-modal .modal-box .contnets-bottom {margin-top: 15px; text-align: center} 
.contents-modal .modal-box .contnets-bottom button {border: 0 none; position: relative; display: inline-block; overflow: hidden; padding: 5px 20px; letter-spacing: 2px; font-size: var(--smaller-font-size); color: var(--text-color); background: none; border-width: 1px; border-style: solid; border-color: var(--text-color); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease} 
.contents-modal .modal-box .contnets-bottom button span {position: relative; z-index: 1;} 
.contents-modal .modal-box .contnets-bottom button:hover {color: var(--white-color); background-color: var(--text-color);} 
@media(max-width:767px) {
	.contents-modal .modal-box {width: 300px; margin: 1.75rem auto;} 
	.contents-modal .modal-box .modal-content {padding: 10px} 
	.contents-modal .modal-box .modal-content h4 {margin-bottom: 10px; font-size: var(--h3-font-size); line-height: 30px} 
	.contents-modal .input-button input[type="text"] {height: 50px; font-size: var(--normal-font-size);} 
	.contents-modal .input-button .button {font-size: var(--h3-font-size);} 
	.contents-modal .modal-box .contnets-bottom {margin-top: 20px} 
} 
/* --- 멤버 모달 --- */ 
.contents-modal .modal-box .member-list {display: flex; justify-content: space-around;} 
.contents-modal .modal-box .member-list li {text-align: center} 
.contents-modal .modal-box .member-list li a {display: block; width: 70px; padding: 12px 0; background-color: var(--body-color); border-radius: 5px; transition: .3s;} 
.contents-modal .modal-box .member-list li a:hover {box-shadow: 3px 3px 7px rgba(0,0,0,.2);} 
.contents-modal .modal-box .member-list li a img {display: block; width: 20px; margin: 0 auto; opacity: .85; transition: 0.3s;} 
.contents-modal .modal-box .member-list li a span {font-size: .75rem; color: var(--text-color)} 
.contents-modal .modal-box .member-list li a:hover img {opacity: 1;} 
@media(max-width:767px) {
	.contents-modal .modal-box .member-list li a {width: 70px;} 
	.footer-btm  > .container{display:block}
	.footer-btm .footer-btm-1{width:100%}
	.footer-btm .footer-btm-2{width:100%}
} 
/* ========== footer ========== */ 
.footer {background-color:#e9e9e9}
 .footer-btm > .container{display:flex;} 

.footer-btm-1 {width:50%; padding: 10px 0; border-top: 1px solid var(--border-color-light); border-bottom: 1px solid var(--border-color-light);} 
.footer-btm-1 .footer-btm-1-inner h4 {margin: 0 0 5px; font-size: var(--h3-font-size); font-weight: 700;} 
.footer-btm-1 .footer-btm-1-inner ul {display: flex; padding: 0; list-style: none;} 
.footer-btm-1 .footer-btm-1-inner ul li {margin-right: 10px;} 
.footer-btm-1 .footer-btm-1-inner ul li a {font-size: var(--smaller-font-size);} 
@media (min-width:992px){ 
	.footer-btm-1 {padding: 20px 0;} 
	.footer-btm-1 .footer-btm-1-inner {display: flex; flex-wrap: wrap; align-items: center;} 
	.footer-btm-1 .footer-btm-1-inner h4 {margin: 0 20px 0 0;} 
	.footer-btm-1 .footer-btm-1-inner ul li a {color: var(--color-text-light); transition: .3s;} 
	.footer-btm-1 .footer-btm-1-inner ul li a:hover {text-decoration: underline; color: var(--color-text);} 
} 

.footer-mid .item {width: 100%; padding: 20px 0; border-bottom: 1px solid var(--border-color-light);} 
.footer-mid .item.info {border-bottom: 0 none;} 
.footer-mid .item h4 {position: relative; margin: 0 0 15px; font-size: var(--normal-font-size); font-weight: 700;} 
.footer-mid .info  .footer-logo {  width:60px;height:auto} 
.footer-mid .customer .footer-tel strong {display: block; line-height: 1em; font-size: var(--h2-font-size); color: var(--primary-color);} 
.footer-mid .customer .footer-tel small {display: block; color: var(--color-border);} 
.footer-mid .customer .footer-email {margin-bottom:15px} 
.footer-mid .customer .footer-email a:hover {text-decoration:underline;color:var(--color-text)} 
.footer-mid .customer .footer-cc-link {display: flex;} 
.footer-mid .customer .footer-cc-link li {margin-right: 10px;} 
.footer-mid .customer .footer-cc-link li a {display:block;width:90px;padding:3px 5px;font-size:var(--smaller-font-size);text-align:center;border:1px solid var(--text-color);-webkit-transition:.3s;-moz-transition:.3s;transition:.3s} 
.footer-mid .customer .footer-cc-link li a:hover {color:var(--white-color);background-color:var(--text-color)} 
.footer-mid .bank h6 {margin-top: 10px;} 
.footer-mid .bank ul li span, .footer-mid .bank h6 span {color:var(--primary-color-dark)} 
.footer-mid .info .footer-info-content address {margin-bottom: 0; word-break: keep-all;} 
.footer-mid .info .footer-info-content span {display: block; position: relative;   font-size: var(--normal-font-size);} 
.footer-mid .info .footer-info-content span i {position: absolute; left: 0; top: 5px; width: 15px; height: 15px; line-height: 15px; text-align: center; color: var(--border-color);} 
.footer-mid .info .footer-info-content .footer-info-email {margin: 5px 0 ;} 

@media (min-width:768px){ 
	.footer-mid .row > .col-xl-3 {display: flex;} 
	.footer-mid .item.footer-latest {border-bottom: 0 none;} 
} 
@media (min-width:1200px){ 
	.footer-mid {padding: 30px 0 0px 0;} 
	.footer-mid .item {position: relative; height: 100%; padding: 20px; border-bottom: 0 none;  } 
	.footer-mid .item.customer {  } 
	.footer-mid .item h4 {margin-bottom: 20px;} 
	.footer-mid .customer .footer-tel strong {margin-bottom: 5px;} 
	.footer-mid .customer .footer-email {margin-top: 10px;} 
	.footer-mid .bank ul li span, .footer-mid .bank h6 span {margin-left: 5px;} 
	.footer-mid .info .footer-info-content .footer-info-email a:hover {text-decoration: underline; color: var(--text-color);} 
} 
@media (min-width:1200px){ 
	.footer-mid .info .footer-info-content span {display: block; margin: 5px 0;}
} 
.footer-btm-2 {width:50%; padding: 15px 0; border-top: 1px solid #ddd;} 
.footer-mid .info .sns-list  {display: flex;} 
.footer-mid .info .sns-list  li {margin-right: 10px;} 
.footer-mid .info .sns-list  li a {font-size: var(--smaller-font-size); color: var(--text-color);} 
.footer-mid .info .copyright {font-size: var(--smaller-font-size);} 
@media (min-width:992px){ 
	.footer-mid .info .sns-list  {justify-content: flex-start;} 
	.footer-mid .info .sns-list  li a:hover {text-decoration: underline;} 
	.footer-btm {display:block}
	
} 
@media(max-width:767px) {
	  
	.footer-btm  > .container{display:block}
	.footer-btm .footer-btm-1{width:100%}
	.footer-btm .footer-btm-2{width:100%}
} 
/* ========== 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;background:#454545;padding:0;margin-top:205px;} 
.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} 

@media(max-width:650px){
 
	.page-title-wrap {   margin-top: 65px; }
}
@media (min-width:651px) and (max-width:992px){
 
	.page-title-wrap {   margin-top: 125px; }
}
/*---------- 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:#cc2300} 
.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-light)} 
/* ========== index ========== */ 
.section-m-tb {margin: 2.5rem 0;/* 40px */}
.section-p-tb {padding: 2.25rem 0;/* 36px */}
.section-bgc-gray {background-color:rgb(248,248,248);} 
@media (min-width: 992px){ 
	.section-m-tb {margin: 3.75rem 0;/* 60px */}
	.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 {max-height: 40px; width: auto} 
/* 쇼핑몰 메인 타이틀 */ 
.main-heading h2 {position: relative; margin-bottom: 20px; text-align: center;} 
.main-heading h2:after {content: ""; opacity: .6; display: block; position: absolute; top: 50%; width: 100%; height: 4px; margin-top:-2px; background-color: var(--border-color-light);} 
.main-heading h2 a {display: inline-block; position: relative; z-index: 1; padding: 0 50px; font-size: var(--h3-font-size); font-family: var(--en-font); letter-spacing: .05em; background-color: var(--white-color); transition: .3s;} 
.main-heading h2 a:hover {color: var(--primary-color);} 
.main-heading h2 a span small {display: block; margin-top: 10px; font-size: var(--small-font-size); color: var(--text-color-light);} 
/* 사용자후기 */ 
.shop-main-review {padding: 2.25rem 0; background-color: rgb(248,248,248);} 
.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; border: 1px solid #eaeaea;} 
.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: #fff;} 
.review-slider-inner .item-content:before {content: ""; position: absolute; top: 0; left: 0; height: 0; width: 100%; background: #f8f8f8; border-radius: 0 0 50% 50% !important; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease} 
.review-slider-inner .item-in:hover .item-content:before {height: 190%} 
.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(--smaller-font-size); color: var(--primary-color)} 
.review-slider-inner .item-content h5 {margin: 10px 0 5px} 
.review-slider-inner .item-content h5 a {font-size: var(--small-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-inner .splide__arrow--next, .review-slider-inner .splide__arrow--prev {top: inherit; bottom: -73px; width: 30px; height: 30px; background: none; border: 2px solid #333; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease} 
.review-slider-inner .splide__arrow--next {right: 10px; z-index: 1} 
.review-slider-inner .splide__arrow--prev {left: 10px; z-index: 1} 
.review-slider-inner .splide__arrow--next:hover, .review-slider-inner .splide__arrow--prev:hover {background: #333} 
.review-slider-inner .splide__arrow--next:before, .review-slider-inner .splide__arrow--prev:before {content: ""; display: block; opacity: 1; position: absolute; top: 50%; width: 12px; height: 12px; margin-top: -6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); transition: 0.3s} 
.review-slider-inner .splide__arrow--next:before {right: 10px; border-right: 2px solid #333; border-top: 2px solid #333} 
.review-slider-inner .splide__arrow--prev:before {left: 10px; border-left: 2px solid #333; border-bottom: 2px solid #333} 
.review-slider-inner .splide__arrow--next:hover:before, .review-slider-inner .splide__arrow--prev:hover:before {border-color: #fff} 
@media (min-width:992px){ 
	.shop-main-review {padding: 3.25rem 0;} 
}

/*---------- Counsel Btn ----------*/
.counsel-btn {display:block;position:fixed;bottom:70px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#f32804;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000}


 