
body::-webkit-scrollbar, html::-webkit-scrollbar {
	display: none;
}
body, html {
	-ms-overflow-style: none;
	scrollbar-width: none;
	user-select:none;
	overflow-x:hidden;
}
html, body {
	touch-action: manipulation; /* 터치 스크롤만 허용 */
	-ms-touch-action: manipulation; /* IE/Edge 구버전 대응 */
	overscroll-behavior: none; /* 스크롤 바운스 방지 */
}
body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}


img {
	-webkit-user-drag: none;
}

::selection {
	background: #003a79;
	color: #fff
}

::-moz-selection {
	background: #003a79;
	color: #fff
}


::-webkit-selection {
	background: #003a79;
	color: #fff
}


body, html {

}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

::-webkit-scrollbar {
	background-color: transparent;
	width: 0px;
}

body {
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

img {
	-webkit-user-select: none;
}


section {
	background-repeat: no-repeat;
	width: 100vw;
	position: relative;
	background-size: cover;
	background-position:center 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.floating {
	width: 100%;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 999999999;
	opacity: 0;
	transform: translateY(-50px);
	animation: floating ease-in-out .8s forwards;
}
@keyframes floating {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.section01 {
	background-image: url('../img/sec01_bg.png');
	height: 1398px;
	padding-top: 150px;
}
.logo {
	margin-bottom: 120px;
}
.title_01 {
	position: relative;
}
.sec01_item01 {
	position: absolute;
	top: -90px;
	left: 85px;
	animation: jump 1.9s infinite ease-in-out;
}
.sec01_item02 {
	position: absolute;
	top: -60px;
	right: 85px;
	animation: jump 1.9s .1s infinite ease-in-out;
}
@keyframes jump {
	0% {
		transform: translateY(0);
	}
	12% {
		transform: translateY(-20px);
	}
	24% {
		transform: translateY(0);
	}
	36% {
		transform: translateY(-15px);
	}
	48% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.title_02 {
	position: relative;
}
.sec01_item03 {
	position: absolute;
	top: -55px;
	left: -65px;
	animation: sec01_item03 ease-in-out 3s infinite;
}
@keyframes sec01_item03 {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.sec01_con {
	position: relative;
}
@keyframes sec01_con {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
.sec01_item04 {
	position: absolute;
	top: 35px;
	right: 15px;
	animation: sec01_item03 ease-in-out 3.2s .2s infinite;
}
.sec01_item05 {
	position: absolute;
	top: 80px;
	right: 92px;
	animation: sec01_item05 ease-in-out 2.5s infinite;
}
@keyframes sec01_item05 {
	0% {
		opacity: 0;
		transform: translate(-40px, 40px);
	}
	20% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}
.sec01_con02 {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 510px);
	transform: translateX(-50%);
}
.sec01_con03 {
	position: absolute;
	bottom: 35px;
	left: calc(50% + 555px);
	transform: translateX(-50%);
}



.section02 {
	background-image: url('../img/sec02_bg.png');
	height: 620px;
	justify-content: center;
}
.sec02_con {
	position: relative;
	background-image: url("../img/sec02_con_bg.png");
	width: 704px;
	height: 411px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding-top: 50px;
}
.sec02_con01 {
	position: relative;
	transform: translateY(40px);
	opacity: 0;
	animation: sec02_con01 ease-in-out 4s infinite;
}
@keyframes sec02_con01 {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	15% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
.sec02_con02 {
	position: relative;
	transform: translateY(40px);
	opacity: 0;
	animation: sec02_con02 ease-in-out 4s infinite;
}
@keyframes sec02_con02 {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	8% {
		transform: translateY(40px);
		opacity: 0;
	}
	22% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}





.section03 {
	background-image: url('../img/sec03_bg.png');
	height: 1657px;
}
.sec03_title {
	position: relative;
	top: -68px;
}
.sec03_text {
	margin-top: -30px;
	margin-bottom: 40px;
}
.sec03_con {
	margin-bottom: 60px;
}
.sec03_btn_box {
	display: flex;
	justify-content: center;
	gap: 15px;
}









.section04 {
	background-color: #003a79;
	justify-content: center;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 60px 0 80px;
}



.section05 {
	background-color: #dbf2ff;
	justify-content: center;
	border-bottom: 2px solid #000000;
	padding: 60px 0;
}

.footer {
	background-color: #ffffff;
	justify-content: center;
	padding: 100px 0;
}










@media screen and (max-width: 750px) {
	.floating {
		top: unset;
		bottom: -5px;
	}
	.section01 {
		padding-top: 80px;
		background-position-x: center;
		height: 1400px;
	}
	.logo {
		margin-bottom: 150px;
	}
	.sec01_con02, .sec01_con03 {
		display: none;
	}
	.footer {
		padding: 100px 0 200px;
	}
}





@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {

	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}

	

}

@media(max-width:575px) {

	


}