@charset "UTF-8";

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

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

.main_bg {
  background: url(../img/main_bg.jpg) no-repeat;
}

.block {
  height: 60px;
}

.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: 850px;
  margin: auto;
}


.slide-box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}


.text-group {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -2px;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.slide-box .m_block {
  display: none;
}


.slide-box h2 {
  font-size: 55px;
  font-weight: 300;
  line-height: 1.3;
  font-family: 'Arita-buri-SemiBold';
  padding-bottom: 3rem;
}


.slide-box p {
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0px;
  text-transform: uppercase;
}





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





/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 80px 30px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide_bg .m_tit {
  text-align: center;
}

.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: 23vw;
  max-height: 300px;
  min-height: 230px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #5b8d4f;
  height: 36px;
  width: 36px;
  left: -20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #5b8d4f;
  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 {
  text-align: center;
  padding-bottom: 4rem;
}



/* sec1 */
.main_about_wrap {
  padding: 100px 0;
  background: url(../img/sec1_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.about_box {
  text-align: center;
}

.about_box .box {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}

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

.about_box .box div:nth-child(2) {
  background: #fff url(../img/about_box_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.about_box strong {
  font-size: 28px;
  color: #497543;
}

.about_box p {
  font-size: 20px;
  color: #222;
  padding-top: 10px;
}

/**main_btn 시작**/
.main_btn {
  display: block;
  width: 230px;
  height: 70px;
  line-height: 70px;
  background: #444;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  margin: auto;
  margin-top: 50px;
}

.main_btn.bnt_color {
  background: #4b4756;
}

/**main_btn 끝//**/

/* sec2 */
.sec2 {
  padding: 6rem 0;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
  background: url(../img/sec2_bg.jpg) center;
}

.sec2 .m_tit {
  max-width: 60ch;
  text-align: left;
  padding-bottom: 0;
}

.sec2 .m_tit p {
  font-weight: normal;
  font-size: 19px;
  padding-top: 3rem;
}


/* sec3 */

.sec3 {
  padding: 140px 0;
  font-family: 'Arita-buri-SemiBold';
  z-index: 2;
  position: relative;
  background: url(../img/sec3_bg.jpg) top;
  color: #fff;
}

.sec3 .m_tit {
  text-align: center;
}

.sec3 .container {
  display: flex;
  grid-gap: 0px;
  padding-top: 2rem;
  flex-wrap: wrap;
}

.sec3 .icon {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  line-height: 1;
  transition: 0.6s;
  padding: 3rem 1rem;
  border: 1px solid #dddddd4b;
}

.sec3 .icon span {
  display: block;
  padding-bottom: 10px;
  font-size: 0.6em;
  font-family: 'NanumBarunpen';
  color: #ff8cd2;
}

/* sec4 */
.sec4 {
  padding: 140px 0 90px;
  text-align: center;
  background: url(../img/sec4_bg.jpg) center top;
}

/* sec5 */
.sec5 {
  padding: 120px 0 170px;
  text-align: center;
  background: url(../img/sec5_bg.jpg) top center;
}


/**m_tit 시작**/
.m_tit {
  padding-bottom: 3rem;
}

.m_tit p {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 1rem;
  text-transform: uppercase;
  opacity: 0.85;
}

.m_tit h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'NanumBarunpen';
}

.m_tit h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}

.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_tit b {
  color: #ff8cd2;
}


span.line {
  display: inline-block;
  background: #9df587;
  width: 60px;
  height: 3px;
  margin: 1.3rem 0 0.4rem;
}

/**m_tit 끝//**/





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

  /**m_tit 시작**/

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

  /**m_tit 끝//**/


  /* sec2 */
  .sec2 {
    grid-template-columns: 1fr;
  }

  .sec2 .text {
    padding-top: 0;
  }


  /* sec3 */
  .sec3 .icon {
    font-size: 22px;
  }

  /* sec4 */
  .sec4 {
    background-size: cover;
    background-position: top;
  }



}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 450px;
  }

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

  .text-group {
    height: 450px;
    padding-right: 8%;
  }

  .slide-box h2 {
    font-size: 33px;
    line-height: 1.2;
  }

  .slide-box p {
    font-size: 18px;
    line-height: 1;
    padding: 6px 10px;
  }


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

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 10px;
    font-size: 28px;
  }

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

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/


  /* sec1 */

  .about_box {
    padding: 0;
  }

  .about_box .box {
    grid-template-columns: 1fr;
  }

  .about_box .box div:nth-child(2) {
    padding: 3.5rem 2rem;
  }

  .about_box strong {
    display: inline-block;
    max-width: 14ch;
  }


  /* sec2 */ 
  .sec2 {
    padding: 70px 20px;
    background-image: url(../img/sec2_bgm.jpg);
    background-position: top;
    background-size: cover;
    padding-top: 130px;
  }

  .sec2 .m_tit h2 {
    font-size: 38px;
  }


  /* sec3 */
  .sec3 {
    padding: 70px 1rem;
    background-size: cover;
  }

  .sec3 h2 {
    font-size: 28px;
  }


}


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

  /* slide */


  .slide-box {
    height: 380px;
  }

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

  .slide-box .text-group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    padding: 0 30px;
  }

  .slide-box .d_block {
    display: none;
  }

  .slide-box .m_block {
    display: block;
  }


  .slide-box h2 {
    font-size: 28px;
    line-height: 1.35;
    max-width: 18ch;
  }

  .slide-box h2 br {
    display: none;
  }

  .slide-box p {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .more {
    font-size: 13px;
    letter-spacing: normal;
  }

  /* 슬라이드2 */

  .slide_bg .slide-item {
    height: 300px;
  }

  .slide2-box {
    padding: 2rem;
  }

  .slide2-box h2 {
    font-size: 23px;
  }

  .slide2-box p {
    font-size: 17px;
  }


  /* sec1 */
  .main_about_wrap {
    padding: 60px 0;
  }


  .about_box strong {
    font-size: 20px;
  }

  .about_box p {
    font-size: 16.5px;
  }

  .main_btn {
    font-size: 14px;
    width: 200px;
    height: 55px;
    line-height: 55px;
  }

  /* sec2 */
  .sec2 {
    padding: 50px 20px;
  }




  /* sec3 */
  .sec3 {
    text-align: center;
  }

  .sec3 .container {
    grid-gap: 15px;
    justify-content: center;
    padding-top: 0;
  }

  .sec3 .icon {
    width: 140px;
    height: 140px;
  }

  .sec3 h2 {
    margin: auto;
    max-width: 19ch;
  }


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

  /* sec4 */
  .sec4 {
    padding: 70px 10px 50px;
    background-size: cover;
  }

    /* sec5 */
    .sec5 {
      padding: 80px 20px;
    }

}