@charset "UTF-8";

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


/* main */

.main {
  display: flex;
}

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


.block {
  height: 0px;
}

.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: 860px;
  margin: auto;
}


.slide-box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}


.slide-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main2.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.slide-box-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main3.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}


.text-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.slide-box-3 .text-group {
  align-items: center;
}

.slide-box-2 .text-group {
  align-items: center;
}

.slide-box h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  padding: 2rem 0;
  padding-bottom: 3rem;
  color: #fff;
}




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


.bar {
  background: #255cc0;
  padding: 14px;
  color: #fff;
  font-size: 16px;
}

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


/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 80px 30px;
  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 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 23vw;
  max-height: 330px;
  min-height: 210px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #255cc0;
  ;
  height: 36px;
  width: 36px;
  left: -20px;
  transform: translateY(-100%);
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #255cc0;
  height: 36px;
  width: 36px;
  right: -20px;
  transform: translateY(-100%);
}


.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/g4.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/g5.jpg);
  background-size: cover;
  background-position: center center;
}

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

.slide2-box-6 {
  background: url(../img/g9.jpg);
  background-size: cover;
  background-position: center center;
}


.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}


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




/**video 시작**/
.video_wrap {
  width: 100%;
  padding: 100px 0;
}

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

.video_wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video_wrap i {
  display: inline-block;
  color: red;
  font-style: normal;
}

.video_wrap h2 {
  font-size: 42px;
  line-height: 1.1;
  padding: 1rem 0 3rem;
}

.video_wrap p {
  font-size: 17px;
  max-width: 40ch;
}



/**video 끝//**/


/* soom */
.soom {
  background-image: linear-gradient(to right, #1b65b9 65%,rgb(255, 0, 43));
  color: #fff;
  font-size: 17px;
  padding: 3rem 2rem;
  text-align: center;
}

.soom a {
  display: inline-block;
  font-size: 18px;
  border: 1px solid;
  padding: 10px 20px;
  margin-top: 1rem;
}

/* sec2 */
.sec2 {
  padding: 100px 0;
  text-align: center;
  background: url(../img/sec2_bg.png);
}

.sec2 .container {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 50px;
  color: #fff;
}

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

.sec2 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  grid-gap: 5px;
}

.sec2 ul li b {
  font-size: 22px;
}

.sec2 ul li p {
  font-size: 19px;
  line-height: 1.3;
  opacity: 0.7;
}


/* sec3 */
.sec3 {
  padding: 100px 0;
  background-size: cover;
  font-size: 22px;
  text-align: center;
  background: url(../img/sec3_bg.jpg) center;
  background-size: cover;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 54%;
  grid-gap: 15px;
  padding-top: 2rem;
}

.sec3 ul li {
  background: #46443a;
  color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec3 .m_tit {
  padding: 1rem 0;
  text-align: left;
}


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




.m_block {
  display: none !important;
}

.d_block {
  display: block !important;
}





/* 공통텍스트 */

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

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

.text_h4 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1.5rem;
  letter-spacing: -1px;
}

.text_h2 b {
  color: #ff771d;
}

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

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

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

.text_p15 {
  font-size: 15px;
  line-height: 1.65;
}

.text_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.text_b:hover {
  color: #fff;
}

span.line {
  display: block;
  width: 45px;
  height: 3px;
  margin-bottom: 1.5rem;
}



/* sec5 */
.sec5 {
  padding: 0 0 70px;
  display: flex;
  justify-content: center;
}






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

.m_tit p {
  font-size: 18px;
  padding-top: 1rem;
  opacity: 0.85;
  padding-bottom: 3rem;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 170%;
  font-weight: 500;
  line-height: 1.3;
}

.m_tit h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}

.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_tit b {
  color: #e22525;
}


span.line {
  display: inline-block;
  background: #9df587;
  width: 60px;
  height: 3px;
  margin: 1.3rem 0 0.4rem;
}

/**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_box h3 {
    font-size: 27px;
  }

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


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

  .sec2 iframe {
    width: 100% !important;
    height: 450px;
  }

  /* sec3 */

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

  .sec3 ul li {}

  /* sec4 */
  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .sec4 .container iframe {
    width: 100%;
    height: 350px;
  }

}

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

  .main {
    flex-direction: column;
  }

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 550px;
  }

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

  .text-group {
    height: 550px;
    padding-right: 0%;
  }

  .slide-box img {
    width: 65%;
  }

  .slide-box p {
    font-size: 18px;
    line-height: 1;
    padding: 6px 10px;
  }

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

  .more {
    padding: 10px 25px;
  }


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

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 0px;
    font-size: 29px;
  }

  .m_tit p,
  .m_tit em {
    font-size: 15.5px;
    padding: 1rem 0;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/


  /* sec1 */
  .video_wrap h2 {
    font-size: 29px;
  }

  .video_wrap p {
    font-size: 15.5px;
  }


  /* sec2 */

  .sec2 {
    padding: 60px 0;
  }

  .sec2 .container {
    grid-template-columns: 1fr;
    padding-top: 0;
    grid-gap: 0;
  }

    .sec2 ul {
    padding-top: 2rem;
    grid-template-columns: 1fr 1fr;
  }



  /* sec3 */

  .sec3 {
    background: url(../img/sec3_bgm.jpg);
    background-size: cover;
    padding-top: 53vw;
    text-align: center;
    padding-bottom: 50px;
  }

  .sec3 .m_tit {
    text-align: center;
  }
  .sec3 .container {
    grid-template-columns: 1fr;
    padding-top: 0;
    grid-gap: 0;
    font-size: 18px;
  }

  .sec3 ul {
    width: 100%;
    padding-top: 2rem;
  }



  /* sec4 */
  .sec4 {
    padding: 70px 0px 0;
    font-size: 18px;
    grid-template-columns: 1fr;
  }

  .sec4 div:first-child {}

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

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


  /* sec5 */
  .sec5 {
    padding: 0px 0;
  }

  /* 공통텍스트 */

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

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

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

  .text_h2 b {
    color: #e9823d;
  }

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

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

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

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

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




}


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

  .d_block {
    display: none !important;
  }

  .m_block {
    display: block !important;
  }

  .slide-box {
    height: 450px;
  }

  .slide-box .text-group {
    height: 450px;
    padding: 0 15px;
  }


  .slide-box img {
    width: 85%;
  }

  .slide-box p {
    display: block;
    padding: 0;
    font-size: 16px;
  }

  .slide-box a {
    text-align: center;
    margin: auto;
  }

  .slide-box a img {
    margin: auto;
  }

  /* bar */

  .bar .container {
    font-size: 15px;
    grid-gap: 10px;
    flex-direction: column;
  }

  /* 슬라이드2 */

  .slide_bg .slide-item {
    height: 300px;
  }

  .slide2-box {
    padding: 2rem;
  }

  .slide2-box h2 {
    font-size: 23px;
  }

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


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


  /* sec2 */
  .sec2 iframe {
    padding-top: 1rem;
  }


  /* sec3 */
  .sec3 {
   padding-top: 60vw;
   background-size: 100%;

  }

  .sec3 ul {
    padding-top: 1.5rem;
  }

}