@charset "UTF-8";

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

/******************** 메인 슬라이드 시작 ********************/
main {
  width: 100%;
  height: 100vh;
  background: url(../img/main.jpg);
  background-size: cover;
  position: relative;
}

main .text-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-gap: 70px;
  padding-bottom: 4%;
}

main .text-group h2 {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

main .text-group a {
  background: #000;
  color: #fff;
  width: 200px;
  height: 50px;
  text-align: center;
  padding: 14px;
}

.text-group b {
  color: #239c6a;
}

.text-group strong {
  color: #4794d1;
}

main .img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

main .img .imgbanner_1 {
  position: absolute;
  bottom: calc(39vh + 30px);
  right: 0;
  width: 40%;
  height: 100px;
  background: url(../img/main_art.jpg) top;
  animation: mainbg1 8s ease-in-out;
  animation-fill-mode: forwards;
}

main .img .imgbanner_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54%;
  height: 39vh;
  background: url(../img/main_art.jpg);
  animation: mainbg 8s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes mainbg {
  0% {
    background-position-y: 100%;
  }

  100% {
    background-position-y: 10%;
  }
}

@keyframes mainbg1 {
  0% {
    background-position-y: 40%;
  }

  100% {
    background-position-y: 0%;
  }
}


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

/******************** 슬라이드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: 300px;
}

.slide2 .slide-item {
  opacity: 0.7;
}

.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 .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-6 {
  background: url(../img/g6.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;
}

.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: 40px;
  line-height: 1.15;
  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: #e47a00;
  font-weight: 900;
}

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

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

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


/**m_tit 끝//**/

/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 500;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -1px;
}

.t b {
  color: #488a61;
}

.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: #7a482b;
  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: #2aaa79;
}


/* sec1 */

/* sec1 */
.sec1 {
  padding: 100px 0;
  background: url(../img/sec1_bg.jpg)bottom no-repeat;
}

.sec1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.sec1 .container p {
  opacity: 0.66;
}

.sec1 .text {
  padding: 1rem;
}

.sec1 span {
  display: block;
  color: #7f4b0e;
  padding-bottom: 6px;
}

/* sec2 시작*/
.sec2 {
  padding: 80px 0 100px;
  text-align: center;
}

.sec2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-top: 2rem;
}

.sec2 .t30 {
  line-height: 1.4;
  padding-top: 1.3rem;
}

.sec2 p.t_17 {
  opacity: 0.7;
  padding-top: 2rem;
  max-width: 29ch;
}


/* sec3 */
.sec3 {
  padding: 80px 0;
  background: url(../img/cs.jpg);
  text-align: center;
  color: #fff;
}

.sec3 .sns {
  background: #fff;
  max-width: 1000px;
  padding: 3rem 0;
  margin: auto;
}


/* sec4 */
.sec4 {
  padding: 0px 0px 80px;
  overflow: hidden;
}

/* sec5 */
.sec5 {}

.sec5 iframe {
  width: 100% !important;
}


.m_block {
  display: none !important;
}

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





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

  /**메인 슬라이드 시작**/
  main {
    height: 600px;
  }

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

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

  /**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) {

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

  main {
    display: block;
    height: 530px;
    background-position-x: 65%;
  }

  main .text-group {
    height: 100%;
    width: 100%;
    grid-gap: 40px;
    justify-content: flex-end;
    padding-bottom: 2rem;
  }

  main .text-group img {
    max-width: 330px;
  }

  main .text-group h2 {
    font-size: 30px;
    letter-spacing: -1px;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }

  main .img {
    position: relative;
    bottom: 0;
    left: 0;
  }

  main .img .imgbanner_1 {
    display: none;
  }

  main .img .imgbanner_2 {
    width: 100%;
    height: 200px;
  }


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


  /* 공통텍스트 */

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

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

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

  .t30 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 22px;
    padding-bottom:1rem;
  }

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

  .sec1 .container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .sec1 .container div {
    width: 100%;
    padding-bottom: 1.5rem;
  }


  /* sec2 */
  .sec2 {
    padding: 50px 10px 50px;
    text-align: center;
  }

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

  .sec2 .t30 br {display: none;}
  .sec2 p.t_17 {max-width: 50ch;}


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

  .sec3 .container {
    padding: 0;
  }

  .sec3 .sns {
  background: #ffffffbb;
  }


  /* sec4 */
  .sec4 {
    padding: 0px 15px 55px;
  }

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

  .sec4 .img {
    height: 250px;
  }

  .sec4 .text {
    padding-top: 0;
    height: auto;
  }

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

  .sec4 h3 {
    letter-spacing: -1px;
    font-size: 27px;
  }

  .m_block {
    display: block !important;
  }

  .d_block {
    display: none !important;
  }



}

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



  /**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 {}

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


  .sec2 h4 br {
    display: none;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 20px;
    background-position: center top;
    font-size: 17px;
  }

  .sec3 .sns {
padding: 2rem;
  }





}

@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;
  }
}