@import url(reset.css);
@import url(animate.min.css);
@import url(swiper-bundle.min.css);
.container .thanksPage .bannerWrapper {
  background-color: rgb(250, 249, 254);
  background-image: url(../img/thanks_page_banner-1.webp);
  background-size: cover;
  padding: 6.25vw 1.0416666667vw;
}
.container .thanksPage .bannerWrapper .h1_div {
  max-width: 100%;
  width: 1150px;
  margin: auto;
}
.container .thanksPage .bannerWrapper h1 {
  font-size: 48px;
  display: inline-block;
  font-family: "Archivo Narrow";
}
.container .thanksPage .thanksWrapper {
  padding: 4.1666666667vw 1.0416666667vw;
}
.container .thanksPage .thanksWrapper .this_in {
  width: 1150px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .thanksPage .thanksWrapper .this_in .img_b {
  width: 441px;
  max-width: 100%;
}
.container .thanksPage .thanksWrapper .this_in .img_b svg {
  width: 100%;
  height: auto;
}
.container .thanksPage .thanksWrapper .this_in .right {
  width: 663px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 1.8229166667vw;
}
.container .thanksPage .thanksWrapper .this_in .right h5 {
  font-size: 40px;
  font-weight: 600;
  color: rgb(45, 42, 64);
  font-family: "Archivo Narrow";
}
.container .thanksPage .thanksWrapper .this_in .right p {
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  font-weight: 400;
}
.container .thanksPage .thanksWrapper .this_in .right .this_button {
  font-family: "Archivo Narrow";
  color: #fff;
  display: inline-block;
  background-color: #bbb2ed;
  padding: 0.5208333333vw 1.0416666667vw;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
  font-size: 16px;
}
.container .thanksPage .thanksWrapper .this_in .right .this_button:hover {
  background-color: #e6e3f8;
  transition: all 0.35s;
}

@media screen and (max-width: 1500px) {
  .container .thanksPage .bannerWrapper .h1_div {
    /*width: 100%;*/
    width: 90vw;
  }
  .container .thanksPage .thanksWrapper .this_in {
    /*width: 100%;*/
    
    width: 90vw;
  }
  .container .thanksPage .thanksWrapper .this_in .img_b {
    width: 45%;
  }
  .container .thanksPage .thanksWrapper .this_in .right {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .container .thanksPage .bannerWrapper .h1_div {
    width: 90vw;
  }
  .container .thanksPage .bannerWrapper .h1_div h1 {
    font-size: 5vw;
  }
  .container .thanksPage .thanksWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  .container .thanksPage .thanksWrapper .this_in .img_b {
    width: 100%;
  }
  .container .thanksPage .thanksWrapper .this_in .right {
    margin-top: 2vw;
    width: 100%;
  }
  .container .thanksPage .thanksWrapper .this_in .right h5 {
    font-size: 4.6vw;
  }
  .container .thanksPage .thanksWrapper .this_in .right p {
    font-size: 3.5vw;
  }
  .container .thanksPage .thanksWrapper .this_in .right .this_button {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=all.css.map */
.load_layout {
  width: 89vw;
  margin: 0 auto;
}
body {
  font-family: "Source Han Sans SC";
}
.container .load_inquiry {
  cursor: pointer;
  margin-top: 2vw;
  display: inline-block;
  padding: 10px 30px;
  background: #224A7B;
  border: 1px solid #224A7B;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
.container .load_inquiry:hover {
  color: #224A7B;
  background: transparent;
  transition: all 0.3s;
}
.container .load_title {
  margin-top: 2vw;
  color: #2A2B32;
  font-size: 60px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 72px */
  text-transform: capitalize;
  text-align: center;
}
.container .load_banner {
  position: relative;
}
.container .load_banner .imgWrap {
  width: 100%;
}
.container .load_banner .imgWrap img {
  width: 100%;
}
.container .load_banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_banner .banner_text h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.container .load_banner .banner_text h2 {
  color: #224A7B;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #224A7B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.container .load_banner .banner_text h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.container .load_banner .banner_text p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-transform: capitalize;
}
.container .load_banner .banner_text .load_inquiry:hover {
  background-color: #fff;
}
.container .load_adv {
  width: 100%;
  padding-top: 70px;
  margin: 40px 0 100px 0;
}
.container .load_adv ul {
  box-sizing: border-box;
  display: flex;
  width: 90%;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #224A7B, 0%, #224a7bc7 50%, #224A7B 100%);
  border-radius: 10px;
}
.container .load_adv ul li {
  flex: 0 33.3333333%;
  border-right: 1px solid #ffffff;
  padding: 2.08333333vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
.container .load_adv ul li .adv_title {
  color: #fff;
  font-size: 22px;
}
.container .load_adv ul li .adv_desc {
  margin-top: 20px;
  color: #ffffffb2;
  font-size: 18px;
}
.container .load_path {
  /*background-image: linear-gradient(#f3f6f9, rgba(255, 255, 255, 0));*/
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding:0 2vw 5vw 2vw;
}

.container .load_path .load_title{
    margin-bottom: 30px;
}

.container .load_path .path_list{
    padding-top: 70px;
}
.container .load_path .path_list .list_title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    font-family: "DingTalk Sans";
    background-image: linear-gradient(to bottom, #224A7B, #ffffff00);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.container .load_path .path_list .list {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.container .load_path .path_list .list li{
    box-sizing: border-box;
    width: 20%;
    background: #F3F7FA;
    border-radius: 30px;
    /*overflow: hidden;*/
    box-shadow:8px -8px #30557B;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.container .load_path .path_list .list li::after{
    content: "";
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url('/wp-content/themes/global/static/loading/img/landing/path.png');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: block;
}
.container .load_path .path_list .list li:last-child::after{
    display: none;
}


.container .load_path .path_list .list li .imgWrap{
    width: 100%;
     border-radius: 10px;
     overflow: hidden;
}
.container .load_path .path_list .list li .imgWrap img{
    width: 100%;
    
}
.container .load_path .path_list .list li .info{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.container .load_path .path_list .list li .info p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.container .load_path .path_list .list li .info span{
    padding:0 10px 10px 10px;
    font-size: 16px;
}
.container .load_path .path_list .list2 li{
    flex: 0 25%;
}


.container .load_path .path_list_mobile {
    display: none;
    width: 100%;
}

.container .load_path .path_list_mobile .list_title {
        text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    font-family: "DingTalk Sans";
    background-image: linear-gradient(to bottom, #224A7B, #ffffff00);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.container .load_path .path_list_mobile .swiper {
    width: 100%;
}

.container .load_path .path_list_mobile .swiper .lrButton::after{
    color: #999;
}

.container .load_path .path_list_mobile .swiper 

.container .load_path .path_list_mobile .this_child {

    box-sizing: border-box;
    width:100%;
    background: #F3F7FA;
    border-radius: 30px;
    /*overflow: hidden;*/
    /*box-shadow:8px -8px #30557B;*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.container .load_path .path_list_mobile .this_child .imgWrap{
    width: 100%;
     border-radius: 10px;
     overflow: hidden;
}
.container .load_path .path_list_mobile .this_child .imgWrap img{
    width: 100%;
    
}
.container .load_path .path_list_mobile .this_child .info{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.container .load_path .path_list_mobile .this_child .info p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.container .load_path .path_list_mobile .this_child .info span {
    padding:0 10px 10px 10px;
    font-size: 16px;
    text-align: center;
}



.container .load_pro {
  background-image: linear-gradient(#f3f6f9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding: 5vw;
  margin-top: 40px;
}
.container .load_pro .proItems {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
}
.container .load_pro .proItems li {
  flex: 0 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_pro .proItems li.video_show .videoWrap{
    width: 100%;
    position: relative;
    padding-top: 64%;
    margin-bottom: 15px;
    display: none;
}
.container .load_pro .proItems li.video_show .videoWrap iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.container .load_pro .proItems li .imgWrap {
  width: 90%;
}
.container .load_pro .proItems li .imgWrap img {
  width: 100%;
}
.container .load_pro .proItems li .pro_title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.container .load_pro .proItems li .load_inquiry {
  margin-top: 20px;
}
.container .load_what {
  margin-top: 150px;
  display: flex;
  flex-direction: column; 
  align-items: center;
}
.container .load_what .this_in {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.container .load_what .this_in .this_child {
  flex: 0 25%;
  box-sizing: border-box;
  overflow: hidden;
   border: 1px solid #224A7B;
}
.container .load_what .this_in .this_child .img_b {
  width: 100%;
}
.container .load_what .this_in .this_child .img_b img {
  width: 100%;
}
.container .load_what .this_in .this_child .this_text {
 
  padding: 20px 30px;
}
.container .load_what .this_in .this_child .this_text h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
  color: #040404;
}
.container .load_what .this_in .this_child .this_text p {
  color: #8f979d;
  font-size: 20px;
  line-height: 1.5;
}
.container .load_what .load_inquiry {
  margin-top: 30px;
}
.container .load_bottle {
  padding: 5vw 0;
}
.container .load_we {
  background-image: linear-gradient(#f3f6f9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding: 5vw;
  margin-top: 130px;
  width: 100%;
  box-sizing: border-box;
}
.container .load_we .this_in {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 110px 0;
}
.container .load_we .this_in .this_child {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.container .load_we .this_in .this_child .num {
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: "DingTalk Sans";
  background-image: linear-gradient(to bottom, #224A7B, #ffffff00);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.container .load_we .this_in .this_child .img_b {
  flex: 0 48%;
  overflow: hidden;
}
.container .load_we .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .load_we .this_in .this_child .num_text {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .load_we .this_in .this_child .num_text .this_text h3 {
  color: #2A2B32;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  /* 48px */
  margin-bottom: 20px;
  text-transform: capitalize;
}
.container .load_we .this_in .this_child .num_text .this_text p {
  color: #717071;
  font-family: "Source Han Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  /* 24px */
  /*text-transform: capitalize;*/
}
.container .load_we .this_in .this_child:nth-child(2n) {
  flex-direction: row-reverse;
}
.container .load_app {
  background-image: linear-gradient(#f3f6f9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  border-radius: 150px 0 0 0;
  overflow: hidden;
  padding: 5vw;
  margin-top: 130px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .load_app .this_title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.container .load_app .this_in {
    width: 100%;
  /*margin-top: 40px;*/
}
.container .load_app .this_in .app_title {
  color: #2A2B32;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.container .load_app .this_in .Wrap {
  display: flex;
  gap: 30px;
}
.container .load_app .this_in .Wrap .this_child {
  flex: 0 33.333%;
}
.container .load_app .this_in .Wrap .this_child .img_b {
  width: 100%;
}
.container .load_app .this_in .Wrap .this_child .img_b img {
  width: 100%;
}
.container .load_app .this_in .Wrap .this_child h3 {
  text-align: center;
  margin-top: 10px;
  color: #2A2B32;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  /* 36px */
  text-transform: capitalize;
}
.container .load_form {
  margin-top: 120px;
  padding: 0 5vw 5vw 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .load_form_mobile{
    display: none;
}

.container .load_form .leftForm {
  box-sizing: border-box;
  flex: 0 47%;
  padding: 5.20833333vw 3.64583333vw;
  background-color: #f3f6f9;
  box-shadow: -45px 40px #224A7B;
  border-radius: 30px;
}
.container .load_form .leftForm .form_text .top {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.container .load_form .leftForm .form_text .top .icon_img {
  width: 160px;
}
.container .load_form .leftForm .form_text .top .icon_img img {
  width: 100%;
}
.container .load_form .leftForm .form_text .top h2 {
  font-size: 36px;
}
.container .load_form .leftForm .form_text p {
  font-size: 16px;
  color: #8C92AC;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.container .load_form .leftForm .this_list p{
    margin: 0;
}
.container .load_form .leftForm .form_input .this_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.container .load_form .leftForm .form_input .this_form .this_list {
  width: 100%;
}
.container .load_form .leftForm .form_input .this_form .this_list h5 {
  color: #224A7B;
  font-size: 20px;
  margin-bottom: 10px;
}
.container .load_form .leftForm .form_input .this_form .this_list input {
  border: 1px solid #224A7B;
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
.container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
  font-size: 16px;
}
.container .load_form .leftForm .form_input .this_form .this_list textarea {
  border: 1px solid #224A7B;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
.container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
  font-size: 16px;
}
.container .load_form .rightIntro {
  flex: 0 47%;
}
.container .load_form .rightIntro .load_title {
  text-align: left;
  font-size: 40px;
}
.container .load_form .rightIntro p {
  margin-top: 20px;
  color: #8C92AC;
  font-size: 16px;
  line-height: 1.8;
}
.container .load_form .rightIntro ul {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.container .load_form .rightIntro ul li {
  display: flex;
}
.container .load_form .rightIntro ul li .num {
  flex: 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #224a7b;
}
.container .load_form .rightIntro ul li .num span {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.container .load_form .rightIntro ul li .right {
  flex: 0 80%;
  background-color: #f3f6f9;
  padding: 20px 30px ;
}
.container .load_form .rightIntro ul li .right h3 {
  font-size: 22px;
  line-height: 1.6;
}
.container .load_form .rightIntro ul li .right h5 {
  margin-top: 5px;
  color: #5d6772;
  line-height: 1.8;
  font-size: 16px;
}
.form_title {
  color: #121212;
  text-align: center;
}
.form_title p {
  font-size: 40px;
  font-family: 'Archivo Narrow';
  margin-bottom: 10px;
}
.form_title span {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5;
}
.formWarp #form,
.formWarp .form {
  padding-top: 60px;
}
.formWarp .list {
  padding-bottom: 20px;
}
.formWarp .list input {
  border: none;
  border-bottom: 1px solid #224A7B;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  line-height: 40px;
  outline: none;
  transition: all 0.2s;
}
.formWarp .list input::placeholder {
  color: #dedfe0;
  text-transform: capitalize;
  line-height: 1.5;
}
.formWarp .list input:focus-visible {
  outline: solid;
  transition: all 0.2s;
  outline-color: #121212;
  outline-width: 2px;
  outline-offset: 3px;
}
.formWarp .list textarea {
  border: none;
  border-bottom: 1px solid #224A7B;
  width: 100%;
  height: 150px;
  font-size: 16px;
  outline: none;
}
.formWarp .list textarea::placeholder {
  color: #dedfe0;
  text-transform: capitalize;
  line-height: 1.5;
}
.formWarp .list textarea:focus-visible {
  box-sizing: border-box;
  outline: solid;
  transition: all 0.2s;
  outline-color: #121212;
  outline-width: 2px;
  outline-offset: 3px;
  padding: 0 12px;
  line-height: 1.5;
}
.formWarp .sub {
  padding: 10px 17px;
  display: block;
  /*margin: 0 auto;*/
  border: none;
  background-color:#84AD04;
  color: #fff;
  font-size: 18px;
  font-family: 'Archivo Narrow';
  font-weight: 700;
  transition: all 0.3s;
}
.formWarp .sub:hover {
  color: #84AD04;
  background-color: #fff;
  transition: all 0.3s;
}
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 650px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2000;
}
.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inquiry-pop-bd .inquiry-pop {
  border-radius: 20px 0 0 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
  -webkit-animation: fadeInDownA 0.4s ease;
  -o-animation: fadeInDownA 0.4s ease;
  animation: fadeInDownA 0.4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}
.inquiry-form-wrap {
  position: relative;
  height: 650px;
  width: 100.5%;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 1280px) {
    .container .load_path .path_list .list li .info p{
        font-size: 16px;
    }
    .container .load_path .path_list .list li .info span{
        font-size: 14px;
    }
    
  .container .load_inquiry {
    font-size: 16px;
  }
  .container .load_title {
    font-size: 30px;
  }
  .container .load_about {
    margin-top: 4vw;
    align-items: stretch;
  }
  .container .load_about .about_info {
    flex: 0 45%;
  }
  .container .load_about .about_info .about_name {
    font-size: 36px;
  }
  .container .load_about .about_info .about_desc {
    font-size: 16px;
  }
  .container .load_about .about_img {
    flex: 0 45%;
    border-radius: 0 0 0 90px;
  }
  .container .load_about .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_adv {
    width: 100%;
    padding-top: 70px;
    margin: 40px 0 100px 0;
  }
  .container .load_adv ul {
    box-sizing: border-box;
    display: flex;
    width: 90%;
    margin: 0 auto;
    /*background-image: linear-gradient(0deg, #3f5bdd 0%, #5b6fe0 50%, #6f7de3 100%);*/
    border-radius: 10px;
  }
  .container .load_adv ul li {
    flex: 0 33.3333333%;
    border-right: 1px solid #ffffff;
    padding: 2.08333333vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }
  .container .load_adv ul li .adv_title {
    color: #fff;
    font-size: 22px;
  }
  .container .load_adv ul li .adv_desc {
    margin-top: 20px;
    color: #ffffffb2;
    font-size: 18px;
  }
  .container .load_pro {
    background-image: linear-gradient(#f3f6f9, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    border-radius: 150px 0 0 0;
    overflow: hidden;
    padding: 5vw;
  }
  .container .load_pro .load_title {
    text-align: center;
  }
  .container .load_pro .proItems {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  .container .load_pro .proItems li {
    flex: 0 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_pro .proItems li .imgWrap {
    width: 90%;
  }
  .container .load_pro .proItems li .imgWrap img {
    width: 100%;
  }
  .container .load_pro .proItems li .pro_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .container .load_pro .proItems li .load_inquiry {
    margin-top: 20px;
  }
  .container .load_what {
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_what .load_title {
    text-align: center;
  }
  .container .load_what .this_in {
    margin-top: 40px;
  }
  /*.container .load_what .this_in .this_child {*/
  /*  box-sizing: border-box;*/
  /*  flex: 0 48%;*/
  /*  padding: 25px 30px 60px;*/
  /*  box-shadow: 3px 3px 10px 3px #f2f2f2;*/
  /*  background-color: #fff;*/
  /*  border-radius: 20px;*/
  /*  overflow: hidden;*/
  /*}*/
  .container .load_what .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_what .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_what .this_in .this_child .this_text h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #040404;
  }
  .container .load_what .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .container .load_what .load_inquiry {
    margin-top: 30px;
  }
 
  .container .load_we .this_in {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 110px 0;
  }
  .container .load_we .this_in .this_child {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .container .load_we .this_in .this_child h1 {
    display: inline-block;
    font-size: 100px;
    font-weight: 300;
    margin-top: -10%;
  }
  .container .load_we .this_in .this_child .img_b {
    flex: 0 48%;
    overflow: hidden;
  }
  .container .load_we .this_in .this_child .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_we .this_in .this_child .num_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .num_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .num_text .this_text h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .num_text .this_text h5 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container .load_we .this_in .this_child .num_text .this_text p {
    color: #6f7883;
    font-size: 16px;
    line-height: 2;
  }
  .container .load_we .this_in .this_child .num_text .this_text p span {
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .yes_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .yes_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .yes_text .this_text h3 {
    font-size: 30px;
    line-height: 1.8;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li {
    flex: 0 49%;
    display: flex;
    align-items: center;
    gap: 0 0.52083333vw;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img {
    width: 30px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li span {
    color: #6f7883;
    font-size: 12px;
  }
  .container .load_we .this_in .this_child:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
.container .load_app .this_in .app_title{
    font-size: 25px;
}
  .container .load_app .this_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .container .load_app .this_in {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .container .load_app .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_app .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_app .this_in .this_child h5 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
  }
  .container .load_app .this_in .this_child:nth-child(4),
  .container .load_app .this_in .this_child:nth-child(5) {
    flex: 0 49%;
    padding: 2.34375vw 1.5625vw 3.125vw;
  }

  .container .load_form .leftForm .form_text .top {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .container .load_form .leftForm .form_text .top .icon_img {
    width: 100px;
  }
  .container .load_form .leftForm .form_text .top .icon_img img {
    width: 100%;
  }
  .container .load_form .leftForm .form_text .top h3 {
    font-size: 36px;
  }
  .container .load_form .leftForm .form_text p {
    font-size: 18px;
    color: #56606f;
    line-height: 2;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .container .load_form .leftForm .form_input .this_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .container .load_form .leftForm .form_input .this_form .this_list {
    width: 100%;
  }

  .container .load_form .leftForm .form_input .this_form .this_list input {
    border: 1px solid #224A7B;
    width: 100%;
    line-height: 3;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
    font-size: 16px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea {
    border: 1px solid #224A7B;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    resize: none;
    height: 120px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
    font-size: 16px;
  }
  .container .load_form .rightIntro {
    flex: 0 47%;
  }
  .container .load_form .rightIntro p {
    color: #5d6772;
    font-size: 20px;
    line-height: 1.8;
  }
.container .load_form .rightIntro ul li .num{
    flex: 0 30%;
}

  .container .load_form .rightIntro ul li .right {
    width: calc(100% - 80px);
  }
  .container .load_form .rightIntro ul li .right h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  .container .load_form .rightIntro ul li .right h5 {
    margin-top: 20px;
    color: #5d6772;
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width:950px) {
    
   .container .load_path{
       display: none;
   } 
    
.container .load_path .path_list {
    display: none;
}    
    
.container .load_path .path_list_mobile {
    display: block;
}

}
@media screen and (max-width: 900px) {
    

    
    .container .load_path .path_list .list{
        flex-direction: column;
    }
    .container .load_path .path_list .list li{
        width: 100%;
    }
    .container .load_path .path_list .list li::after{
        left: 50%;
        top: auto;
        bottom: -50px;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    
    .container .load_form_mobile{
        display: block;
    }
    
  .container .load_inquiry {
    font-size: 16px;
  }
.container .load_banner .banner_text{
    position: static;
    transform: none;
}
.container .load_banner .banner_text h1{
    margin-top: 10px;
    color: #000;
    font-size: 30px;
}
.container .load_banner .banner_text h2{
    font-size: 20px;
}
.container .load_banner .banner_text h3{
    font-size: 18px;
     color: #000;
}
.container .load_banner .banner_text p{
    font-size: 16px;
     color: #000;
}

  .container .load_logo {
    width: 90vw;
  }
  .container .load_logo img {
    width: 100%;
  }
  .container .load_title {
    font-size: 22px;
    margin-top: 15px;
  }
  .container .load_about {
    margin-top: 4vw;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .container .load_about .about_info {
    flex: 0 100%;
    margin-top: 40px;
  }
  .container .load_about .about_info .about_name {
    width: 100%;
    font-size: 24px;
  }
  .container .load_about .about_info .about_desc {
    font-size: 16px;
    width: 100%;
  }
  .container .load_about .about_img {
    flex: 0 100%;
    border-radius: 0 0 0 90px;
  }
  .container .load_about .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: none;
  }
  .container .load_adv {
    width: 100%;
    padding-top: 60px;
    margin: 0;
    margin-bottom: 60px;
  }
  .container .load_adv ul {
    width: 100%;
    flex-direction: column;
    gap: 1px 0;
  }
  .container .load_adv ul li {
    flex: 0 33.3333333%;
    border: none;
    border-top: 1px solid #ffffff;
  }
  .container .load_adv ul li .adv_title {
    color: #fff;
    font-size: 20px;
  }
  .container .load_adv ul li .adv_desc {
    margin-top: 20px;
    color: #ffffffb2;
    font-size: 16px;
  }
  .container .load_pro {
    border-radius: 0;
    padding: 0;
  }
  .container .load_pro .load_title {
    text-align: center;
  }
  .container .load_pro .proItems {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .load_pro .proItems li {
    
    display: none;
   
  }
  
   .container .load_pro .proItems li.video_show{
         display: flex;
          flex-direction: column;
    align-items: center;
         flex: 0 100%;
     }
    .container .load_pro .proItems li.video_show .videoWrap{
        display: block;
    }
    
  
  
  
  .container .load_pro .proItems li .imgWrap {
    width: 90%;
  }
  .container .load_pro .proItems li .imgWrap img {
    width: 100%;
  }
  .container .load_pro .proItems li .pro_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .container .load_pro .proItems li .load_inquiry {
    margin-top: 20px;
  }
  .container .load_what {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_what .load_title {
    text-align: center;
  }
  .container .load_what .this_in {
    margin-top: 30px;
    gap: 20px 0;
    flex-direction: column;
  }
  .container .load_what .this_in .this_child {
    box-sizing: border-box;
    flex: 0 99%;
    /*padding: 25px 30px 60px;*/
    /*box-shadow: 3px 3px 10px 3px #f2f2f2;*/
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .container .load_what .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_what .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_what .this_in .this_child .this_text h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #040404;
  }
  .container .load_what .this_in .this_child .this_text p {
    font-size: 16px;
  }
  .container .load_what .load_inquiry {
    margin-top: 30px;
  }
  .container .load_we {
    border-radius: 0;
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
  }
  .container .load_we .this_in {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .container .load_we .this_in .this_child {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column !important;
  }
  .container .load_we .this_in .this_child h1 {
    font-size: 90px;
    margin-top: 20px;
  }
  .container .load_we .this_in .this_child .img_b {
    flex: 0 48%;
    overflow: hidden;
  }
  .container .load_we .this_in .this_child .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .load_we .this_in .this_child .num_text {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .container .load_we .this_in .this_child .num_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .num_text .this_text h3 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .num_text .this_text h5 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .container .load_we .this_in .this_child .num_text .this_text p {
    color: #6f7883;
    font-size: 16px;
    line-height: 2;
  }
  .container .load_we .this_in .this_child .num_text .this_text p span {
    font-weight: bold;
  }
  .container .load_we .this_in .this_child .yes_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container .load_we .this_in .this_child .yes_text .this_text {
    transform: translate(0, -70px);
  }
  .container .load_we .this_in .this_child .yes_text .this_text h3 {
    font-size: 30px;
    line-height: 1.8;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li {
    flex: 0 99%;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li .icon_img {
    width: 30px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text ul li span {
    color: #6f7883;
    font-size: 12px;
  }
  .container .load_we .this_in .this_child .yes_text .this_text .btn {
    margin-top: 20px;
  }
  .container .load_we .this_in .this_child:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .container .load_app {
    border-radius: 0;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .load_app .this_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .container .load_app .this_in {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  .container .load_app .this_in .Wrap{
      flex-direction: column;
  }
  .container .load_app .this_in .this_child {
    flex: 0 99%;
  }
  .container .load_app .this_in .this_child .img_b {
    width: 100%;
  }
  .container .load_app .this_in .this_child .img_b img {
    width: 100%;
  }
  .container .load_app .this_in .this_child h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
  }
  .container .load_app .this_in .this_child:nth-child(4),
  .container .load_app .this_in .this_child:nth-child(5) {
    flex: 0 49%;
    padding: 2.34375vw 1.5625vw 3.125vw;
  }
  .container .load_form {

    flex-direction: column;
  }
  .container .load_form .leftForm{
      box-shadow: none;
  }
  .container .load_form .leftForm .form_text .top {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .container .load_form .leftForm .form_text .top .icon_img {
    width: 40px;
  }
  .container .load_form .leftForm .form_text .top .icon_img img {
    width: 100%;
  }
  .container .load_form .leftForm .form_text .top h3 {
    font-size: 24px;
  }
  .container .load_form .leftForm .form_text p {
    font-size: 18px;
    color: #56606f;
    line-height: 2;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .container .load_form .leftForm .form_input .this_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .container .load_form .leftForm .form_input .this_form .this_list {
    width: 100%;
  }
  .container .load_form .leftForm .form_input .this_form .this_list h5 {
    color: #1e42d6;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input {
    border: 1px solid #eee;
    width: 100%;
    line-height: 3;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .container .load_form .leftForm .form_input .this_form .this_list input::placeholder {
    font-size: 16px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea {
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 2;
    resize: none;
    height: 120px;
  }
  .container .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
    font-size: 16px;
  }
  .container .load_form .rightIntro {
    margin-top: 30px;
    flex: 0 47%;
  }
  .container .load_form .rightIntro .load_title {
    text-align: center;
    font-size: 30px;
  }
  .container .load_form .rightIntro p {
    text-align: center;
    color: #5d6772;
    font-size: 14px;
    line-height: 1.8;
  }
  .container .load_form .rightIntro ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
  .container .load_form .rightIntro ul li {
    display: flex;

    flex-direction: column;
  }

  .container .load_form .rightIntro ul li .num span {
    display: inline-block;
    font-size: 36px;

  }
  .container .load_form .rightIntro ul li .right {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  .container .load_form .rightIntro ul li .right h3 {
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
  }
  .container .load_form .rightIntro ul li .right h5 {
    margin-top: 10px;
    text-align: center;
    color: #5d6772;
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}
