@charset "UTF-8";

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

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

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}

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

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

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

.slide-box h2 {
  padding: 2rem 0;
  font-size: 54px;
  line-height: 65px;
  font-weight: 200;
  letter-spacing: -2px;
  text-shadow: 0 0 10px #eee2d4, 0 0 14px #eee2d4, 0 0 18px #eee2d4;
}

.slide-box h2 b {
  font-weight: 800;
  color: #005caa;
}

.slide-box em {
  color: #038029;
  font-weight: 800;
}

.slide-box h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -4px;
  color: #00f7ff;
}

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

.slide-box p {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 4rem;
  color: #00f7ff;
}

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

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

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

.m_tit span {
  font-size: 16px;
  font-weight: 900;
  color: #074daf;
}

.m_tit h3 {
  font-size: 37px;
  letter-spacing: -2px;
}

.m_tit p {
  font-size: 19px;
  color: #00a246;
}
.m_tit b {
  color: #00a246;
}

/* 타이틀 */
.t50 {
  font-size: 47px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -2px;
}

.t40 {
  font-size: 40px;
  padding-top: 1rem;
  line-height: 1.3;
  letter-spacing: -1px;
}

.t30 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Pretendard";
}

.t20 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Pretendard";
  letter-spacing: -1px;
}

.t19 {
  font-size: 19px;
  font-family: "Pretendard";
  letter-spacing: -1px;
}

.t17 {
  font-size: 17px;
  opacity: 0.7;
}

/* bar */
.main {
  position: relative;
}
.bar {
  padding: 1rem 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bar .container {
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-gap: 30px;
  border-radius: 30px;
  background: #f2f2f2;
  padding: 0;
  overflow: hidden;
}

.bar .container div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 15px;
  padding: 3rem;
}

.bar .green {
  background: #1d7c9f;
  justify-content: center !important;
}

.bar h3 {
  font-size: 24px;
}

.bar .t15 {
  opacity: 0.77;
}

/* sec1 */
.sec1 {
  padding: 170px 0 80px;
  background: url(../img/line_bg.jpg) center;
}

.sec1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 3rem;
}

.sec1 b {
  color: #3fb545;
  font-weight: 800;
}

.sec1 .t40 {
  padding-bottom: 2rem;
}

.sec1 .t20 {
  color: #555;
  padding-bottom: 2rem;
  max-width: 40ch;
}

.sec1 .t19 {
  background: url(../img/check.png) no-repeat left center;
  padding-left: 24px;
  margin: 8px 0;
}

.more {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  font-size: 17px;
  border-radius: 30px;
  color: #fff;
  background-image: linear-gradient(90deg, #12a75d, #58c3c7);
}

.more .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
}

.more:hover {
  background-image: linear-gradient(90deg, #227a54, #7cbdd1);
}

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

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

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

.sec1 ul li:nth-child(4) .img {
  background: url(../img/sec1_4.jpg);
  background-size: cover;
}

.sec1 ul li .text:hover {
  background: #eee;
}

.sec1 ul li .text:hover a img {
  filter: brightness(120%) hue-rotate(30deg);
}

.board_box {
  background: #f2f2f2;
  padding: 20px 0;
}

/* 슬라이드3 */
.slide3 .slick-list {
  overflow: hidden; /* ✅ 넘치는 부분 숨기기 */
}

.slide3 .slick-slide {
  margin: 0 20px;
}

.slide3-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
  height: 270px;
}

.slide3-box-1 {
  background: url(../img/g1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide3-box-2 {
  background: url(../img/g2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide3-box-3 {
  background: url(../img/g3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide3-box-4 {
  background: url(../img/g4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.slide3-box-5 {
  background: url(../img/g5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.slide3-box-6 {
  background: url(../img/g9.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

/* sec2 시작 */
.sec2 {
  padding: 140px 0;
  background: url(../img/sec2_bg.jpg) center;
  color: #fff;
}

.sec2 .container .text {
  max-width: 620px;
}

.sec2 .t30 {
  padding-bottom: 4rem;
}

.sec2 .t20 {
  padding-bottom: 3rem;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ffffff7c;
}

.sec2 ul li p {
  border-bottom: 1px solid #ffffff7c;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

/* sec3 시작 */
.sec3 {
  padding: 80px 0 50px;
  background: url(../img/line_bg.jpg) center;
  overflow: hidden;
}

.slide_bg {
  padding: 0px 0;
}

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

.slide2 .slick-slide {
  margin: 0 120px;
  width: 850px !important; /* 슬라이드 가로 크기 고정 */
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  padding-bottom: 4rem;
  margin: 20px 0;
}

/* 텍스트박스 */
.slide2 .text {
  background: #fff;
  padding: 2rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
}

.slick-active.slick-center {
  filter: grayscale(0%);
}

.slick-center .text {
  margin-top: 0;
  opacity: 1;
  transition: 0.9s;
  transform: translateY(0px);
  box-shadow: 0 5px 19px #a7a7a74b;
}

.slide2-box h3 {
  font-size: 28px;
  font-weight: 700;
  background: url(../img/arrow_g.png) no-repeat left center;
  background-size: 20px;
  padding-left: 29px;
  margin-bottom: 1rem;
}

.slide2-box p {
  font-size: 18px;
  opacity: 0.8;
}

.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/new_1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide2-box-2 {
  background: url(../img/new_2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide2-box-3 {
  background: url(../img/new_3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide2-box-4 {
  background: url(../img/new_4.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.slide2-box-5 {
  background: url(../img/new_5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

/* sec4 */
.sec4 {
  padding: 110px 0 0;
  background: url(/img/sec4_bg.jpg) center;
  color: #fff;
}

.sec4 .text_box {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 100px;
  padding-bottom: 9rem;
}

.sec4 .text_box div {
  display: flex;
  align-items: flex-end;
}

.sec4 .cs_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  width: 100%;
}

.sec4 .cs_box > div {
  background: #ffffff6c;
  padding: 3.3rem 0;
}

.sec4 .cs_box .t17,
.sec4 .cs_box .t25 {
  padding-top: 1.3rem;
}

.sec4 .cs_box > div:nth-child(1) {
  border-right: 1px solid #ffffff69;
}

.sec4 .cs_box > div:nth-child(3) {
  background: url(../img/sec4_4bg.png) center;
  background-size: cover;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인 슬라이드 시작**/

  .slide-box {
    height: 700px;
  }

  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }

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

  .slide-box span {
    font-size: 16px;
  }

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

  /* .sec2 */
  .sec2 {
  }

  .sec2 .container {
    grid-template-columns: 1fr;
    width: 100%;
    grid-gap: 0px;
  }

  .sec2 .img {
    height: 340px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width: 767px) {
  /**메인 슬라이드 시작**/
  .slide-box {
    height: 530px;
  }

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

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .text-group {
    align-items: flex-start;
    padding: 120px 30px 0;
    grid-gap: 0px;
    flex-direction: column;
  }

  .slide-box h2 {
    font-size: 32px;
    letter-spacing: normal;
    line-height: 38px;
  }
  .slide-box h3 {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }

  /* m_tit */
  .m_tit {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

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

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

  /* 타이틀 */
  .t50 {
    font-size: 35px;
    font-weight: 500;
    padding-top: 0.7rem;
  }

  .t40 {
    font-size: 28px;
    font-weight: 700;
    padding-top: 1rem;
    line-height: 1.3;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 22px;
    font-weight: 700;
  }

  .t25 {
    font-size: 20px;
  }

  .t20 {
    font-size: 17px;
  }

  .t19 {
    font-size: 16px;
  }

  .t17 {
    font-size: 15px;
    opacity: 0.7;
  }

  /*   .bar */
  .bar {
    position: relative;
    left: 0;
    transform: translate(0%, 0%);
  }
  .bar .container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 1rem;
    background: #fff;
    border-radius: 44px;
    box-shadow: none;
  }

  .bar h3 {
    font-size: 19px;
  }

  .bar img {
    width: 80px;
  }

  /* sec1 */
  .sec1 {
    border-top: 1px solid #ddd;
  }

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

  .board_box .title a {
    font-size: 17px;
  }

  /* 섹션2 */
  .sec2 {
    padding: 50px 0;
  }

  .sec2 .t30 br {
    display: none;
  }

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

  .sec2 ul li p {
    font-size: 18px;
  }

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

  /* 섹션4 */
  .sec4 {
    padding: 60px 0;
    background-image: url(../img/sec4_bgm.jpg) center;
    background-size: cover;
  }

  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    text-align: center;
  }

  .sec4 .container .m_tit {
    justify-content: center;
  }

  .sec4 .container .banner {
    align-items: center;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .slide-box-1 {
    background-position-x: 55%;
    background-size: cover;
    background-image: url(../img/main1.png);
  }
  .text-group h2 {
    text-shadow: 0 0 11px #fff;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -2px;
  }

  .more {
    padding: 1rem 2.2rem;
    font-size: 14px;
  }

  /* bar */
  .bar {
    display: none;
  }
  /* 공통 */
  .t50 {
    font-size: 30px;
  }

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

  .sec1 .img {
    padding-bottom: 2rem;
  }

  /* sec1 */

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

  /* 슬라이드 */

  .slide2 .slick-slide {
    margin: 0 10px;
    width: 100vw !important; /* 슬라이드 가로 크기 고정 */
  }

  .slide2-box {
    background-size: 115% !important;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    padding-bottom: 0rem;
    margin: 40px 0;
  }
  .slide2 .text {
    transform: translateY(0px);
  }
  .slide2-box h3 {
    font-size: 22px;
  }

  /* sec4 */
  .sec4 {
    background-size: cover;
    padding: 50px 0 0;
  }
  .sec4 .container {
    padding: 0;
  }
  .sec4 .text_box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: left;
    padding: 0 1rem;
    padding-bottom: 4rem;
  }

  .sec4 .cs_box {
    grid-template-columns: 1fr;
  }

  .sec4 .cs_box > div {
    padding: 1.5rem 0;
  }

  .sec4 .cs_box > div:nth-child(1) {
    border-bottom: 1px solid #ccc;
  }

  .sec4 .cs_box img {
    width: 100px;
  }

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