/* style css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  user-select:none;
}

body, html {
	overflow-x:hidden;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #ffe270;
   color: #fff
}

::-moz-selection {
   background: #ffe270;
   color: #fff
}

::-webkit-selection {
    background: #ffe270;
   color: #fff
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}


section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center 0;
}


.container {
	max-width: 1920px;
	margin: auto;
}

.footer {
	background-color: #fff;
	padding: 50px 0 70px;
	text-align: center;
}

.right_wingbanner {
	position:fixed;
	top: 100px;
	left: 50%;
	margin-left: 420px;
	transition: all .4s ease-in-out;
	z-index: 99999;
	text-align: center;
	cursor: pointer;
}

.section01 {
	height: 1615px;
	background-image: url('../img/section01_bg.png');
	padding-top: 110px;
	overflow: hidden;
}

.top_title01 {
	position: absolute;
	top: -80px;
	left: 110px;
	opacity: 0;
	transform: translateY(40px);
	animation: ease-in-out top_title01 2s infinite;
}
@keyframes top_title01 {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	20% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}


.top_title02 {
	position: absolute;
	top: -90px;
	left: 360px;
	opacity: 0;
	transform: translateY(40px);
	animation: ease-in-out top_title02 2s infinite;
}
@keyframes top_title02 {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	20% {
		opacity: 0;
		transform: translateY(40px);
	}
	40% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}




.section01 .title {
	position: relative;
	margin-top: 130px;
	z-index: 99;
	opacity: 0;
}

.section01 .bt_title {
	margin-top: 25px;
	animation: FadeIn .8s 1s ease-in-out both;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
		visibility:hidden;
	}

	100% {
		opacity: 1;
		visibility:visible;
	}
}




.section01 .main_ani {
	position: absolute;
	bottom: 190px;
    left: calc(50% - 240px);
	width: 452px;
	animation: FadeIn 1s 1s ease-in-out both;
}

.section01 .main_ani > img {
	animation: s1_main_ani 3s 1s ease-in-out infinite alternate;
}

@keyframes s1_main_ani {
	0% {
        transform: translateY(0);
    }
   	35% {
		transform: translateY(0);
	}
	43% {
		transform: translateY(-133px);
	}
	51% {
		transform: translateY(0px);
	}
	59% {
		transform: translateY(-130px);
	}
	67% {
		transform: translateY(0px);
	}
    100% {
		transform: translateY(0px);
    }
}

.section01 .main_ani01 {
	position: absolute;
	top: -120px;
    left: -150px;
}
.section01 .main_ani01 img {
	animation: ease-in-out main_ani01 1.4s .5s infinite;
}
@keyframes main_ani01 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0);
	}
}

.section01 .main_ani02 {
	position: absolute;
	top: -90px;
    right: -200px;
}
.section01 .main_ani02 img {
	animation: ease-in-out main_ani01 1.4s .7s infinite;
}

.section01 .main_ani03 {
	position: absolute;
    top: 50px;
    right: -310px;
}

.section01 .main_ani03 img {
	animation: ease-in-out main_ani01 1.3s 1s infinite;
}




.section01 .top_text {
	margin-top: 630px;
	margin-left: 20px;
}

.section01 .bt_text {
	margin-top: 45px;
	margin-left: 70px;
}

.section01 .btn_area {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 55px auto 0;
	max-width: 678px;
}

.section01 .btn_area .btn a {
	display: block;
}

.section01 .btn_area .btn_ani {
	position: absolute;
	top: 98px;
    right: 12px;
    width: 104px;
	animation: s1_btn_ani linear 1.2s infinite;
}

@keyframes s1_btn_ani {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-6deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(6deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


.section02 {
	background-image: url("../img/sec02_bg.png");
	padding-top: 80px;
	height: 1176px;
	z-index: 10;
}
.sec02_title {
	margin-bottom: 30px;
}
.sec02_bottom {
	position: absolute;
	bottom: -45px;
}


.section03 {
	background-color: #ffe481;
	border-bottom: 2px solid #000000;
	justify-content: center;
	padding: 60px 0;
}


.section04 {
	background-image: url("../img/sec04_bg.png");
	height: 731px;
	justify-content: center;
}

.section05 {
	background-color: #303f6c;
	padding: 65px 0;
	border-bottom: 2px solid #000000;
	gap: 30px;
	justify-content: center;
}
.sec05_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 665px;
}


.section06 {
	background-color: #2e2e2e;
	border-bottom: 2px solid #000000;
	padding: 60px 0;
	justify-content: center;
	gap: 30px;
}
.sec06_title {
	width: 600px;
	text-align: start;
}
.section06 p {
	position: relative;
	font-family:'Noto Sans CJK KR';
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	display: block;
	text-align: left;
	max-width: 600px;
	line-height: 175%;
	margin: auto;
	letter-spacing: -1px;
	padding-left: 25px;
}
.section06 em {
	position: absolute;
	left: 0px;
}

.footer {
	background-color: #FFFFFF;
	padding: 80px;
}
