.visual {
	position: relative;
	height: 1050px;
	background: url("../images/visual_bg.png")no-repeat 50% 50% / cover;
}
.visual .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	max-width: 950px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.80);
	padding: 50px;
	box-sizing: border-box;
}
.visual .box h2 {
	font-size: 60px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.visual .box h2 p {
	font-weight: 500;
}
.visual .box > div a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-family: 'Pretendard';
	font-size: 20px;
	font-weight: 500;
	padding: 0 20px;
	border-radius: 10px;
	box-sizing: border-box;
}




.sec01 {
	padding-top: 100px;
	background: url("../images/sec01_img.png")no-repeat calc(50% - -545px) 50%;
}
.sec01 .inner {
	height: 728px;
	justify-content: center;
}
.sec01 .txt {
	gap: 40px;
	width: 60%;
}
.sec01 .txt p {
	color: #1A1A1A;
}




.sec02 .txt {
	max-width: 545px;
	gap: 30px;
	padding-top: 150px;
}
.sec02 .thumb > div {
	width: calc(50% - 25px);
}



.sec03 .txt {
	max-width: 382px;
	gap: 30px;
	padding-top: 150px;
}
.sec03 .thumb > div {
	width: calc(50% - 25px);
}
.sec03 .thumb > div:first-child:after {
	content: '';
    position: absolute;
    top: -17%;
    right: -11%;
    display: block;
    width: 37%;
    height: 31%;
    background: url("../images/sec03_img3.svg") no-repeat 50% 50% / 100%;
	z-index: 1;
}



.sec04 .inner {
	justify-content: center;
}
.sec04 .thumb {
	flex: none;
	width: 380px;
}
.sec04 .txt {
	gap: 30px;
}
.sec04 .txt ul {
	gap: 20px;
}
.sec04 .txt ul li {
	width: max-content;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 20px;
	gap: 10px;
	color: #919191;
	font-size: 24px;
	font-weight: 500;
	box-sizing: border-box;
}





@media screen and (max-width: 1560px) {
	.visual {
		height: 880px;
	}
	.visual .box h2 {
		font-size: 42px;
	}


	.sec01 {
        background-size: 620px;
        background-position: calc(100% - -120px) 50%;
    }
	.sec01 .inner {
		height: 590px;
	}
	.sec01 .txt {
		gap: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.visual {
        height: 590px;
    }
	.visual .box {
		padding: 30px 5px;
	}
	.visual .box h2 {
		font-size: 30px;
	}
	.visual .box > div a {
		font-size: 16px;
	}


	.sec01 {
        background-size: 440px;
        background-position: calc(100% - -95px);
    }
	.sec01 .inner {
        height: 380px;
    }


	.sec02 .txt {
		gap: 20px;
		padding-top: 13%;
	}
	.sec02 .thumb > div {
		width: calc(50% - 10px);
	}


	.sec03 .txt {
		max-width: 300px;
		padding-top: 13%;
	}
	.sec03 .thumb > div {
		width: calc(50% - 10px);
	}


	.sec04 .txt {
		gap: 20px;
	}
	.sec04 .txt ul li {
		font-size: 18px;
	}
	.sec04 .txt ul li img {
		width: 41px;
	}
	.sec04 .thumb {
		width: 325px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
        height: 380px;
    }
	.visual .box {
		border-radius: 10px;
	}
	.visual .box h2 {
        font-size: 22px;
		margin-bottom: 20px;
    }
	.visual .box > div a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}


	.sec01 {
		padding-top: 80px;
        background-size: 380px;
        background-position: calc(50% - -70px) 100%;
	}
	.sec01 .inner {
		height: 350px;
        justify-content: start;
    }
	.sec01 .txt {
		width: 100%;
		max-width: 100%;
		gap: 10px;
	}


	.sec02 .txt {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		gap: 10px;
	}


	.sec03 .txt {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		gap: 20px;
	}
	
	
	.sec04 .thumb {
		order: 0;
		width: 90%;
		max-width: 325px;
		margin: 0 auto;
	}
	.sec04 .txt {
		order: 1;
		width: 100%;
	}
	.sec04 .txt ul {
		align-items: center;
	}
	.sec04 .txt ul li {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 380px) {
	.sec01 {
        background-size: 300px;
        background-position: calc(50% - -50px) 100%;
    }
	.sec01 .inner {
        height: 320px;
	}
}