﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/*reset*/
* { box-sizing:border-box; -webkit-tap-highlight-color: transparent; }
html { font-size:62.5%; }
body { font-family: 'Noto Sans KR', sans-serif; }
img { max-width:100%; }
input { font-family:inherit; /*-webkit-appearance: none; -webkit-border-radius: 0;*/ }
a { color:inherit; }
button { font-family:inherit; font-size:inherit; background:none; }
textarea { -webkit-appearance: none; -webkit-border-radius: 0; }


.col_desk_4{width: 33.33%;}


/*fade in*/
.fade-in {	
	position:relative;
	top:100px;
	opacity:0;	
}
.fade-in.show {
	top:0;
	opacity:1;
}

.fw700{font-weight: 700;}



.fade-self.show {
	transition:opacity 1s, top 1s;
} 
.fade-in01.show {
	transition:opacity 1s, top 1s;
} 
.fade-in02.show {
	transition:opacity 1s .2s, top 1s .2s;
} 
.fade-in03.show {
	transition:opacity 1s .4s, top 1s .4s;
} 
.fade-in04.show {
	transition:opacity 1s .6s, top 1s .6s;
} 
.fade-in05.show {
	transition:opacity 1s .8s, top 1s .8s;
} 
.fade-in06.show {
	transition:opacity 1s 1s, top 1s 1s;
} 
.fade-in07.show {
	transition:opacity 1s 1.2s, top 1s 1.2s;
} 
.fade-in08.show {
	transition:opacity 1s 1.4s, top 1s 1.4s;
} 
.fade-in09.show {
	transition:opacity 1s 1.6s, top 1s 1.6s;
} 
.fade-in10.show {
	transition:opacity 1s 1.8s, top 1s 1.8s;
} 





/*버튼, 링크*/
.btn-type01 {
    font-size: 1.8rem;
    display: inline-block;
}
.btn-type01 > p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
}
.btn-type01 > div {
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 6px;
	transition:background .2s;
}
.btn-type01:hover > div {
    background: #fcbc25;
	transition:background .2s;
}
/*.btn-type01.btn-type01-yellow > div {
	background:#fcbc25;
}*/
.btn-type01 > div span {
    font-size: 3rem;
    color: #fff;
    position: relative;
    top: -3px;
    left: -7px;
	transition:.4s;
}
.btn-type01:hover > div span {
	left:5px;
	transition:.4s;
}

.btn-type02 {
	font-size:1.6rem;
	display:inline-block;
	border-bottom:1px solid #000;
	padding-bottom: 2px;
}
.btn-type03 span {
	font-size:3rem;
}
.btn-type04 {
	font-size:1.6rem;
	border:1px solid #000;
	padding:18px 32px;
	font-size:1.8rem;
	transition:.4s;
	display:inline-block;
}
.con-tit-box .btn-type04 {	
	margin-top:80px;
}
.btn-type04:hover {
	background:#000;
	color:#fff;
	transition:.4s;
}
.btn-type04 span {
	font-size:2rem;
	transition:right .4s;
	margin-left:15px;
	right:0;
	position:relative;
}
.btn-type04:hover span {
	transition:right .4s;
	right:-7px;
}











/*메인*/
.main-cover {
	position:fixed;
	z-index:99999999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
}
.home-link {
	position: absolute;
    bottom: 0;
    max-width: 1840px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
	z-index:10;
}
.home-link::after {
	clear:both;
	display:block;
	content:'';
}
.home-link a {
	padding: 20px 30px;
    font-size: 1.8rem;
	background:#000;
	color: #cfcfcf;
    display: inline-block;
    float: right;
	transition:color .4s;
}
.home-link a:hover {
	color: #fcbc25;
	transition:color .4s;
}

#fullpage {
	height: 100vh !important;  
	height: calc(var(--vh, 1vh) * 100) !important;
}
.fp-section {
	height: 100vh !important;  
	height: calc(var(--vh, 1vh) * 100) !important;
}
.fp-tableCell {
	height: 100vh !important; 
	height: calc(var(--vh, 1vh) * 100) !important;
	overflow:hidden;
	padding-top: 100px;
}
.full1 {
	overflow:hidden;
	height: 100vh !important; 
	height: calc(var(--vh, 1vh) * 100) !important;
	padding-top: 100px;
}
.full1 .fp-tableCell {
	position:relative;
}
.section {
	position:relative;
}
.full2 {
	padding:290px 0 160px;
}
.full3 {
	padding:310px 0 150px 0;
}
.full4 {
	padding:190px 0 70px;
}
.full5 {
	padding:150px 0;
}
.main-bg {
	position:absolute;
	z-index: -1;
}
.main-bg-01 {
	bottom:0;
	left:50%;
	transform:translate(-1200px,0);
	opacity:.18;
	background: url('./img/class-bg.png') no-repeat top right;width:733px; height:747px
}
.main-bg-02 {
	bottom:0;
	left:50%;
	opacity:.18;
	transform:translate(600px,0);background: url('./img/class-bg-02.png') no-repeat top right;width:296px; height:516px
}
.title-box {

}
.title-tit {
    font-size: 5.5rem;
}
.title-tit-sm {
    font-size: 3.5rem;
}
.title-desc {
    font-size: 1.8rem;
    margin-top: 15px;
}
.section .in {
	max-width:calc(100% - 200px);
}
.scroll {
    position: absolute;
    left: 50%;
    bottom: 45px;
    font-size: 1.3rem;
    text-align: center;
    transform:translate(-50%,0);
}
.scroll .ic {
    font-size: 3.4rem;
	display:inline-block;
}
.scroll strong {
    display: block;
    font-weight: 600;
}



.scroll .ic {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
	animation-iteration-count:infinite ;
}


@keyframes hvr-icon-down {
	0%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25%, 75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}




/*메인 - 타이핑*/
.banner-txt .typing-list {
	height:272px;
}
.banner-txt .typing-list > li {
	margin-bottom:35px;
}
.banner-txt .typing-list > li:last-of-type {
	margin-bottom:0;
}
.banner-txt .typing {
	font-weight: 800;
    line-height: 1.1;
	font-size: 10.5rem;
	display: inline-block;
	border-right: 1px solid #000;
}
.typing-active {
	animation-name: cursor; 
	animation-duration: 0.5s; 
	animation-iteration-count: infinite; 
}
@keyframes cursor { 
	0% {border-right: 1px solid transparent; } 
	50% {border-right: 1px solid #000; } 
	100% {border-right: 1px solid transparent; } 
}



@media screen and (max-width:2000px){
	.banner-txt .typing-list {
		height:234px;
	}
	.banner-txt .typing-list > li {
		margin-bottom: 23px;
	}
	.banner-txt .typing {
		font-size: 9rem;
	}
}
@media screen and (max-width:1200px){
	.banner-txt .typing-list {
		height:130px;
	}
	.banner-txt .typing-list > li {
		margin-bottom: 10px;
	}
	.banner-txt .typing {
		font-size: 5rem;
	}
}
@media screen and (max-width:768px){
	.banner-txt .typing-list {
		height:78px;
	}
	.banner-txt .typing-list > li {
		margin-bottom: 7px;
	}
	.banner-txt .typing {
		font-size: 3rem;
	}
}

/*메인 - 앵커*/
.anchor {
	position:fixed;
	right:50px;
	top:50%;
	transform: translate(0, -50%);
    z-index: 50;
}
.anchor > ul {

}
.anchor > ul li {
    margin-bottom: 25px;
}
.anchor > ul li:last-of-type {
    margin-bottom: 0;
}
.anchor > ul li a {
	position:relative;
	display: inline-block;
}
.anchor > ul li a::after {
	background-color: #666;
    display: block;
    width: 8px;
    height: 8px;
    transform: scale(1);
    border-radius: 50%;
	content:'';
}

.anchor > ul li a.on::after {
    background-color: #fcbc25;
    transform: scale(1.3);
}
.anchor > ul li a:hover::after {
    background-color: #fcbc25;
    transform: scale(1.3);
}
.anchor > ul li a span {
	position: absolute;
    left: -10px;
    top: 50%;
    white-space: nowrap;
    transform: translate(-100%, -50%);
	font-size: 1.4rem;
	background: #fcbc25;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 13px;
	display:none;
}



/*메인 - 배너*/
.main-banner-slide {
    margin: 0;
	overflow:visible;
}
.main-banner-slide .swiper-slide {
	height:auto;
}
.full1 .in {
	height:100%;
	display:flex;
	flex-direction:column;
    justify-content: center;
	align-content: center;
}
.main-banner-slide .swiper-slide {
	
}
.banner-txt {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	z-index:1;
}
.banner-txt > strong {
	font-size:10.5rem;
	font-weight: 700;
    font-weight: 800;
    line-height: 1.3;
}
.banner-txt > strong span {
    display: block;
}
.banner-txt > p {
    font-size: 2.1rem;
    font-weight: 400;
    margin-top: 35px;
    line-height: 1.8;
}
.banner-txt > p span {
}
.banner-img {
    margin-left: auto;
    transform: translate(25%,-10%);
    width: 100%;
	background:#fff;
}
.banner-img video {
    width: 107%;
	line-height:1;
	display:block;
}
.slide-util-main {
    margin-top: 150px;
}








.swiper-slide-active .banner-txt > strong span:nth-of-type(1) {
	opacity:0;
	animation:fadeUp 1s;
	animation-fill-mode: forwards;
	animation-delay:.5s;
	position:relative;
}
.swiper-slide-active .banner-txt > strong span:nth-of-type(2) {
	opacity:0;
	animation:fadeUp 1s;
	animation-fill-mode: forwards;
	animation-delay:.8s;
	position:relative;
}


.swiper-slide-active .banner-txt > p {
	opacity:0;
	animation:fadeUp 1s;
	animation-fill-mode: forwards;
	animation-delay:1.6s;
	position:relative;
}

/*
.swiper-slide-active .banner-img {
	opacity:0;
	animation:fadeIn 1s;
	animation-fill-mode: forwards;
	animation-delay:1.4s;
	position:relative;
}
*/


@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeUp {
	0% {
		opacity:0;
		top:30px;
	}
	100% {
		opacity:1;
		top:0;
	}
}








/*메인 - 슬라이드 프로그레스 바*/
.swiper-pagination-main {
    text-align: left;
    width: auto;
    position:static;
}

.swiper-pagination-main .swiper-pagination-bullet {
  margin: 0;
  margin-right: 43px;
}
.swiper-pagination-main .swiper-pagination-bullet {
  position: relative;
  width: 65px;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 41px;
  background-color: transparent;
}
.swiper-pagination-main .swiper-pagination-bullet:last-of-type {
	width: auto;
}
.swiper-pagination-main .swiper-pagination-bullet em {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight:400;
	color:rgba(0,0,0,.5);
}
.swiper-pagination-main .swiper-pagination-bullet-active em {
	font-weight:700;
	color:rgba(0,0,0,1);
}
.swiper-pagination-main .swiper-pagination-bullet i {
	position: absolute;
	top: 50%;  
	left: 30px;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.2);
}
.swiper-pagination-main .swiper-pagination-bullet:last-of-type i {
	display:none;
}
.swiper-pagination-main .swiper-pagination-bullet b {
	position: absolute;
	top: 50%;  
	left: 30px;
	z-index: 2;
	width: 0%;
	height: 1px;
	background-color: #000;
}
.swiper-pagination-main .swiper-pagination-bullet:last-of-type b {
	display:none;
}
.swiper-pagination-main .swiper-pagination-bullet-active {
  background-color: transparent;
}
.swiper-pagination-main .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 7.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/*메인 2페이지 기억교실*/
.main-memory-txt-wrap {
	display:flex;
}
.main-memory-txt {
	width:48%;
}
.main-memory-slide-wrap {
	width:52%;
}
.main-memory-slide {
	/*overflow:visible;*/
}
.main-memory-slide .swiper-slide {
	padding:3px;
}
.main-memory-slide .swiper-slide > a {
	display:block;
}
.main-memory-slide .slide-img {
}
.main-memory-img-1 {
    margin-top: -30px;
}
.main-memory-img-2 {
}
.main-memory-img-3 {
}


.main-memory-slide .slide-txt {
    background: #fff;
    width: 550px;
    padding: 40px 0 0;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.main-memory-slide .slide-txt strong {
	font-size:3rem;
}
.main-memory-slide .slide-txt p {
	font-size:1.8rem;
	margin-top: 6px;
	color:#a0a0a0;
}
.main-memory-slide .slide-txt p + span {
	margin-top: 40px;
}
.slide-util .swiper-button-next,
.slide-util .swiper-button-prev {
	position:relative;
	top:-1px;
	color:#666;
	transition:.3s;
}
.slide-util .swiper-button-next:hover,
.slide-util .swiper-button-prev:hover {
	color:#000;
	transition:.3s;
}

.slide-util .swiper-pagination span {
	margin: 0 10px;
}

/*메인 3페이지 교육안내*/
.main-edu-txt-wrap {
	display:flex;
	justify-content: flex-end;
}
.main-edu-txt {
	width:auto;
}
.main-edu-txt .slide-util .swiper-button-next, 
.main-edu-txt .slide-util .swiper-button-prev {
	display:none;
}
.main-edu-slide-wrap {
    width: calc(50vw + 160px);
    position: absolute;
    left: 0;
    transform: translate(0, -50%);
	z-index: 2;
	top: calc(50% + 50px);
}

.main-edu-slide {
    width: 100%;
}
.main-edu-slide .swiper-slide {
	width:390px;
	padding:20px 0;
}
.main-edu-slide .swiper-slide a:focus {
	outline:2px solid #000;
	display:block;
}
.main-edu-slide .slide-img {
	position:relative;
	padding-top: 100%;
	overflow:hidden;
    background: #eee;
}

.main-edu-slide .slide-img img {
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	position:absolute;
}
.main-edu-slide a > span {
	font-size: 1.7rem;
	padding:0 7px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 47px;
    display: block;
	z-index:2;
}
.main-edu-cover {
	background:rgba(0,0,0,.5);
	width:100%;
	position:absolute;
	height:100%;
	z-index:1;
	transition:opacity .3s;
}
.main-edu-slide .slide-txt {
	text-align: left;
}
.main-edu-slide .slide-txt strong {
    font-size: 2.4rem;
    margin-top: 20px;
	display: block;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;   
}
.main-edu-slide .slide-txt p {
	font-size:1.6rem;
	margin-top: 9px;
	color:#666;
    font-weight: 300;
}


/*메인 4페이지 웹진, 팝업존*/
.slide-twin {
	display:flex;
}
.slide-twin > li:first-of-type {
	width:58.8%;
	margin-right: 4%;
}
.slide-twin > li:nth-of-type(2) {
	width:37.2%;
}
.slide-twin-top {
    display: flex;
    justify-content: space-between;	
	margin-bottom: 25px;
}
.slide-twin .swiper-slide img {
	width:100%;
}
.slide-twin .slide-util button span {
	font-size:3rem;
	color: #ababab;
	transition:color .4s;
}
.slide-twin .slide-util button.swiper-button-prev {
	margin-right:30px;
}
.slide-twin .slide-util button:hover span {
	color: #000;
	transition:color .4s;
}
.slide-twin .swiper-pagination {
	margin-top:30px;
}
.slide-twin .swiper-container {
	margin-top:25px;
}
.main-webzine-slide {
}

.main-webzine-slide a {
	position: relative;
    padding-top: 63.2%;
    display: block;
    overflow: hidden;
}
.main-webzine-slide a:focus {
	border:3px solid #000;
}
.main-popzone-slide {
}
.main-popzone-slide a {
	position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}
.main-popzone-slide a:focus {
	border:3px solid #000;
}
.slide-twin .swiper-slide a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*게시판 목록*/
.board-li {
	border-top:1px solid #000;
	margin-top:25px;
}
.board-li li {
	border-bottom:1px solid #dbdbdb;
}
.board-li li:last-of-type {
	border-bottom:none;
}
.board-li li > a {
    display: flex;
	padding: 28px 0;
}
.board-li-txt {
	width: calc(100% - 140px);
}
.board-li-txt > h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.board-li-txt > h3 span {
    font-size: 0.55em;
    background: #fcbc25;
    padding: 0px 10px 1px;
    margin-right: 8px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
	position: relative;
	top: 1px;
	flex-shrink:0;
}
.blogBg{
	background: #19CE60 !important;
}
.board-li-txt > h3 strong {
	font-size:1em;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.board-li-txt > p {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    margin: 6px 0 22px;
}
.board-li-txt > span {
	font-size:1.6rem;
	color:#666665;
    font-weight: 300;
	display:block;
}
.board-li-mark {
    margin-left: auto;
    align-self: center;
	padding-right:50px;
	flex-shrink:0;
}
.board-li-mark span {
	font-size:4.2rem;
	transform:rotate(0deg);
	transform-origin:center center;
	transition:transform .2s;
	display:inline-block;
}
.board-li li > a:hover .board-li-mark span {
	transform:rotate(90deg);
	transition:transform .4s;
}










/*responsive*/
@media screen and (max-width:2000px){
	.banner-txt > strong {
		font-size: 9rem;
	}
	.banner-txt > p {
		font-size: 1.8rem;
		margin-top: 29px;
	}
	.banner-img {
		width:95%;
	}
	.slide-util-main {
		margin-top: 75px;
	}
	.anchor {
		right: 30px;
	}
	.banner-img video {
		width: 100%;
	}
}

@media screen and (max-width:1400px){
	.section .in {
		max-width: calc(100% - 115px);
	}
	.banner-img {
		width: 90%;
		transform: translate(22%,-10%);
	}

}
@media screen and (max-width:1200px){
	.pc-only { display:none; }
	.mo-only { display:block; }
	.section .in {
		max-width: calc(100% - 60px);
	}
	.fp-tableCell {
		padding-top: 80px;
	}	
	.anchor {
		right: 25px;
	}
	.anchor > strong {
		display:none;
	}
	.anchor-bar {
		height: 84px;
	}
	.banner-txt > strong {
		font-size: 5rem;
	}
	.banner-txt > p {
		font-size: 1.6rem;
		margin-top: 19px;
	}
	.banner-img {
		width: 87%;
		transform: translate(14%,-10%);
	}
	.slide-util-main {
		margin-top: 15px;
	}
	.title-tit {
		font-size: 4rem;
	}
	.title-desc {
		font-size:1.6rem;
		margin-top: 7px;
	}
	.slide-util-mg {
		margin: 45px 0 45px;
	}
	.main-memory-slide .slide-txt {
		width: 80%;
		padding: 20px 10px 0 0;
		margin-top: -53px;
	}
	.main-memory-slide .slide-txt strong {
		font-size: 2.3rem;
	}
	.main-memory-slide .slide-txt p {
		font-size: 1.6rem;
		margin-top: 3px;
	}
	.main-memory-slide .slide-txt p + span {
		margin-top: 33px;
	}
	.btn-type02 {
		font-size: 1.5rem;
	}
	.main-memory-img-1 {
		margin-top: -4%;
	}
	.main-memory-txt {
		padding-right: 20px;
	}
	.main-memory-txt {
		padding-right: 20px;
		padding-top: 40px;
	}
	.btn-type01:hover > div span {
		left: 0;
	}
	.btn-type01 > div {
		width: 35px;
		height: 35px;
		margin-left: 3px;
	}
	.btn-type01 > div span {
		font-size: 2.5rem;
		top: -2px;
		left: -2px;
	}
	.btn-type01 > p {
		font-size: 1.6rem;
	}

	.main-edu-slide .swiper-slide {
		width: 230px;
		padding: 15px 5px;
	}
	.main-edu-slide .slide-txt strong {
		font-size: 2rem;
		margin-top: 10px;
	}
	.main-edu-slide .slide-txt p {
		font-size: 1.5rem;
		margin-top: 4px;
	}
	.main-edu-slide a > span {
		font-size: 1.4rem;
		height: 36px;
		line-height: 36px;
		left: 5px;
	}
	.main-edu-slide {
		margin-top: 50px;
	}
	.board-li-mark {
		padding-right: 25px;
	}
	.board-li-mark span {
		font-size: 4rem;
	}	
	.board-li-txt {
		width: calc(100% - 85px);
	}
	.title-tit-sm {
		font-size: 3rem;
	}
	.slide-twin .swiper-container {
		margin-top: 15px;
	}
	.board-li {
		margin-top: 15px;
	}
	.board-li li > a {
		padding: 30px 0;
	}
	.board-li-txt > h3 {
		font-size: 2.2rem;
	}
	.board-li-txt > h3 span {
		font-size: 0.6em;
		padding: 0px 6px 1px;
		margin-right: 6px;
	}
	.board-li-txt > p {
		font-size: 1.5rem;
		margin: 7px 0 15px;
	}
	.board-li-txt > span {
		font-size: 1.5rem;
	}
	.main-bg-01 {
		left: 0;
		transform: translate(-29%, 0);
		width: 30%;
	}
	.main-edu-slide-wrap {
		width: 60vw;
	}
	.main-edu-txt {
		width: calc(40vw - 50px);
	    padding-left: 20px;
	}
	.home-link a {
		padding: 15px 22px;
		font-size: 1.6rem;
	}
	.full2 {
		padding:190px 0 70px;
	}
	.full3 {
		padding:100px 0;
	}
	.full4 {
		padding:140px 0 40px;
	}
	.full5 {
		padding:100px 0;
	}






}/*1200px*/



@media screen and (max-width:768px){
	.mb_none {display:none}
	.in {
		padding: 0 15px;
	}
	.section .in {
		max-width: 100%;
	}
	.footer-top > .in {
		height: 45px;
	}
	.phone-only { display:block; }	
	.fp-tableCell {
		padding-top: 60px;
		padding-bottom: 36px;
	}
	.banner-txt {
		position: static;
		transform: none;
		margin-top: 35px;
	}
	.banner-txt > strong {
		font-size: 3rem;
	}
	.banner-txt > p {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.banner-img {
		width: 130%;
		order: -1;
		margin-left: -15%;
		transform: none;
	}
	.main-memory-img-1 {
		
	}
	.main-banner-slide .swiper-slide {
		display:flex;
		flex-direction:column;
	}
	.swiper-pagination-main .swiper-pagination-bullet em {
		font-size: 1rem;
	}
	.swiper-pagination-main .swiper-pagination-bullet {
		width: 18px;
		margin-right: 21px;
	}
	.swiper-pagination-main .swiper-pagination-bullet em {
		font-size: 1rem;
	}
	.swiper-pagination-main .swiper-pagination-bullet i {
		left: 16px;
	}
	.swiper-pagination-main .swiper-pagination-bullet b {
		left: 16px;
	}
	.swiper-button-pause {
		font-size: 1.6rem;
		margin-left: 0px;
	}
	.swiper-button-pause.swiper-button-pause-family {
		margin-left: 10px;
	}
	.slide-util-main {
		position:absolute;
		bottom: 15px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.slide-util .swiper-button-next, 
	.slide-util .swiper-button-prev {
		top: 0;
	}
	.slide-util .swiper-button-next span, 
	.slide-util .swiper-button-prev span {
		font-size: 1.5rem;
	}
	.slide-util .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.slide-util .swiper-pagination span {
		margin: 0 7px;
	}


	.anchor {
		right: 7px;
		display:none;
	}
	.main-memory-txt-wrap {
		flex-direction: column;
	}
	.main-memory-txt {
		width: 100%;
		padding: 0;
	}
	.title-tit {
		font-size: 2.2rem;
	}
	.title-desc {
		font-size: 1.4rem;
		margin-top: 5px;
	}
	.slide-util-mg {
		margin: 15px 0 20px;
	}
	.main-memory-slide-wrap {
		width: 100%;
	    overflow: hidden;
	}
	.main-memory-slide {
		overflow:visible;
	}
	.main-memory-slide .slide-txt strong {
		font-size: 1.6rem;
	}
	.main-memory-slide .slide-txt p + span {
		margin-top: 20px;
		border: 1px solid #000;
		padding: 6px 10px;
		width: auto;
		text-align: center;
		white-space: nowrap;
		font-size: 1.4rem;
	}
	.btn-type05 {
		background:#f5f5f5;
		width:100%;
		display:flex;
		height:32px;
		font-size:1.2rem;
		justify-content:center;
		align-items:center;
		margin-top: 30px;
	}
	.main-memory-slide + .btn-type05 {
		margin-top:20px;
	}
	.main-memory-slide .slide-txt p {
		font-size: 1.3rem;		
	}
	.main-edu {
		display:flex;
		flex-direction:column;
	}
	.main-edu-slide-wrap {
		width: 100%;
		position: static;
		transform: none;
		order:1;		
		justify-content: flex-start;
	}
	.main-edu-slide-wrap {
		padding-left: 15px;
	}

	.main-edu-slide {
		margin-top: 0px;
	    margin-bottom: 0px;
	}
	.main-edu-slide.fade-in.show {
		transition:opacity 1s 1.2s, top 1s 1.2s;
	}
	.swiper-slide-active .main-edu-cover {
		opacity:0;
		transition:opacity .3s;
	}
	.slide-twin {
		flex-direction: column;
	}
	.slide-twin > li:first-of-type {
		width:100%;
		padding-right: 0px;
	}
	.slide-twin > li:nth-of-type(2) {
		width:100%;
	}
	.title-tit-sm {
	   font-size: 2.2rem;
	}
	.slide-twin .swiper-container {
		margin-top:10px;
	    margin-right: -15px;
	}
	.slide-twin .swiper-pagination {
		margin-top: 10px;
	}
	.slide-twin .slide-util button.swiper-button-prev {
		margin-right: 15px;
	}
	.slide-twin .slide-util button span {
		font-size: 2.5rem;
	}
	.slide-twin > li {
		margin-bottom: 25px;
	}
	.slide-twin > li:last-of-type {
		margin-bottom: 0;
	}
	.board-li-mark {
		display:none;
	}
	.board-li-txt {
		width: 100%;
	}
	.board-li {
		margin-top: 10px;
	}
	.board-li li > a {
		padding: 20px 0;
	}	
	.board-li-txt > h3 {
		font-size: 1.6rem;
	}
	.board-li-txt > p {
		display:none;
	}
	.board-li-txt > span {
		font-size: 1.3rem;
		font-weight:400;
	}
	.board-li-txt > h3 span {
		top: 0px;    
		margin-right: 4px;
	}
	.board-li-txt > span {
		margin-top: 12px;
	    padding-left: 38px;
	}
	.main-edu-txt {
		width: 100%;
		padding-left: 0;
	}	
	.board-li li:last-of-type {
		border-bottom:1px solid #dbdbdb;
	}
	.main-edu-slide a > span {
		font-size: 1.2rem;
		height: 31px;
		line-height: 32px;
	}
	.main-edu-slide .slide-txt strong {
		font-size: 1.6rem;
		margin-top: 5px;
	}
	.main-edu-slide .slide-txt p {
		font-size: 1.3rem;
		margin-top: 3px;
		font-weight: 400;
	}
	.main-edu-slide .swiper-slide {
		width: auto;
	}
	.full1 .in {
	}
	.main-bg-01 {
		display:none;
	}
	.main-memory-slide .slide-txt {
		width: 87%;
		padding: 10px 10px 0 0;
		margin-top: -55px;
	}
	.home-link a {
		padding: 9px 13px;
		font-size: 1.3rem;
	}
	.full2 {
		padding:120px 0 60px;
	}
	.full3 {
		padding:60px 0;
	}
	.full4 {
		padding:60px 0;
	}
	.full5 {
		padding:60px 0;
	}

}/*768px*/


@media screen and (max-width:320px){

}




/*========================curriculum=========================*/
.col_desk_3{width: 25%;}
.col_desk_9{width: 75%;}
.col_desk_8{width: 66.66%;}

.curriculum_box{}
.curriculum_title{font-size: 24px; font-weight: 600; background-color: #0C3782; color: #fff; padding: 4px 16px; border: 1px solid #fff; text-align: center;}
.curriculum_description{font-size: 16px; font-weight: 400; padding: 8px 16px; background-color: #D1E5EA; min-height: 180px; line-height: 1.8; border: 1px solid #fff; text-align: center;}
.curriculum_des{font-size: 16px; font-weight: 400; padding: 12px 16px; background-color: #D1E5EA; line-height: 1.8; border: 1px solid #fff; text-align: center;}
.curriculum_des2{font-size: 16px; font-weight: 400; padding: 12px 16px; background-color: #D1E5EA; line-height: 1.8; border: 1px solid #fff; min-height: 120px; text-align: center;}
.curriculum_des3{font-size: 16px; font-weight: 400; padding: 12px 16px; background-color: #D1E5EA; line-height: 1.8; border: 1px solid #fff; min-height: 170px; text-align: center;}
.curriculum_sub_box{border: 1px solid #fff;}
.curriculum_sub_des{font-size: 16px; font-weight: 400; padding: 12px 16px; background-color: #ebf2f4; text-align: center; line-height: 1.8; border: 1px solid #fff;}
.curriculum_main_title{font-size: 36px;}

.grade6_box .curriculum_description{min-height: 160px;}

.grade4 {background: #1550B9;}
.grade5 {background: #125BDA;}
.grade7 {background: #092C68;}
.white_bg {background-color: #f7f7f7;}

.titleDe{min-height: 58px;}
.desDe{min-height: 200px;}

.mg120{margin-top:120px;}




/*main - 팝업*/
.main-popup-slide {
	margin: 15px 0 5px;
}
.main-popup-slide .swiper-slide {
}
.main-popup-slide .swiper-slide img  {
	max-height: 370px;
}
.main-popup-wrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: 99999;
}
.main-popup-bg {
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	background:rgba(0,0,0,.6);
}
.main-popup {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    z-index: 1;
    max-width: calc(100vw - 30px);
	width: 1100px;
}
.main-popup-top {
	display:flex;
	justify-content:flex-end;
    align-items: center;
}
.main-popup-top h1 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.main-popup-nav {
	display:flex;
}
.main-popup-nav li {
    margin-left: 10px;
}
.main-popup-nav li:first-of-type {
    margin-left: 0;
}
.main-popup-nav li > div {
	border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    align-items: center;
    font-size: 13px;
	cursor:pointer;
}

.main-popup-mid {
    text-align: center;
	color:#fff;
}
.swiper-pagination-popup {
	width: auto;
	color:#fff;
	font-size:13px;
	height:100%;
    border-radius: 21px;
	display: flex;
    align-items: center;
}
.swiper-pagination-popup > span {
	/*color:#16cae5;*/
}
.swiper-button-prev-popup {
	font-size: 19px;
    line-height: 1;
	color: #fff;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
	border-radius: 50%;
}
.swiper-button-prev-popup:focus {
	outline:2px solid #fcbc25;
}
.swiper-button-next-popup {
	font-size: 19px;
    line-height: 1;
    color: #fff;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
	border-radius: 50%;
}
.swiper-button-next-popup:focus {
	outline:2px solid #fcbc25;
}
.main-popup-btm {
	display:flex;
	height:32px;
}
.main-popup-close-wrap {
	display:flex;
	justify-content: space-between;
    width: 100%;
}
.main-popup-close-wrap > label {
	cursor: pointer;
    color: #fff;
	height:100%;
	font-size:13px;
	display: flex;
    align-items: center;
	position:relative;
}

.main-popup-close-wrap > label > input {
    margin-right: 3px;
}
.main-popup-close-wrap > label > input:focus {
	outline:2px solid #fcbc25;
}
.main-popup-close-wrap > label > i {
	font-size: 1.2em;
    margin: 0 3px -2px 0;
	z-index: 1;
}
.main-popup-close-wrap > label > span {
}
.main-popup-close {
    color: #fff;
	height:100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:13px;
    margin-left: auto;
}
.main-popup-close:focus {
	outline:2px solid #fcbc25;
}

@media screen and (max-width:1200px){
	.main-popup {
		width: 700px;
	}
	.main-popup-top h1 {
		font-size: 25px;
	}
	.main-popup-nav li {
		margin-left: 7px;
	}
	.main-popup-nav li > div {
		width: 33px;
		height: 33px;
		display: flex;
		font-size: 10px;
	}
	.main-popup-btm {
		height: 27px;
	}
	.main-popup-close {
		border-radius: 19px;
		font-size: 12px;
		margin-left: 7px;
	}
	.main-popup-close-wrap > label {
		border-radius: 19px;
		font-size: 12px;
	}
	.swiper-pagination-popup {
		border-radius: 19px;
		font-size: 12px;
	}
	.main-popup-close-wrap > label > i {
		font-size: 1.1em;
		margin: 0 1px -2px 0;
	}
	.swiper-pagination-popup > span.swiper-pagination-total {
		color:#fff;
	}

}


@media screen and (max-width:768px){
	.swiper-button-prev-popup.swiper-button-disabled {
		display:inline-block;
	}
	.swiper-button-next-popup.swiper-button-disabled {
		display:inline-block;
	}
	.main-popup {
		width: 370px !important;
	}
}
@media screen and (max-width:370px){
	.main-popup {
		width:100% !important;
	}
}


/* market_img */
.market_img{height: 100%; width: 100px; display:inline-table; vertical-align: middle; margin-top: -6px;}
