@charset "UTF-8";
.section_1 {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  .section_1 {
    height: 650px;
  }
}
.section_1 .swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1024px) {
  .section_1 .swiper {
    height: 650px;
  }
}
.section_1 .swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 919px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
}
.section_1 .swiper .swiper-slide .cont {
  width: 100%;
  max-width: 1480px;
  display: flex;
  justify-content: space-between;
}
.section_1 .swiper .swiper-slide .cont > .main_left {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_1 .swiper .swiper-slide .cont > .main_left > p {
  font-size: 20px;
}
.section_1 .swiper .swiper-slide .cont > .main_left > h2 {
  font-size: 88px;
  font-weight: 700;
}
.section_1 .swiper .swiper-slide .cont > .main_left > h3 {
  font-size: 70px;
  font-weight: 600;
}
.section_1 .swiper .swiper-slide .cont > .main_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section_1 .swiper .swiper-slide .cont > .main_right > a {
  color: #fff;
  font-weight: 600;
  background-color: black;
  padding: 9px 14px;
  border-radius: 50px;
}
.section_1 .swiper .main_slide_1 {
  background-image: url(../img/main_img.png);
  background-color: rgba(0, 0, 0, 0.494);
  background-blend-mode: multiply;
}
.section_1 .swiper .main_slide_2 {
  background-image: url(../img/main_img_2.jpg);
}
.section_1 .swiper .main_slide_2 .cont > .main_left > h2 {
  font-size: 70px;
}
.section_1 .swiper .main_slide_3 {
  background-image: url(../img/main_img_3.jpg);
}
.section_1 .swiper .main_slide_3 .cont > .main_left > h2 {
  font-size: 52px;
}
.section_1 .swiper .control-button {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.section_1 .swiper .play-button {
  right: -170px; /* Play 버튼과 Pause 버튼을 나란히 배치 */
  top: -25px;
}
.section_1 .swiper .pause-button {
  left: -75px;
  top: -20px;
}
.section_1 .swiper .btn_box {
  position: relative;
  width: 30%;
  left: -209px;
  top: 1px;
}
.section_1 .swiper .swiper-button-next::after,
.section_1 .swiper .swiper-button-prev::after {
  position: absolute;
  width: 4px;
  height: 10px;
  color: #fff;
  font-size: 10px;
}
.section_1 .swiper .pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -105px;
  width: 100%;
  max-width: 305px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.section_1 .swiper .pagination-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 0.6431372549);
}
.section_1 .swiper .pagination-container .slide-info {
  z-index: 10;
  position: absolute;
  right: -70px;
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.section_1 .swiper .pagination-container .slide-info .slide_info_box {
  position: relative;
}
.section_1 .swiper .pagination-container .slide-info .slide_info_box .current-slide {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: -30px;
}
.section_1 .swiper .pagination-container .slide-info .slide_info_box .total-slide {
  font-size: 18px;
  font-weight: 700;
  color: #717171;
  position: absolute;
  color: #fff;
  top: 5px;
  right: -30px;
}
.section_1 .swiper .pagination-container .swiper-pagination-horizontal {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1600px) {
  .section_1 .swiper .swiper-slide {
    height: 100vh;
    gap: 45px;
  }
  .section_1 .swiper .swiper-slide > .cont {
    padding: 0 20px;
    justify-content: space-around;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > p {
    font-size: 15px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > h2 {
    font-size: 45px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > h3 {
    font-size: 50px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right {
    gap: 20px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right > a {
    color: #fff;
    font-weight: 600;
    background-color: black;
    padding: 9px 14px;
    border-radius: 50px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right > img {
    width: 100%;
  }
  .section_1 .swiper .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;
    width: 100%;
    max-width: 625px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .section_1 .swiper .pagination-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, 0.6431372549);
  }
  .section_1 .swiper .pagination-container .slide-info {
    z-index: 10;
    position: absolute;
    right: -70px;
    color: white;
    font-weight: 600;
    font-size: 20px;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box {
    position: relative;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box .current-slide {
    position: absolute;
    top: -5px;
    left: -30px;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box .total-slide {
    position: absolute;
    color: #fff;
    top: 5px;
    right: -30px;
  }
  .section_1 .swiper .pagination-container .swiper-pagination-horizontal {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1024px) {
  .section_1 {
    height: 660px !important;
  }
  .section_1 .swiper .btn_box {
    position: relative;
    width: 57%;
    left: -131px;
    top: 1px;
  }
  .section_1 .swiper .swiper-slide {
    height: 650px;
    gap: 45px;
  }
  .section_1 .swiper .swiper-slide > .cont {
    padding: 0 20px;
    justify-content: space-around;
    flex-direction: column;
    gap: 20px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > p {
    font-size: 13px;
    word-break: keep-all;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > h2 {
    font-size: 19px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left > h3 {
    font-size: 23px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_left .sec_swipe {
    font-size: 12px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right {
    gap: 20px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right > a {
    color: #fff;
    font-weight: 600;
    background-color: black;
    padding: 9px 14px;
    border-radius: 50px;
    font-size: 12px;
  }
  .section_1 .swiper .swiper-slide > .cont > .main_right > img {
    width: 43%;
  }
  .section_1 .swiper .main_slide_3 {
    background-position-x: -179px;
    background-size: inherit;
  }
  .section_1 .swiper .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;
    width: 42%;
    max-width: 150px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
  }
  .section_1 .swiper .pagination-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, 0.6431372549);
  }
  .section_1 .swiper .pagination-container .slide-info {
    z-index: 10;
    position: absolute;
    right: -70px;
    color: white;
    font-weight: 600;
    font-size: 16px;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box {
    position: relative;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box .current-slide {
    position: absolute;
    top: -5px;
    left: -30px;
  }
  .section_1 .swiper .pagination-container .slide-info .slide_info_box .total-slide {
    position: absolute;
    color: #fff;
    top: 5px;
    right: -30px;
  }
  .section_1 .swiper .pagination-container .swiper-pagination-horizontal {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.section_2 {
  width: 100%;
  padding-top: 150px;
}
.section_2 .tit_wrap {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  line-height: 2;
}
.section_2 .tit_wrap > .tit_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section_2 .tit_wrap > .tit_box > h2 {
  font-size: 51px;
  font-weight: 700;
}
.section_2 .tit_wrap > .tit_box > p {
  font-size: 18px;
  font-weight: 700;
  color: #006BB1;
}
.section_2 .mySwiper2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 600px;
}
.section_2 .mySwiper2 .slide_info_box {
  position: absolute;
  top: 5px;
  right: 510px;
}
.section_2 .mySwiper2 .slide_info_box .current-slide_2 {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: -40px;
}
.section_2 .mySwiper2 .slide_info_box .total-slide_2 {
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  right: -27px;
}
.section_2 .mySwiper2 .swiper-pagination {
  width: 15%;
  height: 8px;
}
.section_2 .mySwiper2 .swiper-pagination-progressbar {
  left: 60%;
  top: 35px;
}
.section_2 .mySwiper2 .swiper-button-next::after,
.section_2 .mySwiper2 .swiper-button-prev::after {
  display: none;
}
.section_2 .mySwiper2 .swiper-wrapper {
  width: 100%;
  max-width: 1620px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 240px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .left {
  background-image: url(../img/section_2_1.png);
  width: 100%;
  max-width: 715px;
  height: 450px;
  border-radius: 30px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  line-height: 1.2;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h3 {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 8px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 45px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h5 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h5 > span {
  font-size: 20px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right .p_word {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right .p_word > p {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  margin-bottom: 18px;
  width: 100%;
  text-align: center;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide_2 .left {
  background-image: url(../img/section_2_2.png);
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide_2 .right > h2 {
  margin-bottom: 14px;
  font-size: 33px;
}
.section_2 .mySwiper2 .swiper-wrapper .swiper-slide_3 .left {
  background-image: url(../img/section_2_3.png);
}

@media (max-width: 1024px) {
  .section_2 {
    padding-top: 10px;
    height: 600px !important;
  }
  .section_2 .tit_wrap {
    padding: 0 20px;
  }
  .section_2 .tit_wrap > .tit_box > h2 {
    font-size: 22px;
  }
  .section_2 .mySwiper2 .swiper-pagination {
    width: 23%;
    height: 8px;
  }
  .section_2 .mySwiper2 .swiper-pagination-progressbar {
    left: 60%;
    top: 0;
  }
  .section_2 .mySwiper2 .slide_info_box {
    right: 240px;
  }
  .section_2 .mySwiper2 .swiper-wrapper {
    width: 100%;
    max-width: 1620px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    padding: 30px 20px 0 20px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .left {
    height: 115px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    line-height: 1.2;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h3 {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 8px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right > h5 {
    margin-bottom: 4px;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right .p_word {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide .right .p_word > p {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    width: 100%;
  }
  .section_2 .mySwiper2 .swiper-wrapper .swiper-slide_2 .right > h2 {
    margin-bottom: 10px;
  }
}
.section_3 {
  width: 100%;
  background-image: url(../img/section_3_back.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_3 > .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_3 > .fp-tableCell > .section_3_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.section_3 > .fp-tableCell > .section_3_wrap > .tit_box > h2 {
  font-family: "GangwonEduPowerExtraBoldA";
  font-size: 52px;
  font-weight: 800;
  color: white;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box {
  width: 100%;
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 80px 110px;
  gap: 80px;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 290px;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top > h2 {
  font-size: 25px;
  font-weight: 700;
  color: white;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .bottom {
  width: 100%;
}
.section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .bottom > p {
  font-size: 17px;
  color: white;
  width: 302px;
}

@media (max-width: 1028px) {
  .section_3 > .fp-tableCell > .section_3_wrap {
    gap: 20px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .tit_box > h2 {
    font-size: 30px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
    gap: 30px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top {
    gap: 5px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top > h2 {
    font-size: 25px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .bottom {
    width: 100%;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .bottom > p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .section_3 {
    height: 530px !important;
  }
  .section_3 > .fp-tableCell > .section_3_wrap {
    gap: 20px;
    padding: 0 20px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .tit_box > h2 {
    font-size: 23px;
    text-shadow: 3px -3px 2px rgba(0, 0, 0, 0.6392156863);
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 10px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content {
    gap: 2px;
    margin-bottom: 18px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top > h2 {
    font-size: 17px;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .top > img {
    width: 8%;
  }
  .section_3 > .fp-tableCell > .section_3_wrap > .blur_box .content > .bottom > p {
    font-size: 14px;
  }
}
.section_4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section_4 > .fp-tableCell {
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.section_4 > .fp-tableCell > .gray_back {
  width: 100%;
  height: 570px;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #ECEDEE;
  z-index: 1;
}
.section_4 > .fp-tableCell > .tit_box {
  line-height: 2;
  z-index: 5;
  margin-bottom: 60px;
}
.section_4 > .fp-tableCell > .tit_box > h2 {
  font-size: 51px;
  font-weight: 700;
}
.section_4 > .fp-tableCell > .tit_box > p {
  color: #888;
}
.section_4 > .fp-tableCell > .tit_box > p > span {
  color: #00AB1D;
}
.section_4 > .fp-tableCell > .content_wrap {
  z-index: 5;
  width: 100%;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box {
  width: 100%;
  max-width: 1480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 415px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1568627451);
  border-radius: 23px;
  padding-top: 65px;
  position: relative;
  background-color: #fff;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h2 {
  font-size: 25px;
  font-weight: 900;
  color: #009FD0;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h3 {
  font-size: 25px;
  font-weight: 700;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > a {
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 8px 25px;
  background-color: #006BB1;
  border-radius: 22px;
}
.section_4 > .fp-tableCell > .content_wrap > .content_box > .content > img {
  position: absolute;
  bottom: -27%;
  transform: translateY(-50%);
}
.section_4 > .fp-tableCell > .content_wrap > .content_box .content_1 > img {
  bottom: -50%;
}

@media (max-width: 1024px) {
  .section_4 {
    height: 610px !important;
  }
  .section_4 > .fp-tableCell > .tit_box {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .section_4 > .fp-tableCell > .tit_box > h2 {
    font-size: 40px;
  }
  .section_4 > .fp-tableCell > .tit_box > p {
    font-size: 14px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content {
    width: 100%;
    max-width: 420px;
    height: 310px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1568627451);
    border-radius: 23px;
    padding-top: 25px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit {
    gap: 20px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h2 {
    font-size: 18px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h3 {
    font-size: 19px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > a {
    font-size: 14px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > img {
    width: 31%;
    position: absolute;
    bottom: -18%;
    transform: translateY(-50%);
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box .content_1 > img {
    bottom: 0%;
  }
}
@media (max-width: 760px) {
  .section_4 > .fp-tableCell > .gray_back {
    display: none;
  }
  .section_4 > .fp-tableCell > .tit_box {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .section_4 > .fp-tableCell > .tit_box > h2 {
    font-size: 40px;
  }
  .section_4 > .fp-tableCell > .tit_box > p {
    font-size: 14px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content {
    width: 100%;
    max-width: 420px;
    height: 205px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1568627451);
    border-radius: 23px;
    padding-top: 25px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit {
    gap: 13px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h2 {
    text-align: center;
    font-size: 11px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > h3 {
    font-size: 11px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > .sub_tit > a {
    font-size: 12px;
    padding: 6px 17px;
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box > .content > img {
    width: 60%;
    position: absolute;
    height: 37%;
    bottom: -10%;
    transform: translateY(-50%);
  }
  .section_4 > .fp-tableCell > .content_wrap > .content_box .content_1 > img {
    bottom: 0%;
  }
}
.section_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
}
.section_5 > .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
}
.section_5 > .fp-tableCell > .sub_tit {
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.section_5 > .fp-tableCell > .sub_tit > h2 {
  font-size: 51px;
  font-weight: 700;
}
.section_5 > .fp-tableCell > .sub_tit > p {
  font-size: 18px;
}
.section_5 > .fp-tableCell > .sub_tit > p > span {
  color: #00AB1D;
}
.section_5 > .fp-tableCell > .table_wrap h3 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.section_5 > .fp-tableCell > .table_wrap h3::after {
  content: "";
  background-color: black;
  position: absolute;
  left: 5px;
  width: 7px;
  height: 20px;
}
.section_5 > .fp-tableCell > .table_wrap table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1568627451);
  border-radius: 20px;
  margin-bottom: 20px;
}
.section_5 > .fp-tableCell > .table_wrap table th {
  padding: 25px 0;
  font-weight: 700;
  width: 100%;
  width: 225px;
  color: #fff;
  border-right: 1px solid #CFCFCF;
}
.section_5 > .fp-tableCell > .table_wrap table td {
  padding: 25px 0;
  font-weight: 700;
  width: 225px;
  border-right: 1px solid #CFCFCF;
}
.section_5 > .fp-tableCell > .table_wrap table .top_left {
  border-radius: 20px 0 0 0;
}
.section_5 > .fp-tableCell > .table_wrap table .top_right {
  border-radius: 0 20px 0 0;
  border-right: 0px solid;
}
.section_5 > .fp-tableCell > .table_wrap table .bottom_right {
  border-radius: 0 0 0 20px;
  border-right: 0px solid;
}
.section_5 > .fp-tableCell > .table_wrap .grean_table {
  background-color: #607d8b;
}
.section_5 > .fp-tableCell > .table_wrap .grean_table td {
  background-color: white;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_1 h3::after {
  background-color: #009FD0;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_1 th {
  background-color: #607d8b;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_1 td {
  border-top: 8px solid red;
  border-bottom: 8px solid red;
  border-right: 1px solid #CFCFCF;
  color: red;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_1 .red_left {
  border-left: 8px solid red;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_1 .red_right {
  border-right: 8px solid red;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_2 table {
  border-radius: 20px;
}
.section_5 > .fp-tableCell > .table_wrap > .table_box_2 th {
  background-color: #607d8b;
}

@media (max-width: 1024px) {
  .section_5 {
    height: 550px !important;
    padding-top: 0px;
  }
  .section_5 > .fp-tableCell > .sub_tit {
    line-height: 2;
    text-align: center;
  }
  .section_5 > .fp-tableCell > .sub_tit > h2 {
    font-size: 30px;
  }
  .section_5 > .fp-tableCell > .sub_tit > p {
    font-size: 13px;
    word-break: keep-all;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .section_5 > .fp-tableCell > .table_wrap {
    padding: 0 20px;
  }
  .section_5 > .fp-tableCell > .table_wrap h3 {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }
  .section_5 > .fp-tableCell > .table_wrap h3::after {
    content: "";
    background-color: black;
    position: absolute;
    left: 5px;
    width: 7px;
    height: 20px;
  }
  .section_5 > .fp-tableCell > .table_wrap table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1568627451);
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .section_5 > .fp-tableCell > .table_wrap table th {
    padding: 8px 0;
    font-size: 11px;
    line-height: 1.3;
  }
  .section_5 > .fp-tableCell > .table_wrap table td {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.2;
  }
  .section_5 > .fp-tableCell > .table_wrap table .top_left {
    border-radius: 20px 0 0 0;
  }
  .section_5 > .fp-tableCell > .table_wrap .grean_table {
    background-color: #607d8b;
  }
  .section_5 > .fp-tableCell > .table_wrap .grean_table td {
    background-color: white;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_1 h3::after {
    background-color: #009FD0;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_1 th {
    background-color: #607d8b;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_1 td {
    border-top: 8px solid red;
    border-bottom: 8px solid red;
    border-right: 1px solid #CFCFCF;
    color: red;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_1 .red_left {
    border-left: 8px solid red;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_1 .red_right {
    border-right: 8px solid red;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_2 table {
    border-radius: 20px;
  }
  .section_5 > .fp-tableCell > .table_wrap > .table_box_2 th {
    background-color: #607d8b;
  }
}
.section_6 {
  width: 100%;
}
.section_6 > .fp-tableCell {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_6 .img_box {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
  position: relative;
}
.section_6 .img_box > .blur_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 390px;
  height: 200px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  text-align: center;
  color: white;
  margin-bottom: 35px;
}
.section_6 .img_box > .blur_box > h2 {
  font-size: 30px;
  font-weight: 800;
}
.section_6 .img_box > .blur_box > p {
  font-size: 18px;
  font-weight: 700;
}
.section_6 .img_box > h3 {
  font-size: 45px;
  font-weight: 800;
  color: white;
  transition: 0.5s;
  position: absolute;
  bottom: 25px;
  right: 10px;
}
.section_6 .img_box_1 {
  background: url(../img/section_6_1.png);
  width: 100%;
  max-width: 480px;
  background-color: rgba(0, 0, 0, 0.4470588235);
  background-blend-mode: multiply;
  transition: 0.5s;
}
.section_6 .img_box_1 > h3 {
  transform: rotate(-90deg);
}
.section_6 .img_box_1:hover {
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: normal;
  transition: 0.5s;
}
.section_6 .img_box_2 {
  background: url(../img/section_6_2.png);
  background-color: rgba(0, 0, 0, 0.4470588235);
  background-blend-mode: multiply;
  transition: 0.5s;
}
.section_6 .img_box_2 > h3 {
  transform: rotate(-90deg);
}
.section_6 .img_box_2:hover {
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: normal;
  transition: 0.5s;
}
.section_6 .img_box_3 {
  background: url(../img/section_6_3.png);
  background-color: rgba(0, 0, 0, 0.4470588235);
  background-blend-mode: multiply;
  transition: 0.5s;
}
.section_6 .img_box_3 > h3 {
  transform: rotate(-90deg);
}
.section_6 .img_box_3:hover {
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: normal;
  transition: 0.5s;
}
.section_6 .img_box_4 {
  background: url(../img/section_6_4.png);
  background-color: rgba(0, 0, 0, 0.4470588235);
  background-blend-mode: multiply;
  transition: 0.5s;
}
.section_6 .img_box_4 > h3 {
  transform: rotate(-90deg);
}
.section_6 .img_box_4:hover {
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: normal;
  transition: 0.5s;
}
@media (max-width: 1600px) {
  .section_6 > .fp-tableCell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
  .section_6 .img_box {
    width: 100%;
    max-width: 480px;
    height: 50vh;
    padding-bottom: 40px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .section_6 {
    height: 740px !important;
  }
  .section_6 > .fp-tableCell {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .section_6 .img_box {
    height: 40vh;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center;
  }
  .section_6 .img_box > .blur_box {
    gap: 20px;
    width: 100%;
    max-width: 280px;
    padding: 10px;
    height: auto;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    text-align: center;
    color: white;
    margin-bottom: 50px;
  }
  .section_6 .img_box > .blur_box > h2 {
    font-size: 18px;
  }
  .section_6 .img_box > .blur_box > p {
    font-size: 12px;
  }
  .section_6 .img_box > h3 {
    font-size: 25px;
    bottom: 15px;
    right: 20px;
  }
}
.section_7 {
  background-image: url(../img/section_7_back.png);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.section_7 > .fp-tableCell {
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_7 > .fp-tableCell > .tit_box {
  width: 100%;
  max-width: 1480px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-bottom: 50px;
}
.section_7 > .fp-tableCell > .tit_box > h2 {
  font-size: 51px;
  font-weight: 700;
}
.section_7 > .fp-tableCell > .tit_box > h2 > span {
  font-size: 16px;
  text-shadow: 3px 2px 5px #000000;
}
.section_7 > .fp-tableCell > .tit_box > .more_box {
  padding: 20px 10px;
  width: 100%;
  max-width: 150px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  background-color: #00AB1D;
  color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .section_7 > .fp-tableCell > .tit_box > .more_box {
    font-size: 15px;
    max-width: 100px;
    height: 30px;
    margin-top: 60px;
  }
}
.section_7 > .fp-tableCell > .img_wrap {
  width: 100%;
  max-width: 1620px;
  padding: 62px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background-color: white;
}
.section_7 > .fp-tableCell > .img_wrap .img_box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 300px;
}
.section_7 > .fp-tableCell > .img_wrap .img_box > h2 {
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}
.section_7 > .fp-tableCell > .img_wrap .img_box > p {
  font-size: 12px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.section_7 > .fp-tableCell > .img_wrap .img_box img {
  width: 300px;
  height: 230px;
}

@media (max-width: 1300px) {
  .section_7 {
    padding-top: 40px;
  }
  .section_7 > .fp-tableCell {
    padding: 0 20px;
  }
  .section_7 > .fp-tableCell > .tit_box {
    gap: 15px;
    margin-bottom: 5px;
    align-items: center;
  }
  .section_7 > .fp-tableCell > .tit_box > h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .section_7 > .fp-tableCell > .tit_box > p {
    font-size: 14px;
  }
  .section_7 > .fp-tableCell > .img_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .section_7 > .fp-tableCell > .img_wrap > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box > h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box > p {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .section_7 {
    height: 620px !important;
    padding-top: 40px;
    background-position: -60px;
  }
  .section_7 > .fp-tableCell {
    padding: 0 20px;
  }
  .section_7 > .fp-tableCell > .tit_box {
    gap: 15px;
    margin-bottom: 5px;
  }
  .section_7 > .fp-tableCell > .tit_box > h2 {
    font-size: 30px;
  }
  .section_7 > .fp-tableCell > .tit_box > p {
    font-size: 13px;
    word-break: keep-all;
  }
  .section_7 > .fp-tableCell > .img_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    gap: 10px;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box > h2 {
    font-size: 16px;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box > p {
    font-size: 11px;
    line-height: 1.3;
    word-break: keep-all;
  }
  .section_7 > .fp-tableCell > .img_wrap .img_box img {
    width: 120px;
    height: 100px;
  }
}
.section_8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_8 > .fp-tableCell {
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_8 > .fp-tableCell > .tit_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  gap: 30px;
}
.section_8 > .fp-tableCell > .tit_box > h2 {
  font-size: 51px;
  font-weight: 700;
}
.section_8 > .fp-tableCell > .tit_box > p {
  font-weight: 700;
}
.section_8 > .fp-tableCell > .content_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1480px;
  justify-content: space-between;
  align-items: center;
}
.section_8 > .fp-tableCell > .content_wrap > .content_box {
  width: 100%;
  max-width: 330px;
  height: 470px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-right: 50px;
  border-right: 1px solid rgba(112, 112, 112, 0.3843137255);
}
.section_8 > .fp-tableCell > .content_wrap > .content_box > p {
  font-size: 14px;
  line-height: 2;
  word-break: keep-all;
}
.section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit > h2 {
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 1028px) {
  .section_8 {
    padding-top: 40px;
  }
  .section_8 > .fp-tableCell > .tit_box {
    margin-bottom: 15px;
    gap: 15px;
  }
  .section_8 > .fp-tableCell > .tit_box > h2 {
    font-size: 40px;
  }
  .section_8 > .fp-tableCell > .content_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box {
    width: 100%;
    max-width: 330px;
    height: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 50px;
    border-right: 1px solid rgba(112, 112, 112, 0.3843137255);
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > p {
    font-size: 14px;
    line-height: 2;
    word-break: keep-all;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit > h2 {
    font-size: 26px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .section_8 {
    height: 600px !important;
    padding-top: 0px;
  }
  .section_8 > .fp-tableCell > .tit_box {
    margin-bottom: 15px;
    gap: 15px;
  }
  .section_8 > .fp-tableCell > .tit_box > h2 {
    font-size: 29px;
  }
  .section_8 > .fp-tableCell > .content_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    place-items: center;
    padding: 0 20px;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box {
    width: 100%;
    max-width: 330px;
    height: 220px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 0px;
    border-right: 0px solid rgba(112, 112, 112, 0.3843137255);
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > img {
    width: 100%;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > p {
    font-size: 12px;
    line-height: 1.3;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit > h2 {
    font-size: 12px;
  }
  .section_8 > .fp-tableCell > .content_wrap > .content_box > .sub_tit > img {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .fp-tableCell {
    height: 80vh !important;
  }
}/*# sourceMappingURL=main.css.map */