.pur_txt {
    position: relative;
    font-size: 15px;
    color: #E26738;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-right: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    display: inline-block;
}
.pur_txt:before {
    content: "";
    top: 50%;
    left: 0;
    background: #E26738;
    position: absolute;
    height: 1px;
    width: 30px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pur_txt:after {
    top: 50%;
    background: #E26738;
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main_tit {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.sub_tit {
    color: #7a7a7a;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.rotation {
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@-webkit-keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes bounce-1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(50px); }
  100% { transform: translateY(0); }
}
@-webkit-keyframes bounce-1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(50px); }
  100% { transform: translateY(0); }
}

@keyframes MoveUpDown{
    0%,100%{top:0}
    50%{top:10px}
}
@keyframes ripple{
    0%{transform: scale(0.8);}
    50%{transform: scale(1.2);}
    100%{transform: scale(0.8);}
}






.visual {
	position: relative;
	height: 100vh;
	padding: 150px 0 100px 0;
    overflow: hidden;
    box-sizing: border-box;
}
.visual:after {
	background: rgba(0, 0, 0, 0) url("../images/banner-bg.svg") no-repeat scroll left center;
    content: "";
    position: absolute;
    top: 0px;
    left: -400px;
    width: 900px;
    height: 900px;
    z-index: -1;
    opacity: 0.2;
    animation: rotation 50s linear infinite;
}
.visual svg.shape_1 {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.visual svg.shape_2 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.visual svg.shape_3 {
    top: 50px;
    right: -200px;
    animation: rotation 20s linear infinite;
}
.visual .bg_img svg {
    position: absolute;
    opacity: 0.30;
}
.visual .inner {
    position: static;
}
.visual .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.visual .box > span {
	display: inline-block;
    font-size: 22px;
    color: #E26738;
    font-weight: 500;
}
.visual .box h2 {
    color: #202833;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.visual .box h2 span {
	display: block;	
	font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}
.visual .box p {
	margin-bottom: 40px;
    margin-top: 20px;
    max-width: 600px;
    color: #7a7a7a;
    letter-spacing: -0.5px;
}
.pur_btn {
	color: #fff;
    background: #E26738;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 25px;
}
.pur_btn svg {
	width: 18px;
    height: 17px;
    margin-left: 8px;
}
.visual .bn_img {
    position: relative;
}
.visual .bn_img div {
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    right: 0;
    width: 50%;
}
.visual .bn_img img {
	max-width: 100%;
}





.about {
    background-color: #FFF8F5;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.about .pur_txt {
    padding-left: 0;
}
.about .pur_txt:before {
    display: none;
}
.about .bg_shape .geo-arrow {
    fill: none; 
    stroke: #d9d6f5; 
    stroke-width: 2; 
    stroke-miterlimit: 10
}
.about .bg_shape svg {
    position: absolute;
    opacity: 0.30;
}
svg.shape_4 {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
svg.shape_6 {
    left: -7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
svg.shape_7 {
    right: -9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bounce-1 {
    -webkit-animation: bounce-1 10s ease infinite;
    animation: bounce-1 10s ease infinite;
}
.about .sub_tit {
    margin-bottom: 10px;
}
.about .flex {
    align-items: center;
}
.about .flex > div {
    flex: 1;
    max-width: 50%;
}
.about .flex > div:last-child {
    margin-left: 8.333333%;
    max-width: 41%;
}
.about .flex > div .about_img img {
    width: 100%;
}
.about .about_txt a {
    display: inline-block;
    margin-top: 30px;
}





.feature {
    text-align: center;
    padding: 100px 0;
}
.feature .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin-top: 40px;
}
.feature .grid > div {
    position: relative;
    display: block;
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.features-box {
  position: relative;
  display: block;
  text-align: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-border-radius : 5px;
     -moz-border-radius : 5px;
       -o-border-radius : 5px;
            border-radius : 5px;
}
.feature .front, 
.feature .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
     -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
}
.feature .front {
  background: #ffffff;
  padding: 50px 30px;
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.feature .grid > div:hover .front {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
       -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.feature .backend {
  background: #ffffff;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.feature .grid > div:hover .backend {
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
       -o-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.feature .backend .text {
  padding-top: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(40px) scale(1);
     -moz-transform: translateZ(40px) scale(1);
       -o-transform: translateZ(40px) scale(1);
          transform: translateZ(40px) scale(1);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}


.feature .grid > div .icon {
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 100px;
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
}
.feature .grid > div .icon svg {
    width: 50px;
    height: 50px;
    fill: #E26738;
  -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.feature_tit {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.feature_tit:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #E26738;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.feature .text {
    padding-top: 25px;
}
.feature .text h3 {
    font-size: 20px;
    font-weight: 500;
}
.feature .text h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #E26738;
    margin: 15px auto;
}
.backend .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.backend .txt img {
    height: 200px;
    display: block;
    margin: 0 auto 10px;
}







.token {
    position: relative;
    overflow: hidden;
    background-color: #FFF8F5;
    text-align: center;
    padding: 100px 0;
}
.token .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.token .shape li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(221, 217, 249, 0.3);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.token .shape li:nth-child(1){
    left: 5%;
    width: 150px;
    height: 150px;
    animation-delay: 3s;
    animation-duration: 20s;
}
.token .shape li:nth-child(2){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 10s;
}
.token .shape li:nth-child(3){
    left: 10%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
    animation-duration: 20s;
}
.token .shape li:nth-child(4){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.token .shape li:nth-child(5){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 12s;
}
.token .shape li:nth-child(6){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}
.token .shape li:nth-child(7){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.token .shape li:nth-child(8){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 5s;
}
.token .shape li:nth-child(9){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 35s;
}
.token .shape li:nth-child(10){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 25s;
}
.token .shape li:nth-child(11){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 20s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-2000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.token_wrap {
    background: #fff;
    box-shadow: 0 2px 13px rgb(0 0 0 / 10%);
    text-align: left;
    margin-top: 40px;
}
.token_wrap > div {
    padding: 30px;
    box-sizing: border-box;
}
.token_wrap > div span {
    color: #E26738;
}
.token_wrap > div span img {
    width: 26px;
}
.token_wrap > div.token_info {
    background: #fff;
    flex: 0.5;
}
.token_wrap > div.token_info table th {
    font-weight: 500;
    font-size: 16px;
}
.token_wrap > div.token_info table td {
    padding: 12px 0;
    font-size: 14px;
}
.token_wrap > div:last-child {
    position: relative;
    flex: 0.6;
    background: #FFF8F5;
    padding: 40px 30px 10px 100px;
    font-weight: 500;
}
.token_wrap > div:last-child:before {
    content: '';
    background-color: #fff;
    bottom: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 40px;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
}
.token_wrap .flex {
    flex-wrap: wrap;
}
.token_wrap .flex > div {
    flex: 0 0 50%;
    max-width: 50%;
}
.token_wrap .flex > div strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.token_wrap .flex > div p {
    font-size: 14px;
}
.token .chart {
    padding-top: 100px;
}
.token .chart h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.token .chart > div:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}
.chart_form {
    align-items: center;
}
.chart_form > div:first-child{
    position: relative;
    background: url("../images/logo_chart.png")no-repeat 50% 50%;
}
.chart_form .legend {
    text-align: left;
    margin-left: 8%;
}
.chart_form .legend ul li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
    padding-right: 40px;
}
.chart_form .legend ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chart_form .legend ul li:nth-child(1):before {
    background: #f3545d;
}
.chart_form .legend ul li:nth-child(2):before {
    background: #fdaf4b;
}
.chart_form .legend ul li:nth-child(3):before {
    background: #1d7af3;
}
.chart_form .legend ul li:nth-child(4):before {
    background: #34e4ef;
}
.chart_form .legend ul li:nth-child(5):before {
    background: #e80ae5;
}
.chart_form .legend ul li:nth-child(6):before {
    background: #8E75FF;
}
.chart_form .legend ul li:nth-child(7):before {
    background: #75ccff;
}
.chart_form .legend ul li span {
    position: absolute;
    right: 0;
    color: #7d7d7d;
}





.time_map {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
    background: url("../images/time_bg.png")no-repeat 50% 50%;
}
.time_map .inner {
    overflow: hidden;
}
.time_map .tit {
    margin-bottom: 120px;
}
.road_map {
    position: relative;
}
.road_map .swiper-container {
    position: static;
    margin-top: -75px;
    padding-top: 10px;
}
.road_map .line {
    margin-top: 70px;
    border-bottom: 2px dashed #E26738;
}
.road_map .date {
    padding-bottom: 30px;
}
.road_map .date span {
    padding: 8px 20px;
    border-radius: 25px;
    background: #E26738;
    color: #fff;
}
.road_map .map_line {
    overflow: hidden;
}
.road_map .map_line .round {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #E26738;
    border-radius: 100%;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.road_map .map_line .round span {
    background: #E26738;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.road_map .map_line .vertical {
    border-left: 2px dashed #E26738;
    height: 96px;
    position: relative;
    left: 50%;
    margin-left: -1px;
}
.road_map .map_line .vertical::before {
    content: "";
    background: #E26738;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: -6px;
}
.road_map .map_detail {
    max-width: 260px;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
}
.road_map .map_detail strong {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.road_map .map_detail strong:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #E26738;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}





.download_app {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
    background: #FFF8F5;
}
.download_app .tit {
    margin-bottom: 120px;
}
.download_app .flex {
    align-items: center;
}
.download_app .flex > div {
    flex: 0 0 50%;
    max-width: 50%;
}
.download_app .thumb {
    position: relative;
}
.download_app .thumb .animation_bg {
    background: rgba(0, 0, 0, 0) url("../images/download_animation_bg.svg") no-repeat scroll center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    animation: ripple 5s infinite;
}
.download_app .phone {
    max-width: 280px;
    margin: 20px auto 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.download_app .phone .phone_bg {
    position: absolute;
    top: -30px;
    left: -29px;
    width: 340px;
    z-index: 2;
}
.download_app .phone .phone_bg img {
    width: 100%;
}
.download_app .phone .swiper-container {
    border-radius: 25px;
}
.download_info .box {
    margin-bottom: 50px;
}
.download_info .box .icon {
    background: rgba(91, 111, 230, 0.2);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    -webkit-box-shadow: 0 2px 13px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgb(0 0 0 / 25%);
}
.download_info .box .icon svg {
    width: 40px;
    height: 40px;
    fill: #0ab1e8;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.download_info .box .text {
    text-align: left;
    margin-left: 110px;
}
.download_info .box .text strong {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.download_app .btn_area {
    font-size: 0;
}
.download_app .btn_area a {
    padding: 14px 0;
    width: 220px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.download_app .btn_area a img {
    margin-right: 10px;
    width: 18px;
}
.download_app .btn_area div {
    margin: 10px 0;
}
.download_app .btn_area div:last-child a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}




.team {
    padding: 100px 0;
}
.team .inner {
    position: static;
}
.team_slide {
    position: relative;
    width: 1210px;
    margin-left: -5px;
    margin-bottom: 100px;
}
.team_slide .swiper-container {
    position: static;
    padding: 10px;
    margin-top: 40px;
}
.swiper-button-prev,
.swiper-button-next {
    background: url("../images/sprite.png")no-repeat;
    transition: all .2s;
}
.swiper-button-prev {
    left: -50px;
    background-position: -114px -12px;
} 
.swiper-button-next {
    right: -50px;
    background-position: -106px -140px;
}
.swiper-button-prev:hover {
    background-position: -114px -77px;
} 
.swiper-button-next:hover {
    background-position: -113px -206px;
}
.team .front, 
.team .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
     -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          box-sizing: border-box;
}
.team .front {
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.team .box:hover .front {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
       -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.team .backend {
  padding: 10px;
  word-break: keep-all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.team .box:hover .backend {
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
       -o-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.team .backend .text {
  padding-top: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(40px) scale(1);
     -moz-transform: translateZ(40px) scale(1);
       -o-transform: translateZ(40px) scale(1);
          transform: translateZ(40px) scale(1);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
          backface-visibility: hidden;
}
.team .box {
    position: relative;
    text-align: center;
    padding: 50px 30px 30px 30px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.team .box:before {
    content: '';
    background: #FFF8F5;
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: 0;
    height: 220px;
    width: 400px;
    border-radius: 50%;
    transform: translateX(-50%);
}
.team .box .thumb {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid #FFF8F5;
    border-radius: 50%;
    box-sizing: border-box;
}
.team .box .thumb img {
    width: 100%;
    min-height: 100%;
}
.team .box .info {
    position: relative;
    margin: 30px 0 10px;
    padding-bottom: 10px;
}
.team .box .info .name {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.team .box .info .txt {
    color: #E26738;
    line-height: 1.2;
    height: 40px;
    margin-top: 10px;
}
.team .box .info:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #E26738;
    margin: 10px auto 0;
}
.team .box .sns a {
    display: inline-block;
    color: #E26738;
    font-size: 16px;
    margin: 0 5px;
}
.team .grid3 {
    max-width: 72%;
    margin: 40px auto 0;
    justify-content: center;
}
.team .grid3 > div {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 15px;
}




.news .inner {
    position: static;
}
.news .slide {
    position: relative;
    width: 1210px;
    margin-left: -5px;
}
.news .slide .swiper-container {
    position: static;
    padding: 10px 10px 0;
    margin-top: 40px;
}
.news .swiper-slide .box {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 5px;
}
.news .swiper-slide .box .thumb img {
    width: 100%;
    transition: all .4s ease-in-out;
}
.news .swiper-slide .box .line:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
}
.news .swiper-slide .box .line:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
}
.news .swiper-slide .box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 7.94%, rgba(0, 0, 0, 0) 50%);
    padding: 155px 30px 30px;
    z-index: 1;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}
.news .swiper-slide .box .info a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .swiper-slide .box .info .date span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    transition: all .4s ;
}
.news .swiper-slide .box .info .date span:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #e1e1e1;
    right: 0;
    top: 4px;
}
.news .swiper-slide .box .info .date span i {
    margin-right: 5px;
}
.news .swiper-slide .box:hover .thumb img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transform: scale(1.1);
}
.news .swiper-slide .box:hover .line:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(1, 1);
}
.news .swiper-slide .box:hover .line:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 1);
}



.advisors {
    text-align: center;
}
.advisors .slide .swiper-container {
    margin-bottom: 160px;
    padding-bottom: 10px;
}
.advisors .swiper-slide .box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.advisors .text {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
}
.advisors .text:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FF003D -11.11%, #E26738 107.78%);
    margin: 15px auto;
}
.advisors .text h3 {
    font-weight: 400;
}
.advisors .swiper-slide .box:hover .thumb img {
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}




.faq {
    padding: 100px 0;
}
.faq .tabs {
    margin: 40px 0 30px;
    font-size: 0;
}
.faq .tabs button {
    display: inline-block;
    background: #FFF8F5;
    color: #E26738;
    padding: 10px 25px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    margin: 0 10px;
}
.faq .tabs button.active {
    background: #E26738;
    color: #fff;
}
.faq .tab_cont {}
.faq .tab_cont > div {
    display: none;
}
.faq .tab_cont .flex {
    margin: 0 -15px;
}
.faq .tab_cont .flex > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.faq .tab_cont ul li {
    background: #FFF8F5;
    margin-bottom: 20px;
    border-radius: 5px;
}
.faq .tab_cont ul li .ques button {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 30px;
    color: #202833;
    text-align: left;
}
.faq .tab_cont ul li .ques button:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    background: url("../images/sprite.png")no-repeat -100px -383px;
    width: 15px;
    height: 15px;
}
.faq .tab_cont ul li .answer {
    display: none;
    padding: 15px 30px 30px;
}
.faq .tab_cont ul li.on .ques button:after {
    background: url("../images/sprite.png")no-repeat -100px -421px;
}
.faq .tab_cont ul li.on .answer {
    display: block;
}





.modal h3 {
    font-size: 30px;
    font-weight: 600;
    color: #E26738;
    text-align: center;
    margin: 0 0 40px;
}





.process {
    background: #FFF8F5;
    padding: 100px 0;
}
.process .tit {
    margin-bottom: 60px;
}
.process .main_tit {
    font-size: 20px;
}
.process .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px 120px;
    align-items: center;
}
.process .img img {
    width: 100%;
    max-width: 500px;
}
.process .grid > div:nth-child(4) {
    text-align: right;
}
.process .grid > div:nth-child(4) img {
    max-width: 380px;
}





.platform {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.platform svg.shape_1 {
    top: 20%;
    right: -200px;
    animation: rotation 20s linear infinite;
}
.platform svg.shape_2 {
    top: 70%;
    left: -100px;
    animation: rotation 20s linear infinite;
}
.platform .bg_img svg {
    position: absolute;
    opacity: 0.30;
}
.platform h3 {
    color: #E26738;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.platform .main_tit {
    margin-bottom: 30px;
}
.platform .sub_tit {
    margin-bottom: 70px;
}
.platform .box {
    background: #FFF8F5;
    border-radius: 30px;
    margin: 0 auto;
    padding: 60px 0;
}
.platform .box.w1000 {
    max-width: 1000px;
}
.platform .box .flex {
    width: 100%;
    align-items: center;
    text-align: center;
}
.platform .box .flex > div {
    flex: 1.5;
}
.platform .box .flex > div.arrow {
    flex: 0.5;
}
.platform .box .thumb {
    position: relative;
    width: 185px;
    height: 185px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
}
.platform .box .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.platform .box p {
    font-size: 18px;
    color: #000;
}
.platform .box .flex > div.arrow p {
    font-size: 15px;
}
.platform .arrow_down {
    margin: 30px auto 40px;
}
.platform .arrow_down p {
    font-size: 15px;
    margin-top: 25px;
    color: #000;
}
.platform .box.w370 {
    max-width: 370px;
    margin: 0 auto;
}
.platform .txt {
    margin-top: 70px;
}
.platform .txt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
}
.platform .txt ul {
    line-height: 1.4;
    color: #7d7d7d;
}






.r_map {
    position: relative;
    padding: 100px 0;
    background: #FFF8F5;
}
.r_map .slide {
    position: relative;
}
.r_map .slide .swiper-container {
    position: static;
    padding: 10px 10px 0;
    margin-top: 40px;
}
.r_map .swiper-slide {
    width: 33.333%;
    height: auto;
    margin: 0 15px;
}
.r_map .h_auto {
    width: 22.5%;
}
.r_map .swiper-slide .box {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 5px;
}
.r_map .swiper-slide .box .thumb img {
    width: 100%;
    transition: all .4s ease-in-out;
}
.r_map .swiper-slide .box:hover .thumb img {
    width: 100%;
    transform: scale(1.1);
}







.schedule {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.schedule .sub_tit {
    margin-bottom: 80px;
}
.schedule svg.shape_1 {
    top: 20%;
    right: -200px;
    animation: rotation 20s linear infinite;
}
.schedule svg.shape_2 {
    top: 70%;
    left: -100px;
    animation: rotation 20s linear infinite;
}
.schedule .bg_img svg {
    position: absolute;
    opacity: 0.30;
}
.schedule .cont {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}
.schedule .cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 1px dashed #E26738;
    height: calc(100% - 120px);
}
.schedule .cont > div {
    position: relative;
    width: 45%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 30px 30px 25px;
    margin-bottom: 45px;
    box-sizing: border-box;
}
.schedule .cont > div strong {
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #353535;
}
.schedule .cont > div.orange strong {
    color: #E26738;
}
.schedule .cont .right {
    margin-left: 55%;
    border-radius: 0px 30px 30px 30px;
}
.schedule .cont .right.orange:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/ico-map01.png")no-repeat 50% 50% / 100%;
    position: absolute;
    top: -10px;
    left: -58px;
}
.schedule .cont .left.orange:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/ico-map01.png")no-repeat 50% 50% / 100%;
    position: absolute;
    top: -15px;
    right: -58px;
}
.schedule .cont .right:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/ico-map02.png")no-repeat 50% 50% / 100%;
    position: absolute;
    top: -30px;
    left: -58px;
}
.schedule .cont .left:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/ico-map02.png")no-repeat 50% 50% / 100%;
    position: absolute;
    top: -30px;
    right: -58px;
}
.schedule .cont .left {
    border-radius: 30px 0px 30px 30px;
}









@media screen and (max-width: 1310px){
    .team_slide {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .feature .front, 
    .feature .backend {
        min-height: 290px;
    }

    .news .slide {
        width: 91%;
        margin: 0 auto;
    }
    .news .swiper-slide .box .info {
        padding: 155px 30px 15px;
    }
    .news .swiper-slide .box .info a {
        font-size: 17px;
    }

    .advisors .text {
        bottom: 15px;
    }
    .advisors .text h3 {
        font-size: 15px;
    }

    .modal .modal_cont {
        padding: 70px;
    }


    .r_map .swiper-button-prev {
        left: 0;
    }
    .r_map .swiper-button-next {
        right: 0;
    }
    .r_map .slide .slide {
        position: relative;
    }
    .r_map .slide .swiper-container {
        position: static;
    }
    .r_map .swiper-slide {
        margin: 0 1.5%;
    }
}
@media screen and (max-width: 1024px){
    .main_tit {
        font-size: 30px;
    }



    .visual {
        height: auto;
    }
    .visual .bn_img div {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .visual .bn_img div img {
        width: 80%;
    }
    .visual .box {
        position: static;
        transform: none;
    }
    .visual .box > span {
        font-size: 20px;
    }
    .visual .box h2 {
        font-size: 40px;
    }
    .visual .box h2 span {
        font-size: 25px;
    }
    .visual .box p {
        margin-top: 10px;
    }




    .about {
        padding: 70px 0;
    }
    .about .flex > div {
        flex: 1;
        max-width: 40%;
    }
    .about .flex > div:last-child {
        max-width: 60%;
    }




    .feature {
        padding: 70px 0;
    }
    .feature .grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 0 15px;
    }
    .feature .grid > div {
        margin-bottom: 0;
    }
    .feature .front, 
    .feature .backend {
        min-height: 315px;
    }




    .token {
        padding: 70px 0;
    }
    .token_wrap {
        display: block;
    }
    .token_wrap > div:last-child {
        padding: 20px 30px;
    }
    .token_wrap > div:last-child:before {
        display: none;
    }
    .token_wrap > div.token_info table th {
        width: 50%;
    }
    .token_wrap .flex > div {
        margin: 20px 0;
    }
    .token .chart {
        display: block;
    }
    .token .chart > div:first-child {
        max-width: 100%;
        flex: none;
        text-align: center;
    }
    .chart_form {
        justify-content: center;
        margin-bottom: 30px;
    }




    .time_map {
        padding: 70px 0;
    }



    .download_app {
        padding: 70px 0;
    }
    .download_app .tit {
        margin-bottom: 60px;
    }
    .download_app .flex {
        display: block;
        width: 100%;
    }
    .download_app .flex > div {
        flex: none;
        max-width: 100%;
    }
    .download_info {
        margin-top: 70px;
    }
    .download_info .box {
        margin-bottom: 30px;
    }



    .team {
        padding: 70px 0;
    }
    .team_slide .swiper-container {
        padding: 20px;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .team .grid3 {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
    }
    .team .grid3 > div {
        flex: 0 0 50%;
        max-width: calc(50% - 90px);
        margin: 0 15px 40px;
    }



    .news .slide {
        width: 100%;
        margin-left: 0;
    }
    .news .slide .swiper-container {
        padding: 10px 30px 0;
    }

    .advisors .slide .swiper-container {
        padding: 10px 30px;
        margin-bottom: 70px;
    }


    .faq {
        padding: 70px 0;
    }
    .faq .tabs button {
        font-size: 16px;
        padding: 8px 18px;
    }
    .faq .tab_cont .flex {
        display: block;
        width: 100%;
        margin: 0;
    }
    .faq .tab_cont .flex > div {
        flex: none;
        max-width: 100%;
    }
    .faq .tab_cont ul li .ques button {
        font-size: 14px;
    }



    .modal h3 {
        font-size: 25px;
        margin: 0 0 30px;
    }
    .modal .modal_cont {
        padding: 40px 50px;
    }
    .modal .modal_cont .cont {
        font-size: 14px;
    }
    .modal .close {
        top: 40px;
        right: 40px;
    }



    .process {
        padding: 70px 0;
    }
    .process .grid {
        gap: 50px 70px;
    }



    .platform {
        padding: 70px 0;
    }
    .platform h3 {
        font-size: 22px;
    }
    .platform .main_tit {
        font-size: 25px;
    }
    .platform .box {
        padding: 40px 0;
    }
    .platform .box .thumb {
        width: 165px;
        height: 165px;
        margin: 0 auto 20px;
    }




    .r_map {
        padding: 70px 0;
    }
    .r_map .swiper-slide {
        width: 45%;
    }
    .r_map .h_auto {
        width: 30.4%;
    }


    .schedule {
        padding: 70px 0;
    }
    .schedule .cont > div {
        padding: 25px 25px 20px;
    }
    .schedule .cont > div strong {
        font-size: 22px;
    }
}
@media screen and (max-width: 768px){
    .pur_btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .main_tit {
        font-size: 24px;
        line-height: 1.4;
    }
    .sub_tit {
        font-size: 13px;
        line-height: 1.5;
    }


    .visual {
        padding: 120px 0 50px;
    }
    .visual svg.shape_1,
    .visual svg.shape_3 {
        display: none;
    }
    .visual svg.shape_2 {
        left: 100%;
    }
    .visual .box > span {
        font-size: 17px;
    }
    .visual .box h2 {
        font-size: 30px;
    }
    .visual .box h2 span {
        font-size: 20px;
    }
    .visual .box p {
        margin-top: 10px;
        font-size: 13px;
    }



    .about {
        padding: 50px 0;
    }
    .about .flex {
        display: block;
    }
    .about .flex > div {
        flex: none;
        max-width: 100%;
    }
    .about .flex > div:last-child {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }



    .feature .grid {
        grid-template-columns: 1fr;
    }
    .feature .text h3 {
        font-size: 16px;
    }
    .feature .text p {
        font-size: 13px;
    }
    .feature .front, 
    .feature .backend {
        min-height: auto;
        padding: 50px 15px;
    }




    .token {
        padding: 50px 0;
    }
    .token_wrap {
        margin-top: 30px;
    }
    .token_wrap > div.token_info table th,
    .token_wrap > div.token_info table td {
        font-size: 14px;
    }
    .token_wrap > div:last-child {
        display: block;
    }
    .token_wrap .flex > div {
        flex: none;
        max-width: 100%;
    }
    .chart_form {
        display: block;
        width: 100%;
    }
    .chart_form > div {
        width: 100%;
    }
    .chart_form > div.legend {
        width: 185px;
        margin: 20px auto;
    }



    .time_map {
        padding: 50px 0;
    }
    .road_map .map_detail strong {
        font-size: 18px;
    }
    .road_map .map_detail {
        font-size: 14px;
    }



    .download_app {
        padding: 50px 0;
    }
    .download_info .box .icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .download_info .box .text {
        text-align: left;
        margin-left: 80px;
    }
    .download_info .box .text strong {
        font-size: 18px;
    }
    .download_info .box .text p {
        font-size: 14px;
    }
    .download_app .btn_area a {
        width: 46%;
        margin: 0;
    }
    .download_app .btn_area div:first-child a:first-child {
        margin-right: 2%;
    }
    .download_app .btn_area div:first-child a {
        width: 49%;
    }
    .download_app .btn_area div:last-child a {
        width: 100%;
        margin-bottom: 10px;
    }



    .team {
        padding: 50px 0;
    }
    .team_slide .swiper-container {
        padding: 10px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .team .grid3 {
        display: block;
        padding: 0 10px;
    }
    .team .grid3 > div {
        flex: none;
        max-width: 100%;
        margin: 20px 0;
    }



    .news .slide .swiper-container {
        padding: 10px 5px 0;
    }
    .news .swiper-slide .box .info {
        padding: 155px 15px 20px;
    }
    .news .swiper-slide .box .info a {
        font-size: 16px;
    }
    .news .swiper-slide .box .info .date span {
        font-size: 14px;
        margin-right: 6px;
        padding-right: 8px;
    }
    .news .swiper-slide .box .info .date span:last-child {
        margin-right: 0;
        padding-right: 0;
    }


    .advisors .slide .swiper-container {
        padding: 10px 10px;
        margin-bottom: 50px;
    }



    .faq {
        padding: 50px 0;
    }
    .faq .tabs button {
        width: calc(50% - 10px);
        font-size: 13px;
        padding: 6px 14px;
        margin: 10px 5px;
    }
    .faq .tab_cont .flex > div {
        padding: 0 5px;
    }
    .faq .tab_cont ul li .ques button {
        padding: 15px 30px 15px 15px;
    }
    .faq .tab_cont ul li .answer {
        padding: 15px 15px 20px;
    }



    .modal h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .modal .modal_cont {
        padding: 25px 20px;
    }
    .modal .modal_cont .cont {
        font-size: 13px;
    }
    .modal .close {
        top: 25px;
        right: 20px;
    }




    .process {
        padding: 50px 0;
    } 
    .process .grid {
        display: block;
    }
    .process .img {
        text-align: center!important;
    }
    .process .img img {
        width: 75%;
        max-width: 280px;
    }
    .process .grid > div {
        margin: 30px 0;
    }
    .process .grid > div:nth-child(4) img {
        width: 55%;
        max-width: 230px;
    }



    .platform {
        padding: 50px 0;
    }
    .platform svg.shape_1 {
        top: 12%;
        width: 50%;
        right: -100px;
    }
    .platform svg.shape_2 {
        width: 30%;
        left: -50px;
    }
    .platform h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .platform .main_tit {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .platform .box .flex {
        display: block;
    }
    .platform .box .thumb {
        width: 135px;
        height: 135px;
    }
    .platform .box .thumb img {
        width: 80px;
    }
    .platform .box p {
        font-size: 16px;
    }
    .platform .box .flex > div.arrow {
        margin: 40px 0;
    }
    .platform .box .flex > div.arrow p {
        margin-top: 30px;
    }
    .platform .box .flex > div.arrow img {
        position: relative;
        transform: rotate(90deg);
    }
    .platform .box.w370 .thumb img {
        width: 55px;
    }
    .platform .txt {
        margin-top: 45px;
    }
    .platform .txt strong {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .platform .txt ul {
        font-size: 14px;
    }



    .r_map {
        padding: 50px 0;
    }
    .r_map .swiper-slide {
        width: 43%;
        margin: 0 15px 0 0;
    }
    .r_map .h_auto {
        width: 29%;
    }




    .schedule {
        padding: 50px 0 20px;
    }
    .schedule svg.shape_1 {
        top: 12%;
        width: 50%;
        right: -100px;
    }
    .schedule svg.shape_2 {
        width: 30%;
        left: -50px;
    }
    .schedule .cont:before {
        left: 30px;
        height: calc(100% - 85px);
    }
    .schedule .cont > div {
        margin-left: 70px!important;
        width: calc(100% - 70px);
        border-radius: 0px 30px 30px 30px!important;
    }
    .schedule .cont > div:before {
        top: 0!important;
        left: -60px!important;
    }
    .schedule .cont > div strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px){
    .r_map .slide .swiper-container {
    }
    .r_map .swiper-slide {
        margin: 0;
        height: auto;
    }
}