/* 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: #0b327f;
   color: #fff
}

::-moz-selection {
   background: #0b327f;
   color: #fff
}

::-webkit-selection {
    background: #0b327f;
   color: #fff
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.container {
	max-width: 1920px;
	margin: auto;
}

.footer {
	background-color: #fff;
	padding: 50px 0 70px;
	text-align: center;
}

.right_wingbanner {
	position:fixed;
	top: 275px;
	left: 50%;
	margin-left: 420px;
	transition: all .4s ease-in-out;
	z-index: 99999;
	text-align: center;
	cursor: pointer;
}

.section01 {
	text-align:center;
	height: 2610px;
	position: relative;
	background-image:url('../img/section01_bg.jpg');
	background-position:center 0;
	padding-top: 70px;
	overflow: hidden;
}

.section01 .top_title {
	position: absolute;
	top: 126px;
	left: calc(50% - 314px);
	width: 586px;
	animation: s1_top_title 1s .2s ease-in-out both;
}

@keyframes s1_top_title {
	0% {
		clip:rect(0,0px,112px,0);
		opacity: 0;
		visibility:hidden;
	}

	100% {
		clip:rect(0,586px,112px,0);
		opacity: 1;
		visibility:visible;
	}
}

.section01 .title {
	position: relative;
	margin-top: 94px;
	z-index: 99;
	opacity: 0;
	/*animation: s1_title 1.2s .6s ease forwards;*/
}

/*@keyframes s1_title {
	0% {
		opacity: 0;
		visibility:hidden;
		transform: scale(0.95);
    }

	80% {
		opacity: 1;
		visibility:visible;
		transform: scale(1.05);
	}
   
    100% {
		opacity: 1;
		visibility:visible;
		transform: scale(1);
    }
}*/


.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 .bg_ani01 {
	position: absolute;
	top: 288px;
    left: calc(50% - 650px);
    width: 172px;
	animation: s1_bg_ani01 .8s 1.3s ease-in-out both;
}

@keyframes s1_bg_ani01 {
	0% {
        transform: translateX(50px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
        transform: translateX(0);
		opacity: 1;
		visibility:visible;
    }
}

.section01 .bg_ani02 {
	position: absolute;
	top: 596px;
    left: calc(50% + 290px);
    width: 62px;
	animation: s1_bg_ani02 .8s 1.6s ease-in-out both;
}

@keyframes s1_bg_ani02 {
	0% {
        transform: translateX(30px);
		opacity: 0;
		visibility:hidden;
    }
   
    100% {
        transform: translateX(0);
		opacity: 1;
		visibility:visible;
    }
}

.section01 .bg_ani03 {
	position: absolute;
	top: -15px;
    left: -15px;
    width: 384px;
	animation: s1_bg_ani03 5s linear infinite;
}

@keyframes s1_bg_ani03 {
	0% {
        transform: rotate(0deg)
    }
   25% {
		transform: rotate(5deg)
   }
   50% {
		transform: rotate(0deg)
   }
   75% {
		transform: rotate(-5deg)
   }
    100% {
        transform: rotate(0deg)
    }
}

.section01 .bg_ani04 {
	position: absolute;
	top: -15px;
    right: -15px;
    width: 384px;
	animation: s1_bg_ani04 5s linear infinite;
}

@keyframes s1_bg_ani04 {
	0% {
        transform: rotate(0deg)
    }
   25% {
		transform: rotate(-5deg)
   }
   50% {
		transform: rotate(0deg)
   }
   75% {
		transform: rotate(5deg)
   }
    100% {
        transform: rotate(0deg)
    }
}

.section01 .main_ani {
	position: absolute;
	top: 720px;
    left: calc(50% - 226px);
	width: 452px;
	animation: FadeIn 1s 1s ease-in-out both;
}

.section01 .main_ani img {
	animation: s1_main_ani 1s 1s ease-in-out infinite alternate;
}

@keyframes s1_main_ani {
	0% {
        transform: translate(15px, 15px);
    }
   
    100% {
        transform: translate(-20px, 0);
    }
}

.section01 .main_ani01 {
	position: absolute;
	top: 82px;
    right: 102px;
	width: 28px;
	animation: s1_main_ani01 1s infinite;
}

.section01 .main_ani02 {
	position: absolute;
	top: 62px;
    right: 72px;
	width: 28px;
	animation: s1_main_ani01 1s .2s infinite;
}

@keyframes s1_main_ani01 {
	0%, 40% {
		opacity: 1;
		visibility: visible;
	}

	60%, 100% {
		opacity: 0;
		visibility: hidden;
	}
}

.section01 .main_ani03 {
	position: absolute;
    top: 782px;
    left: calc(50% + 250px);
    width: 94px;
	animation: FadeIn 1s 1s ease-in-out both;
}

.section01 .main_ani03 img {
	animation: s1_main_ani03 1.2s linear infinite;
}

@keyframes s1_main_ani03 {
	0% {
		transform: scale(1);
    }

	50% {
		transform: scale(0.9);
    }
   
    100% {
		transform: scale(1);
    }
}

.section01 .main_ani04 {
	position: absolute;
    top: 874px;
    left: calc(50% + 194px);
    width: 94px;
	animation: FadeIn 1s 1s ease-in-out both;
}

.section01 .main_ani04 img {
	animation: s1_main_ani03 1.2s .6s linear 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 {
	text-align:center;
	background-color: #0b327f;
	padding: 45px 0;
}

.section02 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;
}

.section03 {
	text-align:center;
	background-color: #1d1d1d;
	padding: 45px 0;
}