@media (max-width: 1024px) {
  .break_a {
    word-break: break-all;
  }
}

.sub_vis {
  width: 100%;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  background-image: url(../img/world_back.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 300px;
    margin-bottom: 50px;
    margin-top: 0;
    padding: 0 20px;
  }
}
.sub_vis > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub_vis > .tit > h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.sub_vis > .tit > h3 {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h3 {
    font-size: 13px;
  }
}

.sub_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  margin-bottom: 66px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_tit {
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.sub_tit > h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_tit > h2 {
    font-size: 20px;
  }
}
.sub_tit > h3 {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_tit > h3 {
    font-size: 15px;
    line-height: 1.5;
  }
}

.sub_sec_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .sub_sec_tit {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.sub_sec_tit > h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_sec_tit > h2 {
    font-size: 20px;
  }
}
.sub_sec_tit > h3 {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_sec_tit > h3 {
    font-size: 15px;
  }
}

.greet_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 1056px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .greet_1 {
    height: auto;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.greet_1 > img {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .greet_1 > img {
    display: none;
  }
}
.greet_1 > .wrap {
  width: auto;
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap {
    gap: 40px;
    flex-direction: column;
  }
}
.greet_1 > .wrap > .left {
  width: 100%;
  max-width: 515px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.greet_1 > .wrap > .left > img {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > img {
    width: 100%;
  }
}
.greet_1 > .wrap > .left > .word {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .word {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
.greet_1 > .wrap > .left > .word > .right {
  display: flex;
  flex-direction: column;
}
.greet_1 > .wrap > .left > .word > .right > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .word > .right > h2 {
    font-size: 16px;
  }
}
.greet_1 > .wrap > .left > .word > .right > h3 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .word > .right > h3 {
    font-size: 14px;
  }
}
.greet_1 > .wrap > .left > .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  height: 85px;
  background-color: #18439A;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .bot {
    padding: 0 20px;
  }
}
.greet_1 > .wrap > .left > .bot > h2 {
  color: white;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .left > .bot > h2 {
    font-size: 13px;
  }
}
.greet_1 > .wrap > .right {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .right {
    margin-top: 40px;
  }
}
.greet_1 > .wrap > .right > h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .right > h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.greet_1 > .wrap > .right > h2 > span {
  font-weight: 700;
  color: #2354B8;
}
.greet_1 > .wrap > .right > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .right > h3 {
    font-size: 10px;
    margin-bottom: 40px;
  }
}
.greet_1 > .wrap > .right > h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .greet_1 > .wrap > .right > h4 {
    font-size: 15px;
  }
}
.greet_1 > .wrap > .right > h4 > span {
  font-weight: 800;
}
.greet_1 > .wrap > .right_en {
  width: 80%;
}

.wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .mas_1 {
  width: 100%;
  height: 934px;
  max-width: 1920px;
  background-image: url(../img/mas_back.png);
  position: relative;
}
@media (max-width: 1024px) {
  .wrap .mas_1 {
    display: none;
  }
}
.wrap .mas_1 > img {
  animation: ripple 1.5s infinite ease-out;
  border-radius: 100px;
}
.wrap .mas_1 > .moda_2 {
  position: absolute;
  top: 49%;
  left: 680px;
}
.wrap .mas_1 > .moda_4 {
  position: absolute;
  top: 50%;
  left: 1235px;
}
.wrap .mas_1 > .moda_5 {
  position: absolute;
  top: 54%;
  left: 1119px;
}
.wrap .mas_1 > .moda_6 {
  position: absolute;
  top: 60%;
  left: 1158px;
}
.wrap .mas_1 > .moda_7 {
  position: absolute;
  top: 54%;
  left: 1013px;
}
.wrap .mas_1 > .moda_8 {
  position: absolute;
  top: 47%;
  left: 923px;
}

.wrap_ma_2 {
  width: 100%;
  padding: 20px;
  display: none;
  background-color: #244EA5;
}
@media (max-width: 1024px) {
  .wrap_ma_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.wrap_ma_2 > .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}
.wrap_ma_2 > .top > .box {
  width: 100%;
}
.wrap_ma_2 > .top > .box > img {
  width: 100%;
  cursor: pointer;
  border: 2px solid #79e783;
  border-radius: 10px;
  animation: pulseBorder 2s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulseBorder {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 231, 130, 0.6509803922);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.wrap_ma_2 > .info {
  width: 100%;
  max-width: 390px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.wrap_ma_2 > .info > .left {
  height: 100%;
}
.wrap_ma_2 > .info > .left > img {
  height: 100%;
}
.wrap_ma_2 > .info > .right {
  width: 100%;
  max-width: 170px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wrap_ma_2 > .info#master_1 {
  height: 200px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #79e783;
  }
  50% {
    box-shadow: 0 0 15px 10px rgba(121, 231, 130, 0.6509803922);
  }
  100% {
    box-shadow: 0 0 30px 20px rgba(255, 255, 255, 0);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 430px;
  height: 310px;
  background-color: white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -1;
}
.modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 99;
}
.modal > .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.modal > .wrap > .left > img {
  width: 193px;
  height: 240px;
}
.modal > .wrap > .right {
  width: 206px;
}
.modal > .wrap > .right > h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal > .wrap > .right > h3 {
  font-size: 22px;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 60px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: rgb(201, 201, 201);
}

.re_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .re_1 {
    margin-bottom: 40px;
  }
}
.re_1 > .wrap {
  width: 100%;
  max-width: 1310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  height: auto;
}
@media (max-width: 1024px) {
  .re_1 > .wrap {
    gap: 20px;
    padding: 0 20px;
  }
}
.re_1 > .wrap > .word {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  gap: 80px;
  padding: 60px 0;
  border: 3px solid #DEDEDE;
}
@media (max-width: 1024px) {
  .re_1 > .wrap > .word {
    gap: 40px;
    padding: 20px;
    flex-direction: column;
  }
}
.re_1 > .wrap > .word > .left {
  width: 100%;
  max-width: 472px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .re_1 > .wrap > .word > .left > img {
    width: 100%;
  }
}
.re_1 > .wrap > .word > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.re_1 > .wrap > .word > .right > h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .re_1 > .wrap > .word > .right > h2 {
    font-size: 20px;
  }
}
.re_1 > .wrap > .word > .right > img {
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .re_1 > .wrap > .word > .right > img {
    margin-bottom: 20px;
  }
}
.re_1 > .wrap > .word > .right > h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .re_1 > .wrap > .word > .right > h3 {
    font-size: 15px;
  }
}

.pro_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/pro_back.png);
  background-size: cover;
  background-position: center;
  height: 513px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .pro_1 {
    height: auto;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.3294117647);
    background-blend-mode: multiply;
  }
}
.pro_1 > .wrap {
  width: 100%;
  height: 100%;
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pro_1 > .wrap {
    padding: 30px 20px;
  }
}
.pro_1 > .wrap > .box {
  width: 100%;
  max-width: 737px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 85px;
}
@media (max-width: 1024px) {
  .pro_1 > .wrap > .box {
    gap: 40px;
  }
}
.pro_1 > .wrap > .box > .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  width: 100%;
}
.pro_1 > .wrap > .box > .tit > h2 {
  font-size: 40px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .pro_1 > .wrap > .box > .tit > h2 {
    font-size: 20px;
  }
}
.pro_1 > .wrap > .box > .tit > h3 {
  font-size: 28px;
  font-weight: 500;
  color: white;
}
@media (max-width: 1024px) {
  .pro_1 > .wrap > .box > .tit > h3 {
    font-size: 20px;
  }
}
.pro_1 > .wrap > .box > .word {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.pro_1 > .wrap > .box > .word > h2 {
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .pro_1 > .wrap > .box > .word > h2 {
    font-size: 16px;
  }
}

.pro_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .pro_2 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.pro_2 > .wrap {
  width: 100%;
  max-width: 1310px;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap {
    gap: 20px;
  }
}
.pro_2 > .wrap > .img_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 107px;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
  }
}
.pro_2 > .wrap > .img_box > .left {
  width: 50%;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .left > img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pro_2 > .wrap > .img_box > .right > h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .right > h2 {
    font-size: 20px;
  }
}
.pro_2 > .wrap > .img_box > .right > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #A8A8A8;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .right > h3 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.pro_2 > .wrap > .img_box > .right > h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .pro_2 > .wrap > .img_box > .right > h4 {
    font-size: 15px;
  }
}

.pro_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 106px;
}
@media (max-width: 1024px) {
  .pro_3 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.pro_3 > .wrap {
  width: 100%;
  max-width: 1310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.pro_3 > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.pro_3 > .wrap > .tit > h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pro_3 > .wrap > .tit > h2 {
    font-size: 20px;
  }
}
.pro_3 > .wrap > .tit > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #A8A8A8;
}
@media (max-width: 1024px) {
  .pro_3 > .wrap > .tit > h3 {
    font-size: 15px;
  }
}
.pro_3 > .wrap > .word {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 23px;
  background-color: #F5F5F5;
  border: 1px solid #DBDBDB;
}
@media (max-width: 1024px) {
  .pro_3 > .wrap > .word {
    height: auto;
    padding: 20px;
  }
}
.pro_3 > .wrap > .word > h2 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pro_3 > .wrap > .word > h2 {
    font-size: 18px;
  }
}
.pro_3 > .wrap > .word > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .pro_3 > .wrap > .word > h3 {
    font-size: 14px;
  }
}

.pro_4 {
  width: 100%;
  height: 1077px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/pro_4_back.png);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pro_4 {
    padding: 30px 20px;
    height: auto;
  }
}
.pro_4 > .wrap {
  width: 100%;
  max-width: 1310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro_4 > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.pro_4 > .wrap > .tit > h2 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .tit > h2 {
    font-size: 23px;
  }
}
.pro_4 > .wrap > .tit > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #CCCCCC;
  margin-bottom: 58px;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .tit > h3 {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.pro_4 > .wrap > .tit > h4 {
  font-size: 20px;
  font-weight: 400;
  color: white;
  text-align: center;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .tit > h4 {
    font-size: 15px;
  }
}
.pro_4 > .wrap > .pro_4_word {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
  cursor: pointer;
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word {
  width: 100%;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 53px;
  transition: background-color 0.3s;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_q_word {
    padding: 20px;
    gap: 20px;
  }
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word:hover {
  background-color: #f0f0f0;
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .left > h2 {
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .left > h2 {
    font-size: 17px;
  }
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .left > h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .left > h3 {
    font-size: 11px;
  }
}
.pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .right h2 {
  font-size: 28px;
  font-weight: 800;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_q_word > .right h2 {
    font-size: 20px;
  }
}
.pro_4 > .wrap > .pro_4_word > .pro_4_a_word {
  width: 100%;
  background-color: white;
  border-radius: 8px;
  display: none;
  overflow: hidden;
  max-height: 0;
  padding: 0 53px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.pro_4 > .wrap > .pro_4_word > .pro_4_a_word > .left {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 24px 0;
}
.pro_4 > .wrap > .pro_4_word > .pro_4_a_word > .left > h2 {
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_a_word > .left > h2 {
    font-size: 17px;
  }
}
.pro_4 > .wrap > .pro_4_word > .pro_4_a_word > .left h3 {
  line-height: 1.5;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word > .pro_4_a_word > .left h3 {
    font-size: 14px;
  }
}
.pro_4 > .wrap > .pro_4_word.active .pro_4_a_word {
  display: flex;
  max-height: 500px;
  padding: 24px 53px;
}
@media (max-width: 1024px) {
  .pro_4 > .wrap > .pro_4_word.active .pro_4_a_word {
    padding: 20px;
  }
}
.pro_4 > .wrap > .pro_4_word.active .pro_4_q_word .right h2 {
  transform: rotate(45deg);
}

.tig_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .tig_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.tig_1 > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  align-items: flex-end;
  gap: 53px;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .left > img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right {
    width: 100%;
  }
}
.tig_1 > .wrap > .right > .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 105px;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .top {
    margin-bottom: 40px;
  }
}
.tig_1 > .wrap > .right > .top > h2 {
  font-size: 33px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .top > h2 {
    font-size: 22px;
  }
}
.tig_1 > .wrap > .right > .top > h2 > span {
  font-weight: 700;
}
.tig_1 > .wrap > .right > .top > h3 {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .top > h3 {
    font-size: 15px;
  }
}
.tig_1 > .wrap > .right > .top > h3 > span {
  font-weight: 700;
}
.tig_1 > .wrap > .right > .bot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background-color: #F1F5FF;
  height: 212px;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .bot {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .bot > .left > img {
    width: 100%;
  }
}
.tig_1 > .wrap > .right > .bot > .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tig_1 > .wrap > .right > .bot > .right > h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .tig_1 > .wrap > .right > .bot > .right > h2 {
    font-size: 13px;
    text-align: center;
  }
}
.tig_1 > .wrap > .right > .bot > .right > h2 > span {
  font-weight: 700;
}

.tig_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .tig_2 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.tig_2 > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tig_2 > .wrap > .info_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .info_box {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tig_2 > .wrap > .info_box > .box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 293px;
  box-shadow: 0 3px 20px #BECAE3;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .info_box > .box {
    height: auto;
    padding: 20px;
  }
}
.tig_2 > .wrap > .info_box > .box > .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .info_box > .box > .img {
    width: 100%;
  }
}
.tig_2 > .wrap > .info_box > .box > h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .info_box > .box > h2 {
    font-size: 13px;
    text-align: center;
  }
}
.tig_2 > .wrap > .word_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .word_box {
    gap: 20px;
  }
}
.tig_2 > .wrap > .word_box > .word {
  width: 100%;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.337254902);
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .word_box > .word {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }
}
.tig_2 > .wrap > .word_box > .word > h2 {
  width: 310px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .word_box > .word > h2 {
    width: auto;
    font-size: 18px;
  }
}
.tig_2 > .wrap > .word_box > .word > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .tig_2 > .wrap > .word_box > .word > h3 {
    font-size: 14px;
  }
}
.tig_2 > .wrap > .word_box > .word > h3 > span {
  font-weight: 700;
}
.tig_2 > .wrap > .word_box > .active {
  background-color: #3465C9;
}
.tig_2 > .wrap > .word_box > .active > h2 {
  color: white;
}
.tig_2 > .wrap > .word_box > .active > h3 {
  color: white;
}

.ser_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .ser_2 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.ser_2 > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ser_2 > .wrap > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ser_2 > .wrap > .img_box > .box {
  width: 100%;
  height: 467px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2745098039);
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box > .box {
    padding: 20px;
    height: auto;
  }
}
.ser_2 > .wrap > .img_box > .box > img {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box > .box > img {
    width: 100%;
  }
}
.ser_2 > .wrap > .img_box > .box > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 19px;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box > .box > h2 {
    font-size: 12px;
  }
}
.ser_2 > .wrap > .img_box > .box > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #7F7F7F;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box > .box > h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.ser_2 > .wrap > .img_box > .box > h4 {
  font-size: 16px;
  font-weight: 500;
  height: 85px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ser_2 > .wrap > .img_box > .box > h4 {
    font-size: 12px;
  }
}

.ser_2_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .ser_2_1 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.ser_2_1 > .wrap {
  width: 100%;
  max-width: 1580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap {
    gap: 20px;
  }
}
.ser_2_1 > .wrap > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .tit > img {
    width: 100%;
  }
}
.ser_2_1 > .wrap > div {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > div {
    flex-direction: column;
    gap: 20px;
  }
}
.ser_2_1 > .wrap > div > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 140px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > div > div {
    width: 100%;
    padding: 0px;
  }
}
.ser_2_1 > .wrap > div > div > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #7F7F7F;
  opacity: 0.5;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > div > div > h2 {
    font-size: 15px;
  }
}
.ser_2_1 > .wrap > div > div > h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > div > div > h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.ser_2_1 > .wrap > div > div > h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > div > div > h4 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_left_box > .left > img {
    width: 100%;
  }
}
.ser_2_1 > .wrap > .img_left_box > .right {
  text-align: left;
  align-items: flex-start;
}
.ser_2_1 > .wrap > .img_left_box > .right > img {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_left_box > .right > img {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_right_box {
    flex-direction: column-reverse;
  }
}
.ser_2_1 > .wrap > .img_right_box > .left {
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_right_box > .left {
    text-align: left;
    align-items: flex-start;
  }
}
.ser_2_1 > .wrap > .img_right_box > .left > img {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_right_box > .left > img {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .ser_2_1 > .wrap > .img_right_box > .right > img {
    width: 100%;
  }
}

.cost_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .cost_1 {
    margin-bottom: 40px;
  }
}
.cost_1 > .wrap {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cost_1 > .wrap > table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 74px;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > table {
    margin-bottom: 40px;
  }
}
.cost_1 > .wrap > table tr {
  width: 100%;
}
.cost_1 > .wrap > table tr th {
  width: 33%;
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  background-color: #18439A;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > table tr th {
    font-size: 14px;
  }
}
.cost_1 > .wrap > table tr th:nth-of-type(2) {
  border-left: 0.5px solid #E4E4E4;
  border-right: 0.5px solid #E4E4E4;
}
.cost_1 > .wrap > table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0.5px solid #E4E4E4;
  height: 74px;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > table tr td {
    font-size: 13px;
  }
}
.cost_1 > .wrap > table tr td:nth-of-type(2) {
  border-left: 0.5px solid #E4E4E4;
  border-right: 0.5px solid #E4E4E4;
}
.cost_1 > .wrap > table tr td:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 150px;
  gap: 10px;
  height: 75.5px;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > table tr td:nth-of-type(1) {
    padding: 0 20px;
  }
}
.cost_1 > .wrap > .bot {
  width: 100%;
  display: flex;
  align-items: flex-start;
  height: 475px;
  gap: 135px;
  background-image: url(../img/cost_back_1.png);
  background-size: cover;
  background-position: center;
  padding: 55px 140px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot {
    padding: 20px;
    margin-bottom: 40px;
    height: auto;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.cost_1 > .wrap > .bot > .left {
  width: 158px;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.cost_1 > .wrap > .bot > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .right {
    align-items: center;
  }
}
.cost_1 > .wrap > .bot > .right > h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 27px;
  color: white;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .right > h2 {
    font-size: 18px;
  }
}
.cost_1 > .wrap > .bot > .right > h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .right > h3 {
    font-size: 15px;
  }
}
.cost_1 > .wrap > .bot > .right > h4 {
  font-size: 18px;
  font-weight: 300;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .right > h4 {
    font-size: 14px;
  }
}
.cost_1 > .wrap > .bot > .right > h5 {
  margin-top: 74px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cost_1 > .wrap > .bot > .right > h5 {
    margin-top: 20px;
    font-size: 13px;
  }
}
.cost_1 > .wrap > .bot:nth-of-type(2) {
  background-image: url(../img/cost_back_2.png);
}

.cont_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .cont_1 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.cont_1 > .wrap {
  width: 100%;
  max-width: 1310px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .left > img {
    width: 100%;
    height: 360px;
  }
}
.cont_1 > .wrap > .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 790px;
}
.cont_1 > .wrap > .right > iframe {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .right > iframe {
    height: 250px;
  }
}
.cont_1 > .wrap > .right > .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .right > .tit {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
  }
}
.cont_1 > .wrap > .right > .tit > h2 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .right > .tit > h2 {
    font-size: 45px;
  }
}
.cont_1 > .wrap > .right > .tit .naver {
  width: 214px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #212448;
}
.cont_1 > .wrap > .right > .tit .naver > h2 {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.cont_1 > .wrap > .right > .word {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 30px;
  height: 54px;
  background-color: #F5F5F5;
  border-radius: 7px;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .right > .word {
    padding: 0 20px;
  }
}
.cont_1 > .wrap > .right > .word > h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cont_1 > .wrap > .right > .word > h2 {
    font-size: 14px;
  }
}/*# sourceMappingURL=sub.css.map */