/*================================================================================================
	메인이미지 - 기본레이아웃
================================================================================================*/
.main_img{
	width: 100%;
	height: 100vh;
}
.main_img .mySwiper{
	width: 100%;
	height: 100vh;
}
.main_img .mySwiper .swiper-wrapper{
	width: 100%;
	height: 100vh;
}

/*================================================================================================
	메인이미지 - 이미지
================================================================================================*/
.main_img .swiper-wrapper .visual_img1{
	width: 100%;
	height: 100vh;
	background: url(../images/main/main_img01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;	
	position: absolute;
}
.main_img .swiper-wrapper .visual_img2{
	width: 100%;
	height: 100vh;
	background: url(../images/main/main_img02_1.jpg) no-repeat;
	background-size: cover;
	background-position: 20% center;
	z-index: 1;	
	position: absolute;
}
.main_img .swiper-wrapper .visual_img3{
	width: 100%;
	height: 100vh;
	background: url(../images/main/main_img03_1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;	
	position: absolute;
}
.main_img .swiper-button-prev,
.main_img .swiper-button-next{
	color: #FFFFFF;
}

/*================================================================================================
	메인이미지 - 이미지 애니메이션
================================================================================================*/
@-webkit-keyframes zoom-a{
	0%{
		transform: scale(1.1, 1.1) translateZ(1px);
	}
	100%{
		transform: scale(1, 1) translateZ(1px);
	}
}
@-moz-keyframes zoom-a{
	0%{
   		 transform: scale(1.1, 1.1) translateZ(1px);
	}
	100%{
   		 transform: scale(1, 1) translateZ(1px);
	}
}
@-o-keyframes zoom-a{
	0%{
		transform: scale(1.1, 1.1) translateZ(1px);
	}
	100%{
		transform: scale(1, 1) translateZ(1px);
	}
}
@keyframes zoom-a{
	0%{
		transform: scale(1.1, 1.1) translateZ(1px);
	}
	100%{
		transform: scale(1, 1) translateZ(1px);
	}
}
.swiper-slide-active .visual_img{
	animation: zoom-a 4s linear;
	animation-fill-mode : forwards;
}

/*================================================================================================
	메인이미지 - 텍스트
================================================================================================*/
.main_img .main_img_content{
	width: 100%;
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main_img .mySwiper .swiper-wrapper .main_img_content .mic_title{
	font-family: 'HallymMjo-Bold';
	 font-weight: 700;
	color: #FFFFFF;
	font-size: 2.368rem;
	line-height: 3.053rem;
	padding: 0 0 2.263rem 0;
}
.main_img .mySwiper .swiper-slide-active .main_img_content .mic_title{
	animation: fadeIn;
	animation-duration: 4s;
}
.main_img .mySwiper .swiper-wrapper .main_img_content .mic_text{
	font-weight: 500;
	color: #ffffff;
	font-size: 1.053rem;
	padding: 0 0 0 0;
}
.main_img .mySwiper .swiper-slide-active .main_img_content .mic_text{
	animation: fadeIn;
	animation-duration: 4s;
	animation-delay: 0.1s;
}

@media (max-width: 699px){
	.main_img .mySwiper .swiper-wrapper .main_img_content .mic_title{
		font-family: 'HallymMjo-Bold';
		 font-weight: 700;
		color: #FFFFFF;
		font-size: 2rem;
		line-height: 2.526rem;
		padding: 0 0 2.263rem 0;
	}
}

/*================================================================================================
	관련사이트 - 기본 레이아웃
================================================================================================*/
.main_site{
	width: 100%;
	overflow: hidden;
	padding: 2.632rem 0;
}
.main_site .main_site_title{
	width: 15%;
	float: left;
}
.main_site .main_site_content{
	width: 85%;
	float: left;
}

@media (max-width: 699px){
	.main_site .main_site_title{
		width: 17%;
		float: left;
	}
	.main_site .main_site_content{
		width: 83%;
		float: left;
	}
}
@media (max-width: 599px){
	.main_site .wrap{
		height: 6.053rem;
		overflow: hidden;
		position: relative;
	}
	.main_site .main_site_title{
		width: auto;
		top: 0;
		position: absolute;
	}
	.main_site .main_site_content{
		width: 100%;
	}
}
@media (max-width: 499px){
	.main_site .wrap{
		height: auto;
		overflow: hidden;
		position: relative;
	}
}

/*================================================================================================
	메인 타이틀
================================================================================================*/
.main_title1{
	font-family: 'Gyeonggi_Title_Medium';
	font-size: 1.684rem;
	color: #000000;
	line-height: 1.789rem;
}
.main_title1 > span{
	font-family: 'Gyeonggi_Title_Light';
}

/*================================================================================================
	메인 top - 기본 레이아웃
================================================================================================*/
.main_top{
	width: 100%;
	overflow: hidden;
	padding: 2.632rem 0 2.632rem 0;
}
.main_top .main_notice{
	width: 100%;
	overflow: hidden;
	margin: 0 0 2.632rem 0;
}
.main_top .main_class{
	width: 100%;
	overflow: hidden;
}

@media (max-width: 599px){
	.main_top{
		width: 100%;
		overflow: hidden;
		padding: 2.105rem 0 2.105rem 0;
	}
}

/*================================================================================================
	공지사항 - 타이틀
================================================================================================*/
.main_top .main_notice > dl{
	width: 100%;
	overflow: hidden;
	padding: 0 0 1.263rem 0;
}
.main_top .main_notice > dl > dt{
	width: 60%;
	float: left;
}
.main_top .main_notice > dl > dd{
	width: 40%;
	float: left;
	text-align: right;
}
.main_top .main_notice > dl > dd > a{
	font-size: 0.789rem;
	color: #656565;
	transition: all .2s ease-in-out;
}
.main_top .main_notice > dl > dd > a > img{
	width: 0.368rem;
	margin: 0 0 0 0.632rem;
}
.main_top .main_notice > dl > dd > a > .icon_arrow_off{
	display: inline-block;
}
.main_top .main_notice > dl > dd > a > .icon_arrow_on{
	display: none;
}
.main_top .main_notice > dl > dd > a:hover,
.main_top .main_notice > dl > dd > a:focus,
.main_top .main_notice > dl > dd > a:active{
	color: #2d87db;
}
.main_top .main_notice > dl > dd > a:hover > .icon_arrow_off,
.main_top .main_notice > dl > dd > a:focus > .icon_arrow_off,
.main_top .main_notice > dl > dd > a:active > .icon_arrow_off{
	display: none;	
}
.main_top .main_notice > dl > dd > a:hover > .icon_arrow_on,
.main_top .main_notice > dl > dd > a:focus > .icon_arrow_on,
.main_top .main_notice > dl > dd > a:active > .icon_arrow_on{
	display: inline-block;
}

/*================================================================================================
	공지사항 - 리스트 - 기본 레이아웃
================================================================================================*/
.main_top .main_notice > form > ul{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #eeeeee;
}
.main_top .main_notice > form > ul > li > a{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 1.053rem 0;
	display: block;
	transition: all .2s ease-in-out;
}
.main_top .main_notice > form > ul > li > a:hover,
.main_top .main_notice > form > ul > li > a:focus,
.main_top .main_notice > form > ul > li > a:active{
	background: #f3f6fb;	
}
.main_top .main_notice > form > ul > li > a > .main_notice_content{
	width: 90%;
	float: left;
}
.main_top .main_notice > form > ul > li > a > .main_notice_more{
	width: 10%;
	float: left;
	text-align: right;
	padding: 1.158rem 0 0 0;
}

@media (max-width: 599px){
	.main_top .main_notice > form > ul > li > a > .main_notice_more{
		width: 10%;
		float: left;
		text-align: right;
		padding: 0.789rem 0 0 0;
	}
}

/*================================================================================================
	공지사항 - 리스트 - 타이틀, 작성일자, more
================================================================================================*/
.main_top .main_notice > form > ul > li > a > .main_notice_content .mnc_title{
	font-size: 1rem;
	color: #454545;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.main_top .main_notice > form > ul > li > a > .main_notice_content .mnc_day{
	font-size: 0.895rem;
	color: #bbbbbb;
}
.main_top .main_notice > form > ul > li > a > .main_notice_more img{
	width: 1.263rem;
}

/*================================================================================================
	개설강좌 - 기본 레이아웃
================================================================================================*/
.main_top .main_class > .main_title1{
	padding: 0 0 1.474rem 0;
}
.main_top .main_class .main_class_list{
	width: 100%;
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-radius: 1.053rem;
	padding: 0 1.316rem;
}
.main_top .main_class .main_class_list .class_swiper .swiper-wrapper{
	height: 100%;
	padding: 2.105rem 0;
}
.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a{
	display: block;
}
.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a > dl{
	width: 100%;
	overflow: hidden;
	padding: 0 2.368rem;
}
.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a > dl > dt{
	width: 50%;
	float: left;
}
.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a > dl > dd{
	width: 50%;
	float: left;
}

@media (max-width: 599px){
	.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a > dl > dt{
		width: 100%;
		overflow: hidden;
	}
	.main_top .main_class .main_class_list .class_swiper .swiper-wrapper > .swiper-slide > a > dl > dd{
		width: 100%;
		overflow: hidden;
		padding: 1.053rem 0 0 0;
		text-align: center;
	}
}

/*================================================================================================
	개설강좌 - 사진
================================================================================================*/
.main_top .main_class .main_class_list dl > dt > img{
	width: 88%;
}

/*================================================================================================
	개설강좌 - 내용
================================================================================================*/
.main_top .main_class .main_class_list dl > dd .mcl_title{
	font-weight: 700;
	font-size: 1.368rem;
	color: #000000;
}
.main_top .main_class .main_class_list dl > dd .mcl_time{
	font-size: 0.895rem;
	color: #5b5b5b;
	line-height: 1.158rem;
	padding: 0.789rem 0;
}
.main_top .main_class .main_class_list dl > dd .mcl_price{
	font-size: 0.947rem;
	color: #272727;
	padding: 0 0 2.105rem 0;
}

/*================================================================================================
	개설강좌 - 버튼
================================================================================================*/
.main_top .main_class .main_class_list dl > dd .mcl_btn{
	width: 7.895rem;
	height: 2.105rem;
	background: #000000;
	font-size: 0.842rem;
	color: #FFFFFF;
	line-height: 2.105rem;
	text-align: center;
	border-radius: 1.579rem;
	transition: all .2s ease-in-out;
}
.main_top .main_class .main_class_list dl > dd .mcl_btn img{
	width: 0.368rem;
	margin: 0 0 0 1.053rem;
}
.main_top .main_class .main_class_list a dl > dd .mcl_btn:hover{
	background: #2d87db;	
}

@media (max-width: 599px){
	.main_top .main_class .main_class_list dl > dd .mcl_btn{
		margin: 0 auto;
	}
}

/*================================================================================================
	개설강좌 - 슬라이드 버튼
================================================================================================*/
.main_top .main_class .swiper-button-prev,
.main_top .main_class .swiper-button-next{
	width: 0.632rem;
	height: 1rem;
}
.main_top .main_class .swiper-button-prev{
	left: 0;
}
.main_top .main_class .swiper-button-next{
	right: 0;
}
.main_top .main_class .swiper-button-prev:after,
.main_top .main_class .swiper-button-next:after{
	width: 0.632rem;
	height: 1rem;
	content: '';
	transition: all .2s ease-in-out;
}
.main_top .main_class .swiper-button-prev:after{
	background: url('../images/icon/icon_arrow05.png') no-repeat;
	background-position: center;
	background-size: 0.632rem 1rem;
	transform: rotate(180deg);
}
.main_top .main_class .swiper-button-next:after{
	background: url('../images/icon/icon_arrow05.png') no-repeat;
	background-position: center;
	background-size: 0.632rem 1rem;	
}
.main_top .main_class .swiper-button-prev:hover:after{
	background: url('../images/icon/icon_arrow03_on.png') no-repeat;
	background-position: center;
	background-size: 0.632rem 1rem;
	transform: rotate(180deg);
}
.main_top .main_class .swiper-button-next:hover:after{
	background: url('../images/icon/icon_arrow03_on.png') no-repeat;
	background-position: center;
	background-size: 0.632rem 1rem;	
}

/*================================================================================================
	메인 bottom - 기본 레이아웃
================================================================================================*/
.main_bottom{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 3.158rem 0;
}
.main_bottom .main_business{
	width: 100%;
	padding: 2.105rem 2.105rem;
	margin: 0 0 1.579rem 0;
}
.main_bottom .main_ebook{
	width: 100%;
	padding: 2.105rem 2.105rem;
}

@media (max-width: 599px){
	.main_bottom{
		width: 100%;
		overflow: hidden;
		background: #f7f7f7;
		padding: 2.105rem 0;
	}
}

/*================================================================================================
	메인 bottom - 사업소개 - 기본 레이아웃
================================================================================================*/
.main_business{
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 1.053rem;	
}
.main_business .main_business_left{
	width: 30%;
	float: left;	
}
.main_business .main_business_right{
	width: 70%;
	float: left;
}

@media (max-width: 599px){
	.main_business .main_business_left{
		width: 100%;
		overflow: hidden;
	}
	.main_business .main_business_right{
		width: 100%;
		overflow: hidden;
	}
}

/*================================================================================================
	메인 bottom - 사업소개 - 타이틀,메뉴
================================================================================================*/
.main_business .main_business_left #tabs{
	padding: 1.579rem 0 0 0;
}
.main_business .main_business_left #tabs > li > a{
	font-size: 1rem;
	color: #454545;
	line-height: 2.526rem;	
	border-bottom: 1px solid #eeeeee;
	display: block;
	padding: 0 0 0 1.053rem;
}
.main_business .main_business_left #tabs > #current > a{
	background: #2d87db;
	color: #FFFFFF;
}

@media (max-width: 599px){
	.main_business .main_business_left #tabs > li{
		width: 50%;
		float: left;
		text-align: center;
	}
	.main_business .main_business_left #tabs > li > a{
		padding-left: 0;		
	}
}

/*================================================================================================
	메인 bottom - 사업소개 - 리스트
================================================================================================*/
.main_business .main_business_right ul{
	width: 100%;
	overflow: hidden;
	padding: 2.632rem 0 0 2.105rem;
}
.main_business .main_business_right ul > li{
	width: 50%;
	float: left;
	text-align: center;
}
.main_business .main_business_right ul > li > a{
	display: block;
}
.main_business .main_business_right ul > li > a > dl{
	width: 100%;
	overflow: hidden;
}
.main_business .main_business_right ul > li > a > dl > dt > img{
	width: 92%;
	max-width: 198px;
	border: 1px solid #efefef;
}
.main_business .main_business_right ul > li > a > dl > dd{
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 699px){
	.main_business .main_business_right ul{
		width: 100%;
		overflow: hidden;
		padding: 3.158rem 0 0 2.105rem;
	}
}
@media (max-width: 599px){
	.main_business .main_business_right ul{
		width: 100%;
		overflow: hidden;
		padding: 1.579rem 0 0 0;
	}
	.main_business .main_business_right ul > li > a > dl{
		width: 96%;
		overflow: hidden;
	}
}

/*================================================================================================
	메인 bottom - 발간도서 - 기본 레이아웃
================================================================================================*/
.main_ebook{
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 1.053rem;	
}
.main_ebook .main_ebook_left{
	width: 30%;
	float: left;	
}
.main_ebook .main_ebook_right{
	width: 70%;
	float: left;
}

@media (max-width: 599px){
	.main_ebook .main_ebook_left{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.main_ebook .main_ebook_right{
		width: 100%;
		overflow: hidden;
	}
}

/*================================================================================================
	메인 bottom - 발간도서 - 텍스트, 버튼
================================================================================================*/
.main_ebook .main_ebook_left .mel_text{
	font-size: 1em;
	color: #454545;
	line-height: 1.368rem;
	padding: 0.789rem 0 2.105rem 0;
}
.main_ebook .main_ebook_left .mel_btn{
	width: 6.316rem;
	height: 2.105rem;
	background: #000000;
	font-size: 0.842rem;
	color: #FFFFFF;
	line-height: 2.105rem;
	text-align: center;
	border-radius: 1.579rem;
	transition: all .2s ease-in-out;
	display: block;
}
.main_ebook .main_ebook_left .mel_btn img{
	width: 0.368rem;
	margin: 0 0 0 1.053rem;
}
.main_ebook .main_ebook_left .mel_btn:hover{
	background: #2d87db;	
}
.main_ebook .main_ebook_left .main_br1{
	display: none;
}

@media (max-width: 599px){
	.main_ebook .main_ebook_left .mel_text{
		font-size: 1em;
		color: #454545;
		line-height: 1.368rem;
		padding: 0.789rem 0 1.053rem 0;
	}
	.main_ebook .main_ebook_left .mel_btn{
		margin: 0 auto;
	}
}

/*================================================================================================
	메인 bottom - 발간도서 - 리스트
================================================================================================*/
.main_ebook .main_ebook_right ul{
	width: 100%;
	overflow: hidden;
	padding: 2.632rem 0 0 2.105rem;
}
.main_ebook .main_ebook_right ul > li{
	width: 50%;
	float: left;
	text-align: center;
}
.main_ebook .main_ebook_right ul > li > a{
	display: block;
}
.main_ebook .main_ebook_right ul > li > a > dl{
	width: 100%;
	overflow: hidden;
}
.main_ebook .main_ebook_right ul > li > a > dl > dt > img{
	width: 92%;
	max-width: 198px;
	border: 1px solid #efefef;
}
.main_ebook .main_ebook_right ul > li > a > dl > dd{
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 699px){
	.main_ebook .main_ebook_right ul{
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 2.105rem;
	}
}
@media (max-width: 599px){
	.main_ebook .main_ebook_right ul{
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 0;
	}
	.main_ebook .main_ebook_right ul > li > a > dl{
		width: 96%;
		overflow: hidden;
		padding: 1.579rem 0 0 0;
	}
}

/*================================================================================================
	관련사이트 - 타이틀
================================================================================================*/
.main_site .main_site_title{
	font-weight: 500;
	font-size: 1.053rem;
	color: #000000;
	padding: 1rem 0 0 0;
}

@media (max-width: 699px){
	.main_site .main_site_title{
		font-weight: 500;
		font-size: 1.053rem;
		color: #000000;
		padding: 0.684rem 0 0 0;
	}
}
@media (max-width: 599px){
	.main_site .main_site_title{
		font-weight: 500;
		font-size: 1.053rem;
		color: #000000;
		padding: 0 0 0 0;
	}
}

/*================================================================================================
	관련사이트 - 사이트 배너 - 기본 레이아웃
================================================================================================*/
.main_site .main_site_content .jd-slider > .controller{
	width: 15%;
	float: left;
	position: relative;
	padding: 1.158rem 1.579rem 0 0;
}
.main_site .main_site_content .jd-slider > .slide-inner{
	width: 85%;
	float: left;
}

@media (max-width: 699px){
	.main_site .main_site_content .jd-slider > .controller{
		width: 15%;
		float: left;
		position: relative;
		padding: 0.895rem 1.053rem 0 0;
	}
}
@media (max-width: 599px){
	.main_site .main_site_content .jd-slider > .controller{
		width: 20%;
		position: relative;
		margin: 0 0 0 80%;
		padding: 0;
	}
	.main_site .main_site_content .jd-slider > .slide-inner{
		width: 100%;
		padding: 1.053rem 0 0 0;
	}
}

/*================================================================================================
	관련사이트 - 사이트 배너 - 아이콘
================================================================================================*/
.main_site .main_site_content .jd-slider > .controller img{
	opacity: 0.5;
	transition: all .2s ease-in-out;
}
.main_site .main_site_content .jd-slider > .controller img:hover,
.main_site .main_site_content .jd-slider > .controller img:focus,
.main_site .main_site_content .jd-slider > .controller img:active{
	opacity: 1.0;
}
.main_site .main_site_content .jd-slider > .controller .prev img,
.main_site .main_site_content .jd-slider > .controller .next img{
	width: 0.526rem;
}
.main_site .main_site_content .jd-slider > .controller .prev{
	top: 57%;
}
.main_site .main_site_content .jd-slider > .controller .next{
	top: 57%;
	right: 1.579rem;
}
.main_site .main_site_content .jd-slider > .controller .next img{
	transform: rotate(180deg);	
}
.main_site .main_site_content .jd-slider > .controller .auto img{
	height: 0.684rem;
	margin: -0.737rem 0 0 0;
}

@media (max-width: 699px){
	.main_site .main_site_content .jd-slider > .controller .next{
		top: 57%;
		right: 1.053rem;
	}
}
@media (max-width: 699px){
	.main_site .main_site_content .jd-slider > .controller .auto img{
		height: 0.684rem;
		margin: -0.632rem 0 0 0;
	}
}
@media (max-width: 599px){
	.main_site .main_site_content .jd-slider > .controller .next{
		top: 57%;
		right: 0;
	}
	.main_site .main_site_content .jd-slider > .controller .auto img{
		height: 0.684rem;
		margin: 0.263rem 0 0 0;
	}
}

/*================================================================================================
	관련사이트 - 사이트 배너 - 배너
================================================================================================*/
.main_site .main_site_content .jd-slider .slide-area li{
	font-size: 0;
	line-height: 0;
	padding: 0 1.579rem 0 0;
}
.main_site .main_site_content .jd-slider .slide-area li img{
	border: 1px solid #e9e9e9;	
}

@media (max-width: 699px){
	.main_site .main_site_content .jd-slider .slide-area li{
		font-size: 0;
		line-height: 0;
		padding: 0 1.579rem 0 0;
	}
}
@media (max-width: 499px){
	.main_site .main_site_content .jd-slider .slide-area li{
		font-size: 0;
		line-height: 0;
		padding: 0 1.316rem 0 0;
	}
}
