/* =========================== shop main ============================= */

.shopVisWrap{
	width:100%; 
	height:400px;
	z-index:1;
	overflow:hidden;
}

.shopVis{
	height:100%;
	position:relative;
}
.shopVis a{display: block; width:100%; height:100%;}

.shopVis .bg01{background:url(/images/main/shopVis01-c5f64b455501ee060d95774e6f61e906.png)no-repeat 50% 50%; background-size:cover;}
.shopVis .bg02{background:url(/images/main/shopVis02-6533027e828d170abae09473f7504a90.png)no-repeat 50% 50%; background-size:cover;}

.shopVis .textWrap{
	width:100%;
	margin:330px auto 0;
}

.shopVis .swiper-button-prev, 
.shopVis .swiper-button-next{
	width:60px;
	height:60px;
	color:transparent
}

.shopVis .swiper-button-prev{	background:url(/images/main/arrowL-e8a0fa4df2816b84f9e5591e0ae435ce.png);}
.shopVis .swiper-button-next{	background:url(/images/main/arrowR-376f0d4bba662bac2fafd4283016e486.png);}

.shopVis .swiper-button-prev, 
.shopVis .swiper-container-rtl .swiper-button-next{left:30px;}

.shopVis .swiper-button-next, 
.shopVis .swiper-container-rtl .swiper-button-prev{right:30px;}

/* 메인 퀵카테고리 */
.shopTopCate{
	margin: 50px auto;
}

.shopTopCate ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

.shopTopCate li{text-align: center;}

.shopTopCate li a{
	display: block;
	font-size: 1.1em;
	color: #000;
}

.shopTopCate li a p{
	width: 80px;
	height: 80px;
	border: 1px solid #eee;
	border-radius: 50px;
	margin-bottom: 20px;
	transition-duration:0.3s;
}

.shopTopCate li a p:hover{
	border: 1px solid #e1e1e1;
	box-shadow: 0 8px 15px 0 rgba(17,21,23,.1);
	-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);
}

.shopTopCate li a p.cate_new{background:#7e001b url(/images/main/cate_new-6e80cd96bee929f09c810c5b1a15ff76.png) no-repeat 50% 50%;}
.shopTopCate li a p.cate_best{background:#6160e1 url(/images/main/cate_best-2ef3ed35c05a825c8322aaf9e9274e12.png) no-repeat 50% 50%;}
.shopTopCate li a p.cate_10{background:#f2f2f2 url(/images/main/cate_10-4aeae44a20a9f8f97576ca04bb20da50.png) no-repeat 50% 50%;}
.shopTopCate li a p.cate_20{background:#f2f2f2 url(/images/main/cate_20-6c65b8836ea95f3c7ab4b5e372c4a999.png) no-repeat 50% 50%;}
.shopTopCate li a p.cate_98{background:#f2f2f2 url(/images/main/cate_98-0ae62e5616f2a9131b1a3c5664fcaba7.png) no-repeat 50% 50%;}

.shopTit{
	font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

/* 전체메뉴 */
.allPd{margin:100px auto 70px;}

.more_btn{border-top: 1px solid #eee;}
.more_btn a{ 
	display: table; 
	margin: -1px auto 0; 
	padding: 15px 50px; 
	border: 1px solid #eee;
}

/*쇼핑몰컨텐츠 추가*/
.shopNew{
  display:flex;
  align-items:flex-start;
  gap:80px;
  background: #f2f2f2;
  padding: 50px;
  align-items: center;
}

.shopNew .left{
  flex: 0 0 260px;   /* 왼쪽 폭 고정 (원하는 값으로) */
}
.shopNew .shopTit{margin-bottom:10px;}

.shopNew p.more{margin-top:50px;}

p.more{margin:0 auto;}
p.more a{
	display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 15px 0;
    background: #fff;
    transition-duration: 0.3s;
}
p.more a:hover{
	border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, 1);
}

.shopNew .right{
  flex: 1 1 0;
  min-width: 0;      /* ⭐ 이거 없으면 오른쪽이 계속 늘어나는 경우 많음 */
  position:relative;
}

.newSd{width: 100%; position: relative;}

.newSd .swiper-slide{  
  display: flex;
  align-items: center;
  justify-content: center;
}

.newSd a{
    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
}
.newSd dl{}
.newSd dt{
	min-width:300px; 
	margin-bottom:20px; 
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 20px;
}
.newSd dt img{
    width: 100%;
    border-radius: 20px;
    transition: 1s all ease;
    transform: scale(1);
    aspect-ratio: 1 / 1; 
}
.newSd dt img:hover{transform: scale(1.1);}

.newSd dt .pd_over{height: 100%; border-radius: 20px;}

.newSd dd,
.pickWrap .right_list dd{
	flex: 1;
    min-width: 0;  /* 말줄임 안정화 필수 */
}
.newSd dd ul{}
.newSd dd li,
.pickWrap .right_list dd li,
.pd_list li,
.pd_list_hor li.right,
.mypageWrap .dateWrap .dateList .priceInfo .txt_line{font-size: 18px;color: rgba(0,0,0,.5);font-weight: 500;}
.newSd dd li.cate{}
.newSd dd li.cate span,
.pickWrap .right_list dd li.cate span,
.pd_list li.cate span,
.pd_list_hor li.cate span{
    border-radius: 20px;
    display: inline-block;
    background: #b5b8c8;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
}
.pickWrap .right_list dd li.cate span{padding: 3px 8px; font-size: 12px;}
.newSd dd li.name,
.pickWrap .right_list dd li.name,
.pd_list li.name,
.pd_list_hor li.name{
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 8px 0 12px;
}
.pickWrap .right_list dd li.name{margin: 8px 0; font-size: 15px;}
.newSd dd li .sale,
.pickWrap .right_list dd li .sale,
.pd_list li .sale,
.pd_list_hor li.right .sale{
    font-size: 16px;
    color: #bd0000;
    font-weight: 800;
}
.pickWrap .right_list dd li .sale{font-size: 15px;}
.newSd dd li.priceInfo,
.pickWrap .right_list dd li.priceInfo,
.pd_list li.priceInfo{
	display: flex;
	gap:15px;
	align-items: center;
	letter-spacing: -.04em;
	margin: 5px 0;
}
.pickWrap .right_list dd li.priceInfo{margin: 3px 0;}
.newSd dd li .etc,
.pickWrap .right_list dd li .etc,
.pd_list li .etc,
.pd_list_hor li.right .etc,
.mypageWrap .dateWrap .dateList .priceInfo .etc,
.cartProdInner .cartProd dd p.etc,
.amtPrice .etc{
    font-size:14px;
    color:rgba(54,161,116,.65);
}

.newSd dd li .etc span,
.pickWrap .right_list dd li .etc span,
.pd_list li .etc span,
.pd_list_hor li.right .etc span,
.mypageWrap .dateWrap .dateList .priceInfo .etc span,
.cartProdInner .cartProd dd p.etc span,
.amtPrice .etc span{
    color:rgba(54,161,116,1);
    margin-right:1px;
}
.newSd dd li .price,
.pickWrap .right_list dd li .price,
.pd_list li .price,
.pd_list_hor li.right .price,
.mypageWrap .dateWrap .dateList .priceInfo .price{
    font-size: 18px;
    color: #000;
    font-weight: 800;
}
.pickWrap .right_list dd li .price{font-size: 16px;}
.newSd dd li .price2{}
/* 찜 아이콘 위치/크기 */
.newSd .zzim,
.pickWrap .right_list .zzim,
.pd_list .zzim,
.pdImg .zzim{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* svg 공통 */
.newSd .zzim svg,
.pickWrap .right_list .zzim svg,
.pd_list .zzim svg,
.pdImg .zzim svg{
  width: 28px;
  height: 28px;
  display: block;
}

/* 기본: 빈 하트 */
.newSd .zzim svg:nth-child(1),
.pickWrap .right_list .zzim svg:nth-child(1),
.pd_list .zzim svg:nth-child(1),
.pdImg .zzim svg:nth-child(1){ display:block; }
.newSd .zzim svg:nth-child(2),
.pickWrap .right_list .zzim svg:nth-child(2),
.pd_list .zzim svg:nth-child(2),
.pdImg .zzim svg:nth-child(2){ display:none; }

/* 이 하트만 찜 상태 */
.newSd .zzim.is-zzim svg:nth-child(1),
.pickWrap .right_list .zzim.is-zzim svg:nth-child(1),
.pd_list .zzim.is-zzim svg:nth-child(1),
.pdImg .zzim.is-zzim svg:nth-child(1){ display:none; }
.newSd .zzim.is-zzim svg:nth-child(2),
.pickWrap .zzim.is-zzim svg:nth-child(2),
.pd_list .zzim.is-zzim svg:nth-child(2),
.pdImg .zzim.is-zzim svg:nth-child(2){ display:block; }

/* (선택) 살짝 눌리는 느낌 */
.newSd .zzim:active,
.pickWrap .right_list .zzim:active,
.pd_list .zzim:active,
.pdImg .zzim:active{ transform: scale(0.96); }

.swiperArr .swiper-button-prev, 
.swiperArr .swiper-button-next{
	width:60px;
	height:60px;
	color:transparent;
	margin-top: -30px;
}

.swiperArr .swiper-button-prev{	background:url(/images/main/arrowL-e8a0fa4df2816b84f9e5591e0ae435ce.png);}
.swiperArr .swiper-button-next{	background:url(/images/main/arrowR-376f0d4bba662bac2fafd4283016e486.png);}

.shopNew .swiper-button-prev, 
.shopNew .swiper-container-rtl .swiper-button-next{left:50%; margin:-80px 0 0 -510px;}

.shopNew .swiper-button-next, 
.shopNew .swiper-container-rtl .swiper-button-prev{right:50%; margin:-80px -510px 0 0;}

.oneBnWrap{position:relative; margin:50px auto;}
.oneBnWrap .shopWrap{
	width:100%; 
	height:200px;
	z-index:1;
	overflow:hidden;	
}

.oneBn{position:relative; height:100%;	}
.oneBn a{display: block; width:100%; height:100%;}

.oneBn .bg01{background:url(/images/main/oneBn01-b6b1403f5a13fcbdfe6862d8e5fec37a.png)no-repeat 50% 50%; background-size:cover;}
.oneBn .bg02{background:url(/images/main/oneBn01-b6b1403f5a13fcbdfe6862d8e5fec37a.png)no-repeat 50% 50%; background-size:cover;}

.oneBnWrap .swiper-button-prev, 
.oneBnWrap .swiper-container-rtl .swiper-button-next{left:50%; margin-left:-630px;}

.oneBnWrap .swiper-button-next, 
.oneBnWrap .swiper-container-rtl .swiper-button-prev{right:50%; margin-right:-630px;}

.centerBn{
	width:100%;
	height:100px;
	background:url(/images/main/centerBn-326b9722b2d171cb4f7e4806f8e1acdb.jpg)no-repeat 50% 50%;
}
.centerBn a{
	display:block;
	width:100%;
	height:100px;
}

.shopPick, 
.shopPick .shopWrap{position: relative !important; overflow:hidden; }

.shopPick .pickWrap{
	display: flex;
    justify-content: space-between;
    gap:15px;
}
.pickWrap .left_img{width: 45%; height:360px; background:#eee;}
.pickWrap .left_img img{width: 100%; height:100%; }
.pickWrap .left_img img.mo{display: none;}
.pickWrap .right_list{width: 55%;}
.pickWrap .right_list a{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.pickWrap .right_list dl{
    display: flex;
    gap:15px;
}
.pickWrap .right_list dt{
    width: 90px;
    height: 90px;
    flex: 0 0 90px;   /* ⭐ 핵심 */ 
    position: relative;   
}
.pickWrap .right_list dt img{
    width: 100%;
    border: 1px solid #f7f7f7;
}

.pickWrap .right_list p.more a{margin-bottom:0;}

.shopPick .swiper-button-prev, 
.shopPick .swiper-container-rtl .swiper-button-next{left:50%; margin-left:-730px;}

.shopPick .swiper-button-next, 
.shopPick .swiper-container-rtl .swiper-button-prev{right:50%; margin-right:-730px;}

.shopEvent{
	background: #f8f9fa;
    padding: 100px;
    align-items: center;
}
.shopEvent .shopWrap{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.shopEvent a{
	display: block;
	width: calc((100% - 150px) / 6);
}

.shopEvent dl{}
.shopEvent dt{
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 130px;
    margin-bottom: 15px;
    overflow: hidden;
    aspect-ratio: 5 / 4.5;
}
.shopEvent dd{
    font-size: 13px;
    color: rgba(0,0,0,.6);
    line-height: 1.5;
    padding: 0 3px;
}
.shopEvent dd:last-child{font-size: 15px; color: rgba(0, 0, 0, 1);}
.shopEvent img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* =========================== shop prod list ============================= */

.prodFilter{ 
	position: relative; 
	width: 100%;
}
.user .prodFilter,
.user .prodGalList,
.user .pd_list_hor{padding: 0 10px;}/*마이오피스 주문등록*/

.prodFilter select{width:130px;background-position-x:90%;vertical-align:bottom;}

.prodFilter a.select{
	display:inline-block;
	font-size:1rem;
	color:#aaa;
	line-height:40px;
	position: relative;
	padding: 0 15px; 
	transition-duration:0.3s;
}

.prodFilter a.on, 
.prodFilter a:hover{color:#000;}

.prodFilter a.select:before {
	content: '';
	display: block;
	position: absolute;
	left: -2px;
	top: 12px;
	width: 1px;
	height: 14px;
	background: #e9e9e9;
}

.prodFilter a:nth-child(1).select:before {background: transparent;}

.prodFilter a.view{
	display:inline-block;
	width:40px;
	height:40px;
	border: 1px solid #eee;
	border-radius:3px;
	text-align:center;
	line-height:40px;
	color:#aaa;
	vertical-align:bottom;
	margin-left: 5px;
}

.prodFilter a.view.on{
	color: #111;
	border: 1px solid rgba(0,0,0,0.5) !important;
	outline: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
}

.prodFilter a.view.viewGal{background:url(/images/common/icon_list-b8c84c764135cda182c1c1fc03df64b8.svg) no-repeat 50% 50%; background-size: 50%;}
.prodFilter a.view.viewList{background:url(/images/common/icon_list2-8cf7cc5504b8cd2ea3fcdd717dd248af.svg) no-repeat 50% 50%; background-size: 50%;}
.prodFilter a.view img{width:50%;}

.totalProdNum{
	float:left;
	display:inline-block;
	line-height:40px;
	color: #444;
	font-size: 1.3rem;
}

.pd_list ul{
    display: flex;
    flex-wrap: wrap;
    margin:20px auto 0;
}

.pd_list li{
	width: calc((100% - 120px) / 5);
    margin-right:30px;
    height: fit-content;
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
}
.pd_list.col4 li{width: calc((100% - 90px) / 4);}
.pd_list li:nth-child(5n),
.pd_list.col4 li:nth-child(4n){margin-right:0;}
.pd_list.col4 li:nth-child(5n){margin-right:30px;}
.pd_list li:last-child .pd_Info{margin-bottom:0;}

.pd_list .pd_Info ul{display: block;}
.pd_list .pd_Info ul li{width: auto;}

/*
.skeleton {
  width: 100%;
  padding-top: 100%;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  animation: shimmer 1.2s infinite linear;
  background: linear-gradient(to right, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
*/
.pd_list .pdImg,
.newPd .pdImg{
	/*border-radius: 20px;*/
	overflow: hidden;
	position: relative;
	background: #f8f8f8;
	border: 1px solid #f4f4f4;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.pd_list .pdImg a,
.newPd .pdImg a{
	display: block; 
	width: 100%;
	aspect-ratio: 1 / 1;
}

.pd_list .pdImg img,
.newPd .pdImg img{
	width: 100%;
	height: 100%;
	transition: 1s all ease;
	transform: scale(1);
}

.pd_list .pdImg img:hover,
.newPd .pdImg img:hover{transform: scale(1.1);}

.pd_list .pdImg > a::before,
.newPd .pdImg > a::before{
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0); 
	transition: all 0.2s ease;
}

.pd_list .pdImg:hover > a::before,
.newPd .pdImg:hover > a::before{background-color: rgba(0,0,0,0.15);}

.pd_list .pdImg:hover .pd_btn,
.newPd .pdImg:hover .pd_btn,
.pd_list .pdImg:hover .pd_btn2,
.newPd .pdImg:hover .pd_btn2{
	margin-bottom: 0; 
	opacity: 1;
}

.pd_list .pd_btn,
.newPd .pd_btn,
.pd_btn2{
	width:100%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -10px;
	opacity: 0;
	transition: all 0.2s ease;
}

.pd_list .pd_btn a,
.newPd .pd_btn a{
	display:block;
	width: 50%;
	height:65px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 65px;
	background: #283748;
	transition-duration:0.3s;
	position: relative;
}

.pd_btn .btn a:first-child:after{content: ""; display: block; width: 1px; height: 12px; background: rgba(255, 255, 255, 0.4); position: absolute; right: 0; top: 14px;}
.pd_btn .btn a:hover{color: rgba(255,255,255,1)}

.pd_list .pd_btn a:first-child:after,
.newPd .pd_btn a:first-child:after,
.pd_btn2 a.line:after{
	content: ""; 
	display: block; 
	width: 1px; 
	height: 12px; 
	background: rgba(255, 255, 255, 0.4); 
	position: absolute; 
	right: 0; 
	top: 25px;
}
.pd_btn2 a.line:after{top: 20px;}

.pd_btn2{justify-content: space-between;}
.pd_btn2 .galCount{	display: flex;	border:1px solid #283748;}

.pd_btn2 a {
    display: block;
    width: 100%;
    height: 50px !important;
    line-height: 50px !important;
}
.pd_btn2 a.countBtn{
	background: #fff; 
	color:#000; 
	max-width: 30px;
	height: 48px !important; 
	line-height: 48px !important;
}
.pd_btn2 a:first-child:after{display:none !important;}
.pd_btn2 a span.pcNo{display:none;}

.pd_btn2 input{
	width: 50px; 
	height: 48px;
	text-align:center; 
	border: 0; 
	border-radius: 0;
}

.pd_over{
	position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.3); 
    display:flex !important;
	align-items: center;
    justify-content: center;
}

.pd_over span{
	display : flex;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.right_list .pd_over span,
.pd_list_hor .pd_over span{font-size: 16px;}

.pd_Info{margin: 25px 0 50px;}
.pd_Info a{display: block; position: relative;}
.pd_Info p:after{
	content: ""; 
	display: block; 
	clear: both;
}

.pd_Info p span.tagCate,
.pd_list_hor .tagCate{
	display: inline-block;
	background: #283748;
	color: #fff;
	font-size: 1rem;
	padding: 8px 15px;
	border-radius: 25px;
}

.pd_Info p span.sale,
.pd_list_hor span.sale {
	font-size: 1rem;
	font-weight: 800;
	color: #e8421a;
	line-height: 30px;
}

.pd_Info dt{
	font-size: 16px;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0 15px;
}

.pd_Info dd{
	font-size: 18px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
}

.pd_Info dd span,
.pd_list_hor .horiPrice span{float:right;}

.pd_Info dd span.price,
.pd_list_hor .horiPrice span.price{
	font-size: 1.2rem;
	font-weight: 600;
}

.pd_Info dd span.price2,
.pd_list_hor .horiPrice span.price_B{
	font-size: 1.3rem;
	font-weight: 700;
}

.pd_Info dd span,
.pd_list_hor .horiPrice span{font-size: 1.2rem;font-weight: 600;}

.galCountInner{margin-top: 20px;}
.galCountInner p{
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 40px;
}

.galCountInner .galCount{ 
	float: right; 
	margin-top: 0; 
	display: flex;
}

.galCountInner .galCount a{
	font-size: 18px;
	display:inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e0e0e0;
	text-align:center;
	transition:all 0.3s;
}

.galCountInner .galCount input{
	width: 80px !important;
	height: 40px;
	margin:0 3px;
	border: 1px solid #e0e0e0;
	text-align:center; 
	vertical-align: top; 
	font-size: 1rem;
}

.galCountInner .countBtn.minus{background: rgba(255,255,255,1) url(/images/common/icon_minus-8f9a8ad970423247fc20eb3f9f2438d0.svg) no-repeat 50% 50%; background-size: 50%;}
.galCountInner .countBtn.plus{background: rgba(255,255,255,1) url(/images/common/icon_plus-10707d1c0eb92bddaf0f907650c8dbff.svg) no-repeat 50% 50%; background-size: 50%;}

.galCountInner .addCart{margin-left:5px; display:none !important; border: 0 !important}
.galCountInner .addCart i{color:#fff; font-size: .95em;}

.galCountInner .prodInfo p span{float:right;}
.galCountInner .prodInfo p:after{
	content:"";
	display:block;
	clear:both;
}

.pd_Info .btn {display: flex; justify-content: space-between;}
.pd_Info .btn a{
	display: block;
	width: calc(50% - 0px);
	font-size: 1rem;
	color: rgba(255,255,255,.8);
	background: #283748;
	margin: 10px 0;
	padding: 12px 0;
    text-align: center;
    border-radius: 3px;
}

.pd_list_hor{}
.pd_list_hor dl{
	display: flex;
	background: #f7f9fa;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	align-items: center;
    gap: 20px;
    position: relative;
}

.pd_list_hor .pdImg{ position: relative; }

.pd_list_hor .pdImg a{
	display: block;
    width: 100px;
    height: 100px;
    overflow:hidden;
    aspect-ratio: 1 / 1;
    border:1px solid #eee;  
}

.pd_list_hor  .pdImg .zzim {bottom: 5px; right: 5px;}

.pd_list_hor .pdImg img{width:100%;height:100%;transition:all 0.3s;}
.pd_list_hor .pdImg img:hover{transform: scale( 1.2 );}

.pd_list_hor ul{
	display: flex;
    align-items: center;
    gap: 20px;
}
.pd_list_hor li.name{
	-webkit-line-clamp: 3;
    margin: 0;
    font-weight: 500;
}

.pd_list_hor li{}
.pd_list_hor li.right{
	display: flex;
    position: absolute;
    right: 50px;
    gap: 20px;
}

.pd_list_hor .tagCate{margin:10px 0;}

.pd_list_hor h2{
	font-size: 1.3rem;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
}

.pd_list_hor span.sale{
	position: absolute;
	left: 0;
	bottom: 0;
}

.pd_list_hor .horiPrice{width: 20%;}
.pd_list_hor .horiPrice p{line-height: 2rem;}
.pd_list_hor .horiPrice div{width:100%}

.pd_list_hor .horiPrice span.tit{
	float: left;
	display: block;
	width: 35%;
	font-size: 1.1rem;
	color: #000;
	text-align:left;
}

.pd_list_hor .horiPrice span{
	width:65%;
	text-align:right;
}

.pd_list_hor .galCountInner{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.pd_list_hor dl dd .btn{ display: flex; gap: 10px;}
.pd_list_hor dl dd .btn a{
	display: block;
	font-size: 1rem;
	color: rgba(255,255,255,.8);
	background: #283748;
	margin: 8px 0;
	padding: 10px 0;
    text-align: center;
    border-radius: 3px;
}


/* =========================== media-1580 ============================= */

@media screen and (max-width: 1580px)and (min-width: 1081px) {
	
	/* shop main */

	.viewDetail .tabCont{padding:0;}

}

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

@media screen and (max-width: 1280px) {
	
	.shopNewPd .swiper-button-prev, 
	.shopNewPd .swiper-button-next{
		display:none;
	}
	
}


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

@media screen and (max-width: 980px) {  
	.pd_Info {margin: 15px 0 50px;}
	.pd_Info dt{font-size: 1.3em;}
	.pd_Info dd span.price2, 
	.pd_list_hor .horiPrice span.price2{font-size: 1.2em;}
	.pd_Info dd{font-size: 1em;}
	.pd_Info dd span,
	.pd_list_hor .horiPrice span{font-size: 1.1em;}
	
	.pd_btn{display:none !important;}
	.pd_btn2{display:flex !important;}
	.pd_list .pdImg .pd_btn2,
	.newPd .pdImg .pd_btn2{
		margin-bottom: 0; 
		opacity: 1;
	}
	.pd_list .pd_btn2 a.countBtn, 
	.newPd .pd_btn2 a.countBtn,
	.pd_list .pd_btn2 input, 
	.newPd .pd_btn2 input{max-width: 40px;}
	.pd_btn2 a span.mbNo{display:none;}
	.pd_btn2 a span.pcNo{display:block;}
	.pd_btn2 a span i{font-size: 1.3em;line-height: 50px;}
	.pd_btn2 a.line:after{height: 50px; top:0}
	
	.galCountInner p{display: none;}
	.galCountInner .galCount input,
	.pd_list_hor .galCountInner .galCount input {width: calc(100% - 120px) !important;}
	.galCountInner .addCart{display:block !important;}
	
	.pd_list ul {}
	.pd_list li,
	.pd_list.col4 li {width: calc((100% - 15px) / 2); margin-right: 15px;}
	.pd_list li:nth-child(2n),
	.pd_list.col4 li:nth-child(5n) {margin-right:0;}
	.pd_list li:nth-child(5n){margin-right: auto !important;}

	.pd_list_hor ul{
		flex-direction: column; 
		align-items: normal;
		gap: 0;
	}
	.pd_list_hor .pdImg a{width: 100px; height: 100px;}
	.pd_list_hor li.right{position: relative; right: auto;flex-direction: column; gap: 0;}
	.pd_list_hor li.right .priceInfo{margin-bottom: 5px;}
	.pd_list_hor li.right .sale {order:-1;}
	.pd_list_hor li.name{-webkit-line-clamp: 2;}

	.pd_list_hor dl{padding:12px; gap: 10px;}
	.pd_list_hor dl dd .btn {display: flex; margin-top: 10px;}
	.pd_list_hor dl dd .btn a {width: 48%; margin:0 1%;	}
	
	.prodFilter a.select{padding: 0 8px;}
	
	.pd_btn2 a,
	.pd_btn2 a.countBtn{height: 36px !important; line-height: 36px !important;}
	.pd_btn2 a.countBtn,
	.pd_btn2 input{height: 34px !important; line-height: 34px !important; max-width:28px !important;}
	.pd_btn2 input{max-width:20px !important; padding: 0;}
	.pd_btn2 a.line:after{height: 36px; top:0}
	.pd_btn2 a span i{font-size: 1.15em;line-height: 36px;}
	
	.pd_over span {font-size: 1.2em;}
	
	.newSd dd li.cate span, 
	.pickWrap .right_list dd li.cate span, 
	.pd_list li.cate span, 
	.pd_list_hor li.cate span{font-size:12px; letter-spacing: -.05em;}
	
	.newSd dd li.name, 
	.pickWrap .right_list dd li.name, 
	.pd_list li.name, 
	.pd_list_hor li.name{font-size:13px; margin: 8px 0 10px;}
	
	.newSd dd li .sale,
	.pickWrap .right_list dd li .sale,
	.pd_list li .sale,
	.pd_list_hor li.right .sale{font-size: 14px;}
	
	.newSd dd li.priceInfo,
	.pickWrap .right_list dd li.priceInfo,
	.pd_list li.priceInfo{gap:10px;	}
	
	.newSd dd li .etc,
	.pickWrap .right_list dd li .etc,
	.pd_list li .etc,
	.pd_list_hor li.right .etc{font-size:13px;	}
	
	.newSd dd li .price,
	.pickWrap .right_list dd li .price,
	.pd_list li .price,
	.pd_list_hor li.right .price,
	.mypageWrap .dateWrap .dateList .priceInfo .price{font-size: 16px;}

	/* shop main */
	
	.shopVisM{height:250px;}
	.shopVisM .shopVis .bg01{background:url(/images/main/shopVis01_m-987113868de72f758efeae10e2fbb126.png)no-repeat 50% 20%; background-size:cover;}
	.shopVisM .shopVis .bg02{background:url(/images/main/shopVis02_m-ff107e0ff91d78c411e92e16915e9f64.png)no-repeat 40% 20%; background-size:cover;}
	.shopVis .swiper-button-prev, 
	.shopVis .swiper-button-next,
	.swiperArr .swiper-button-prev, 
	.swiperArr .swiper-button-next{
		width: 50px; 
		height: 50px;
		background-size:100%;
	}
	.shopVis .swiper-button-prev,
	.shopVis .swiper-container-rtl .swiper-button-next{left:10px;}
	.shopVis .swiper-button-next,
	.shopVis .swiper-container-rtl .swiper-button-prev{right:10px;}
	
	.shopTopCate li a{font-size: 1em;}
	
	.shopBn {display: block !important ;}	
	.shopBn a {width: 100%;}
	.shopBn a:nth-child(1) {margin-bottom:40px;}

	.shopTopCate ul{gap: 2.5%;}
	.shopTopCate li a p {margin: 0 auto 15px;}
	.shopTopCate li:nth-child(-n+5){margin-bottom:30px;}

	.btnCont ul {gap: 5% !important ;}
	.btnCont li {flex-basis: 30%;}
	.btnCont li:nth-child(-n+3){margin-bottom:30px;}
	.btnCont li a {font-size: 1.15rem;}
	.btnCont li.btn_bg a{font-size: 1.25rem;}
	
	.mainCont01 {padding: 80px 0;}
	.mainCont01 .inner .right{width:50%;}
	
	.shopNew,
	.shopPick .w100,
	.allPd{
		position: relative;
		flex-direction: column;	
		gap: 0;
		padding: 50px 5% 60px;
	}
	
	.shopNew.shopWrap,
	.allPd.shopWrap,
	.shopPick.shopWrap,
	.shopEvent .shopWrap{width: 100% !important;  max-width: 100%;}
	
	.shopNew .left,
	.shopNew .right {width: 100%;}
	.shopNew .left{flex: auto; margin-bottom: 25px;}
	.shopNew p.more{width:100%	}
	
	.newSd {width: 100%; overflow: hidden;}
	.newSd dt { min-width: 100%;}
	
	.shopNew .swiper-button-prev, 
	.shopNew .swiper-container-rtl .swiper-button-next{margin: -25px 0 0; left: -3.5%;}
	.shopNew .swiper-button-next, 
	.shopNew .swiper-container-rtl .swiper-button-prev{margin: -25px 0 0; right: -3.5%;}
	
	.oneBnWrap .shopWrap{width: 90% !important; height: 160px;}
	.oneBn .bg01 {background: url(/images/main/oneBn01_m-2347b8d4724b1970059459c9988fda32.png) no-repeat 50% 50%;background-size: cover;}
	
	.oneBnWrap .swiper-button-prev, 
	.oneBnWrap .swiper-container-rtl .swiper-button-next{margin: -25px 0 0; left: 10px;}
	.oneBnWrap .swiper-button-next, 
	.oneBnWrap .swiper-container-rtl .swiper-button-prev{margin: -25px 0 0; right: 10px;}
	
	.allPd { margin: 60px auto 30px; padding:0 4%;}
	/* .allPd .subTabmenu ul{flex-wrap: wrap;} */
	
	.centerBn.mgb100{margin-bottom:60px !important;}
	
	.shopPick{padding:0 4%;}
	.pickWrap .lift_img img,
	.shopEvent img{width:100%;}
	
	.shopPick .pickWrap{flex-direction: column;}
	.pickWrap .left_img{width:100%; height: 200px; overflow: hidden;}
	.pickWrap .left_img img.pc{display: none;}
	.pickWrap .left_img img.mo{display: block;}
	.pickWrap .right_list{width:100%;}
	
	.shopPick .swiper-button-prev, 
	.shopPick .swiper-container-rtl .swiper-button-next{margin: 0; left: 10px; top:135px;}
	.shopPick .swiper-button-next, 
	.shopPick .swiper-container-rtl .swiper-button-prev{margin: 0; right: 10px; top:135px;}
	
	.shopEvent{padding:4%;}
	.shopEvent .shopWrap{gap: 10px;}
	.shopEvent a {width: calc((100% - 40px) / 3);}
    .shopEvent dt{
    	width: auto;
        height: auto;
        aspect-ratio: 5 / 3;
    }
    
    p.more.w30{width: auto !important;}

}

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

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

	/* shop prod list */
	
	.shopTit{font-size: 2.5rem; margin-bottom:30px;}
	
	.galCountInner .galCount{
		display: flex;
		justify-content: space-between;
		float: none;
	}
	
	/* shop main */
	.shopPro{display: block;}
	.shopPro .proBox{width: calc(100% - 0px);}
	.shopPro .proBox p{height: 200px !important ;}

	.shopTopCate{margin: 40px auto;}
	.shopTopCate ul{gap:3%}
	/*.shopTopCate li{flex-basis: 20%;}
	.shopTopCate li:nth-child(3n){margin-bottom:15px;}*/
	.shopTopCate li a p {}
	
	.prodFilter .select{width:100px;}
	.prodFilter .select.none{display:none !important;}
	
	.shopPro .proBox dl{padding: 20px 5px 40px;}
	.shopPro .proBox dt{font-size: 1.35rem;}

	.btnCont ul {gap: 3% !important ;}
	.btnCont li {flex-basis: 31.3333%; border-radius: 20px;}
	.btnCont li:nth-child(-n+3){margin-bottom:15px;}
	.btnCont li a{padding: 30px 0;}
	.btnCont li.btn_bg a{line-height: 150px;}
	
	.mainCont01 {padding: 80px 0;}
	.mainCont01 .inner{display:block;}
	.mainCont01 .inner .left h3{margin: 10px 0 40px;}
	
	.shopTit br{display:none;}
	
	.shopEvent a {width: calc((100% - 30px) / 2);}

}

/* =========================== media-580 ============================= */

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

}


