
/* 브라우저 체크 */
.con_wrap .top_info {
  width: 100%;
  background: #707070;
  text-align: center;
  line-height: 45px;
  font-size: 1.5rem;
  font-weight: 400;
  position: fixed;
  z-index: 999;
}
.con_wrap .top_info .info {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}
.con_wrap .top_info .info button {
	position:absolute;
	top: 13px;
	width:2rem;
	height:2rem;
	margin-left:10px;
	background-image: url("../images/mobile/close.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}

.HD_inner .btn_search_open {
	display: none;
}
/*  .HD .HD_inner .gnb_wrap .gnb_inner .gnb 위치 조정 */
@media (min-width: 900px) and (max-width: 1199px) {
    /* 테블릿 */ 
}

@media (min-width: 1200px) {
    /* 데스크탑 일반 */ 
}


/* 상단위치 정리하기 */
@media (max-width: 899px){
	/* 모바일 */
	/* 브라우저 체크 영역 */	
	.con_wrap .top_info {
    	display: none;
	}
	.search_wrap {
		display: block;
		position: absolute;
		width: 80%;
		margin: 0 10%;
		top: 15px;
		z-index: 1;
	}
	
}
@media (min-width: 900px) {

	.search_wrap {
		top: -60px;
	}
}




/* 메인 세부 조정 */


@media (min-width: 900px) and (max-width: 1199px) {
    /* 테블릿 */ 
}

@media (min-width: 1200px) {
    /* 데스크탑 일반 */ 
	
}
@media (min-width: 900px) {

	.txt_wrap {
		position: absolute;
		width: 55%;
		margin-right:10px;
	}
	.bt_wrap {
		position: absolute;
		width: 40%;
		margin-right:10px;
	}
	.contents_wrap .main_section1 {
		height: 388px;
	}
	.contents_wrap .main_section1 .txt_wrap {
	  left: 50px;
	}
	.contents_wrap .main_section1 .txt_wrap {
	  top: -5px;
	}
	.contents_wrap .main_section1 .MD .main_rbox:nth-child(2) {
		margin-left: -3px;
	}
	.contents_wrap .main_section1 .MD .main_rbox:nth-child(4) {
		margin-left: -3px;
	}
	.contents_wrap .main_section1 .txt_wrap .main_txt {
	  font-size: 3.8rem;
	  line-height: 50px;
	  text-align: left;
	}
	.contents_wrap .main_section1 .bt_wrap {
		top: -80px;
	}
	.contents_wrap .main_section1 .txt_wrap .main_txt span.font_s {
	  font-size: 1.8rem;
	}
	 
}
@media (max-width: 899px) {

	.contents_wrap .main_section1 {
		height: 500px;
	}
	.contents_wrap .main_section1 .txt_wrap {
	  left: 0;
	}
	.contents_wrap .main_section1 .txt_wrap {
	  top: -10px;
	  text-align: center;
	}
	.contents_wrap .main_section1 .txt_wrap .main_txt {
	  font-size: 2.7rem;
	  line-height: 35px;
	  text-align: center;
	}
	.contents_wrap .main_section1 .txt_wrap .main_txt span.font_s {
	  font-size: 1.8rem;
	}
	.contents_wrap .main_section1 .bt_wrap {
		top: 40px;
	}
	.txt_wrap {
		position: relative;
		width: 90%;
		margin: 0 5%;
		height: auto;
		top: 0;
	}
	.bt_wrap {
		position: relative;
		width: 90%;
		margin: 0 5%;
		height: auto;
		top: 100px;
	}
	.contents_wrap .main_section1 .txt_wrap .main_btn {
 		text-align: center;
		position: absolute;
		top: 100px;
		
	}
	
}

:focus-visible {
	outline: 3px solid #41047d;
  	outline-offset: 3px;
}

.contents_wrap {
  letter-spacing: -0.34px;
  text-align: left;
  padding: 0;
  z-index: auto;
}
.contents_wrap h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
}
.contents_wrap .main_section1 {
    background-image: url(../images/main/bg.png);
    background-repeat: repeat;
	background-size: cover;
	background-position: unset;
	padding-top: 80px;
}
.contents_wrap .main_section1 .txt_wrap {
  transition-duration: 0.5s;
}
.contents_wrap .main_section1 .txt_wrap .main_txt {
  color: #000;
  font-weight: 300;
  margin-bottom: 35px;
  letter-spacing: -2.5px;
}
.contents_wrap .main_section1 .txt_wrap a {
	padding: 5px 25px;
	color: #fff;
	background: #000;
	font-size: 1.5rem;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 200;
}
.contents_wrap .main_section1 .txt_wrap a:hover {
	background: #6f21bb;
}
.contents_wrap .main_section1 .txt_wrap .main_txt span {
  font-weight: 500;
}
.contents_wrap .main_section1 .txt_wrap .main_txt span.font_s {
  color: #5C5C5C;
  letter-spacing: -1.5px;
}
.contents_wrap .main_section1 .txt_wrap .main_btn {
  display: block;
	width: 100%;
}
.contents_wrap .main_section1 .txt_wrap .main_btn .sooyusil_btn {
  color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/main/pc_map.png);
	background-repeat: no-repeat;
	background-position: left;
}

.contents_wrap .main_section1 .bt_wrap {
    right: 0;
    transition-duration: 0.5s;
    text-align: center;
}
.contents_wrap .main_section1 .MD {
  display: flex;
  justify-content: space-between;
}
.contents_wrap .main_section1 .MD:after {
  display: none;
}
.contents_wrap .main_section1 .MD .main_rbox {
	width: 40%;
    padding: 3%;
    transition-duration: 0.5s;
	margin-right: 2%;
	display: inline-flex;
	border-radius: 20px;
	background-color: #F5F5F5;
	
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(1), .contents_wrap .main_section1 .MD .main_rbox:nth-child(2) {
  	margin-bottom: 2%;
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(2), .contents_wrap .main_section1 .MD .main_rbox:nth-child(4) {
  	margin-right: 0%;
}
.contents_wrap .main_section1 .MD .main_rbox:hover {
	top: 0;
	background-color: #6F21BB;
}
.contents_wrap .main_section1 .MD .main_rbox a {
  text-decoration: none;
  display: block;
	width: 100%;
}
.contents_wrap .main_section1 .MD .main_rbox a dl {
  text-align: center;
}
.contents_wrap .main_section1 .MD .main_rbox a dl dt {
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  margin: 10px 0;
  letter-spacing: -1.7px;
}
.contents_wrap .main_section1 .MD .main_rbox:hover a dl dt {
  color: #fff;
}
.contents_wrap .main_section1 .MD .main_rbox a dl dd {
	height: 110px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;	
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(1) a dl dd {
	background-image: url("../images/main/main_top_online_icon.png");
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(2) a dl dd {
	background-image: url("../images/main/main_top_kakao_icon.png");
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(3) a dl dd {
	background-image: url("../images/main/main_top_chat_icon.png");
}
.contents_wrap .main_section1 .MD .main_rbox:nth-child(4) a dl dd {
	background-image: url("../images/main/main_top_call_icon.png");
}
.contents_wrap .main_section1 .MD .main_rbox:hover:nth-child(1) a dl dd {
	background-image: url("../images/main/main_top_online_icon_on.png");
}
.contents_wrap .main_section1 .MD .main_rbox:hover:nth-child(2) a dl dd {
	background-image: url("../images/main/main_top_kakao_icon_on.png");
}
.contents_wrap .main_section1 .MD .main_rbox:hover:nth-child(3) a dl dd {
	background-image: url("../images/main/main_top_chat_icon_on.png");
}
.contents_wrap .main_section1 .MD .main_rbox:hover:nth-child(4) a dl dd {
	background-image: url("../images/main/main_top_call_icon_on.png");
}
.contents_wrap .main_section1 .MD .main_rbox a.mobile_btn{
	display: none;
}

.contents_wrap .main_section2 {
	min-height: 410px;
  margin-bottom: 50px;	
  overflow: hidden;
}
.contents_wrap .main_section2 .bg_box:nth-child(1) {
	background-image: url(../images/main/bg_up.png);
	height: 64px;
}
.contents_wrap .main_section2 .bg_box:nth-child(2) {
	background-color: #f5f5f5;
	min-height: 400px;
	padding: 0;
}
.contents_wrap .main_section2 .bg_box:nth-child(3) {
	background-image: url(../images/main/bg_down.png);
	height: 64px;
}
.contents_wrap .main_section2 .bg_box:nth-child(2) .MD{
	display: flex;
	justify-content: space-around;
	top: -24px;
}

.contents_wrap .main_section2 .notice {
	width: 65%;
	float: left;
	margin-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents_wrap .main_section2 .sns {
	width: 300px;
	margin-right: 50px;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contents_wrap .main_section2 h4 {
	margin: 0;
	display: inline-block;
	color: #000;
	width: 80%;
	padding: 15px 10px;
	font-size: 2rem;
	z-index: 1;
	position: relative;
}

.contents_wrap .main_section2 .notice {
	position: relative;
}
.contents_wrap .main_section2 .notice .box {
	padding: 0 10px 10px 10px;
}
.contents_wrap .main_section2 .notice .box .left_edu{
	display: flex;
	justify-content: space-between;
}

.contents_wrap .main_section2 .notice .img_l {
	width: 49%;
	height: 100%;
	text-align: center;

}

.contents_wrap .main_section2 .notice .img_r {
	width: 49%;
	height: auto;
	text-align: center;
}

.contents_wrap .main_section2 .notice .main_edu_img1 {
	background: url("/images/main/main_edu_img_01.png") center 65% no-repeat;
	background-size: cover;
	height: 225px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.contents_wrap .main_section2 .notice .main_edu_img2 {
	background: url("/images/main/main_edu_img_02.png") center 65% no-repeat;
	background-size: cover;
	height: 225px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.contents_wrap .main_section2 .notice span {
	color: #000;
	background-color: #fff;
	display: block;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px;
}

.contents_wrap .main_section2 .notice a {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	padding: 8px 10px 12px 10px;
	border-radius: 10px;
	background-color: #333;
	text-decoration: none;
	margin-top: 20px;
}

.contents_wrap .main_section2 .notice a:hover {
	background-color: #6f21bb;
}

.contents_wrap .main_section2 .notice a i {
	display: inline-block;
	left: 0;
	width: 30px;
	height: 23px;
	margin-right: 10px;
	background-image: url(../images/main/main_edu_icon_white.png);
	background-repeat: no-repeat;
	background-size: 30px 20px;
	background-position-y: top;
	line-height: 35px;
	position: relative;
    	top: 5px;
}

.contents_wrap .main_section2 .box {
	width: 100%;
	clear: both;
	margin-top: 55px;
	border-radius: 10px;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
}

.contents_wrap .main_section2 .sns {
	position: relative;
}

/* SNS슬라이드*/
.contents_wrap .main_section2 .sns {
	padding-bottom: 30px;
}

.contents_wrap .main_section2 .sns .sns-wrap {
	padding: 0;
}

.contents_wrap .main_section2 .sns .sns-wrap .box{
	width: 350px;
}

/*.contents_wrap .main_section2 .sns .sns-wrap .box .sns-inner{
	margin-left: 15px;
}*/

.contents_wrap .main_section2 .sns .sns-wrap .mbanner-inner {position:relative;width:90%;overflow:hidden;height:100px;margin:0 50px;}

.contents_wrap .main_section2 .sns .sns-wrap ul{width:5000px;list-style:none;margin:0;}
.contents_wrap .main_section2 .sns .sns-wrap li{display:inline-block;width:350px;height:350px;margin-right:15px;text-align: center;padding: 10px;}
.contents_wrap .main_section2 .sns .sns-wrap li a{width:350px;dispaly:block;}
.contents_wrap .main_section2 .sns .sns-wrap li img{
	width:97%;
	height: 97%;
	padding: 0;
	margin: 0;
	border-radius: 20px;
}

.contents_wrap .main_section2 .sns .sns-wrap .ctrl-btns {
	position: absolute;
    width: 49px;
    top: 20px;
    height: 20px;
    right: -25px;
}
.contents_wrap .main_section2 .sns .sns-wrap .ctrl-btns .btn_prev {position:absolute;left:0; padding: 0;}
.contents_wrap .main_section2 .sns .sns-wrap .ctrl-btns .btn_next {position:absolute;right:0; padding: 0;}



/* 이미지슬라이드*/

.contents_wrap .main_section3 .MD {
	padding-bottom: 30px;
}

.contents_wrap .main_section3 .MD .mbanner-wrap {
	padding: 0;
	height: 60px;
}

.contents_wrap .main_section3 .MD .mbanner-wrap .div-cont{
	height: 100%;
}

.contents_wrap .main_section3 .MD .mbanner-wrap .ctrl-btns {
	position: absolute;
	width: 100%;
	height: 50px;
}

.contents_wrap .main_section3 .MD .mbanner-wrap .ctrl-btns .prev {
	position: absolute;
	left: 0;
	background-color: #fff;
}

.contents_wrap .main_section3 .MD .mbanner-wrap .ctrl-btns .next {
	position: absolute;
	right: 0;
	background-color: #fff;
}

.contents_wrap .main_section3 .MD .mbanner-wrap .mbanner-inner {
	overflow: hidden;
	display: flex;
	max-width: 90%;
	margin: 30px auto;
	height: 50px;
	align-items: center;
}

.contents_wrap .main_section3 .MD .mbanner-wrap ul {
	list-style: none;
	display: flex;
}

.contents_wrap .main_section3 .MD .mbanner-wrap ul li {
	width: 20%;
	justify-content: space-between;
}

.contents_wrap .main_section3 .MD .mbanner-wrap ul li img{
	width: 249px;
	padding: 0 5px;
}

@keyframes flowRolling {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes flowRollingReverse {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

/*섹션2 -교육신청,인스타 배열*/

@media (min-width: 599px) and (max-width: 1199px) {
	/* 테블릿 */

	.contents_wrap .main_section2 .notice{
		margin-left: 20px;
	}

	.contents_wrap .main_section2 .sns{
		margin: 0 20px;
	}

}

/*@media (min-width: 899px) and (max-width: 1000px){*/
/*	.contents_wrap .main_section2 .notice .box .left_edu{*/
/*		display: flex;*/
/*		flex-direction: column;*/
/*		overflow: unset;*/
/*		height: 392px;*/
/*		justify-content: space-between;*/
/*	}*/
/*	.contents_wrap .main_section2 .notice .img_l,*/
/*	.contents_wrap .main_section2 .notice .img_r{*/
/*		width: 100%;*/
/*		height: 190px;*/
/*		display: flex;*/
/*		flex-direction: column;*/
/*		margin-right: 0;*/
/*	}*/
/*}*/

@media (max-width: 899px) {
	.contents_wrap .main_section2 .notice .box .left_edu{
		display: flex;
		flex-direction: column;
		overflow: unset;
		height: 330px;
		justify-content: space-between;
	}
	.contents_wrap .main_section2 .notice .img_l,
	.contents_wrap .main_section2 .notice .img_r{
		width: 100%;
		height: 162px;
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}

	.contents_wrap .MD {
		padding: 0;
	}

	.contents_wrap .main_section2 {
		padding-bottom: 50px;
		padding-top: 150px;
	}

	.contents_wrap .main_section1 .MD {
		flex-wrap: wrap;
	}

	.contents_wrap .main_section1 .MD .main_rbox {
		width: 45%;
	}

	.contents_wrap .main_section1 .MD .main_rbox a.pc_btn{
		display: none;
	}

	.contents_wrap .main_section1 .MD .main_rbox a.mobile_btn{
		display: block;
	}

	.contents_wrap .main_section2 {
		margin-bottom: 0;
	}

	.contents_wrap .main_section2 .notice .box .left_edu{
		width: 100%;
	}

	.contents_wrap .main_section2 .sns{
		width: 447px;
		height: 100%;
		margin: 0 20px 0 10px;
		float: unset;
	}

	.contents_wrap .main_section2 .sns .sns-wrap .sns-inner {
		width: auto;
	}

	.contents_wrap .main_section2 .notice .main_edu_img1 {
		background: url("/images/main/main_edu_img_01.png") center 65% no-repeat;
		background-size: cover;
		height: 260px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.contents_wrap .main_section2 .notice .main_edu_img2 {
		background: url("/images/main/main_edu_img_02.png") center 65% no-repeat;
		background-size: cover;
		height: 260px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.contents_wrap .main_section2 .sns .sns-wrap .box{
		left: 50%;
		transform: translateX(-50%);
	}

	.contents_wrap .main_section3 .MD .mbanner-wrap .mbanner-inner {
		overflow: hidden;
		display: flex;
		max-width: 80%;
		margin: 30px auto;
	}
}

@media (max-width: 598px){
	.contents_wrap .main_section2 .bg_box:nth-child(2){
		height: 1000px;
		padding: 0;
	}

	.contents_wrap .main_section2 .bg_box:nth-child(2) .MD{
		flex-direction: column;
		/*height: 100%;*/
		justify-content: space-between;
	}
	.contents_wrap .main_section2 .notice .box .left_edu{
		display: flex;
		flex-direction: column;
		overflow: unset;
		justify-content: center;
		width: 80%;
		/*height: 500px;*/
		transition-duration: 0.5s;
		margin: 0 auto;
	}
	.contents_wrap .main_section2 .notice .img_l,
	.contents_wrap .main_section2 .notice .img_r{
		width: 100%;
		height: 48%;
		display: flex;
		flex-direction: column;
		border: 0;
	}

	.contents_wrap .main_section2 .notice .img_r{
		margin-top: 20px;
	}

	.contents_wrap .main_section2 .notice img{
		height: 100%;
	}

	.contents_wrap .main_section2 .notice a{
		margin: 20px auto 0 auto;
		width: 80%;
	}

	.contents_wrap .main_section2 .notice{
		width: 100%;
		height: 422px;
		margin: 0 ;
		float: unset;
		display: flex;
		justify-content: center;
	}

	.contents_wrap .main_section2 .notice h4,
	.contents_wrap .main_section2 .sns h4{
		height: 80px;
	}

	.contents_wrap .main_section2 .sns{
		width: 80%;
		height: 330px;
		margin: 50px auto 0 auto;
		float: unset;
		display: flex;
		flex-direction: column;
	}

	.contents_wrap .main_section2 .sns .sns-wrap .box{
		left: 50%;
		transform: translateX(-50%);
	}

	.contents_wrap .main_section3 .MD .mbanner-wrap .mbanner-inner {
		overflow: hidden;
		display: flex;
		max-width: 60%;
		margin: 30px auto;
	}

}

.layerpopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.layerpopup .innerbox {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #2f4069;
  background: #fff;
  overflow: hidden;
}
.layerpopup .innerbox dl dt {
  width: 100%;
  color: #fff;
  background: #2f5fba;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.layerpopup .innerbox dl dt button {
  position: absolute;
  right: 0;
  top: 20px;
}
.layerpopup .innerbox dl dt button i {
  font-size: 2.5rem;
}
.layerpopup .innerbox dl dd {
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}
.layerpopup .innerbox dl dd img {
  width: 100%;
  float: left;
}
.layerpopup .innerbox dl dd a.linktag {
  display: inline-block;
  width: 100%;
  color: #2f5fba;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: #e4eefb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.layerpopup .innerbox dl dd a.linktag:hover {
  color: #fff;
  background: #2f5fba;
}
.layerpopup .innerbox dl dd .dayview {
  font-size: 1.3rem;
  color: #333;
  text-align: left;
  clear: both;
  display: block;
  padding: 0 0 5px 10px;
}

