.product {
	gap: 80px;
}
.product .gray_bg {
	position: relative;
	padding: 60px;
	border-radius: 10px;
	background: var(--gray);
	gap: 60px;
	line-height: 1.4;
	box-sizing: border-box;
}
.product .gray_bg h3 {
	text-transform: uppercase;
}
.product .gray_bg .form .img {
	width: 450px;
}
.product .form {
	gap: 10px;
	line-height: 1.4;
	overflow: hidden;
}
.product .form .txt_box {
	flex: 1;
	width: 100%;
	gap: 20px;
	font-size: 20px;
}
.product .form .txt_box h4 {
	font-size: 32px;
}
.product .form .txt_box p {
	font-weight: 600;
}
.product .form .txt_box .line {
	white-space: pre-line;
}
.product .form .title {
	gap: 20px;
}
.product .form .img {
	width: 700px;
	overflow: hidden;
}
.product .form .img img {
	width: 100%;
	transition: all .5s;
}
.product .form .img:hover img {
	transform: scale(1.05);
}

.product h3 {
	font-size: 40px;
	text-transform: capitalize;
}

.product .box {
	padding: 60px 0;
	gap: 20px;
	line-height: 1.4;
	border-bottom: 1px solid var(--gray2);
}
.product .box:last-child {
	border-bottom: 0;
}
.product .box h4 {
	font-size: 32px;
	font-weight: 700;
}
.product .box > strong {
	font-size: 20px;
}
.product .box .txt {
	white-space: pre-line;
}
.product .box .img {
	gap: 10px;
}
.product .box .img > div {
	position: relative;
	border-radius: 10px;
	border: 1px solid var(--gray2);
	overflow: hidden;
	box-sizing: border-box;
}
.product .box .img.grid2 > div {
	width: calc(50% - 8px);
}
.product .box .img.grid3 > div {
	width: calc(33.333% - 7px);
}
.product .box .img.grid4 > div {
	width: calc(25% - 8px);
}
.product .box .img > div img {
	width: 100%;
	transition: all .5s;
}
.product .box .img > div:hover img {
	transform: scale(1.05);
}
.product .grid_box {
	padding: 30px;
	gap: 30px;
	box-sizing: border-box;
}
.product .grid_box .box {
	flex: 1;
	border-bottom: 0;
	padding: 0;
}
.product .grid_box .box .title {
	gap: 10px;
	min-height: 77px;
}


.product04 .gray_bg .form .txt_box > div > div {
	position: relative;
	padding-left: 85px;
}
.product04 .gray_bg .form .txt_box > div > div span {
	position: absolute;
	left: 0;
}
.product04 .form .img {
	width: 534px;
}



.product05 .img {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	background: url("../images/product05_img1.png")no-repeat 50% 50% / auto 100%;
	border-radius: 10px;
	transition: all .8s;
}
.product05 .img:hover {
	background-size: auto 110%;
}
.product05 .img .box {
	position: absolute;
	left: 40px;
	bottom: 40px;
	padding: 40px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.40);
	gap: 20px;
	line-height: 1.4;
	max-width: 574px;
	box-sizing: border-box;
}
.product05 .img .box h2 {
	font-size: 48px;
}
.product05 .img .box p {
	font-size: 20px;
}
.product05 .sec01 {
	padding: 60px 0;
	gap: 20px;
	border-bottom: 1px solid var(--gray2);
}
.product05 .sec01 h4 {
	font-size: 32px;
}
.product05 .sec01 p {
	font-size: 20px;
	font-weight: 600;
}
.product05 .sec01 .gray_bg {
	gap: 20px;
	padding: 30px 40px;
}
.product05 .sec01 .gray_bg ul li {
	color: var(--key-color);
	font-size: 24px;
	font-weight: 600;
}
.product05 .sec01 .gray_bg div {
	background: var(--white);
	padding: 16px 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.product05 .prd_list {
	gap: 50px 20px;
}
.product05 .prd_list .item {
	width: calc(33.333% - 14px);
}
.product05 .prd_list .item .thumb {
	position: relative;
	border-radius: 10px;
	border: 1px solid var(--gray2);
	overflow: hidden;
	box-sizing: border-box;
}
.product05 .prd_list .item .thumb img {
	width: 100%;
	transition: all .8s;
}
.product05 .prd_list .item .thumb:hover img {
	transform: scale(1.05);
}
.product05 .prd_list .item .txt {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.4;
}



@media screen and (max-width: 1280px) {
	.product h3 {
		font-size: 28px;
	}
	.product .box h4 {
		font-size: 26px;
	}
	.product .grid_box .box .title p {
		font-size: 14px;
	}
	.product .box > strong {
		font-size: 18px;
	}
	.product .gray_bg .form {
		margin-top: 20px;
	}
	.product .form .txt_box h4 {
		font-size: 26px;
	}
	.product .form .img {
		width: 490px;
	}
	.product .form .txt_box {
		font-size: 18px;
	}
	.product04 .gray_bg .form .txt_box > div > div {
		padding-left: 77px;
	}
	
	
	.product05 .img .box h2 {
		font-size: 36px;
	}
	.product05 .img .box p {
		font-size: 18px;
	}
	.product05 .sec01 h4 {
		font-size: 26px;
	}
	.product05 .sec01 p {
		font-size: 18px;
	}
	.product05 .sec01 .gray_bg ul li {
		font-size: 20px;
	}
	.product05 .prd_list .item .txt {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.product {
		gap: 40px;
	}
	.product .gray_bg {
		padding: 30px;
		gap: 30px;
	}
	.product h3 {
		font-size: 20px;
	}
	.product .box {
		padding: 30px 0;
		font-size: 14px;
	}
	
	.product .box h4 {
        font-size: 20px;
    }
	.product .box > strong {
		font-size: 16px;
	}
	
	.product .grid_box {
		padding: 20px;
	}
	
	.product .gray_bg .form .img {
		width: 320px;
	}
	.product .form .txt_box {
        font-size: 16px;
    }
	.product .form .txt_box h4 {
        font-size: 20px;
    }
	.product .form .img {
        width: 350px;
    }
	
	.product04 .gray_bg .form .txt_box > div > div {
        padding-left: 70px;
    }
	
	.product05 .img .box {
		left: 20px;
		bottom: 20px;
		padding: 20px;
		gap: 10px;
	}
	.product05 .img .box h2 {
        font-size: 24px;
    }
	.product05 .img .box p {
        font-size: 14px;
    }
	.product05 .sec01 h4 {
        font-size: 22px;
    }
	.product05 .sec01 p {
        font-size: 14px;
    }
	.product05 .sec01 .gray_bg {
		padding: 20px 30px;
	}
	.product05 .sec01 .gray_bg ul li {
        font-size: 16px;
    }
	.product05 .sec01 .gray_bg div {
		font-size: 14px;
	}
	.product05 .prd_list .item .txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
	.product .box .img.grid4 > div {
		width: calc(50% - 5px);
	}
	
	.product .grid_box {
		padding: 0;
		gap: 15px;
	}
	.product .grid_box .box {
		flex: none;
		width: 100%;
	}
	.product .grid_box .box .title {
		min-height: auto;
	}
	.product .gray_bg .form .img {
		width: 100%;
	}
	.product .form .img {
		width: 100%;
	}
	
	
	.product05 .img {
		background: none;
		height: auto;
		padding-bottom: 0;
	}
	.product05 .img:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        background: url("../images/product05_img1.png") no-repeat 50% 50% / cover;
    }
	.product05 .img .box {
		position: static;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		background: var(--gray);
	}
	.product05 .prd_list .item {
		width: calc(50% - 10px);
	}
	.product05 .prd_list .item .txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
	.product .box .img.grid2 > div,
	.product .box .img.grid3 > div	{
		width: 100%;
	}
	.product .grid_box .box .img.grid2 > div {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 380px) {
	.product .box .img.grid4 > div {
		width: 100%;
	}
	.product .grid_box .box .img.grid2 > div {
		width: 100%;
	}
	
	.product05 .prd_list .item {
		width: 100%;
	}
}