@charset "utf-8";
/* CSS Document */

a.link{color:#005ddc !important;}
a:hover.link{ text-decoration:underline;}

.red{color:#C00 !important;}
.blue{color:#0470F2 !important;}
.green{color:#390 !important;}
.gray{color:#999 !important;}
.orange{color:#ff9c00 !important;}

.bgRed{background:#C00 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgBlue{background:#0470F2 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgGreen{background:#390 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}
.bgGray{background:#999 !important; color:#fff !important; border-radius:3px!important; padding:4px 8px !important;}

.bglightGray{background:#f7f7f7 !important;}
.bglightBlue{background:#effcff !important;}
.bglightYellow{background:#fffdef !important;}


/* 공통 - 전화번호 */
.tel {display: inline-block; color: #00b8ff; font-style: italic; font-family: 'Montserrat', sans-serif;}
.tel .area {float: left; font-size: 40px; line-height: 1.2; font-weight: 700; }
.tel .num {float: left; margin-left: 10px; padding: 2px 0;}
.tel .num i {display: block; font-size: 24px; line-height: 1.1; font-weight: 900;}
.tel.st1 .num {margin-top: 15px;}
.tel.st1 .num i {margin-top: 5px;}
.tel.st1 .num b {font-weight: 900; color: #031c28; background: #;}


/* 메인 - 비주얼 */
.main .visual {position: relative;}
.main .visual .visual_slide {width: 100%; height: 950px;}
.main .visual .visual_slide .bg {width: 100%; height: 100%;}
.main .visual .visual_slide .bg1 {position: relative; }
.main .visual .visual_slide .bg1:after {content: ''; position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.main .visual .visual_slide .bg2 {position: relative;}
.main .visual .visual_slide .bg2:after {content: ''; position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.main .visual .visual_slide .bg3 {position: relative; background: url('/img/main_visual_03.jpg') no-repeat right center/cover;}
.main .visual .visual_slide .bg3:after {content: ''; position:absolute; top: 0; left: 0; width: 100%; height: 100%; }

.main .visual .visual_next {right: 50px; margin-top: 2%; width: 70px; height: 26px; background: url('/img/visual_next.png') no-repeat; opacity: .4;}
.main .visual .visual_prev {left: 50px; margin-top: 2%; width: 70px; height: 26px; background: url('/img/visual_prev.png') no-repeat; opacity: .4;}
.main .visual .swiper-pagination {bottom: 50px;}
.main .visual .swiper-pagination-bullet {width: 12px; height: 12px; margin: 0 6px; border: 1px solid #fff; background: transparent; box-sizing: border-box;}
.main .visual .swiper-pagination-bullet-active {background: #fff;}

.main .visual .txt {position: absolute; top: 50%; left: 50%; margin-top: 100px; margin-left: -545px; width: 100%; max-width: 800px; color: #fff; z-index: 2;}
.main .visual .txt i {display: block; font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;}
.main .visual .txt > span {display: block; margin-top: 20px; font-size: 40px; font-weight: 100; line-height: 1.3; letter-spacing: -3px; }
.main .visual .txt b {display: block; margin-top: 20px; font-size: 60px; line-height: 1.2; font-weight: 700; letter-spacing: -3px;}
.main .visual .txt a {display: inline-block; margin-top: 30px; width: 200px; height: 50px; padding: 0 20px; line-height: 50px; background: #031c28; box-sizing: border-box;}
.main .visual .txt a span {float: left; display: inline-block; font-size: 14px; font-weight: 300;  letter-spacing: -.5px;}
.main .visual .txt img {float: right; display: inline-block; margin-top: 21px;}





/* 메인 - cont2 */
.main .cont2 {height: 546px; background: url('/img/main_bg.jpg') no-repeat center center/cover; overflow: hidden;}
.main .cont2 .size {max-width: 1080px; padding: 164px 0; box-sizing: border-box;}

/* .main .cont2 .left {float: left;}
.main .cont2 .right {float: left;} */
.main .cont2 ul {width: 103%; margin-left: -3%;}
.main .cont2 ul li {float: left; width: 17%; height: 220px; margin-left: 3%; border: 4px solid #6f6e6c; text-align: center; box-sizing: border-box; transition: all .4s;}
.main .cont2 ul li:hover {border-color: #fff; background: #031c28; box-shadow: 8px 6px 7.28px 0.72px rgba(0, 0, 0, 0.39);}
.main .cont2 ul li span {display: block; margin-top: 25px; font-size: 18px; color: #fff;}


/* 메인 - cont3 */
.main .cont3 {position: relative;}
.main .cont3 #map {position: absolute; top: 0; left: 0; width: 100%; height: 545px;}
/* .main .cont3 .size {position: absolute; top: 50%; left: 50%; margin-top: -210px; margin-left: -600px;} */
.main .cont3 .notice {position: absolute; top: 50%; left: 50%; margin-top: -210px; margin-left: -600px; width: 100%; max-width: 460px; padding: 60px; background: #fff; box-sizing: border-box;  z-index: 10;}
.main .cont3 .notice .top b {float: left; display: inline-block; font-size: 34px; line-height: 1; font-weight: 900; color: #031c28;}
.main .cont3 .notice .top a {float: right; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #031c28;}
.main .cont3 .notice ul {margin-top: 15px; min-height: 240px;}
.main .cont3 .notice ul li {position: relative; padding: 8px 0; padding-left: 5px; border-top: 1px dashed #b6b6b7; box-sizing: border-box;}
.main .cont3 .notice ul li:before {content: '·'; position: absolute; top: 50%; left: 0; margin-top: -11px; line-height: 24px;}
.main .cont3 .notice ul li:first-child {border-top: 0;}
.main .cont3 .notice ul li a {display: block; font-size: 16px; font-weight: 300; color: #434448;}
.main .cont3 .notice ul li a p {float: left; display: block; width: 73%; height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main .cont3 .notice ul li a span {float: right; display: block; }









.advantages_Warp{ width: 100%;padding:100px 0 200px;position:relative;display:inline-block;}
.advantages_Warp:before{position:absolute; left:0; bottom:0;width:100%; content:'';height:500px;;background-size:auto; background-repeat:no-repeat;background-color:#fff; background-position:center bottom; background-image:url('/image/main/con_bg_01.png')}

.advantages_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 0 10rem 0;
}	

.advantages_titBox .tit{
	display:block;
	text-align:center;

}
.advantages_titBox .tit h2{
	display:block;
	text-align:center;
}
.advantages_titBox .tit h2 span {
  margin-bottom:1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
	color:#313131;
}




.advantages_titBox .tit h2 dl {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
}

.advantages_titBox .tit img {
  margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}

.advantages_Box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align:center;	
	padding-bottom:20rem;
}

.advantages_DetailBox {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display:inline-block;
  margin: 0 auto;
	
}
		
.advantages_DetailBox li{
	width:50%;
	float:left;
}
.advantages_DetailBox li:nth-child(1){
	width:48%;
}
.advantages_DetailBox li:nth-child(2){
	width:4%;
}
.advantages_DetailBox li:nth-child(3){
	width:48%;
}



.txtbox{margin-bottom:20px;padding:3rem;overflow:hidden; box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.1);background-size:auto;background-repeat:no-repeat;background-color:#fff}	
.txtbox .txt{width:100%;text-align:center;}
.txtbox .txt b{color:#313131;font-size: 2.2rem;font-weight:800;line-height:1.5; display:block;}
.txtbox .txt p{font-size: 1.6rem;font-weight:500; line-height:1.5;margin-top:1rem;}

.advantages_txtInBox {
  margin-bottom: 3.6rem;
  display: block;
  text-align: left;
}
.advantages_txtInBox:last-child{
	margin-bottom:0rem;
}

@media all and (max-width:1280px) {
	
}	

@media (max-width: 976px) {

  .advantages_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .advantages_titBox .tit img {
    max-width: 100%;
    margin: 0rem 0rem 5rem 0rem;
  }	
  .advantages_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .advantages_titBox .tit h2 dl {
    font-size: 2.0rem;
  }	

  .advantages_Warp {
    padding: 4rem 0rem 4rem 0rem;
  }

  .advantages_DetailBox {
    width: 100%;
    padding-left: 0rem;
    min-height: auto;
  }

}

@media (max-width: 767px) {

		.advantages_Warp{
			padding:50px 0 400px;
		}
    .advantages_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .advantages_titBox .tit img {
      max-width: 100%;
      margin: 0rem 0rem 3rem 0rem;
    }	
    .advantages_titBox .tit h2 span {
      line-height: 4.2rem;
      margin-bottom: 0rem;
      font-size: 3rem;
    }
    .advantages_titBox .tit h2 dl {
      line-height: 3.6rem;
      font-size: 1.8rem;
    }		
		.advantages_Box {
			padding: 0rem;
		}		
		.txtbox{margin-bottom:0}
		.advantages_DetailBox li{margin-bottom:2rem;}
		.advantages_DetailBox li:nth-child(1){
			width:100%;
		}
		.advantages_DetailBox li:nth-child(2){
			display:none;
		}
		.advantages_DetailBox li:nth-child(3){
			width:100%;
		}		


  }	
/******************************** advantages *********************************************/




/******************************** contentMypage *********************************************/
.contentMypage_Warp{background-color:#fe9961;padding-top:50px;padding-bottom:350px;position:relative;}
.contentMypage_Warp:before{position:absolute; left:0; bottom:0;width:100%; content:'';height:215px;;background-size:auto; background-repeat:no-repeat; background-position:center bottom; background-image:url('/image/main/con_bg_03.png')}	

.contentMypage_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 0rem 0rem 7rem 0rem;
}	

.contentMypage_titBox .tit{
	display:block;
	text-align:center;
	
}
.contentMypage_titBox .tit h2{
	display:block;
	text-align:center;
	color: #fff;
	height:140px;
	padding-top:20px;	
	background-repeat:no-repeat; background-position:center; background-image:url('/image/main/tit_bg_01.png')
}
.contentMypage_titBox .tit h2 span {
  margin-bottom: 1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
	color: #fff;
}

.contentMypage_titBox .tit h2 dl {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #fff;
}

.contentMypage_titBox .tit img {
  margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}


.contentMypage_DetailBox {
  margin-top: 0;
  width: 100%;
  position: relative;
}
.contentMypage_DetailBox ul {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contentMypage_DetailBox ul li {
  padding:0;
	box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.1);
  float: left;
  text-align: center;
  width: calc(33% - 4rem);
  position: relative;
  display: inline-block;
  list-style: none;	
	background-color:#fff;
	margin:auto;
	
}

.contentMypage_DetailBox ul li:nth-child(1){
	margin-right: 6rem;
}
.contentMypage_DetailBox ul li:nth-child(2){
	margin-right: 6rem;
  margin-top:15rem;
}
.contentMypage_DetailBox ul li:nth-child(3){
	margin-right: 0;
}

.Mypageimgtit {
  width: 100%;margin-top:-150px;
}
.Mypageimgtit img{
	height:170px
}
	
.Mypageimg {
  padding: 3rem 0rem;   
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Mypageimg img{
	max-width:100%;
}

.Mypagetext1 {
  display: block;
	color:#fff;
	width:100%;
}
.Mypagetext1{width:100%;}
.Mypagetext1_tit {width:100%;height:11px;	
	background-size:auto;background-position: left top;background-image: url('/image/main/mypage_bg_01.png');background-repeat:no-repeat;background-repeat-x:repeat; background-repeat : repeat-x;
}

.Mypagetext1_txt{
	width:100%;background-color:#72b3ff;
	padding:5rem 0;
}

.Mypagetext2 {
  display: block;
	color:#fff;
	width:100%;
}
.Mypagetext2{width:100%;}
.Mypagetext2_tit {width:100%;height:11px;	
	background-size:auto;background-position: left top;background-image: url('/image/main/mypage_bg_02.png');background-repeat:no-repeat;background-repeat-x:repeat; background-repeat : repeat-x;
}

.Mypagetext2_txt{
	width:100%;background-color:#ffd438;
	padding:5rem 0;
}

.Mypagetext3 {
  display: block;
	color:#fff;
	width:100%;
}
.Mypagetext3{width:100%;}
.Mypagetext3_tit {width:100%;height:11px;	
	background-size:auto;background-position: left top;background-image: url('/image/main/mypage_bg_03.png');background-repeat:no-repeat;background-repeat-x:repeat; background-repeat : repeat-x;
}

.Mypagetext3_txt{
	width:100%;background-color:#ff728c;
	padding:5rem 0;
}


.contentMypage_DetailBox p {
  font-size: 2.5rem;
  font-weight:800;
  display: block;
}
.contentMypage_DetailBox dl {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  display: block;
  line-height: 1.6;
}



@media (max-width: 976px) {
  .contentMypage_Warp {
    padding: 8rem 2rem 4rem 2rem;
  }

  .contentMypage_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .contentMypage_titBox .tit img {
    max-width: 100%;
    margin: 0;
  }	
  .contentMypage_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
	.contentMypage_titBox .tit h2{
		background-image:url('')
	}
  .contentMypage_titBox .tit h2 dl {
    font-size: 2.0rem;
  }		


  .contentMypage_DetailBox ul li {
    width: calc(50% - 1rem);   
		margin-left:0;
    background: #fff; 
  }
	.contentMypage_DetailBox ul li:nth-child(1){
		margin-right: 1rem;
		margin-bottom:20rem;
	}
	.contentMypage_DetailBox ul li:nth-child(2){
		margin-right: 1rem;
		margin-bottom:20rem;
	}
	.contentMypage_DetailBox ul li:nth-child(3){
		margin-right: 0;
		margin-bottom:0;
	}
	.Mypageimgtit {
		margin-top:-100px;
	}	

}

@media (max-width: 767px) {
	
    .contentMypage_Warp {
      padding: 0 0 40rem 0;
    }
    .contentMypage_titBox {
       padding:0; 
      margin-bottom: 5rem;
    }
    .contentMypage_titBox .tit img {
      max-width: 100%;
      margin: 0;
    }	
    .contentMypage_titBox .tit h2 span {
      line-height: 4.2rem;
      margin-bottom: 0rem;
      font-size: 3rem;
    }
    .contentMypage_titBox .tit h2 dl {
      line-height: 3.6rem;
      font-size: 1.8rem;
    }		
      

    .contentMypage_DetailBox ul li {
      padding: 0rem;	
      width:100%;
      background: #fff; 
    }

    .contentMypage_DetailBox ul li:nth-child(1){
			margin-top:10rem;
			margin-right: 0rem;
    }
    .contentMypage_DetailBox ul li:nth-child(2){
			margin-top:2rem;
			margin-right: 0rem;
    }
    .contentMypage_DetailBox ul li:nth-child(3){
			margin-top:2rem;
    }	
		.Mypageimgtit img{
			height:150px
		}
		.Mypageimgtit {
			margin-top:-150px;
		}			
    .Mypageimg {
      padding: 10rem 0rem;		
      height: 12rem;
    }
    .Mypagetext {
      margin-top: 1.6rem;
    }
    .Mypagetext1 p, .Mypagetext2 p, .Mypagetext3 p {
      font-size: 2.8rem;
    }
    .Mypagetext1 dl, .Mypagetext2 dl, .Mypagetext2 dl {
      line-height: 3rem;
      margin-top: 0.4rem;
      font-size: 1.8rem;
    }


}

@media (max-width: 500px) {
	
}

.ab_img{z-index:0;right:-45px; top:0;}
/******************************** contentMypage *********************************************/




/******************************** contentUp *********************************************/
.contentUp_Warp {
  width: 100%;
  position: relative;
  padding: 8rem 0rem 20rem 0rem;
  background-color:#fffaf2;
}


.contentUp_Box {
  padding: 0;
  margin: 0 auto;
	text-align:center;
}

.contentUp_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 0;
  text-align:center;
	margin-bottom:20rem;

}	

.contentUp_titBox .tit{
	display:block;
	text-align:center;
}

.contentUp_titBox .tit h2{
	display:block;
	text-align:center;
	height:140px;
	padding-top:50px;
	background-repeat:no-repeat; background-position:center top; background-image:url('/image/main/tit_bg_02.png')
}

.contentUp_titBox .tit h2 span {
  margin-bottom:1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
	color:#313131;
}
.contentUp_titBox .tit h2 dl {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
  line-height: 4.2rem;
}

.contentUp_titBox .tit img {
	margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}


.contentUp_DetailBox {margin-top:15rem;}
.contentUp_DetailBox .allow{width:100%;text-align:center;}
.contentUp_DetailBox .allow img{width:200px;margin:auto}
.contentUp_DetailBox .box{font-size:0;}
.contentUp_DetailBox .box .txt{display:inline-block;verticaL-align:middle;width:50%;padding-left:55px;box-sizing:border-box;text-align:left}
.contentUp_DetailBox .box .txt p{width:100%;font-size:4.5rem;font-weight:550; line-height:1.3; letter-spacing:-.5px;font-family: 'Nanum Pen Script' }
.contentUp_DetailBox .box .txt span{width:100%;font-size:1.8rem; font-weight:400; line-height:1.5; letter-spacing:-.5px; margin-top:25px;display:block;word-break:keep-all}
.contentUp_DetailBox .box .img{display:inline-block;verticaL-align:middle;width:50%;padding-right:90px;text-align:right;box-sizing:Border-box}


.contentUp_DetailBox .box.ev_box{margin-top:0rem;}
.contentUp_DetailBox .box.ev_box .txt{text-align:right; padding-left:0;padding-right:55px}
.contentUp_DetailBox .box.ev_box .img{text-align:left; padding-left:90px; padding-right:0;}

@media (max-width:1024px){
  .contentUp_DetailBox .box .txt{padding-left:20px;text-align:center}
	.contentUp_DetailBox .box .txt p{font-size:3.5rem;}
	.contentUp_DetailBox .box .txt span{font-size:1.6rem;}		
	.contentUp_DetailBox .box .img{text-align:center;padding:0 !important}
	.contentUp_DetailBox .box .img img{max-width:80%}  
	.contentUp_DetailBox .box.ev_box .txt{padding-right:20px}

}
@media (max-width: 976px) {

  .contentUp_titBox {
    padding: 5rem 2rem 5rem 2rem;
		margin-bottom:0rem;
  }	
  .contentUp_titBox .tit img {
    max-width: 100%;
    margin: 0rem 0rem 5rem 0rem;
  }	
  .contentUp_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .contentUp_titBox .tit h2 dl {
    font-size: 2.0rem;
  }			
  .contentUp_ImgBox {
    position: relative;
    width: 46rem;
  }
  .contentUp_ImgBox {
    margin-bottom: 3rem;
    width: 46rem;
  }



}
@media (max-width:767px){	

    .contentUp_Warp {
      padding: 0 0 20rem 0;
    }
		.contentUp_Box {
			padding:0;
		}
    .contentUp_titBox {
      padding: 0 0 6rem 0;
    }
    .contentUp_titBox .tit h2{     
      background-image:url('')
    }    
    .contentUp_titBox .tit img {
      max-width: 100%;
      margin: 0rem 0rem 3rem 0rem;
    }	
    .contentUp_titBox .tit h2 span {
      line-height: 4.2rem;
      margin-bottom: 0rem;
      font-size: 3rem;
    }
    .contentUp_titBox .tit h2 dl {
      line-height: 3.6rem;
      font-size: 1.8rem;
    }		
    .contentUp_ImgBox {
      margin-bottom: 3rem;
      width: auto;
    }	
    .contentUp_DetailBox {margin-top:0rem;}
    .contentUp_DetailBox .allow img{width:150px;padding:2rem 0;}
    .contentUp_DetailBox .box .txt{width:100%;padding-left:0px;}
    .contentUp_DetailBox .box {text-align:center;}
    .contentUp_DetailBox .box .img{width:auto}
    .contentUp_DetailBox .box .img img{max-width:80%}
    .contentUp_DetailBox .box .txt p{font-size:3.5rem;margin-top:2rem}
    .contentUp_DetailBox .box.ev_box {text-align:center}
    .contentUp_DetailBox .box.ev_box .img{text-align:center}
    .contentUp_DetailBox .box.ev_box .txt{text-align:center;padding-right:0px}

}

/******************************** contentUp *********************************************/




/******************************** teacher *********************************************/
.teacherWarp  {
	padding:0px;width: 100%;overflow-x:hidden;background-image:url('/image/main/bg_teacher.png');background-repeat:no-repeat; background-size:cover;background-position:right 400px center;padding:10em 0 ; 
	position:relative;
	background-color:#fffaf2;
}

.teacherWarp .inner { display: flex; align-items: flex-start; flex-wrap: wrap;margin:0rem auto; }

.teacherWarp .teacher_titBox {
	width:425px;
	margin-top:5rem;
}

.teacher_titBox .tit{
	display:block;
	text-align:center;
}
.teacher_titBox .tit h2{
	display:block;
	text-align:center;
	color: #fff;
	height:140px;
	padding-top:20px;	
	background-repeat:no-repeat; background-position:center; background-image:url('/image/main/tit_bg_01.png')
}
.teacher_titBox .tit h2 span {
  margin-bottom: 1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
	color: #fff;
}

.teacher_titBox .tit h2 dl {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #fff;
}
.teacher_titBox .tit img {
  margin-left:0rem;
	margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}
.teacherWarp .TeacherInner {width:calc(100% - 425px)}
.teacherWarp .TeacherCon {width:1600px}
.teacherWarp .TeacherCon li {margin-right:30px;width:290px;overflow:hidden;border-radius: 10px 10px 0 0;border: 1px solid #d2d2d2;}
.teacherWarp .TeacherCon li a {display:block; width:100%; height:100%}
.teacherWarp .TeacherCon li a .img {width:100%; }
.teacherWarp .TeacherCon li a .img img { width:100%; transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s; }
.teacherWarp .TeacherCon li a:hover .img img  {  transform: scale(1.1) rotate(0.02deg);
	-ms-transform: scale(1.1) rotate(0.02deg);
	  -o-transform: scale(1.1) rotate(0.02deg);
	  -moz-transform: scale(1.1) rotate(0.02deg);
	  -webkit-transform: scale(1.1) rotate(0.02deg); }		
.teacherWarp .TeacherCon li dt {width:290px;padding:0.5rem 0;font-size:2.2rem;line-height:3.7rem; color:#fff;background-color:#f37760;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.teacherWarp .TeacherCon li dd  {width:100%;margin-top:1em; font-size:1.4rem; line-height:1.5rem; color:#686868;}


.TeacherProfileTxt {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: left;
  padding: 1.5rem 1rem 1.5rem 1rem;
}
.TeacherProfileTxt dl {
  padding: 0rem 0rem 1rem 3.6rem;
  position: relative;
  display: flex;height:55px;overflow:hidden;
}
.TeacherProfileTxt dl:nth-child(-n+2):before {
  content: '';
  width: 2.5rem;
  height: 1.6rem;
  position: absolute;
  left: 0rem;
  top: 0.5rem;
  background-image: url(/_admin/_homepage/image/icon_instructor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.TeacherProfileTxt dl h3 {
  line-height: 2.55rem;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 600;
}
.TeacherProfileTxt dl h2 {
  line-height: 2.55rem;
  font-size: 1.4rem;
  color: #4d4d4d;
  font-weight: 400;
}

@media all and (max-width:1599px) {
	.teacherWarp .teacher_titBox {width:350px}
	.teacherWarp .TeacherInner {width:calc(100% - 350px)}
}
@media all and (max-width:1399px) {
	.teacherWarp {padding:6em 0; }
	.teacherWarp:before { font-size:12vw; bottom:-2vw; }
	.teacherWarp .TeacherCon {width:1600px}
	.teacherWarp .TeacherCon li {margin-right:30px}
}
@media all and (max-width:1024px) {	
	.teacherWarp .teacher_titBox {width:100%;margin-bottom:2rem;}
	.teacher_titBox .tit img {margin-bottom:1rem;}
  .teacher_titBox .tit h2 span {font-size: 3rem;margin-bottom: 0.6rem;}
  .teacher_titBox .tit h2 dl {font-size: 1.8rem;}	
	.teacherWarp .TeacherInner {width:100%}
	.teacherWarp .TeacherCon {width:1600px}
	
}
@media all and (max-width:976px) {	
	.teacherWarp  {background-position:right 200px center;}
	.teacherWarp .TeacherCon {width:1280px}
	.teacherWarp .TeacherCon li {width:290px;}
	.teacherWarp .TeacherCon li dd  br {display:none}
	
	.teacher_titBox .tit h2{
		background-image:url('')
	}


}
@media all and (max-width:640px) {	
	.teacherWarp  {background-position:right 100px center;}
	.teacherWarp .TeacherCon {width:960px}
	
	.TeacherProfileTxt dl h3 {
		line-height: 3.2rem;
		font-size: 1.6rem;
	}
	.TeacherProfileTxt dl h2 {
		line-height: 3.2rem;
		font-size: 1.6rem;
	}	
	
}
@media all and (max-width:480px) {	
	.teacherWarp .TeacherCon li dt {font-size:2.4rem;}
	.teacherWarp .TeacherCon li dd  { font-size:1.5rem; line-height:1.6em;}
}
/******************************** teacher *********************************************/





/******************************** after *********************************************/
.review-wrap {
  margin: 0 auto;
  padding: 30rem 0 30rem 0;
  display: block;
  margin:0rem auto;
  position: relative;
	background-color:#fffaf2;
}

.contentAfter_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 0;
  width:100%;
	max-width: 1200px;
	margin:0 auto;
}	

.contentAfter_titBox .tit{
  display:block;
  width: 100%;
}
.contentAfter_titBox .tit li{
	width:50%;
	float:left;
}

.contentAfter_titBox .titimg{
  height:300px;margin:0 auto;
} 

.contentAfter_titBox .tit li:first-child{
	padding-top:50px;
	text-align:left
}
.contentAfter_titBox .tit li:last-child{
	text-align:right
}
.contentAfter_titBox .tit h2{
	display:block;
	text-align:center;
	height:140px;
	padding-top:50px;border:0px solid red;
	background-repeat:no-repeat; background-position:center top; background-image:url('/image/main/tit_bg_02.png')
}

.contentAfter_titBox .tit h2 span {
  margin-bottom:1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
	color:#313131;
}

.contentAfter_titBox .tit h2 dl {
  font-size: 2.2rem;
  display: block;
  color: #7a7c8f;
}

.contentAfter_titBox .tit img {
  margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}


@media (max-width: 976px) {

	.contentAfter_titBox {
		padding: 5rem 2rem 5rem 2rem;
	}	
	.contentAfter_titBox .tit img {
		max-width: 100%;
		margin: 0rem 0rem 5rem 0rem;
	}	
  .contentAfter_titBox .tit h2{
    background-image:url('')
  }  
	.contentAfter_titBox .tit h2 span {
		margin-bottom: 0.6rem;
		font-size: 4rem;
	}
	.contentAfter_titBox .tit h2 dl {
		font-size: 2.0rem;
	}		

}

@media (max-width: 767px) {

		.contentAfter_titBox {
			padding: 6rem 2rem 6rem 2rem;
		}
    .contentAfter_titBox .tit li{
      width:100%;
    }		

    .contentAfter_titBox .titimg{
      width:200px;height:auto
    } 

    .contentAfter_titBox .tit li:first-child{
      padding-top:0px;
      text-align:center;
    }
    .contentAfter_titBox .tit li:last-child{
      text-align:center;
    }


		.contentAfter_titBox .tit img {
			max-width: 100%;
			margin: 0rem 0rem 3rem 0rem;
		}	
		.contentAfter_titBox .tit h2 span {
			line-height: 4.2rem;
			margin-bottom: 0rem;
			font-size: 3rem;
		}
		.contentAfter_titBox .tit h2 dl {
			line-height: 3.6rem;
			font-size: 1.8rem;
		}		

		.contentAfter_DetailBox {
			margin-top: 2rem;
		} 

} 

.review-wrap .reveiw-best::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.review-wrap .review-list {
  width: 1200px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.review-wrap .review-list .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 40px 0 0px 0;
  padding: 20px 0;
  padding-left: 12px;
}

.review-wrap .review-list .slick-list li {
  width: 375px;
  background: #fff;
  padding: 36px 30px;
  white-space: normal;
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 25px;
  box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.1);
}

.review-wrap .review-list .slick-list li .review-txt {
  height: 250px;
  padding: 20px 0 30px 0;
  font-size: 1.5rem;
  line-height: 26px;
  color: #6c6c6c;
  word-break: keep-all;
  overflow:hidden;
}

.review-wrap .review-list .slick-list li .review-title {
  display: block;
  margin-top:3rem;
  font-size: 2.8rem;
  line-height: 26px;
  text-overflow: ellipsis;
  font-weight: 590;
  overflow:hidden;
  width:100%;
	font-family: 'Nanum Pen Script';	
}

.review-wrap .review-list .slick-list li .writer-info {
  overflow: hidden;
  padding: 5px 0 0 0;
  text-align:center;
}

.review-wrap .review-list .slick-list li .writer-info .name {
  float: left;
  font-size: 18px;
}

.review-wrap .review-list .slick-list li .writer-info .name img {
  margin:auto;
}




@media only screen and (max-width: 1024px) {
  .review-wrap {
    width: 100%;
  }

  .review-wrap .review-list {
    width: 95%;
  }
  .review-wrap .review-list .slick-list {
    padding-left: 0;
  }

}

@media only screen and (max-width: 768px) {
 .review-wrap {
    padding: 45px 0;
  }

  .review-wrap .review-list {
    width: 100%;
  }
  .review-wrap .review-list .slick-list {
    margin: 30px 0 0 0;
    padding-left: 0;
    padding-top: 0;
  }
  .review-wrap .review-list .slick-list li {
    width: 320px;
    margin: 0 11px;
    top: 0;
  }
  .review-wrap .review-list .slick-list li .review-txt {
    height: 300px;
    padding: 10px 0 10px 0;
    font-size: 1.6rem;
    line-height: 23px;
    color: #6c6c6c;
    word-break: keep-all;
  }
  .review-wrap .review-list .slick-list li .writer-info {
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .review-wrap .review-list .slick-list li .writer-info .name {
    float: left;
    font-size: 1.8rem;
  }
  .review-wrap .review-list .slick-list li .writer-info .name img {
    
  }

}
/******************************** after *********************************************/







/******************************** contentVideo *********************************************/
.contentVideo_Warp {
		
  width: 100%;
	margin:0rem auto;
  position: relative;
  padding:5rem 0 0 0 ;
	background-color:#fffaf2;
	padding-top:0px;
  
}

.contentVideo_Warp:before{position:absolute; left:0; bottom:0;width:100%; content:'';height:215px;;background-size:auto; background-repeat:no-repeat; background-position:center bottom; background-image:url('/image/main/con_bg_04.png')}	

.contentVideo_Box {
  margin: 0 auto;
  max-width: 132rem;
}
.contentVideo_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 0rem;;
}	

.contentVideo_titBox .tit{
display:block;
text-align:center;
}

.contentVideo_titBox .tit h2{
	display:block;
	text-align:center;
	height:140px;
	padding-top:50px;
	background-repeat:no-repeat; background-position:center top; background-image:url('/image/main/tit_bg_02.png')
}
.contentVideo_titBox .tit h2 span {
  margin-bottom: 1rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center; 
	color:#313131;
}

.contentVideo_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
}

.contentVideo_titBox .tit img {
  margin-bottom:2rem;
  max-width: 100%;
  display: inline-block;
}
.contentVideo_DetailBox {
  margin-top: 5rem;
  width: 100%;
  position: relative;
}
.contentVideo_DetailBox ul {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}


.ytb_wrap{ position: relative;margin:auto; padding-top: 0px;    padding-bottom: 56.25%;    overflow: hidden;box-shadow: -2px 1px 15px 2px rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden}
.ytb_wrap iframe,.ytb_wrap object,.ytb_wrap embed {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}
.ytb_wrap{max-width:880px;padding-bottom:41.5%;display:inline-block;width:100%;}

@media (max-width: 991px) {
  .contentVideo_Warp {
    padding: 0rem;
  }

  .contentVideo_titBox {
    padding: 0rem;
  }	
  .contentVideo_titBox .tit img {
    max-width: 100%;
    margin: 0;
  }	
  .contentVideo_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .contentVideo_titBox .tit h2 dl {
    font-size: 2.6rem;
  }		


}
@media (max-width: 767px) {

    .contentVideo_Warp {
      padding:5rem 0 15rem 0 ;
    }

    .contentVideo_titBox {
      padding: 0rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .contentVideo_titBox .tit h2{
      background-image:url('')
    }    
    .contentVideo_titBox .tit img {
      max-width: 100%;
      margin: 0;
    }	
    .contentVideo_titBox .tit h2 span {
      line-height: 4.2rem;
      margin-bottom: 0rem;
      font-size: 3rem;
    }
    .contentVideo_titBox .tit h2 dl {
      line-height: 3.6rem;		
      font-size: 2.0rem;
    }		
      
    .contentVideo_DetailBox {
      margin-top: 3rem;
    }


}
@media (max-width: 500px) {



}
/******************************** contentVideo *********************************************/





/******************************** contentleveltest *********************************************/
.contentleveltest_Warp{
	background-color:#ffdcb2;margin-top:0px;position:relative;
	padding:30rem 0 10rem 0;
}

.contentleveltest_Warp .tit_wrap{padding-left:25px;border-left:3px solid #fe9961; box-sizing:border-box}
.contentleveltest_Warp .tit_wrap b{font-size:4.5rem;font-weight:550;font-family: 'Nanum Pen Script'; letter-spacing:-.75px;line-height:1;word-break:keep-all}
.contentleveltest_Warp .tit_wrap p{font-size:1.8rem;font-weight:500;letter-spacing:-.5px;line-height:1.5;margin-top:25px;word-break:keep-all}
.contentleveltest_Warp .tit_wrap.mo{display:none;}
.contentleveltest_Warp .ul_wrap{position:relative;}
.contentleveltest_Warp .ul_wrap ul{}
.contentleveltest_Warp .ul_wrap ul li{max-width:550px;float:left }
.contentleveltest_Warp .ul_wrap ul li:nth-child(1){width:calc(50% - 45px); }
.contentleveltest_Warp .ul_wrap ul li:nth-child(2){width:calc(50% - 45px);margin-left:90px; }
.contentleveltest_Warp .ul_wrap ul li .tb{height:600px;background:#fff;box-shadow:4px 7px 16px rgba(0,0,0,.1)}
.contentleveltest_Warp .ul_wrap ul li .tbc{vertical-align:middle;text-align:center;}
.contentleveltest_Warp .ul_wrap ul li .tbc img{}
.contentleveltest_Warp .size .img img{width:350px;}
.contentleveltest_Warp .ul_wrap ul li .txt{margin-top:45px}
.contentleveltest_Warp .ul_wrap ul li .txt b{font-size:2.5rem;font-weight:800;line-height:1;display:block;letter-spacing:-.25px;margin-top:10px}
.contentleveltest_Warp .ul_wrap ul li .txt p{font-size:1.8rem;font-weight:300;line-height:1.5;letter-spacing:-.5px;margin-top:20px;}
.contentleveltest_Warp .ul_wrap ul li.li01{}
.contentleveltest_Warp .ul_wrap ul li.li02 .tit_wrap{margin-top:70px}
.contentleveltest_Warp .ul_wrap ul li.li02 .tb{margin-top:70px}
.contentleveltest_Warp .ul_wrap ul li.li02 .txt b{color:#1b2e5a}

.Btn_leveltest {
	margin-top: 1.25rem;
  display: inline-block;
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
 	padding: 1.5rem 2rem;
  border-radius: 2em;
  background-color: #fe9961;
 }
.Btn_leveltest:hover{background-color: #fabbaf; }

@media all and (max-width:1399px) {
	.contentleveltest_Warp .InnerBox{width:95%}
}

@media (max-width:1160px){
	.contentleveltest_Warp .ul_wrap ul li{width: calc(50% - 40px); margin-left: 40px;}
	.contentleveltest_Warp .ul_wrap ul {}
	.contentleveltest_Warp .ul_wrap ul li.li02 .tit_wrap{display:none;margin:0;}
	.contentleveltest_Warp .size{text-align:center}
	.contentleveltest_Warp .tit_wrap.mo{display:inline-block;text-align:left}
	.contentleveltest_Warp .ul_wrap ul li {font-size:0;width:100%;margin-left:0;max-width:100%; margin-top:20px !important}
	.contentleveltest_Warp .ul_wrap ul li .tb{padding:5rem 0;}
	.contentleveltest_Warp .ul_wrap ul li .tbc{vertical-align:middle; padding-bottom:0;padding:0 20px}
	.contentleveltest_Warp .ul_wrap ul li .img{display:inline-block;vertical-align:middle}
	.contentleveltest_Warp .ul_wrap ul li .txt{display:inline-block;vertical-align:middle;}
	.contentleveltest_Warp .ul_wrap ul li.li02 .tb{margin-top:0;}
}  
@media (max-width:767px){
  .contentleveltest_Warp{	
	  padding:0 0 10rem 0;  
  }
	.contentleveltest_Warp .size .img img{width:240px;}
  .contentleveltest_Warp .ul_wrap ul li:nth-child(1){width:100%;margin-bottom:5rem;  }
  .contentleveltest_Warp .ul_wrap ul li:nth-child(2){width:100%;margin:0px;}
  .contentleveltest_Warp .ul_wrap ul li .txt b{font-size:2.5rem;}
  .contentleveltest_Warp .ul_wrap ul li .txt p{font-size:1.8rem;}  
}  
@media (max-width:640px){

}  

@media (max-width:480px){

}
/******************************** contentleveltest *********************************************/





/******************************** cscenter *********************************************/

.cscenter_Warp{
	width: 100%;display:inline-block;background-color:#fff;position:relative;
	padding:30rem 0 15rem 0;
}

.cscenter_Warp:before{position:absolute; left:0; top:0;width:100%; content:'';height:215px;;background-size:auto; background-repeat:no-repeat; background-position:center bottom; background-image:url('/image/main/con_bg_06.png')}	

.cscenter_Warp li{
	float:left;	
	text-align:center;
	width:33.3333%;
	
}
.cscenter_Warp .CusBox{
	background:#757575; 
	border-radius:0 50px 50px 0;
	padding:3rem 10rem;
}

.cscenter_Warp .CusBox .CusBoxBox h3 {font-size:3.5rem;color:#fff;}
.cscenter_Warp .CusBox .CusBoxBox .txt1 {padding-bottom:0.5rem;font-size:1.4rem;color:#ffaebf;}
.cscenter_Warp .CusBox .CusBoxBox .txt2 {padding:0.5rem 0;margin-top:1rem}
.cscenter_Warp .CusBox .CusBoxBox .txt2 a{font-size:3.0rem;line-height:3.0rem;font-weight:800;color:#ffdcb2;}
.cscenter_Warp .CusBox .CusBoxBox .txt2 img{height:35px;vertical-align:bottom;}
.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo{border-bottom:1px dotted #ffdcb2}
.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo h3{padding:1rem 0;font-size:2.0rem;color:#fff;font-weight:700;}
.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo span{font-size: 1.6rem;color:#fff;font-weight:500;}
.cscenter_Warp .CscenterBoard .BoardBox{width:100%;padding:3rem 5rem;}
.cscenter_Warp .CscenterBoard .BoardBox h4{font-size: 3.0rem;}


@media all and (max-width:1599px) {
	.cscenter_Warp .CusBox{
		padding:2rem 5rem;
	}	

}
@media all and (max-width:1399px) {
	.cscenter_Warp .CusBox .CusBoxBox h3 {font-size:3.0rem}
	.cscenter_Warp .CusBox .CusBoxBox .txt2 a{font-size:3.0rem}
	.cscenter_Warp .CusBox .CusBoxBox .txt2 img{height:30px;}
	.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo h3{font-size:1.8rem;}
	.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo span{font-size: 1.5rem;}	
}

@media all and (max-width:1024px) {	
	.cscenter_Warp .CusBox{
		border-radius:0 40px 0 0; 
		padding:1rem 2rem;
	}	
}
@media all and (max-width:976px) {	
  .cscenter_Warp {	
    margin-top:5rem;
    padding:5rem 0 5rem 0;
  }
   .cscenter_Warp:before{height:0px;;background-image:url('')}	
	.cscenter_Warp .CusBox .CusBoxBox h3 {font-size:2.8rem}
	.cscenter_Warp .CusBox .CusBoxBox .txt2 a{font-size:3.2rem;line-height:3.8rem;}
	.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo h3{font-size:1.6rem;}
	.cscenter_Warp .CusBox .CusBoxBox .Cscenterinfo span{font-size: 1.4rem;}	
	.cscenter_Warp .CscenterBoard{border-bottom: 1px solid #c4c4c4}
}
@media (max-width: 767px) {
  .cscenter_Warp{
    padding:0rem 0 5rem 0;
  }  
 
	.cscenter_Warp li{
		width:100%;
	}
	.cscenter_Warp .CscenterBoard{margin-top:2rem;}
	.cscenter_Warp .CscenterBoard .BoardBox{padding:1rem 0rem;}
}	


.noticeList {width:100%;padding: 0;margin-top: 20px;}
.noticeList ul{width:100%;padding: 0;margin: 0;}
.noticeList ul li{width:100%;border-radius:0;padding: 0;margin: 0;height:40px;line-height:40px;}
.noticeList ul li:hover {background:#f9f9f9}
.noticeList ul li a span{width:80%;padding: 0;margin: 0;font-size:1.6rem;float:left;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.noticeList ul li dl{width:20%;padding: 0;margin: 0;font-size:1.4rem;float:right;text-align:right;opacity:.7;}

@media (max-width: 976px) {
  .noticeList ul{width:100%;}
  .noticeList ul li{width:95%;height:30px;line-height:30px;}	
  .noticeList ul li a span{width:90%;font-size:1.5rem;}
  .noticeList ul li dl{width:10%;}
}
@media (max-width: 767px) {
    .noticeList ul li{width:100%;height:30px;line-height:30px;}
    .noticeList ul li a span{width:77%}
    .noticeList ul li dl{width:23%;}
}	

/******************************** cscenter *********************************************/













.subWrap {
	position: relative;
	width: 100%;	
	padding-bottom:200px;
}
.subWrap .sub_visual{ height: 210px;}
.subitle {
    display: block;
    text-align: center;
    padding: 5rem 0rem 10rem 0rem;
}

.subitle h1 {
    border-bottom: 0.6rem solid;
    display: inline-block;
    font-size: 4.0rem;
    line-height: 5.2rem;
    letter-spacing: 0em;
    text-align: center;
    
}






/*----------------------------------------  로그인 ----------------------------------------*/
/*----------------------------------------  로그인 ----------------------------------------*/

.LoginWarp{text-align:center; max-width:1050px; margin:30px auto 0 auto; }
.LoginSubBox.LoginWhiteBox{background-color:#fff;border:1px solid #eeeeee;box-shadow:2px 4px 8px 1px rgba(0,0,0,.09);border-radius:30px;}
.LoginSubBox.LoginWhiteBox{margin:0 auto 148px; display:inline-block; text-align:left; margin:0px auto 110px;width:40%;box-sizing:border-box;padding:50px 30px;width:100%;}
.LoginSubBox.LoginWhiteBox .LoginBox{padding:20px 40px; }
.LoginSubBox.LoginWhiteBox .LoginBox .loginBoxArea{width:100%; margin:0 0 0 auto;}
.LoginSubBox.LoginWhiteBox .LoginBox a{color:#fff; display:inline-block; text-align:center;box-sizing:border-box; font-weight:400; font-size:1.000em; width:100%;margin-bottom:5px;height:50px;line-height:50px;}
.LoginSubBox.LoginWhiteBox .LoginBox a img{float:left;vertical-align:middle;margin-left:3px;margin-bottom:3px;max-width:50px;}
.LoginSubBox.LoginWhiteBox .LoginBox a strong{color:#fff;font-weight:bold;}
.LoginSubBox.LoginWhiteBox .LoginBox .loginInput input{background:#fff; border:0; width:100%; border:1px solid #d7d7d7; text-indent:15px;margin-bottom:5px; height:50px;line-height:normal; border-radius:0;}
.LoginSubBox.LoginWhiteBox .LoginBox .loginInput input[type="password"].user_pw{font-size:14px;font-family:"Nanum Gothic";} /* added by Oak */

.LoginSubBox.LoginWhiteBox .SchIdPwBox{ padding:20px 40px ;border-left:1px dashed #d7d7d7;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox h4{font-size:1.8rem;font-weight:600; margin-bottom:10px;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox p{font-size:1.4rem; color:#6f6f6f; margin-bottom:20px;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .NonMember{margin:10px 0 77px;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .NonMember a{font-size: 16px;color:#333; width:200px;height:43px; line-height:41px; }
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .SchIdPw{margin:20px 0 77px 0px;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .SchIdPw p{float:left;margin-left:0px;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .SchIdPw a{font-size: 16px;color:#231815; width:200px;height:43px; line-height:41px; box-sizing:border-box;display:inline-block; text-align:center;}
.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .SchIdPw a:last-child{margin-left:0px;}

.LoginSubBox.LoginWhiteBox .LoginAfter{padding:30px}
.LoginSubBox.LoginWhiteBox .LoginAfter .LoginAfterArea{width:100%; margin:auto;}
.LoginSubBox.LoginWhiteBox .LoginAfter a{color:#fff; display:inline-block; text-align:center;box-sizing:border-box; font-weight:400; font-size:1.000em; width:100%;margin-bottom:5px;height:50px;line-height:50px;}
.LoginSubBox.LoginWhiteBox .LoginAfter a img{float:left;vertical-align:middle;margin-left:3px;margin-bottom:3px;max-width:50px;}
.LoginSubBox.LoginWhiteBox .LoginAfter a strong{color:#fff;font-weight:bold;}
.LoginSubBox.LoginWhiteBox .LoginAfter .loginInput input{background:#fff; border:0; width:100%; border:1px solid #d7d7d7; text-indent:15px;margin-bottom:5px; height:50px;line-height:normal; border-radius:0;}
.LoginSubBox.LoginWhiteBox .LoginAfter .loginInput input[type="password"].user_pw{font-size:12px;font-family:"Nanum Gothic";} /* added by Oak */
.LoginSubBox.LoginWhiteBox .LoginAfter .LoginAfterArea p{font-size:1.4rem; color:#6f6f6f; margin-bottom:5px;}



/*테블릿*/

@media all and (max-width:990px) {

	.LoginSubBox.LoginWhiteBox{width:100%;}
	.LoginSubBox.LoginWhiteBox .LoginBox .loginBoxArea{width:100%;}
	.LoginWhiteBox.LoginSubBox .LoginBox .loginInput input{height:40px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox h4{font-size:1.7rem;margin-bottom:5px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox p{font-size:1.5rem;margin-bottom:20px; line-height:19px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .NonMember{margin:0px 0 36px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .SchIdPw{margin:20px 0 36px;}
	.LoginSubBox.LoginWhiteBox.LoginBox .loginInput a.whiteBtn, .LoginSubBox.LoginWhiteBox .agreeBoxArea a.whiteBtn{font-size:12px;}
	
  .LoginSubBox.LoginWhiteBox .LoginBox{padding:20px; }
  .LoginSubBox.LoginWhiteBox .SchIdPwBox{ padding:20px;}

	
}


/*모바일*/
@media all and (max-width:767px) {

	.LoginSubBox.LoginWhiteBox{padding:25px;}
	.LoginSubBox.LoginWhiteBox .LoginBox, .LoginSubBox.LoginWhiteBox .SchIdPwBox{width:100%;}
	.LoginSubBox.LoginWhiteBox .LoginBox{}
	.LoginSubBox.LoginWhiteBox .LoginBox a{font-size:1.167em;}
	.LoginSubBox.LoginWhiteBox .LoginBox .loginInfo{font-size:1.167em;}
	.LoginSubBox.LoginWhiteBox .LoginBox .loginInfo a{font-size:1.000em;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox{border-left:0;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox .NonMember{margin:30px 0 30px;padding-top:20px;border-top:1px dashed #dedede;}

	
	/* 비밀번호, 아이디 찾기 */
	.LoginSubBox.LoginWhiteBox .{padding:0px 0px 0 0; border-right:0px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox h4{font-size:1.6rem;margin-bottom:5px;}
	.LoginSubBox.LoginWhiteBox .SchIdPwBox .memberBox p{font-size:1.3rem;margin-bottom:20px; line-height:19px;}


}

/*----------------------------------------  로그인 ----------------------------------------*/
/*----------------------------------------  로그인 ----------------------------------------*/







/*----------------------------------------  회원가입 ----------------------------------------*/
/*----------------------------------------  회원가입 ----------------------------------------*/

.JoinWarp{text-align:center; max-width:1050px; margin:0 auto 0 auto; }
.JoinSubBox.JoinWhiteBox{width:800px;padding:50px 80px;background-color:#ffff;border:1px solid #eeeeee;box-shadow:2px 4px 8px 1px rgba(0,0,0,.09);border-radius:30px;margin:0 auto 148px;text-align:left;box-sizing:border-box;}
.JoinSubBox.JoinWhiteBox h4{font-size:1.4rem;margin-bottom:7px; margin-top:5px;text-align:left; font-weight:600;}
.JoinSubBox.JoinWhiteBox h2{width:100%;font-size:2.0rem; float:left; margin-bottom:20px; font-weight:700}
.JoinSubBox.JoinWhiteBox h2 span{font-size:1.4rem; float:right;color:#ed5f00;margin-top:5px;}


.JoinSubBox.JoinWhiteBox .JoinInput input{width:78%;background:#fff;float:left;}
.JoinSubBox.JoinWhiteBox .JoinInput{display:inline-block; width:100%; margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .JoinInput2{display:inline-block; width:100%; margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .JoinInput #id_chk{font-size:13px; color:#ea3737;margin-top:5px;width:100%;display:inline-block; margin-bottom:10px;}
.JoinSubBox.JoinWhiteBox .JoinInput p.txt,  .JoinSubBox.JoinWhiteBox .JoinInput2 p.txt{font-size:0.938em; color:#777;width:100%; display:inline-block; margin:5px 0 15px;}
.JoinSubBox.JoinWhiteBox .JoinInput2 input[type="password"].user_pw{width:100%;}

.JoinSubBox.JoinWhiteBox .userInfo input.user_pw{margin-bottom:5px;}
.JoinSubBox.JoinWhiteBox .userInfo{border-bottom:1px dashed #dedede;margin-bottom: 20px;}
.JoinSubBox.JoinWhiteBox .userInfo{border-bottom:0;margin-bottom: 0px;}
.JoinSubBox.JoinWhiteBox .userInfo:last-child{margin-bottom:0; padding-bottom:0;border-bottom:0}
.JoinSubBox.JoinWhiteBox select{border-radius:0;}
.JoinSubBox.JoinWhiteBox .userInfo input{border-radius:0; height:37px;text-indent: 10px;margin-bottom:0;}
.JoinSubBox.JoinWhiteBox .userInfo input[type="text"],
.JoinSubBox.JoinWhiteBox .userInfo input[type="number"]{border-radius:0; height:37px; text-indent: 10px;margin-bottom:0;}
.JoinSubBox.JoinWhiteBox .userInfo input[type="text"].user_pw{margin-bottom:5px;}
.JoinSubBox.JoinWhiteBox .userInfo input[type="text"].mb-10{margin-bottom:10px;}
.JoinSubBox.JoinWhiteBox .userInfo .fullInput{width:100%;}
.JoinSubBox.JoinWhiteBox .userInfo .gender{width:100%; display:inline-block;margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .userInfo .gender label.radio{font-size:13px; color:#555;}

.JoinSubBox.JoinWhiteBox .userInfo .agreeInput{height:40px; line-height:40px; width:100%; display:inline-block;}
.JoinSubBox.JoinWhiteBox .userInfo .agreeInput span{}
.JoinSubBox.JoinWhiteBox .userInfo .agreeInput .checkArea{float:right;}
.JoinSubBox.JoinWhiteBox .userInfo .agreeInput .checkArea label.check{margin-left:10px;}

.JoinSubBox.JoinWhiteBox a img{float:left;vertical-align:middle;margin-left:3px;margin-bottom:3px;max-width:50px;}
.JoinSubBox.JoinWhiteBox a strong{color:#fff;font-weight:bold;}


.JoinSubBox.JoinWhiteBox .txt {font-size:14px}
.JoinSubBox.JoinWhiteBox .comment{float:right;font-size:1.2rem; color:#959595; }
.JoinSubBox.JoinWhiteBox .comment img{vertical-align:middle;margin-top:2px;}

.JoinSubBox.JoinWhiteBox .fullInput.disable{background:#f8f8f8; border:1px solid #d7d7d7;height: 37px;line-height:35px;width:100%; text-indent: 10px; color:#9b9b9b; font-size:13px;}
.JoinSubBox.JoinWhiteBox .fullInput{width:100%;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea{width:100%;padding:0px;display:inline-block;}

.JoinSubBox.JoinWhiteBox .joinBtn{text-align:center;border-radius:0;width:20%;margin-bottom:0;color:#ffff;background-color:#929292;height:37px; line-height:36px; font-size:13px;}



.JoinSubBox.JoinWhiteBox .pCellular{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .pCellular select{margin-right:0;width:19%;float:left;}
.JoinSubBox.JoinWhiteBox .pCellular input{width:35.5%; border-radius:0;float:left;}
.JoinSubBox.JoinWhiteBox .pCellular span{display:inline-block; text-align:center; width:5%;float:left; line-height:37px;}


.JoinSubBox.JoinWhiteBox .mail{width:100%; display:inline-block; margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .mail span{float:left; line-height:37px;width:6%; text-align:center; font-size:15px; color:#9b9b9b;}
.JoinSubBox.JoinWhiteBox .mail .mail1{width:30%;float:left;}
.JoinSubBox.JoinWhiteBox .mail .mail2{width:32%;float:left; }
.JoinSubBox.JoinWhiteBox .mail select{display: inline-block; width: 29%; height:37px;margin-left:3%;margin-top:0;vertical-align:top;}



.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree{background:#fff;    border: 1px solid #d7d7d7;box-sizing:border-box; padding:15px;margin-top:25px;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .title{    font-size: 14px;margin-bottom:15px;color:#231815;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .txt{color:#777;white-space:pre-line; font-size: 12px; line-height:18px;margin-bottom:0;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .checkArea{width:100%;font-size:0.875em;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .checkArea label.check{width:auto;vertical-align:middle;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .checkArea label.check a{width:auto; color:#9b9b9b; color:#777;border-bottom:1px solid #9b9b9b;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .checkArea label.check span{color:#272F82;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree .viewAll{vertical-align:middle; margin-left:5px; font-size:13px;}
.JoinSubBox.JoinWhiteBox .agreeBoxArea .agreeBox .text{font-size: 14px;text-align:center;line-height:18px; margin-bottom: 7px;color:#555;}


.JoinSubBox.JoinWhiteBox .userInfo .birth{display:inline-block; width:100%;margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .userInfo select{display: inline-block;height:37px;margin-top:0;vertical-align:top;}
.JoinSubBox.JoinWhiteBox .userInfo .BYear{width:32%;float:left;}
.JoinSubBox.JoinWhiteBox .userInfo .BMonth{width:32%;float:left;margin-left:2%;}
.JoinSubBox.JoinWhiteBox .userInfo .BDay{width: 32%; height:37px;margin-left:2%;}

.JoinSubBox.JoinWhiteBox .cellular{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .userInfo select{display: inline-block;height:37px;margin-top:0;vertical-align:top;}
.JoinSubBox.JoinWhiteBox .cellular select{width:32%;margin-right:2%;float:left;}
.JoinSubBox.JoinWhiteBox .cellular .Cellular2{width:32%;margin-right:2%;border-radius:0;float:left;}
.JoinSubBox.JoinWhiteBox .cellular .Cellular3{width:32%;border-radius:0;float:left;}

/*글로벌이상*/
.JoinSubBox.JoinWhiteBox .CellularNation{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .CellularNation select{width:35%;float:left;}
.JoinSubBox.JoinWhiteBox .CellularNation .fullInput{margin-top:5px;}
/*글로벌이상*/

.JoinSubBox.JoinWhiteBox .pwhint{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .pwhint select{width:100%;height:37px;float:left;margin-bottom:5px;}
.JoinSubBox.JoinWhiteBox .pwhint input{width:100%; border-radius:0;float:left;}

.JoinSubBox.JoinWhiteBox .SNSID{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .SNSID select{margin-right:2%;width:32%;height:37px;float:left;}
.JoinSubBox.JoinWhiteBox .SNSID .SNSCompany{margin-right:2%;width:32%; border-radius:0;float:left;}
.JoinSubBox.JoinWhiteBox .SNSID .SNSID{width:32%; border-radius:0;float:left;}
.JoinSubBox.JoinWhiteBox .SNSID span{display:inline-block; text-align:center; width:5%;float:left; line-height:37px;}

.JoinSubBox.JoinWhiteBox .phone{width:100%; display:inline-block; margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .phone span{float:left; line-height:37px;width:6%; text-align:center; font-size:15px; color:#9b9b9b;}
.JoinSubBox.JoinWhiteBox .phone .Phone1{width:30%;float:left;}
.JoinSubBox.JoinWhiteBox .phone .Phone2{width:29%;float:left; }
.JoinSubBox.JoinWhiteBox .phone .Phone3{width:29%;float:left; }
.JoinSubBox.JoinWhiteBox .address{width:100%; display:inline-block; margin-bottom:15px;}
.JoinSubBox.JoinWhiteBox .address .schCode{width:25%;float:left;margin-right:2%;}
.JoinSubBox.JoinWhiteBox .address input1{margin-top:5px;}
.JoinSubBox.JoinWhiteBox .address .fullInput {margin-top:5px;}

/*테블릿*/

@media all and (max-width:990px) {


	.JoinSubBox.JoinWhiteBox{width:90%;}
	.JoinSubBox.JoinWhiteBox .JoinBoxArea{width:100%;}
	.JoinWhiteBox.JoinSubBox .JoinInput input{height:40px;}

	.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree:first-child{margin-top:25px;}
	.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .joinAgree{margin-top:15px;}
	.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox .btnarea,
	.JoinSubBox.JoinWhiteBox .agreeBoxArea{width:100%;margin-top:25px;}
	.JoinSubBox.JoinWhiteBox .userInfo select{font-size:12px;}
	.JoinSubBox.JoinWhiteBox .gender .radioArea input.smallInput{width:70%;float:none;}
	.JoinSubBox.JoinWhiteBox .agreeBoxArea{position:relative;}
	.JoinSubBox.JoinWhiteBox .agreeBoxArea .stickyBox{position: relative;;top:0rem;}

}


/*모바일*/
@media all and (max-width:767px) {
	
	.JoinSubBox.JoinWhiteBox > h3{font-size:1.500em;font-weight:bold;}
	.JoinSubBox.JoinWhiteBox > p{font-size:1.333em;}
	.JoinSubBox.JoinWhiteBox {width:100%; padding:20px; }
	.JoinSubBox.JoinWhiteBox .userInfo{border-bottom:0;}
	.JoinSubBox.JoinWhiteBox .agreeBoxArea .AgreeBox {margin-top:25px;}

}

/*----------------------------------------  회원가입 ----------------------------------------*/
/*----------------------------------------  회원가입 ----------------------------------------*/






/**
stickyBox : 부모요소중에 overflow: hidden, auto, scroll 속성이 적용되어 있으면 안된다.
**/

/*----------------------------------------  레벨테스트 ----------------------------------------*/
/*----------------------------------------  레벨테스트 ----------------------------------------*/
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox h4{font-size:1.4rem;margin-bottom:7px; margin-top:5px;text-align:left; font-weight:600;}

.LevelAppliWarp{text-align:center; max-width:1050px; margin:auto; }
.LevelAppliSubBox.LevelAppliWhiteBox{background-color:#ffff;border:1px solid #eeeeee;box-shadow:2px 4px 8px 1px rgba(0,0,0,.09);border-radius:30px;}
.LevelAppliSubBox.LevelAppliWhiteBox{margin:0 auto 148px; display:inline-block; text-align:left;box-sizing:border-box;}
.LevelAppliSubBox .comment{width:100%;margin-top:0px;display:inline-block; }
.LevelAppliSubBox .comment img{float:left;vertical-align:middle;margin-top:2px;}
.LevelAppliSubBox .comment p{font-size:1.3rem; color:#555;}

.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliStep{padding:50px 30px; width:95%;border:1px solid #eeeeee}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox{width:40%;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep{border:1px solid #eeeeee}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox{box-sizing:border-box;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .fullInput.disable{background:#f8f8f8; border:1px solid #d7d7d7;height: 37px;line-height:35px;width:100%; text-indent: 10px; color:#9b9b9b; font-size:13px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep{margin:0px auto 110px;width:100%;} /* 외부 div 고정 픽셀 설정으로 인한 입력창 좁아짐 현상 발생시 130px 을 줄일 것 */
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .fullInput{width:100%;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox h2{font-size: 2.4rem; font-weight:700;margin-bottom:20px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep .LtInputArea{padding:40px;  border-right:1px dashed #dedede;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput input{width:78%;background:#fff;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput a.whiteBtn, .LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .cellular a.whiteBtn, .LevelAppliSubB
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput{display:inline-block; width:100%; margin-bottom:15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput2{display:inline-block; width:100%; margin-bottom:15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput #id_chk{font-size:13px; color:#ea3737;margin-top:5px;width:100%;display:inline-block; margin-bottom:10px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput p.txt,  .LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput2 p.txt{font-size:1.4rem; color:#777;width:100%; display:inline-block; margin:5px 0 15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput2 input[type="password"].user_pw{width:100%;font-size:12px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input.user_pw{margin-bottom:5px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo{border-bottom:1px dashed #dedede;margin-bottom: 20px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LevelAppliBtn{border-radius:0;width:20%;margin-bottom:0;color:#ffff;background-color:#929292;height:37px; line-height:36px; font-size:13px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtInputArea .LtUserInfo{border-bottom:0;margin-bottom: 0px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo:last-child{margin-bottom:0; padding-bottom:0;border-bottom:0}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox select{border-radius:0;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input{border-radius:0; height:37px;text-indent: 10px;margin-bottom:0;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input[type="text"],
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input[type="number"]{border-radius:0; height:37px; text-indent: 10px;margin-bottom:0;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input[type="text"].user_pw{margin-bottom:5px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo input[type="text"].mb-10{margin-bottom:10px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .fullInput{width:100%;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .MyLevel{width:100%; display:inline-block;margin-bottom:15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .MyLevel label.radio{font-size:13px; color:#555;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .agreeInput{height:40px; line-height:40px; width:100%; display:inline-block;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .agreeInput span{}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .agreeInput .checkArea{float:right;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo .agreeInput .checkArea label.check{margin-left:10px;}


.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea{padding:40px 40px;height:100%;display:inline-block;position:absolute;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .stickyBox{width:100%;display: inline-block;position: sticky;top: 12rem;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree{background:#fff;    border: 1px solid #d7d7d7;box-sizing:border-box; padding:15px;margin-top:0px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .title{font-size: 14px;margin-bottom:15px;color:#231815;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .txt{color:#777;white-space:pre-line; font-size: 13px; line-height:22px;margin-bottom:0;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .checkArea{width:100%;font-size:0.875em;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .checkArea label.check{width:auto;vertical-align:middle;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .checkArea label.check a{width:auto; color:#9b9b9b; color:#777;border-bottom:1px solid #9b9b9b;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .checkArea label.check span{color:#272F82;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .viewAll{vertical-align:middle; margin-left:5px; font-size:13px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .text{font-size: 14px;text-align:center;line-height:18px; margin-bottom: 7px;color:#555;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .LevResult_btn {padding:3px 10px;font-size:12px !important;text-align:center;background:#ed5f00; border: solid 1px #d15400; color:#ffffff;font-size:12px !important;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .LevResult_btn a {font-size:12px !important;font-weight:bold; color:#ffffff; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree .LevResult_btn:hover {font-size:12px !important;background:#ff9650;color:#ffffff;}

.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .SNSID{display:inline-block; width:100%;margin-bottom:15px; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .SNSID select{margin-right:2%;width:32%;height:37px;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .SNSID .SNSCompany{margin-right:2%;width:32%; border-radius:0;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .SNSID .SNSID{width:32%; border-radius:0;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .SNSID span{display:inline-block; text-align:center; width:5%;float:left; line-height:37px;}

.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .phone{width:100%; display:inline-block; margin-bottom:15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .phone span{float:left; line-height:37px;width:6%; text-align:center; font-size:15px; color:#9b9b9b;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .phone .Phone1{width:30%;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .phone .Phone2{width:29%;float:left; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .phone .Phone3{width:29%;float:left; }


.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .HopeHour{width:100%; display:inline-block; margin-bottom:15px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .HopeHour .HopeDate{width:31%;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .HopeHour span{float:left;width:7%;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .HopeHour span img{float:left;vertical-align:middle;width:18px;margin-top:9px;margin-left:2px;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .HopeHour select{display: inline-block; width: 100%; height:37px;margin-top:0;vertical-align:top;}

/*글로벌이상*/
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .Nation{display:inline-block; width:100%;margin-bottom:15px; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .Nation select{width:100%;height:37px;float:left;}

.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation{display:inline-block; width:100%;margin-bottom:15px; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation select{width:35%;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation .fullInput{margin-top:5px;}
/*글로벌이상*/


/*테블릿*/

@media all and (max-width:990px) {
	
	.LevelAppliSubBox.LevelAppliWhiteBox{width:90%;}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliStep{border:0}
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea .LtInputBoxArea{width:100%;}
	.LevelAppliWhiteBox.LevelAppliSubBox .LtInputArea .loginInput input{height:40px;}
	#subwrapper{background:#f8f6e9 url('../img/loginBg.jpg')no-repeat top left;}
	#subwrapper .LevelAppliWarp{min-height:648px;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .loginInput a.whiteBtn, .LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea a.whiteBtn{font-size:12px;}


	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea{position:relative;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .stickyBox{position: relative;;top:0rem;}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep{border:0}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree:first-child{margin-top:25px;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea .LtAgreeBoxArea .LevelAppliAgree{margin-top:15px;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtAgreeArea .LtAgreeBoxArea .btnarea,
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtAgreeArea{margin-top:25px;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep{padding:50px 20px;width:60%;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtInputArea{padding:0 10px 0 10px;width:100%;border-right:0;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtAgreeArea{padding:0 10px 0 10px;width:100%;}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep .LtInputArea{padding:0 10px 0 10px;width:100%;border-right:0;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep .LtAgreeArea{
    padding:0 10px 0 10px;width:100%;border-left:0;
    top: 0rem;
    right: 0rem;
    height: 100%;
  }

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .LtUserInfo select{font-size:12px;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep  .MyLevel .radioArea input.smallInput{width:70%;float:none;}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliStep{padding:50px 30px; width:95%;}

}



/*모바일*/
@media all and (max-width:767px) {
	
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliStep{border:0}

	.LevelAppliSubBox.LevelAppliWhiteBox{}
	.LevelAppliSubBox.LevelAppliWhiteBox > h3{font-size:1.500em;font-weight:bold;}
	.LevelAppliSubBox.LevelAppliWhiteBox > p{font-size:1.333em;}
	.LevelAppliSubBox.LevelAppliWhiteBox .loginBox{width:100%; padding:20px 0 0 0; }
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea, .LevelAppliSubBox.LevelAppliWhiteBox {width:100%;}
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea{padding-right:0px; border-right:0;}
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea a{font-size:1.167em;}
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea .loginInfo{font-size:1.167em;}
	.LevelAppliSubBox.LevelAppliWhiteBox .LtInputArea .loginInfo a{font-size:1.000em;}


	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep.LevelAppliInputStep{border:0}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox{width:90%;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox{width:90%;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtInputArea .LtUserInfo{border-bottom:0;}
	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep .LtAgreeArea .LtAgreeBoxArea {margin-top:25px;}

	.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox.LevelAppliStep{padding:50px 10px;width:95%;}


}


/*----------------------------------------  레벨테스트 ----------------------------------------*/
/*----------------------------------------  레벨테스트 ----------------------------------------*/





/*--------------------------------------------------------------------------------------
수강신청
--------------------------------------------------------------------------------------*/

.ClassAppliWarp {
  margin: 0 auto;
  display: block;
  max-width: 124rem;
  padding: 0rem 2rem 30rem 2rem;
}

.ClassAppliBox{
position:relative;
width:100%;
padding-right:44rem;

}
.lefteninnerBox{
width:100%;
max-width:76rem;
}

.righteninnerBox {
  display: inline-block;
  width: 36.6rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  height: 100%;
}
.reninnerBox {
  width: 100%;
  position: sticky;
  top: 12rem;
}
.reninner{
width:100%;
padding:2rem 3rem;
border-radius: 0.8rem;
border: 1px solid #EEE;
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}




.ClassProdInfo{display:inline-block; width:100%;margin-bottom:40px;}
.ClassProdInfo:last-child{margin-bottom:0; padding-bottom:0;border-bottom:0}
.ClassProdInfo h4{font-size:2.0rem;font-weight:600;margin-bottom:10px;width:100%;text-align:left; height:40px; line-height:30px;border-bottom:1px dashed #dedede;}

.ClassProdInfo .item-num {
font-size:1.5rem;
color: #ffffff;
background-color: #7e7e7e;
width: 1.8em;
height: 1.8em;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 0.5em;float:left;
}

.PaymentCateBoxOff {color:#4a4a4a;font-size:1.4rem !important;padding:8px 10px;float:left;background-color:#eeeeee;border:1px #c9c9c9 solid;cursor:pointer;margin-right:10px;margin-top:5px;text-align:center;border-radius:0.5em;;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.PaymentCateBoxOn  {color:#ffffff;font-size:1.4rem !important;padding:8px 10px;float:left;background-color:#5a8cc5;border:0px #415f8a solid;cursor:pointer;color:#fff;margin-right:10px;margin-top:5px;text-align:center;border-radius:0.5em;;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.PaymentCateBoxNon {width:100%;color:#4a4a4a;font-size:1.3rem !important;padding:8px 10px;float:left;background-color:#f6f6f6;border:1px #eaeaea solid;color:#b6b6b6;text-align:center;margin-top:5px;text-align:center;border-radius:0.5em;;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}


.ClassAppliPayment{width:95%;background-color:#ffff;border:1px solid #eeeeee;box-shadow:2px 4px 8px 1px rgba(0,0,0,.09);border-radius:20px;padding:20px}
.ClassAppliPaymentInBox{width:100%;margin:auto;border:0px red solid;}
.ClassAppliPaymentInBox ul {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ClassAppliPaymentInBox ul li {
width: 100%;
float: left;
text-align: left;
background: #fff; 
font-size:1.3rem;font-weight:400;color:#777777;
border-bottom:1px dashed #dedede;
height:45px;line-height:45px;
}
.ClassAppliPaymentInBox ul li span{
float: right;color:#414141;font-weight:700;
}

.ClassAppliPaymentInBox ul li:nth-child(1),.ClassAppliPaymentInBox ul li:nth-child(8){
font-size:1.6rem;font-weight:600;color:#ffff;border-bottom:0px;text-align:center;background-color:#7e7e7e;
}
.ClassAppliPaymentInBox ul li img{vertical-align:middle;height:20px;}
.ClassAppliPaymentInBox ul li:nth-child(7){ border-bottom:0px ;}
.ClassAppliPaymentInBox ul li:last-child{ border-bottom:0px ;}
.ClassAppliPaymentInBox .FinalAmounttxt{font-size:1.3rem;font-weight:800;}

.ClassAppliPaymentInBox ul li select{font-size:13px}

.HopeHour{width:100%; display:inline-block; margin-bottom:15px;}
.HopeHour select{display: inline-block; width: 100%; height:37px;margin-top:0;vertical-align:top;}

.hopeDHM {width:99%;float:left}
.hopeDHM li{width:50%;float:left;list-style-type: none;padding:0p;}
.HopeHour{width:100%; display:inline-block;margin-left:10px;margin-bottom:15px;}
.HopeHour select{display: inline-block; width: 100%; height:37px;margin-bottom:10px;vertical-align:top;}

.ClassAppliPaymentInBox select{width: 100%; height:35px;margin-top:0px;}
.ClassAppliPaymentInBox input{width:100%;font-size:12px;background:#fff; border:0; width:100%; border:1px solid #d7d7d7; height:37px;line-height:normal;}

.ClassAppliPaymentInBox .PointUse{width:100%; display:inline-block;margin-top:5px;}
.ClassAppliPaymentInBox .PointUse select{width:68%;float:left;margin-right:2%;}
.ClassAppliPaymentInBox .PointUseBtn{text-align:center;width:30%;color:#ffff;background-color:#929292;height:35px; line-height:35px; font-size:12px;}

.ClassAppliPaymentInBox .PointUseStop{width:100%; display:inline-block;margin-top:5px;}
.ClassAppliPaymentInBox .PointUseStop .PointUsedtxt {width:68%;float:left;margin-right:2%;font-size:12px;height:35px; line-height:35px; }

@media (max-width: 1100px){
.ClassAppliBox {
  padding-right: 40rem;
}

}

@media (max-width: 991px){
.ClassAppliWarp {
  padding: 0rem 0rem 10rem 0rem;
}

.ClassAppliBox {
  padding-right: 0rem;
}


.lefteninnerBox {
  padding: 0rem 2rem;
  margin-bottom: 6rem;
  max-width: 100%;
}

.righteninnerBox {
  display: block;
  width: 100%;
  position: relative;
  top: 0rem;
  right: 0rem;
  height: 100%;
}
.righteninnerBox {
  z-index: 100;
  bottom: 0rem;
  display: block;
  width: 100%;
  top: inherit;
  right: 0rem;
  height: 100%;
}
.reninnerBox {
  /* bottom: 0rem; */
  width: 100%;
  position: relative;
  top: inherit;
}

}
@media all and (max-width:990px) {
.ClassAppliPayment{width:100%;}	
}	
@media (max-width: 767px){
  
  .reninnerBox {			
  position: relative;			
  }
  .ClassAppliPayment{width:100%;}
  .hopeDHM li{width:100%;float:left;}
  .HopeHour{margin-left:0px;margin-top:10px;}

}
/*--------------------------------------------------------------------------------------
수강신청
--------------------------------------------------------------------------------------*/





/*글로벌이상*/
.JoinSubBox.JoinWhiteBox .CellularNation{display:inline-block; width:100%;margin-bottom:15px; }
.JoinSubBox.JoinWhiteBox .CellularNation select{width:35%;float:left;}
.JoinSubBox.JoinWhiteBox .CellularNation .fullInput{margin-top:5px;}
/*글로벌이상*/


/*글로벌이상*/
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .Nation{display:inline-block; width:100%;margin-bottom:15px; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .Nation select{width:100%;height:37px;float:left;}

.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation{display:inline-block; width:100%;margin-bottom:15px; }
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation select{width:35%;float:left;}
.LevelAppliSubBox.LevelAppliWhiteBox.LevelAppliBox .LtInputArea .CellularNation .fullInput{margin-top:5px;}
/*글로벌이상*/
