@charset "utf-8";

.product h3::before {
	background-color: var(--color-main);
}

.product .product-section02 h3::before {
	display: none;
}

.about-section02.product-section02 {
	height: 502px;
	display: flex;
	align-items: center;
}

.about-section02.product-section02 h3 {
	margin-top: 10px;
}

.about-section02.product-section02 h3::before {
	display: none;
}

.about-section02.product-section02 p {
	margin-top: 19px;
	font-weight: 600;
}

.about-section02.product-section02 span {
	margin-top: 11px;
	color: #1A202C;
}

.product-section03 {
	background-color: #F6F6F6;
	padding: 103px 0 108px;
}

.product-section03 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.product-section03 .container .left {
	max-width: 730px;
}

.product-section03 .container .left h3 {
	font-size: 45px;
	letter-spacing: -0.005em;
	line-height: 1.5;
}

.product-section03 .container .left p {
	margin-top: 34px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.5px;
}

.product-section03 .container .left a {
	display: inline-block;
	padding: 11px 23px;
	margin-top: 74px;
	background-color: var(--color-main);
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	border-radius: 99px;
}

.product-section03 .container .right {
	max-width: 598px;
}

.product-section03 .container .right img {
	position: absolute;
	right: 0;
	top: -30px;
	width: 100%;
	max-width: 598px;
}

.product-section03.product-section04 {
	background-color: #fff;
	padding: 130px 0 108px;
}

.popup {
	display: none;
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.popup.active {
	display: block;

}

#popup-vertical .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 740px;
	height: 660px;
}

#popup-vertical .popup-content img {
	width: 100%;
	max-width: 740px;
}

#popup-horizontal .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 894px;
	height: 381px;
}

#popup-horizontal .popup-content img {
	width: 100%;
	max-width: 894px;
}

.popup .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width:1280px) {
	.product-section03 .container .left img.m-b {
		margin-top: 40px;
		width: 95%;
		max-width: 598px;
	}

	.product-section03 .container .left a {
		margin-top: 40px;
	}
}

@media (max-width:900px) {
	#popup-horizontal .popup-content {
		width: 95%;
		height: auto;
	}
}

@media (max-width:768px) {
	#popup-vertical .popup-content {
		width: 95%;
		height: auto;
	}
	.product-section03{
		padding: 100px 0 60px;
	}
	.product-section03 .container .left h3{
		font-size: 26px;
	}
	.product-section03 .container .left p{
		font-size: 20px;
	}
	.product-section03 .container .left a{
		font-size: 20px;
		margin-top: 40px;
	}
	.product-section03.product-section04{
		padding: 100px 0 60px;
	}
}