@charset "UTF-8";

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

/* 팝업 */
/*popupControl*/

.popup {
  color: #666;
  position: relative;
  z-index: 999999
}

.popupTop {
  color: #FFF;
  font-size: 11px;
  border-bottom: 1px solid #999;
  cursor: move;
}

.popupCon {}

.close {
  border-top: 1px solid #CCC;
  background: #ddd;
  text-align: right;
  padding-right: 10px;
}

.pop_form_css {
  margin: 0px;
  padding: 0px;
}

.pop_form_css span {
  vertical-align: middle;
}

.check {}

.closeText {
  font-size: 12px;
}

.closeBtn {
  color: #06C;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/*popup position*/
#popup1 {
  width: 100%;
  max-width: 580px;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}

#popup2 {
  width: 100%;
  max-width: 580px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

/******************** 메인 슬라이드 시작 ********************/
.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 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 830px;
}

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

/* .slide-box-2 {
  background: url(../img/main2.png);
  background-size: cover;
  background-position: center center;
} */

.text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding-bottom: 5rem;
}

.slide-box h2 {
  font-size: 53px;
  line-height: 1.2;
  font-weight: 400;
  padding-top: 2rem;
}


.slide-box .box {
  display: flex;
  grid-gap: 30px;
  margin-top: 40px;
}

.slide-box .box a {
  padding: 15px 38px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
}



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

/******************** 슬라이드2 시작 ********************/

.slide_bg {}

.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: 270px;
}

.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/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

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

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

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

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

.slide2-box-6 {
  background: url(../img/gallery_big1.png);
  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;
}

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

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


/**m_tit 시작**/
.m_tit {
  margin-bottom: 40px;
  text-align: center;
}

.m_tit h2 {
  font-size: 34px;
  line-height: 1.1;
  padding: 20px 0;
}

.m_tit h3 {
  font-size: 32px;
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

.m_tit b {
  color: #488a61;
}

span.line {
  display: inline-block;
  background: #81c99c;
  width: 130px;
  height: 1px;
}

.m_tit span {
  color: #e92a2a;
  font-weight: 700;
}

.m_tit p {
  font-size: 19px;
  opacity: 0.85;
  padding-top: 10px;
  font-family: 'Pretendard';
}


/**m_tit 끝//**/

/* 공통텍스트 */

.t_h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.t_h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  letter-spacing: -2px;
}

.t_h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.5rem;
  letter-spacing: -1px;
}

.t_h2 b {
  color: #488a61;
}

.t_span {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 3px solid #ce4444;
}

.t_19 {
  font-size: 19px;
  line-height: 1.6;
}

.t_17 {
  font-size: 17px;
  line-height: 1.6;
}

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




/* bar */
.bar {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}

.bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  display: inline-block;
  padding: 16px 35px;
  background: #5b8bb3;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
}

.more2 {
  display: inline-block;
  padding: 16px 35px;
  background: #2cb460;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
}

.more:hover {
  background: #19caa4;
}


/* sec1 */

/* sec1 */
.sec1 {
  padding: 100px 0;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  grid-gap: 10px;
}

.sec1 ul li {
  border-radius: 25px;
  overflow: hidden;
}

.sec1 ul li>div {
  padding: 3rem 2rem;
}

.sec1 ul li.bn2 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}

.sec1 h4 {
  font-size: 24px;
}
.sec1 span {
  display: block;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
}

.sec1 .banner1 {
  background: url(../img/sec1_1.jpg) center;
  background-size: cover;
}

.sec1 .banner2 {
  background: url(../img/sec1_2.jpg) center;
  background-size: cover;
}

.sec1 .banner3 {
  background: url(../img/sec1_3.jpg) center;
  background-size: cover;
}


/* sec2 시작*/
.sec2 {
  padding: 110px 0;
  background: url(../img/sec2_bg.jpg);
}

.sec2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 40px;
}




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



/* sec4 */
.sec4 {
  padding: 100px 0;
  background: url(../img/sec4_bg.jpg);
  background-size: cover;
}




.m_block {
  display: none !important;
}

.d_block {
  margin: auto;
  display: inline-block !important;
}





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

  /**메인 슬라이드 시작**/
  .slide-box {
    height: 500px;
  }

  .slide-box p {
    font-size: 17px;

  }

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

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

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

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

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

  /**m_tit 끝//**/





  /* sec1 */
  .sec1 .banner {}

  .sec1 .banner .text {
    font-size: 27px;
    padding: 1.1em;
  }

 

  /* sec2 */
  .sec2 {
    padding: 80px 0;
  }
  

  .sec2 ul {
    grid-gap: 40px;
  }

  .sec2 ul li {
    padding: 2.5rem 2rem;
  }
}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 620px;
  }

  .text-group h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .text-group .box a {
    font-size: 15px;
    padding: 9px 20px;
  }

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

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

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

  .m_tit strong {
    font-size: 18px;
  }

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

  /**m_tit 끝//**/


  /* 공통텍스트 */

  .t_h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
  }

  .t_h3 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2.0rem;
    letter-spacing: -2px;
  }

  .t_h4 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.1rem;
    letter-spacing: -1px;
  }

  .t_h2 b {
    color: #e9823d;
  }

  .t_span {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 3px solid #26bf81;
  }

  .t_19 {
    font-size: 17px;
    line-height: 1.6;
  }

  .t_17 {
    font-size: 15px;
    line-height: 1.6;
  }

  .t_15 {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .t_b {
    display: inline-block;
    border: 1px solid;
    padding: 12px 40px;
    margin-top: 2.2rem;
  }


  /* sec1 */
  .sec1 {
    padding: 60px 20px;
  }

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

  .sec1 p br {
    display: none;
  }

  /* sec2 */
  .sec2 {
    padding: 70px 25px;
    text-align: center;
  }

  .sec2 ul {
    grid-template-columns: 1fr;
    text-align: center;
    justify-content: center;
  }

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

  .sec3 .container {
    grid-template-columns: 1fr;
    text-align: center;
    justify-content: center;
  }

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


  .m_block {
    display: block !important;
  }

  .d_block {
    display: none !important;
  }



}

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


  .slide-box {
    height: 450px;
  }

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

  .slide-box .text-group {
    padding-bottom: 0px;
    align-items: center;
  }

  .text-group h2 {
    font-size: 21px;
  }

  .text-group p {
    font-size: 16px;
    max-width: 27ch;
  }


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

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

  .m_tit strong {
    font-size: 15px;
  }

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

  /**m_tit 끝//**/


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


  /* sec2 */
  .sec2 {
    padding: 60px 20px 50px;
    background-size: 270%;
  }

  .sec2 .container {
    grid-gap: 20px;
  }


  .sec2 h4 br {
    display: none;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 5px;
    font-size: 17px;
  }

  .sec3 .t_h3 {
    padding-top: 0;
    font-size: 24px;
  }

  /* sec4 */
  .sec4 {
    padding: 50px 5px 70px;
  }



}

@media (max-width:340px) {
  .cs_bnr_txt a {
    width: 100px;
  }

  .tab_title li {
    font-size: 14px;
    width: auto;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    color: #999;
    margin: 0;
    background: url(/img/dot.png) no-repeat center left;
  }

  .tab_title li.on {
    background: none;
    color: #b79f81;
    background: url(/img/dot2.png) no-repeat center left;
  }
}