::-webkit-scrollbar {
	background-color: transparent;
	width: 0px;
}

body {
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

img {
	-webkit-user-select: none;
}

.floating {
	position: fixed;
	left: 50%;
	top: 200px;
	margin-left: 530px;
	z-index: 999999;
	cursor: pointer;
}

.mfloating {
	display: none;
}


.bg_01 {
	background-image: url(../img/bg_01.png);
	position: relative;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 2;
}

.logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	width: 218px;
}

.sean_friends {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 150px;
	width: 514px;
	animation: float 1.3s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0) translateX(-50%);
	}
	50% {
		transform: translateY(-20px) translateX(-50%);
	}
	100% {
		transform: translateY(0) translateX(-50%);
	}
}


.sean {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 150px;
	z-index: 4;
	width: 396px;
}

.side {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 227px;
	z-index: 1;
}

.arrow_up {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 1;
	width: 100%;
}
.arrow_up img {
	animation: floatUpFade 2.7s infinite ease-in-out;
}

@keyframes floatUpFade {
	0% {
		opacity: 1;
		transform: translateY(200px);
	}
	100% {
		opacity: 0;
		transform: translateY(-220px);
	}
}

.sub_left {
	position: relative;
	left: -541px;
	top: -115px;
	z-index: 1;
}

.sub_right {
	position: relative;
	left: 553px;
	top: -520px;
	z-index: 1;
}

.bubbles {
	position: relative;
	top: -30px;
}

.bubble_01 {
	position: relative;
	left: -160px;
	top: -481px;
	z-index: 5;
}
.bubble_02 {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	z-index: 4;
	top: -511px;
}


.bg_02 {
	background-image: url(../img/bg_02.png);
	height: 1640px;
	position: relative;
	top: -600px;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 3;
}

.content_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 160px;
	z-index: 2;
	width: 580px;
}

.event_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	z-index: 2;
	width: 652px;
}



.bg_03 {
	background-image: url(../img/bg_03.png);
	height: 175px;
	position: relative;
	top: -720px;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	align-items: center;
	text-align: center;
	max-width: 100%;
	z-index: 4;
}

.title_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
	z-index: 2;
	width: 370px;
}

.line {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 110px;
	z-index: 2;
	width: 702px;
}

.parent, .student, .teacher {
	width: 203px;
}

.student {
	position: relative;
	top: -73px;
	margin-left: 17px;
}

.parent {
	position: relative;
	top: -80px;
	margin-left: 28px;
}

.teacher {
	position: relative;
	top: -70px;
	margin-left: 32px;
}

.who {
	display: flex;
	flex-direction: row;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -300px;
}

.btn_01 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -190px;
	z-index: 2;
	width: 652px;
}


.notice {
	background-color: #2c2c2d;
}

.notice_content {
	padding: 45px;
	display: flex;
	justify-content: center;
}

.sns {
	background-color: #ffe05f;
}

.sns_content {
	padding: 45px;
	display: flex;
	justify-content: center;
}

footer {
	background-color: #ffffff;
}

.footer_content {
	padding: 55px;
	display: flex;
	justify-content: center;
}


@media (max-width: 768px) {
	.floating {
		display: none;
	}
	.mfloating {
		width: 100%;
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	}
	.arrow_up {
		top: 200px;
	}
	.side {
		display: none;
	}
	footer {
		padding-bottom: 100px;
	}
}





/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #990544;
   color: #fff
}

::-moz-selection {
   background: #990544;
   color: #fff
}


::-webkit-selection {
    background: #990544;
   color: #fff
}


body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	background-color:#fff;
	height: 100px;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
}

.header .nav li a {
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#990544;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:rgba(195, 13, 35, .8);
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 315px;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#fff;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	padding: 60px 0;
	text-align:center;
	background-color:#11243a;
}

.video-container {
    position: relative;
    padding-bottom: 53.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@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) {

	


}