* {
  word-break: keep-all;
}

.body_box {
  overflow-x: hidden;
  width: 100%;
}

.tit_mark {
  position: relative;
  z-index: 999;
}
.tit_mark > img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}

.menu_bar {
  width: 87px;
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  z-index: 999;
  border-radius: 100px;
  gap: 10px;
  padding: 20px 0 0 0;
}
@media (max-width: 768px) {
  .menu_bar {
    width: 100%;
    height: auto;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    top: auto;
    transform: translateY(0);
    border-radius: 0;
    bottom: 0;
    z-index: 99999;
    left: 0;
    padding: 10px;
  }
}
.menu_bar > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4196078431);
  padding-bottom: 9px;
}
@media (max-width: 1024px) {
  .menu_bar > .box > img {
    width: 50%;
  }
}
.menu_bar > .box > h2 {
  font-size: 14px;
  font-weight: 600;
}
.menu_bar > .box:nth-last-child(1) {
  background-color: #112756;
  width: 100%;
  height: 100%;
  border-radius: 0 0 100px 100px;
  justify-content: center;
}
@media (max-width: 768px) {
  .menu_bar > .box:nth-last-child(1) {
    border-radius: 0;
    justify-content: center;
    padding-bottom: 0;
  }
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  main {
    height: auto;
    margin-bottom: 40px;
  }
}
main > .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  main > .wrap {
    height: auto;
  }
}
main > .wrap > .main_1 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 {
    height: auto;
    margin-bottom: 20px;
  }
}
main > .wrap > .main_1 .swiper {
  width: 100%;
  height: 1006px;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper {
    height: 400px;
  }
}
main > .wrap > .main_1 .swiper .swiper-button-next {
  right: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-button-next {
    right: 20px !important;
  }
}
main > .wrap > .main_1 .swiper .swiper-button-prev {
  left: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-button-prev {
    left: 20px !important;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-button-next:after, main > .wrap > .main_1 .swiper .swiper-button-prev:after {
    font-size: 13px;
  }
}
main > .wrap > .main_1 .swiper .swiper-pagination {
  bottom: 6%;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-pagination {
    bottom: 7%;
  }
}
main > .wrap > .main_1 .swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 1 !important;
}
main > .wrap > .main_1 .swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  border-radius: 4px;
}
main > .wrap > .main_1 .swiper .swiper-slide {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/main_back.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide {
    padding: 0 20px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .txt_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 185px;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box {
    margin-bottom: 40px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h2 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  opacity: 0.6;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h2 {
    font-size: 20px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h3 {
  font-size: 75px;
  font-weight: 800;
  color: white;
  margin-bottom: 55px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h3 {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h4 {
  font-size: 23px;
  color: white;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box > h4 {
    font-size: 16px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .txt_box_en > h3 {
  font-size: 50px;
  font-weight: 800;
  color: white;
  margin-bottom: 55px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box_en > h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .txt_box_en > h4 {
    font-size: 14px;
  }
}
main > .wrap > .main_1 .swiper .swiper-slide > .box_en > h3 {
  font-size: 55px;
  font-weight: 800;
  color: white;
  margin-bottom: 55px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .box_en > h3 {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .main_1 .swiper .swiper-slide > .box_en > h4 {
    font-size: 14px;
  }
}
main > .wrap > .bot_nav {
  width: 100%;
  max-width: 866px;
  height: 167px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 35px;
  border-radius: 20px 5px 5px 0;
  background-image: linear-gradient(to left, #1A3365, #3465C9);
  place-items: center;
  position: absolute;
  bottom: 20%;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  main > .wrap > .bot_nav {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    gap: 20px;
    border-radius: 0;
  }
}
main > .wrap > .bot_nav > .box {
  display: flex;
  align-items: center;
  gap: 20px;
}
main > .wrap > .bot_nav > .box > .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  main > .wrap > .bot_nav > .box > .left {
    width: 98px;
  }
}
main > .wrap > .bot_nav > .box > .left > h2 {
  font-weight: 700;
  font-size: 20px;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  main > .wrap > .bot_nav > .box > .left > h2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  main > .wrap > .bot_nav > .box > .right {
    width: 103px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.main_2 {
  width: 100%;
  height: 775px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/main_2_back.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_2 {
    background-image: none;
    margin-bottom: 40px;
    height: auto;
    padding: 0 20px;
  }
}
.main_2 > .wrap {
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main_2 > .wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.main_2 > .wrap > .left > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1E4CA8;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left > h2 {
    font-size: 15px;
  }
}
.main_2 > .wrap > .left > h3 {
  font-size: 65px;
  font-weight: 800;
  color: black;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left > h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.main_2 > .wrap > .left > h3 > span {
  color: #1E4CA8;
}
.main_2 > .wrap > .left > p {
  font-size: 19px;
  font-weight: 500;
  color: black;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left > p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.main_2 > .wrap > .left > a {
  width: 130px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1E4CA8;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #1E4CA8;
}
.main_2 > .wrap > .left_en > h2 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left_en > h2 {
    font-size: 15px;
  }
}
.main_2 > .wrap > .left_en > h3 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left_en > h3 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.main_2 > .wrap > .left_en > h3 > span {
  color: #1E4CA8;
}
.main_2 > .wrap > .left_en > p {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .left_en > p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.main_2 > .wrap > .left_en > a {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .main_2 > .wrap > .right > img {
    width: 100%;
  }
}

.main_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_3 {
    margin-bottom: 40px;
    padding: 0 20px;
    display: none;
  }
}
.main_3 > .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1450px;
}
.main_3 > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.main_3 > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 700;
  color: black;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .tit > h2 {
    font-size: 30px;
  }
}
.main_3 > .wrap > .tit > h3 {
  font-size: 20px;
  font-weight: 700;
  color: black;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .tit > h3 {
    font-size: 16px;
  }
}
.main_3 > .wrap > .word_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .word_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.main_3 > .wrap > .word_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  height: 502px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .word_box > .box {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .word_box > .box > img {
    width: 70%;
  }
}
.main_3 > .wrap > .word_box > .box > h2 {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .word_box > .box > h2 {
    font-size: 20px;
  }
}
.main_3 > .wrap > .word_box > .box > h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_3 > .wrap > .word_box > .box > h3 {
    font-size: 16px;
  }
}
.main_3 > .wrap > .word_box_en {
  gap: 20px;
}

.main_4 {
  width: 100%;
  height: 727px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2A4A8B;
  z-index: -99;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_4 {
    margin-bottom: 40px;
    height: auto;
    padding: 30px 20px;
  }
}
.main_4 > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1024px) {
  .main_4 > .wrap {
    gap: 30px;
    flex-direction: column;
  }
}
.main_4 > .wrap > .left > h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  color: white;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .left > h2 {
    font-size: 30px;
  }
}
.main_4 > .wrap > .left > h3 {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.6;
  margin-bottom: 90px;
  color: white;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .left > h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.main_4 > .wrap > .left > h4 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 28px;
  color: white;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .left > h4 {
    font-size: 25px;
  }
}
.main_4 > .wrap > .left > p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .left > p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.main_4 > .wrap > .left > a {
  font-size: 16px;
  font-weight: 500;
  width: 153px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px;
  color: white;
}
.main_4 > .wrap > .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main_4 > .wrap > .right > .box {
  width: 440px;
  height: 551px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 104px 0 74px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .right > .box {
    padding: 20px;
    width: 100%;
    height: 250px;
  }
}
.main_4 > .wrap > .right > .box > h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .right > .box > h2 {
    font-size: 21px;
  }
}
.main_4 > .wrap > .right > .box > h2 > span {
  font-size: 18px;
  font-weight: 500;
  color: white;
  opacity: 0.6;
  margin-top: 18px;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .right > .box > h2 > span {
    font-size: 13px;
  }
}
.main_4 > .wrap > .right > .box > h3 {
  font-size: 18px;
  font-weight: 300;
  color: white;
}
@media (max-width: 1024px) {
  .main_4 > .wrap > .right > .box > h3 {
    font-size: 16px;
  }
}
.main_4 > .wrap > .right > .box:nth-of-type(1) {
  background-image: url(../img/main_4_1.png);
}
.main_4 > .wrap > .right > .box:nth-of-type(2) {
  background-image: url(../img/main_4_2.png);
}

.main_5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main_5 {
    margin-bottom: 40px;
    padding: 0 20px;
    display: none;
  }
}
.main_5 > .wrap {
  width: 100%;
  max-width: 1430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_5 > .wrap > .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.main_5 > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .tit > h2 {
    font-size: 30px;
  }
}
.main_5 > .wrap > .tit > h3 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .tit > h3 {
    font-size: 15px;
  }
}
.main_5 > .wrap > .img_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .img_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .img_box > img {
    transform: rotateZ(90deg);
  }
}
.main_5 > .wrap > .img_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 325px;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .img_box > .box {
    height: auto;
  }
}
.main_5 > .wrap > .img_box > .box > img {
  margin-bottom: 24px;
}
.main_5 > .wrap > .img_box > .box > h2 {
  width: 55px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #2A4A8B;
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .img_box > .box > h2 {
    font-size: 16px;
  }
}
.main_5 > .wrap > .img_box > .box > h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .main_5 > .wrap > .img_box > .box > h3 {
    font-size: 17px;
  }
}

.main_6 {
  width: 100%;
  height: 1046px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/main_6_back.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main_6 {
    height: auto;
    padding: 30px 20px;
    display: none;
  }
}
.main_6 > .wrap {
  width: 100%;
  max-width: 1430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_6 > .wrap > .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.main_6 > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .tit > h2 {
    font-size: 30px;
  }
}
.main_6 > .wrap > .tit > h3 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .tit > h3 {
    font-size: 15px;
  }
}
.main_6 > .wrap > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_6 > .wrap > .img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2274509804);
}
.main_6 > .wrap > .img_box > .box > .top {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .top {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .top > img {
    width: 70%;
  }
}
.main_6 > .wrap > .img_box > .box > .bot {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #F9F9F9;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .bot {
    height: auto;
  }
}
.main_6 > .wrap > .img_box > .box > .bot > h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .bot > h2 {
    font-size: 18px;
  }
}
.main_6 > .wrap > .img_box > .box > .bot > p {
  width: 40px;
  height: 2px;
  background-color: #B9B9B9;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .bot > p {
    margin-bottom: 20px;
  }
}
.main_6 > .wrap > .img_box > .box > .bot > h3 {
  font-size: 18px;
  width: 330px;
  font-weight: 500;
  margin-bottom: 35px;
  height: 105px;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .bot > h3 {
    font-size: 15px;
    height: auto;
  }
}
.main_6 > .wrap > .img_box > .box > .bot > h4 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 300;
  color: #A5A5A5;
}
@media (max-width: 1024px) {
  .main_6 > .wrap > .img_box > .box > .bot > h4 {
    font-size: 13px;
  }
}

.main_7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 920px;
  background-image: url(../img/main_7_back.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .main_7 {
    height: auto;
    padding: 30px 20px;
  }
}
.main_7 > .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: center;
  gap: 133px;
}
@media (max-width: 1024px) {
  .main_7 > .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.main_7 > .wrap > .left {
  width: 100%;
  max-width: 762px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
.main_7 > .wrap > .left > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .tit {
    margin-bottom: 40px;
  }
}
.main_7 > .wrap > .left > .tit > h2 {
  font-size: 60px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .tit > h2 {
    font-size: 30px;
  }
}
.main_7 > .wrap > .left > .tit > h3 {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .tit > h3 {
    font-size: 15px;
  }
}
.main_7 > .wrap > .left > .map {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main_7 > .wrap > .left > .map > iframe {
  width: 100%;
  height: 434px;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .map > iframe {
    height: 250px;
  }
}
.main_7 > .wrap > .left > .map > .info {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #112756;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .map > .info {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.main_7 > .wrap > .left > .map > .info > .left {
  display: flex;
  align-items: center;
  gap: 23px;
}
.main_7 > .wrap > .left > .map > .info > .left > h2 {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .map > .info > .left > h2 {
    font-size: 15px;
  }
}
.main_7 > .wrap > .left > .map > .info > .right {
  display: flex;
  align-items: center;
  gap: 13px;
}
.main_7 > .wrap > .left > .map > .info > .right > a {
  font-size: 15px;
  color: white;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .left > .map > .info > .right > a {
    font-size: 13px;
  }
}
.main_7 > .wrap > .right {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .main_7 > .wrap > .right {
    padding-top: 0;
  }
}

.agree-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.agree-wrap > input {
  width: 16px;
  height: 16px;
}
.agree-wrap > p {
  font-size: 17px;
  line-height: 1;
  color: white;
  display: flex;
  align-items: center;
}
.agree-wrap > p > em {
  width: 59px;
  height: 24px;
  background-color: #112756;
  color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 14px;
  cursor: pointer;
}

.policy-modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  transition: 0.2s all ease-in-out;
}
.policy-modal-background.on {
  visibility: visible;
  opacity: 1;
}

.contact-inquiry {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .contact-inquiry {
    padding: 20px;
  }
}
.contact-inquiry .ard-inquiry-form {
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  background: transparent;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form {
    padding: 20px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-inquiry .ard-inquiry-form > .tit > h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h2 {
    font-size: 21px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit > h3 {
  font-size: 16px;
  font-size: 700;
  color: #888;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.contact-inquiry .ard-inquiry-form .form-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .part-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item {
  width: 100%;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file > .word > h2 {
  font-size: 16px;
  color: rgba(255, 0, 0, 0.6862745098);
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
  flex: 0 0 150px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: none;
    border-right: none;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
  padding-left: 16px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
  padding: 8px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2588235294);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  height: 48px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    flex: none;
    width: 100%;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > textarea {
  padding: 15px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2588235294);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  height: 157px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > textarea {
    flex: none;
    width: 100%;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
  width: 14px;
  height: 14px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
  font-family: "Pretendard Variable";
  width: 100%;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  color: gray;
  box-shadow: none;
  height: 250px;
}
.contact-inquiry .ard-inquiry-form .form-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > input {
  width: 12px;
  height: 12px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span {
  font-size: 14px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span > i {
  font-weight: 600;
  text-decoration: underline;
}
.contact-inquiry .ard-inquiry-form .form-submit > button {
  width: 100%;
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: white;
  background-color: #112756;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
}
.contact-inquiry .ard-inquiry-form .form-submit > button:hover {
  transition: 0.3s;
  background-color: #3055ac;
}

.policy-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 0;
  max-height: 0;
  padding: 50px 30px;
  background: white;
  border: 2px solid black;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: 0.2s all ease-in-out;
}
.policy-modal.on {
  max-width: 80vw;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
}
.policy-modal .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.policy-modal .container .modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.policy-modal .container .modal-title-area > img {
  width: auto;
  height: 28px;
}
.policy-modal .container .modal-title-area > h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.policy-modal .container .modal-content-area > p {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area > p > em {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.policy-modal .container .modal-content-area > p > span {
  position: relative;
  padding-left: 16px;
}
.policy-modal .container .modal-content-area > p > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 3px solid #000;
  border-radius: 500rem;
  background: transparent;
}
.policy-modal .container .modal-content-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .modal-content-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .confirm-close-modal {
  padding: 10px 25px;
  border: 2px solid black;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border-radius: 500rem;
  transition: 0.2s all ease-in-out;
}
.policy-modal .container .confirm-close-modal:hover {
  background: black;
  color: white;
}/*# sourceMappingURL=main.css.map */