
/**# SECTION1 **/
#Section1 {
	/* background-color: #060736; */
}
#Section1Wrap{
	width: 100%;
	aspect-ratio: 1920 / 970;
	background:  url('../img/Section1Bg1_0.jpg') no-repeat top center / cover;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.section1-main-text {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}

.main-text {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	width: 810px;
	height: auto;
}
.section1-banner {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 390px;
    width: calc(43.75vw);
    min-width: 600px;
    height: 100px;
}
.section1-banner .box1 {
    /* width: calc(16 / 1920 * 100vw); */
	width: 17px;
    height: 100%;
    background-color: var(--point-green);
}
.section1-banner .box2 {
    width: calc(1 / 1920 * 100vw);
    height: 100%;
    background-color: #63b69a;
}
.section1-banner .box3 {
	font-family:'SokchoBadaBatang';
    flex-grow: 1;
    height: 100%;
    background-color: #efe2da;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 23px;
	color:var(--point-green);
	white-space: nowrap;
}
.section1-model-img-wrap {
	position: absolute;
	width: 37%;
	aspect-ratio: 1 / 1.04;
	left: 0;
	bottom: 0;
}
.section1-model-img {
	position: absolute;
	top: 0;
	z-index: 3;
	left: 6%;
	width: 100%;
}
.section1-model-signature {
	position: absolute;
	z-index: 4;
	left: calc(100% - 50px);
	top: 20%;
}



@media screen and (min-width:1921px){
	/* .section1-model-img-wrap {
		height: 70%;
	} */
}


/* 1800px */
@media screen and (max-width:1800px){
	.main-text {
		top: 160px;
		width: 770px;
	}
	.section1-banner {
		top: 350px;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		font-size: 23px;
		padding-left: 24px;
	}
} /* 1800px */


/* 1600px */
@media screen and (max-width:1600px){
	#Section1Wrap {
		aspect-ratio: 1920 / 1100;
	}
	.main-text {
		top: 100px;
		width: 720px;
	}
	.section1-banner {
		top: 250px;
		width: calc(39.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 600px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 90px;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		font-size: 23px;
		padding-left: 23px;
	}
	.section1-model-img-wrap {
		width: 39%;
		aspect-ratio: 1 / 1.15;
	}
} /* 1600px */

/* 1400px */
@media screen and (max-width:1400px){
	#Section1Wrap {
		aspect-ratio: 1920 / 1150;
	}
	.main-text {
		top: 90px;
		width: 600px;
	}
	.section1-banner {
		top: 200px;
		width: calc(37.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 550px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 80px;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		height: 100%;
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		/* height: 74px; */
		padding-left: 22px;
	}
	.section1-model-img-wrap {
		aspect-ratio: 1 / 1.2;
	}
} /* 1400px */

/* 1200px */
@media screen and (max-width:1200px){
	#Section1Wrap {
		aspect-ratio: 1920 / 1200;
	}
	.main-text {
		top: 70px;
		width: 520px;
	}
	.section1-banner {
		top: 180px; /* 페이지 하단에서 50px 위 */
		width: calc(30.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 450px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 65px;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		font-size: 18px;
		padding-left: 20px;
	}
	.section1-model-img-wrap {
		width: 41%;
	}
} /* 1200px */

/* 970px */
@media screen and (max-width:970px){
	#Section1Wrap {
		aspect-ratio: 1920 / 1300;
	}
	.main-text {
		top: 50px;
		width: 400px;
	}
	.section1-banner {
		top: 160px; /* 페이지 하단에서 50px 위 */
		width: calc(28.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 400px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 50px;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		padding-left: 16px;
		font-size: 16px;
	}
	.section1-model-img-wrap {
		width: 40%;
		aspect-ratio: 1 / 1.35;
	}
} /* 970px */

/* MOBILE */
/* 768px */
@media screen and (max-width:768px){
	.section1-model-img-wrap {
		/* min-height: 400px;
		height: 60vh;
		width: 70%; */
		/* aspect-ratio: auto; */
		width: 60%;
		aspect-ratio: 1 / 1.04;
	}
	#Section1Wrap {
		height: 100vh;
		max-height: 800px;
	}
	.section1-main-text {
		height:auto;
	}
	.section1-model-img {
	/* 	min-width: 400px;
		margin-left: -20px; */
	}
	.section1-model-signature {
		bottom: 3%;
		top: 55%;
		width: auto;
		height: 20%;
		right: 10%;
		left: auto;
	}
	.main-text {
		top: 150px;
		max-width: 550px;
		width: 90vw;
		height: auto;
	}
	.section1-banner {
		top: 260px; /* 페이지 하단에서 50px 위 */
		width: calc(26.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 350px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		font-size: 15px;
		padding-left: 15px;
	}
} /* 768px */

/* 540px */
@media screen and (max-width:540px){
	.main-text {
		top: 100px;
		height: auto;
	}
	.section1-banner {
		top: 180px;
	}
	.section1-model-img {
		left: 0;
	}
	.section1-model-signature {
		right: 15%;
	}
	
} /* 540px */

/* 480px */
@media screen and (max-width:480px) {
	.section1-banner {
		width: calc(23.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 290px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 40px;
		top: 175px;
	}
	.section1-model-img-wrap {
		width: 80%;
	}
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
	}
	.section1-banner .box3 {
		/* font-size: 13px; */
		padding-left: 12px;
	}
	
} /* 480px */

/* 360px */
@media screen and (max-width:360px) {
	.section1-banner {
		width: calc(21.75vw); /* 1920px 기준으로 840px 비율 유지 (840 / 1920 = 43.75%) */
		min-width: 230px; /* 최소 너비 지정 (너무 작아지는 것 방지) */
		height: 35px;
	}
	
	.section1-banner .box1 {
		width: calc(16 / 1920 * 100vw);
		background-color: var(--point-green);
	}
	.section1-banner .box2 {
		width: calc(1 / 1920 * 100vw);
		background-color: #63b69a;
	}
	.section1-banner .box3 {
		font-size: 12px;
		padding-left: 5px;
	}
} /* 360px */

/* 320px */
@media screen and (max-width:320px) {
	#Section1Wrap {
		max-height: 650px;
	}
	.main-text {
		top: 90px;
		width: 90vw; /* 최소 800px ~ 최대 1200px 범위에서 자동 조절 */
	}
	.section1-banner {
		height: 30px;
		min-width: 200px;
		top: 150px;
	}
	.section1-banner .box3 {
		font-size: 10px;
	}
	.header-Logo {
		width: 170px;
	}
} /* 320px */