@charset "UTF-8";

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


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


.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;
  width: 100%;
  margin: auto;
  position: relative;
  height: 950px;
}

.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;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 23;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.slide-box-2 .text-group {
  align-items: flex-start;
  color: #333;
}

.slide-box h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}

.slide-box h2 b {
  font-weight: 800;
}

.slide-box h2 span {
  font-size: 16px;
  letter-spacing: 4px;
}

.slide-box p {
  padding-top: 4rem;
  font-size: 25px;
}


/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/





/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 60px 0;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide_bg .m_tit {
  text-align: center;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 5px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 23vw;
}


.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat;
  background-position: center;
  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 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 50px;
  text-align: center;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  padding: 4rem 1.5rem 1rem;
}

.sec1 ul li {
  border: 1px solid #ddd;
  padding: 2rem;
  text-align: left;
  padding-top: 300px;
}

.sec1 ul li:nth-child(1) {
  background: url(../img/sec1_1.jpg) no-repeat;
  background-size: contain;
}

.sec1 ul li:nth-child(2) {
  background: url(../img/sec1_2.jpg) no-repeat;
  background-size: contain;
}

.sec1 ul li:nth-child(3) {
  background: url(../img/sec1_3.jpg) no-repeat;
  background-size: contain;
}

.sec1 ul li:hover {
  box-shadow: 0 5px 15px #5555553b;
}


.sec1 ul li p {
  padding: 1rem 0 3rem;
  font-size: 16px;
  opacity: 0.9;
  opacity: 0.7;
  text-align: left;
}

.sec1 ul li strong {
  font-size: 18px;
}

.sec1 ul li a {
  display: block;
  text-align: right;
}




/* sec2 */
.sec2 {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 70px 0;
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
  color: #fff;
}

.sec2 h2 {
  font-size: 55px;
  line-height: 1.05;
  font-weight: 500;
  padding: 1rem 0 2.5rem;
}

.sec2 .box {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.sec2 span {
  font-size: 18px;
  letter-spacing: 2px;
  background: #e21f4a;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

.sec2 p {
  font-size: 21px;
  opacity: 0.75;
  line-height: 1.6;
  padding-bottom: 2rem;
}

.more {
  background: #fff;
  color: #333;
  padding: 10px 30px !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

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

.sec3 .m_tit {
  text-align: center;
  padding-bottom: 2rem;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.sec3 .text {
  padding: 2rem;
  font-size: 17px;
  text-align: center;
  background: #f3f3f3;
}

.sec3 .text h3 {
  font-size: 1.7em;
  padding-bottom: 10px;
}


/* sec4 */
.sec4 {
  padding: 90px 0;
  background: url(../img/sec4.jpg) center no-repeat;
  text-align: center;
  color: #fff;
}

.sec4 h3 {
  font-size: 33px;
  padding-bottom: 2rem;
  font-weight: normal;
}

.sec4 p {
  font-size: 20px;
  padding-bottom: 2rem;
  opacity: 0.8;
}

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




/**m_tit 시작**/
.m_tit {}



.m_tit p {
  font-size: 18px;
  line-height: 1.7;
}

.m_tit h2 {
  font-size: 48px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding: 5px 0 10px;
  color: #ccc !important;
}

.m_tit h3 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;

}

.m_tit h2 b {
  font-weight: 500;
  color: #333;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit span {
  font-size: 17px;
  font-weight: 700;
  color: #ff553e;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
}

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

  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 45px;
  }

  .slide-box p {
    font-size: 23px;
    background-size: 12px;
    background-position-y: center;
  }


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


  /* slide2 */
  .slide2-box .text {
    height: 230px;
    padding: 1.6rem;
  }

  .slide2-box h3 {
    font-size: 21px;
  }

  .slide2-box p {
    font-size: 16px;
    line-height: 1.6;
  }


  /**m_tit 시작**/
  .m_tit {}

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

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


  /**m_tit 끝//**/


  /* sec1 */

  .sec1 {
    padding: 70px 0;
    background-position: center;
  }

  .sec1 ul {
    grid-gap: 10px;
  }

  .sec1 ul li {
    padding: 1rem;
  }

  .sec1 ul li h3 {
    font-size: 35px;
  }

  .sec1 ul li strong {
    font-size: 17px;
  }

  .sec1 ul li {
    padding-top: 150px;
  }



  /* sec2 */
  .sec2 {
    flex-direction: column;
  }

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




  /* sec5 */
  .sec5 .container {}



  /**con2 시작**/
  .con_2 {
    padding: 50px 0;
  }

  .box_list .box_item a h2 {
    font-size: 20px;
  }

  .box_list .box_item a p {
    font-size: 14px;
  }

  .box_list .box_item a span {
    font-size: 14px;
    margin-top: 10px;
  }

  /**con2 끝//**/






}

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

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 600px;
    border-bottom: none;
  }

  .slide-box-1,
  .slide-box-2 {
    background-position: right;
  }

  .text-group {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .slide-box h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .slide-box p {
    padding-top: 2rem;
    font-size: 20px;
    padding-bottom: 3rem;
  }

  .slide-box ul {
    grid-gap: 6px;
  }

  .slide-box .more {
    display: none;
  }

  .more {
    font-size: 14px;
    padding: 12px 30px;
  }




  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 32px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 16px;
    line-height: 1.5;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/



  /* sec1 */
  .sec1 {
    padding: 4rem 0rem;
    background-size: cover;
  }



  /* sec2 */

  .sec2 {
    padding: 70px 0;
    background-position: top;
  }

  .sec2 .container {
    flex-direction: column;
    height: auto;
  }

  .sec2 .text {
    width: 100%;
    height: 600px;
    padding: 1rem;
  }

  .sec2 .img {
    width: 100%;
    height: 450px;
    left: auto;
    top: auto;
    bottom: auto;
    background-repeat: no-repeat;
    position: relative;
  }


  /* sec3 */

  .sec3 {
    padding: 60px 0;
  }

  .sec3 ul {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    text-align: center;
  }

  .sec3 ul li .img {
    height: 300px;
  }

  .sec3 ul li div.text {
    padding: 3rem 2rem;
  }

  .sec3 .text h3 {
    font-size: 25px;
  }

  .sec3 .text p {
    font-size: 17px;
  }


  /* sec4 */
  .sec4 {
    background-image: url(../img/sec4m.jpg);
    background-position: top center;
    background-size: cover;
    margin-top: 2rem;
  }

  .sec4 h3 {
    font-size: 32px;
  }

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



}

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

  /* slide */
  .slide-box {
    height: 500px;
    color: #fff;
  }

  .slide-box-1 {
    background-size: cover;
    background-position: right !important;
  }


  .slide-box video {
    width: auto;
    height: 400px;
  }

  .slide-box .text-group {
    height: 100%;
    padding-top: 3rem;
    align-items: center;
    color: #fff;
  }


  .slide-box h2 {
    font-size: 27px;
    text-align: center;
  }

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


  /* bar */
  .bar .container {
    grid-template-columns: 1fr;
  }

  .bar .container div {
    font-size: 18px;
  }


  /* 슬라이드2 */

  .slide_bg {
    padding: 50px 0;
  }

  .slide2-box {
    height: 100vw;
  }


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

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

  .sec1 ul li {
    background-size: contain !important;
    padding-top: 250px;
  }


  .sec1 ul li strong,
  .sec1 ul li P {
    font-size: 14.5px;
    padding-bottom: 1rem;
  }

  .mblock {
    display: block;
    height: 0px;
  }

  .sec1 ul li div p {
    font-size: 17px;
  }


  /* sec2 */
  .sec2 {
    padding: 60px 0 ;
    text-align: center;
    margin-top: 0;
  }

  .sec2 h2 {
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 1rem;
    line-height: 1.25;
  }

  .sec2 h2 br {
    display: none;
  }

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

  .sec2 .box {
    grid-gap: 7px;
  }


  /* sec3 */
  .sec3 {
    padding: 60px 0px 0;
    text-align: center;
    background-attachment: scroll;
  }

  .sec3 .m_tit {
    padding-bottom: 0;
  }



  /* sec4 */
  .sec4 {
    font-size: 17px;
    padding-bottom: 60px;
    margin-top: 0;
  }

  .sec4 h3 {
    font-size: 26px;
  }

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


}