body {
	overflow-x: hidden;
}

/* background video */
.video {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #0064de;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    font-family: 'Noto Sans KR', sans-serif;
}
.video_container {
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
	height: 0vh;
}
.video_bg {
	position: relative;
	width: 100%;
	background-color: #000;
	display: flex;
	bottom: 150px;
}
.count_number {
	font-size: 200rem;
	font-weight: 700;
	color: #1271e5;
	position: relative;
	bottom: 150px;
	text-shadow: 2px 4px 8.5px rgba(0, 0, 0, 0.25);
}

.head_content h1 {
	font-size: 46rem;
	font-weight: 900;
	text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
  }
.head_content h2 {
	font-size: 32rem;
	font-weight: 700;
	text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
  }
.head_content {
	position: absolute;
	z-index: 0;
	top: 60vh;
	color: #ddd;
    font-family: 'Noto Sans KR', sans-serif;
}
/* background video */

/* slider */

.track {
	/* height: 100vh; */
  	width: 400%;
	position: relative;
	  z-index: 1;
}
.slide {
	width: 400vw;
	height: 100vh;
	left: 0;
	top: 0;
	display: flex;
}
.slide section {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tp {
	background-color: transparent;
}
.blue {
background-color: #0064de;
}
.black {
	background-color: #222;
}
.yellow {
	background-color: yellowgreen;
}
.red {
	background-color: tomato;
}
.section .content {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.img_container {
	display: flex;
	width: 60%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	padding-top: 10%;

}
.txt_img {
	display: block;
	position: relative;
	font-size: 26rem;
	font-weight: 700;
	margin-top: 1%;
}
.bold {
	font-size: 48rem;
	font-weight: 900;
	margin-bottom: -8%
}
.badge_img {
	position: absolute;
	padding: 5px;
	background-color: white;
	color: #0064de;
	border: 2px solid #0064de;
	border-radius: 100%;
	height: 100px;
	width: 100px;
	text-align: center;
	font-size: 16rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20%;
	margin-top: -15%;
	z-index: 2;
    font-family: 'Noto Sans KR', sans-serif;
}

.badge_img_blue {
	position: absolute;
	padding: 5px;
	background-color: #0064de;
	color: #fff;
	border-radius: 100%;
	height: 100px;
	width: 100px;
	text-align: center;
	font-size: 16rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20%;
	margin-top: -15%;
	z-index: 2;
    font-family: 'Noto Sans KR', sans-serif;
}
.sec_info {
	display: flex;
	width: 40%;
	align-items: center;
	justify-content: center;
	height: 100vh;
    font-family: 'Noto Sans KR', sans-serif;
	
}
.info_box {
	width: 80%;
	color: #ddd;
    font-family: 'Noto Sans KR', sans-serif;
	
}	
.txt_info {
	width: 30%;
	display: inline-block;
	font-size: 18rem;
	font-weight: 700;
	vertical-align: middle;
}
.txt_info_lg {
	position: relative;
	width: 50%;
	display: inline-block;
	font-size: 48rem;
	font-weight: 900;
	padding: 30px;
	vertical-align: middle;
}
.txt_info_sm {
	font-size: 10rem;
	display: block;
	padding-left: 70px;
}
.plus::after {
	content: '+';
	font-size: 32rem;
	display: block;
	position: absolute;
	left: 5px;
	top: 30%;
}
main {
	contain: content;
	/* top: 308vh; */
	position: relative;
  }

/* slider */