@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}


.slide-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 800px;
}


.slide-box-1 {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
}

.slide-box-2 {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
}

.text-group {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
  text-align: center;
  color: #fff;
}

.slide-box h2 {
  font-family: 'ONE-Mobile-Title';
  font-size: 55px;
  line-height: 64px;
  font-weight: 300;
  padding: 2rem 0 4rem;
}

.slide-box p {
  display: inline-block;
  font-size: 22px;
  padding: 5px 14px;
}

.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: rgb(230, 118, 27);
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.more {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  border: 1px solid #999;
}

.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0%;
  height: 100%;
  background: rgba(236, 223, 119, 0.25);
  transition: 0.4s;
}

.more:hover::after {
  width: 100%;
}


/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 100px 0;
  background: #fbf8ef;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 230px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li+li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/


/* title */
.title {
  padding: 80px 0;
  text-align: center;
  background: rgb(53, 53, 53);
}

.title h3 {
  font-size: 35px;
  color: #e6c876;
  padding-bottom: 1rem;
}

.title p {
  font-size: 22px;
  color: #bbb;
}

.line {
  width: 200px;
  height: 1px;
  background: #bbb;
  display: inline-block;
  margin-top: 5rem;
}




/* sec1 */
.sec1 {
  padding: 0px 0 80px;
  background: rgb(53, 53, 53);
}

.sec1 ul {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  text-align: left;
  grid-gap: 50px;
}

.sec1 ul li h2 {
  color: #fff;
  background: url(../img/abt.png) no-repeat;
  padding-top: 3.5rem;
  line-height: 1.3;
}

.sec1 ul p {
  padding: 2rem 0 4rem;
  color: #bbb;
}

.sec1 ul li.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sec1 .more {
  color: #fff;
}


/* sec2 */
.sec2 {
  padding-bottom: 0px;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec2 ul li {
  height: 350px;
  background: #eee;
}
.sec2 ul li.photo {
  background: url(../img/b_sec2.jpg);
  background-size: cover;
}

.sec2 ul li.photo2 {
  background: url(../img/b_sec2_2.jpg);
  order: 2;
  background-size: cover;
}

.sec2 ul li.text {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  padding-bottom: 3rem;
  justify-content: flex-end;
  font-size: 18px;
}

.sec2 ul li h3 {
  font-size: 33px;
}

.sec2 ul li.text:hover {
  color: rgb(207, 177, 93);
  background: #444;
}




/* sec3 */
.sec3 {
  padding: 100px 0;
  background: url(../img/academy.jpg) no-repeat center bottom;
}

.sec3 .m_tit h2,
.sec3 .m_tit p {
  color: #555;
}

.sec3 h2 {
  background: url(../img/abt.png) no-repeat top center;
  padding-top: 3rem;
}

.sec3 ul {
  display: grid;
  padding-top: 6rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.sec3 ul li {
  display: flex;
  flex-direction: column;
  grid-gap: 18px;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}


/* sec4 */
.sec4 {
  background: url(../img/map.jpg) center ;
  padding: 60px 0;
}

.sec4 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec4 .text {
  color: #fff;
  padding: 3rem;
  top: 0;
  bottom: 0;
  font-size: 17px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sec4 .text h4 {
  font-size: 27px;
  padding-bottom: 1rem;
}

.sec4 .text b {
  display: block;
  padding-top: 1rem;
}

.sec4 .map {
  text-align: center;
}

.sec4 span.line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 150px;
}


/**m_tit 시작**/
.m_tit {
  text-align: center;
}

.m_tit p {
  font-size: 20px;
  line-height: 1.7;
  color: #727272;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 170%;
  font-weight: normal;
  font-family: 'ONE-Mobile-Title';
}

.m_tit h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.m_tit h2 b {
  font-weight: 500;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.m_tit2 {
  margin-bottom: 40px;
}

.m_tit2 p {
  font-size: 20px;
  padding-bottom: 14px;
  color: #d44a35;
  line-height: 100%;
}

.m_tit2 h2 {
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #222;
}

.m_tit2 h2 b {
  font-weight: 500;
}

.m_tit2 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  padding-top: 20px;
}

/**m_tit 끝//**/





/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/



  /**메인 슬라이드 끝**/


  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .m_tit p {
    font-size: 20px;
  }


  /**m_tit 끝//**/


  /* sec1 */
  .sec1 {

  }

  .sec1 ul li .text {
    left: 0;
  }




}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width:768px) {

  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 450px;
  }


  .slide-box-1 {
    background-position: left;
    background-size: cover;
  }

  .text-group {
    height: 450px;
  }

  .slide-box h2 {
    font-size: 34px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
  }

  .slide-box p {
    font-size: 15px;
    line-height: 1;
  }

  .slide-box span {
    font-size: 15px;
    margin-top: 0;
    padding: 3px 6px;
  }


  .text-group img {
    width: 80px;
  }


  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 0;
    font-size: 29px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 18px;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 25px;
  }

  /**m_tit 끝//**/


  /* title */
  .title {
    padding-bottom: 20px;
  }

  .title h3 {
    font-size: 28px;
  }

  .title p {
    font-size: 17px;
  }


  /* sec1 */
  .sec1 {
    margin: 30px 0;
    padding-bottom: 1rem;
  }

  .sec1.pad {
    padding-top: 10px;
  }

  .sec1 ul {
    padding-top: 1rem;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }

  .sec1 ul li p {
    font-weight: 600;
    font-size: 16px;
    padding-top: 1.2rem;
  }




  /* sec2 */

  .sec2 ul {
    grid-template-columns: 1fr;
  }
  .sec2 ul li.text {
    height: 210px;
    background: #eee;
  }

  .sec2 ul li.photo {
  }
  
  .sec2 ul li.photo2 {
    order: 0;
  }

  .sec2 ul li {
    font-size: 16px;
  }


  /* sec3 */
  .sec3 {
    padding: 30px 0;
  }

  .sec3 ul {
    padding-top: 3rem;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec3 ul li {
    font-size: 16px;
  }

  .sec3 p {
    max-width: 28ch;
    margin: auto;
  }


  /* sec4 */
  .sec4 {}

  .sec4 .text {
    padding: 2rem;
  }

  .sec4 .text h4 {
    font-size: 23px;
  }

  .sec4 .text p {
    font-size: 16px;
  }


  /* 슬라이드2 */
  .slide_bg {
    padding: 50px 0;
  }


}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  .bg {
    background: rgb(53, 53, 53);
  }

  /* title */
  .title {
    padding: 2rem 1rem 0;
  }

  .title h3 {
    margin: auto;
    max-width: 19ch;
    font-size: 22px;
  }

  .title .line {
    margin-top: 3rem;
  }

  /* slide */
  .slide-box h2 {
    font-size: 28px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
  }

  .slide-box p {
    display: none;
  }

  .slide-box .more {
    padding: 10px 22px;
  }


  /* sec2 */
  .sec2 {
    padding: 2rem 0 0;
  }




  /* sec4 */

  .sec4 .container {
    grid-template-columns: 1fr;
  }
  .sec4 .text .line {
    width: 100%;
  }
  .sec4 .text {
    margin: auto;
    text-align: center;
    position: relative;
  }

  .sec4 img {
    width:40%;
  }



}