@charset "UTF-8";

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

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

.main {
  position: relative;
}

.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%;
  text-align: center;
  height: 100vh;
}

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

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

.text-group {
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
}

.slide-box h2 {
  padding: 2rem 0 6rem;
  font-size: 54px;
  line-height: 71px;
  font-weight: 400;
  color: #fff;
}

.slide-box b {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.slide-box a {
  display: inline-block;
  padding: 17px 38px 17px 44px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 4px;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
}

.slide-box a:hover {
  background: #000;
  color: #fff;
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */

.pg-vertical {
  overflow: hidden;
}

.scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
  padding-bottom: 2rem;
}

.scroll img {
  width: 19px;
  opacity: 0.6;
  padding: 1rem 0;
}


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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 100px 0;
  background: #343436;
}

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

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

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

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

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

.slide2-box-6 {
  background: url(../img/main_gallery6.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: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

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


/* 타이틀 */
.t_h2 {
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 1rem;
  text-align: center;
}

.t_h3 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 1.3;
}

.t_h4 {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  padding-bottom: 4rem;
  text-align: center;
}

a.more {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 0 4px 4px 4px;
  margin-top: 2rem;
  border-bottom: 1px solid #000;
}

a.more:hover {
  color: rgb(73, 151, 37);
}


/**main_about_wrap 시작**/
.main_about_wrap {
  padding: 100px 0;
}

.main_about {
  text-align: center;
}

/**main_about_wrap 끝//**/


/* sec2-1 */
.sec2_1 {
  width: 100%;
  background: url(../img/sec2-1.jpg) no-repeat;
  background-size: cover;
}

/* sec2-2 */
.sec2_2 {
  width: 100%;
  background: url(../img/sec2-2.jpg) no-repeat;
  background-size: cover;
}





/* sec2 시작 */
.sec2 {
  width: 100%;
  color: #fff;
  position: relative;
  font-size: 22px;
  background: url(../img/sec2_bg.jpg) center center fixed;
  overflow: hidden;
}

.sec2_text {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.sec2 .t_h2 {
  font-size: 77px;
  text-align: left;
  line-height: 1.2;
  font-weight: 300;
}

.sec2 em {
  display: inline-block;
  margin-top: 10%;
  width: 820px;
  background: #cb222a;
  color: #fff;
  font-size: 48px;
  padding: 0.5rem 4rem;
  border-radius: 50px;
}

.meatimg {
  position: absolute;
  width: 60%;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}


/* sec3 시작 */
.sec3 {
  background: url(../img/sec3_bg.jpg);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sec3 div ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.sec3 ul li {
  width: 350px;
  height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.sec3 ul li:nth-child(1) {
  background: url(../img/sec3_1_.png) rgba(0, 0, 0, 0.4);
  border-radius: 40px 0 0 0;
  background-size: 150%;
  background-position: center center;
}

.sec3 ul li:nth-child(2) {
  background: url(../img/sec3_2_.png) rgba(0, 0, 0, 0.4);
  background-position: center center;
  background-size: 150%;
}

.sec3 ul li:nth-child(3) {
  background: url(../img/sec3_3_.png) rgba(0, 0, 0, 0.4);
  border-radius: 0 0 40px 0;
  background-position: center center;
  background-size: 150%;
}

.sec3 ul li span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  padding-top: 15px;
}

.sec3 ul li:hover {
  background-blend-mode: multiply;
  background-size: 130%;
}

.sec_bg {
  position: absolute;
  bottom: -11%;
  z-index: 1;
}

.fadedown {
  animation: fade 1.3s;
  animation-fill-mode: forwards;
  border: 1px solid rgb(173, 50, 50);
}

@keyframes fade {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}


.sec4 {
  background: url(../img/sec4_bg.jpg);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.sec4_box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #000;
}

.sec4 img {
  width: 290px;
  padding: 0 10px;
}

.sec4 .t_h4 {
  opacity: 1;
}

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

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

  /* .sec2_text 타이틀 */
  .sec2_text .t_h2 {
    font-size: 63px;
    padding-bottom: 0.8rem;
  }

  .sec2_text em {
    font-size: 30px;
    display: inline;
    width: 555px;
  }


  .sec3 ul li {
    width: 260px;
  }

}

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

  /* 타이틀 */
  .t_h2 {
    padding-top: 3rem;
    font-size: 30px;
    padding-bottom: 0.8rem;
  }

  .t_h3 {
    font-size: 22px;
    padding-bottom: 0.8rem;
    line-height: 1.3;
  }

  .t_h4 {
    font-size: 15px;
    padding-bottom: 2rem;
  }

  a.more {
    font-size: 14px;
    padding: 0 4px 4px 4px;
    margin-top: 1.8rem;
  }

  a.more:hover {
    color: rgb(73, 151, 37);
  }



  .slide-box span {
    display: none;
  }

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

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

  .text-group img {
    width: 90%;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

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

  .slide-box p {
    font-size: 13px;
    display: none;
  }

  .slide-box a {
    padding: 11px 20px 11px 22px;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* 섹션1 */
  /* sec1 시작 */
  .sec1 {
    background-position-x: 0%;
    background-size: contain;
    padding: 3rem 0 4rem;
    margin-bottom: 60px;
  }

  .sec1 .sec1_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 23px 23px;
    background: #fff;
    position: relative;
    left: 0%;
    top: 100px;
    border-radius: 4px;
    box-shadow: 0 13px 22px rgba(0, 0, 0, 0.24);
  }

  .sec1 .sec1_text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .slide-box b {
    font-size: 17px;
  }



  /* 섹션2 */
  .sec2 {
    font-size: 15px;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .meatimg {
    left: 50%;
    transform: translateX(-50%)translateY(0%);
    width: 100%;
    top: 65%;
  }

  .sec2_text .t_h2 {
    font-size: 35px;
    padding-bottom: 0.8rem;
    text-align: center;
  }

  .sec2_text em {
    font-size: 25px;
    display: inline-block;
    padding: 1rem 2rem;
    width: 100%;
    margin-bottom: 5rem;
  }




  /* 섹션3 */

  .sec3 .container ul {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .sec3 .container ul li {
    height: 100px;
    width: 100%;
    padding: 0 4rem;
  }
  .sec3 .container ul li span {
    font-size: 19px;
  }
  .sec3 .container ul li img {
    width: 40px;
  }
  .sec_bg {
    display: none;
  }

  
  /* 섹션4 */

  .sec4 {}
  .sec4 .container {
    text-align: center;
  }
  .sec4 .container img {
    width: 49%;
    padding-bottom: 0.3rem;
  }

  .sec4 footer {
    padding:40px 0 50px;
  }



}

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


/* sec2-1 */
.sec2_1 {
  background: url(../img/sec2-1m.jpg) no-repeat;
  background-size: cover;
}
/* sec2-2 */
.sec2_2 {
  background: url(../img/sec2-2m.jpg) no-repeat;
  background-size: cover;
}


  .sec3 .container ul li {
    height: 100px;
    width: 300px;
  }


  .slide-box h2 {
    font-size: 31px;
    max-width: 15ch;
    margin: auto;
    padding-bottom: 0.8rem;
  }






}



@media (max-width:320px) {}