@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: 950px;
  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;
}

.text-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 120px;
}

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

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

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



/* .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: 360px;
  min-height: 230px;
}

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

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

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

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

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


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


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




/* sec1 */
.sec1 {
  position: relative;
  padding: 120px 0 150px;
  background: url(../img/sec1_Bg.jpg) center bottom no-repeat;
}

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

.sec1 em {
  font-size: 20px;
  color: #d9c7be;
  display: none;
}

.sec1 h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #daf4c6;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.sec1 p {
  font-size: 18px;
  max-width: 44ch;
  padding: 3rem 0 5rem;
}

.sec1 b {
  font-weight: 600;
}



/* sec2 */
.sec2 {
  padding: 80px 0;
  background: url(../img/sec2_bg.jpg) no-repeat;
  background-position: 80% 65%;
}

.sec2 .container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 90px;
}

.sec2 h2 {
  font-size: 38px;
  padding-bottom: 3rem;
}

.sec2 p {
  font-size: 18px;
  max-width: 55ch;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.sec2 b {
  color: #ae8700;
}

.sec2 a {
  display: block;
  padding-top: 2rem;
}


/* sec3 */
.sec3 {
  padding: 100px 0;
  background-size: cover;
  font-size: 20px;
  background: #f2f2f2;
}

.sec3 .container {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  grid-gap: 50px;
}

.sec3 .container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sec3 p {
  padding-bottom: 3rem;
}

.sec3 b {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 0.9em;
}

/* sec4 */
.sec4 {
  padding: 100px 0;
  position: relative;
}

.sec4 div {
  position: relative;
}

.sec4 .img2 {
  text-align: center;
  padding-left: 18%;
  padding-top: 50px;
}

.sec4 .img3 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50%;
  text-align: right;
}


/* 공통텍스트 */

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






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

.m_tit p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 1rem;
  text-transform: uppercase;
  color: #f55c36;
  opacity: 0.85;
  font-weight: bold;
  letter-spacing: 5px;
  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: #6eb61d;
}


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 {
    padding: 50px 0;
  }

  .sec3 ul {
    padding: 2rem 1.5rem 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sec3 ul li {
    padding-bottom: 2rem;
  }

  .sec3 ul li:last-child {
    display: none;
  }

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

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

  .text-group {
    height: 650px;
    padding-right: 8%;
  }

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

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

  .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 */
  .sec1 {
    padding: 55px 20px;
    background: #f3f3f3;
  }

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

  .sec1 p {
    font-size: 15px;
    line-height: 1.65;
    padding-bottom: 0;
  }

  .sec1 p br {
    display: none;
  }

  /* sec2 */

  .sec2 {
    background-image: url(../img/sec2_bgm.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 71vw;
    padding-bottom: 50px;
  }

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

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

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

  /* sec3 */

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

  /* sec4 */
  .sec4 {
    padding: 100px 10px 40px;
    font-size: 18px;
    grid-template-columns: 1fr;
    background-size: cover;
  }

  .sec4 div {
    padding: 1rem;
  }

  .sec4 .img2 {
    padding: 0;
  }

  .sec4 .img3 {
    width: 100%;
    position: relative;
  }

  /* 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-1 {
    height: 500px;
    background-position-x: 35%;
    background-position-y: 150%;
  }

  .slide-box .text-group {
    height: 500px;
    padding: 0 25px;
    padding-top: 90px;
  }

  .slide-box h2 {
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1.3;
    padding: 1rem 0;
    max-width: 17ch;
    text-shadow: 0 0 10px #333;
  }

  .slide-box h2 br {
    display: none;
  }

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

  .slide-box a {
    width: 55%;
    padding-top: 2rem;
  }

  /* 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 */
  .sec1 {
    padding: 40px 20px;
  }

  .sec1_box {
    grid-template-columns: 1fr;
  }

  .sec1_box .img {
    height: 500px;
  }

  .sec1_box .text {
    padding: 4rem 2rem;
    background-size: cover;
    background-position: right;
  }

  .sec1_box a {
    display: inline-block;
    width: 70%;
  }


  /* sec2 */
  .sec2_title {
    width: 60%;
  }
  .sec2_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec2 a {
    padding-top: 0;
  }


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

  .sec3 p {
    font-size: 16px !important;
  }

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


}