.product .list {
	margin-top: 50px;
	gap: 60px 30px;
}
.product .list .item {
	width: calc(25% - 23px);
	text-align: center;
}
.product .list .item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 130%;
	border-radius: 10px;
	background: var(--base2);
	overflow: hidden;
	box-sizing: border-box;
}
.product .list .item .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 83%;
	transform: translate(-50%,-50%);
}
.product .list .item .thumb img:hover {
	transform: translate(-50%,-50%) scale(1.1);
}
.product .list .item p {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.product .sec02 .list .item .thumb {
	background: var(--white);
}




.product .detail {
	padding-top: 100px;
	padding-bottom: 100px;
	gap: 100px;
}
.product .detail .info_area {
	gap: 50px;
}
.product .detail .info_area .thumb {
	position: relative;
	width: 660px;
}
.product .detail .info_area .thumb .gallery_swiper {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: var(--base2);
}
.product .detail .info_area .thumb .gallery_swiper .swiper-slide {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.product .detail .info_area .thumb .gallery_swiper .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.product .detail .info_area .thumb .thumb_swiper {
	margin-top: 20px;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-slide {
	height: 0;
	padding-bottom: 20%;
	border-radius: 10px;
	background: var(--base2);
	opacity: .5;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-slide-thumb-active {
	opacity: 1;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-button-prev,
.product .detail .info_area .thumb .thumb_swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	opacity: .5;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    border-radius: 50%;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-button-prev:after,
.product .detail .info_area .thumb .thumb_swiper .swiper-button-next:after {
	display: none;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-button-prev {
	left: 0;
	background: url("../images/slide-left.svg")no-repeat 50% 50% / 100%;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-button-next {
	right: 0;
	background: url("../images/slide-right.svg")no-repeat 50% 50% / 100%;
}
.product .detail .info_area .thumb .thumb_swiper .swiper-button-disabled {
	display: none;
}
.product .detail .info_area .info {
	flex: 1;
	width: 100%;
	padding: 20px 0;
	gap: 50px;
	word-break: keep-all;
	box-sizing: border-box;
}
.product .detail .info_area .info > div {
	gap: 10px;
	line-height: 1.4;
}
.product .detail .info_area .info > div > strong {
	font-size: 24px;
	font-weight: 700;
}
.product .detail .info_area .info .tit h3 {
	font-size: 40px;
	font-weight: 700;
}
.product .detail .info_area .info .tit p {
	font-size: 24px;
	font-weight: 300;
}
.product .detail .info_area .info .point > div {
	gap: 10px;
}
.product .detail .info_area .info .point > div span {
	background: var(--key-color);
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 10px;
	box-sizing: border-box;
}
.product .detail .info_area .info .spec table {
	font-family: 'SUIT';
	font-size: 20px;
}
.product .detail .info_area .info .spec table th {
	text-transform: capitalize;
	border: 1px solid var(--gray);
	background: var(--base2);
	font-weight: 500;
	color: var(--key-color);
	padding: 10px;
}
.product .detail .info_area .info .spec table td {
	padding: 10px 20px;
	border: 1px solid var(--gray);
}
.product .detail .info_area .info .btn_area {
	justify-content: end;
}
.product .detail .info_area .info .btn_area a {
	font-family: 'SUIT';
	letter-spacing: 0.32px;
	padding: 0 30px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	box-sizing: border-box;
}



.product .detail .ex_gallery .slide {
	position: relative;
	margin-top: 40px;
}
.product .detail .ex_gallery .swiper {
	position: static;
}
.product .detail .ex_gallery .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}
.product .detail .ex_gallery .swiper-slide img {
	width: 100%;
}
.product .detail .ex_gallery .swiper-button-prev,
.product .detail .ex_gallery .swiper-button-next {
	width: 50px;
	height: 50px;
	margin: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
	border-radius: 50%;
	opacity: .5;
}
.product .detail .ex_gallery .swiper-button-prev:after, 
.product .detail .ex_gallery .swiper-button-next:after {
	display: none;
}
.product .detail .ex_gallery .swiper-button-prev {
	left: -30px;
	background: url("../images/slide-left.svg")no-repeat 50% 50% / 100%;
}
.product .detail .ex_gallery .swiper-button-next {
	right: -30px;
	background: url("../images/slide-right.svg")no-repeat 50% 50% / 100%;
}
.product .detail .ex_gallery .swiper-button-disabled {
	display: none;
}


.product .detail .banner {
	line-height: 1.4;
	word-break: keep-all;
}
.product .detail .banner h4 {
	font-size: 40px;
}
.product .detail .banner .left {
	flex: 1;
	width: 100%;
	padding: 20px 40px 0;
	background: #FAED2F;
	gap: 10px;
	box-sizing: border-box;
}
.product .detail .banner .left .thumb {
	position: relative;
	width: 240px;
	overflow: hidden;
}
.product .detail .banner .left .thumb img {
	width: 100%;
}
.product .detail .banner .left .txt {
	flex: 1;
	width: 100%;
	padding: 20px 0;
	justify-content: center;
	gap: 16px;
	box-sizing: border-box;
}
.product .detail .banner .left .txt div {
	font-size: 20px;
}
.product .detail .banner .left .txt div .txt_color {
	font-size: 24px;
}
.product .detail .banner .left .txt p {
	font-size: 20px;
	font-weight: 500;
}
.product .detail .banner .right {
	width: 484px;
	padding: 40px 60px;
	background: var(--base2);
	gap: 10px;
	box-sizing: border-box;
}
.product .detail .banner .right strong {
	font-size: 32px;
	text-transform: capitalize;
}
.product .detail .banner .right p {
	font-size: 20px;
}





@media screen and (max-width: 1560px) {
	.product .list .item p {
		font-size: 18px;
	}


	.product .detail {
		gap: 60px;
	}
	.product .detail .info_area .thumb {
		width: 480px;
	}
	.product .detail .info_area .info .tit h3 {
		font-size: 32px;
	}
	.product .detail .info_area .info .tit p {
		font-size: 20px;
	}
	.product .detail .info_area .info > div > strong {
		font-size: 20px;
	}
	.product .detail .info_area .info .point > div span {
		font-size: 18px;
	}
	.product .detail .info_area .info .spec table {
		font-size: 18px;
	}
	.product .detail .ex_gallery .swiper-button-prev {
		left: 0px;
	}
	.product .detail .ex_gallery .swiper-button-next {
		right: 0px;
	}


	.product .detail .banner h4 {
		font-size: 32px;
	}
	.product .detail .banner .left {
		padding: 20px 20px 0;
	}
	.product .detail .banner .left .thumb {
		width: 200px;
	}
	.product .detail .banner .left .txt div {
		font-size: 18px;
	}
	.product .detail .banner .left .txt div .txt_color {
		font-size: 20px;
	}
	.product .detail .banner .left .txt p {
		font-size: 18px;
	}
	.product .detail .banner .right {
		width: 400px;
		padding: 25px 30px;
	}
	.product .detail .banner .right strong {
		font-size: 26px;
	}
	.product .detail .banner .right p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.product .list .item {
		width: calc(33.333% - 20px);
	}


	.product .detail {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.product .detail .info_area {
		gap: 20px;
	}
	.product .detail .info_area .thumb {
        width: 320px;
    }
	.product .detail .info_area .thumb .thumb_swiper .swiper-slide {
		padding-bottom: 25%;
	}
	.product .detail .info_area .info {
		gap: 25px;
	}
	.product .detail .info_area .info .tit h3 {
        font-size: 26px;
    }
	.product .detail .info_area .info .tit p {
        font-size: 16px;
    }
	.product .detail .info_area .info > div > strong {
        font-size: 16px;
    }
	.product .detail .info_area .info .point > div span {
        font-size: 14px;
		padding: 9px 13px 7px;
    }
	.product .detail .info_area .info .spec table {
        font-size: 16px;
    }
	.product .detail .info_area .info .btn_area a {
		font-size: 14px;
		padding: 0 20px;
		height: 44px;
		line-height: 44px;
	}


	.product .detail .ex_gallery .slide {
		margin-top: 20px;
	}
	.product .detail .ex_gallery .swiper-button-prev,
	.product .detail .ex_gallery .swiper-button-next {
		width: 35px;
		height: 35px;
	}
	.product .detail .ex_gallery .swiper-button-prev {
		left: -10px;
	}
	.product .detail .ex_gallery .swiper-button-next {
		right: -10px;
	}

	
	.product .detail .banner .left {
		flex: none;
	}
	.product .detail .banner .right {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.product .list {
		margin-top: 30px;
		gap: 30px 15px;
	}
	.product .list .item {
		width: calc(50% - 8px);
	}
	.product .list .item p {
        font-size: 16px;
    }


	.product .detail .info_area .thumb {
		width: 100%;
	}
	.product .detail .info_area .info .tit h3 {
        font-size: 20px;
    }
	.product .detail .info_area .info .tit p {
        font-size: 14px;
    }
	.product .detail .info_area .info .spec table {
        font-size: 14px;
    }

	.product .detail .ex_gallery .swiper-button-prev,
	.product .detail .ex_gallery .swiper-button-next {
		display: none;
	}

	.product .detail .banner h4 {
        font-size: 26px;
    }
	.product .detail .banner .left {
        padding: 20px 10px 0;
    }
	.product .detail .banner .left .thumb {
		margin: 0 auto;
	}
	.product .detail .banner .left .txt {
		flex: none;
		text-align: center;
	}
	.product .detail .banner .left .txt div {
        font-size: 14px;
    }
	.product .detail .banner .left .txt div .txt_color {
        font-size: 18px;
    }
	.product .detail .banner .left .txt p {
        font-size: 14px;
    }
	.product .detail .banner .right {
		padding: 25px 10px;
	}
	.product .detail .banner .right strong {
        font-size: 20px;
    }
	.product .detail .banner .right p {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
	.product .list .item p {
        font-size: 14px;
    }

	.product .detail .info_area .thumb .thumb_swiper .swiper-slide {
		padding-bottom: 32%;
	}

	.product .detail .banner .left .txt div br.m {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	.product .list .item {
		width: 100%;
	}
}