html {scroll-behavior: smooth;}

@font-face {
    font-family: 'Helvetica Regular';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.inner-content{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4,
.inner-content h5,
.inner-content h6{
	font-family: 'Helvetica', sans-serif;
	color: #222222;
}

.inner-content p,
.inner-content a,
.inner-content ul li,
.inner-content span{
	font-family: 'Helvetica Regular';
	font-weight: 400 !important;
	color: #222222;
}

.inner-content h2{
	font-family: 'Helvetica Regular';
	font-weight: 400;
}

.dth-banner{
	background: #e6e6e6;
	padding: 0;
	margin-top: 85px;
}

.inner-banner{
	display: flex;
	align-items: center;
	gap: 53.6px;
	max-width: 1184px;
	width: 100%;
	margin: 0 auto;
}
.inner-banner .banner-content{
	max-width: 612.92px;
	width: 100%;
}
.banner-content h1{
	font-weight: 400;
	font-size: 38px;
	line-height: 46px;
	margin: 0 0 13.3px;
	font-family: 'Helvetica Regular';
}
.banner-content .banner-desc p{
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	margin: 0 0 15.97px;
}
.banner-btn{
	display: flex;
	gap: 10px;
}

.banner-btn a.btn-left,
.choose-detail a.choose-btn{
	width: fit-content;
	display: block;
	padding: 0 25px;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	background: #000000;
}

.btn-black{
	border: none;
	color: #ffffff;
	background: #000000;
}

.btn-white{
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

.banner-btn a.btn-right,
.product-btn a{
	width: fit-content;
	display: block;
	font-size: 14px;
	border: 1px solid #000000;
	color: #000000;
	line-height: 40px;
	padding: 0 19px;
}

.banner-btn a.btn-right-white{
	width: fit-content;
	display: block;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px;
	padding: 0 19px;
}

.banner-thumb img{
	height: 629px;
	object-fit: cover;
}

.dth-choose{
	padding: 0;
}

.inner-choose{
	padding: 84px 0 90px;
	border-bottom: 1px solid #E4E4E4;
}

.inner-choose h2{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 35.45px;
	line-height: 42px;
	max-width: 445px;
	width: 100%;
	margin: 0 0 32px;
}

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

.choose-content .choose-thumb{
	height: 541px;
	overflow: hidden;
	width: 47%;
}

.choose-content .choose-detail{
	width: 45%;
}

.choose-content .choose-detail h3{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 14px;
}

.choose-detail .choose-desc p{
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 18.5px;
}

.choose-detail .choose-desc ul{
	margin: 0 0 27px;
}

.choose-detail .choose-desc ul li{
	font-size: 14px;
	line-height: 20px;
}

.choose-detail .choose-desc ul li strong{
	font-family: 'Helvetica Regular';
	font-weight: 400;
}

.choose-detail a.choose-btn{
	display: inline-block;
}

.product-slider{
	padding: 90px 0 85px;
}

.card-product .card-thumb a{
	display: flex;
	margin: 0 0 23px;
	aspect-ratio: 358 / 480;
	overflow: hidden;
}

.card-product .card-thumb a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-product .card-name{
	margin: 0 0 12px;
	text-align: center;
}

.card-product .card-name a{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display: block;
}

.card-product .card-price{
	text-align: center;
	font-size: 13px;
	line-height: 1;
}

.dth-process{
	padding: 0 0 90px;
}

.dth-process >h2{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 35.45px;
	line-height: 1;
	text-align: center;
	margin: 0 15px 30px;
}

.dth-process .process-thumb{
	width: 100%;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EEEDEB;
}

.list-process{
	display: flex;
	gap: 20px;
	align-items: stretch;
	margin: -130px 0 38px;
}

.list-process .box-process{
	flex-basis: calc(33.333% - 13.333px);
	background: #fff;
	border-radius: 15px;
	padding: 34px 20px 20.5px 27.58px;
	box-shadow: 
    0px 4px 8px 0px rgba(0, 0, 0, 0.05),
    0px 14px 14px 0px rgba(0, 0, 0, 0.04),
    0px 32px 19px 0px rgba(0, 0, 0, 0.03),
    0px 57px 23px 0px rgba(0, 0, 0, 0.01),
    0px 89px 25px 0px rgba(0, 0, 0, 0.00);
}

.box-process-title{
	display: flex;
	gap: 12.58px;
	align-items: center;
	margin: 0 0 10px;
}

.box-process-title h3{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	margin: 0;
}

.box-process-desc p{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	margin: 0 7px 0 4px;
}

a.process-btn{
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 18.5px;
	background: #000000;
	color: #ffffff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.product-swiper{
	clip-path: inset(0px -50px 0px -50px);
	overflow: visible;
	margin-bottom: 24px;
}

.product-btn{
	display: flex;
	justify-content: center;
}

.product-swiper .swiper-slide{
	opacity: 0;
	transform: all 0.3s;
}

.product-swiper .swiper-slide-prev,
.product-swiper .swiper-slide-active,
.product-swiper .swiper-slide-next{
	opacity: 1;
}

.product-swiper .swiper-button-next svg, 
.product-swiper .swiper-button-prev svg{
	width: 30px;
	height: 30px;
}

.product-swiper .swiper-button-prev{
	left: -50px;
	opacity: 1;
}

.product-swiper .swiper-button-next{
	right: -50px;
	opacity: 1;
}

.product-swiper .swiper-button-prev:hover,
.product-swiper .swiper-button-next:hover{
	opacity: 0.7;
}

.dth-sustainability{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	overflow: visible;
}

.dth-contact{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	overflow: visible;
	margin-bottom: 100px;
}


.dth-sustainability .inner-sustainability{
	max-width: 1008.75px;
	width: 100%;
}

.inner-sustainability h2{
	font-size: 38px;
	font-family: 'Helvetica Regular';
	font-weight: 400;
	margin: 0 0 8px;
		padding: 0 15px;
}

.inner-sustainability >p{
	font-size: 16px;
	line-height: 28px;
	margin: 0 ;
		padding: 0 15px;
}

.inner-contact h2{
	text-align:center;
	font-size: 38px;
	font-family: 'Helvetica Regular';
	font-weight: 400;
	margin: 0 0 8px;
		padding: 0 15px;
}

.inner-contact >p{
	font-size: 16px;
	line-height: 28px;
	margin: 0 ;
		padding: 0 15px;
}

.sec-sustainability {
	margin: 90px 0 45px;
}

.list-sustainability{
	margin: -45px 0 -110px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.list-sustainability .box-sustainability{
	flex-basis: 50%;
	padding: 0 15px;
	margin: 0 0 65px;
	
}


.list-sustainability .box-sustainability .box-detail{
	padding: 40px 40px 50px 20px;
	background: #fff;
	border-radius: 15px;
	height: 100%;
	display: flex;
	gap: 15px;
	filter: drop-shadow(0 3px 40px rgb(0 0 0 / .07));
}

.box-sustainability .box-detail >p{
	font-family: 'Helvetica Regular';
	font-weight: 400;
	max-width: 319px;
	width: 100%;
	font-size: 22px;
	line-height: 31.988px;
	margin: 0 ;
}


.inner-sustainability .button-sus{
	padding: 55px 15px 0;
	margin-bottom: 80px;
}

.inner-sustainability a.sus-btn{
    display: inline-block;
    color: #000; 
    font-size: 18px;
    line-height: normal;
    padding: 11px 43px;
    border: 3px solid #000;
    text-align: center;
    background-color: #fff0;
}

.dth-sustainability .container{
	padding: 0 !important;
}

.dth-contact .container{
	padding: 0 !important;
}

.new-banner{
	padding: 183px 0 182px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.new-banner .banner-content h1,
.new-banner .banner-content .banner-desc p{
	color: #fff;
}

.new-process .process-thumb{
	background-size: cover;
}



@media(max-width: 1200px){
	.product-swiper .swiper-button-prev{
		left: -20px;
	}

	.product-swiper .swiper-button-next{
		right: -20px;
	}
	.list-sustainability .box-sustainability .box-detail{
		padding: 40px 30px 50px 20px;
	}
	.box-sustainability .box-detail>p{
		font-size: 20px;
	}
}

@media(max-width: 991px){
	.inner-banner{
		flex-direction: column;
		gap: 0;
		padding-top: 90px;
	}
	.inner-sustainability h2{
		font-size: 30px;
	}
	.list-sustainability .box-sustainability{
		margin: 0 0 30px;
	}
}

@media(max-width: 767px){
	.banner-btn,
	.choose-content,
	.list-process{
		flex-direction: column;
	}
	.banner-thumb img{
		height: auto;
	}
	.inner-banner .banner-content{
		max-width: 100%;
	}
	.choose-content{
		gap: 30px;
	}
	.banner-thumb,
	.choose-content .choose-detail,
	.choose-content .choose-thumb{
		width: 100%;
	}
	.list-sustainability .box-sustainability{
		flex-basis: 100%;
		width: 100%;
	}
	.inner-sustainability .button-sus{
		margin-bottom: 70px;
	}
	
	.box-sustainability .box-detail >p{
		max-width: 100%;
		font-size: 20px;
	}
	.box-sustainability .box-detail >img{
		max-width: 55px;
		object-fit: contain;
	}
	.list-sustainability .box-sustainability .box-detail{
		width: fit-content;
		padding: 30px 30px 30px 20px;
	}
}

@media(max-width: 559px){
	.product-swiper .swiper-button-prev{
		left: 0;
	}

	.product-swiper .swiper-button-next{
		right: 0;
	}
}















