/* 서브페이지 시작 */
.big_pic{
  /*width: 600px;height: 400px;*/width:100%;
}
.sub-wrap{
  margin-top: 90px;
}

/* 서브페이지 타이틀 배너 */
.sub-wrap .tt{
  width: 100%;
  height: 540px;
  position: relative;
}
.sub-wrap .tt > .tt_bg_box{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: opacity(0.6) blur(1px);
}
.sub-wrap .tt_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 42px;
  filter: drop-shadow(2px 4px 6px #000);
  color: #fff;
}
.nav_bar{
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  background: #ec5620;
  color: #fff;
}
.nav_bar > ul{
  padding: 0 60px;
}
.nav_bar > ul:after{
  content: '';
  display: block;
  clear: both;
}
.nav_bar > ul li{
  float: left;
  width: 130px;
  line-height: 60px;
  text-align: center;
  font-size: 1.16em;
  letter-spacing: 1.4px;
  padding-left: 20px;
  text-align: left;
}
.nav_bar > ul .home{
  width: 60px;
  background-color: #fff;
  color: #555;
  text-align: center;
  border: 1px solid #fff;
  padding: 0;
}
.nav_bar > ul li.b{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_bar > ul li i{
  font-size: 1.26em;
}
/* 교육환경 */
/* #environment  */
#environment .tt_bg_box{
  background: url(/img/sub_bg3.jpg) no-repeat center;
  background-size: cover;
}
.contents{
  position: relative;
  width: 1200px;
  margin: 100px auto;
  /* margin-bottom: 100px; */
}
#environment .contents{
  display: flex;justify-content: space-between;
}
.all_wrapper li{
  width:180px;
  float:left;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.all_wrapper li:nth-child(3n+3){
  margin-right: 0px;
}

.all_wrapper p{cursor:pointer;}

.pic_wrapper{
  width: 600px;
}
.page li > img{
  width: 100%;
  opacity: 0.6;
}
.all_wrapper .allpage{width:1520px;position: relative;}
.all_wrapper{width:580px; float:left; overflow:hidden;}
.all_wrapper .allpage .page{width:580px; float:left;}
.all_wrapper p{clear:both; width:580px; padding:10px 0; text-align:center;}

/* 교육환경 페이지 버튼 */
.page_btnWrap button{
  background: transparent;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 25px;
}







/*서브 배경*/

#accept .tt_bg_box,
#guidelines .tt_bg_box{
  background: url(/img/accept_bg.jpg) no-repeat center;
  background-size: cover;
}
#location .tt_bg_box,
#greeting .tt_bg_box{
  background: url(/img/greeting_bg.jpg) no-repeat center;
  background-size: cover;
}
#purpose .tt_bg_box{
  background: url(/img/purpose_bg.jpg) no-repeat center;
  background-size: cover;
}
.contents:after{
  content: '';
  display: block;
  clear: both;
}


/* 인사말 */
.top_ttBox > h1{
  padding: 40px 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 2.6em;
  position: relative;
}
.top_ttBox > h1:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ec5620;
  border-radius: 10px;
}
#greeting .contents > div{
  width: 50%;
  float: left;
}
#greeting .contents .imgBox img{
  max-width: 100%;
}
#greeting .contents .txt{
  text-align: right;
  padding-left: 130px;
}
#greeting .contents .txt h4{
  color: #888;
  margin-bottom: 20px;
  font-size: 1.86em;
}
#greeting .contents .txt p{
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 1.26em;
  word-break: keep-all;
}

/* 원훈/교육목표 */
#purpose .nav_bar > ul li:last-child{
  width: 150px;
}
#purpose .article > h2{
  font-size: 2em;
  margin-bottom: 20px;
}
#purpose .article{
  padding: 40px 0;
}
#purpose .article > h2 i{
  margin-right: 6px;
}

#purpose .article1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#purpose .article1 ul li{
  width: calc(33.333% - 40px);
  text-align: center;
}
#purpose .article1 li .img{
  width: 100%;
  border-radius: 30px;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
}
#purpose .article1 li .img1{
  background-image: url(/img/purpose_list1.jpg);
}
#purpose .article1 li .img2{
  background-image: url(/img/purpose_list2.jpg);
}
#purpose .article1 li .img3{
  background-image: url(/img/purpose_list3.jpg);
}
#purpose .article1 li p{
  font-size: 30px;
  margin-top: 15px;
}
#purpose .article1 li p:before{
  content: url(/img/heart_icon.png);
  display: inline-block;
  margin-right: 6px;
}


#purpose .article2 p{
  font-size: 30px;
  width: 200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
#purpose .article2 p strong{
  font-size: 1.36em;
  color: #ec5620;
}
#purpose .article2 p > span{
  display: block;
}
#purpose .article2 p .span2{
  position: relative;
  left: 60px;
}
#purpose .article2 p .span3{
  position: relative;
  left: 100px;
}

#purpose .article .txt > img{
  max-width: 100%;
}

/* 오시는길 */
#location .about{
  /* text-align: center; */
  width: 700px;
  margin: 0 auto;
  margin-top: 60px;
}
#location .about > h2{
  text-align: center;
}
#location .about > h2 > strong{
  /* display: block; */
  font-size: 1.46em;
  color: #ec5620;
  display: inline-block;
  margin-left: 10px;
}
#location .info > p strong{
  display: inline-block;
  width: 80px;
}
#location .about .info{
  margin-top: 30px;
  font-size: 1.16em;

}
#location .about .info p{
  margin-bottom: 10px;
}
#location img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}


@media screen and (max-width: 1641px){
  /* #hd_wrapper{
    width: 100%;
  } */

  /* 메인 두번째 슬라이드 */
  .slick-slide .visual_bgBox{
    width: 50%;
  }
  .slick-slide .txt_cnt{
    width: 50%;
  }
  #visual2 .slick-dots{
    left: 18%;
  }
}
@media screen and (max-width: 1400px){
  /* 메인 두번째 슬라이드 */
  #visual2 .txt_cnt .content h2{
    font-size: 46px;
  }
  #ft_copy{
    width: 100%;
  }
}
@media screen and (max-width: 1240px){
  #hd, #wrapper, #ft {
    min-width: 340px;
  }
  #hd_pop #tnb .inner,
  #visual1 .visual1_cnt{
    width: 80%;
  }
  #visual1 .content {
    font-size: 1.86em;
}
  .visual_wrapper{
    min-width: 960px;
  }
  .slick-slide .visual_bgBox{
    width: 100%;
    position: absolute;
    filter: contrast(0.4);
  }
  .slick-slide .txt_cnt{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
   .slick-slide:nth-child(1) .txt_cnt{
    background-color: rgba(255,150,113,0.5);
  }
  .slick-slide:nth-child(2) .txt_cnt{
    background-color: rgba(0,129,207,0.5);

  }
  .slick-slide:nth-child(3) .txt_cnt{
    background-color: rgba(0,143,122,0.5);
  }
  #visual2 .visual2_cnt ul{
    bottom: 260px;
  }
  #visual2 .slick-dots{
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #visual2 .slick-dots li{
    display: inline-block;
    line-height: 62px;
    margin-right: 5px;
    text-align: center;
    padding: 0;
  }

  /* 메인 마지막 슬라이드 */
  .visual3_cnt{
    width: 100%;
    /* border: 1px solid red; */
  }
  #visual3 .bg_box{
    width: 100%;
    position: absolute;
    /* filter: contrast(0.4); */
    z-index: -1;
    filter: brightness(1) blur(2px);
    opacity: 0.3;
  }
  #visual3 .bg_box{
    /* position: absolute;
    z-index: -1;
    width: 100%;
    filter: blur(1px) brightness(0.2); */
  }
  #visual3 .slider_txt{
    /* background-color: rgba(255,255,255,0.6); */
  }


  /* 서브페이지 */
  /* 최상단 배너 높이 줄이기 */
  .sub-wrap .tt {
    width: 100%;
    height: 430px;
  }
  .sub-wrap .tt_txt{
    top: 42%;
    transform: translate(-50%, -42%);
    font-size: 32px;
  }
  /* 컨텐츠 width 조절 */
  .contents{
    width: 85%;
  }
  /* 인사말 */
  #greeting .contents .txt {
    padding-left: 40px;
  }





  /* 오시는길 */
  .root_daum_roughmap{
    width: 100% !important;
  }

  /* 교육환경 갤러리 */
  #environment .contents{
    flex-wrap:wrap;
  }
  .pic_wrapper{
    width: 100%;
  }
  .big_pic{
    width: 600px;
    height: 530px;
    text-align: center;
    margin: 0 auto;
  }
  .big_pic > img{
    max-width: 100%;
  }
  /* 썸네일 */
  .all_wrapper{
    float: none;
    margin: 0 auto;
  }


}

@media screen and (max-width: 960px){
  #hd_wrapper{
    justify-content: space-between;
  }
  /* 모바일메뉴 */
  /* 관리자 메뉴 안보이게 */
  .hd_login{
    display: none;
  }
  /* 모바일 메뉴에 관리자메뉴보이게 */
  .m_hd_login{
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  .m_hd_login li{
    display: inline-block;
  }
  .m_hd_login li:nth-child(1):after{
    content: '|';
    display: inline-block;
    margin: 0 10px;
  }
  .m_logo{
    /* filter: invert(1); */
    margin: 20px 0;
    text-align: center;
  }
	#m_gnb{
    position: fixed;
    width: 34%;
    height: 100%;
    top: 0;
		left: -9999px;
		display: block;
    background: #fff;
		font-size: 22px;
  }
  .m_gnb_li{
    text-align: left;
    text-indent: 30px;
  }
	.m_gnb_li a{
		display: block;
	}
	.m_gnb_li > a{
		border-bottom: 1px solid #ccc;
		line-height: 3;
	}
	.m_gnb_li.active > a{
		background-color: #ccc;
	}
	.m_gnb_inr{
    display: none;
    text-indent: 50px;
	}
	.m_gnb_inr a{
		font-size: 0.86em;
    color: #777;
    line-height: 3;
  }

  #m_open{
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 42px;
		cursor: pointer;
  }

	/* 모바일 열기버튼 만들기 */
	#m_open span{
		display: block;
		margin-bottom: 8px;
    width: 40px;
    height: 6px;
		border-radius: 10px;
		background-color: #fff;
		transition : all .4s;
  }
	#m_open span:last-child{
		margin-bottom: 0;
	}
	#m_open.active span:nth-child(1){
		transform : translateY(18px) rotate(-315deg);
	}
	#m_open.active span:nth-child(2){
		opacity: 0;
	}
	#m_open.active span:nth-child(3){
		transform : translateY(-10px) rotate(316deg);
	}

  /* 메인 첫번째 슬라이드 */
  .visual_wrapper{
    min-width: 760px;
  }
  #visual1 .visual1_tab ul{
    padding: 0 40px;
    border: 0;
  }
  #visual1 .visual1_tab {
    margin-top: 60px;
  }
  #visual1 .content {
    margin-top: 40px;
  }
  #visual1 .visual1_tab li{
    width: calc(50% - 20px);
    border: 1px solid #eee;
    margin-bottom: 20px;
  }
  #visual1 .visual1_tab li > a{
    border-right: 0;
    padding: 1.4em 0;
  }

  /* 두번째 슬라이드 */

  #visual2 .txt_cnt .content{
   top: 15%;
    transform: translate(-50%,-15%);
  }
  #visual2 .visual2_cnt ul {
    bottom: 90px;
  }

  #visual2 .visual2_cnt ul{
    display: block;
  }
  #visual2 .visual2_cnt ul li{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #visual2 .visual2_cnt ul li .icon_box {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
  #visual2 .visual2_cnt ul li span{
    line-height: 45px;
    text-align: center;
  }
  #visual2 .visual2_cnt ul li span:after{
    font-size: 2em;
  }
  /* 하단 넘버링 */
  #visual2 .slick-dots{
    width: 162px;
  }
  #visual2 .slick-dots li{
    width: 50px;
    height: 50px;
    line-height: 42px;
  }



  /* 메인 세번째 슬라이드 */




  /* 서브페이지  */


  /* 인사말 */
  #greeting .contents > div{
    width: 100%;
    float: unset;
  }
  #greeting .contents .imgBox img {
    width: 100%;
  }
  #greeting .contents .txt {
    padding-left: 70px;
    margin-top: 70px;
  }

  /* 원훈 교육목표 */
  #purpose .article1 ul li {
    width: 100%;
    margin: 20px 0;
  }
  #purpose .article1 li .img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  #purpose .article1 li p:before {
    position: relative;
    top: 5px;
  }


  /* 오시는길 */
  .root_daum_roughmap {
    height: 450px;
  }
  #location .about{
    width: 480px;
  }
  .root_daum_roughmap .wrap_map {
    height: 100% !important;
}
  #location .about .info p {
    letter-spacing: -0.86px;
  }
  #location .info > p strong{
    width: 60px;
  }

  /* 교육환경 */
  .big_pic{
    width: 80%;
    height: auto;
    margin-bottom: 60px;
  }





}
@media screen and (max-width: 769px){

  /* 모바일 메뉴 넓게 */
  #m_gnb{
    width: 65%;
  }

  .visual_wrapper{
    min-width: 560px;
  }
  #visual1 .content h1{
    letter-spacing: 2px;
  }

  /* 두번째 슬라이드 */
  #visual2 .txt_cnt .content h2{
    font-size: 38px;
  }
  #visual3 .tt{
    font-size: 32px;
  }

  /* 어사이드 */
  #aside button{
    margin-bottom: 4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  #aside img{
    max-width: 100%;
  }
  #aside #top_btn, #aside #tel_btn{
    font-size: 22px;
  }

  /* 서브페이지 */
  .contents{
    margin-top: 50px;
  }

  /* 서브페이지 배너 네비바 */
  .nav_bar > ul {
    padding: 0;
  }
  /* 타이틀 */
  .top_ttBox > h1{
    font-size: 2em;
    padding: 30px;
    border-bottom: none;
  }

  /* 원훈 */
  #purpose .article > h2 {
    font-size: 1.66em;
  }
  #purpose .article1 li p {
    font-size: 26px;
  }
  #purpose .article2 p{
    transform: skew(0deg, -6deg);
  }

  /* 오시는길 */
  #location .about > h2{
    font-size: 26px;
  }

  #environment .contents{
    width: 100%;
    padding: 0 10px;
  }
  .all_wrapper li:nth-child(odd) {
    margin-right: 10px;
  }
  .all_wrapper ul{display: flex; flex-wrap: wrap;}
  .all_wrapper li{
    width: 46%;
  }
  .slick-slide:nth-child(3) .visual_bgBox {
    background-position: 86% center;
  }
}

@media screen and (max-width: 540px){
  .visual_wrapper{
    min-width: 342px;
  }
  #visual1 .visual1_tab ul{
    padding: 0;
  }
  .visual_slide1{
    width: 80%;
  }

  #visual1 .content {
    font-size: 1.26em;
    margin-top: 0;
  }
  .visual_slide1 .slider_txt p{
    padding: 0 0.7em;
  }
  #visual2 .txt_cnt .content {
    top: 12%;
    transform: translate(-50%,-12%);
  }
  #visual2 .txt_cnt .content p{
    font-size: 20px;
  }

  /* 메인 세번째 */
  .visual_slide1{
    height: 500px;
  }
  #visual3 .tt {
    padding: 100px 0 56px 0;
    font-size: 22px;
    color: #EC5620;
  }
  #visual3 .slick-dots{
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .visual_slide1 .slider_txt i{
    margin-top: 20px;
  }
  .visual_slide1 .slider_txt h1{
    font-size: 30px;
  }

  /* 서브페이지 */
  .sub-wrap .tt {
    height: 340px;
  }
  .sub-wrap .tt_txt{
    width: 90%;
    font-size: 24px;
  }
  .nav_bar > ul li{
    font-size: 1em;
    width: 100px;
  }

  .sub-wrap .tt_txt > p{
    font-size: 0.86em;
  }
  .contents {
    margin: 30px auto;
  }

  /* 인사말 */
  #greeting .contents .txt h4{
    font-size: 1.46em;
  }
  #greeting .contents .txt p{
    font-size: 1.06em;
  }
  #greeting .contents .txt{
    padding-left: 40px;
  }

  /* 원훈 */
  #purpose .article2 p{
    font-size: 26px;
    width: 150px;
  }
  #purpose .article2 p > .span1{
    position: relative;
    left: -40px;
  }
  #purpose .article2 p .span2 {
    left: 20px;
  }
  #purpose .article2 p .span3 {
    left: 70px;
  }

  /* 오시는길 */
  #location .about {
    margin-top: 40px;
  }
  #location .about{
    width: 100%;
  }
  #location .about .info p {
    margin-bottom: 20px;
    word-break: keep-all;
  }
  #location .info > p strong{
    display: block;
  }
  #location .about > h2 {
    font-size: 20px;
  }


  /* 푸터 */


  /* 어사이드 */
  #aside {
    right: 5px;
    bottom: 5px;
  }
}
