﻿


.mainWrap {

    position: relative;
    width: 100%;	
	  background: #fff;
}


/*--------------------------------------------------------------------------------------
메인 롤링
--------------------------------------------------------------------------------------*/

.evcontbox{
	width: 100%;
    position: relative;
    padding: 10rem 0rem;
}

.evcontsidebox {
	/* max-width: 100rem; */
    max-width: 70rem;
    position: relative;
    margin: 0 auto;
    padding: 0rem 2rem;
}
.evcontsidebox h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    text-align: left;
    display: block;
}
.evcont{
	display:block;
}
.evcont img{
	max-width:100%;
}


#MainVodVisual { position:relative; width:100%; height:100vh; overflow:hidden; }
#MainVod { position: absolute; left: 0; bottom:0; width: 100%; height: 100vh; object-fit: cover; }
.MainVoide::before { content: ''; width: 100%; height: 100vh; position: absolute; left:0; bottom:0; display: block; z-index:10; }
.MainVoidetxt { position: relative;  max-width: 1600px; width: 90%; height:85vh; margin:0 auto;  z-index: 100;   color:#fff;display:flex;align-items: end; }
.MainVoidetxt dl dt {font-size:5.4rem; font-weight:800;  line-height:1.4em; }
.MainVoidetxt .t1  {margin-top:1em;  font-size: 3.6rem; font-weight:600; }


@media all and (max-width:1480px) {
}
@media all and (max-width:1280px) {
}
@media all and (max-width:976px) {
	 .MainVoidetxt { text-align:center; justify-content:center}
}

@media all and (max-width:767px) {
	.MainVoidetxt dl dt { font-size: 4.8rem;  }
	.MainVoidetxt .t1  { font-size: 2.8rem; }
}

@media all and (max-width:480px) {
	 .MainVoidetxt dl dt { font-size: 4.0rem;  }
	 .MainVoidetxt .t1  { font-size: 2.5rem; }
}

.MainVod { position: absolute; left: 0; top:0; width: 100%; height: 100vh; object-fit: cover; z-index:1}
                         


.main_SildeBox{
	position:relative;
	overflow:hidden;
}
.main_SildeBox .msinslide{
	position:relative;
	/**height: 57rem;**/
  height:100vh;
}



.SwiperSlideInner{
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	
	background-image: url(/image/main/ev_20231218_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.eventBox_Mobile{
	display:none;
}
.eventBox_PC {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eventBox_PC img{
	max-width:100%;
}
.pcevbtn{
	margin-top:2rem;
	display:inline-block;
	position:relative;
	width:20rem;
	height:5rem;
}
.pcevbtn a {
    background: #d4a645;
    font-size: 1.9rem;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {
	.main_SildeBox {
		height: 50.6vw;
	}
	.main_SildeBox .msinslide{
		height:100%;
		position:relative;
		    overflow: hidden;
	}
	.SwiperSlideInner {
		overflow: hidden;
		position: relative;
		width: 100%;
		    height: 100%;
		background: #f1f1f3;
		background-image: inherit;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.eventBox_PC{
		display:none;
	}
	.eventBox_Mobile{
		display:block;
		position:relative;
		width:100%;
		height:100%;
	}
	.eventBox_Mobile img{
		position:relative;
		z-index:10;
		width:100%;
	}
	
	
	.moevbtn {
		transform: translateX(-50%);
		position: absolute;
		bottom: 2rem;
		left: 50%;
		z-index: 20;
	}
	.pcevbtn {
		margin-top: 0rem;
		display: inline-block;
		position: relative;
		width: 17rem;
		height: 4rem;
	}
	.pcevbtn a {
		/* border: 2px solid #fac95f; */
		background: inherit;
		display: flex;
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 100%;

	}
	
}

@media (max-width: 600px) {
	.main_SildeBox {
		height: 52vw;
	}
}
@media (max-width: 460px) {
	
	
	.main_SildeBox {
		height:48rem;
	}
	.eventBox_Mobile img {
		width: auto;
		/* max-width: 100%; */
		transform: translateX(-50%);
		left: 50%;
		height: 100%;
		position: absolute;
		z-index: 10;
	}
	
	.moevbtn {
		transform: translateX(-50%);
		position: absolute;
		bottom: 1rem;
		left: 50%;
		z-index: 20;
	}
	.pcevbtn {
		margin-top: 0rem;
		display: inline-block;
		position: relative;
		width: 13rem;
		height: 3rem;
	}
	.pcevbtn a {
		/* border: 2px solid #fac95f; */
		background: inherit;
		font-size: 1.3rem;
		display: flex;
		position: absolute;
		left: 0rem;
		top: 0rem;
		width: 100%;
		height: 100%;
		color: #fac95f;
		align-items: center;
		justify-content: center;
	}
}


.maincopy{		
	border:0px solid red;
	width:100%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 7rem;
	left: 50%;
	z-index: 20;
	text-align:center;
}
.maincopy h2 span{color:#fff; font-size:5.0rem; font-weight:700;text-shadow:1px 1px 3px #838383;}
.maincopy h2 dl{color: #ffeb99;font-size:5.5rem;font-weight:800;text-shadow:1px 1px 3px #838383;;margin-top:5px}
@media (max-width: 991px) {

	.maincopy h2 span{font-size:4.0rem;}
	.maincopy h2 dl{font-size:4.5rem;}
}
@media (max-width: 767px) {
	.maincopy{			
		bottom: 10rem;
	}
	.maincopy h2 span{font-size:2.5rem;}
	.maincopy h2 dl{font-size:3.0rem;}	
}

.evmainvenbox{
	overflow:hidden;
	position:relative;
	width:100%;
	height:57rem;
	background-image: url(/img/main/main_event_pc_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.pcimgev{
	max-width:100%;
	height:46.8rem;
	display:inline-block;
}

.moimgev{
	display:none;
}

.mainswiperBtnBox {
    transform: translateY(-50%);
    z-index: 20;
    position: absolute;
    right: 5rem;
    top: 50%;
    width: 4.4rem;
    height: 10rem;
    /* border: 1px solid #fff; */
}
.mainswiperBtnBoxInner{
	width:100%;
	position:relative;
	height:100%;
}

.mainswiperBtnBoxInner .swiper-button-next{
	position: absolute;
    bottom: 0;
	top:inherit;
	right: 0px;
        width: 4.4rem;
    height: 4.4rem;
    z-index: 100;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    background-image: url(/image/main/next_btn.png);
}
.mainswiperBtnBoxInner .swiper-button-prev {
    position: absolute;
    top: 0;
	left: 0px;
       width: 4.4rem;
    height: 4.4rem;
    z-index: 100;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    background-image: url(/image/main/prev_btn.png);
}
@media (max-width: 991px) {
	.mainswiperBtnBox {
		right: 12rem;
		top: 50%;
		width: 4.4rem;
		height: 10rem;
	}
}
@media (max-width: 767px) {
	.evcontbox {
		width: 100%;
		position: relative;
		padding: 6rem 0rem;
	}
	.evcontsidebox h1 {
		margin-bottom: 2rem;
		font-size: 2rem;
		text-align: left;
		display: block;
	}
	
	
	.evmainvenbox {
		display: flex;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 56rem;
		background-image: url(/img/main/main_event_mo_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		align-items: center;
		justify-content: center;
	}
	.pcimgev{
		display:none;
	}
	.moimgev{
		display:block;
		max-width:100%;
	}

	.mainswiperBtnBox {
		left: 0rem;
		bottom: 6rem;
		transform: inherit;
		padding: 0rem 1em;
		right: inherit;
		top: inherit;
		width: 100%;
		height: 3.4rem;
	}
	.mainswiperBtnBoxInner .swiper-button-prev {
		position: absolute;
		bottom: 0;
		top: inherit;
		right: 0px;
		width:3.4rem;
		height: 3.4rem;
		z-index: 100;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/image/main/prev_btn.png);
	}
	.mainswiperBtnBoxInner .swiper-button-next {
		position: absolute;
		bottom: 0;
		top: inherit;
		right: 0px;
		width:3.4rem;
		height: 3.4rem;
		z-index: 100;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/image/main/next_btn.png);
	}
}

.TopBannerBox{
	display:none;
	position:fixed;
	bottom:3rem;
	left:50%;
	transform:translateX(-50%);
	z-index:500;
}
.mabotbanner{
	width:74rem;
	height:7.4rem;
	border-radius:99px;
/* background: linear-gradient(270deg, rgb(151, 114, 228) 0%, rgb(113, 53, 211) 39.06%, rgb(55, 40, 145) 100%); */

background: linear-gradient(270deg, rgb(0, 89, 174) 0%, rgb(39, 47, 130) 39.06%, rgb(25, 39, 112) 100%);


	position:relative;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 50%);
}
.mabotbanner a {
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	
	color:#fff;
	font-size:2.4rem;
}
.mabotbanner a img{
	display:inline-block;
	margin-left:2rem;
}
@media (max-width:767px) {
	.TopBannerBox {
		width: 100%;
		bottom:1.6rem;
		padding: 0rem 1rem;
	}
	.mabotbanner{
		/* border:1px solid #192770; */
		width:100%;
		height:6rem;
		/* background: #fff; */
	}
	.mabotbanner a {
		letter-spacing: -0.4px;
		/* color: #192770; */
		font-size: 1.9rem;
	}
	
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 47%;
		width: 3.4rem;
		height: 3.4rem;
	}	
	
}



.maintutorWrap{
	display:none;
}	





/*--------------------------------------------------------------------------------------
메인 롤링
--------------------------------------------------------------------------------------*/




/******************************** advantages *********************************************/
.advantages_Warp {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 8rem 0rem 8rem 0rem;
}
.advantages_Box {
  max-width: 116rem;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0 auto;
}

.advantages_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.advantages_titBox .tit{
display:block;
text-align:center;
}
.advantages_titBox .tit h2{
display:block;
text-align:center;
}
.advantages_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
}

.advantages_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
}

.advantages_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}

.advantages_RBox .txtbox{padding: 2rem;overflow:hidden; border-radius:30px;box-shadow:4px 7px 16px 2px rgba(0,0,0,.09);margin-bottom:20px;background-size:auto;background-repeat:no-repeat;background-color:#fff}	
.advantages_RBox .txtbox .txt{text-align:left; display:inline-block}
.advantages_RBox .txtbox .txt b{color:#313131;font-size: 1.9rem;font-weight:800;line-height:1.5; display:block;}
.advantages_RBox .txtbox .txt p{color:#313131;font-size: 1.4rem;font-weight:500; line-height:1.5;}


.advantages_DetailBox {
  width: 100%;
  position: relative;
  padding-left: 46rem;
  min-height: 45rem;
  margin-top: 2rem;
}
.advantages_ImgBox {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 42rem;
}
.advantages_ImgInBox{
width:100%;
}
.advantages_ImgInBox img{
width:100%;
}

.advantages_txtInBox {
  margin-bottom: 3.6rem;
  display: block;
  text-align: left;
}
.advantages_txtInBox:last-child{
margin-bottom:0rem;
}

@media (max-width: 991px) {

  .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.6rem;
  }	

  .advantages_Warp {
    padding: 4rem 0rem 4rem 0rem;
  }

  .advantages_DetailBox {
    padding-left: 0rem;
    min-height: auto;
    margin-top: 2rem;
  }
  .advantages_RBox .txtbox .txt b{color:#313131;font-size: 1.8rem}
  .advantages_RBox .txtbox .txt p{color:#313131;font-size: 1.4rem}	
  .advantages_ImgBox {
    position: relative;
    width: 46rem;
  }
  .advantages_ImgBox {
    margin-bottom: 5rem;
    width: 60rem;
    margin:auto;
  }

}

@media (max-width: 767px) {
    .advantages_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .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: 2.0rem;
    }		
    .advantages_ImgBox {
      margin-bottom: 3rem;
      width: auto;
    }	

  }	

/******************************** contentUp *********************************************/
.contentUp_Warp {
  width: 100%;
  position: relative;
  padding: 8rem 0rem 8rem 0rem;
  background: #fff;
}
.contentUp_Box {
  max-width: 116rem;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0 auto;
}

.contentUp_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.contentUp_titBox .tit{
display:block;
text-align:center;
}
.contentUp_titBox .tit h2{
display:block;
text-align:center;
}
.contentUp_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
}

.contentUp_titBox .tit h2 dl {
   font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
  line-height: 4.2rem;
}

.contentUp_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}


@media (max-width: 991px) {

  .contentUp_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .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.6rem;
  }			
  .contentUp_ImgBox {
    position: relative;
    width: 46rem;
  }
  .contentUp_ImgBox {
    margin-bottom: 3rem;
    width: 46rem;
  }



}

@media (max-width: 767px) {




    /******************************** contentUp *********************************************/
    .contentUp_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .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: 2.0rem;
    }		
    .contentUp_ImgBox {
      margin-bottom: 3rem;
      width: auto;
    }	


}




/******************************** teacher *********************************************/
/******************************** teacher *********************************************/
.teacher_Warp {
  width: 100%;
  position: relative;
  padding: 8rem 0rem 8rem 0rem;
  background: url('/image/main/bg04.png') repeat;
  text-align: center;
}
.teacher_Box {
  max-width: 116rem;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0 auto;
}

.teacher_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.teacher_titBox .tit{
display:block;
text-align:center;
}
.teacher_titBox .tit h2{
display:block;
text-align:center;
}
.teacher_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
}

.teacher_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #ffffff;
}

.teacher_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}



.teacherView_btn {
  margin:10rem auto auto auto;  
  display: inline-block;
  font-size: 1.8rem;
  border:1px #cdcdcd solid;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2rem;
  border-radius: 2em;
  background-color: #ffffff;
 }
.teacherView_btn:hover{background-color: #ed5f00;border:1px solid #ff8b00;color:#fff}



@media (max-width: 991px) {
  .teacher_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .teacher_titBox .tit img {
    max-width: 100%;
    margin: 0rem 0rem 5rem 0rem;
  }	
  .teacher_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .teacher_titBox .tit h2 dl {
    font-size: 2.6rem;
  }
  .teacherView_btn {
    font-size: 1.8rem;
  }

}	


@media (max-width: 767px) {
    .teacher_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .teacher_titBox .tit img {
      max-width: 100%;
      margin: 0rem 0rem 3rem 0rem;
    }	
    .teacher_titBox .tit h2 span {
      line-height: 4.2rem;
      margin-bottom: 0rem;
      font-size: 3rem;
    }
    .teacher_titBox .tit h2 dl {
      line-height: 3.6rem;
      font-size: 2.0rem;
    }					
    .teacherView_btn {
      font-size: 1.6rem;
    }
}


.TeacherInner{margin-top: 0px;}
.TeacherInner .cont{}
.TeacherInner .cont li{width: 100%; max-width: 290px; margin-right: 28px; }

.TeacherInner .cont .slick-prev{background-color: #000000; width: 55px; height: 55px; left: -25px; box-shadow:8px 2px 6px rgba(0,0,0,0.15);}
.TeacherInner .cont .slick-next{background-color: #000000; width: 55px; height: 55px; right: -25px; box-shadow:8px 2px 6px rgba(0,0,0,0.15);}

.TeacherInner .cont li.c3 .txt h3{color: #fcd6bf;}

@media all and (max-width:768px){

  .TeacherInner{margin-top:0px;}

}
@media all and (max-width:500px){

  .TeacherInner .cont li{max-width:300px;}
  .TeacherInner .cont li.c3{background-size: 145px;}
  .TeacherInner .cont .slick-prev{left: -10px;}
  .TeacherInner .cont .slick-next{right: -10px;}
}


.TeacherBox {
  border-radius: 2rem;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
overflow:hidden;
}

.TeacherProfileBox {
  width: 100%;
  position: relative;
  height: 220px;
}
.etname {
  text-align: left;
  position: relative;
  z-index: 10;
  display: block;
  padding: 2rem 2rem;
}
.etname p {
  margin-bottom: 1rem;
  letter-spacing: -1px;
  font-size: 2.4rem;
  display: block;
  text-align: left;
  color: #4d4d4d;
}
.etname span {
  font-size: 2rem;
  display: block;
  text-align: left;
  letter-spacing: -0.6px;
  color: #f08865;
}
.etname img {
  float:left;
}

.TeacherProfileImg {
  overflow: hidden;
  width: 290px;
  height: 220px;    
  z-index: 5;
  position: absolute;
  right: 0rem;
  bottom: -0.3rem;
}
.TeacherProfileImg img {
  top:0;
  left:0%;
  width: 290px;
  height: 220px;   		

}
.TeacherProfileBox:before {
  content: '';
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: 4;

}

.TeacherProfileLine {
  padding: 0rem 1rem 0rem 2rem;
  display: flex;
  z-index: 20;
  width: 100%;
  position: relative;
  height: 4.2rem;
  background: #f08865;
  align-items: center;
}
.TeacherProfileLine dl{
display:flex;
width: 100%;
}
.TeacherProfileLine dl h3 {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin:auto;
}
.TeacherProfileLine dl h3 img{
float:left;
margin-right:1rem;
}

.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;
}
.TeacherProfileTxt dl p {
line-height: 2.1rem;
  font-size: 1.5rem;
  color: #4d4d4d;
  font-weight: 400;
}


@media (max-width: 1200px) {

}
@media (max-width: 991px) {


  .etname {
    padding: 2rem 1.4rem;
  }
  .etname p {
    margin-bottom: 0.5rem;
    letter-spacing: -1.2px;
    font-size: 2rem;
  }
  .etname span {
    font-size: 1.6rem;
    letter-spacing: -0.6px;
  }
  .TeacherProfileLine {
    padding: 0rem 1rem 0rem 1.4rem;
    height: 4.2rem;
  }
  .TeacherProfileTxt {
    padding: 1.5rem 1.4rem 1.6rem 1.4rem;
  }

}

@media (max-width: 800px) {

}

@media (max-width: 767px) {


    .TeacherBox {
      border-radius: 2rem;
    }
    .TeacherProfileBox {
      height: 220px;
    }
    .TeacherProfileImg {
      bottom: 0rem;
      height: 220px;
      width: 290px;
    }
    .TeacherProfileImg img {
      height: auto;
      width: 100%;
    }
    .etname p {
      margin-bottom: 1rem;
      letter-spacing: -0.6px;
      font-size: 2.1rem;
    }
    .etname span {
      font-size: 1.8rem;
      letter-spacing: -0.2px;
    }

}

@media (max-width: 620px) {
      
}

@media (max-width: 350px) {
      .entu dl span {
        letter-spacing: -2px;
        font-size: 3.2rem;
        margin-right: 0.4rem;
      }

}


/******************************** teacher *********************************************/
/******************************** teacher *********************************************/


/******************************** contentAfter  *********************************************/
/******************************** contentAfter 타이틀 *********************************************/
.contentAfter_Warp {
  width: 100%;
  position: relative;
  overflow:hidden;
  padding: 8rem 0rem 8rem 0rem;
  background-color:#f7f7f7;
}
.contentAfter_Box {
  max-width: 116rem;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0 auto;
}

.contentAfter_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.contentAfter_titBox .tit{
display:block;
text-align:center;
}
.contentAfter_titBox .tit h2{
display:block;
text-align:center;
}
.contentAfter_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
}

.contentAfter_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
}

.contentAfter_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}


@media (max-width: 991px) {



.contentAfter_titBox {
  padding: 5rem 2rem 5rem 2rem;
}	
.contentAfter_titBox .tit img {
  max-width: 100%;
  margin: 0rem 0rem 5rem 0rem;
}	
.contentAfter_titBox .tit h2 span {
  margin-bottom: 0.6rem;
  font-size: 4rem;
}
.contentAfter_titBox .tit h2 dl {
  font-size: 2.6rem;
}		



}

@media (max-width: 767px) {


.contentAfter_titBox {
  padding: 6rem 2rem 6rem 2rem;
}
.wolcont img {
  height: 3.8rem;
}	
.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: 2.0rem;
}		

.contentAfter_DetailBox {
  margin-top: 2rem;
} 

} 

/******************************** contentAfter 타이틀  *********************************************/

/******************************** contentAfter 내용  *********************************************/
.marecontul .mwiper-container{
overflow:unset;
}
.marecontul {
  width: 100%;
  position: relative;
  padding: 5rem 0rem 5rem 0rem;
}
.marecontul ul {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.marecontul ul li {
  float: left;
  text-align: center;
  width: calc(33.333333333% - 1.34rem);
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 2rem 2rem 0px;
}
.marecontul ul li:nth-child(3n) {
  margin: 0 0rem 2.8rem 0px;
}
.marecont {
  box-shadow:2px 4px 8px 1px rgba(0,0,0,.09);
  /* min-height: 34rem; */
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 3.2rem 2rem 2.2rem 2rem;
  border-radius: 1.8rem;
}
.mareTitlePer{
	width:55px;
	height:55px;
	border-radius: 100%;
	margin-top:-50px;
	margin-bottom:10px;
	z-index:1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.mareTitle {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  font-weight:800;
  line-height: 2.5rem;
  letter-spacing: -0.8px;
  color: #333333;
}
.mareSub {
  letter-spacing: -0.6px;
  margin-top: 2.2rem;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
}
.mareName {
  margin-top: 2rem;
  display: flex;
  right: 0rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  bottom: 0rem;
  letter-spacing: -0.02rem;
  justify-content: flex-end;
  align-items: center;
}
.mareName span{
display:inline-block;
margin-right:0.6rem;
}


@media (max-width: 991px) {

  .mareSildeInner {
    width: 100%;
    display: block;
  }
  .masiIframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.2%;
  }
  .masiIvideo {
    width: 100%;
    position: relative;
    padding-bottom: 56.2%;
  }


  .marecont {
    
    min-height: auto;
    padding: 3.2rem 2rem 2.2rem 2rem;
    border-radius: 1.8rem;
  }
  .mareTitle br{
    display:none;
  }
}
@media (max-width: 767px) {

.masimaName {
  letter-spacing: -0.04rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.marecontul {
  padding: 3rem 0rem 3rem 0rem;
}
.marecontul ul li {
  width: calc(50% - 0.33rem);
  margin: 0 0.6rem 2rem 0px;
}
.marecontul ul li:nth-child(2n) {
  margin: 0 0rem 2.8rem 0px;
}
.marecontul ul li:nth-child(3) {
  margin: 0 0.6rem 2rem 0px!important;
}
.marecontul ul li:nth-child(3n) {
  margin: 0 0rem 2.8rem 0px;
}
.marecont {
  
  min-height: auto;
  padding: 2rem 1.4rem 2rem 1.4rem;
  border-radius: 1.2rem;
}
.mareTitle {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.4px;
  color: #333333;
}
.mareSub {
  letter-spacing: -0.6px;
  margin-top: 1rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.mareName {
  right: 0rem;
  font-size: 1.3rem;
  line-height: 1.2rem;
  bottom: 0rem;
  letter-spacing: -0.02rem;
}

}

/******************************** contentAfter 내용  *********************************************/
.mwiper-wrapper {
transition-timing-function: linear;
}
.mwiper-container{position: relative; margin:0 auto;overflow:hidden;list-style:none;padding:0;z-index:1}.mwiper-container-no-flexbox .mwiper-slide{float:left}.mwiper-container-vertical>.mwiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mwiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.mwiper-container-android .mwiper-slide,.mwiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mwiper-container-multirow>.mwiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mwiper-container-free-mode>.mwiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.mwiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mwiper-slide-invisible-blank{visibility:hidden}.mwiper-container-autoheight,.mwiper-container-autoheight .mwiper-slide{height:auto}.mwiper-container-autoheight .mwiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mwiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.mwiper-container-3d .mwiper-cube-shadow,.mwiper-container-3d .mwiper-slide,.mwiper-container-3d .mwiper-slide-shadow-bottom,.mwiper-container-3d .mwiper-slide-shadow-left,.mwiper-container-3d .mwiper-slide-shadow-right,.mwiper-container-3d .mwiper-slide-shadow-top,.mwiper-container-3d .mwiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.mwiper-container-3d .mwiper-slide-shadow-bottom,.mwiper-container-3d .mwiper-slide-shadow-left,.mwiper-container-3d .mwiper-slide-shadow-right,.mwiper-container-3d .mwiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.mwiper-container-3d .mwiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.mwiper-container-3d .mwiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.mwiper-container-3d .mwiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.mwiper-container-3d .mwiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.mwiper-container-wp8-horizontal,.mwiper-container-wp8-horizontal>.mwiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.mwiper-container-wp8-vertical,.mwiper-container-wp8-vertical>.mwiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}..mwiper-button-next.mwiper-button-disabled,.mwiper-button-prev.mwiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.mwiper-button-prev,.mwiper-container-rtl .mwiper-button-next,.mwiper-container-rtl .mwiper-button-prev.mwiper-button-white,.mwiper-container-rtl .mwiper-button-next.mwiper-button-white{}.mwiper-button-next.mwiper-button-white,.mwiper-container-rtl .mwiper-button-prev.mwiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.mwiper-button-prev.mwiper-button-black,.mwiper-container-rtl .mwiper-button-next.mwiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.mwiper-button-next.mwiper-button-black,.mwiper-container-rtl .mwiper-button-prev.mwiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.mwiper-button-lock{display:none}.mwiper-pagination.mwiper-pagination-hidden{opacity:0}.mwiper-container-horizontal>.mwiper-pagination-bullets,.mwiper-pagination-custom,.mwiper-pagination-fraction{bottom:0px;left:0;width:100%}.mwiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.mwiper-pagination-bullet{ border-radius:0%;margin: 5px;width:24px;height:4px;display:inline-block;background:#fff;opacity:1}button.mwiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mwiper-pagination-clickable .mwiper-pagination-bullet{cursor:pointer}.mwiper-pagination-bullet-active{width: 24px; height: 4px; opacity:1;background:#EA4728;}.mwiper-container-vertical>.mwiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.mwiper-container-vertical>.mwiper-pagination-bullets .mwiper-pagination-bullet{margin:6px 0;display:block}.mwiper-container-vertical>.mwiper-pagination-bullets.mwiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.mwiper-container-vertical>.mwiper-pagination-bullets.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.mwiper-container-horizontal>.mwiper-pagination-bullets .mwiper-pagination-bullet{margin:0 4px}.mwiper-container-horizontal>.mwiper-pagination-bullets.mwiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.mwiper-container-horizontal>.mwiper-pagination-bullets.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.mwiper-container-horizontal.mwiper-container-rtl>.mwiper-pagination-bullets-dynamic .mwiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.mwiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.mwiper-pagination-progressbar .mwiper-pagination-progressbar-fill{background:#333333;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.mwiper-container-rtl .mwiper-pagination-progressbar .mwiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.mwiper-container-horizontal>.mwiper-pagination-progressbar,.mwiper-container-vertical>.mwiper-pagination-progressbasbar.mwiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.mwiper-container-horizontal>.mwiper-pagination-progressbar.mwiper-pagination-progressbar-opposite,.mwiper-container-vertical>.mwiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.mwiper-pagination-white .mwiper-pagination-bullet-active{background:#fff}.mwiper-pagination-progressbar.mwiper-pagination-white{background:rgba(255,255,255,.25)}.mwiper-pagination-progressbar.mwiper-pagination-white .mwiper-pagination-progressbar-fill{background:#fff}.mwiper-pagination-black .mwiper-pagination-bullet-active{background:#000}.mwiper-pagination-progressbar.mwiper-pagination-black{background:rgba(0,0,0,.25)}.mwiper-pagination-progressbar.mwiper-pagination-black .mwiper-pagination-progressbar-fill{background:#000}.mwiper-pagination-lock{display:none}.mwiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.mwiper-container-horizontal>.mwiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.mwiper-container-vertical>.mwiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.mwiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.mwiper-scrollbar-cursor-drag{cursor:move}.mwiper-scrollbar-lock{display:none}.mwiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.mwiper-zoom-container>canvas,.mwiper-zoom-container>img,.mwiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.mwiper-slide-zoomed{cursor:move}.mwiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:mwiper-preloader-spin 1s steps(12,end) infinite;animation:mwiper-preloader-spin 1s steps(12,end) infinite}.mwiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}

.mwiper-container .mwiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.mwiper-container-fade.mwiper-container-free-mode .mwiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.mwiper-container-fade .mwiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mwiper-container-fade .mwiper-slide .mwiper-slide{pointer-events:none}.mwiper-container-fade .mwiper-slide-active,.mwiper-container-fade .mwiper-slide-active .mwiper-slide-active{pointer-events:auto}.mwiper-container-cube{overflow:visible}.mwiper-container-cube .mwiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.mwiper-container-cube .mwiper-slide .mwiper-slide{pointer-events:none}.mwiper-container-cube.mwiper-container-rtl .mwiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.mwiper-container-cube .mwiper-slide-active,.mwiper-container-cube .mwiper-slide-active .mwiper-slide-active{pointer-events:auto}.mwiper-container-cube .mwiper-slide-active,.mwiper-container-cube .mwiper-slide-next,.mwiper-container-cube .mwiper-slide-next+.mwiper-slide,.mwiper-container-cube .mwiper-slide-prev{pointer-events:auto;visibility:visible}.mwiper-container-cube .mwiper-slide-shadow-bottom,.mwiper-container-cube .mwiper-slide-shadow-left,.mwiper-container-cube .mwiper-slide-shadow-right,.mwiper-container-cube .mwiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mwiper-container-cube .mwiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.mwiper-container-flip{overflow:visible}.mwiper-container-flip .mwiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.mwiper-container-flip .mwiper-slide .mwiper-slide{pointer-events:none}.mwiper-container-flip .mwiper-slide-active,.mwiper-container-flip .mwiper-slide-active .mwiper-slide-active{pointer-events:auto}.mwiper-container-flip .mwiper-slide-shadow-bottom,.mwiper-container-flip .mwiper-slide-shadow-left,.mwiper-container-flip .mwiper-slide-shadow-right,.mwiper-container-flip .mwiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mwiper-container-coverflow .mwiper-wrapper{-ms-perspective:1200px}
.mwiper-pagination{ position: absolute;width:100%;bottom: 16px;padding-left: 10px; padding-right: 10px;margin: 0px auto 0px auto; text-align: center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.mwiper-button-prev{opacity:1;    background-size: 28px;position: absolute;  left: -86px;background-image:url(/taste_en/public/img/reBtnIcon.png);}
.mwiper-button-next{transform: rotate(180deg);opacity:1;    background-size: 28px;position: absolute;  right: -86px; background-image:url(/taste_en/public/img/reBtnIcon.png);}
.mwiper-button-next,.mwiper-button-prev{position:absolute;width:62px;height:62px;z-index:100;cursor:pointer;background-position:center;background-repeat:no-repeat;background-color:#222222;opacity: 0.2;}
.mwiper-button-prev:hover{opacity:0.7;}
.mwiper-button-next:hover{opacity:0.7;}

/******************************** contentAfter  *********************************************/
/******************************** contentAfter  *********************************************/



/******************************** contentMypage *********************************************/
/******************************** contentMypage *********************************************/
.contentMypage_Warp {
		
  width: 100%;
  position: relative;
  padding: 10rem 2rem 10rem 2rem;
}
.contentMypage_Box {
  margin: 0 auto;
  max-width: 132rem;
}

.contentMypage_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.contentMypage_titBox .tit{
display:block;
text-align:center;
}
.contentMypage_titBox .tit h2{
display:block;
text-align:center;
}
.contentMypage_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center;
}

.contentMypage_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #7a7c8f;
}

.contentMypage_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}
.contentMypage_DetailBox {
  margin-top: 3rem;
  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: 2rem;
  border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
  float: left;
  text-align: center;
  width: calc(32% - 3.5rem);
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 4rem 0rem 0px;
  background: #fff; 
}


.contentMypage_DetailBox ul li:nth-child(1){
border:10px solid #315351;
}
.contentMypage_DetailBox ul li:nth-child(2){
border:10px solid #eba91b;
}
.contentMypage_DetailBox ul li:nth-child(3){
border:10px solid #6d6cd0;
}


.Mypageimg {
  padding: 0rem 1rem;    
  height: 16rem;
  width: 100%;
   background: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.Mypageimg img{
max-width:100%;
}
.Mypagetext {
  display: block;
  margin-top: 2rem;
}
.Mypagetext p {
  font-size: 2.5rem;
  font-weight:800;
  display: block;
}
.Mypagetext dl {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  display: block;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .contentMypage_Warp {
    padding: 8rem 2rem 4rem 2rem;
  }

  .contentMypage_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .contentMypage_titBox .tit img {
    max-width: 100%;
    margin: 0rem 0rem 5rem 0rem;
  }	
  .contentMypage_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .contentMypage_titBox .tit h2 dl {
    font-size: 2.6rem;
  }		
  .contentMypage_DetailBox ul li {
    padding: 2rem;
    border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;	
    width: calc(50% - 1rem);
    margin: 0 2rem 4rem 0px;
    background: #fff; 
  }
}

@media (max-width: 767px) {
    .contentMypage_Warp {
      padding: 6rem 2rem 3rem 2rem;
    }
    /******************************** contentMypage *********************************************/
    .contentMypage_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .contentMypage_titBox .tit img {
      max-width: 100%;
      margin: 0rem 0rem 3rem 0rem;
    }	
    .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: 2.0rem;
    }		
      
    .contentMypage_DetailBox {
      margin-top: 2rem;
    }

    .contentMypage_DetailBox ul li {
      padding: 2rem;
      border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;		
      /**width: calc(50% - 1rem);**/
      width:100%;
      margin: 0 2rem 3rem 0px;
      background: #fff; 
    }

    .contentMypage_DetailBox ul li:nth-child(1){
      border:5px solid #315351;
    }
    .contentMypage_DetailBox ul li:nth-child(2){
      border:5px solid #eba91b;
    }
    .contentMypage_DetailBox ul li:nth-child(3){
      border:5px solid #6d6cd0;
    }	

    .Mypageimg {
      padding: 2rem 1rem;		
      height: 12rem;
    }
    .Mypagetext {
      margin-top: 1.6rem;
    }
    .Mypagetext p {
      font-size: 2.5rem;
    }
    .Mypagetext dl {
      line-height: 3rem;
      margin-top: 0.4rem;
      font-size: 1.6rem;
    }
    }
    @media (max-width: 500px) {
    .Mypageimg {
      padding: 2rem 1rem;		
      height: 12rem;
    }
}
/******************************** contentMypage *********************************************/
/******************************** contentMypage *********************************************/


/******************************** contentleveltest *********************************************/
/******************************** contentleveltest *********************************************/
.contentleveltest_Warp{
	width:100%;
	position:relative;
	display:flex;
	max-width:200rem;
	margin:0 auto;
	background-color:#c5d6f2;
}
.contentleveltest_DetailBox {
    width: 50%;
    position: relative;
    padding: 8rem 4rem 8rem 12.3rem;
}
.LveAppliBg{

	  background-image: url(/image/main/leveltest_bg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.ClassAppliBg{
	  background-image: url(/image/main/classapplication_bg_01.png);
   	background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.LveAppliBg .contentleveltest_tit{
	color: #3e63a3;
}
.ClassAppliBg .contentleveltest_tit{
	color: #ed5f00;
}

.contentleveltest_tit {
    display: block;
    text-align: left;
    font-size: 2.8rem;
    font-weight:800;
}
.contentleveltest_tit2 {
    margin: 2.4rem 0rem 1.4rem 0rem;
    display: block;
    text-align: left;
    font-size: 1.5rem;
		font-weight:600;
    line-height: 3.2rem;
}
.leveltest_btn {
	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: #3e63a3;
 }
.leveltest_btn:hover{background-color: #7593c5; }


.classappli_btn {
	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: #ed5f00;
 }
.classappli_btn:hover{background-color: #ff8f44; }


@media (max-width: 1200px) {
	.contentleveltest_DetailBox {
		padding: 4rem 4rem 4rem 6rem;
	}
	.contentleveltest_tit {
		font-size: 2.8rem;
	}
	.contentleveltest_tit2 {
		margin: 2rem 0rem 1rem 0rem;
		line-height: 3rem;
	}
	
.leveltest_btn {
  font-size: 1.8rem;
 	padding: 1.5rem 2rem;
 }

.classappli_btn {
  font-size: 1.8rem;
 	padding: 1.5rem 2rem;
 }
	
}
@media (max-width: 991px) {
	.contentleveltest_DetailBox {
		padding: 3rem 2rem 3rem 3rem;
	}
	.contentleveltest_tit {
		font-size: 2.8rem;
		
	}
	.contentleveltest_tit2 {
		margin: 1rem 0rem 2rem 0rem;
		line-height: 2.4rem;
	}
	.leveltest_btn {
	  font-size: 1.6rem;
	 	padding: 1rem 1.5rem;
	 }
	
	.classappli_btn {
	  font-size: 1.6rem;
	 	padding: 1rem 1.5rem;
	 }	
	
}
@media (max-width: 767px) {
	.contentleveltest_Warp {
		display: block;
	}
	.contentleveltest_DetailBox {
		width: 100%;
		position: relative;
		padding: 4rem 2rem;
	}
	.contentleveltest_tit {
		font-size: 2.3rem;
		font-weight:800;
	}
	.contentleveltest_tit2 {
		margin: 1rem 0rem 2rem 0rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
    width:60%;
	}
	.leveltest_btn {
	  font-size: 1.6rem;
	 	padding: 1rem 1.5rem;
	 }
	
	.classappli_btn {
	  font-size: 1.6rem;
	 	padding: 1rem 1.5rem;
	 }		
	
}

/******************************** contentleveltest *********************************************/
/******************************** contentleveltest *********************************************/




/******************************** contentVideo *********************************************/
/******************************** contentVideo *********************************************/
.contentVideo_Warp {
		
  width: 100%;
  position: relative;
  padding: 10rem 2rem 20rem 2rem;
  display: inline-block;
  background: url(/image/main/bg05.png) repeat 0 0;

  
}
.contentVideo_Box {
  margin: 0 auto;
  max-width: 132rem;
}

.contentVideo_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
  padding: 5rem 2rem 5rem 2rem;
}	

.contentVideo_titBox .tit{
display:block;
text-align:center;
}
.contentVideo_titBox .tit h2{
display:block;
text-align:center;
}
.contentVideo_titBox .tit h2 span {
  margin-bottom: 1.6rem;
  font-size: 4.0rem;
  font-weight:800;
  display: block;
  text-align: center; 
  color: #ff8b00;
}

.contentVideo_titBox .tit h2 dl {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #ffffff;
}

.contentVideo_titBox .tit img {
  margin: 0rem 0rem 5rem 0rem;
  max-width: 100%;
  display: inline-block;
}
.contentVideo_DetailBox {
  margin-top: 3rem;
  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;
}
.contentVideo_DetailBox ul li {
  padding: 2rem;
  border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
  float: left;
  text-align: center;
  width: calc(32% - 3.5rem);
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 4rem 0rem 0px;
  background: #fff; 
}


@media (max-width: 991px) {
  .contentVideo_Warp {
    padding: 8rem 2rem 8rem 2rem;
  }

  .contentVideo_titBox {
    padding: 5rem 2rem 5rem 2rem;
  }	
  .contentVideo_titBox .tit img {
    max-width: 100%;
    margin: 0rem 0rem 5rem 0rem;
  }	
  .contentVideo_titBox .tit h2 span {
    margin-bottom: 0.6rem;
    font-size: 4rem;
  }
  .contentVideo_titBox .tit h2 dl {
    font-size: 2.6rem;
  }		
  .contentVideo_DetailBox ul li {
    padding: 2rem;
    border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;	
    width: calc(50% - 1rem);
    margin: 0 2rem 4rem 0px;
    background: #fff; 
  }

  .contentVideo_DetailBox ul li:nth-child(2n){
    margin: 0 0rem 4rem 0px;
  }

}
@media (max-width: 767px) {
    .contentVideo_Warp {
      padding: 6rem 2rem 6rem 2rem;
    }

    .contentVideo_titBox {
      padding: 6rem 2rem 6rem 2rem;
    }
    .wolcont img {
      height: 3.8rem;
    }	
    .contentVideo_titBox .tit img {
      max-width: 100%;
      margin: 0rem 0rem 3rem 0rem;
    }	
    .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: 2rem;
    }

    .contentVideo_DetailBox ul li {
      padding: 2rem;
      border-radius:7em;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;		
      /**width: calc(50% - 1rem);**/
      width:100%;
      margin: 0 2rem 3rem 0px;
      background: #fff; 
    }


}
@media (max-width: 500px) {



}

.ytb_wrap{ position: relative;margin:auto; padding-top: 0px;    padding-bottom: 56.25%;    overflow: hidden;box-shadow:1px 5px 16px rgba(0,0,0,.2);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%;}
/******************************** contentVideo *********************************************/
/******************************** contentVideo *********************************************/





/******************************** cscenter *********************************************/
/******************************** cscenter *********************************************/
.cscenter_Warp {
		
  width: 100%;
  position: relative;
  padding: 10rem 2rem 10rem 2rem;
  display: inline-block;

  
}
.cscenter_Box {
  margin: 0 auto;
  max-width: 132rem;
}

.cscenter_titBox {
  z-index: 10;
  width: 100%;
  position: relative;
 
}	



.cscenter_DetailBox{width: 100%;position: relative; z-index:3;}
.cscenter_DetailBox .inner{display: flex;}
.cscenter_DetailBox .inner .l_cont{width: 40%; display: flex; border: 1px solid #e7ebee; border-right: 0;}
.cscenter_DetailBox .inner .l_cont .box{width:100%; padding:30px 25px;}
.cscenter_DetailBox .inner .l_cont .box .txt h4{font-size: 3.0rem; color: #29a7e1;}
.cscenter_DetailBox .inner .l_cont .box .txt h3{font-size: 1.3rem; color: #222222; font-weight: 300; margin-top: 15px;}

.cscenter_DetailBox .inner .r_cont{width: 60%; display: flex;}
.cscenter_DetailBox .inner .r_cont .box{width: 50%; padding:30px 25px;}
.cscenter_DetailBox .inner .r_cont .box:nth-child(1){background-color: #0070c5;}
.cscenter_DetailBox .inner .r_cont .box:last-child{background-color: #003d6d;}
.cscenter_DetailBox .inner .r_cont .box .tit{}
.cscenter_DetailBox .inner .r_cont .box .tit h3{font-size: 3.0rem; color: #fff;}
.cscenter_DetailBox .inner .r_cont .box .tit h4{font-size: 1.3rem; font-weight: 500; color: #a6d9ff; opacity: 0.5; margin-top: 8px;}
.cscenter_DetailBox .inner .r_cont .box .tit a.tel{font-size: 3.8rem;color: #00fcff; font-weight: 300; margin-top: 15px; display: block; white-space: nowrap;}
.cscenter_DetailBox .inner .r_cont .box .txt{margin-top:15px; color: #fff;}
.cscenter_DetailBox .inner .r_cont .box .txt .info{line-height:2.6rem}
.cscenter_DetailBox .inner .r_cont .box .txt .info:nth-child(1){}
.cscenter_DetailBox .inner .r_cont .box .txt .info h3{font-size: 2.2rem;}
.cscenter_DetailBox .inner .r_cont .box .txt .info p{font-size: 1.5rem; word-break: keep-all;}


@media (max-width: 991px) {
  .cscenter_Warp {
    padding: 8rem 2rem 4rem 2rem;
  }

  .cscenter_titBox {
    padding: 0rem;
  }	
  .cscenter_DetailBox .inner{flex-direction: column;}
  .cscenter_DetailBox .inner > div{width: 100% !important;}
  .cscenter_DetailBox .inner .l_cont{border-right: 1px solid #e7ebee;}
  .cscenter_DetailBox .inner .l_cont .box{width: 100%; padding: 30px 25px;}

}
@media (max-width: 767px) {
    .cscenter_Warp {
    padding: 6rem 2rem 3rem 2rem;
    
    }
    .cscenter_titBox {
      padding: 0rem;
    }
    .cscenter_DetailBox .inner .l_cont{padding-bottom: 0; position: relative;}
    .cscenter_DetailBox .inner .r_cont{flex-direction: column;}
    .cscenter_DetailBox .inner .r_cont .box{width: 100%; padding: 15px 15px;}

    .cscenter_DetailBox .inner .l_cont .box .txt h4{font-size: 2.0rem;}
    .cscenter_DetailBox .inner .l_cont .box .txt h3{font-size: 1.3rem;}	
    .cscenter_DetailBox .inner .r_cont .box .tit h3{font-size: 2.0rem;}
    .cscenter_DetailBox .inner .r_cont .box .tit h4{font-size: 1.3rem;}
    .cscenter_DetailBox .inner .r_cont .box .tit a.tel{font-size: 3.0rem;}	
    .cscenter_DetailBox .inner .r_cont .box .txt .info h3{font-size: 1.8rem;}
    .cscenter_DetailBox .inner .r_cont .box .txt .info p{font-size: 1.5rem;}	

}
@media (max-width: 500px) {


}


.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: 991px) {
  .noticeList ul{width:100%;border:0px solid red;}
  .noticeList ul li{width:95%;height:30px;line-height:30px;}	
  .noticeList ul li a span{width:90%;font-size:1.4rem;}
  .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 *********************************************/
/******************************** cscenter *********************************************/




/******************************** bottom *********************************************/
#bottomID {
  background-color: #f6f7f7;
  width: 100%;
  position: relative;
}
.bottom_Box {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  max-width: 1440px;
}

.Bottom_InBox{
width:100%;
position:relative;
}

.Bottom_infoBox{
width:100%;
position:relative;
z-index:100;
}

.Bottom_LinkWarp{
  text-align: left;  
  padding: 20px 0px 5px 0px;
}

.Bottom_LinkBox{
  text-align:center;
}

.Bottom_LinkBox ul li{
  font-weight:300;
  font-size:15px;
  line-height:24px;
  letter-spacing:-0.2px;
  color:#888888;
  display:inline-block;
  margin-right:10px
}

.Bottom_LinkBox ul li:last-child{  
  margin-right:0
}


.Bottom_Copyright{
margin:20px 0px 70px 0px;
}

.Bottom_Copyright ul li{
font-weight:300;
font-size:13px;
line-height:26px;
letter-spacing:-0.2px;
color:#444444;
display:inline-block;
position:relative;
margin-right:30px;
width:100%;
}




@media (max-width: 991px){


}

@media (max-width: 767px){
  #bottomID {
    overflow: hidden;
  }
  .bottom_Box {
    padding: 0px 0px 30px 0px;
  }

  .Bottom_LinkWarp {
    width: 100%;
    left: 0rem;		
    padding-top: 0px;
    background-color: #f8f8f8;
  }
  .Bottom_LinkBox{
    padding: 20px 0px 20px 16px;
  }

  .Bottom_LinkWarp ul {
    width: 453px;
    /* width:500px; */
    
  }
  .Bottom_LinkBox ul li {
    font-size: 13px;
    line-height: 18.82px;
    letter-spacing: -0.2px;
  }

  .Bottom_Copyright {
    margin: 0px;
    padding: 20px 16px 70px 16px;
  }
  .Bottom_Copyright ul li {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-right: 20px;
  }
  .Bottom_Copyright ul li span {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-right: 6px;
  }


}
/******************************** bottom *********************************************/