@charset "utf-8";
.pcbr {
  display: none !important;
}
.ptbr {
  display: block !important;
}
.tbr {
  display: block !important;
}
.tmbr {
  display: block !important;
}
.mbr {
  display: none !important;
}
.pc_view {
  display: none !important;
}
.pt_view {
  display: block !important;
}
.tm_view {
  display: block !important;
}
.t_view {
  display: block !important;
}
.m_view {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #wrap {
    overflow: unset;
  }
  #wrap.banner_on header {
    top: 88px;
  }
  #wrap.banner_on #allmenu {
    top: 88px;
  }
  #wrap.banner_on #allmenu.scroll {
    top: 0 !important;
  }
  #wrap.banner_on #main_gpt_banner {
    display: block;
  }
  #wrap.banner_on #main_gpt_banner .bg {
    max-height: 120px;
  }
  #wrap.banner_on .section1 .inner {
    margin-top: 200px;
  }
  #wrap header {
    transition: top 0.3s;
  }
  #wrap header.scroll {
    top: 0 !important;
  }
  #wrap #main_gpt_banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #262626;
    z-index: 103;
  }
  #wrap #main_gpt_banner.scroll .bg {
    max-height: 0 !important;
  }
  #wrap #main_gpt_banner .bg {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    width: 100%;
    max-height: 88px;
    background: url(/ref/main/main_2023/images/main/main_gpt_banner_m.png) no-repeat center / cover;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  #wrap #main_gpt_banner .bg .banner_inner {
    padding-top: 8px;
    height: 88px;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_title {
    font-size: 15px;
    font-weight: 500;
    color: #79d760;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_pc,
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_tablet {
    display: none;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_mobile {
    max-width: 645px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.2px;
    color: #fff;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .inquiry_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50%;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    background-color: #79d760;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    transform: translateX(150px);
  }
  #wrap #main_gpt_banner .bg .close_btn_box {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 6px;
    left: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 14.4px;
    transform: translate(-150px, -50%);
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_checkbox {
    width: 16px;
    height: 16px;
    outline: 1px solid #d9d9d9;
    -webkit-appearance: checkbox;
    accent-color: transparent;
  }
  #wrap #main_gpt_banner .bg .close_btn_box label {
    margin-left: 5px;
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_btn {
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 14.4px;
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_btn .close_icon {
    width: 9px;
    height: 9px;
    margin-right: 6.5px;
    background: url(/ref/main/main_2023/images/main/icon_banner_close.svg) no-repeat center / contain;
  }
  #container {
    overflow: unset;
  }
  .section1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .section1 .inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 105px;
    transform: translateX(-50%);
    transition: margin-top 0.3s;
    width: calc(100% - 32px);
    z-index: 1;
  }
  .section1 .main_img_slider {
    width: 100%;
    height: 100%;
  }
  .section1 .main_img_slider .main_img {
    background: #013b8f;
    overflow: hidden;
  }
  .section1 .main_img_slider .main_img .bg {
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.08);
    opacity: 0;
    transition: 1.5s;
  }
  .section1 .main_img_slider .main_img.swiper-slide-active .bg {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
  .section1 .main_slider_wrap {
    width: 100%;
  }
  .section1 .main_text_slider {
    width: 100%;
    overflow: visible;
  }
  .section1 .main_text_slider .main_text {
    text-align: center;
  }
  .section1 .main_text_slider .main_text .main_br {
    display: block;
  }
  .section1 .main_text_slider .main_text * {
    display: block;
    color: #fff;
  }
  .section1 .main_text_slider .main_text .txt1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section1 .main_text_slider .main_text .txt2 {
    font-size: 30px;
    font-weight: 500;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section1 .main_text_slider .main_text.swiper-slide-active .txt1 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s 0.7s;
  }
  .section1 .main_text_slider .main_text.swiper-slide-active .txt2 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s 0.95s;
  }
  .section1 .main_pagination {
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.1s;
    will-chahge: transform;
  }
  .section1 .main_pagination > span {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50vh;
    background: transparent;
    margin: 0 5px;
    opacity: 1;
  }
  .section1 .main_pagination > span.swiper-pagination-bullet-active {
    width: 14px;
    background: #fff;
  }
  .section1 .form_wrap {
    margin-top: 43px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.3s;
    will-chahge: transform;
  }
  .section1 .form_wrap form {
    width: 100%;
    margin-right: 20px;
  }
  .section1 .form_wrap form .form_g {
    position: relative;
  }
  .section1 .form_wrap form .form_g input {
    width: calc(100% - 10px);
    height: 49px;
    font-size: 18px;
    background: #fff;
    border: 0;
    outline: none;
    border-radius: 50vh;
    padding: 0 95px 0 25px;
  }
  .section1 .form_wrap form .form_g input::placeholder {
    font-size: 12px;
  }
  .section1 .form_wrap form .form_g button {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 49px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 50vh;
    background: #015bff;
  }
  .section1 .form_wrap form .form_g button div {
    height: 13px;
    overflow: hidden;
  }
  .section1 .form_wrap button.new_room_btn {
    width: 100%;
    height: 49px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 50vh;
    background: #3864a4;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section1 .form_wrap button.new_room_btn span.plus {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .section1 .form_wrap button.new_room_btn span.plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #00388b;
  }
  .section1 .form_wrap button.new_room_btn span.plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #00388b;
    transform: rotate(90deg);
  }
  .section1 .form_wrap button.new_room_btn > div {
    height: 13px;
    overflow: hidden;
  }
  .section1 .scroll_down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .section1 .scroll_down .scroll_icon {
    position: relative;
    width: 18px;
    height: 25px;
    border-radius: 50vh;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto 10px;
  }
  .section1 .scroll_down .scroll_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    margin: -2px 0 0 -2px;
    transform: translate3d(0, -7px, 0);
    animation: scrollMotion 1.5s infinite;
  }
  .section1 .scroll_down p {
    font-family: 'Heebo';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .mainPop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    background: #fff;
    border-radius: 18px;
    text-align: center;
    padding: 35px 0;
    z-index: 10001;
    display: none;
  }
  .mainPop strong {
    display: block;
    font-size: 16px;
    color: #2f2f2f;
    margin-top: 15px;
  }
  .mainPop p {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-top: 9px;
  }
  .mainPop .close,
  .mainPop .f_alert_close {
    width: 169px;
    height: 47px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 7px;
    margin-top: 26px;
  }
  .section {
    padding: 80px 0 0;
  }
  .section .conwrap {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .section .section_text_wrap {
    text-align: center;
  }
  .section .section_text_wrap .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #016ff2;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section .section_text_wrap .b_txt {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-top: 21px;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.2s;
    will-chahge: transform;
  }
  .section .section_text_wrap .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-top: 14px;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.4s;
    will-chahge: transform;
  }
  .section .btn {
    width: 170px;
    margin: 0 auto;
  }
  .section .btn a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 47px;
    color: #fff;
    background: #000;
    border-radius: 11px;
    text-align: center;
  }
  .section .section_text_wrap.in-view .title {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .b_txt {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .txt1 {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .btn {
    opacity: 1;
    transform: translateY(0);
  }
  .section_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 92vh;
    width: calc(100% - 32px);
    border-radius: 8px;
    background: #fff;
    padding: 70px 16px 60px;
    z-index: 10001;
    display: none;
  }
  .section_popup .close {
    position: sticky;
    top: 0;
    right: 0;
    margin-left: calc(100% - 55px);
    transform: translate(0, 16px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dadbdf;
    z-index: 100;
  }
  .section_popup .close div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    margin: -8px 0 0 -8px;
  }
  .section_popup .close div span {
    position: absolute;
    top: 44%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #6d6d6f;
  }
  .section_popup .close div span:nth-child(2) {
    transform: rotate(90deg);
  }
  .section_popup .pop {
    display: none;
  }
  .section_popup .pop .pop_tit_wrap {
    text-align: center;
    margin-bottom: 34px;
  }
  .section_popup .pop .pop_tit_wrap .pop_cate {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #016ff2;
  }
  .section_popup .pop .pop_tit_wrap .pop_tit {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 1.5;
    margin-top: 11px;
    word-break: keep-all;
  }
  .section_popup .pop .pop_tit_wrap .pop_tit span {
    display: block;
  }
  .section_popup .pop .pop_tit_wrap .pop_text span {
    display: block;
  }
  .section_popup .pop .text_wrap .tit span {
    display: block;
  }
  .section2 .section_text_wrap {
    padding: 0 50px;
  }
  .section2 .new_function_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.2s;
    will-chahge: transform;
  }
  .section2 .new_function_list li {
    width: 100%;
    height: 184px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 14px 25px 0px rgba(0, 0, 0, 0.35);
  }
  .section2 .new_function_list li:nth-child(n+2) {
    margin-top: 17px;
  }
  .section2 .new_function_list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 35px 25px;
  }
  .section2 .new_function_list li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s;
  }
  .section2 .new_function_list li a .text {
    position: relative;
  }
  .section2 .new_function_list li a .text * {
    word-break: keep-all;
  }
  .section2 .new_function_list li a .text .tit {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
  }
  .section2 .new_function_list li a .text .txt1 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-top: 12px;
  }
  .section2 .new_function_list li a .more {
    position: relative;
    text-align: right;
  }
  .section2 .new_function_list li a .more p {
    display: inline-block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .section2 .new_function_list li a .more span.arrow {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin: -2px 0 0 7px;
  }
  .section2 .new_function_list li a .more span.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ref/main/main_2023/images/main/link_icon1.png) no-repeat center / 7px;
  }
  .section2 .new_function_list li a:hover .more span.arrow {
    background: #016ff2;
  }
  .section2 .new_function_list li a:hover .more span.arrow:before {
    background-image: url(/ref/main/main_2023/images/main/link_icon2.png);
  }
  .section2 .new_function_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section3 {
    padding-bottom: 43px;
    overflow: hidden;
  }
  .section3 .section_text_wrap .txt1 {
    padding: 0 30px;
  }
  .section3 .con_list_wrap {
    margin-top: 55px;
  }
  .section3 .con {
    position: relative;
  }
  .section3 .con + .con {
    margin-top: 30px;
  }
  .section3 .con .con_text_wrap {
    margin-bottom: 34px;
  }
  .section3 .con .con_text_wrap .tit {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.15s;
  }
  .section3 .con .con_text_wrap .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    line-height: 1.6;
    margin-top: 20px;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.3s;
  }
  .section3 .con .con_text_wrap .txt1 br {
    display: none;
  }
  .section3 .con .function_slider {
    display: none;
  }
  .section3 .con .function_list_slider {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  .section3 .con .function_list_slider .list_item {
    position: relative;
    width: 90%;
    padding-bottom: 95%;
    background: #f3f4f8;
    border-radius: 15px;
    margin-right: 10px;
    pointer-events: none;
  }
  .section3 .con .function_list_slider .list_item:hover {
    box-shadow: -3px 8px 17px rgba(0, 0, 0, 0.08);
  }
  .section3 .con .function_list_slider .list_item:last-child {
    margin-right: 0;
  }
  .section3 .con .function_list_slider .list_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 14px;
  }
  .section3 .con .function_list_slider .list_item a .text {
    position: relative;
    z-index: 1;
  }
  .section3 .con .function_list_slider .list_item a .text .tit {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #000;
  }
  .section3 .con .function_list_slider .list_item a .text .txt1 {
    height: 31px;
    margin-top: 4px;
    font-size: 10px;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    word-break: keep-all;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list {
    margin-top: 16px;
    height: 96px;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list li {
    font-size: 10px;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    word-break: keep-all;
    position: relative;
    padding-left: 11px;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
  }
  .section3 .con .function_list_slider .list_item a .bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section3 .con .function_list_slider .list_item a .bot .arrow {
    position: relative;
    width: 37px;
    height: 23px;
    border-radius: 50vh;
    background: #dadbdf;
  }
  .section3 .con .function_list_slider .list_item a .bot .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ref/main/main_2023/images/main/btn_arrow.png) no-repeat center;
  }
  .section3 .con .function_list_slider .list_item a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: 100% !important;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active {
    background: #dae0f6;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active a .bot {
    opacity: 0;
    visibility: hidden;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active a .bg {
    opacity: 1;
  }
  .section3 .con .function_pagination {
    position: relative;
    width: 100%;
    height: 3px;
    margin-top: 28px;
    background: #dadbdf;
    border-radius: 50vh;
    overflow: hidden;
  }
  .section3 .con .function_pagination > span {
    background: #28336e;
    border-radius: 50vh;
  }
  .section3 .con .slider_wrap {
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.15s;
  }
  .section3 .con.in-view .slider_wrap {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .con.in-view .con_text_wrap .tit {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .con.in-view .con_text_wrap .txt1 {
    opacity: 1;
    transform: translateX(0);
  }
  #solutionPop {
    padding: 25px 16px 60px;
    height: 92vh;
  }
  #solutionPop .close {
    transform: translate(9px, -9px);
  }
  #solutionPop .pop_wrap {
    max-height: calc(100% - 15px);
    overflow: auto;
  }
  #solutionPop .pop .pop_tit_wrap .pop_text {
    font-size: 13px;
    font-weight: 500;
    color: #777;
    line-height: 1.6;
    margin-top: 3px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .b_text {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #016ff2;
  }
  #solutionPop .pop .text_wrap .tit {
    display: block;
    font-size: 17px;
    color: #000;
    line-height: 1.4;
    margin-top: 7px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    margin-top: 13px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .icon_g {
    margin-top: 22px;
  }
  #solutionPop .pop .text_wrap .icon_g span + span {
    margin-left: 8px;
  }
  #solutionPop .pop .text_wrap .icon_g span img {
    width: 42px;
  }
  #solutionPop .pop .pop_pagination {
    text-align: center;
    margin-top: 30px;
    left: 0;
  }
  #solutionPop .pop .pop_pagination span {
    width: 8px;
    height: 8px;
    border: 1px solid #888;
    border-radius: 50vh;
    background: transparent;
    margin: 0 6px;
    opacity: 1;
  }
  #solutionPop .pop .pop_pagination span.swiper-pagination-bullet-active {
    width: 22px;
    background: #888;
  }
  #solutionPop .pop1 .inner {
    display: block;
    align-items: center;
  }
  #solutionPop .pop1 .inner .img_wrap {
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    padding: 35px 0 30px;
  }
  #solutionPop .pop1 .inner .img_wrap img {
    max-width: 80%;
  }
  #solutionPop .pop1 .inner .text_wrap {
    padding-top: 60px;
  }
  #solutionPop .pop2 .pop_slider .swiper-slide .img_wrap {
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    padding: 60px 20px 40px;
  }
  #solutionPop .pop2 .pop_slider .swiper-slide .img_wrap img {
    max-width: 100%;
  }
  #solutionPop .pop3 .pop_slider {
    padding-bottom: 70px;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap.bg {
    display: block;
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    padding: 70px 20px;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap {
    justify-content: space-between;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap img {
    max-width: 100%;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div + div {
    margin-top: 30px;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div .img {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ececec;
    overflow: hidden;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div .img img {
    width: 100%;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div p {
    font-size: 14px;
    font-weight: 600;
    color: #016ff2;
    text-align: center;
    margin-top: 17px;
  }
  #solutionPop .pop3 .pop_pagination {
    position: absolute;
    bottom: auto;
    top: 390px;
  }
  #solutionPop .pop4 .inner .img_wrap {
    background: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    padding: 55px 0;
  }
  #solutionPop .pop4 .inner .img_wrap img {
    max-width: 80%;
  }
  #solutionPop .pop4 .inner .text_wrap {
    padding-top: 40px;
  }
  .section4 {
    padding: 80px 0;
    background: #f3f4f7;
  }
  .section4 .tab_wrap {
    white-space: nowrap;
    overflow: auto;
    margin-top: 45px;
  }
  .section4 .tab_list {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section4 .tab_list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
    border-radius: 50vh;
    min-width: 105px;
    background: #fff;
    padding: 0 25px;
    cursor: pointer;
    text-align: center;
  }
  .section4 .tab_list li + li {
    margin-left: 5px;
  }
  .section4 .tab_list li.on {
    color: #fff;
    background: #016ff2;
  }
  .section4 .service_con_wrap .con {
    display: none;
  }
  .section4 .service_con_wrap .con .img_wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section4 .service_con_wrap .con .img_wrap img {
    width: 100%;
  }
  .section4 .service_con_wrap .con .text_wrap {
    padding-top: 7%;
  }
  .section4 .service_con_wrap .con .text_wrap .tit {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #016ff2;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.2s;
  }
  .section4 .service_con_wrap .con .text_wrap .b_txt {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 10px 0 30px;
    word-break: keep-all;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.35s;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap {
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.5s;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap + .p_wrap {
    margin-top: 15px;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap b {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    color: #000;
    word-break: keep-all;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap b.blue {
    color: #016ff2;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap p {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    line-height: 1.7;
    margin-top: 5px;
    word-break: keep-all;
  }
  .section4 .service_con_wrap .con.on {
    display: block;
    margin-top: 45px;
  }
  .section4 .tab_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section4 .service_con_wrap.in-view .con .img_wrap.on {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .tit {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .b_txt {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .p_wrap {
    opacity: 1;
    transform: translateX(0);
  }
  .section5 {
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }
  .section5 .conwrap {
    position: relative;
    height: 100%;
  }
  .section5 .section_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .section5 .section_text_wrap .btn {
    margin-top: 27px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.6s;
    will-chahge: transform;
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .title {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .b_txt {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .txt1 {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .icon_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    padding-bottom: 140%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.03);
  }
  .section5 .icon_wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 73%;
    height: 73%;
    border: 2px dashed #8bceff70;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 1s;
  }
  .section5 .icon_wrap .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45.5%;
    height: 45.5%;
    border: 2px dashed #8bceff30;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 0.7s;
  }
  .section5 .icon_wrap .line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    border: 2px dashed #8bceff4f;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 0.85s;
  }
  .section5 .icon_wrap .icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 9px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 13px 12px 1px rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transition: transform 0.6s;
  }
  .section5 .icon_wrap .icon img {
    max-width: 45%;
    max-height: 15px;
  }
  .section5 .icon_wrap .icon p {
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    word-break: keep-all;
  }
  .section5 .icon_wrap .icon.sz1 {
    width: 54px;
    height: 54px;
  }
  .section5 .icon_wrap .icon.sz1 p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .section5 .icon_wrap .icon1 {
    top: -6%;
    left: 32%;
  }
  .section5 .icon_wrap .icon2 {
    top: 9%;
    left: 50%;
    margin-left: -21px;
  }
  .section5 .icon_wrap .icon3 {
    top: -2.5%;
    right: 32%;
  }
  .section5 .icon_wrap .icon4 {
    top: 4%;
    right: 14.5%;
  }
  .section5 .icon_wrap .icon5 {
    top: 15.5%;
    left: 26%;
  }
  .section5 .icon_wrap .icon6 {
    top: 16%;
    right: 32%;
  }
  .section5 .icon_wrap .icon7 {
    top: 23%;
    left: 14%;
  }
  .section5 .icon_wrap .icon8 {
    top: 22%;
    right: 16%;
  }
  .section5 .icon_wrap .icon9 {
    bottom: 26%;
    left: 14%;
  }
  .section5 .icon_wrap .icon10 {
    bottom: 11%;
    left: 36%;
  }
  .section5 .icon_wrap .icon11 {
    bottom: 27%;
    right: 19%;
  }
  .section5 .icon_wrap .icon12 {
    bottom: 9.5%;
    left: 21%;
  }
  .section5 .icon_wrap .icon13 {
    bottom: 11%;
    right: 26%;
  }
  .section5 .icon_wrap .icon14 {
    bottom: 4.5%;
    left: 52%;
  }
  .section5 .icon_wrap .icon15 {
    bottom: 15%;
    right: 13%;
  }
  .section5 .icon_wrap .icon.ani1 {
    transition-delay: 1s;
  }
  .section5 .icon_wrap .icon.ani2 {
    transition-delay: 1.05s;
  }
  .section5 .icon_wrap .icon.ani3 {
    transition-delay: 1.1s;
  }
  .section5 .icon_wrap .icon.ani4 {
    transition-delay: 1.15s;
  }
  .section5 .icon_wrap .icon.ani5 {
    transition-delay: 1.2s;
  }
  .section5 .icon_wrap .icon.ani6 {
    transition-delay: 1.25s;
  }
  .section5 .icon_wrap .icon.ani7 {
    transition-delay: 1.3s;
  }
  .section5 .icon_wrap .icon.ani8 {
    transition-delay: 1.35s;
  }
  .section5 .icon_wrap .icon.ani9 {
    transition-delay: 1.4s;
  }
  .section5 .icon_wrap .icon.ani10 {
    transition-delay: 1.45s;
  }
  .section5 .icon_wrap .icon.ani11 {
    transition-delay: 1.5s;
  }
  .section5 .icon_wrap .icon.ani12 {
    transition-delay: 1.55s;
  }
  .section5 .icon_wrap .icon.ani13 {
    transition-delay: 1.6s;
  }
  .section5 .icon_wrap .icon.ani14 {
    transition-delay: 1.65s;
  }
  .section5 .icon_wrap .icon.ani15 {
    transition-delay: 1.7s;
  }
  .section5 .icon_wrap.in-view .line {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view .line:before {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view:before {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view .icon {
    transform: scale(1);
  }
  .section6 {
    padding-top: 0;
  }
  .section6 .conwrap {
    width: 100%;
  }
  .section6 .interview_slider {
    width: 100%;
    margin: 87px auto 0;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section6 .interview_slider .interview_item {
    width: 80%;
    height: 470px;
    background: #f3f4f7;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
    opacity: 0.6;
  }
  .section6 .interview_slider .interview_item .video_wrap {
    overflow: hidden;
    height: 200px;
  }
  .section6 .interview_slider .interview_item .video_wrap .video {
    position: relative;
    height: 470px;
  }
  .section6 .interview_slider .interview_item .video_wrap .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .section6 .interview_slider .interview_item .video_wrap .thumbnail:before {
    content: "";
    position: absolute;
    top: 92px;
    left: 50%;
    width: 88px;
    height: 88px;
    margin: -44px 0 0 -44px;
    background: url(/ref/main/main_2023/images/main/play_btn.png) no-repeat center / contain;
  }
  .section6 .interview_slider .interview_item .video_wrap iframe {
    width: 100%;
    height: 100%;
  }
  .section6 .interview_slider .interview_item .text_wrap {
    padding: 25px 15px 30px;
  }
  .section6 .interview_slider .interview_item .text_wrap .text {
    padding: 0 0 27px;
  }
  .section6 .interview_slider .interview_item .text_wrap .text .tit {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    word-break: keep-all;
  }
  .section6 .interview_slider .interview_item .text_wrap .text .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #626262;
    line-height: 1.7;
    margin-top: 12px;
  }
  .section6 .interview_slider .interview_item .text_wrap .text .txt1 br {
    display: none;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info .logo {
    margin-top: 20px;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info .logo img {
    max-width: 100px;
    max-height: 40px;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl > * {
    display: inline-block;
    font-size: 14px;
    color: #000;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dt {
    font-weight: 500;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dd {
    font-weight: 600;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dd:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #000;
    opacity: 0.2;
    margin: 0 6px 0 3px;
  }
  .section6 .interview_slider .interview_item.swiper-slide-active {
    opacity: 1;
  }
  .section6 .interview_slider .interview_item.item01 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img1_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item02 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img2_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item03 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img3_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item04 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img4_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.show .video_wrap {
    height: 100%;
    transition: 0.3s;
  }
  .section6 .interview_slider .interview_item.show .video_wrap .thumbnail {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s 0.6s;
  }
  .section6 .interview_slider .interview_item.show .video_wrap .thumbnail:before {
    top: 50%;
    transition: 0.3s;
  }
  .section6 .interview_slider .interview_item.show .text_wrap {
    margin-top: 360px;
    transition: 0.3s;
  }
  .section6 .interview_pagination {
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section6 .interview_pagination > span {
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #383838;
    border-radius: 50vh;
    margin: 0 4px;
    opacity: 1;
  }
  .section6 .interview_pagination > span.swiper-pagination-bullet-active {
    width: 14px;
    background: #383838;
  }
  .section6 .interview_slider.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section6 .interview_pagination.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section7 {
    overflow: hidden;
  }
  .section7 .client_interview_wrap {
    position: relative;
    padding: 65px 0;
    margin-top: 76px;
  }
  .section7 .client_interview_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background: #e7edf9;
    z-index: -1;
  }
  .section7 .client_interview_wrap .cloud_acc {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
  }
  .section7 .client_interview_wrap .cloud_acc .cld {
    position: absolute;
    background: url(/ref/main/main_2023/images/main/sec7_cld.png) no-repeat center / contain;
  }
  .section7 .client_interview_wrap .cloud_acc .cld1 {
    top: 6.8%;
    right: 11.8%;
    width: 118px;
    height: 71px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld2 {
    top: 15.7%;
    left: 4.6%;
    width: 112px;
    height: 68px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld3 {
    top: 54.2%;
    right: 5.8%;
    width: 66px;
    height: 40px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld4 {
    bottom: 26%;
    left: 9.4%;
    width: 112px;
    height: 68px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld5 {
    bottom: 10.4%;
    left: 3.3%;
    width: 66px;
    height: 40px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld6 {
    bottom: 4.6%;
    left: 33.4%;
    width: 93px;
    height: 56px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld7 {
    bottom: 7.7%;
    right: 5.25%;
    width: 178px;
    height: 109px;
  }
  .section7 .client_interview_wrap .client_interview_list li {
    width: 263px;
    height: 340px;
    background: #fff;
    border-radius: 9px;
    padding: 25px 33px 38px;
  }
  .section7 .client_interview_wrap .client_interview_list li + li {
    margin-left: 20px;
  }
  .section7 .client_interview_wrap .client_interview_list li .logo img {
    max-width: 85%;
  }
  .section7 .client_interview_wrap .client_interview_list li .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #626262;
    line-height: 1.7;
    word-break: keep-all;
    margin-top: 25px;
  }
  .section7 .client_interview_wrap .client_interview_list li .txt1 br {
    display: none;
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    bottom: 38px;
    left: 33px;
    width: calc(100% - 66px);
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info dl {
    margin-top: 13px;
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info dl:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #000;
    margin-bottom: 6px;
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info dl > * {
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info .img {
    margin-top: 20px;
  }
  .section7 .client_interview_wrap .client_interview_list li .interviewee_info .img img {
    width: 52px;
  }
  .section7 .client_interview_wrap .client_interview_slider {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section7 .client_interview_wrap .client_interview_slider.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section7 .client_logo_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section7 .client_logo_list li {
    width: calc(100% / 3);
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .section7 .client_logo_list li img {
    max-width: 70%;
  }
  .section7 .client_logo_list li:nth-child(n+4) {
    margin-top: 30px;
  }
  .section7 .client_logo_list li:first-child img {
    max-width: 100%;
    height: 35px;
  }
  .section7 .client_logo_list li:nth-child(4) img {
    max-width: 100%;
  }
  .section7 .client_logo_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section8 {
    padding-bottom: 75px;
    overflow: hidden;
  }
  .section8 .slider_wrap {
    margin-top: 43px;
  }
  .section8 .slider_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .section8 .slider_wrap .partner_slider {
    width: 285px;
    margin: 0;
    overflow: visible;
    opacity: 0;
    transform: translateX(100px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section8 .slider_wrap .partner_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .section8 .slider_wrap .partner_slider .partner_item {
    width: 100%;
    height: 162px;
    margin-right: 20px;
    border-radius: 9px;
    overflow: hidden;
  }
  .section8 .slider_wrap .partner_slider .partner_item:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .section8 .slider_wrap .partner_slider .partner_item .img {
    width: 100%;
    height: 100%;
  }
  .section8 .slider_wrap .partner_slider .partner_item .hover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 111, 214, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .section8 .slider_wrap .partner_slider .partner_item .hover img {
    max-width: 70%;
  }
  .section8 .slider_wrap .partner_slider .partner_item:hover .hover {
    opacity: 1;
    visibility: visible;
  }
  .section8 .slider_wrap .partner_slider:nth-child(even) {
    margin-top: 20px;
    margin-left: calc(100% - 610px);
  }
  .section8 .slider_wrap .partner_slider:nth-child(even) .partner_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-left: 20px;
  }
  .section8 .slider_wrap .partner_slider:nth-child(2) {
    transform: translateX(-100px);
  }
  .section8 .slider_wrap.in-view .partner_slider {
    opacity: 1;
    transform: translateX(0);
  }
  #partnerPop {
    padding: 0;
    height: 92vh;
  }
  #partnerPop .pop_wrap {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #777;
    word-break: keep-all;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
  }
  #partnerPop .pop {
    padding: 25px 20px 70px;
  }
  #partnerPop .pop .top_con .img_wrap {
    border-radius: 8px;
    border: 1px solid #f3f4f8;
    overflow: hidden;
  }
  #partnerPop .pop .top_con .img_wrap img {
    width: 100%;
  }
  #partnerPop .pop .top_con .text_wrap {
    border-radius: 8px;
    background: #f0f0f0;
    text-align: center;
    padding: 25px 10px;
    margin-top: 15px;
  }
  #partnerPop .pop .top_con .text_wrap .b_txt {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 6px;
  }
  #partnerPop .pop .top_con .text_wrap .txt1 + .txt1 {
    margin-top: 6px;
  }
  #partnerPop .pop .img_con_g {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden;
  }
  #partnerPop .pop .img_con img {
    width: 100%;
  }
  #partnerPop .pop .img_con .con + .con {
    margin-top: 54px;
  }
  #partnerPop .pop .img_con .con .text_g {
    text-align: center;
  }
  #partnerPop .pop .img_con .con .text_g .num {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    border-bottom: 2px solid #000;
  }
  #partnerPop .pop .img_con .con .text_g .tit {
    display: block;
    font-size: 15px;
    color: #000;
    margin-top: 4px;
  }
  #partnerPop .pop .img_con .con .text_g .txt1 {
    margin-top: 3px;
  }
  #partnerPop .pop .bot_logo {
    height: 84px;
    line-height: 84px;
    background: #f0f0f0;
    text-align: center;
  }
  #partnerPop .pop .bot_logo img {
    max-height: 50%;
  }
  #partnerPop .pop1 .top_con {
    padding: 0 16px;
  }
  #partnerPop .pop1 .img_con {
    margin-top: 20px;
  }
  #partnerPop .pop2 .img_con {
    padding: 50px 5%;
  }
  #partnerPop .pop2 .img_con .con .img {
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 18px;
  }
  #partnerPop .pop3 .img_con {
    padding: 55px 5%;
  }
  #partnerPop .pop3 .img_con .con b.b_txt {
    display: block;
    font-size: 14px;
    color: #000;
  }
  #partnerPop .pop3 .img_con .con b.b_txt .color {
    color: #00b0ad;
  }
  #partnerPop .pop3 .img_con .con .text_g b.b_txt {
    margin-top: 18px;
  }
  #partnerPop .pop3 .img_con .con .text_g .txt1 {
    margin-top: 10px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list {
    margin-top: 24px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list li {
    width: 100%;
    text-align: center;
    border-radius: 50vh;
    border: 2px solid #eaebed;
    padding: 10px 20px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list1 li:nth-child(n+2) {
    margin-top: 10px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 {
    margin-top: 25px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li {
    color: #444;
    padding: 0;
    border: 0;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li + li {
    margin-top: 20px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li span {
    display: block;
    width: 34px;
    height: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    background: #f3f4f5;
    border-radius: 50%;
    margin: 0 auto;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li p {
    line-height: 1.6;
    margin-top: 10px;
  }
  #partnerPop .pop3 .img_con .con .img_g {
    margin-top: 45px;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g img {
    width: auto;
    max-width: 100%;
  }
  #partnerPop .pop3 .img_con .con .img_g .list {
    padding: 0 40px;
    margin-top: 35px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li:nth-child(n+2) {
    margin-top: 25px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li .num {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: #00b0ad;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li strong {
    display: block;
    font-size: 14px;
    color: #00b0ad;
    margin-top: 9px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li .txt1 {
    margin-top: 5px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list {
    margin-top: 28px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li {
    position: relative;
    width: 90%;
    padding-bottom: 90%;
    border-radius: 50%;
    background: #f7f9f9;
    margin: 0 auto;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li + li {
    margin-top: 33px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner img {
    max-width: 60%;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner p {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
    margin-top: 20px;
  }
  #partnerPop .pop4 .img_con_g {
    padding: 55px 5%;
  }
  #partnerPop .pop4 .img_con_g .img_g {
    margin-top: 25px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img {
    text-align: center;
  }
  #partnerPop .pop4 .img_con_g .img_g .img + .img {
    margin-top: 26px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img > img {
    width: auto;
    max-width: 100%;
  }
  #partnerPop .pop4 .img_con_g .img_g .img .b_txt {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img .b_txt span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #77b255 url(/ref/main/main_2023/images/main/chk_icon.svg) no-repeat center / 7px;
    margin: 6px 4px 0 0;
  }
  #partnerPop .pop4 .img_con_g .img_g .img p {
    font-size: 10px;
    color: #777;
    margin-top: 3px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img p img {
    width: 16px;
  }
  #partnerPop .pop5 .img_con_g {
    padding: 55px 5%;
  }
  #partnerPop .pop5 .img_con_g .top_logo {
    text-align: center;
    margin-bottom: 16px;
  }
  #partnerPop .pop5 .img_con_g .top_logo img {
    max-width: 80%;
  }
  #partnerPop .pop5 .img_con_g .con {
    text-align: center;
  }
  #partnerPop .pop5 .img_con_g .con + .con {
    margin-top: 65px;
  }
  #partnerPop .pop5 .img_con_g .con .img_g {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  #partnerPop .pop5 .img_con_g .con .img_g img {
    max-width: 100%;
  }
  #partnerPop .pop5 .img_con_g .con .b_txt {
    display: block;
    font-size: 12px;
    color: #000;
  }
  #partnerPop .pop5 .img_con_g .con .text_list {
    margin-top: 15px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li {
    padding: 0 30px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li + li {
    margin-top: 20px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li span {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    border-bottom: 2px solid #000;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li strong {
    display: block;
    font-size: 13px;
    color: #000;
    margin-top: 7px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li p {
    margin-top: 5px;
  }
  #partnerPop .pop6 .img_con_g {
    padding: 0;
  }
  #partnerPop .pop6 .img_con_g .img_con {
    padding: 55px 5%;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit > span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0148a8;
    border-radius: 50vh;
    text-align: center;
    line-height: 1.7;
    padding: 5px 20px;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit > span img {
    width: 57px;
    margin-right: 5px;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li {
    width: 100%;
    text-align: center;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li + li {
    margin-top: 15px;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li .img img {
    width: 100%;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.02em;
    margin-top: 7px;
    word-break: keep-all;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_tit {
    margin-bottom: 0;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_tit > span {
    display: block;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_list {
    margin-top: 60px;
    padding: 0 30px;
  }
  #partnerPop .pop6 .img_con_g .con2 .img {
    background: #1f3252;
    padding: 30px 10px;
    text-align: center;
    border-radius: 8px;
  }
  #partnerPop .pop6 .img_con_g .con4 .con_list li .img {
    border: 1px solid #ddd;
    border-radius: 13px;
    overflow: hidden;
  }
  #partnerPop .pop7 .img_con_g {
    padding: 55px 5%;
  }
  #partnerPop .pop7 .img_con_g .con .img {
    border-radius: 8px;
    overflow: hidden;
  }
  #partnerPop .pop7 .img_con_g .con .text {
    text-align: center;
    margin-top: 25px;
  }
  #partnerPop .pop7 .img_con_g .con .text .b_txt {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  #partnerPop .pop7 .img_con_g .con .text .txt1 + .txt1 {
    margin-top: 7px;
  }
  #partnerPop .pop8 .top_con .text_wrap {
    padding: 35px 5%;
  }
  #partnerPop .pop8 .img_con_g .img_con {
    padding: 55px 5%;
  }
  #partnerPop .pop8 .img_con_g .con .img {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }
  #partnerPop .pop8 .img_con_g .con .text {
    text-align: center;
    margin-top: 25px;
  }
  #partnerPop .pop8 .img_con_g .con .text .b_txt {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  #partnerPop .pop8 .img_con_g .con .text .txt1 + .txt1 {
    margin-top: 7px;
  }
  .section9 {
    width: 100%;
    padding: 0;
  }
  .section9 .conwrap {
    width: 100%;
    height: 100%;
    max-width: unset;
  }
  .section9 .sec_wrap {
    width: 100%;
    height: 100vh !important;
  }
  .section9 .about_slider {
    width: 100%;
    height: 100vh;
  }
  .section9 .about_slider .about_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
  }
  .section9 .about_slider .about_slide .inner {
    width: 100%;
    height: 100%;
  }
  .section9 .about_slider .about_slide .inner .bg {
    width: 100%;
    height: 100%;
  }
  .section9 .about_slider .about_slide:first-child .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg1.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide:nth-child(2) .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg2_m.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide:last-child .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg3_m.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide .text {
    position: absolute;
    bottom: 42.5%;
    left: 50%;
    width: calc(100% - 32px);
    transform: translate(-50%, 0);
  }
  .section9 .about_slider .about_slide .text .tit {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section9 .about_slider .about_slide .text .b_txt {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-top: 31px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.1s;
  }
  .section9 .about_slider .about_slide .text .txt1 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.2s;
  }
  .section9 .about_slider .about_slide .bg {
    transform: scale(1.07);
    transition: 1.2s;
  }
  .section9 .about_slider .swiper-wrapper {
    pointer-events: none;
  }
  .section9 .about_slider .slider_paging {
    position: absolute;
    top: 0;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 10;
    padding-top: 120%;
    opacity: 0;
    transform: translate(0, 40px);
    transition: opacity 0.8s, transform 0.8s;
    will-chahge: transform;
    transition-delay: 0.4s;
    opacity: 1;
    transform: translate(0, 0);
  }
  .section9 .about_slider .slider_paging .num {
    font-family: 'Heebo';
    font-size: 14px;
    color: #fff;
  }
  .section9 .about_slider .about_pagination {
    display: flex;
    margin-top: 5px;
  }
  .section9 .about_slider .about_pagination > span {
    position: relative;
    width: calc((50% - 22.5px) / 3);
    height: 6px;
    border-radius: 50vh;
    opacity: 1;
    background: rgba(255, 255, 255, 0.45);
    margin-right: 10px;
    overflow: hidden;
  }
  .section9 .about_slider .about_pagination > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
  }
  .section9 .about_slider .about_pagination > span.swiper-pagination-bullet-active {
    width: calc(50% - 7.5px);
  }
  .section9 .about_slider .about_pagination > span.swiper-pagination-bullet-active:before {
    width: 100%;
    transition: width 0.5s;
  }
  .section9 .about_slider.in-view .about_slide.on .bg {
    transform: scale(1);
  }
  .section9 .about_slider.in-view .about_slide.on .text .tit {
    opacity: 1;
    transform: translateY(0);
  }
  .section9 .about_slider.in-view .about_slide.on .text .b_txt {
    opacity: 1;
    transform: translateY(0);
  }
  .section9 .about_slider.in-view .about_slide.on .text .txt1 {
    opacity: 1;
    transform: translateY(0);
  }
  body.on .section9 {
    pointer-events: visible;
  }
  body.on .section9 .about_slider .swiper-wrapper {
    pointer-events: visible;
  }
  body.on .section9 .about_slider .about_slide {
    pointer-events: visible;
  }
  .section10 {
    position: relative;
    padding: 0 0 0;
    height: 300vh;
    overflow: hidden;
  }
  .section10 .sec_wrap {
    position: relative;
  }
  .section10 .sec_tit_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300vh;
  }
  .section10 .sec_tit_wrap .sec_tit {
    opacity: 0;
    transform: translateY(80px);
  }
  .section10 .sec_tit {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 43vh 5% 0;
    word-break: keep-all;
  }
  .section10 .bg {
    position: relative;
    width: 100%;
    height: 300vh;
    padding-top: 160vh;
    transform: translateY(0);
  }
  .section10 .bg .cld_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #016ff2;
    margin-top: 317px;
    transform: translate3d(0, 20%, 0);
  }
  .section10 .bg .cld_bg:before {
    content: "";
    position: absolute;
    top: -315px;
    left: 0;
    width: 100%;
    padding-bottom: 317px;
    background: url(/ref/main/main_2023/images/main/sec10_cld_bg.png) no-repeat center bottom / 100%;
  }
  .section10 .bg .cloud {
    position: absolute;
    background: url(/ref/main/main_2023/images/main/sec10_cld.png) no-repeat center / contain;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    margin-top: 160vh;
  }
  .section10 .bg .cloud1 {
    top: 20px;
    left: 3%;
    width: 56px;
    height: 34px;
  }
  .section10 .bg .cloud2 {
    top: 190px;
    left: 33%;
    width: 47px;
    height: 25px;
  }
  .section10 .bg .cloud3 {
    top: 90px;
    right: 3%;
    width: 89px;
    height: 54px;
  }
  .section10 .text_wrap_g {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
  }
  .section10 .text_wrap_g .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section10 .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
  }
  .section10 .text_wrap strong {
    display: block;
    opacity: 0;
    transform: translateY(40px);
    will-chahge: transform;
  }
  .section10 .text_wrap strong img {
    max-width: 80%;
  }
  .section10 .text_wrap .btn {
    margin-top: 30px;
    display: block;
    opacity: 0;
    transform: translateY(40px);
    will-change: transform;
  }
  .section1.in-view .main_pagination {
    opacity: 1;
    transform: translateY(0);
  }
  .section1.in-view .form_wrap {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #wrap {
    overflow: unset;
  }
  #wrap.banner_on header {
    top: 80px;
  }
  #wrap.banner_on #allmenu {
    top: 80px;
  }
  #wrap.banner_on #allmenu.scroll {
    top: 0 !important;
  }
  #wrap.banner_on #main_gpt_banner {
    display: block;
  }
  #wrap.banner_on #main_gpt_banner .bg {
    max-height: 120px;
  }
  #wrap.banner_on .section1 .inner {
    margin-top: 250px;
  }
  #wrap header {
    transition: top 0.3s;
  }
  #wrap header.scroll {
    top: 0 !important;
  }
  #wrap #main_gpt_banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #262626;
    z-index: 103;
  }
  #wrap #main_gpt_banner.scroll .bg {
    max-height: 0 !important;
  }
  #wrap #main_gpt_banner .bg {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    width: 100%;
    max-height: 120px;
    background: url(/ref/main/main_2023/images/main/main_gpt_banner_t.png) no-repeat center / cover;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  #wrap #main_gpt_banner .bg .banner_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_title {
    font-size: 17px;
    font-weight: 500;
    color: #79d760;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box {
    display: flex;
    align-items: center;
    margin-top: 9px;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_pc,
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_mobile {
    display: none;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .banner_text_tablet {
    max-width: 259px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18.2px;
    color: #fff;
  }
  #wrap #main_gpt_banner .bg .banner_inner .banner_info_box .inquiry_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 0 26px;
    margin-left: 92px;
    border-radius: 22px;
    background-color: #79d760;
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
  #wrap #main_gpt_banner .bg .close_btn_box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 14.4px;
    transform: translateY(-50%);
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_checkbox {
    width: 12px;
    height: 12px;
    outline: 1px solid #d9d9d9;
    -webkit-appearance: checkbox;
    accent-color: transparent;
  }
  #wrap #main_gpt_banner .bg .close_btn_box label {
    margin-left: 5px;
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_btn {
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 14.4px;
  }
  #wrap #main_gpt_banner .bg .close_btn_box .close_btn .close_icon {
    width: 9px;
    height: 9px;
    margin-right: 6.5px;
    background: url(/ref/main/main_2023/images/main/icon_banner_close.svg) no-repeat center / contain;
  }
  #container {
    overflow: unset;
  }
  .section1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .section1 .inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 20.85%;
    transform: translateX(-50%);
    transition: margin-top 0.3s;
    width: 94%;
    z-index: 1;
  }
  .section1 .main_img_slider {
    width: 100%;
    height: 100%;
  }
  .section1 .main_img_slider .main_img {
    background: #013b8f;
    overflow: hidden;
  }
  .section1 .main_img_slider .main_img .bg {
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.08);
    opacity: 0;
    transition: 1.5s;
  }
  .section1 .main_img_slider .main_img.swiper-slide-active .bg {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
  .section1 .main_slider_wrap {
    width: 100%;
  }
  .section1 .main_text_slider {
    width: 100%;
    overflow: visible;
  }
  .section1 .main_text_slider .main_text {
    text-align: center;
  }
  .section1 .main_text_slider .main_text * {
    display: block;
    color: #fff;
  }
  .section1 .main_text_slider .main_text .txt1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section1 .main_text_slider .main_text .txt2 {
    font-size: 45px;
    font-weight: 500;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section1 .main_text_slider .main_text.swiper-slide-active .txt1 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s 0.7s;
  }
  .section1 .main_text_slider .main_text.swiper-slide-active .txt2 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s 0.95s;
  }
  .section1 .main_pagination {
    text-align: center;
    margin-top: 22px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.1s;
    will-chahge: transform;
  }
  .section1 .main_pagination > span {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50vh;
    background: transparent;
    margin: 0 6px;
    opacity: 1;
  }
  .section1 .main_pagination > span.swiper-pagination-bullet-active {
    width: 22px;
    background: #fff;
  }
  .section1 .form_wrap {
    display: flex;
    justify-content: center;
    margin-top: 65px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.3s;
    will-chahge: transform;
  }
  .section1 .form_wrap form {
    width: 640px;
    margin-right: 20px;
  }
  .section1 .form_wrap form .form_g {
    position: relative;
  }
  .section1 .form_wrap form .form_g input {
    width: 100%;
    height: 73px;
    font-size: 18px;
    background: #fff;
    border: 0;
    outline: none;
    border-radius: 50vh;
    padding: 0 145px 0 38px;
  }
  .section1 .form_wrap form .form_g button {
    position: absolute;
    top: 0;
    right: -10px;
    width: 125px;
    height: 73px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 50vh;
    background: #015bff;
  }
  .section1 .form_wrap form .form_g button div {
    height: 20px;
    overflow: hidden;
  }
  .section1 .form_wrap button.new_room_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 73px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 50vh;
    background: #3864a4;
  }
  .section1 .form_wrap button.new_room_btn span.plus {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    margin: -1px 10px 0 0;
  }
  .section1 .form_wrap button.new_room_btn span.plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #00388b;
  }
  .section1 .form_wrap button.new_room_btn span.plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #00388b;
    transform: rotate(90deg);
  }
  .section1 .form_wrap button.new_room_btn > div {
    height: 20px;
    overflow: hidden;
  }
  .section1 .scroll_down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .section1 .scroll_down .scroll_icon {
    position: relative;
    width: 22px;
    height: 30px;
    border-radius: 50vh;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto 10px;
  }
  .section1 .scroll_down .scroll_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    margin: -2px 0 0 -2px;
    transform: translate3d(0, -7px, 0);
    animation: scrollMotion 1.5s infinite;
  }
  .section1 .scroll_down p {
    font-family: 'Heebo';
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
  }
  .mainPop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 618px;
    background: #fff;
    border-radius: 36px;
    text-align: center;
    padding: 50px 0;
    z-index: 10001;
    display: none;
  }
  .mainPop strong {
    display: block;
    font-size: 24px;
    color: #2f2f2f;
    margin-top: 15px;
  }
  .mainPop p {
    font-size: 18px;
    font-weight: 500;
    color: #777;
    margin-top: 12px;
  }
  .mainPop .close,
  .mainPop .f_alert_close {
    width: 241px;
    height: 67px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 14px;
    margin-top: 37px;
  }
  .section {
    padding: 165px 0 0;
  }
  .section .conwrap {
    width: 97%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .section .section_text_wrap {
    text-align: center;
  }
  .section .section_text_wrap .title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #016ff2;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section .section_text_wrap .b_txt {
    display: block;
    font-size: 52px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-top: 33px;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.2s;
    will-chahge: transform;
  }
  .section .section_text_wrap .txt1 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 26px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.4s;
    will-chahge: transform;
  }
  .section .btn {
    width: 263px;
    margin: 0 auto;
  }
  .section .btn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 73px;
    color: #fff;
    background: #000;
    border-radius: 14px;
    text-align: center;
  }
  .section .section_text_wrap.in-view .title {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .b_txt {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .txt1 {
    opacity: 1;
    transform: translateY(0);
  }
  .section .section_text_wrap.in-view .btn {
    opacity: 1;
    transform: translateY(0);
  }
  .section_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    width: 94%;
    border-radius: 15px;
    background: #fff;
    padding: 35px 5% 100px;
    z-index: 10001;
    display: none;
  }
  .section_popup .close {
    position: sticky;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    margin-left: 95%;
    transform: translate(-10px, -15px);
    border-radius: 50%;
    background: #dadbdf;
    z-index: 100;
  }
  .section_popup .close div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    transform: rotate(45deg);
    margin: -11px 0 0 -11px;
  }
  .section_popup .close div span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #6d6d6f;
  }
  .section_popup .close div span:nth-child(2) {
    transform: rotate(90deg);
  }
  .section_popup .pop {
    display: none;
  }
  .section_popup .pop .pop_tit_wrap {
    text-align: center;
    margin-bottom: 60px;
  }
  .section_popup .pop .pop_tit_wrap .pop_cate {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #016ff2;
  }
  .section_popup .pop .pop_tit_wrap .pop_tit {
    display: block;
    font-size: 36px;
    color: #000;
    margin-top: 22px;
    word-break: keep-all;
  }
  .section2 .new_function_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 74px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.2s;
    will-chahge: transform;
  }
  .section2 .new_function_list li {
    width: calc(50% - 10px);
    height: 436px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 14px 25px 0px rgba(0, 0, 0, 0.35);
  }
  .section2 .new_function_list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .section2 .new_function_list li:nth-child(even) {
    margin-left: 20px;
  }
  .section2 .new_function_list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 55px 35px 50px;
  }
  .section2 .new_function_list li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s;
  }
  .section2 .new_function_list li a .text {
    position: relative;
  }
  .section2 .new_function_list li a .text * {
    word-break: keep-all;
  }
  .section2 .new_function_list li a .text .tit {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
  }
  .section2 .new_function_list li a .text .txt1 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-top: 20px;
  }
  .section2 .new_function_list li a .more {
    position: relative;
    text-align: right;
  }
  .section2 .new_function_list li a .more p {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .section2 .new_function_list li a .more span.arrow {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    margin: -7px 0 0 7px;
    transition: 0.3s;
  }
  .section2 .new_function_list li a .more span.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ref/main/main_2023/images/main/link_icon1.png) no-repeat center;
    transition: 0.3s;
  }
  .section2 .new_function_list li a:hover .bg {
    transform: scale(1.08);
  }
  .section2 .new_function_list li a:hover .more span.arrow {
    background: #016ff2;
  }
  .section2 .new_function_list li a:hover .more span.arrow:before {
    background-image: url(/ref/main/main_2023/images/main/link_icon2.png);
  }
  .section2 .new_function_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section3 {
    padding-bottom: 170px;
    overflow: hidden;
  }
  .section3 .con_list_wrap {
    margin-top: 118px;
  }
  .section3 .con {
    position: relative;
  }
  .section3 .con + .con {
    margin-top: 120px;
  }
  .section3 .con .con_text_wrap {
    margin-bottom: 50px;
  }
  .section3 .con .con_text_wrap .tit {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.15s;
  }
  .section3 .con .con_text_wrap .txt1 {
    font-size: 18px;
    font-weight: 500;
    color: #777;
    line-height: 1.6;
    margin-top: 20px;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.3s;
  }
  .section3 .con .function_slider {
    display: none;
  }
  .section3 .con .function_list_slider {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.5s;
  }
  .section3 .con .function_list_slider .list_item {
    position: relative;
    width: 70%;
    padding-bottom: 70%;
    background: #f3f4f8;
    border-radius: 15px;
    margin-right: 18px;
  }
  .section3 .con .function_list_slider .list_item:hover {
    box-shadow: -3px 8px 17px rgba(0, 0, 0, 0.08);
  }
  .section3 .con .function_list_slider .list_item:last-child {
    margin-right: 0;
  }
  .section3 .con .function_list_slider .list_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 31px 20px 14px;
  }
  .section3 .con .function_list_slider .list_item a .text {
    position: relative;
    z-index: 1;
  }
  .section3 .con .function_list_slider .list_item a .text .tit {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #000;
  }
  .section3 .con .function_list_slider .list_item a .text .txt1 {
    height: 96px;
    margin-top: 16px;
    font-size: 15px;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    word-break: keep-all;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list {
    margin-top: 16px;
    height: 96px;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list li {
    font-size: 15px;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    word-break: keep-all;
    position: relative;
    padding-left: 11px;
  }
  .section3 .con .function_list_slider .list_item a .text .text_list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
  }
  .section3 .con .function_list_slider .list_item a .bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section3 .con .function_list_slider .list_item a .bot .arrow {
    position: relative;
    width: 37px;
    height: 23px;
    border-radius: 50vh;
    background: #dadbdf;
  }
  .section3 .con .function_list_slider .list_item a .bot .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ref/main/main_2023/images/main/btn_arrow.png) no-repeat center;
  }
  .section3 .con .function_list_slider .list_item a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active {
    background: #dae0f6;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active a .bot {
    opacity: 0;
    visibility: hidden;
  }
  .section3 .con .function_list_slider .list_item.swiper-slide-active a .bg {
    opacity: 1;
  }
  .section3 .con .function_pagination {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 30px;
    background: #dadbdf;
    border-radius: 50vh;
    overflow: hidden;
  }
  .section3 .con .function_pagination > span {
    background: #28336e;
    border-radius: 50vh;
  }
  .section3 .con.in-view .function_list_slider {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .con.in-view .con_text_wrap .tit {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .con.in-view .con_text_wrap .txt1 {
    opacity: 1;
    transform: translateX(0);
  }
  #solutionPop .pop_wrap {
    max-height: 69vh;
    overflow-y: auto;
  }
  #solutionPop .pop .pop_tit_wrap .pop_text {
    font-size: 18px;
    font-weight: 500;
    color: #777;
    line-height: 1.5;
    margin-top: 14px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .b_text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #016ff2;
  }
  #solutionPop .pop .text_wrap .tit {
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    margin-top: 10px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .txt1 {
    font-size: 17px;
    font-weight: 500;
    color: #777;
    letter-spacing: -0.01em;
    line-height: 1.6;
    margin-top: 19px;
    word-break: keep-all;
  }
  #solutionPop .pop .text_wrap .icon_g {
    margin-top: 33px;
  }
  #solutionPop .pop .text_wrap .icon_g span + span {
    margin-left: 8px;
  }
  #solutionPop .pop .pop_pagination {
    text-align: center;
    margin-top: 30px;
  }
  #solutionPop .pop .pop_pagination span {
    width: 8px;
    height: 8px;
    border: 1px solid #888;
    border-radius: 50vh;
    background: transparent;
    margin: 0 6px;
    opacity: 1;
  }
  #solutionPop .pop .pop_pagination span.swiper-pagination-bullet-active {
    width: 22px;
    background: #888;
  }
  #solutionPop .pop1 .inner {
    display: block;
    align-items: center;
  }
  #solutionPop .pop1 .inner .img_wrap {
    background: #f0f0f0;
    border-radius: 16px;
    text-align: center;
    padding: 50px 0 30px;
  }
  #solutionPop .pop1 .inner .img_wrap img {
    max-width: 80%;
  }
  #solutionPop .pop1 .inner .text_wrap {
    padding-top: 60px;
  }
  #solutionPop .pop2 .pop_slider .swiper-slide .img_wrap {
    min-height: 453px;
    background: #f0f0f0;
    border-radius: 16px;
    text-align: center;
    padding: 60px 20px 40px;
  }
  #solutionPop .pop2 .pop_slider .swiper-slide .img_wrap img {
    max-width: 100%;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap.bg {
    display: block;
    background: #f0f0f0;
    border-radius: 16px;
    text-align: center;
    padding: 70px 0;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap {
    display: flex;
    justify-content: space-between;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap img {
    max-width: 100%;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div {
    width: calc(50% - 10px);
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div .img {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #ececec;
    overflow: hidden;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div .img img {
    width: 100%;
  }
  #solutionPop .pop3 .pop_slider .swiper-slide .img_wrap > div p {
    font-size: 20px;
    font-weight: 600;
    color: #016ff2;
    text-align: center;
    margin-top: 25px;
  }
  #solutionPop .pop4 .inner .img_wrap {
    background: #f0f0f0;
    border-radius: 16px;
    text-align: center;
    padding: 65px 0;
  }
  #solutionPop .pop4 .inner .img_wrap img {
    max-width: 80%;
  }
  #solutionPop .pop4 .inner .text_wrap {
    padding-top: 50px;
  }
  .section4 {
    padding: 165px 0 170px;
    background: #f3f4f7;
  }
  .section4 .tab_wrap {
    white-space: nowrap;
    overflow: auto;
    margin-top: 80px;
  }
  .section4 .tab_list {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section4 .tab_list li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
    border-radius: 50vh;
    min-width: 150px;
    background: #fff;
    padding: 0 32px;
    cursor: pointer;
    text-align: center;
  }
  .section4 .tab_list li + li {
    margin-left: 15px;
  }
  .section4 .tab_list li.on {
    color: #fff;
    background: #016ff2;
  }
  .section4 .service_con_wrap .con {
    display: none;
  }
  .section4 .service_con_wrap .con .img_wrap {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section4 .service_con_wrap .con .img_wrap img {
    width: 100%;
  }
  .section4 .service_con_wrap .con .text_wrap {
    padding-top: 7%;
  }
  .section4 .service_con_wrap .con .text_wrap .tit {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #016ff2;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.2s;
  }
  .section4 .service_con_wrap .con .text_wrap .b_txt {
    display: block;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 14px 0 52px;
    word-break: keep-all;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.35s;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap {
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.5s;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap + .p_wrap {
    margin-top: 27px;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #000;
    word-break: keep-all;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap b.blue {
    color: #016ff2;
  }
  .section4 .service_con_wrap .con .text_wrap .p_wrap p {
    font-size: 17px;
    font-weight: 500;
    color: #777;
    line-height: 1.7;
    margin-top: 5px;
    word-break: keep-all;
  }
  .section4 .service_con_wrap .con.on {
    display: block;
    margin-top: 90px;
  }
  .section4 .tab_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section4 .service_con_wrap.in-view .con .img_wrap.on {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .tit {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .b_txt {
    opacity: 1;
    transform: translateX(0);
  }
  .section4 .service_con_wrap.in-view .con .text_wrap.on .p_wrap {
    opacity: 1;
    transform: translateX(0);
  }
  .section5 {
    height: 149.64vh;
    padding: 0;
    overflow: hidden;
  }
  .section5 .conwrap {
    position: relative;
    height: 100%;
  }
  .section5 .section_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .section5 .section_text_wrap .btn {
    margin-top: 57px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 0.6s;
    will-chahge: transform;
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .title {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .b_txt {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .section_text_wrap .txt1 {
    transform: translateY(0);
    transition: 1.2s 0.5s;
  }
  .section5 .icon_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160%;
    padding-bottom: 160%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.03);
  }
  .section5 .icon_wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 73%;
    height: 73%;
    border: 2px dashed #8bceff70;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 1s;
  }
  .section5 .icon_wrap .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45.5%;
    height: 45.5%;
    border: 2px dashed #8bceff30;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 0.7s;
  }
  .section5 .icon_wrap .line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    border: 2px dashed #8bceff4f;
    border-radius: 50%;
    opacity: 0;
    transition: 1.5s 0.85s;
  }
  .section5 .icon_wrap .icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 13px 12px 1px rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transition: transform 0.6s;
  }
  .section5 .icon_wrap .icon p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    word-break: keep-all;
  }
  .section5 .icon_wrap .icon.sz1 {
    width: 122px;
    height: 122px;
  }
  .section5 .icon_wrap .icon.sz1 p {
    font-size: 18px;
    margin-top: 10px;
  }
  .section5 .icon_wrap .icon1 {
    top: 12%;
    left: 22%;
  }
  .section5 .icon_wrap .icon2 {
    top: 17%;
    left: 50%;
    margin-left: -47px;
  }
  .section5 .icon_wrap .icon3 {
    top: 13.5%;
    right: 29%;
  }
  .section5 .icon_wrap .icon4 {
    top: 19%;
    right: 7.5%;
  }
  .section5 .icon_wrap .icon5 {
    top: 27.5%;
    left: 24%;
  }
  .section5 .icon_wrap .icon6 {
    top: 27%;
    right: 23%;
  }
  .section5 .icon_wrap .icon7 {
    top: 40%;
    left: 9%;
  }
  .section5 .icon_wrap .icon8 {
    top: 39%;
    right: 0;
  }
  .section5 .icon_wrap .icon9 {
    bottom: 31%;
    left: 0;
  }
  .section5 .icon_wrap .icon10 {
    bottom: 36%;
    left: 19%;
  }
  .section5 .icon_wrap .icon11 {
    bottom: 40%;
    right: 16%;
  }
  .section5 .icon_wrap .icon12 {
    bottom: 15.5%;
    left: 27%;
  }
  .section5 .icon_wrap .icon13 {
    bottom: 19%;
    right: 35%;
  }
  .section5 .icon_wrap .icon14 {
    bottom: 9.5%;
    left: 47%;
  }
  .section5 .icon_wrap .icon15 {
    bottom: 13%;
    right: 13%;
  }
  .section5 .icon_wrap .icon.ani1 {
    transition-delay: 1s;
  }
  .section5 .icon_wrap .icon.ani2 {
    transition-delay: 1.05s;
  }
  .section5 .icon_wrap .icon.ani3 {
    transition-delay: 1.1s;
  }
  .section5 .icon_wrap .icon.ani4 {
    transition-delay: 1.15s;
  }
  .section5 .icon_wrap .icon.ani5 {
    transition-delay: 1.2s;
  }
  .section5 .icon_wrap .icon.ani6 {
    transition-delay: 1.25s;
  }
  .section5 .icon_wrap .icon.ani7 {
    transition-delay: 1.3s;
  }
  .section5 .icon_wrap .icon.ani8 {
    transition-delay: 1.35s;
  }
  .section5 .icon_wrap .icon.ani9 {
    transition-delay: 1.4s;
  }
  .section5 .icon_wrap .icon.ani10 {
    transition-delay: 1.45s;
  }
  .section5 .icon_wrap .icon.ani11 {
    transition-delay: 1.5s;
  }
  .section5 .icon_wrap .icon.ani12 {
    transition-delay: 1.55s;
  }
  .section5 .icon_wrap .icon.ani13 {
    transition-delay: 1.6s;
  }
  .section5 .icon_wrap .icon.ani14 {
    transition-delay: 1.65s;
  }
  .section5 .icon_wrap .icon.ani15 {
    transition-delay: 1.7s;
  }
  .section5 .icon_wrap.in-view .line {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view .line:before {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view:before {
    opacity: 1;
  }
  .section5 .icon_wrap.in-view .icon {
    transform: scale(1);
  }
  .section6 {
    padding-top: 60px;
    overflow: hidden;
  }
  .section6 .interview_slider {
    margin: 87px auto 0;
    overflow: visible;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section6 .interview_slider .interview_item {
    width: 76%;
    height: 760px;
    background: #f3f4f7;
    border-radius: 48px;
    overflow: hidden;
    margin: 0 30px;
    opacity: 0.6;
  }
  .section6 .interview_slider .interview_item .video_wrap {
    overflow: hidden;
    height: 290px;
  }
  .section6 .interview_slider .interview_item .video_wrap .video {
    position: relative;
    height: 760px;
  }
  .section6 .interview_slider .interview_item .video_wrap .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .section6 .interview_slider .interview_item .video_wrap .thumbnail:before {
    content: "";
    position: absolute;
    top: 145px;
    left: 50%;
    width: 88px;
    height: 88px;
    margin: -44px 0 0 -44px;
    background: url(/ref/main/main_2023/images/main/play_btn.png) no-repeat center / contain;
  }
  .section6 .interview_slider .interview_item .video_wrap iframe {
    width: 100%;
    height: 100%;
  }
  .section6 .interview_slider .interview_item .text_wrap {
    padding: 50px 40px 0;
  }
  .section6 .interview_slider .interview_item .text_wrap .text {
    padding: 0 0 30px;
  }
  .section6 .interview_slider .interview_item .text_wrap .text .tit {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #000;
  }
  .section6 .interview_slider .interview_item .text_wrap .text .txt1 {
    font-size: 17px;
    font-weight: 500;
    color: #626262;
    line-height: 1.7;
    margin-top: 27px;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 12% 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl > * {
    display: inline-block;
    font-size: 24px;
    color: #000;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dt {
    font-weight: 500;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dd {
    font-weight: 600;
  }
  .section6 .interview_slider .interview_item .text_wrap .interviewee_info dl dd:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #000;
    opacity: 0.2;
    margin: 0 12px;
  }
  .section6 .interview_slider .interview_item.swiper-slide-active {
    opacity: 1;
  }
  .section6 .interview_slider .interview_item.item01 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img1_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item02 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img2_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item03 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img3_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.item04 .video_wrap .thumbnail {
    background-image: url(/ref/main/main_2023/images/main/sec6_tb_img4_m.jpg) !important;
  }
  .section6 .interview_slider .interview_item.show .video_wrap {
    height: 100%;
    transition: 0.3s;
  }
  .section6 .interview_slider .interview_item.show .video_wrap .thumbnail {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s 0.6s;
  }
  .section6 .interview_slider .interview_item.show .video_wrap .thumbnail:before {
    top: 50%;
    transition: 0.3s;
  }
  .section6 .interview_slider .interview_item.show .text_wrap {
    margin-top: 360px;
    transition: 0.3s;
  }
  .section6 .interview_pagination {
    text-align: center;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section6 .interview_pagination > span {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #383838;
    border-radius: 50vh;
    margin: 0 6px;
    opacity: 1;
  }
  .section6 .interview_pagination > span.swiper-pagination-bullet-active {
    width: 22px;
    background: #383838;
  }
  .section6 .interview_slider.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section6 .interview_pagination.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section7 {
    overflow: hidden;
  }
  .section7 .client_interview_wrap {
    position: relative;
    padding: 150px 0;
    margin-top: 76px;
  }
  .section7 .client_interview_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background: #e7edf9;
    z-index: -1;
  }
  .section7 .client_interview_wrap .cloud_acc {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
  }
  .section7 .client_interview_wrap .cloud_acc .cld {
    position: absolute;
    background: url(/ref/main/main_2023/images/main/sec7_cld.png) no-repeat center / contain;
  }
  .section7 .client_interview_wrap .cloud_acc .cld1 {
    top: 6.8%;
    right: 11.8%;
    width: 118px;
    height: 71px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld2 {
    top: 15.7%;
    left: 4.6%;
    width: 112px;
    height: 68px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld3 {
    top: 54.2%;
    right: 5.8%;
    width: 66px;
    height: 40px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld4 {
    bottom: 26%;
    left: 9.4%;
    width: 112px;
    height: 68px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld5 {
    bottom: 10.4%;
    left: 3.3%;
    width: 66px;
    height: 40px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld6 {
    bottom: 4.6%;
    left: 33.4%;
    width: 93px;
    height: 56px;
  }
  .section7 .client_interview_wrap .cloud_acc .cld7 {
    bottom: 7.7%;
    right: 5.25%;
    width: 178px;
    height: 109px;
  }
  .section7 .client_interview_wrap .client_interview_list {
    position: relative;
  }
  .section7 .client_interview_wrap .client_interview_list li {
    width: 430px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 45px 50px;
  }
  .section7 .client_interview_wrap .client_interview_list li + li {
    margin-left: 33px;
  }
  .section7 .client_interview_wrap .client_interview_list li .logo {
    height: 72px;
  }
  .section7 .client_interview_wrap .client_interview_list li .txt1 {
    font-size: 17px;
    font-weight: 500;
    color: #626262;
    line-height: 1.7;
    word-break: keep-all;
    margin-top: 25px;
  }
  .section7 .client_interview_wrap .client_interview_list li dl {
    margin-top: 13px;
  }
  .section7 .client_interview_wrap .client_interview_list li dl:before {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #000;
    margin-bottom: 6px;
  }
  .section7 .client_interview_wrap .client_interview_list li dl > * {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
  }
  .section7 .client_interview_wrap .client_interview_list li dl dd:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #b9b9b9;
    margin: 0 10px;
  }
  .section7 .client_interview_wrap .client_interview_list li .img {
    margin-top: 38px;
  }
  .section7 .client_interview_wrap .client_interview_slider {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section7 .client_interview_wrap .client_interview_slider.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section7 .client_logo_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section7 .client_logo_list li {
    width: calc(100% / 3);
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .section7 .client_logo_list li:nth-child(n+4) {
    margin-top: 30px;
  }
  .section7 .client_logo_list.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  .section8 {
    padding-bottom: 170px;
    overflow: hidden;
  }
  .section8 .slider_wrap {
    margin-top: 77px;
  }
  .section8 .slider_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .section8 .slider_wrap .partner_slider {
    width: 610px;
    margin: 0;
    overflow: visible;
    opacity: 0;
    transform: translateX(100px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section8 .slider_wrap .partner_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .section8 .slider_wrap .partner_slider .partner_item {
    width: 100%;
    height: 364px;
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .section8 .slider_wrap .partner_slider .partner_item:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .section8 .slider_wrap .partner_slider .partner_item .img {
    width: 100%;
    height: 100%;
  }
  .section8 .slider_wrap .partner_slider .partner_item .hover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 111, 214, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .section8 .slider_wrap .partner_slider .partner_item:hover .hover {
    opacity: 1;
    visibility: visible;
  }
  .section8 .slider_wrap .partner_slider:nth-child(even) {
    margin-top: 20px;
    margin-left: calc(100% - 610px);
  }
  .section8 .slider_wrap .partner_slider:nth-child(even) .partner_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    margin-left: 20px;
  }
  .section8 .slider_wrap .partner_slider:nth-child(2) {
    transform: translateX(-100px);
  }
  .section8 .slider_wrap.in-view .partner_slider {
    opacity: 1;
    transform: translateX(0);
  }
  #partnerPop {
    padding: 0;
  }
  #partnerPop .close {
    transform: translate(0, 20px);
    margin-left: calc(100% - 85px);
  }
  #partnerPop .pop_wrap {
    max-height: 85vh;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #777;
    word-break: keep-all;
    overflow-y: auto;
  }
  #partnerPop .pop {
    padding: 35px 20px 100px;
  }
  #partnerPop .pop .top_con .img_wrap {
    border-radius: 16px;
    border: 1px solid #f3f4f8;
    overflow: hidden;
  }
  #partnerPop .pop .top_con .img_wrap img {
    width: 100%;
  }
  #partnerPop .pop .top_con .text_wrap {
    border-radius: 16px;
    background: #f0f0f0;
    text-align: center;
    padding: 35px 30px;
    margin-top: 20px;
  }
  #partnerPop .pop .top_con .text_wrap .b_txt {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
  }
  #partnerPop .pop .top_con .text_wrap .txt1 + .txt1 {
    margin-top: 6px;
  }
  #partnerPop .pop .img_con_g {
    border: 1px solid #ccc;
    border-radius: 16px;
    margin-top: 40px;
    overflow: hidden;
  }
  #partnerPop .pop .img_con img {
    width: 100%;
  }
  #partnerPop .pop .img_con .con + .con {
    margin-top: 95px;
  }
  #partnerPop .pop .img_con .con .text_g {
    text-align: center;
  }
  #partnerPop .pop .img_con .con .text_g .num {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #000;
  }
  #partnerPop .pop .img_con .con .text_g .tit {
    display: block;
    font-size: 22px;
    color: #000;
    margin-top: 8px;
  }
  #partnerPop .pop .img_con .con .text_g .txt1 {
    margin-top: 12px;
  }
  #partnerPop .pop .bot_logo {
    height: 140px;
    line-height: 140px;
    background: #f0f0f0;
    text-align: center;
  }
  #partnerPop .pop1 {
    padding: 100px 0 0;
  }
  #partnerPop .pop1 .top_con {
    padding: 0 8.5%;
  }
  #partnerPop .pop1 .img_con {
    margin-top: 20px;
  }
  #partnerPop .pop2 .img_con {
    padding: 70px 5%;
  }
  #partnerPop .pop2 .img_con .con .img {
    border-radius: 16px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 47px;
  }
  #partnerPop .pop3 .img_con {
    padding: 70px 5%;
  }
  #partnerPop .pop3 .img_con .con b.b_txt {
    display: block;
    font-size: 20px;
    color: #000;
  }
  #partnerPop .pop3 .img_con .con b.b_txt .color {
    color: #00b0ad;
  }
  #partnerPop .pop3 .img_con .con .text_g b.b_txt {
    margin-top: 35px;
  }
  #partnerPop .pop3 .img_con .con .text_g .txt1 {
    margin-top: 16px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list {
    margin-top: 30px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list li {
    width: 100%;
    text-align: center;
    border-radius: 50vh;
    border: 2px solid #eaebed;
    padding: 10px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list1 li:nth-child(n+2) {
    margin-top: 10px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 {
    margin-top: 50px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li {
    color: #444;
    padding: 0;
    border: 0;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li + li {
    margin-top: 30px;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li span {
    display: block;
    width: 49px;
    height: 49px;
    font-weight: 500;
    text-align: center;
    line-height: 49px;
    background: #f3f4f5;
    border-radius: 50%;
    margin: 0 auto;
  }
  #partnerPop .pop3 .img_con .con .text_g .text_list.list2 li p {
    line-height: 1.6;
    margin-top: 15px;
  }
  #partnerPop .pop3 .img_con .con .img_g {
    margin-top: 45px;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g img {
    width: auto;
    max-width: 100%;
  }
  #partnerPop .pop3 .img_con .con .img_g .list {
    padding: 0 40px;
    margin-top: 35px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li:nth-child(n+2) {
    margin-top: 40px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li .num {
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 50%;
    background: #00b0ad;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li strong {
    display: block;
    font-size: 20px;
    color: #00b0ad;
    margin-top: 13px;
  }
  #partnerPop .pop3 .img_con .con .img_g .list li .txt1 {
    margin-top: 8px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list {
    margin-top: 28px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li {
    position: relative;
    width: 75%;
    padding-bottom: 75%;
    border-radius: 50%;
    background: #f7f9f9;
    margin: 0 auto;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li + li {
    margin-top: 33px;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner img {
    max-width: 90%;
  }
  #partnerPop .pop3 .img_con .con .img_g .img_list li .inner p {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
    margin-top: 20px;
  }
  #partnerPop .pop4 .img_con_g {
    padding: 70px 5%;
  }
  #partnerPop .pop4 .img_con_g .img_g {
    margin-top: 65px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img {
    text-align: center;
  }
  #partnerPop .pop4 .img_con_g .img_g .img + .img {
    margin-top: 50px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img > img {
    width: auto;
    max-width: 100%;
  }
  #partnerPop .pop4 .img_con_g .img_g .img .b_txt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img .b_txt span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #77b255 url(/ref/main/main_2023/images/main/chk_icon.svg) no-repeat center;
    margin: 6px 10px 0 0;
  }
  #partnerPop .pop4 .img_con_g .img_g .img p {
    font-size: 17px;
    color: #777;
    margin-top: 10px;
  }
  #partnerPop .pop4 .img_con_g .img_g .img p img {
    width: auto;
  }
  #partnerPop .pop5 .img_con_g {
    padding: 70px 5%;
  }
  #partnerPop .pop5 .img_con_g .top_logo {
    text-align: center;
    margin-bottom: 55px;
  }
  #partnerPop .pop5 .img_con_g .top_logo img {
    max-width: 80%;
  }
  #partnerPop .pop5 .img_con_g .con {
    text-align: center;
  }
  #partnerPop .pop5 .img_con_g .con + .con {
    margin-top: 115px;
  }
  #partnerPop .pop5 .img_con_g .con .img_g {
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #partnerPop .pop5 .img_con_g .con .img_g img {
    max-width: 100%;
  }
  #partnerPop .pop5 .img_con_g .con .b_txt {
    display: block;
    font-size: 22px;
    color: #000;
  }
  #partnerPop .pop5 .img_con_g .con .text_list {
    margin-top: 40px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li {
    padding: 0 30px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li + li {
    margin-top: 40px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #000;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li strong {
    display: block;
    font-size: 18px;
    color: #000;
    margin-top: 7px;
  }
  #partnerPop .pop5 .img_con_g .con .text_list li p {
    margin-top: 6px;
  }
  #partnerPop .pop6 .img_con_g {
    padding: 0;
  }
  #partnerPop .pop6 .img_con_g .img_con {
    padding: 70px 5%;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit {
    text-align: center;
    margin-bottom: 20px;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit > span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #0148a8;
    border-radius: 50vh;
    text-align: center;
    line-height: 1.7;
    padding: 5px 50px;
  }
  #partnerPop .pop6 .img_con_g .con .con_tit > span img {
    width: auto;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li {
    width: 100%;
    text-align: center;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li + li {
    margin-top: 40px;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li .img img {
    width: 100%;
  }
  #partnerPop .pop6 .img_con_g .con .con_list li p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.02em;
    margin-top: 10px;
    word-break: keep-all;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_tit {
    margin-bottom: 0;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_tit > span {
    display: inline-block;
  }
  #partnerPop .pop6 .img_con_g .con1 .con_list {
    margin-top: 60px;
    padding: 0 40px;
  }
  #partnerPop .pop6 .img_con_g .con2 .img {
    background: #1f3252;
    padding: 30px 20px;
    text-align: center;
    border-radius: 15px;
  }
  #partnerPop .pop6 .img_con_g .con4 .con_list li .img {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
  }
  #partnerPop .pop7 .img_con_g {
    padding: 70px 5%;
  }
  #partnerPop .pop7 .img_con_g .con .img {
    border-radius: 15px;
    overflow: hidden;
  }
  #partnerPop .pop7 .img_con_g .con .text {
    text-align: center;
    margin-top: 42px;
  }
  #partnerPop .pop7 .img_con_g .con .text .b_txt {
    display: block;
    font-size: 22px;
    color: #000;
    margin-bottom: 6px;
  }
  #partnerPop .pop7 .img_con_g .con .text .txt1 + .txt1 {
    margin-top: 7px;
  }
  #partnerPop .pop8 .top_con .text_wrap {
    padding: 35px 5%;
  }
  #partnerPop .pop8 .img_con_g .img_con {
    padding: 70px 5%;
  }
  #partnerPop .pop8 .img_con_g .con .img {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
  }
  #partnerPop .pop8 .img_con_g .con .text {
    text-align: center;
    margin-top: 42px;
  }
  #partnerPop .pop8 .img_con_g .con .text .b_txt {
    display: block;
    font-size: 22px;
    color: #000;
    margin-bottom: 6px;
  }
  #partnerPop .pop8 .img_con_g .con .text .txt1 + .txt1 {
    margin-top: 7px;
  }
  .section9 {
    width: 100%;
    padding: 0;
  }
  .section9 .conwrap {
    width: 100%;
    height: 100%;
    max-width: unset;
  }
  .section9 .sec_wrap {
    width: 100%;
    height: 100vh !important;
  }
  .section9 .about_slider {
    width: 100%;
    height: 100vh;
  }
  .section9 .about_slider .about_slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
  }
  .section9 .about_slider .about_slide .inner {
    width: 100%;
    height: 100%;
  }
  .section9 .about_slider .about_slide .inner .bg {
    width: 100%;
    height: 100%;
  }
  .section9 .about_slider .about_slide:first-child .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg1_m.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide:nth-child(2) .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg2_m.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide:last-child .bg {
    background: url(/ref/main/main_2023/images/main/sec9_slider_bg3_m.jpg) no-repeat center / cover;
  }
  .section9 .about_slider .about_slide .text {
    position: absolute;
    bottom: 42.5%;
    left: 50%;
    width: 94%;
    max-width: 1280px;
    transform: translate(-50%, 0);
  }
  .section9 .about_slider .about_slide .text .tit {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
  }
  .section9 .about_slider .about_slide .text .b_txt {
    display: block;
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-top: 31px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.1s;
  }
  .section9 .about_slider .about_slide .text .txt1 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s;
    will-chahge: transform;
    transition-delay: 0.2s;
  }
  .section9 .about_slider .about_slide .bg {
    transform: scale(1.07);
    transition: 1.2s;
  }
  .section9 .about_slider .swiper-wrapper {
    pointer-events: none;
  }
  .section9 .about_slider .slider_paging {
    position: absolute;
    bottom: 28%;
    left: 3%;
    transform: translateX(-50%);
    width: 94%;
    z-index: 1000;
    opacity: 0;
    transform: translate(0, 40px);
    transition: opacity 0.8s, transform 0.8s;
    will-chahge: transform;
    transition-delay: 0.4s;
    opacity: 1;
    transform: translate(0, 0);
  }
  .section9 .about_slider .slider_paging .num {
    font-family: 'Heebo';
    font-size: 14px;
    color: #fff;
  }
  .section9 .about_slider .about_pagination {
    margin-top: 5px;
  }
  .section9 .about_slider .about_pagination > span {
    position: relative;
    width: 90px;
    height: 6px;
    border-radius: 50vh;
    opacity: 1;
    background: rgba(255, 255, 255, 0.45);
    margin-right: 10px;
    overflow: hidden;
  }
  .section9 .about_slider .about_pagination > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
  }
  .section9 .about_slider .about_pagination > span.swiper-pagination-bullet-active {
    width: 180px;
  }
  .section9 .about_slider .about_pagination > span.swiper-pagination-bullet-active:before {
    width: 100%;
    transition: width 0.5s;
  }
  .section9 .about_slider.in-view .about_slide.on .bg {
    transform: scale(1);
  }
  .section9 .about_slider.in-view .about_slide.on .text .tit {
    opacity: 1;
    transform: translateY(0);
  }
  .section9 .about_slider.in-view .about_slide.on .text .b_txt {
    opacity: 1;
    transform: translateY(0);
  }
  .section9 .about_slider.in-view .about_slide.on .text .txt1 {
    opacity: 1;
    transform: translateY(0);
  }
  body.on .section9 {
    pointer-events: visible;
  }
  body.on .section9 .about_slider .swiper-wrapper {
    pointer-events: visible;
  }
  body.on .section9 .about_slider .about_slide {
    pointer-events: visible;
  }
  .section10 {
    position: relative;
    padding: 0 0 0;
    height: 350vh;
    overflow: hidden;
  }
  .section10 .sec_wrap {
    position: relative;
  }
  .section10 .sec_tit_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350vh;
  }
  .section10 .sec_tit_wrap .sec_tit {
    opacity: 0;
    transform: translateY(80px);
  }
  .section10 .sec_tit {
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 43vh 130px 0;
  }
  .section10 .bg {
    position: relative;
    width: 100%;
    height: 350vh;
    padding-top: 160vh;
    transform: translateY(0);
  }
  .section10 .bg .cld_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #016ff2;
    margin-top: 317px;
    transform: translate3d(0, 20%, 0);
  }
  .section10 .bg .cld_bg:before {
    content: "";
    position: absolute;
    top: -315px;
    left: 0;
    width: 100%;
    padding-bottom: 317px;
    background: url(/ref/main/main_2023/images/main/sec10_cld_bg.png) no-repeat center bottom / 100%;
  }
  .section10 .bg .cloud {
    position: absolute;
    background: url(/ref/main/main_2023/images/main/sec10_cld.png) no-repeat center / contain;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    margin-top: 160vh;
  }
  .section10 .bg .cloud1 {
    top: -220px;
    left: 12%;
    width: 112px;
    height: 68px;
  }
  .section10 .bg .cloud2 {
    top: -30px;
    left: 33%;
    width: 93px;
    height: 56px;
  }
  .section10 .bg .cloud3 {
    top: -150px;
    right: 12.5%;
    width: 178px;
    height: 109px;
  }
  .section10 .text_wrap_g {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .section10 .text_wrap_g .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section10 .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
  }
  .section10 .text_wrap .btn {
    margin-top: 60px;
    display: block;
    opacity: 0;
    transform: translateY(40px);
    will-chahge: transform;
  }
  .section10 .text_wrap strong {
    display: block;
    opacity: 0;
    transform: translateY(40px);
    will-chahge: transform;
  }
  .section1.in-view .main_pagination {
    opacity: 1;
    transform: translateY(0);
  }
  .section1.in-view .form_wrap {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (orientation: landscape) and (max-height: 767px) {
  .section1 {
    min-height: 600px;
  }
  .section_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 92vh;
    width: calc(100% - 32px);
    border-radius: 8px;
    background: #fff;
    padding: 25px 16px 60px;
    z-index: 10001;
    display: none;
  }
  .section_popup .close {
    position: sticky;
    top: 0;
    right: 0;
    margin-left: calc(100% - 55px);
    transform: translate(0, 0);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dadbdf;
    z-index: 100;
  }
  .section_popup .close div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    margin: -8px 0 0 -8px;
  }
  .section_popup .close div span {
    position: absolute;
    top: 44%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #6d6d6f;
  }
  .section_popup .close div span:nth-child(2) {
    transform: rotate(90deg);
  }
  .section_popup .pop {
    display: none;
  }
  .section_popup .pop .pop_tit_wrap {
    text-align: center;
    margin-bottom: 34px;
  }
  .section_popup .pop .pop_tit_wrap .pop_cate {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #016ff2;
  }
  .section_popup .pop .pop_tit_wrap .pop_tit {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 1.5;
    margin-top: 11px;
    word-break: keep-all;
  }
  .section_popup .pop .pop_tit_wrap .pop_tit span {
    display: block;
  }
  .section_popup .pop .pop_tit_wrap .pop_text span {
    display: block;
  }
  .section_popup .pop .text_wrap .tit span {
    display: block;
  }
}
@keyframes scrollMotion {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
