/**m_tit 시작**/
.m_tit {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

.m_tit h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
}

.m_tit b {
  color: #4289c3;
  font-weight: normal;
}

.m_tit p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: normal;
  padding-bottom: 1rem;
}

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 15px;
  line-height: 100%;
}

.m_tit i {
  color: #7cca4e;
  font-size: 15px;
  font-weight: 700;
  display: block;
  font-style: normal;
}


/**m_tit 끝//**/


/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -1px;
}

.tb {
  color: #488a61;
}

.t20 {
  font-size: 20px;
  line-height: 1.6;
}

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

.t17 {
  font-size: 17px;
  line-height: 1.6;
}

.t15 {
  font-size: 15px;
  line-height: 1.65;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}

a.more {
  background: #b89690;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
}



/* sec1 시작 */
.sec1 {
  position: relative;
  padding: 100px 0;
  background: url(../img/main/sec1_bg.jpg) no-repeat right top;
}

.sec1 .m_tit {
  text-align: left;
}

.sec1 .m_tit p {
  padding-top: 1.5rem;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.sec1 ul li {
  border-radius: 25px;
  box-shadow: 0 4px 10px #ddd;
  padding: 3rem 1.5rem;
  text-align: left;
  background: #fff;
}

.sec1 ul li .t25 {
  padding: 1rem 0;
}

.sec1 ul li .t17 {
  opacity: 0.6;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.sec1 ul li:hover a {
  color: #fff;
}

.sec1 ul li:hover {
  background: url(../img/main/sec1_list_bg.png);
  background-size: cover;
  color: #fff !important;
}

.sec1 ul li:hover img {
  filter: brightness(500);
}




/******************** 슬라이드2 시작 ********************/

.slide_bg {
  overflow: hidden;
  display: flex;
}

.slide2 {
  width: 100%;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 100%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.slide2 .slide-item:hover {
  opacity: 1;
}

.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-box-1 {
  background: url(../img/main/sec2_1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/main/sec2_2.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/main/sec2_3.png);
  background-size: cover;
  background-position: center center;
}



/******************** 슬라이드2 끝// ********************/




/* sec2 시작 */
.sec2 {
  position: relative;
  width: 100%;
  background: #f7f7f7;
}

.sec2 .container {
padding-top: 100px;
height: 430px;
}

.sec2 .t17 {
  max-width: 400px;
  opacity: 0.65;
  padding-top: 1rem;
}

.sec2 .t45 {
  font-family: 'GmarketSansBold';
  font-size: 45px;
  letter-spacing: -2px;
  color: #4faf84;
  padding-bottom: 15px;
}

/* sec3 시작*/

.sec3 {
  padding: 100px 0;
}

.sec3 .m_tit {
  text-align: left;
}

.sec3 .slide3-box {
  padding: 3rem 2rem;
  height: 18.5vw;
  min-height: 200px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sec3 .t30 {
  font-size: 27px;
  padding-bottom: 1rem;
}

.sec3 .t30,
.sec3 .t15 {
  opacity: 0.3;
}

.slick-active .t30,
.slick-active .t15 {
  opacity: 1;
}

.slide3 {
  width: 100%;
}

.slide3 .slick-slide {
  margin: 0 15px;
  width: 100%;
}

.slide3-box-1 {
  background: url(../img/main/sec3_1.png);
  background-position: center;
  background-size: cover;
}

.slide3-box-2 {
  background: url(../img/main/sec3_2.png);
  background-position: center;
  background-size: cover;
}

.slide3-box-3 {
  background: url(../img/main/sec3_3.png);
  background-position: center;
  background-size: cover;
}

.slide3-box-4 {
  background: url(../img/main/sec3_4.png);
  background-position: center;
  background-size: cover;
}

.slide3-box-5 {
  background: url(../img/main/sec3_5.png);
  background-position: center;
  background-size: cover;
}

.slide3-box-6 {
  background: url(../img/main/sec3_6.png);
  background-position: center;
  background-size: cover;
}


/* sec3 끝 */


/* sec4 */
.sec4 {
  padding: 80px 0;
  background: url(../img/main/sec4_bg.jpg);
}

.sec4 .container {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  color: #ffffff;
  grid-gap: 50px;
}

.sec4 .container .left {
  padding-right: 30px;
  border-right: 1px solid #ffffff4d;
}

.sec4 .container .t17 {
  opacity: 1;
  padding-bottom: 10px;
}

.sec4 .container .t25 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.sec4 .tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sec4 .container div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}
.sec4 .container .sns {
  display: flex;
  justify-content: center;
  flex-direction: row;
  grid-gap: 15px;
  width: 85%;
}
.sec4 a {
  display: flex;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 55px;
  grid-gap: 8px;
  width: 100%;
  margin-top: 2rem;
  color: #fff;
}

.sec4 .mg {
  padding-top: 1rem;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .slide-box p {
    font-size: 16px;
  }

  .slide-box span {
    font-size: 16px;
  }

  /**메인 슬라이드 끝**/

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2,
  .main_vis_txt {
    height: 420px;
  }

  .main_vis_txt h2 {
    font-size: 45px;
    line-height: 46px;
  }

  .main_vis_txt h3 {
    font-size: 20px;
  }

  .main_vis_txt p {
    font-size: 17px;
  }

  .main_vis_txt p span {
    display: block;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/


  /* sec1 */
  .sec1 ul {
    grid-template-columns: 1fr 1fr;
  }


}





/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  /* 메인 */


  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

  .m_tit p {
    font-size: 15px;
  }


  /* 공통텍스트 */

  .t40 {
    font-size: 33px;
  }

  .t35 {
    font-size: 30px;
  }

  .t30 {
    font-size: 26px;
  }

  .t25 {
    font-size: 22px;
  }

  .t20 {
    font-size: 18px;
  }

  .t19 {
    font-size: 17px;
  }

  .t17 {
    font-size: 15px;
  }

  .t15 {
    font-size: 14px;
  }



  /* 섹션1시작 */
  .sec1 {
    padding: 4rem 0;
  }

  .sec1 ul {
    grid-template-columns: 1fr;
  }

  .sec1 ul li {
    padding: 2rem 1.5rem;
  }

  .sec1 ul li .t17 {
    padding: 10px 0;
    font-size: 14px;
  }


  /* sec2 */
  .sec2 {
    padding: 0;
  }

  .sec2 .container {
    height: 510px;
    padding: 3rem 0 62vw;
  }

  .slide2-box-1 {
    background: url(../img/main/sec2_1m.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  .slide2-box-2 {
    background: url(../img/main/sec2_2m.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  .slide2-box-3 {
    background: url(../img/main/sec2_3m.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
  }


  /* sec3 */
  .sec3 {
    padding: 80px 0;
  }


  .sec3 .slide3-box {
    height: 260px;
  }


  /* sec4 */
  .sec4 {
    padding: 50px 0;
  }

  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .sec4 .container .left {
    padding-right: 0;
    border-right: 0px solid #ffffff4d;
  }

}
