/*  */

.products-archive.wrapper {
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 60px 0 120px 0;
}
.products-archive .top-section {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.products-archive .top-inner {
	position: relative;
	max-width: 1648px;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px 36px 16px;
}
.products-archive .top-inner .breadcrumb {
	color: #999;
	font-family: "Pretendard";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.products-archive .top-inner ul {
	display: flex;
	margin-bottom: 12px;
}
.products-archive .top-inner ul .parent {
	position: relative;
}
.products-archive .top-inner ul .parent:before {
	position: relative;
	display: inline-block;
	content: '';
	width: 6px;
	height: 10px;
	margin: 0 8px;
	background-size: contain;
	background-image: url('../images/right-arrow.jpg');
}
.products-archive .top-inner .row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.products-archive .top-inner .row .sort-box label {
	color: #888;
	font-family: "Pretendard";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}
.products-archive .top-inner .row .sort-box select {
	color: #000;
	font-family: "Pretendard";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	cursor: pointer;
}
.products-archive .top-inner h1 {
	color: #000;
	font-family: "Pretendard";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.products-archive .body-section {
	display: flex;
	max-width: 1648px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
}
.products-archive .body-section .side {
	width: 200px;
	padding: 40px 30px;
	padding-left: 0px;
}
.products-archive .select-cate {
	display: none;
}
.products-archive .body-section .side .b-title {
	display: none;
}
.products-archive .cate-dim {
	display: none;
}
/*.products-archive .body-section .side.pc {
	display: block;
}
.products-archive .body-section .side.mo {
	display: none;
}*/
.products-archive .side-categories {

}
.products-archive .side-categories .cate-item {
	margin-bottom: 40px;
}
.products-archive .side-categories .cate-item .cate-item-title {
	width: 100%;
	display: block;
	position: relative;
	color: #000;
	font-family: "Pretendard";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.products-archive .side-categories .cate-item .cate-item-title:after {
	content:'';
	display: block;
	position: absolute;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	width: 12px;
	height: 6px;
	background-image: url('../images/side-toggle.jpg');
	background-size: 12px 6px;
}
.products-archive .side-categories .cate-item.active .cate-item-title:after {
	transform: translateY(-50%) rotate(180deg);
}
.products-archive .side-categories .cate-item .cate-item-title span {
/*	font-size: 16px;*/
/*	font-weight: bold;*/
}
.products-archive .side-categories ul.cate-item-children {
	margin-top: 20px;
	display: none;
}
.products-archive .side-categories .cate-item.active ul.cate-item-children {
	display: block;
}
.products-archive .side-categories ul.cate-item-children li {
	margin-bottom: 14px;
}
.products-archive .side-categories ul.cate-item-children li a {
	color: #000;
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.products-archive .side-categories ul.cate-item-children li.active a {
	color: #DA3023;
}
.products-archive .body-section .products-wrapper {
	width:calc(100% - 200px);
}
.products-archive .body-section .products-wrapper .products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width:100%;
	height: auto;
	margin: 0;
	margin-bottom: 50px;
	border-left: 1px solid #eee;
}

.products-archive .product-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 28px 48px 47px 48px;
}
.products-archive .product-item.sold-out {
	cursor: default !important;
}
.products-archive .product-item.sold-out .mark {	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 78px;
	height: 78px;
	border-radius: 83.571px;
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 17.6px */
	letter-spacing: 0.96px;
	z-index: 10;
	padding: 21px 0 0 0;
}
.products-archive .products-wrapper .product-item.sold-out .thumbnail img:hover {
	transform: scale(1.2);
}
.products-archive .products-wrapper .product-item.sold-out .option {
	opacity: 0.4;
}
.products-archive .products-wrapper .product-item.sold-out .price {
	opacity: 0.4;
}
.products-archive .products-wrapper .product-item.sold-out .member-badge {
	opacity: 0.4;
}
.products-archive .products-wrapper .product-item.sold-out .point {
	opacity: 0.4;
}

.products-archive .products-wrapper .product-item {
/*	max-width: 256px;*/
	flex: 0 1 calc((100% - 80px) / 6);
}

.products-archive .products-wrapper .product-item .thumbnail {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 148px;
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	overflow: hidden;
}
.products-archive .products-wrapper .product-item .thumbnail img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(0.8);
}
.products-archive .products-wrapper .product-item .thumbnail img:hover {
	transform: scale(0.9);
}
.products-archive .products-wrapper .product-item .cate {
	overflow: hidden;
	color: #888;
	text-overflow: ellipsis;
	font-family: "Pretendard";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 18.2px */
	margin-bottom: 6px;
}
.products-archive .products-wrapper .product-item .title {
	color: #000;
	font-family: "Pretendard";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 22.1px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}
.products-archive .products-wrapper .product-item .star {
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}

.products-archive .products-wrapper .product-item .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}

.products-archive .products-wrapper .product-item .star span {
	padding-left: 5px;
	color: #666;
	font-family: "Pretendard";
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.products-archive .products-wrapper .product-item .star i {
	display:inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88.24%;
}
.products-archive .products-wrapper .product-item .badge {
	width: fit-content;
	height: 20px;
	color: #FFF;
	font-family: "Pretendard";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.36px;
	border-radius: 5px;
	background: #DA3023;
	padding: 0 5px;
	margin-bottom: 6px;
}
.products-archive .products-wrapper .product-item .option {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #3874CB;
	font-family: "Pretendard";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.42px;
	margin-bottom: 10px;
}
.products-archive .products-wrapper .product-item .regular_price {
	color: #888;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
	margin-bottom: 2px;
}
.products-archive .products-wrapper .badge-wrap {
	display: flex;
	gap: 6px 4px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.products-archive .products-wrapper .badge-wrap .member-badge {
	display: flex;
	gap: 3px;
	height: 22px;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #EEE;
	background: #FFF;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 4px 7px;
	white-space: nowrap;
	letter-spacing: -0.36px;
}
.products-archive .products-wrapper .badge-wrap .member-badge img {
	width: 10px;
	height: 10px;
}
.products-archive .products-wrapper .product-item .regular_price span {
	color: #888;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
}
.products-archive .products-wrapper .product-item .price {
	color: #000;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
.products-archive .products-wrapper .product-item .price small {
	color: #000;
	font-family: "Pretendard";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.39px;
}
.products-archive .products-wrapper .product-item .price span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	padding-right: 2px;
}
.products-archive .products-wrapper .product-item .point {
	display: inline-block;
	color: #666;
	height: 22px;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	padding: 4px 6px;
	background: #F9F9F9;
	white-space: nowrap;

}
.products-archive .products-wrapper .product-item .point small {
	color: #666;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


@media (max-width: 1400px) {
	.products-archive .body-section .products-wrapper .products {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		width:100%;
		height: auto;
		margin: 0;
		margin-bottom: 50px;
		border-left: 1px solid #eee;
	}

}

@media (max-width: 1200px) {
	.products-archive .body-section .products-wrapper .products {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width:100%;
		height: auto;
		margin: 0;
		margin-bottom: 50px;
		border-left: 1px solid #eee;
	}
	.products-archive .products-wrapper {
		width: 100%;
		margin: 0;
	}

	.products-archive .products-wrapper {
/*		width: 33.3%;*/
/*		margin-top: 5.695%;*/
/*		padding-bottom: 53%;*/
	}
}

/* 반응형 코드 */
@media (max-width: 768px) {
	.products-archive.wrapper {
		padding: 40px 0 100px 0;
	}
	.products-archive .top-inner .breadcrumb {
		color: #999;
		font-family: "Pretendard";
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.products-archive .top-inner ul {
		margin-bottom: 14px;
	}
	.products-archive .top-inner h1 {
		color: #000;
		font-family: "Pretendard";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 20px;
	}
	.products-archive .top-inner {
		padding-bottom: 16px;
	}
	.products-archive .top-inner .row {
		display: block;
	}
/*	.products-archive .body-section .side.pc {
		display: none;
	}
	.products-archive .body-section .side.mo {
		display: block;
	}*/
	.products-archive .body-section {
		padding: 0;
	}
	.products-archive .body-section .products-wrapper {
		width: 100%;
	}
	.products-archive .product-item {
		padding: 10px 16px 30px 16px;
	}
	.products-archive .body-section .side {
		position: fixed;
		width: 100%;
		max-height: calc(100vh - 100px);
		background-color: #fff;
		border-radius: 30px 30px 0px 0px;
		height: 668px;
		bottom: 0;
		left: 0;
		padding: 0;
		z-index: 1000;
		transition: 0.4s;
		transform: translateY(100%);
	}
	.products-archive .select-cate {
		display: block;
	}	
	.select-cate select {
		pointer-events: none;
	}
	.products-archive .body-section .side.active {
		position: fixed;
		width: 100%;
		max-height: calc(100vh - 100px);
		background-color: #fff;
		border-radius: 30px 30px 0px 0px;
		height: 668px;
		bottom: 0;
		left: 0;
		padding: 0;
		z-index: 1000;
		transform: translateY(0);
	}
	.products-archive .body-section .side .b-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		font-family: "Pretendard";
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 28.8px */
		padding: 24px 24px 16px 24px;
		border-bottom: 1px solid #EEE;
	}
	.products-archive .cate-dim {
		display: none; /* 기본적으로 숨김 */
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
	    background-color: rgba(0, 0, 0, 0.5);
	    z-index: 150;	
	}	
	.products-archive .cate-dim.active {
		display: block; /* 기본적으로 숨김 */
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
	    background-color: rgba(0, 0, 0, 0.5);
	    z-index: 150;	
	}	
	.products-archive .body-section .side .b-title img {
		cursor: pointer;
	}
	.products-archive .side-categories {
		padding: 24px 24px 60px 24px;
		overflow: auto;
		height: 100%;
	}
	.products-archive .side-categories .cate-item .cate-item-title span {
		color: #000;
		font-family: "Pretendard";
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.products-archive .top-inner .row .sort-box {
		display: flex;
		gap: 9px;
	}
	.products-archive .top-inner .row .sort-box label {
		display: none;
	}
	.products-archive .top-inner .row .sort-box .select-cate {
		width: 50%;
	}
	.products-archive .top-inner .row .sort-box .select-cate {
		width: 50%;
	}
	.products-archive .top-inner .row .sort-box #sort {
		width: 50%;	
	}
	.products-archive .top-inner .row .sort-box select {
		width: 100%;
		height: 40px;
		border-radius: 10px;
		border: 1px solid #EEE;
		background: #FFF;	
		color: #888;
		font-family: "Pretendard";
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%;
		padding: 0 14px;
	}
	.products-archive .products-wrapper .product-item .thumbnail {
		height: 138px;
	}
	.products-archive .products-wrapper .product-item .cate {
		display: none;
	}
	.products-archive .products-wrapper .product-item .title {
		color: #000;
		font-family: "Pretendard";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 18.2px */
		-webkit-line-clamp: 3;
		margin-bottom: 6px;
	}
	.products-archive .products-wrapper .product-item .star {
		margin-bottom: 20px;
	}
	.products-archive .products-wrapper .product-item .option {
		font-size: 13px;
		margin-bottom: 8px;
	}
	.products-archive .products-wrapper .product-item .price {
		color: #000;
		font-family: "Pretendard";
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.51px;
	}
	.products-archive .products-wrapper .product-item .price small {
		color: #000;
		font-family: "Pretendard";
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.39px;
	}
	.products-archive .products-wrapper .product-item .price span {
		font-size: 17px;
	}
	.products-archive .products-wrapper .badge-wrap {
		margin-top: 8px;
	}

	

/*	*/


	.products-archive .category-title {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.products-archive .category-section {
		margin-bottom: 30px;
	}

	.products-archive .category-section a div {
		width: 50%;
	}

	.products-archive .category-section label {
		font-size: 12px;
		font-weight: 500;
		padding-left: 10px;
	}

	.products-archive .category-section input[type='radio']:checked + label:before {
		width: 20px;
		height: 20px;
		right: 10px;
	}

	.products-archive .product-wrapper {
		padding: 0 10px;
		width: 50%;
		margin-top: 7.695%;
		padding-bottom: 64%;
	}

	.products-archive .product-image {
		padding-bottom: 84%;
	}

	.products-archive .product-image .sold-out {
		height: 40px;
		font-size: 13px;
		line-height: 38px;
	}

	.products-archive .product-detail {
		padding-top: 13px;
	}

	.products-archive .product-type {
		font-size: 12px;
		line-height: 15px;
	}

	.products-archive .product-name {
		line-height: 16px;
		margin-bottom: 10px;
	}

	.products-archive .product-price {
		font-size: 14px;
		line-height: 18px;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.products-archive .top-section {
		margin-bottom: 0;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.products-archive .keyword {
		font-size: 24px;
		line-height: 35px;
	}
}

/* 반응형 */
@media (max-width: 768px) {
	.products-archive .search-result {
		position: static;
		display: block;
		font-size: 16px;
		line-height: 23px;
		margin-top: 15px;
	}
}

@media (max-width: 400px) {
	.products-archive .product-price {
		font-size: 13px;
	}
}

@media (max-width: 370px) {
	.products-archive .product-price {
		font-size: 12px;
	}
}

/* Add your pagination styles here */
