/* font */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* //font */

:root {
  --gray58: #585858;
  --gray94: #949494;
  --grayAf: #afafaf;
  --grayF6: #f6f6f6;
  --grayEe: #eeeeee;
  --grayC7: #c7c7c7;
  --white: #fff;
  --whiteFb: #fbfbfb;
  --black26: #262626;
  --black35: #353644;
  --black3c: #3c1e1e;
  --yellow: #ffe812;
  --sky: #50daff;
  --sky3: #3a74d8;
}

/* 공통 */
html {scroll-behavior: smooth;}
body {font-family: 'Pretendard-Regular';}
.container {max-width: 1620px; width: 100%; height: auto; margin: 0 auto; overflow: hidden;}

.tit-box {margin-bottom: 80px; text-align: center;}
.tit-box .tit {font-size: 30px; font-weight: 400; line-height: 1.25; color: var(--gray58);}
.tit-box .tit > b {color: var(--sky);}
.tit-box .sub {margin-top: 30px; font-size: 18px; font-weight: 400; line-height: 1.25; color: var(--grayEe);}
.tit-box img {width: 80px; height: auto; margin-bottom: 20px;}
/* .tit-box img.aos-animate {animation: jello-horizontal 0.9s both;} */
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.d-scription {margin-top: 15px; font-size: 18px; font-weight: 400; line-height: 1.28; color: var(--gray58); text-align: center;}
.hr {display: block; background: #f6f6f6; width: 100%; height: 5px; border: 0;}
.no-pb {padding-bottom: 0 !important;}
.bw {color: var(--white) !important;}
/* //공통 */

header h1 {position: absolute; z-index: -9999; left: -9999px;}
header h2 {position: absolute; z-index: -9999; left: -9999px;}

/* header */
header {position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: var(--white); box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); z-index: 10;}
header .container {display: flex; align-items: center; justify-content: space-between; height: 100%; overflow: initial;}
header .logo {width: 187px; height: auto; position: relative; top:-5px;}
header nav {}
header nav ul.top_ul-menu {display: flex; align-items: center; justify-content: center;}
header nav ul.top_ul-menu li {position: relative; text-align: center; padding: 0 10px;}
header nav ul.top_ul-menu li:last-of-type {margin-right: 0;}
header nav ul.top_ul-menu li .tit_nav {padding: 30px 0; font-size: 18px; font-weight: 400; line-height: 1.17; color: var(--black26); cursor: pointer; transition: all .3s;}
/* nav width */
header nav ul.top_ul-menu li:nth-child(1) .tit_nav {min-width: 150px;}
header nav ul.top_ul-menu li:nth-child(2) .tit_nav {min-width: 82px;}
header nav ul.top_ul-menu li:nth-child(3) .tit_nav {min-width: 110px;}
header nav ul.top_ul-menu li:nth-child(4) .tit_nav {min-width: 96px;}
header nav ul.top_ul-menu li:nth-child(5) .tit_nav {min-width: 56px;}
header nav ul.top_ul-menu li:nth-child(6) .tit_nav {min-width: 99px;}
header nav ul.top_ul-menu li:nth-child(7) .tit_nav {min-width: 128px;}
header nav ul.top_ul-menu li:nth-child(8) .tit_nav {min-width: 100px;}
/* //nav width */
header nav ul.top_ul-menu li:hover .tit_nav {color: var(--sky); transition: all .3s;}
header nav ul.top_ul-menu li.active .tit_nav {color: var(--sky); transition: all .3s;}
header .sns-area {display: none !important; position: fixed; bottom: 30px; right: 50px; display: flex; align-items: center;}
header .sns-area a {display: flex; align-items: center; justify-content: space-between; flex-flow: column; width: auto; height: auto; margin-right: 25px; font-size: 18px; font-weight: bold;}
header .sns-area a span {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-bottom: 6px; border-radius: 100%; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); text-shadow: 0 3px 6px rgba(170, 170, 170, 0.5);}
header .sns-area a:last-of-type {margin-right: 0;}
header .sns-area a img {width: 25px; height: auto;}
header .sns-area .talk span {background: var(--yellow); color: var(--black3c);}
header .sns-area .tell span {background: var(--sky); color: var(--white);}

/* sub-nav_wrap */
/* header nav ul li:hover .tit_nav:hover ~ .sub-nav_wrap {display: block;} */
/* header nav ul li:hover .sub-nav_wrap:hover {display: block;} */
header nav ul.top_ul-menu .sub-nav_wrap {display: none; position: absolute; top: 82px; left: 50%; transform: translateX(-50%); padding: 20px 25px; background: rgba(0, 0, 0, 0.8); z-index: 10; text-align: center;}
/* .top_ul-menu .sub-nav_wrap {display: none;} */
header nav ul.top_ul-menu .sub-nav_wrap .sub_nav {display: block; margin-bottom: 10px; white-space: nowrap; font-size: 18px; font-weight: 400; color: var(--white); cursor: pointer; transition: all .3s;}
header nav ul.top_ul-menu .sub-nav_wrap .sub_nav:hover {color: #79D7FB; transition: all .3s;}
header nav ul.top_ul-menu .sub-nav_wrap .sub_nav.active {color: #79D7FB; transition: all .3s;}
header nav ul.top_ul-menu .sub-nav_wrap .sub_nav:last-of-type {margin-bottom: 0;}

/* bottom_ul-menu */
.bottom_ul-wrap {display: none; position: absolute; top: 80px; left: 0; width: 100%; height: auto; padding: 20px 0; background: var(--white); box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16),0 3px 6px 0 rgba(0, 0, 0, 0.16);}
.bottom_ul-menu {display: flex; justify-content: flex-end; width: 1620px;; margin: 0 auto;}
.bottom_ul-menu .sub-nav_wrap {display: block; text-align: center;}
/* sub nav */
.bottom_ul-menu li { padding: 0 10px;}
.bottom_ul-menu li:nth-child(1) .sub-nav_wrap {min-width: 150px;}
.bottom_ul-menu li:nth-child(2) .sub-nav_wrap {min-width: 82px;}
.bottom_ul-menu li:nth-child(3) .sub-nav_wrap {min-width: 110px;}
.bottom_ul-menu li:nth-child(4) .sub-nav_wrap {min-width: 96px;}
.bottom_ul-menu li:nth-child(5) .sub-nav_wrap {min-width: 56px;}
.bottom_ul-menu li:nth-child(6) .sub-nav_wrap {min-width: 99px;}
.bottom_ul-menu li:nth-child(7) .sub-nav_wrap {min-width: 128px;}
.bottom_ul-menu li:nth-child(8) .sub-nav_wrap {min-width: 100px;}
/* //sub nav */
.bottom_ul-menu .sub-nav_wrap .sub_nav {display: block; margin-bottom: 12px; font-size: 16px; font-weight: 400; line-height: 150%; color: var(--black26);}
.bottom_ul-menu .sub-nav_wrap .sub_nav {transition: all .3s;}
.bottom_ul-menu .sub-nav_wrap .sub_nav:hover {color: #79D7FB; transition: all .3s;}
.bottom_ul-menu:hover ~ header nav ul.top_ul-menu li .tit_nav {
  color: #79D7FB;
  transition: all .3s;
}

.bottom_ul-menu .sub-nav_wrap .sub_nav.active {color: #79D7FB; transition: all .3s;}
.bottom_ul-menu .sub-nav_wrap .sub_nav:last-of-type {margin-bottom: 0;}
.bottom_ul-menu .sub-nav_wrap .sub_nav:last-of-type {margin-bottom: 0;}
/* bottom_ul-menu */
/* //sub-nav_wrap */

/* //header */

/* visual */
.visual {width: 100%; height: 100vh; margin-top: 80px; background: url(./../img/kv_bg.webp) 50% 50%; background-size: cover;}
.visual .container {position: relative; height: 100%;}
.kv_top {position: absolute; top: 20px; left: 0; width: 421px; height: auto;}
/* .kv_top img {border-radius: 0 0 300px 0; transition: all 1s;}
.kv_top.aos-animate img {border-radius: 0; transition: all 1s;} */
.visual .txt-box {position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.visual .txt-box .kv_txt {font-size: 30px; font-weight: 400; color: var(--gray58); line-height: 1.25;}
.visual .txt-box .kv_txt > b {color: var(--black26);}

.sub_kv {animation: bg-pan-tl 2s alternate-reverse infinite; display: flex; align-items: center; justify-content: center; width: 100%; height: 560px; background: url(./../img/sub_kv_bg.jpg)no-repeat 50% 50%; background-size: cover;}
@keyframes bg-pan-tl {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.sub_kv .sub_kv-txt {text-align: center;}
.sub_kv .sub_kv-txt .sub-tit {font-size: 40px; font-weight: 700; line-height: 150%; color: #79D7FB;}
.sub_kv .sub_kv-txt .sub-sub {margin-bottom: 72px; font-size: 20px; font-weight: 700; line-height: 150%; color: var(--white);}
.sub_kv .sub_kv-txt .sub-txt {font-size: 26px; font-weight: 500; line-height: 150%; color: #DEDEDE;}
/* //visual */

/* sec */
.sec {padding: 90px 0 120px;}
.slide1 {background-image: linear-gradient(68deg, #d9f4ff, #f8fdff 49%, #d9f4ff 100%);}
/* myslide1 */
.slide1 .container {max-width: 100%; height: 384px;}
.myslide1 {position: relative; width: 100%; height: 100%; padding-left: 0; overflow: initial;}
.myslide1 .swiper-wrapper {align-items: center; margin-left: -135px;}
.myslide1 .swiper-wrapper .swiper-slide {width: 300px; height: auto; box-sizing: initial; transition: all 1s; }
.myslide1 .swiper-wrapper .swiper-slide-active {width: 500px; height: auto; transition: all 1s; box-sizing: initial;}
.myslide1 .swiper-wrapper .swiper-slide img {width: 100%; height: auto;}
.arrow {position: absolute; top: 50%; width: 45px; height: auto; z-index: 1;}
.arrow img {width: 100%; height: auto;}
.swiper-next {left: 50%; transform: translate(calc(-50% - -246px), -50%); }
.swiper-prev {right: 50%; transform: translate(calc(-50% - 276px), -50%); }
.swiper-slide .txt {margin-top: 15px; font-size: 18px; font-weight: 400; line-height: 1.67; color: var(--gray58); text-align: center;}
/* //myslide1 */
/* myslide2 */
/* .slide2 {background: var(--grayF6);}
.slide2 .container {position: relative; max-width: 100%; height: 500px;}
.myslide2 {position: relative; width: 100%; height: 100%; padding-left: 75px; overflow: initial;}
.myslide2 .swiper-wrapper {align-items: center; margin: 0 -75px;}
.myslide2 .swiper-wrapper .swiper-slide {width: 300px; height: 200px; padding: 0 75px; box-sizing: initial; transition: all 1s;}
.myslide2 .swiper-wrapper .swiper-slide-active {width: 500px; height: 328px; transition: all 1s; box-sizing: initial;}
.myslide2 .swiper-wrapper .swiper-slide:not(:first-child).swiper-slide-active {padding-left: 176px;}
.myslide2 .swiper-wrapper .swiper-slide iframe {width: 100%; height: 100%; border-radius: 10px;}
.arrow {position: absolute; top: 50%; width: 45px; height: auto; z-index: 1;}
.arrow img {width: 100%; height: auto;}
.swiper-next2 {left: 50%; transform: translate(calc(-50% - -246px), -50%); }
.swiper-prev2 {right: 50%; transform: translate(calc(-50% - 276px), -50%); }
.swiper-slide .txt {margin-top: 15px; font-size: 18px; font-weight: 400; line-height: 1.67; color: var(--gray58); text-align: center;} */

/* 두번째 */
.slide2 {background: var(--grayF6);}
.slide2 .tit-box {margin-bottom: 20px;}
.slide2 .container {max-width: 100%; height: 422px;}
.myslide2 {position: relative; width: 100%; height: 100%; margin-left: 0px; overflow: initial; box-sizing: border-box;}
.myslide2 .swiper-wrapper {align-items: center; margin: 0 -103px;}
.myslide2 .swiper-wrapper .swiper-slide {width: 300px; height: 200px; padding: 0 0; box-sizing: initial; transition: all 1.1s;}
.myslide2 .swiper-wrapper .swiper-slide-active {width: 500px; height: 328px; transition: all 1.1s; box-sizing: initial;}
/* .myslide2 .swiper-wrapper .swiper-slide:not(:first-child).swiper-slide-active {padding-left: 176px;} */
.myslide2 .swiper-wrapper .swiper-slide iframe {width: 100%; height: 100%; border-radius: 10px;}
.arrow {position: absolute; top: 50%; width: 45px; height: auto; z-index: 1;}
.arrow img {width: 100%; height: auto;}
.swiper-button-prev5 {left: 0; transform: translate(calc(-50% - -279px), -50%); }
.swiper-button-next5 {right: 0; transform: translate(calc(-50% - 241px), -50%); }
.swiper-next2 {left: 50%; transform: translate(calc(-50% - -279px), -50%); }
.swiper-prev2 {right: 50%; transform: translate(calc(-50% - 241px), -50%); }

.swiper-slide .txt {margin-top: 15px; font-size: 18px; font-weight: 400; line-height: 1.67; color: var(--gray58); text-align: center;}
/* //두번째 */
/* //myslide2 */

/* review-list */
.sec2 {padding-bottom: 0;}
.sec2 .tit-box {margin-bottom: 0;}
.review-list {width: 1055px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 48px 0; padding: 80px 0 120px;}
.review-list li {width: calc(100% / 3); padding: 0 17px;}
.review-list li img {transition: all .3s;}
.review-list li:hover img {transform: scale(1.2); transition: all .3s;}
.review-list li .child-box {background: var(--white); padding: 24px 23px 35px 24px; border-radius: 25px; box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.16);}
.review-list li .child-box .img-box {width: 100%; height: auto; overflow: hidden;}
.review-list li .child-box .img-box img {width: 100%; height: auto;}
.review-list li .child-box .content-box {margin-top: 13px;}
.review-list li .child-box .name_star {display: flex; align-items: center; justify-content: space-between;}
.review-list li .child-box .name_star .name-area {display: flex; align-items: center;}
.review-list li .child-box .name_star .name-area img {width: 41px; height: auto;}
.review-list li .child-box .name_star .name-area .name {margin-left: 8px; font-size: 16px; font-weight: 600; line-height: 2.1; color: var(--grayAf);}
.review-list li .child-box .name_star .star-area {width: 110px; height: auto;}
.review-list li .child-box .txt-box {margin-top: 18px;}
.review-list li .child-box .txt-box .tit {width: 304px; margin-bottom: 23px; font-size: 18px; font-weight: bold; line-height: 1.65; color: var(--gray58); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.review-list li .child-box .txt-box .txt {width: 250px; font-size: 16px; font-weight: 600; line-height: 1.17; color: var(--gray94); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

/* //review-list */

/* sec3 */
.sec3 {background: var(--black35);}
.sec3 .tit-box .tit {color: var(--white);}
/* //sec3 */

/* img-list */
.img-list {display: flex; align-items: center; justify-content: center; width: 1260px; margin: 0 auto; gap: 0 20px;}
.img-list2 {width: 1110px; align-items: initial;}
.img-list li .img-box {width: 100%; margin-bottom: 15px;}
.img-list li .txt {font-size: 16px; font-weight: 400; line-height: 1.28; color: var(--grayF6); text-align: center;}
.img-list2 li .txt {color: var(--gray58);}
/* //img-list */

/* sec4 */
.sec4 {background: var(--sky3);}
.sec4 .tit-box .tit {color: var(--white);}
.sec4 .img-box {width: 652.5px; height: auto; margin: 0 auto;}
/* //sec4 */

/* sec5 */
.sec5 {background: var(--white);}
.sec5_1 {padding-bottom: 0;}
.sec5 .img-box {width: 421px; height: auto; margin: 0 auto;}
/* .sec5 .img-box img {border-radius: 0 0 300px 0; transition: all 1s;}
.sec5 .img-box img.aos-animate {border-radius: 0; transition: all 1s;} */
.sec5 .img-box2 {width: 850px; height: auto; margin: 0 auto; opacity: 1; transition: all 1s;}
/* .sec5 .img-box2.aos-animate {opacity: 1; transition: all 1s;} */
.sec5 .d-scription:first-of-type {margin-bottom: 70px;}
.sec5 .tit-box .sub {color: var(--gray94);}
/* //sec5 */

/* sec6 */
.sec6 {background: var(--grayF6);}
/* data-area */
.data-area {display: flex; align-items: center; justify-content: center;}
.data-area .left-box {margin-right: 95px;}
.data-area .number-area {font-size: 50px; font-weight: bold; line-height: 1; color: var(--black26);}
.data-area .number-area span {font-size: 24px; font-weight: 400; line-height: 1; color: var(--gray94);}
/* //data-area */

/* tab-area */
.tab-area {width: 687px; margin: 50px auto 0;}
.tab-area .tab-nav {display: flex; align-items: center; justify-content: center; gap: 8px;}
.tab-area .tab-nav li {display: flex; align-items: center; justify-content: center; width: calc(100% / 4); height: 50px; border-radius: 5px; background: var(--white); font-size: 18px; font-weight: 400; color: var(--gray94); cursor: pointer;}
.tab-area .tab-nav li.active {background: var(--sky); color: var(--white);}

.tab-content {display: none; width: 100%; height: auto; padding: 30px; background: var(--white); margin-top: 8px; border-radius: 5px;}
.tab-content.active {display: block;}
.tab-content .list {width: 100%;}
.tab-content .list dl {display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.tab-content .list dl:last-of-type {margin-bottom: 0;}
.tab-content .list dl dt {min-width: 82px; width: auto; margin-right: 15px; font-size: 18px; font-weight: 400; line-height: 1.28; color: var(--gray94); text-align: right;}
.tab-content .list dl dd {}

.tab-content .list dl dd .gaugebar {position: relative; display: flex; align-items: center; justify-content: center; width: 230px; height: 20px; background: var(--grayF6); font-size: 14px; font-weight: bold; color: var(--black2626); z-index: 1;}
/* 1 */
.tab-content:nth-of-type(1) .list dl dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 08%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(1) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 61.8%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(2) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 19%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(3) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 12.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(4) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 5%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(5) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 1%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(1) .list dl:nth-child(6) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 1%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
/* 2 */
.tab-content:nth-of-type(2) .list dl:nth-child(1) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 71%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(2) .list dl:nth-child(2) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 29%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
/* 3 */
.tab-content:nth-of-type(3) .list dl:nth-child(1) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 30.6%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(3) .list dl:nth-child(2) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 29.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(3) .list dl:nth-child(3) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 18.8%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(3) .list dl:nth-child(4) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 12%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(3) .list dl:nth-child(5) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 6.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(3) .list dl:nth-child(6) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 2.8%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
/* 4 */
.tab-content:nth-of-type(4) .list dl:nth-child(1) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 42%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(4) .list dl:nth-child(2) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 41.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(4) .list dl:nth-child(3) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 8.8%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(4) .list dl:nth-child(4) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 7.8%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
/* 5 */
.tab-content:nth-of-type(5) .list dl:nth-child(1) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 16.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(2) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 10.2%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(3) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 11.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(4) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 17.2%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(5) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 17.2%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(6) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 17.2%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}
.tab-content:nth-of-type(5) .list dl:nth-child(7) dd .gaugebar:before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 10.4%; height: 100%; background: var(--sky); z-index: -1; transition: all 1s;}

/* //tab-area */
/* //sec6 */

/* sec7 */
/* logo-list */
.logo-list {display: flex; align-items: center; flex-wrap: wrap; gap: 15px 0; width: 923px; padding-bottom: 15px; margin: 58px auto 0;}
.logo-list li {width: calc(100% / 4); padding: 0 7.5px;}
.logo-list li img {border-radius: 10px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); transition: all .3s;}
.logo-list li:hover img {transform: scale(0.8); transition: all .3s;}
/* //logo-list */
/* //sec7 */

/* sec8 */
.sec8 {background: var(--grayF6);}

/* news-area */
.news-area {width: 1110px; margin: 0 auto;}
.news-area ul {display: flex; gap: 18px;}
.news-area ul li {width: calc(100% / 3); cursor: pointer;}
.news-area ul li .child-box {width: 100%; height: auto;}
.news-area ul li .child-box .img-box {width: 100%; margin-bottom: 16px; overflow: hidden;}
.news-area ul li .img-box img {transition: all .3s;}
.news-area ul li:hover .img-box img {transform: scale(1.2); transition: all .3s;}
.news-area ul li .child-box .txt-box {}
.news-area ul li .child-box .txt-box .tit {margin-bottom: 15px; font-size: 18px; font-weight: 400; line-height: 1.28; color: var(--gray94);}
.news-area ul li .child-box .txt-box .txt {width: 345px; margin-bottom: 25px; font-size: 16px; font-weight: 400; line-height: 1.25; color: var(--black2626); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news-area ul li .child-box .txt-box .date {font-size: 15px; font-weight: 400; line-height: 1.53; color: var(--grayC7);}
/* //news-area */

/* //sec8 */

/* sec9 */
.sec9 {background: var(--white);}
.sec9 .tit-box .sub {color: var(--gray94);}

/* img-list3 */
.img-list3 {width: 1075px; margin: 0 auto;}
.img-list3 ul {width: 100%;}
.img-list3 ul li {width: 100%; margin-bottom: 20px;}
.img-list3 ul li:last-of-type {margin-bottom: 0;}
.img-list3 ul li .child-box {display: flex; align-items: center; justify-content: center;}
.img-list3 ul li .child-box .img-box {width: 430px; height: auto; margin-right: 60px; overflow: hidden; border-radius: 10px;}
.img-list3 ul li .child-box .img-box img {transition: all .3s;}
.img-list3 ul li .child-box:hover .img-box img {transform: scale(1.2); transition: all .3s;}
.img-list3 ul li .child-box .txt-box {width: 370px; height: auto;}
.img-list3 ul li .child-box .txt-box .tit {margin-bottom: 15px; font-size: 24px; font-weight: bold; line-height: 1.2; color: var(--black26);}
.img-list3 ul li .child-box .txt-box .txt {font-size: 16px; font-weight: 400; line-height: 1.28; color: var(--gray58);}
/* //img-list3 */

/* //sec9 */

/* sec10 */
.sec10 {background: url(./../img/live_bg.webp)no-repeat 50% 50%; background-size: cover;}
.sec10 .tit-box .tit {color: var(--white);}
.sec10 .rolling_swiper1 {width: 520px; height: 698px;}
.sec10 .rolling_swiper1 .swiper-slide {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 150px; background: var(--white); padding: 25px; border-radius: 10px;}
.sec10 .rolling_swiper1 .swiper-slide .left {display: flex; align-items: center;}
.sec10 .rolling_swiper1 .swiper-slide .icon {width: 50px; height: auto; margin-right: 15px;}
.sec10 .rolling_swiper1 .swiper-slide .name {font-size: 16px; font-weight: bold; line-height: 1.28; color: var(--black2626);}
.sec10 .rolling_swiper1 .swiper-slide .name > span {display: block; margin-top: 10px; font-size: 15px; font-weight: 400; line-height: 1.44; color: var(--gray58);}
.sec10 .rolling_swiper1 .swiper-slide .time {font-size: 15px; font-weight: bold; line-height: 1.44; color: var(--sky);}

/* //sec10 */

/* sub_bg */
.sub_bg {position: relative; width: 100%; height: 200px; margin-top: 80px; background: url(./../img/sub_bg.jpg)no-repeat 50% 50%; background-size: cover;}
.Page_loca {padding-top: 20px; font-size: 16px; font-weight: 400; line-height: 1.2; color: #eeeeee; z-index: 1;}
.sub_tit_box {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;}
.sub_tit_box .tit {font-size: 30px; font-weight: bold; line-height: 1.4; color: #fff;}
/* //sub_bg */

/* img-list */
.img-list1 {width: 1080px; margin: 0 auto;}
.img-list1 ul {display: flex; align-items: center; justify-content: space-between; width: 100%; height: auto; gap: 0 20px;}
.img-list1 ul li {width: calc(100% / 3);}
.img-list1 ul li .child-box {width: 100%; height: auto;}
.img-list1 ul li .child-box .img-box {width: 100%; height: auto; margin-bottom: 20px;}
.img-list1 ul li .child-box .img-box img {width: 100%; height: auto;}
.img-list1 ul li .child-box .txt-box {text-align: center;}
.img-list1 ul li .child-box .txt-tit {margin-bottom: 16px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26);}
.img-list1 ul li .child-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--black26);}
/* /img-list */

/* img-list2 */
.img-list2 {width: 923px; height: auto; margin: 0 auto;}
.img-list2 ul {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin: 0 -10px; gap: 30px 0;}
.img-list2 ul li {width: calc(100% / 4); padding: 0 10px;}
.img-list2 ul li .child-box {width: 100%; height: auto;}
.img-list2 ul li .child-box .img-box {width: 100%; height: auto; margin-bottom: 10px;}
.img-list2 ul li .child-box .img-box img {border-radius: 8px;}
.img-list2 ul li .child-box .txt-box {text-align: center;}
.img-list2 ul li .child-box .txt-box .txt-tit {font-size: 16px; font-weight: 700; line-height: 150%; color: #fff;}
/* //img-list2 */

/* img-list3 */
.img-list4 {width: 845px; height: auto; margin: 0 auto;}
.img-list4 ul {display: flex; align-items: center; justify-content: space-between; margin-bottom: 64px;}
.img-list4 ul:last-of-type {margin-bottom: 0;}
.img-list4 ul li {width: 400px; height: auto;}
.img-list4 ul li.left {}
.img-list4 ul li.right {}

.img-list4 ul li .child-box {width: 100%; height: auto;}
.img-list4 ul li .child-box img {width: 100%; height: auto;}
.img-list4 ul li .txt-box {display: flex; align-items: center; justify-content: center; flex-flow: column; width: 100%; height: auto;}
.img-list4 ul li .txt-box .txt-tit {position: relative; padding-bottom: 20px; margin-bottom: 20px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26); text-align: center;}
.img-list4 ul li .txt-box .txt-tit:before {position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 48px; height: 4px; background: #79d7fb;}
.img-list4 ul li .txt-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--black26); text-align: center;}
/* //img-list3 */

/* circle_img_list */
.circle_img_list {width: 1080px; height: auto; margin: 0 auto;}
.circle_img_list ul {display: flex; flex-wrap: wrap; gap: 30px 0; justify-content: center;}
.circle_img_list ul .item {}
.circle_img_list ul .item .child-box {text-align: center;}
.circle_img_list ul .item .child-box .img-box {width: 200px; height: 200px; margin-bottom: 35px; border-radius: 100%; overflow: hidden;}
.circle_img_list ul .item .child-box .img-box img {width: 100%; height: auto;}
.circle_img_list ul .item .child-box .txt-box  {}
.circle_img_list ul .item .child-box .txt-box .txt-tit {display: flex; align-items: center; justify-content: center; width: 160px; height: 40px; margin: 0 auto 11px; border-radius: 19px; background: var(--white); font-size: 18px; font-weight: 700; line-height: 150%; color: #4973d1;}
.circle_img_list ul .item .child-box .txt-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--white);}

.circle_img_list ul .item_arrow {width: 14.4px; height: auto; margin: 90px 28.8px 0;}
.circle_img_list ul .item_arrow img {width: 100%; height: auto;}
/* //circle_img_list */

/* img_list_click */
.img_list_click {width: 1080px; margin: 0 auto;}
.img_list_click .all {margin-bottom: 24px; font-size: 20px; font-weight: 700; line-height: 150%; color: var(--black26);}
.img_list_click .d-flex {display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}
.img_list_click .view-img {min-width: 570px; width: 570px; height: 396px; margin-bottom: 24px}
.img_list_click .view-img img {width: 100%; height: 100%; border-radius: 8px; object-fit: cover;}
.dscription {margin-bottom: 24px; font-size: 15px; font-weight: 500; line-height: 150%; color: var(--gray58);}
.dscription2 {font-size: 15px; font-weight: 700; line-height: 150%; color: var(--gray58);}
.dscription2 span {display: block; color: #79D7FB;}
.dscription3 {margin-top: 48px; font-size: 16px; font-weight: 500; line-height: 150%; color: var(--white); text-align: center;}
.dscription4 {font-size: 16px; font-weight: 500; line-height: 150%; color: var(--black26); text-align: center;}

.img-list_box {display: flex; flex-wrap: wrap; width: 500px; margin: 0 -7px; gap: 14px 0;}
.img-list_box li {width: calc(100% / 2); padding: 0 7px; cursor: pointer;}
.img-list_box li .child-box {display: flex; align-items: center; justify-content: flex-start; padding: 8px; border: 1px solid #DEDEDE; border-radius: 8px;}
.img-list_box li.active .child-box {border-color: #79D7FB;}
.img-list_box li .child-box .img-box {width: 80px; height: 80px; margin: 0;}
.img-list_box li .child-box .img-box img {width: 100%; height: 100%; border-radius: 8px;}
.img-list_box li .child-box .txt-box {margin-left: 24px;}
.img-list_box li .child-box .txt-box .txt-tit {font-size: 16px; font-weight: 700; line-height: 150%; color: var(--black26);}

/* time_dscription */
.sec11 {background: url(./../img/sec11_bg.jpg)no-repeat 50% 50%; background-size: cover;}
.sec11 .tit-box .tit {color: var(--white);}
.time_dscription {width: 840px; height: auto; margin: 0 auto;}
.time_dscription ul {display: flex; align-items: center; justify-content: center;}
.time_dscription ul li {width: calc(100% / 2); margin-right: 40px;}
.time_dscription ul li:last-of-type {margin-right: 0;}
.time_dscription ul li .child-box {display: flex; align-items: center; justify-content: center; flex-flow: column; width: 100%; height: 240px; background: transparent; border: 1px solid #fff; border-radius: 8px;}
.time_dscription ul li .child-box .time_zone {margin-bottom: 16px; font-size: 24px; font-weight: 700; line-height: 150%; color: var(--white);}
.time_dscription ul li .child-box .time_txt {font-size: 16px; font-weight: 500; line-height: 150%; color: var(--white); text-align: center;}
/* //time_dscription */

/* //img_list_click */

/* img_col4_slide */
.img_col4_slide {width: 840px; height: auto; margin: 0 auto;}
.img_col4_slide .swiper-wrapper {}
.img_col4_slide .swiper-wrapper li {display: flex; align-items: center; width: 100%; height: auto; flex-wrap: wrap; gap: 40px 0; opacity: 0; transition: all .3s;}
.img_col4_slide .swiper-wrapper li.swiper-slide-active {opacity: 1; transition: all .3s;}
.slide-items {position: relative; width: calc(100% / 2) !important;}
.img_col4_slide .swiper-wrapper li .slide-items:nth-child(odd) {padding-right: 20px;}
.img_col4_slide .swiper-wrapper li .slide-items:nth-child(even) {padding-left: 20px;}
.img_col4_slide .swiper-wrapper li img {width: 100%; height: auto;}
.img_col4_slide .swiper-wrapper li .dim {position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; flex-flow: column; width: calc(100% - 20px); height: 100%; background: rgba(53, 54, 67, 0.85); border-radius: 8px; opacity: 0; transition: all .3s;}
.img_col4_slide .swiper-wrapper li .slide-items:hover .dim {opacity: 1; transition: all .3s;}
.img_col4_slide .swiper-wrapper li .slide-items:nth-child(even) .dim {left: auto; right: 0;}
.img_col4_slide .swiper-wrapper li .dim .dim-tit {margin-bottom: 16px; font-size: 24px; font-weight: 700; line-height: 150%; color: #79D7FB;}
.img_col4_slide .swiper-wrapper li .dim .dim-href {display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 500; line-height: 150%; color: var(--white);}
.img_col4_slide .swiper-wrapper li .dim .dim-href img {width: 6.02px; height: auto; margin-left: 8.66px;}

.swper_btns {display: flex; align-items: center; justify-content: flex-end; margin-bottom: 24px; padding: 1px;}
.swper_btns > div {position: initial; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-top: 0; border-radius: 100%; box-shadow: 0px 0px 6px rgba(38, 38, 38, 0.2); background: #fff;}
.swper_btns > div:first-of-type {margin-right: 24px;}
.swper_btns > div:after {display: none !important;}
.swper_btns > div img {width: 10px; height: auto;}
/* //img_col4_slide */


/* img_list_card */
.img_list_card {width: 1080px; height: 580px; margin: 0 auto;}
.img_list_card ul {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; margin: 0 -10px;}
.img_list_card ul li {width: calc(100% / 3); height: 100%; padding: 0 10px;}
.img_list_card ul li .child-box {width: 100%; height: 100%; padding: 18px; box-sizing: border-box; border: 1px solid #dedede; border-radius: 8px;}
.img_list_card ul li .child-box .img-box {width: 100%; height: auto; margin-bottom: 24px;}
.img_list_card ul li .child-box .img-box img {width: 100%; height: auto;}
.img_list_card ul li .child-box .txt-box {text-align: center;}
.img_list_card ul li .child-box .txt-box .txt-tit {margin-bottom: 15px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26);}
.img_list_card ul li .child-box .txt-box .txt-txt {font-size: 14px; font-weight: 500; line-height: 150%; color: #585858; word-break: keep-all;}
/* //img_list_card */

/* method-area */
.method-area {width: 1065px; height: auto; margin: 0 auto;}
.method-area ul {padding: 0 45px;}
.method-area ul li {position: relative; display: flex; align-items: baseline;}
.method-area ul li:first-child {top: 49px;}
.method-area ul li:nth-child(2) {top: 35px;}
.method-area ul li:nth-child(3) {top: 20px;}
.method-area ul li:last-child {top: 5px;}
/* .method-area ul li::before {position: absolute; top: 50%; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 3px; height: 116px; background: #79d7fb;}
.method-area ul li:nth-child(even) {justify-content: flex-end; margin-right: 45px;}
.method-area ul li:nth-child(odd) {margin-left: 45px;} */
.method-area ul li::before {position: absolute; top: 49%; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 3px; height: 89px; background: #79d7fb;}
.method-area ul li:last-child:before {display: none;}
.method-area ul li:nth-child(even) {justify-content: flex-end;}
.method-area ul li .txt-box {position: relative; top: -50px; width: 375px; margin-right: 61px; text-align: right;}
.method-area ul li .right-box .txt-box {text-align: left; margin-right: 0; margin-left: 61px;}
.method-area ul li .txt-box .txt-step {margin-bottom: 10px; font-size: 18px; font-weight: 700; line-height: 150%; color: #79d7fb;}
.method-area ul li .txt-box .txt-tit {margin-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 150%; color: var(--black26);}
.method-area ul li .txt-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: #585858;}

.method-area ul li .img-box {position: relative; width: 100px; height: 100px;}
.method-area ul li .img-box:before {position: absolute; top: 50%; left: -46px; content: ''; display: block; width: 46px; height: 3px; background: #79d7fb;}
.method-area ul li .left-box .img-box:before {left: auto; right: -46px;}
.method-area ul li .img-box img:first-child {position: absolute; top: 50%; left: 15px; transform: translateY(-50%); width: 60px; height: auto;}
.method-area ul li .left-box .img-box img:first-child {left: auto; right: 15px;}
.method-area ul li .img-box img:last-child {position: absolute; top: 0; left: 0; width: 50%; height: 100%;}
.method-area ul li .left-box .img-box img:last-child {left: auto; right: 0; transform: matrix(-1, 0, 0, 1, 0, 0);}
/* //method-area */


/* sec12 */
.sec12 {background: #D9F4FF;}
.sec12 .tit-box .sub {color: var(--gray94);}
.effect_content {width: 1000px; height: auto; margin: 0 auto;}
.effect_content .d-flex {display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px;}
.effect_content .img-box {width: 840px; height: auto;}
.effect_content .img-box {width: 100%; height: auto;}
/* .effect_content .img-box img.aos-animate {animation: slit-in-horizontal 0.45s ease-out both;} */
@keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
            transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
            transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0);
  }
}
.effect_content .line_txt-box {width: 366px; height: auto;}
.effect_content .line_txt-box ul {width: 100%; margin-left: 20px;}
.effect_content .line_txt-box ul li {position: relative; display: flex; align-items: center; margin-bottom: 46px;}
.effect_content .line_txt-box ul li:before {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 115px; height: 2px; background: var(--white); z-index: 1;}
.effect_content .line_txt-box ul li:nth-child(odd) {justify-content: flex-start;}
.effect_content .line_txt-box ul li:nth-child(odd):before {bottom: -29px; transform: translateX(-50%) rotate(29deg);}
.effect_content .line_txt-box ul li:nth-child(even) {justify-content: flex-end;}
.effect_content .line_txt-box ul li:nth-child(even):before {bottom: -29px; transform: translateX(-50%) rotate(-29deg);}
.effect_content .line_txt-box ul li:last-of-type {margin-bottom: 0;}
.effect_content .line_txt-box ul li:last-of-type:before {display: none;}
.effect_content .line_txt-box ul li .txt-box {display: flex; align-items: center; justify-content: center; flex-flow: column; width: 212px; height: 90px; border: 2px solid var(--white); border-radius: 8px; background: #D9F4FF;}
.effect_content .line_txt-box ul li .txt-box .txt-tit {margin-bottom: 10px; font-size: 18px; font-weight: 700; line-height: 150%; color: #4973D1;}
.effect_content .line_txt-box ul li .txt-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--gray58);}

.circle-list2 {width: 100%; height: auto;}
.circle-list2 ul {display: flex; justify-content: space-between;}
.circle-list2 ul li {width: auto;}
.circle-list2 ul li .child-box {width: 100%; height: auto;}
.circle-list2 ul li .child-box .img-box {width: 80px; height: auto; margin: 0 auto 16px;}
.circle-list2 ul li .child-box .img-box img {width: 100%; height: auto; border-radius: 100%;}
.circle-list2 ul li .child-box .txt-txt {text-align: center; font-size: 15px; font-weight: 500; line-height: 150%; color: var(--gray58);}
/* //sec12 */

/* img-list6 */
.img-list6 {width: 650px; height: auto; margin: 0 auto; margin-bottom: 40px;}
.img-list6 ul {display: flex; align-items: center; justify-content: space-between; margin: 0 -20px;}
.img-list6 ul li {width: calc(100% / 2); padding: 0 20px;}
.img-list6 ul li .child-box {display: flex; align-items: center; justify-content: center; width: 100%; height: 350px; border: 1px solid #DEDEDE; border-radius: 8px;}
.img-list6 ul li .child-box .img-box:first-child {width: 337px; height: auto; margin: 0 auto;}
.img-list6 ul li .child-box .img-box:last-child {width: 178px; height: auto; margin: 0 auto;}
.img-list6 ul li .child-box .img-box img {width: 100%; height: auto;}
/* //img-list6 */

.txt-list1 {width: 650px; height: auto; padding: 24px 0; margin: 0 auto; border: 1px solid #DEDEDE; border-radius: 8px;}
.txt-list1 .list-tit {margin-bottom: 16px; font-size: 16px; font-weight: 700; line-height: 130%; color: var(--gray58); text-align: center;}
.txt-list1 .dl-box {display: flex; align-items: center; justify-content: center; width: 100%;}
.txt-list1 dl {width: 100%; text-align: center;}
.txt-list1 dl dt {margin-bottom: 16px; font-size: 16px; font-weight: 500; line-height: 130%; color: var(--gray58);}
.txt-list1 dl dd {margin-bottom: 7px; font-size: 14px; font-weight: 500; line-height: 130%; color: var(--gray94);}
.txt-list1 dl dd:last-of-type {margin-bottom: 0;}

/* img-list7 */
.img-list7 {width: 800px; height: auto; margin: 0 auto;}
.img-list7 ul {display: flex; align-items: center; margin: 0 -20px;}
.img-list7 ul:first-child {justify-content: center; margin-bottom: 40px;}
.img-list7 ul li {width: 400px; margin: 0 20px;}
.img-list7 ul li .child-box {position: relative; width: 100%;}
.img-list7 ul li .child-box .img-box {width: 100%; height: auto;}
.img-list7 ul li .child-box .img-box img {width: 100%; height: auto; border-radius: 8px;}
.img-list7 ul li .child-box .dim {position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; flex-flow: column; width: 100%; height: 100%; background: rgba(53, 54, 67, 0.85); border-radius: 8px; text-align: center; opacity: 0; transition: all .3s;}
.img-list7 ul li:hover .child-box .dim {opacity: 1; transition: all .3s;}
.img-list7 ul li .child-box .dim .dim-tit {font-size: 24px; font-weight: 700; line-height: 150%; color: #79D7FB;}
.img-list7 ul li .child-box .dim a {display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 500; line-height: 150%; color: var(--white);}
.img-list7 ul li .child-box .dim a > img {width: 6px; height: auto; margin-left: 8px;}
/* //img-list7 */

/* circular_line-img */
.circular_line-img {background: #D9F4FF;}
.circular_line-img .circular_line {position: relative; width: 860px; margin: 0 auto; padding: 136px 0 90px;}
.circular_line-img .circular_line .lines {position: absolute; top: 55.2%; right: -284px; transform: translateY(-50%); width: 417px; height: 488px; border-radius: 0 100% 100% 0; border: 7px solid var(--white); border-left: 0;}
.circular_line-img .circular_line .circular_line-tit {position: absolute; left: 50%; transform: translateX(-50%); width: 90%; font-size: 24px; font-weight: 700; line-height: 150%; color: #262626; text-align: center;}
.circular_line-img .circular_line .circular_line-tit:first-of-type {top: 62px;}
.circular_line-img .circular_line .circular_line-tit:last-of-type {bottom: 378px;}
.circular_line-img .circular_line .circular_line-tit span {color: #4973D1;}
.circular_line-img .circular_line .circular_line-tit img {width: 48px; height: auto; margin-right: 4px; vertical-align: middle;}
.circular_line-img .circular_line ul {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 232px 0;}
.circular_line-img .circular_line ul li {width: calc(100% / 3);}
.circular_line-img .circular_line ul li .child-box {width: 100%}
.circular_line-img .circular_line ul li .child-box .txt-tit {margin-bottom: 19px; font-size: 20px; font-weight: 700; line-height: 150%; color: var(--gray58); text-align: center}
.circular_line-img .circular_line ul li .child-box .img-box {position: relative; width: 200px; height: 200px; margin: 0 auto; }
.circular_line-img .circular_line ul li .child-box .img-box:before {position: absolute; top: 50%; right: -130px; content: ''; display: block; width: 130px; height: 7px; background: var(--white);}
.circular_line-img .circular_line ul li .child-box .img-box img {width: 100%; height: auto; border-radius: 100%;}
/* //circular_line-img */

/* list4_tit */
.list4_tit {display: flex; align-items: center; justify-content: center; width: 160px; height: 46px; margin: 0 auto 40px; background: #79D7FB; border-radius: 19px; font-size: 24px; font-weight: 700; color: var(--black26);}
.list4_sub {margin-bottom: 40px; font-size: 16px; font-weight: 500; line-height: 150%; color: var(--gray58); text-align: center;}
/* //list4_tit */

/* sec13 */
.sec13 {background: url(./../img/sec13_bg.jpg)no-repeat 50% 50%; background-size: cover;}
.sec13 .tit-box .tit {color: var(--white);}
.process-area {position: relative; padding: 0 321px;}
.process-area:before {position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; display: block; width: 100%; height: 2px; background: var(--white);}
.process-area ul {display: flex; width: 100%;}
.process-area ul li {position: relative; width: calc(100% / 6);}
.process-area ul li:before {position: absolute; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 16px; height: 16px; background: #4973D1; border: 2px solid var(--white); border-radius: 100%;}
.process-area ul li:after {position: absolute; left: 50%; transform: translateX(-50%); content: ''; display: block; width: auto; height: 32px; border: 1px dashed var(--white);}
.process-area ul li .child-box {width: 100%;}
.process-area ul li .child-box .top {}
.process-area ul li .child-box .top:after {content: ''; display: block; width: 24px; height: 1px; margin: 16px auto; background: var(--white);}
.process-area ul li .child-box .top .txt-tit {font-size: 16px; font-weight: 700; line-height: 150%; color: var(--white); text-align: center;}
.process-area ul li .child-box .bottom {}
.process-area ul li .child-box .bottom .txt-txt {font-size: 14px; font-weight: 500; line-height: 150%; color: var(--white); text-align: center;}
.process-area .process-top {margin-bottom: 96px; margin-right: 105px;}
.process-area .process-top li:before {bottom: -58px;}
.process-area .process-top li:after {bottom: -38px;}
.process-area .process-bottom {margin-top: 96px; margin-left: 105px;}
.process-area .process-bottom li:before {top: -58px;}
.process-area .process-bottom li:after {top: -38px;}
/* //sec13 */

/* sec14 */
.sec14 {background: #353643;}
.sec14 .tit-box .tit {color: var(--white);}
.straight_line {width: 1280px; height: auto; margin: 0 auto;}
.straight_line .d-flex {display: flex; justify-content: center; margin: 0 -63px;}
.straight_line ul {height: 94%; padding: 0 20px; border-right: 1px dashed var(--white);}
.straight_line .straight_ul:last-of-type ul:last-of-type {border: none;}
.straight_line ul li {margin-bottom: 20px;}
.straight_line ul li:last-of-type {margin-bottom: 0;}
.straight_line ul li .child-box {width: 100%;}
.straight_line .txt-tit {margin: 0 44px 20px; font-size: 18px; font-weight: 500; line-height: 150%; color: var(--white); text-align: center;}
.straight_line .txt-tit span {color: #79D7FB;}
.straight_line ul li .child-box .img-box {width: 100%; height: auto; margin-bottom: 16px;}
.straight_line ul li .child-box .img-box img {width: 100%; height: auto; border-radius: 8px;}
.straight_line ul li .child-box .txt-txt {font-size: 16px; font-weight: 700; line-height: 150%; color: var(--white); text-align: center;}
/* //sec14 */

/* product_img_list */
.product_img_list {width: 100%; height: auto; margin: 0 auto; padding-bottom: 40px;}
.product_img_list:not(:first-of-type) {padding-top: 24px;}
.product_img_list2 {background: #F6F6F6;}
.product_img_list .product-tit {margin-bottom: 40px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26); text-align: center;}
.product_img_list ul {display: flex; align-items: center; justify-content: center; gap: 0 20px; margin-bottom: 20px;}
.product_img_list ul:last-of-type {margin-bottom: 0;}
.product_img_list ul li {width: 160px; height: 210px;}
.product_img_list ul li .child-box {width: 100%; height: 100%; border: 1px solid #D9D9D9;; border-radius: 8px; overflow: hidden;}
.product_img_list ul li .child-box .img-box {width: 100%; height: auto;}
.product_img_list ul li .child-box .img-box img {width: 100%; height: auto;}
.product_img_list ul li .child-box .product_name {margin-top: 10px; font-size: 15px; font-weight: 700; line-height: 150%; color: var(--black26); text-align: center;}
/* //product_img_list */

/* review-swiper */
.sec15 {background: #D9F4FF;}
.review-swiper1 {display: none;}
.review-swiper {width: 1463px; height: auto; margin: 0 auto;}
.review-swiper ul {width: 100%; height: auto; align-items: center; margin: 0 -24px;}
.review-swiper ul li {text-align: center; width: 330px;}
.review-swiper ul li .child-box {width: 330px; height: 218px; padding: 31px 39px; margin: 0 auto; background: var(--white); border-radius: 8px;}
.review-swiper ul li .child-box .review-name {margin-bottom: 8px; font-size: 16px; font-weight: 500; line-height: 150%; color: var(--gray94);}
.review-swiper ul li .child-box .review-tit {margin-bottom: 16px; font-size: 20px; font-weight: 700; line-height: 150%; color: var(--black26);}
.review-swiper ul li .child-box .review-txt {font-size: 16px; font-weight: 500; line-height: 150%; color: var(--gray58);}

.review-swiper ul li.swiper-slide-active {width: 540px !important;}
.review-swiper ul li.swiper-slide-active .child-box {width: 100%; height: 324px; padding: 80px 39px;}
.review-swiper ul li.swiper-slide-active .child-box .review-name {margin-bottom: 16px;}
.review-swiper ul li.swiper-slide-active .child-box .review-tit {margin-bottom: 24px; font-size: 26px;}
.review-swiper ul li.swiper-slide-active .child-box .review-txt {font-size: 20px;}
.swiper-button-next:after {display: none;}
.swiper-button-next img {width: 48px; height: 48px; border-radius: 100%; object-fit: cover;}
.swiper-button-prev:after {display: none;}
.swiper-button-prev img {width: 48px; height: 48px; border-radius: 100%; object-fit: cover;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {background: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {background: none;}
/* //review-swiper

/* table-area */
.table-area {width: 1140px; height: auto; margin: 0 auto;}
.table-area table {width: 100%; height: auto; border-top: 2px solid #79D7FB;}
.table-area table thead {}
.table-area table th {min-width: 320px; height: 70px; vertical-align: middle; font-size: 20px; font-weight: 700; line-height: 130%; color: var(--black26); border-right: 1px solid #DEDEDE;}
.table-area table th:first-child {min-width: 110px;}
.table-area table th:last-child {font-size: 24px; font-weight: 700; line-height: 130%; color: #79D7FB; border-right: none;}
.table-area table tr {border-bottom: 1px solid #DEDEDE;}
.table-area table tbody {}
.table-area table td {height: 80px; vertical-align: middle; text-align: center; border-right: 1px solid #DEDEDE;}
.table-area table td:last-child {border-right: 0;}
.table-area table td:first-child {font-size: 18px; font-weight: 700; line-height: 150%; color: var(--gray94);}
.table-area table td .tb-tit {margin-bottom: 10px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26);}
.table-area table td:last-child .tb-tit {color: #79D7FB;}
.table-area table td .tb-sub {font-size: 14px; font-weight: 500; line-height: 150%; color: var(--gray58);}
/* //table-area */

/* process-area2 */
.process-area2 {width: 1080px; height: auto; margin: 0 auto;}
.process-area2 ul {position: relative; width: 100%; height: auto; padding: 26px 0;}
.process-area2 ul:before {position: absolute; top: 0; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 2px; height: 100%; background: #79D7FB;}
.process-area2 ul li {display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
.process-area2 ul li:last-of-type {margin-bottom: 0;}
.process-area2 ul li .left {position: relative; margin-right: 40px;}
.process-area2 ul li .right {margin-left: 40px;}
.process-area2 ul li .child-box {display: flex; align-items: center; justify-content: space-between; width: 500px; height: 270px;}
.process-area2 ul li .child-box .img-box:before {position: absolute; top: 50%; right: -8px; transform: translateY(-50%); content: ''; display: block; width: 16px; height: 16px; background: var(--white); border: 2px solid #79D7FB; border-radius: 100%; z-index: 2;}
.process-area2 ul li .child-box .img-box:after {position: absolute; top: 50%; right: -41px; transform: translateY(-50%); content: ''; display: block; width: 32px; border: 2px dashed #79D7FB; z-index: 1;}
.process-area2 ul li .right .child-box .img-box:before {position: absolute; top: 50%; left: -8px; transform: translateY(-50%); content: ''; display: block; width: 16px; height: 16px; background: var(--white); border: 2px solid #79D7FB; border-radius: 100%; z-index: 2;}
.process-area2 ul li .right .child-box .img-box:after {position: absolute; top: 50%; left: -41px; transform: translateY(-50%); content: ''; display: block; width: 32px; border: 2px dashed #79D7FB; z-index: 1;}
.process-area2 ul li .child-box .img-box {position: relative; width: 100%; height: 100%;}
.process-area2 ul li .child-box .img-box img {width: 100%; height: 100%;}
.process-area2 ul li .child-box .imgs-box {display: flex; flex-flow: column;}
.process-area2 ul li .child-box .imgs-box figure {display: flex; align-items: center; justify-content: flex-start; margin-bottom: 15px;}
.process-area2 ul li .right .child-box .imgs-box figure {justify-content: flex-end;}
.process-area2 ul li .child-box .imgs-box figure:last-of-type {margin-bottom: 0;}
.process-area2 ul li .child-box .imgs-box figure span {display: block; margin-left: 10px; white-space: nowrap; font-size: 16px; font-weight: 700; line-height: 150%; color: var(--black26);}
.process-area2 ul li .right .child-box .imgs-box figure span {margin-left: 0; margin-right: 22px;;}
.process-area2 ul li .child-box .imgs-box img {width: 125px; height: auto;}
.process-area2 ul li .child-box .imgs-box .imgs-tit {margin-bottom: 10px; font-size: 16px; font-weight: 700; line-height: 150%; color: var(--black26); white-space: nowrap;}
.process-area2 ul li .child-box .txt-box {width: 100%; height: auto;}
.process-area2 ul li .left .child-box .txt-box {text-align: right;}
.process-area2 ul li .child-box .txt-box .txt-tit {margin-bottom: 10px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--black26);}
.process-area2 ul li .child-box .txt-box .txt-txt {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--black26);}
/* //process-area2 */

/* product_option */
.product_option {width: 1000px; height: auto; margin: 0 auto;}
.product_option ul {display: flex; align-items: center; margin: 0 -20px;}
.product_option ul li {width: calc(100% / 3); padding: 0 20px;}
.product_option ul li .child-box {width: 100%; height: 490px; padding: 32px; background: rgba(255, 255, 255, 0.1); border: 1px solid #DEDEDE; box-shadow: 6px 6px 20px 6px rgba(38, 38, 38, 0.15); border-radius: 8px;}
.product_option ul li .child-box .img-box {width: 100%; height: auto; margin-bottom: 40px;}
.product_option ul li .child-box .img-box img {width: 100%; height: auto; border-radius: 100%;}
.product_option ul li .child-box .txt-box {text-align: center;}
.product_option ul li .child-box .txt-box .txt-tit {margin-bottom: 16px; font-size: 18px; font-weight: 700; line-height: 150%; color: var(--white);}
.product_option ul li .child-box .txt-box .txt-sub {margin-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 150%; color: var(--white);}
.product_option ul li .child-box .txt-box .txt-sub:last-of-type {margin-bottom: 0;}

.dscription4 {margin-top: 48px; text-align: center;}
.dscription4 dl {display: flex;}
.dscription4 dl dt {margin-right: 4px; font-size: 1px; color: var(--white);}
.dscription4 dl dd {font-size: 15px; font-weight: 500; line-height: 150%; color: var(--white);}
.product_option dl dd {text-align: left;}
/* //product_option */

/* //sec */

/* footer */
footer {width: 100%; height: auto; background: #f6f6f6; padding: 40px 0 70px;}
footer .logo {width: 187px; height: auto; margin: 0 auto 10px;}
footer .copyright {margin-bottom: 70px; font-size: 16px; font-weight: 400; line-height: 1.19; letter-spacing: 0.32px; color: var(--gray94); text-align: center;}
footer .f-container {display: flex; align-items: center; justify-content: space-between; width: 944px; margin: 0 auto;}
footer .address {font-size: 18px; font-weight: 400; line-height: 1.28; letter-spacing: -0.36; color: var(--gray58);}
footer .address li {}
footer .address li b {color: var(--black26);}
footer .footer_btns {}
footer .customer_service {display: block; margin-bottom: 15px; font-size: 30px; font-weight: bold; line-height: 1.2; color: var(--sky);}
footer .customer_service span {color: #000;}
footer .form_link {text-align: center; font-size: 18px; font-weight: 400; line-height: 1.94; color: var(--58);}
footer .form_link a {font-size: 18px; font-weight: 400; line-height: 1.94; color: var(--58);}
/* //footer */



/* aos */
/* .swiper-wrapper {opacity: 0; transition: all 2s !important;}
.swiper-wrapper.aos-animate {opacity: 1; transition: all 2s !important;} */


/* form sec */
.form_sec {padding: 50px 0 120px; background: var(--white);}
.form-area {max-width: 520px; width: 100%; height: auto; margin: 0 auto 40px;}
.form-area:last-of-type {margin-bottom: 0;}
.from_tit {padding-bottom: 15px; margin-bottom: 20px; font-size: 24px; font-weight: bold; line-height: 1.04; color: #000; text-align: center; border-bottom: 1px solid #c7c7c7;}
.input-box {position: relative; margin-bottom: 20px;}
.input-box:last-of-type {margin-bottom: 0;}
.input-box .d-flex {display: flex; align-items: center;}
.input-box .d-flex input {margin-right: 10px;}
/* .input-box .d-flex input:last-of-type {margin-right: 0;} */
.input-box label {display: block; margin-bottom: 10px; font-size: 18px; font-weight: 400; line-height: 1.39; color: #000;}
.input-box input {width: 100%; height: 50px; background: #f6f6f6; border-radius: 6px; padding: 0 15px; font-size: 15px; font-weight: 400; line-height: 1.2; color: #000000;}
.input-box select {width: 100%; height: 50px; background: url(./../img/select_icon.png)no-repeat calc(100% - 12px) 50%; background-size: 16px 10px; appearance: none; background-color: #f6f6f6; border-radius: 6px; padding: 0 15px; font-size: 15px; font-weight: 400; line-height: 1.2; color: #000000;}
.input-box .file-input {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1;}
.input-box input::placeholder {color: #c7c7c7;}
.input-box textarea {width: 100%; height: 150px; background: #f6f6f6; border-radius: 6px; padding: 15px; font-size: 15px; font-weight: 400; line-height: 1.2; color: #000000; resize: none;}
.input-box textarea::placeholder {color: #c7c7c7;}
.d-scriptions {margin-top: 40px; margin-bottom: 20px; font-size: 15px; font-weight: 400; line-height: 1.33; color: #949494;}
.sumit_btn {display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; background: #2cc2ff; border-radius: 5px; font-size: 18px; font-weight: 400; line-height: 1.17; color: #fff; cursor: pointer;}
.sumit_btn2 {margin-top: 20px;}
/* //form sec */

/* category-items */
.category-items {max-width: 390px; width: 100%; height: auto; padding: 0 20px 121px; margin: 0 auto; margin-top: 110px; box-sizing: border-box;}
.category-items .cate_tit-box {margin-bottom: 15px;}
.category-items .cate_tit-box .tit {font-size: 18px; font-weight: bold; line-height: 1.28; color: #262626;}
.category-items ul {display: flex; align-items: center; flex-wrap: wrap; gap: 15px 0; margin: 0 -5px 30px;}
.category-items ul:last-of-type {margin-bottom: 0;}
.category-items ul li {width: calc(100% / 3); padding: 0 5px; box-sizing: border-box;}
.category-items ul li .child-box {}
.category-items ul li .child-box .img-box {width: 100%; height: auto;}
.category-items ul li .child-box .img-box img {width: 100%; height: auto;}
.category-items ul li .child-box .cete_tit {margin-top: 8px; text-align: center; font-size: 13px; font-weight: 400; line-height: 1.23; color: #262626;}
/* //category-items */

.main_act {display: block; text-align: center; box-sizing: border-box; padding: 20px 50px; font-size: 18px; color: #fff; background: #50daff; border-radius: 10px; position: absolute; top: 60%; left: 0; transform: translateY(-50%); white-space: nowrap;}