@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;
  width: 100%;
  height: 950px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

.slide-box-1 {
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  background: url(../img/main_bg.jpg);
  position: relative;
}


.text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-align: left;
}

.slide-box h2 {
  font-size: 52px;
  color: #333;
  font-weight: 600;
  line-height: 1.23;
}

.slide-box h2 b {
  color: #ff7a11;
}

.slide-box p {
  font-size: 20px;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.more {
  display: inline-block;
  color: #fff;
  background: #ff7a11;
  font-size: 16px;
  padding: 14px 60px;
  border-radius: 10px;
  box-shadow: 0 0 15px #ff7a11;
}

.more:hover {
  background: #ffffff;
  color: #40a05d;
}

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





/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 0px 30px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  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;
}

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

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #d44a35;
  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/g2.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

.slide2-box-5 {
  background: url(../img/g5.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 끝// ********************/





/* sec1 */
.sec1 {
  position: relative;
  padding: 100px 0;
  background: url(../img/sec1_bg.jpg) center;
  background-size: cover;
}

.sec1 .container {
  text-align: center;
}


/* sec1_1 */
.sec1_1 {
  position: relative;
  padding: 100px 0;
}

.sec1_1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.sec1_1 .img {
  text-align: center;
}

.sec1_1 ul li .text {}

.sec1_1 ul li h3 {
  background: url(../img/dot.png) no-repeat left center;
  background-size: 10px;
  padding-left: 22px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}

.sec1_1 ul li b {
  display: inline-block;
  padding: 1rem 0;
  font-size: 17px;
  line-height: 1.3;
  background: #e6e6e6;
  font-weight: normal;
  padding: 1rem;
}

.sec1_1 ul li p {
  font-size: 17px;
  padding: 1rem;
  opacity: 0.8;
}


/* sec2 */
.sec2 {
  padding: 200px 0;
  background: url(../img/sec3_bg.jpg) left bottom;
}

.sec2 .text {
  background: #fff;
  padding: 3rem;
  width: 460px;
  margin-left: 10%;
}


.sec2 .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #0fa749;
  padding: 0;
}

.sec2 strong {
  color: #0fa749;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 8px;
}


.sec2 h2 {
  padding-bottom: 2rem;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.3;
}

.sec2 p {
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 17px;
  opacity: 0.7;
}


/* sec3 */

.sec3 {
  padding: 100px 0;
  border-top: 1px solid #ddd;
}

.sec3 .more {
  margin: 10px;
}


/* sec4 */
.sec4 {
  padding: 110px 0;
  background: url(../img/sec4.jpg);
  background-size: cover;
  text-align: center;
}


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


.m_tit p {
  font-size: 17px;
  line-height: 1.7;

}

.m_tit h2 {
  font-size: 40px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 2rem;
}

.m_tit h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.m_tit h2 b {
  font-weight: 700;

}

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

.m_tit span {
  font-size: 17px;
  font-weight: 700;
  color: #ff553e;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
}

.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) {

  /**메인 슬라이드 시작**/
  .slide-box {
    height: 650px;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
  }

  .slide-box h2 {
    font-size: 35px;
  }

  .slide-box p {
    font-size: 16px;
  }


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


  /**m_tit 시작**/
  .m_tit {}

  .m_tit h2 {
    font-size: 37px;
  }

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


  /**m_tit 끝//**/


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


  .sec1_1 ul li {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 15px;
  }



  /* sec2 */

  .sec2 .container>div {
    grid-gap: 30px;
  }

  .sec2 ul li span {
    color: #707070;
    text-transform: uppercase;
    font-weight: normal;
  }

  .sec2 h3 {
    font-size: 32px;
  }

  .sec2 p {
    font-size: 16px;
  }





}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    border-bottom: none;
  }

  .text-group {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

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

  .slide-box p {
    font-size: 20px;
  }

  .slide-box ul {
    grid-gap: 6px;
  }

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

  .more {
    font-size: 14px;
    padding: 12px 30px;
  }




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

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 30px;
  }

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

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/



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


  /* sec1_1 */
  .sec1_1 ul li {
    grid-template-columns: 1fr;
  }

  .sec1_1 ul li .text {
    padding: 0;
  }

  /* sec2 */

  .sec2 {
    padding: 60px 0 30px;
    background-position: top;
  }

  .sec2 .container>div {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .sec2 .container>div strong {
    font-size: 15px;
  }

  .sec2 h3 {
    text-align: center;
  }

  .sec2 .container>div p {
    font-size: 17px;
  }


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

  /* sec4 */
  .sec4 {}

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

  .sec4 .text>* {
    padding-bottom: 1rem;
  }

  .sec4 .text h3 {
    font-size: 20px;
  }

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

  .sec4 .text b {
    font-size: 18px;
  }

  .sec4 .text p {
    font-size: 15px;
    padding-bottom: 2.5rem;
  }


}

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

  /* slide */
  .slide-box {
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .slide-box-1 {
    background-image: url(../img/main_bgm.jpg);
    background-size: cover;
    background-position: right;
    height: 550px;

  }

  .slide-box .text-group {
    height: 550px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 7rem;
  }

  .slide-box h2 {
    font-size: 30px;
    padding: 0;
    font-weight: 800;
  }

  .slide-box p {
    font-size: 15px;
    letter-spacing: -1px;
  }



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

  .slide2-box {
    height: 100vw;
  }


  /* sec1 */
  .sec1 {
    grid-template-columns: 1fr;
    padding: 60px 25px;
    background-position: 72%;
  }

  .sec1 .sec1banner {
    padding: 1rem;
    justify-content: center;
  }


  .sec1 .sec1banner h3 {
    font-size: 23px;
  }

  /* sec1_1 */
  .sec1_1 {
    padding: 0px 0 60px;
  }

  .sec1_1 ul img {
    width: 60%;
  }

  /* sec2 */
  .sec2 {
    padding-top: 200px;
    background-image: url(../img/sec3_bgm.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }

  .sec2 .text {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
  }

  .sec2 .text h2 {
    font-size: 30px;
  }

  /* sec3 */
  .sec3 p {}

  /* sec4 */
  .sec4 {
    padding: 80px 20px;
    font-size: 16px;
    background-attachment: scroll;
  }

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

  .sec4 .text {
    padding: 4.5rem 2.5rem;
  }

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




}