@charset "utf-8";

/* =========================== skip네비게이션 ====================================== */
#skip a{position:absolute;top:0px;left:-9999px;z-index:100;}
#skip a:focus, #skip a:active{left:0px;width:100%;text-align:center;padding:10px 0px;background:#004c80;color:#fff;font-weight:bold;}

/* =========================== 공통 레이아웃 ============================= */
div#wrap {
	position: relative;
	width:100%;
	/* height: 100%;
	max-width: 1900px; */
	word-break: keep-all;
	line-height: 1;
}

div#wrap header#header{
	width: 100%;  
	position: relative;  
	z-index: 9102;  
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: height 0.3s ease;
}

#container{	position:relative;}

div#wrap footer{
	position: relative; 
	width: 100%;
	background: #d9d9d9;
	padding: 30px 40px;
	color: rgba(0, 0, 0, .7);
}
div#wrap footer.shop{
	background: #fff; 
	border-top:1px solid #d2d2d2;
	padding: 60px 0;
}

/* =========================== 쇼핑몰 ============================= */


.header .headTop {
	background: #222;
	padding:10px 0;
}

.header .shopWrap {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.header .headTop .vendor{}
.header .headTop .vendor ul {
	display: flex;
	gap: 8px;
	align-items: center; 
}
.header .headTop .vendor li {}
.header .headTop .vendor li a,
.linkWrap a,
.now .vender p {
	display: flex;
    padding: 0 10px;
    height: 26px;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 17px;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    transition: all 0.3s;
}
.header .headTop .vendor li a img,
.linkWrap a img,
.now .vender p img{height:10px;}
.header .headTop .vendor li a.ven_101 img,
.linkWrap a.ven_101 img,
.now .vender p.ven_101 img{height:18px;}
.header .headTop .vendor li a.ven_104 img,
.linkWrap a.ven_104 img,
.now .vender p.ven_104 {height:14px;}
.header .headTop .vendor li a.ven_105 img,
.linkWrap a.ven_105 img,
.now .vender p.ven_105 {height:12px;}

.header .headTop .vendor li a.ven_101.on,
.header .headTop .vendor li a.ven_101:hover,
.linkWrap a.ven_101,
.vendor_m li a.ven_101,
.cate .ven_101,
.now .ven_101{background: #fd5e19 !important;}

.header .headTop .vendor li a.ven_102.on,
.header .headTop .vendor li a.ven_102:hover,
.vendor_m li a.ven_102,
.linkWrap a.ven_102,
.cate .ven_102,
.now .ven_102{background: #db0032 !important;}

.header .headTop .vendor li a.ven_103.on,
.header .headTop .vendor li a.ven_103:hover,
.vendor_m li a.ven_103,
.linkWrap a.ven_103,
.cate .ven_103,
.now .ven_103{background-image: linear-gradient(to top, #3eb9b1, #3261ab) !important;}

.header .headTop .vendor li a.ven_104.on,
.header .headTop .vendor li a.ven_104:hover,
.vendor_m li a.ven_104,
.linkWrap a.ven_104,
.cate .ven_104,
.now .ven_104{background: #4c6f36;}

.header .headTop .vendor li a.ven_105.on,
.header .headTop .vendor li a.ven_105:hover,
.vendor_m li a.ven_105,
.linkWrap a.ven_105,
.cate .ven_105,
.now .ven_105{background: #4c6f36 !important;}

.header .headTop .vendor li a.ven_107.on,
.header .headTop .vendor li a.ven_107:hover,
.vendor_m li a.ven_107,
.linkWrap a.ven_107,
.cate .ven_107,
.now .ven_107{background: #f50e67 !important;}

.vendor_m{width: 100%; overflow: hidden;}

.header .headTop .userMenu{
	display: flex;
	gap: 10px;
	align-items: center; 
}
.header .headTop .userMenu:before{
	content: "";
	width:1px;
    height: 12px;
    margin:2px 10px;
    background: rgba(255, 255, 255, .2);	
}

.header .headTop .userMenu a{
	display: inline-block;
    font-size: 12px !important;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 5px;
    line-height: 16px;
    transition: all 0.3s;
}
.header .headTop .userMenu a:hover{color:rgba(255, 255, 255, 1);}

/* logoWrap */
.header .logoWrap{padding: 20px 0 10px;}

.header h1{ margin-right: 70px;}
.header h1 a{
	display:block; 
	width: 197px;
	height: 32px; 
	background:url(/images/common/logo-65c8a0e028fe07c7de9d8b7f37773d5f.png)no-repeat;
	background-size: 100%;
}

.search_box { 
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
	width: 460px; 
	height: 48px; 
	background-color: #fff;
	border: 1px solid #e5e5e5; 
	border-radius: 2em;
	/* 
	overflow: hidden;
	*/
	padding: 0 25px;
	z-index: 999;
}
.search_box input { 
	width: 80%; 
	height: 100%; 
	background-color: transparent; 
	font-size: 13px;
	border: 0;
	padding:0;
}

.search_box .search_btn {
    width: 22px;
    height: 22px;
}
.search_box input::placeholder { color: #777; }

.header .rightUtil{position: absolute; top: 0;right: 60px;}
.rightUtil .top{margin: 10px 0; line-height: 24px;}
.rightUtil .userMenu{float: right; display: flex;}
.rightUtil .userMenu a{
	display:inline-block;	
	font-size:14px;
	font-weight:500;
	color:rgba(0,0,0,0.6);
	margin:0 3px;
	padding: 0 5px;
	transition:all 0.3s;
}
.rightUtil .userMenu a:hover{color:#000;}

.rightUtil .userMenu a.go{
	width: 70px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    text-align: center;
}
.rightUtil .userMenu a.go:hover{opacity:0.8;}

#tophead{}
#tophead.tophead{position: absolute; right: 3px; top: -22px;}
.textAnimation {animation:topCertify 1.0s infinite;}
@keyframes topCertify{0%{color:rgba(165, 27, 27, 1);}100%{color:rgba(165, 27, 27, 0.5);}}
@keyframes topCertify2{0%{color:rgba(165, 27, 27, 1);}100%{color:rgba(165, 27, 27, 0.5);}}

.header .headIcon{display: flex; gap:15px;}
.headIcon a{
	display: block;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 50% !important;
}
.headIcon a.sch_btn{background: #efefef url(/images/common/icon_search-00e618d3502c58f43cc6d5fc48a69db8.svg)}
.headIcon a.rep{background: #efefef url(/images/common/icon_time-d696b6b3ea21c1729ea8e82679005cff.svg)}
.headIcon a.cart{background: #efefef url(/images/common/icon_shop-9ec4c541d8962eefe210ba5d5f87a140.svg)}
.headIcon a.cart .cart_count {
    position: absolute;
    bottom: 0;
    right: -3px;
    padding: 2px 6px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #eb152b;
    font-size: 12px;
    font-weight: 600;
}

.shopGnb{
	border-top: 1px solid #eee;    
    padding: 15px 0;
    position: relative;
    margin-top: 10px;
}
.shopGnb .menu { 
  display: flex;
  align-items: center;
  width: 100%;  
}

.shopGnb .menu > ul,
.shopGnb .menu_right > ul,
.menu_etc > ul{
  display: flex;
  gap: 40px;
  align-items: center;
}

.shopGnb .menu li{}
.shopGnb .menu li a,
.shopGnb .menu_right li a{
	font-size: 16px;
	display: inline-block;
	color: rgba(0,0,0,.7);
	font-weight: 600;
	padding: 5px;
	transition-duration:0.3s;
}
.shopGnb .menu li a:hover,
.shopGnb .menu_right li a:hover{
	color: rgba(0,0,0,1);
}

.shopGnb .menu_right ul,
.menu_etc ul{gap: 25px;}
.shopGnb .menu_right li a,
.menu_etc li a{	
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	font-size: 15px;
	padding: 5px 0;
}
.shopGnb .menu_right li a.notice:before,
.menu_etc li a.notice:before{	
	display: inline-block;
	vertical-align: middle;
	transform-origin: left center;
	line-height: 0;
}
.shopGnb .menu_right li a.notice:before,
.menu_etc li a.notice:before{content: url(/images/common/icon_notice-b7bf2a4ea507ee010ce084a1455fb0b2.png);}
.shopGnb .menu_right li a.deli:before,
.menu_etc li a.deli:before{content: url(/images/common/icon_delivery-197b72bce30af23e954e1c1286d6bad8.png);}
.shopGnb .menu_right li a.event:before,
.menu_etc li a.event:before{content: url(/images/common/icon_event-2d6a14557b3a71211b5edce5fc8b2ff6.png);}
.shopGnb .menu_right li a.faq:before,
.menu_etc li a.faq:before{content: url(/images/common/icon_faq-7c0f892c0d269873524562a0f061758b.png);}

.shopGnb_m {padding:10px 20px;}
.shopGnb_m ul{display: flex; justify-content: space-between; }

/*전체메뉴*/
.shopGnb .all{	
	display: block;
    width: 18px;
    height: 16px;
	background: url(/images/common/icon_menu-e970cdbb299e73ec2f599499d577d554.png);
	margin:-2px 40px 0 0;
}
.shopGnb .all a{
	display: block;
    width: 18px;
    height: 18px;
}

.all-menu-wrap{
	display:none;
	position: absolute;
	z-index: 990;
	top:61px;
	margin-left:-15px;
}
.all-menu-wrap.show{display: block;}
.all-menu{position: relative;}
.all-menu::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
	z-index: -1;
}
.all-menu ul{display: none;}
.all-menu ul.depth1{
	display: block;
	width:230px;
	border: 1px solid rgba(0, 0, 0, .08);
	background:#fff;
	padding:10px 0;
}
.all-menu ul.depth1 > li > a{
	display: block;
	padding:0 15px;
	line-height: 35px;
	background: #fff;
	border-top: 1px solid rgba(255,255,255,0.2);
	position: relative;
}
.all-menu  ul.depth1 a svg,
.all-menu  ul.depth2 a svg{
	position: absolute;
	right: 10px;
	top:50%;
	margin-top: -8px;
}
.all-menu ul.depth1 > li:first-child > a{border-top: 0;}
.all-menu ul.depth1 > li > a > img{
	height:30px;
	margin-top: 10px;
	margin-right: 10px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(101%);
}
.all-menu ul.depth1 > li > a > p{display: inline-block;color: rgba(0,0,0,1);}
.all-menu ul.depth1 > li:hover > a{background: #f7f7f7;position: relative;}
/*.all-menu ul.depth1 > li:first-child:hover > a::after{
	content:"";
	display: block;
	width: 20px;
	height: 20px;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	right: 0;
}*/
.all-menu ul.depth1 > li:hover > a > img{filter: invert(9%) sepia(74%) saturate(6206%) hue-rotate(352deg) brightness(85%) contrast(91%);}
.all-menu ul.depth1 > li:hover > a > p{color: #8f1314;}
.all-menu ul.depth1 > li:hover ul.depth2{display: block;}
.all-menu ul.depth2{
	margin-left: 228px;
	position: absolute;
	top: 0;
	width: 230px;
	height: 100%;
	padding:10px 0;
	background: #f7f7f7;
	transition: opacity .3s;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
	border: 1px solid rgba(0, 0, 0, .08);
	overflow-y: scroll;
}

.all-menu  ul.depth2 a{
	display:block;
	line-height: 30px;
	padding:0 15px;
	position: relative;
	font-size: 14px;
	color: #555;
}
.all-menu  ul li a:hover{color:#8f1314;}
.all-menu ul.depth2 > li:hover ul.depth3{display: block;}
.all-menu  ul.depth3{
	margin-left: 230px;
	position: absolute;
	top: 0;
	width: 230px;
	height: 100%;
	padding: 0;
	background: #f7f7f7;
	transition: opacity .3s;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
	border-left: 1px solid #fff;
	padding-top: 8px;
	box-sizing: border-box;
}
.all-menu  ul.depth3 a{line-height: 35px;}

.jbFixed{
	position: fixed !important;
	top: 0px; 
	z-index: 9000; 
	box-shadow: 0 0 0 1px #eaebec, 0 4px 4px 0 rgba(0, 0, 0, .1); 
	border: 0 !important;
	width: 100%;
}
.jbFixed.header h1,
.jbFixed.header .shopGnb .menu_right{display: none;}

.jbFixed.header .headTop{padding: 7px 0;}
.jbFixed.header .headTop .vendor li a{padding: 5px 10px;}
.jbFixed.header .headTop .vendor li a,
.jbFixed.header .headTop .userMenu a{line-height: 14px;}

.jbFixed.header .logoWrap{padding: 0;}
.jbFixed.header .headIcon{
	position: absolute; 
	top: 8px; right: 50%; 
	margin-right: -700px;
	z-index: 100;
	gap: 10px;
}
.jbFixed.header .search_box{
	position: absolute;
    transform: translateX(300px);
    top: 8px;
    width: 300px;
    height: 34px;
    padding: 0 12px;
}
.jbFixed.header .search_box .search_btn{
	width: 18px;
    height: 18px;
}

.jbFixed.header .userMenu a{font-size:13px;}
.jbFixed.header .headIcon a{
	display:block; 
	width: 34px;
	height: 34px; 
	border-radius: 20px; 
	background-size: 60% !important; 
}

.jbFixed.header .shopGnb{padding: 12px 0; margin-top:0;}
.jbFixed.header .shopGnb li a{font-size: 15px;}
.jbFixed.header .all-menu-wrap{top:50px;}

.jbFixed2 {
	position: fixed;
	width: 930px !important;
	top: 0px;
	margin-top: 80px;
	z-index: 9000;
}

.pc_disNo,
.tgMuWrap{display:none;}

/* =========================== 마이오피스 ============================= */

div#wrap header#headerMy{
	position: fixed !important ;
	top: 0;
	left: 0;
	width: 15% !important ;
	height: 100% !important ;
	overflow:visible;
	background: #646c79 url(/images/common/bg_my-05860111d358e32fa625fcd435aff64d.png) no-repeat 0 45%;
	overflow-y: auto;
}

header#headerMy h1,
header#headerAdmin h1{	padding: 30px 25px 40px;}

header#headerMy h1 a,
header#headerAdmin h1 a{
	display: block;
	width: 70%;
	height: 35px;
	background: url(/images/common/logo_w-5a1108998dac8c1cfc3811c9d0c93476.png) no-repeat;
	background-size: contain;
}

div#wrap header#headerMy::-webkit-scrollbar,
div#wrap header#headerAdmin::-webkit-scrollbar{display: none;}

header#headerMy .right{display:none;}

#container.container_my{
	position: relative;
	width: 85%;
	background: #f2f2f2;
	padding: 40px;
	margin-left: 15%;
	min-height: 870px;
}

.footer_my{	width: 85% !important; 	margin-left: 15%;}

/* =========================== footer_공통 ============================= */

#footer .floL{	width:60%;}
#footer .floL .compT{font-size: 1.15rem; font-weight:500; margin-bottom:15px;}

#footer address{font-size: 1rem; line-height: 1.7rem;}
#footer.shop address{
	margin: 30px 0;
	font-size: .95rem;
    font-weight: 500;
}
#footer address span{margin-right: 10px;}

#footer .floR{	width:40%; position: relative;} 

#footer .copyright{
    font-size: .9rem;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
	margin-top:20px;
}
#footer.shop .copyright{margin-top:0;}

#footer .copyright.mo{display:none;}
#footer .copyright span{font-weight: 600;}

#footer .footerBtn{
	position:absolute; 
	bottom:-50px; 
	width:200px; 
	text-align:left; 
	border-radius: 3px;
	background: #a8a8a8;   
	transition: all 0.4s;    
	overflow: hidden;
}
#footer.shop .footerBtn{
	position: relative;
    width: auto;
    background: #fff;
    bottom: auto;
}
#footer.shop .footerBtn ul{
	display: flex;
    gap: 20px;
    justify-content: flex-end;
}
#footer.shop .footerBtn li a{
	display: inline-block;
    font-size: .95rem;
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    transition-duration:0.3s;
}
#footer.shop .footerBtn li a:hover{
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}

#footer .footerBtn .footerBtn-open{
	position: relative; 
	display:block; 
	width:100%; 
	height:35px; 
	line-height:14px;
	padding:0 15px; 	
	font-size:.95rem; 
	overflow:hidden; 
	color: rgba(255,255,255,.8);
	text-align: left;
}

.footerBtn.open {padding-top: 192px;}

.footerBtn .footerBtn-open:after{
	position:absolute;
	right: 10px;
	top:50%;
	transform:translateY(-50%);
	display: block; 
	width: 22px;
	height: 22px;
	content: url(/images/common/icon_arrow-up-41cf3d83a3fb57b5f33e1e2d04bdad0f.svg);
	filter: invert(100%);
	transition-duration:0.3s;
}

.footerBtn.open .footerBtn-open:after{top: 7px; transform: rotate(-180deg);}

.footerBtn-list{
	position:absolute; 
	bottom:35px; 
	left:0px; 
	width:100%; 
	border-bottom:0; 
	display:none; 
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 10px 15px;
}
.footerBtn-list li a{
	display:block; 
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255,255,255,.8);
	font-weight: 300;
	transition-duration:0.3s;
}

.footerBtn-list li a:hover{	color: rgba(255,255,255,1);	text-decoration: underline;}

#footer .footerCs{font-family: "Montserrat", sans-serif;}
#footer .footerCs dl{position: relative;}
#footer .footerCs dt{
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(0,0,0,.9);
	padding-left: 40px;
	line-height: 32px;
	margin-bottom: 10px;
	height: 32px;
}
#footer.shop .footerCs dt{
	font-size: 1.5rem;
	padding-left: 0;
}
#footer .footerCs dt:before{
	display: inline-block;
	content: url('/images/common/icon_cs-031715e2857315a20f2a4d7134fe59b1.svg');
	width: 32px;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}
#footer.shop dt:before{	display: none;}

#footer .footerCs dd{font-size: .95rem; line-height: 1.5;}
#footer .by{
	display: inline-block;
    background: rgba(0, 0, 0, .7) url(/images/common/logo_nb-5aaaa3bd8021c236d2788966e5bf7a15.png) no-repeat 8px 50%;
    padding: 5px 8px 6px 30px;
    margin-top: 30px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255.3);
    background-size: 18px;
}

#footer .footSns{position: absolute;top: 30px;right: 30px;display: flex;}
#footer .footSns a{display: block; margin-right: 12px;}
#footer .footSns a i{font-size: 22px; font-weight: 600; color:#999;}

#footer .logo{
	display: block;
    width: 130px;
    height: 28px;
    background: url(/images/common/logo_nb-5aaaa3bd8021c236d2788966e5bf7a15.png) no-repeat;
    background-size: cover;
    filter: grayscale(100%) opacity(0.8);
}

.popOn,
#popOn2{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
	z-index: 9999;
}

.popWrap{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

.popWrap_outo{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	transform: translate(0, -50%);
}

#popOn2 .popWrap{width: 80%; left:10%;}
.popOn .popWrap.address{width: 500px;left:50%; 	margin-left:-250px;	}

.popWrap a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1) url(/images/common/icon_close-cef799bbb87c2f70a0f09991f3ff750e.svg) no-repeat 50% 50%;
    border-radius: 50%;
    filter: invert(100%);
    z-index: 100;
    background-size: 28px;
}
.popWrap h3{
	font-size: 1.3rem;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 18px;
}

.popWrap .filterPop{ 
	background: #f0f1f5;
    margin-bottom: 10px;
	display: flex;
    padding: 10px;
}
.popWrap .filterPop.line{display:flex;}
.popWrap .filterPop dl{}
.popWrap .filterPop dt,
.popWrap .filterPop.line p{
	font-size: 1.1rem;
	margin-bottom: 10px;
	margin-bottom: 0;
	line-height:40px;
	margin-right:10px;	
}
.popWrap .filterPop.line input{margin-right:10px;}
.popWrap .filterPop dd{}
.popWrap .filterPop input{
	height: 40px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
}
.popWrap .filterPop input, .popWrap .filterPop select{width: 95%;}

.popWrap .filterPop dl:last-child dd a,
.popWrap .filterPop.line a{
	display:block;
	width: 130px;
    background: rgba(0, 0, 0, .85);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
	transition-duration:0.3s;
}

.popWrap .filterPop dl:last-child dd a:hover,
.popWrap .filterPop.line a:hover{background: rgba(0, 0, 0, 1);color: rgba(255, 255, 255, 1);}

/* 최근본상품 */
.box_rep{position:fixed;float:right;width: 350px;height: 750px;overflow: hidden;background: #ffffff;right: 20px;top: 80px;border-radius: 20px;z-index: 9100;} 
.box-inner{width: 100%;padding:20px;}

#repbgLayer{display:none; left: 0px; top: 0px; width: 100% !important; height: 0px; clear: both; position: absolute; z-index: 999;  filter:Alpha(Opacity=30); opacity:0.5; -moz-opacity:0.3; background-image: none; background-attachment: scroll; background-repeat: repeat; background-position-x: 0%; background-position-y: 0%; background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: rgba(0, 0, 0);}
.box-inner .boxTit{position: relative;font-size: 18px; color: #000; font-weight: 500; }
.boxTit span{position: absolute; right: -8px; top: -8px;}
.boxTit span a{display: block; width: 28px; height: 28px;}
.box-inner .totalBox{margin: 30px 0 15px;}
.totalBox .total{display:inline-block;font-size: 15px;line-height: 16px;}
.totalBox .total span{font-size: 16px; color: #b7133c;}
.totalBox .totclose a{display: block;font-size: 12px;color: #838583;padding-left: 18px;line-height: 20px;}
.box-inner .recentList{position: relative;height: 610px;overflow-y: scroll;padding-right: 10px;}
.recentList dl{position: relative;width: 100%; border: 1px solid #eaeaea; border-radius: 10px; padding: 15px; box-sizing: border-box; margin-top:10px}
.recentList dl:first-child{margin-top:0}
.recentList dl dt{float: left; width: 25%; height: 70px; border: 1px solid #eaeaea; box-sizing: border-box; border-radius: 5px;}
.recentList dd{float:left; width:75%; padding:3px 20px 0 12px;}
.recentList p.rName{font-size: 14px; color: #000; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.recentList p.rPrice{font-size: 16px; color: #d7222b; font-weight: 600;}
.recentList dd.listclose{position: absolute;top: 23px;right: 22px;width: 13px;height: 12px;padding: 0;}
.recentList dd.listclose a{display: block; width: 13px; height: 12px;}
.recentList::-webkit-scrollbar {width: 2px; height: 8px;}
.recentList::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); border-radius: 4px;}
.recentList::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,1);  border-radius: 4px;}

.sort{position:relative;/* right:12px; */top:0;bottom:0;width:12px; cursor: pointer;}
.sort.none:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.none:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.asc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;line-height:9px;font-size:.8em}
.sort.asc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/"";left:5;opacity:.125;line-height:9px;font-size:.8em}
.sort.desc:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/"";left:5;line-height:9px;font-size:.8em}

ul#schlist{position: absolute; width: 460px; padding: 8px 0; top: 45px; background: #fff; display:none; box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.15);border: 1px solid #e6e7e7;}
.jbFixed.header ul#schlist{width:300px;top: 33px;left: calc(50% - 150px) !important;}
ul#schlist li{line-height: normal;}
ul#schlist li .ui-menu-item-wrapper{
    min-height: 32px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}
ul#schlist li a{font-size: 14px; color: #000; width: calc(100% - 30px); padding: 0; font-weight: 500; position: relative; display: inline-block;}
ul#schlist li a:last-child{float: right;width: 30px; text-align: center;margin: 0;font-size: 0;}
ul#schlist li a:last-child::before {content: '';position: absolute;top: 10px;right: 0;width: 20px;height: 1px;transform: rotate(45deg);background: #494949;}
ul#schlist li a:last-child::after {content: '';position: absolute;top: 10px;right: 0;width: 20px;height: 1px;transform: rotate(-45deg);background: #494949;}
ul#schlist li:hover > .ui-menu-item-wrapper{
	background-color: rgba(0,0,0,.03) !important; /* 배경색 변경 */
    border: none !important;
}

@supports (-webkit-touch-callout: none) {
    #schlist{
        height: auto !important;
        /* max-height: 220px; */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    ul#schlist li .ui-menu-item-wrapper{
    	margin-top: -18px !important;
	}
}
/*ul#schlist li:hover > .ui-menu-item-wrapper a{
	color: rgba(0,0,0,1) !important;           /* 글자색 변경 *
	font-weight: bold;
}*/

#ui-id-1.ui-widget-content{
	width:460px !important;
	/*height:300px;*/ 
	overflow: scroll;
	top: 46px !important; 
	left: 0px !important;
	overflow-x: hidden !important; 
	-webkit-overflow-scrolling: touch; 
	background: #fff; 
	box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.15); 
	padding: 15px 0;
	border: 1px solid #e6e7e7;
}

.ui-menu-item div{font-size:13px; line-height:25px;}
#ui-id-1 .ui-menu-item-wrapper{padding: 2px 20px !important;}
#ui-id-1.jbFix{top: 32px !important; left: 0px !important; width: 300px !important;}

/* 1. 전체 드롭다운 박스 디자인 */
.ui-autocomplete {
    max-height: 400px;         /* 너무 길어지면 스크롤 생성 */
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 12px;       /* 둥근 모서리 */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* 그림자 효과 */
    border: 1px solid #eee;    /* 테두리 연하게 */
    padding: 8px 0;
    z-index: 9999 !important;  /* 다른 요소보다 위에 표시 */
    transform: translateY(5px);
}

/* 2. 각 항목(li) 스타일 */
.ui-menu-item {
    border: none !important;   /* 기본 테두리 제거 */
}

/* 3. 항목 내부 래퍼 (실제 마우스 호버 영역) */
.ui-menu-item-wrapper {
    padding: 10px 15px !important;
    transition: all 0.2s ease; /* 부드러운 전환 효과 */
    display: flex;
    align-items: center;
}

/* 4. 마우스 호버(Focus) 되었을 때 스타일 */
.ui-state-active, 
.ui-widget-content .ui-state-active {
    background-color: rgb(0,0,0,.05) !important; /* 배경색 변경 */
    border: none !important;
    color:#000;
    margin:0;
}

/* 자동완성 목록 스타일 */
.ac-item {
    display: flex;
    align-items: center;
    padding: 5px;
}

.ac-img-box {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.ac-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-text-box {
    display: flex;
    flex-direction: column;
}
/* =========================== media-1580 ============================= */

@media screen and (max-width: 1580px)and (min-width: 1281px) {

	.header .rightUtil {right: 30px;}
	

}

/* =========================== media-1280 ============================= */

@media screen and (max-width: 1280px) {

	.header .rightUtil {right: 20px;}

}

/* =========================== media-1080 ============================= */

@media screen and (max-width: 1080px) {
	
	div#wrap header#headerMy{	width: 20% !important ;}
	header#headerMy h1 a {height:30px;}

	#container.container_my, 
	.footer_my{width: 80% !important;	margin-left: 20%;padding:30px !important;}
	
	.popWrap {width: 70%;left: 15%;	}
}

/* =========================== media-980 ============================= */

@media screen and (max-width: 980px) {  
		
	.myBg {background:none;}
	.mobi_disNo{display:none !important;}

	html::-webkit-scrollbar,body::-webkit-scrollbar,
	.tgMuWrap::-webkit-scrollbar, .tgMuWrap::-webkit-scrollbar {display: none;}
	
	.header .logoWrap {padding: 20px 3.5% 10px;}
	
	.header .shopWrap,
	.footer .shopWrap {width: 100% !important;	}
	.search_box{
	    position: static !important;    /* 흐름 복귀 */
        transform: none !important;
        width: 100% !important;
        max-width: 100%;
        margin: 12px 0 0;
        padding: 0 16px;
	}
	
	.jbFixed.header h1{display:block;}
	.jbFixed.header h1 a{width: 140px; height: 30px;}
	.jbFixed.header .logoWrap{padding: 15px 3.5% 10px;}
	.jbFixed.header .search_box{height: 42px;}	
	
	/* 전체 레이아웃 (모바일 메뉴 내부) */
    .category-page-wrapper {
        display: flex;
        /* 헤더(tgTop)가 있다면 그 높이를 뺀 나머지를 채워야 합니다 */
        height: calc(100vh - 60px); 
        overflow: hidden;
        background: #fff;
    }

    /* 좌측 메뉴 */
    .cate-left {
        width: 120px; 
        background: #f5f5f5; 
        overflow-y: auto;
        height: 100%;
        scrollbar-width: none; 
        -ms-overflow-style: none;
        margin: 0; padding: 0; /* 기본 마진 제거 */
    }
    .cate-left::-webkit-scrollbar { display:none; }
    .cate-left li { list-style:none; padding:15px 5px; text-align:center; cursor:pointer; border-bottom: 1px solid #e5e5e5; }
    .cate-left li.active { background:#fff; color:rgba(0,0,0,1); font-weight:bold; }

    /* 우측 영역 */
    .cate-right {
        flex: 1; 
        height: 100%; 
        overflow-y: auto; 
        padding: 0 10px;
        scroll-behavior: smooth;
    }

    /* 섹션 및 아이템 */
    .section { padding-top: 5px; } 
    .section h3 {
        margin:0; 
        padding:12px;
        position:sticky; 
        top:0; 
        z-index: 10;
        font-size: 14px;
        background:#fff;            /* ⭐ 필수 */
        border-bottom:1px solid #eee; /* 선택 */
    }
    .item { 
        padding:20px 12px; 
        border-bottom:1px solid #ddd; 
        background: #fff;
        cursor: pointer;
    }
    .item:active { background: #f0f0f0; } /* 클릭 시 피드백 */

    /* 하단 여백용 */
    .bottom-spacer { display: block; width: 100%; }
    
    .shopGnb {padding: 10px 0; margin-top:0;}
    .shopGnb .menu .all{display: none;}
    .shopGnb .menu ul {
	  display: flex;
	  justify-content: space-between;
	  width: 100%;
	  gap: 0;
	  padding: 0 30px;
	}
	.shopGnb li a {font-size: 1.05em; color: rgba(0, 0, 0, 1);}
	
	div#wrap header#headerMy{
		position: relative !important;
		width: 100% !important;
		height: 80px !important;
		background-size: cover !important;
	}

	header#headerMy h1{padding: 25px 20px}
	header#headerMy h1 a{}
	header#headerMy .right{
		display: flex;
	    position: absolute;
	    top: 22px;
	    right: 20px;
    }
	header#headerMy a.cart{
		display: block;
		width: 30px;
		height: 30px;
		margin: -3px 15px 0 10px;
		background: url(/images/common/icon_shop-9ec4c541d8962eefe210ba5d5f87a140.svg) no-repeat 50% 50%;
		filter: invert(100%);
	}
	header#headerMy a.cart .cart_count{
		position: absolute;
	    bottom: -3px;
	    right: -5px;
	    padding: 2px 6px;
	    line-height: 15px;
	    border-radius: 100%;
	    color: #fff;
	    background: #000;
	    font-size: 12px;
	    font-weight: 600;
	}
	
	header#headerMy a.qr{
		display: block;
		width: 30px;
		cursor: pointer;
		background: url(/images/common/icon_qr-46162bb256e735eb1626b61e73cfc28d.svg) no-repeat 50% 50%;
		filter: invert(100%);
	}

	#container.container_my{
		position: relative;
		background: #f2f2f2;
		padding: 25px 3% 10% !important;
		margin-bottom: 0;
		min-height:0;			
	}

	#container.container_my, 
	.footer_my{	width: 100% !important;	margin-left: 0;	border-radius:0	}

	div#wrap footer{padding: 3%;}
	div#wrap footer.shop {padding: 30px 20px;}
	.footer .shopWrap {width: 100% !important;	}
	.footer .shopWrap .flex_align_between{flex-direction: column;}
	.footer .shopWrap .flex_align_between .t-r{text-align: left !important; margin-top:0 !important;}
	#footer.shop .footerCs{margin:20px 0 30px !important; padding:0;}
	#footer.shop .footerBtn ul {justify-content: flex-start;}
	
	#footer .footSns{right: 5px;}

	#footer .floL,
	#footer .floR {width:50% !important;}
	#footer address span{margin-right: 5px;}	
	#footer .copyright{margin-top: 10px;}
	#footer .footerCs dt:before{ width: 32px;}
	#footer .footerCs dd{ line-height: 1.3;}
	
	.mo_view{display:flex;}
	.mo_view a{
		display: block;
	    width: 25px;
	    height: 25px;
	    margin: 0;	    
    }
    .mo_view a.sch_btn{background: url(/images/common/icon_search-00e618d3502c58f43cc6d5fc48a69db8.svg) no-repeat 50% 50%; margin-right: 10px;}
	.mo_view a.cart{
		position: relative;
		width: 30px;
	    height: 30px;
	    margin: -3px 15px 0 0;
	    background: url(/images/common/icon_shop-9ec4c541d8962eefe210ba5d5f87a140.svg) no-repeat 50% 50%;
    }
	.mo_view a.cart .cart_count {
	    position: absolute;
	    bottom: 0;
	    right: -6px;
	    padding: 2px 6px;
	    line-height: 15px;
	    border-radius: 100%;
	    color: #fff;
	    background: #eb152b;
	    font-size: 12px;
	    font-weight: 600;
	}
	
	.all_sch{height: auto;  padding: 15px 0;  }
    
    .all_sch .sch_box{width: 95%;}
    .all_sch .sch_box .inp_box{width: 90%;}
    .all_sch .sch_box .inp_box input{width: 90%;}
    .all_sch .sch_box .close_btn{margin:0 auto;}

	.tgMu {
		display:block;
		height: 24px;
		width: 30px;
		cursor: pointer;
	}
	
	#headerMy .tgMu { margin-top: 3px;}

	.tgMu span {
	  display: block;
	  height: 1px;
	  position: relative;
	  width: 100%;
	}

	.tgMu span:nth-child(2){ top: 10px;}
	.tgMu span:nth-child(3){ top: 20px;}

	.tgMu span:before,
	.tgMu span:after{
	  background: #fff none repeat scroll 0 0;
	  content: "";
	  height: 100%;
	  position: absolute;
	  width: 100%;
	  left:0;
	  top:0;
	}
	
	.tgMu.shop span:before,
	.tgMu.shop span:after{background: #000 none repeat scroll 0 0;}

	.tgMuWrap {
		display: none;
		width:100%;
		height:100%;
		background:#fff;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: scroll;
		z-index: 9100;
	}

	.tgMuWrap .tgTop {
		position: relative;
		background: #646c79 url(/images/common/bg_my-05860111d358e32fa625fcd435aff64d.png) no-repeat 50% 50%;
		padding: 3%;
		border-radius: 0 0 0 40px;
		margin-bottom:30px;
		background-size: cover;
	}
	
	.tgMuWrap .tgTop.tgShop {
	width: calc(100% - 50px);
		padding: 10px 3%;
		background: none;
		margin-bottom: 0;
	}

	.tgMuWrap .tgTop h2 a {
		display:block;
		width: 100%;
		height: 40px;
		background: url(/images/common/logo_w-5a1108998dac8c1cfc3811c9d0c93476.png) no-repeat;
		background-size: contain;
	}

	.tgMuWrap .tgTop ul {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
		margin-top:20px
	}
	.tgMuWrap .tgShop ul {margin:0 0 0 50px; gap: 5%; }

	.tgMuWrap .tgTop ul li {
		width: calc(49% - 0px);
		background: #fff;
		text-align: center;
		border-radius: 5px;
	}

	.tgMuWrap .tgTop ul > li > a {
		display: block;
		font-size: 1rem;
		color: rgba(0,0,0,1);
		padding: 18px 0;
	}
	.tgMuWrap .tgShop ul > li {width: auto;}

	.tgMuWrap .close{
		position:absolute; 
		top: 10px;
		right: 5px;
		width:50px; 
		height:50px; 
		border:0; 
		background:transparent; 
		transition:.3s;
	}
	.tgMuWrap .tgShop .close{left: 10px;}

	.tgMuWrap .close:before,
	.tgMuWrap .close:after{
		content:''; 
		position:absolute; 
		top:50%;
		left:50%; 
		width:28px;
		height:1px; 
		margin-left:-14px; 
		background:#fff; 
	}
	.tgMuWrap .tgShop .close:before,
	.tgMuWrap .tgShop .close:after{
		background:#000; 
	}

	.tgMuWrap .close:before{
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.tgMuWrap .close:after{
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.tgMuWrap .close:hover{
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	.textAnimation{width: auto !important ;  margin-right: 10px !important ;  line-height: 25px;}
	
	#tophead.tophead{top: 20px; right: 55px;}
	
	#tophead.tophead a{
		background: #fff;
	    padding: 0 5px;
	    border-radius: 3px;
	    line-height: 22px;
    }
    
    .vendor_m{padding: 0 10px;}    
	
	.vendor_m li a{
		display: flex;
		justify-content: center;  
		align-items: center;
		font-size: 13px;
		width:70px;
		height:70px;
		background: rgba(0, 0, 0, .5);
	    border-radius: 35px;
	    line-height: 16px;
	    color: rgba(255, 255, 255, .8);
    }
    .vendor_m li a img {width:70%;}
    
    .menu_etc{
    	background: #f2f2f2;
    	padding: 10px;
    	margin:20px 0 0;
    }
    
    .shopGnb .menu_right ul, .menu_etc ul{gap:15px;} 
    .shopGnb .menu_right li a, .menu_etc li a{font-size: 14px;}  
	
	ul#schlist{
		width: 93%;
	    margin: 0 3.5%;
	    top: 104px;
	    padding: 0;
	}
	#ui-id-1.ui-widget-content{top: 104px !important; left: 3.5% !important; width: 93% !important;}
	#ui-id-1.jbFix{top: 98px !important; left: 3.5% !important; width: 93% !important;}
	.jbFixed.header ul#schlist{top: 99px; left: 0 !important; width: 93% !important;}
	
	/*.ui-widget-content{width:90% !important; max-height:300px; left: 5% !important; top:112px !important; overflow: scroll; overflow-x: hidden !important; -webkit-overflow-scrolling: touch; background: #fff; box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.15);}*/

}

/* =========================== media-780 ============================= */

@media screen and (max-width: 780px) {

	select.h36{	height: 34px; margin-top: -7px;	}
	
	div#wrap header#headerMy{height: 70px !important;}

	header#headerMy h1{padding: 18px;}
	
	header#headerMy h1 a{height: 32px;}
	.tgMuWrap .tgTop h2 {width:40%}	

	.tgMuWrap .close {
        top: 10px;
        right: 5px;
        width: 50px;
        height: 50px;
        border: 0;
        background: transparent;
        transition: .3s;
    }
    
    #footer .footSns{top: 20px;}

	#footer .floL,
	#footer .floR {width:100% !important;}

	#footer .floR{margin-top:20px;}
	
	#footer .by{margin: 10px 0 20px;}

	#footer .copyright.pc{display:none}
	#footer .copyright.mo{display:block;}

	#footer .footerBtn {width: 35%; bottom: 20px;}

	#footer .footerCs {padding-bottom: 70px;}
	#footer.my .footerCs{padding-bottom: 0;}
	
	#footer .footerCs dd{font-size: .9rem;}
	#footer.my .footSns {margin: 20px 0; }
	
	.tgMuWrap .tgTop {border-radius: 0 0 0 20px;}

	.popWrap {width: 90% !important;left: 5% !important; margin-left:0 !important;}

	.grid_page_design .dataView, .grid_page_design .dataTotal {display:none !importan;}

	.popWrap .filterPop dl:last-child dd a{width: 100%;}
	
	.header h1 a{height: 25px;	background-size: contain;}
	
	.mo_view{margin-top: 2px;}
	.mo_view a.sch_btn{width: 22px; height: 22px;}
	.mo_view a.cart{width: 26px; height: 26px;}
	
	.tgMu{width: 25px; height: 20px;}
	.tgMu span:nth-child(2){top: 8px;}
	.tgMu span:nth-child(3){top: 16px;}
	
	.popOn .popWrap.address { width: 80%;  left: 10%;  margin-left: 0;}

}

/* =========================== media-540 ============================= */

@media screen and (max-width: 640px) {
	
	#footer .footerBtn {width: 50%;	}
	

}


/* 이미지를 감싸는 박스 */
.detail-content {
    position: relative;
    height: 800px; /* 처음에 보여줄 높이 */
    overflow: hidden;
    transition: height 0.5s ease; /* 부드러운 확장 애니메이션 */
}

/* 아래쪽이 잘린 듯한 안개 효과 (선택 사항) */
.detail-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* 펼쳐졌을 때 효과 제거 */
.detail-content.expanded {
    height: auto; /* 전체 높이 노출 */
}
.detail-content.expanded::after {
    display: none; /* 그라데이션 제거 */
}

/* 버튼 스타일링 */
.more-btn-wrap {
    text-align: center;
    padding: 20px 0;
    margin-top: -50px; /* 그라데이션과 겹치게 배치 */
    position: relative;
    z-index: 10;
}

.btn-more {
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 15px 40px;
    background: #fff;
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px; 
}
.btn-more svg{transform: rotate(90deg);}

/* 컨테이너 */
.keen-slider {
    display: flex !important;
    min-width: 100%; /* 부모 너비를 꽉 채우도록 */
}

/* 개별 슬라이드 li */
.keen-slider__slide {
    flex-shrink: 0 !important; /* 슬라이드가 줄어들지 않게 방지 (가장 중요) */
    width: auto !important;    /* 내용물 너비에 맞춤 */
    min-width: fit-content !important;
}

/* 슬라이드 내부의 a 태그 */
.keen-slider__slide a {
    white-space: nowrap !important; /* 글자가 아래로 떨어지는 것 방지 */
    display: block;
}