/* font-family: 'VeraHumana95'; */
.about{font-family: 'VeraHumana95';letter-spacing: -0.02em; word-break: keep-all;}

/* 공통 */
._tit{
	font-family: 'VeraHumana95';
	font-size: 50px; line-height: 1.3; overflow: hidden; margin-bottom: calc(80/60*1em);
	margin-bottom: calc(34/50*1em);
}
._tit p{}


.imgBx{
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgBx::before{
    content:''; display: block; padding-bottom: 100vh;

}
.imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
}

.s1{}
.s1 .imgBx{min-height: 500px;}
.s1 .wrap{
	text-align: center; line-height: 1.4;
    position: absolute;bottom: 6%;
}
.s1 .wrap h1{
	font-family: 'VeraHumana95';
	font-size: 80px;
	overflow: hidden;color: #fff;
	margin-bottom: max(0.2em,10px);
}
.s1 .wrap div{
	font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px 20px;
    justify-content: center;
}

@media screen and (max-width:1600px) {
    .s1 .wrap h1{font-size: clamp(70px, 70 / 1440 * 100vw, 80px);}
}
@media screen and (max-width:1440px) {
	.s1 .wrap h1{font-size: clamp(60px, 60 / 1280 * 100vw, 80px);}
}
@media screen and (max-width:1280px) {
    .s1 .wrap h1{font-size: clamp(50px, 50 / 1024 * 100vw, 60px);}
    .s1 .wrap div{font-size: clamp(22px, 22 / 1024 * 100vw, 24px); }
}
@media screen and (max-width:1024px) {
	._tit{font-size: 46px; }

	/* .about{padding-top: 120px;} */
	.s1 .wrap h1{font-size: clamp(40px, 40 / 820 * 100vw, 60px); }
	.s1 .wrap div{font-size: clamp(20px, 20 / 820 * 100vw, 22px); }
}
@media screen and (max-width:820px) {
	._tit{font-size: 36px; }


	.s1 .imgBx::before{	padding-bottom: calc(850/1920*100%);}
	.s1 .wrap h1{font-size: clamp(30px, 30 / 500 * 100vw, 40px); }
	.s1 .wrap div{font-size: clamp(16px, 16 / 500 * 100vw, 20px); gap: 2px 12px; }
}
@media screen and (max-width:500px) {
	._tit{font-size: 28px; }
	/* .s1 .wrap h1{font-size: 34px; } */
	.s1 .wrap div{font-size: clamp(14px, 14 / 360 * 100vw, 16px); flex-wrap: wrap;}
}
@media screen and (max-width:320px) {}



/* s2 */
.s2{margin-top: 140px; margin-bottom: 200px;}
.s2{}
.s2 .wrap{}
.s2 .wrap ._tit{}
.s2 .wrap .flexBx{
	display: flex; align-items: flex-start; justify-content: space-between; gap: 40px;
}
/* .s2 .wrap .imgBx{position: relative; width: 100%; max-width: 960px; overflow: hidden;}
.s2 .wrap .imgBx::before {
	content:''; display: block; padding-bottom: calc(520/960*100%);
}
.s2 .wrap .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
} */
.s2 .videoBx{position: relative; width: 100%; max-width: 960px; overflow: hidden;}
.s2 .videoBx::before {
	content:''; display: block; padding-bottom: calc(520/960*100%);
	padding-bottom: calc(919/1633.77*100%);
}
.s2 .videoBx iframe{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%
}
.s2 .wrap .txtArea{
	text-align: right;
	display: flex; flex-direction: column; gap: 60px; align-items: flex-end;
}
.s2 .wrap .txtArea .txtBx{}
.s2 .wrap .txtArea .txtBx em{
	display: block; font-size: 30px; margin-bottom: 14px;
}
.s2 .wrap .txtArea .txtBx p{
	font-family: 'Pretendard'; font-size: 18px;  line-height: calc(30/18);
	color: #444444; letter-spacing: -0.04em;
}

@media screen and (max-width:1600px) {
	.s2 .wrap .imgBx{max-width: 820px;}
	.s2 .wrap .txtArea .txtBx em{font-size: 24px;}
	.s2 .wrap .txtArea .txtBx p{font-size: 16px;}

}
@media screen and (max-width:1440px) {
	.s2 .videoBx{max-width: calc(900/1440*100vw);}
}
@media screen and (max-width:1280px) {
	.s2 .wrap .flexBx{flex-direction: column;}
	.s2 .videoBx{max-width: unset;}
	.s2 .wrap .txtArea{text-align: left; align-items: flex-start;}
}
@media screen and (max-width:1024px) {
	.s2 .wrap .txtArea .txtBx em{font-size: 20px;}
	.s2 .wrap .txtArea .txtBx p{font-size: 14px;}
}
@media screen and (max-width:820px) {
	.s2 .wrap .flexBx{gap: 40px;}
}
@media screen and (max-width:500px) {
	.s2 .wrap .flexBx{gap: 20px;}
	.s2 .wrap .txtArea{gap: 30px; max-width: 280px; width: 100%;}
	.s2 .wrap .txtArea .txtBx em{font-size: 18px; margin-bottom: 6px;}
	.s2 .wrap .txtArea .txtBx p{font-size: 13px;}
	.s2 .wrap .txtArea .txtBx p br{display: none;}
}
@media screen and (max-width:320px) {}



/* s3 */
.s3{margin-bottom: 200px;}
.s3 .wrap{}
.s3 .wrap ._tit{}
.s3 .wrap ul{
	display: flex; align-items: flex-start; justify-content: flex-start;
	gap: 67px;
}
.s3 .wrap ul li{
	width: calc(100% / 4 - (67px * 3 / 4));
}
.s3 .wrap ul li .imgBx{position: relative;}
.s3 .wrap ul li .imgBx::before {
	content:''; display: block; padding-bottom: calc(280/380*100%);
}
.s3 .wrap ul li .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;
}
.s3 .wrap ul li .txtBx{margin-top: 16px;}
.s3 .wrap ul li .txtBx em{
	display: block; font-size: 30px;
	margin-bottom: 16px;
}
.s3 .wrap ul li .txtBx p{
	font-family: 'Pretendard'; letter-spacing: -0.04em;
	font-size: 18px; line-height: calc(30/18*1em); color: #444444;
}

@media screen and (max-width:1600px) {
	.s3 .wrap ul{gap: 20px;}
	.s3 .wrap ul li{width: calc(100% / 4 - (20px * 3 / 4));}
	.s3 .wrap ul li .txtBx em{font-size: 24px; }
	.s3 .wrap ul li .txtBx p{font-size: 16px; }
	.s3 .wrap ul li .txtBx p br{display: none;}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.s3 .wrap ul{gap: 20px; flex-wrap: wrap; gap: 60px 20px;}
	.s3 .wrap ul li{width: calc(100% / 2 - (20px * 1 / 2));}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.s3 .wrap ul li .imgBx{margin-bottom: 10px;}
	.s3 .wrap ul li .txtBx em{font-size: 20px; margin-bottom: 10px;}
	.s3 .wrap ul li .txtBx p{font-size: 14px; }
}
@media screen and (max-width:500px) {
	.s3 .wrap ul{gap: 40px 4px;}
	.s3 .wrap ul li{width: 100%;}
	.s3 .wrap ul li .txtBx em{font-size: 18px;}
	.s3 .wrap ul li .txtBx p{font-size: 13px; }
}
@media screen and (max-width:320px) {}



/* s4 */
.s4{margin-bottom: 150px;}
.s4 .wrap{}
.s4 .wrap ._tit{
	text-align: center;
}
.s4 .wrap ul{
	display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 70px 0;
	font-size: 1px;
}
.s4 .wrap ul li{
	width: calc(100% / 6); text-align: center; padding: 0 10px; box-sizing: border-box;
}
.s4 .wrap ul li div{}
.s4 .wrap ul li div img{}
.s4 .moreBtn{text-align: center; margin-top: 100px;}
.s4 .moreBtn div{
	display: inline-flex; align-items: center; justify-content: center; padding: calc(16/20*1em) 2em;
	border-radius: 100px; border: 1px solid rgba(0,0,0,0.5); box-sizing: border-box;
	font-size: 20px; cursor: pointer; line-height: 0.8;
	transition: background-color 0.2s,color 0.2s,border-color 0.2s;
}
.s4 .moreBtn div:hover{background-color: #000; color: #fff; border-color: #000;}
.s4 .moreBtn p{}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.s4 .wrap ul li{width: calc(100% / 5);}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.s4 .wrap ._tit{margin-bottom: 60px;}
	.s4 .wrap ul{font-size: 0.8px; gap: 50px 0;}
	.s4 .wrap ul li{width: calc(100% / 3);}
}
@media screen and (max-width:500px) {
	.s4 .wrap ul{font-size: 0.7px;}
	.s4 .wrap ul li{width: calc(100% / 2);}

	.s4 .moreBtn{margin-top: 60px;}
	.s4 .moreBtn div{font-size: 16px;}
}
@media screen and (max-width:320px) {}




/* 간격 */
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	.s2{margin: 100px 0;}
	.s3{margin-bottom: 100px;}
	.s4{margin-bottom: 100px;}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	.s2{margin: 80px 0;}
}
@media screen and (max-width:320px) {}