@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
	font-style: normal;
}

html,body{width: 100%; overflow-x: hidden; position: relative;line-height: 1.6;}

html {
	font-family: 'Pretendard';
	color: #424242;

	--main_color: #3086E9;
	--sub_color: #42C6CA;

	--oksusu_color: #f8853d;
	--only_color: #e21413;
	--pionada_color: #6165ad;
	--tabtab_color: #2733b2;
}

body, p, h1, h2, h3, h4, h5, ul {margin: 0; padding: 0;}
ul {list-style: none;}
a {text-decoration: none; color: #424242;}
img {max-width: 100%; height: auto;}

input, textarea {
	font-family: 'Pretendard';
	border-width: 1px;
	border-color: #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 14px;
}
input:focus, textarea:focus {
	outline: none;
}

.edu_wrap {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.ttl_text {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
}
@media(max-width:1200px) {
	.edu_wrap {
		width: calc(100% - 30px);
	}
}
@media(max-width:992px) {
	.ttl_text {
		font-size: 24px;
	}
}

.flex_wrap {
	display: flex;
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.col-4 {
	width: calc(25% - 25px);
	margin: 0 50px;
}
.com_btn {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(67, 135, 236, 0.1), 0 14px 14px 0 rgba(67, 135, 236, 0.07), 0 22px 19px 0 rgba(67, 135, 236, 0.02), 0 46px 22px 0 rgba(67, 135, 236, 0.01), 0 38px 25px 0 rgba(67, 135, 236, 0.01), -5px -10px 30px 0 rgba(67, 135, 236, 0.01);
	background-image: linear-gradient(259deg, #3086e9 0%, #42c6ca 100%);
	padding: 16px 50px;
	border-radius: 50px;
}
@media(max-width:992px) {
	.flex_wrap {
		flex-wrap: wrap;
		width: calc(100% + 15px);
		margin: 0 -7.5px;
	}
	.col-4 {
		width: 100%;
		margin: 0 7.5px;
		margin-top: 15px;
	}
	.com_btn {
		font-size: 18px;
		padding: 11px 0;
		width: 100%;
		text-align: center;
	}
}

/* pc header */
.header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px 0 27px 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	z-index: 3;
}
.header_wrap .edu_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_wrap .menu_wrap {
	display: flex;
	align-items: center;
}
.header_wrap .main_menu li {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	text-align: center;
	padding: 0 0 0 30px;
}
.header_wrap .main_menu li a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}
.header_wrap .main_menu li a p {
	position: relative;
	width: 80px;
	transition: all .3s;
}
.header_wrap .main_menu li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
}
.header_wrap .main_menu li a:hover p {
	margin-top: -40px;
}
.header_wrap .apply_btn {
	font-size: 18px;
	padding: 8px 20px;
	margin-left: 50px;
}
.oksusu_wrap .header_wrap #menu_oksusu {
	margin-top: -40px;
}
.only_wrap .header_wrap #menu_only {
	margin-top: -40px;
}
.pionada_wrap .header_wrap #menu_pionada {
	margin-top: -40px;
}
.tabtab_wrap .header_wrap #menu_tabtab {
	margin-top: -40px;
}
.use_wrap .header_wrap #menu_use {
	color: var(--main_color);
	font-weight: bold;
}
@media(max-width:1060px) {
	.header_wrap .main_menu li {
		padding-left: 13px;
	}
	.header_wrap .apply_btn{
	margin-left:25px;
	}
}
@media(max-width:992px) {
	.header_wrap {
		display: none;
	}
}

/* mobile header */
.m_header_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	height: 50px;
	z-index: 99;
}
.m_header_wrap .logo {
	position: absolute;
	left: 15px;
	top: 16px;
}
.m_header_wrap .logo img {
	height: 20px;
}
.m_header_wrap .menu_btn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.m_header_wrap .menu_btn i {
	font-size: 24px;
	font-weight: bold;
}
@media(max-width:992px) {
	.m_header_wrap {
		display: block;
	}
}
.m_nav_wrap {
    position: fixed;
	width: 100%;
	height: 100vh;
    top: 0;
    right: 0;
    z-index: 100;
	margin-right: -100%;
}
.m_nav_wrap .nav {
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.m_nav_wrap .nav .close {
	font-size: 24px;
	font-weight: bold;
}
.m_nav_wrap .nav .main_menu {
	padding-top: 60px;
	border-top: 1px solid #e0e0e0;
}
.m_nav_wrap .nav .main_menu > ul > li {
	font-size: 18px;
	border-bottom: 1px solid #e0e0e0;
}
.m_nav_wrap .nav .main_menu > ul > li.active {
	font-weight: bold;
	color: var(--main_color);
}
.m_nav_wrap .nav .main_menu ul li a {
	display: block;
	padding: 15px;
}
.m_nav_wrap .nav .close {
	position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.dimmed {
	display: none;
	width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
	z-index: 99;
	transition: .3s;
}

/* bottom_common */
.bottom_common {
	max-width: 1790px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	margin-bottom: 100px;
}
.bottom_common .ttl_text {
	text-align: center;
	margin-bottom: 30px;
}
.bottom_common .content_wrap {
	padding: 100px 0;
	background-color: rgba(48,134,233,0.03);
	border-radius: 50px;
}
.bottom_common .main_title {
	text-align: center;
	margin-bottom: 30px;
}
.bottom_common .school_wrap {
	width: 100%;
	background-color: #fff;
	border-radius: 200px;
	box-shadow: 0 4px 8px 0 rgba(67, 135, 236, 0.1), 0 14px 14px 0 rgba(67, 135, 236, 0.07), 0 22px 19px 0 rgba(67, 135, 236, 0.02), 0 46px 22px 0 rgba(67, 135, 236, 0.01), 0 38px 25px 0 rgba(67, 135, 236, 0.01), -5px -10px 30px 0 rgba(67, 135, 236, 0.01);
	padding: 15px 0;
	margin-bottom: 50px;
}
.bottom_common .schoolSwiper {
	height: 124px;
}
.bottom_common .schoolSwiper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.bottom_common .schoolSwiper .swiper-slide span {
	display: block;
	width: calc(100% / 6);
	font-size: 20px;
	line-height: 62px;
	font-weight: bold;
	color: #757575;
}
.bottom_common .contact_wrap {
	display: flex;
	line-height: 1.6;
}
.bottom_common .contact_wrap .col-2 {
	width: 50%;
}
.bottom_common .contact_wrap .col-2:first-child {
	border-right: 1px solid #e0e0e0;
	padding-right: 50px;
}
.bottom_common .contact_wrap .col-2:last-child {
	padding-left: 49px;
	text-align: center;
}
.bottom_common .contact_wrap .title_wrap {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bottom_common .contact_wrap .title_wrap i {
	font-weight: 400;
	color: var(--main_color);
	padding-right: 10px;
}
.bottom_common .contact_wrap .text1 {
	font-size: 18px;
	line-height: 1.6;
}
.bottom_common .contact_wrap .text2 {
	font-size: 16px;
	color: #757575;
	margin-top: 5px;
	margin-bottom: 30px;
}
.bottom_common .contact_wrap .col-2:last-child .title_wrap {
	margin-bottom: 5px;
}
.bottom_common .contact_wrap .number {
	font-size: 36px;
	font-weight: bold;
	color: var(--main_color);
}
.bottom_common .contact_wrap .box_wrap {
	display: flex;
	margin: 0 -7.5px;
	margin-top: 30px;
}
.bottom_common .contact_wrap .box_wrap .box {
	width: calc(50% - 15px);
	margin: 0 7.5px;
	font-size: 18px;
	line-height: 1.6;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid var(--sub_color);
}
.bottom_common .contact_wrap .box_wrap .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	background-color: var(--sub_color);
	margin: 0 auto 10px auto;
}
.bottom_common .contact_wrap .com_btn {
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 9px 0;
	margin-top: 30px;
}
.bottom_common .contact_wrap .com_btn i {
	position: relative;
	top: 2px;
	font-size: 20px;
	font-weight: 400;
	padding-left: 10px;
}
.bottom_common .contact_wrap .col-2:first-child .com_btn {
	margin-top: 46px;
}
@media(max-width:1820px) {
	.bottom_common {
		width: calc(100% - 30px);
	}
}
@media(max-width:992px) {
	.bottom_common {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.bottom_common .content_wrap {
		padding: 50px 0;
	}
	.bottom_common .school_wrap {
		border-radius: 20px;
	}
	.bottom_common .schoolSwiper .swiper-slide span {
		width: calc(100% / 3);
		font-size: 14px;
		line-height: 30px;
	}
	.bottom_common .contact_wrap {
		display: block;
	}
	.bottom_common .contact_wrap .col-2 {
		width: 100%;
	}
	.bottom_common .contact_wrap .col-2:first-child {
		padding-right: 0;
		border-right: none;
	}
	.bottom_common .contact_wrap .col-2:last-child {
		padding-left: 0;
		margin-top: 30px;
	}
	.bottom_common .contact_wrap .col-2:first-child .com_btn {
		margin-top: 30px;
	}
	.bottom_common .contact_wrap .title_wrap {
		font-size: 20px;
	}
	.bottom_common .contact_wrap .text1 {
		font-size: 16px;
	}
	.bottom_common .contact_wrap .text2 {
		font-size: 14px;
	}
	.bottom_common .contact_wrap .box_wrap .box {
		font-size: 14px;
		padding: 0;
	}
	.bottom_common .contact_wrap .box_wrap .box .icon {
		margin-top: 15px;
	}
	.bottom_common .contact_wrap .box_wrap .box p {
		margin-bottom: 15px;
	}
}


.footer_wrap {
	line-height: 1.6;
	color: #bdbdbd;
	background-color: #212121;
	padding: 50px 0;
}
.footer_wrap .footer_menu {
	display: flex;
	justify-content: space-between;
}
.footer_wrap .menu {
	display: flex;
}
.footer_wrap .menu a {
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
	color: #bdbdbd;
	cursor: pointer;
}
.footer_wrap .footer_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.footer_wrap .footer_btn .privacy_menu {
	color: #bdbdbd;
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.footer_wrap .footer_btn .call {
	padding-top: 6px;
	font-size: 24px;
}
.footer_wrap .footer_btn .call a {
	color: #bdbdbd;
}
.footer_wrap .footer_info_wrap {
	position: relative;
}
.footer_wrap .footer_info_wrap .info span {
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
	padding-right: 30px;
	margin-bottom: 10px;
}
.footer_wrap .footer_info_wrap .info b {
	padding-right: 15px;
}
.footer_wrap .footer_info_wrap .info p {
	font-size: 14px;
	color: #757575;
	margin-top: 10px;
}
.footer_wrap .footer_info_wrap .img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer_wrap .footer_info_wrap .img img {
	margin-left: 10px;
}
@media(max-width:992px) {
	.footer_wrap {
		padding: 30px 0 20px 0;
	}
	.footer_wrap .footer_menu .footer_logo {
		display: none;
	}
	.footer_wrap .menu a {
		font-size: 14px;
		margin-left: 0;
		margin-right: 15px;
	}
	.footer_wrap .footer_btn {
		margin-top: 10px;
	}
	.footer_wrap .footer_btn .privacy_menu {
		padding-top: 10px;
		font-size: 14px;
	}
	.footer_wrap .footer_btn .call {
		font-size: 20px;
	}
	.footer_wrap .footer_info_wrap .info span {
		font-size: 12px;
		padding-right: 15px;
		margin-bottom: 0px;
	}
	.footer_wrap .footer_info_wrap .info p {
		font-size: 12px;
		margin-top: 5px;
	}
	.footer_wrap .footer_info_wrap .img {
		position: unset;
		text-align: center;
		margin-top: 15px;
	}
	.footer_wrap .footer_info_wrap .img img:first-child {
		margin-left: 0;
	}
}

.quick_menu {
	position: fixed;
	right: 30px;
	bottom: 30px;
	text-align: center;
	padding: 12px 15px 15px 15px;
	border-radius: 20px;
	background-color: rgba(48, 134, 233, 0.04);
	transition: all .2s;
	z-index: 10;
}
.quick_menu.ft {
	bottom: 342px;
}
.quick_menu a {
	display: block;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(67, 135, 236, 0.1), 0 14px 14px 0 rgba(67, 135, 236, 0.07), 0 22px 19px 0 rgba(67, 135, 236, 0.02), 0 46px 22px 0 rgba(67, 135, 236, 0.01), 0 38px 25px 0 rgba(67, 135, 236, 0.01), -5px -10px 30px 0 rgba(67, 135, 236, 0.01);
	margin-top: 15px;
}
.quick_menu a:first-child {
	margin-top: 0;
}
.quick_menu a.scrollTop {
	display: none;
}
.quick_menu a i {
	display: block;
	font-size: 35px;
	color: var(--main_color);
}
.quick_menu a p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
@media(max-width:992px) {
	.quick_menu {
		right: 15px;
		bottom: 15px;
		padding: 10px 10px;
	}
	.quick_menu.ft {
		bottom: 342px;
	}
	.quick_menu a {
		width: 60px;
		height: 60px;
		margin-top: 10px;
	}
	.quick_menu a i {
		font-size: 20px;
		margin-top: 5px;
	}
	.quick_menu a p {
		font-size: 11px;
		margin-top: 0;
	}
}


/* sub banner */
.sub_banner {
	display: flex;
	align-items: center;
	height: 400px;
	padding-top: 100px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: transparent;
    animation: pulseBgSlow 20s linear infinite;
}
.sub_banner .sub_text1 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.sub_banner .sub_text1 span {
	position: relative;
	z-index: 2;
}
.sub_banner .sub_text1::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
	left: 0;
	bottom: -2px;
	border-radius: 50px;
	opacity: 0.4;
	z-index: 1;
}
.sub_banner .sub_text2 {
	font-size: 48px;
	line-height:62px;
	font-weight: bold;
	color: #fff;
	margin-top: 24px;
}
@keyframes pulseBgSlow {
	0% {background-position: 0 0;}
	50% {background-position: 0 100%;}
	100% {background-position: 0 0;}
}

@media(max-width:992px) {
	.sub_banner {
		height: 200px;
		margin-top: 50px;
		padding-top: 0;
	}
	.sub_banner .sub_text1 {
		font-size: 18px;
	}
	.sub_banner .sub_text2 {
		font-size: 30px;
	}
	
	.sub_banner .sub_text2.type1 {
		font-size: 26px;
		line-height:36px
	}
}

/* animation */
@media(min-width:993px) {
	.ani-up-del1 {
		animation: ani-up-del1 .7s linear forwards;
	}
	@keyframes ani-up-del1 {
		0% {
			opacity: 0;
			position: relative;
			top: 100px;
		}
		100% {
			opacity: 1;
			top: 0;
		}
	}
	.ani-left-del1 {
		animation: ani-left-del1 .7s linear forwards;
	}
	@keyframes ani-left-del1 {
		0% {
			opacity: 0;
			position: relative;
			left: -100px;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}
	.ani-right-del1 {
		animation: ani-right-del1 .7s linear forwards;
	}
	@keyframes ani-right-del1 {
		0% {
			opacity: 0;
			position: relative;
			right: -100px;
		}
		100% {
			opacity: 1;
			right: 0;
		}
	}




	.ani-op1 {
		opacity: 0;
		animation: ani-op1 1s linear forwards;
		animation-delay: 1s;
	}
	.ani-op2 {
		opacity: 0;
		animation: ani-op1 1s linear forwards;
		animation-delay: 1.5s;
	}
	.ani-op3 {
		opacity: 0;
		animation: ani-op1 1s linear forwards;
		animation-delay: 2s;
	}
	.ani-op4 {
		opacity: 0;
		animation: ani-op1 1s linear forwards;
		animation-delay: 2.5s;
	}
	@keyframes ani-op1 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.ani-up {
		opacity: 0;
		position: relative;
		top: 200px;
	}
	.ani-left {
		opacity: 0;
		position: relative;
		left: -200px;
	}
	.ani-right {
		opacity: 0;
		position: relative;
		right: -200px;
	}
}