@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 {
  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: flex-start;
  height: 850px;
  color: #222;
  text-align: left;
}

.slide-box h2 {
  font-family: 'ONE-Mobile-Regular';
  font-size: 60px;
  line-height: 75px;
  font-weight: 900;
  padding: 2rem 0 4rem;
  text-align: left;
}

.slide-box h2 b {
  color: #0faf7c;
  font-weight: 900;
}

.slide-box p {
  display: block;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #444;
}

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

.more {
  display: inline-block;
  padding: 17px 40px;
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  background: #4e4645;
  color: #fff;
}

.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0%;
  height: 100%;
  background: rgba(238, 216, 203, 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 끝// ********************/



/* sec1 */
.sec1 {
  padding: 80px 0;
  position: relative;
  background: #ededed;
}

.sec1_box {
  background: #fff;
  box-shadow: 0 0px 15px rgba(55, 55, 55, 0.20)
}

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

.sec1 ul li {
  padding: 1rem;
  text-align: center;
}


.sec1 ul li h3 {
  color: #333;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  padding: 1rem 0;
}

.sec1 ul li p {
  font-size: 15px;
  max-width: 23ch;
  color: #666;
  margin: auto;
}

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

.sec1 li .more {
  background: none;
  color: #333;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}



/* sec2 */
.sec2 {
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
}

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

.sec2 .container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec2 .container div:nth-child(1) {
  padding: 5rem 3rem;
  background: #0faf7c;
  color: #fff;
}




/* sec3 */
.sec3 {
  overflow: hidden;
  padding: 250px 0 100px;
  background: url(../img/sec3_bg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 5rem;
}


/* sec4 */
.sec4 {
  overflow: hidden;
  padding: 130px 0;
  background: url(../img/sec4_bg.jpg) center;
}

.sec4 h2 {
  font-size: 40px;
}

.sec4 p {
  font-size: 18px;
  padding: 2rem 0 4rem;
  max-width: 45ch;
}

.sec4 .banner {
  display: flex;
  grid-gap: 15px;
}

.sec4 a {
  font-size: 15px;
  display: flex;
  width: 170px;
  height: 47px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 500;
  background: #eaeaea;
}

.sec4 a:nth-child(2) {
  background: #4bb16a;
  color: #fff;
}



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

.m_tit p {
  font-size: 20px;
  line-height: 1.7;
  padding-top: 1rem;
  opacity: 0.85;
}

.m_tit h2 {
  font-size: 44px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.3;
  font-family: 'ONE-Mobile-Regular';
}

.m_tit h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
  font-family: 'ONE-Mobile-Regular';
}

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

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

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


  /**m_tit 끝//**/


  /* sec1 */
  .sec1 {
    margin: 40px 0;
  }

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


  /* sec3 */

  .sec3 {
    background-position-x: 60%;
  }

  .sec3 .title h2 {
    font-size: 35px;
  }

  .sec3 .tv_box {
    font-size: 18px;
  }

  .sec3 .tv h4 {
    font-size: 23px;
  }


  /* sec4 */
  .sec4 ul {
    font-size: 16px;
  }

  .sec4 ul li {
    height: 250px;
    padding: 1rem;
  }

  .sec4 ul h2 {
    font-size: 32px;
    padding-bottom: 1rem;
  }



}

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

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

  .slick-arrow {
    display: none;
  }

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

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

  .text-group {
    height: 450px;
  }

  .slide-box h2 {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 0;
    padding-top: 1rem;
  }


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

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


  .more {
    padding: 10px 25px;
  }


  /**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 끝//**/


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

  .sec1_box {
    box-shadow: none;
  }

  .sec1 ul {
    grid-template-columns: 1fr 1fr;
  }

  .sec1 ul li {
    padding: 0rem;
    padding-bottom: 2rem;
  }

  .sec1 ul li h3 {
    font-size: 20px;
    padding-bottom: 0rem;
  }

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


  /* sec2 */
  .sec2 {
    padding: 5rem 0;
    background-position: right;
    background-size: cover;
  }

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

  .sec2 .container div:nth-child(1) {
    height: 100%;
    padding: 3rem;
  }

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


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

  .sec3 p {
    font-size: 15px;
    margin: auto;
    padding: 0 1rem 0;
  }


  /* sec4 */
  .sec4 {
    padding: 3rem 0 100px;
    background-size: cover;
    background-image: url(../img/sec4_bgm.jpg);
    background-position: bottom;
  }

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




}

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

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

  .slide-box .text-group {
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6rem;
  }

  .slide-box h2 {
    padding-bottom: 50px;
    font-size: 35px;
    text-shadow: 0 0 10px #fff;
  }

  .slide-box p {
    display: none;
  }


  /* sec1 */
  .sec1 {
    padding: 50px 0;
    margin: 0 auto;
    width: 95%;
    background: #fff;
  }

  .sec1 ul {
    padding: 1rem 0 0;
    grid-gap: 20px;
  }

  .sec1_box {
    box-shadow: none;
  }

  .sec1 ul li {
    padding-bottom: 0px;
  }

  .sec1 ul li h2 {
    font-size: 25px;
  }

  .sec1 ul li p {
    font-size: 15px;
    padding: 1rem 0 1.5rem;
  }



  /* sec2 */
  .sec2 {

  }

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

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

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

  .sec2 p {
    font-size: 16px;
    padding: 0.5rem;

  }


  /* sec3 */
  .sec3 {
    background-position-x: 75%;
    margin-top: 1rem;
  }


  /* sec4 */
  .sec4 {
    background-position-x: 100%;
  }

  .sec4 h2 {
    font-size: 30px;
  }


}