@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
html {
  font-size: 16px;
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #141414;
  background: #ffffff;
  font-family: "Noto Sans SC", sans-serif;
  overflow-x: hidden;
}

p {
  line-height: 1.8;
}

.strong {
  font-weight: 700;
}

small {
  font-size: 0.75rem;
  display: block;
}

.light {
  font-size: 0.9rem;
  font-weight: 300;
}

#brand {
  background-color: #C5FFE2;
}

#main {
  background-color: #C5FFE2;
  z-index: 90;
}

#main h1 {
  position: absolute;
  top: -1000px;
}

.intro-title {
  width: 100%;
  margin: auto;
  position: relative;
}

.intro-locator-icon {
  position: absolute;
  top: 25%;
  left: 52%;
  -webkit-animation: bounceIn 3s;
          animation: bounceIn 3s;
}

.intro-locator-icon img {
  width: 80px;
}

@media (max-width: 760px) {
  .intro-locator-icon {
    top: -5%;
  }
  .intro-locator-icon img {
    width: 50px;
  }
}

.intro-path {
  position: absolute;
  display: block;
  left: 60%;
  top: -15%;
  width: 100%;
  overflow: hidden;
  height: 2500px;
}

@media (max-width: 460px) {
  .intro-path {
    top: 8%;
    left: 50%;
    width: 100%;
    max-width: 200px;
    height: 1800px;
    overflow-x: hidden;
  }
}

svg {
  max-width: 600px;
  overflow: visible !important;
  margin-top: 31%;
}

@media (max-width: 760px) {
  svg {
    margin-top: 5vh;
  }
}

@media (max-width: 460px) {
  svg {
    margin-top: 35%;
    width: 360px;
  }
}

.car {
  fill: white;
  visibility: hidden;
  width: 80px;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 2px;
}

.intro-wrapper {
  width: 100%;
  background-color: #C5FFE2;
  padding: 1em;
}

.intro-content {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-content h2 {
  font-size: 1.12rem;
  line-height: 1.5;
}

@media (max-width: 460px) {
  .intro-content h2 {
    font-size: 1.0rem;
  }
}

.intro-content img.slide1-car {
  width: 50%;
}

.intro-content img.chart {
  width: 50%;
}

.intro-content .slide {
  padding-bottom: 10em;
  padding-top: 5em;
  width: 40%;
  margin-left: 10em;
}

.intro-content .slide a.strong {
  color: #02395a;
}

.intro-content .slide a:hover {
  color: #007A87;
}

.intro-content .slide:first-child {
  padding-top: 20em;
}

@media (max-width: 460px) {
  .intro-content img.slide1-car {
    width: 100%;
  }
  .intro-content img.chart {
    width: 100%;
  }
  .intro-content .slide {
    width: 60%;
    margin-left: 0;
    padding-bottom: 5em;
  }
  .intro-content .slide:first-child {
    padding-top: 8em;
  }
}

.hideme {
  opacity: 0;
}

.ch2 {
  background-color: #EBFFF6;
  padding: 1em;
}

.ch2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5em 0 0;
}

.ch2_title h2 {
  font-weight: 700;
  color: #02395a;
  text-align: center;
}

@media (max-width: 460px) {
  .ch2_title h2 {
    font-size: 1.56rem;
  }
}

.ch2 .avatar_name {
  background-color: #FFE7A4;
  padding: 0.5em 1.5em;
  border-radius: 10px;
  font-weight: 700;
}

.ch2 .avatar_des {
  padding: 0.5em 1.5em;
}

.ch2_endtext {
  display: block;
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: auto;
  padding: 2em 1em;
  line-height: 1.85;
}

.avatar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.avatar-wrap .avatar-wrapper {
  width: 300px;
  padding: 2em;
}

@media (max-width: 460px) {
  .avatar-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ch3,
.ch4,
.ch5,
.ch6,
.ch7,
.ch8,
.ch9 {
  max-width: 680px;
  margin: auto;
  padding: 1em 0;
}

.ch3_content,
.ch4_content,
.ch5_content,
.ch6_content,
.ch7_content,
.ch8_content,
.ch9_content {
  max-width: 680px;
  padding: 1em;
}

.ch3_content p,
.ch4_content p,
.ch5_content p,
.ch6_content p,
.ch7_content p,
.ch8_content p,
.ch9_content p {
  line-height: 1.5;
}

.ch3-list-wrap {
  padding: 1em;
  max-width: 760px;
  margin: auto;
  position: relative;
}

.ch3-list-wrap ul.ch3-list {
  list-style: none;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
  padding: 0;
}

.ch3-list-wrap ul.ch3-list li.ch3-btn {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0 0.15em;
  background-color: #EBFFF6;
  border-radius: 50px;
  border: 1px solid #007A87;
}

.ch3-list-wrap ul.ch3-list li.ch3-btn:active {
  background-color: #007A87;
}

@media (max-width: 460px) {
  .ch3-list-wrap ul.ch3-list li.ch3-btn {
    padding: 0.5em 1em;
    border-radius: 8px;
  }
}

.wrapper {
  padding-top: 2em;
}

.carheader {
  font-size: 2.0rem;
  font-weight: 700;
  width: 200px;
  margin: auto;
  color: #E8505B;
  padding-top: 1em;
}

.carheader::after {
  content: " ";
  width: 120px;
  height: 80px;
  position: absolute;
  background: url("../images/ev-car-img-80.jpg") no-repeat;
  background-size: contain;
}

@media (max-width: 460px) {
  .carheader {
    font-size: 1.56rem;
  }
}

.type-car-content {
  padding: 2em 0;
}

.tb-car-list {
  margin: auto;
  width: 100%;
}

.tb-car-list tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tb-car-list th {
  display: none;
}

.tb-car-list td {
  display: block;
}

.tb-car-list td:first-child {
  padding-top: .5em;
}

.tb-car-list td:last-child {
  padding-bottom: .5em;
}

.tb-car-list td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .tb-car-list td:before {
    display: none;
  }
}

.tb-car-list th, .tb-car-list td {
  text-align: left;
}

@media (min-width: 480px) {
  .tb-car-list th, .tb-car-list td {
    display: table-cell;
    padding: .25em .5em;
  }
  .tb-car-list th:first-child, .tb-car-list td:first-child {
    padding-left: 0;
  }
  .tb-car-list th:last-child, .tb-car-list td:last-child {
    padding-right: 0;
  }
}

.tb-car-list {
  background: #007A87;
  color: #ffffff;
  border-radius: .4em;
  overflow: hidden;
}

.tb-car-list tr {
  border-color: #00a8ba;
}

.tb-car-list th, .tb-car-list td {
  margin: .5em 1em;
}

@media (min-width: 480px) {
  .tb-car-list th, .tb-car-list td {
    padding: 1em !important;
  }
}

.tb-car-list th, .tb-car-list td:before {
  color: #FFCB77;
}

.tb-top3cars {
  background: #e9f5ff;
  color: #141414;
  border-radius: 1em;
  border-color: #007A87;
  margin-top: -2em;
}

.tb-top3cars th, .tb-top3cars td {
  margin: 0em 1em;
}

@media (min-width: 480px) {
  .tb-top3cars th, .tb-top3cars td {
    padding: 1em !important;
  }
}

@media (max-width: 460px) {
  .tb-top3cars th, .tb-top3cars td {
    padding: 1em 0 !important;
  }
}

.tb-top3cars td:first-child {
  padding-top: .5em;
}

.tb-top3cars td:last-child {
  padding-bottom: .5em;
}

.tb-top3cars th, .tb-top3cars td {
  text-align: center;
  margin: .5em 1em;
}

.tb-top3cars th img, .tb-top3cars td img {
  width: 150px;
}

.tb-top3cars th:first-child, .tb-top3cars td:first-child {
  width: 100px;
}

.ch3-tax_content {
  padding: 1em 0;
  max-width: 680px;
  text-align: center;
}

.ch3_content-text {
  padding-top: 1em;
}

.box-content {
  border-radius: 0.5em;
  border: 1px solid #02395a;
  padding: 2em !important;
  max-width: 700px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1  1 0;
  margin: 0.25em;
}

.box-content:first-child {
  margin-left: 0;
}

.box-content:last-child {
  margin-right: 0;
}

.box-content.main {
  margin: auto;
}

.box-content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  margin-top: -2em;
}

.box-content_wrap .tab {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  padding: 0.5em 3em;
  font-size: 1rem;
  background-color: #e6e6e6;
}

.box-content_wrap .tab.sg-tab {
  color: #ffffff;
  background-color: #ff7979;
}

.box-content-text ol {
  padding: 0.5em;
}

.box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 700px;
  margin: auto;
  padding: 0.5em 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 760px) {
  .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.car-energy,
.car-insurance {
  max-width: 760px;
  margin: auto;
}

.car-energy_chart,
.car-insurance_chart {
  width: 100%;
  margin: auto;
}

.ch4_content img {
  width: 100%;
}

img.car-icon {
  width: 50px;
}

.carwrapper {
  margin: 0 1em;
}

.carwrapper .carlist {
  width: 5%;
  margin: 1em 0.6% 0;
  padding-bottom: 10%;
  background-image: url("../images/car.svg");
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  opacity: 1;
}

.carwrapper .carlist:nth-child(1) {
  background-image: url("../images/ev-car.svg");
  background-repeat: no-repeat;
}

.come-in {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: come-in 0.8s ease-in-out forwards;
          animation: come-in 0.8s ease-in-out forwards;
}

.already-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes come-in {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes come-in {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.map-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.map-wrap .map {
  position: relative;
}

.map-wrap .map-country {
  border-radius: 50%;
  position: absolute;
  text-align: center;
}

.map-wrap .map-country.chn {
  right: 20%;
  top: 47%;
  padding: 0.75em 0;
  width: 65px;
  height: 65px;
  background: linear-gradient(-45deg, #2ad6ff, #69fada, #ebfc61, #02aa82);
  background-size: 300% 300%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}

@media (max-width: 460px) {
  .map-wrap .map-country.chn {
    right: 16%;
    top: 35%;
    padding: 0.25em 0;
    width: 50px;
    height: 50px;
  }
}

.map-wrap .map-country.us {
  left: 15%;
  top: 45%;
  padding: 2em;
  width: 110px;
  height: 110px;
  background: linear-gradient(-45deg, #f1e3a3, #13cfa7, #c0ff9c, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}

@media (max-width: 460px) {
  .map-wrap .map-country.us {
    left: 15%;
    top: 45%;
    padding: 1.2em;
    width: 80px;
    height: 80px;
  }
}

.map-wrap .map-country.eu {
  left: 50%;
  top: 40%;
  padding: 2.2em 0;
  width: 115px;
  height: 115px;
  background: linear-gradient(-45deg, #0db6a8, #cefa69, #61fcb4, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
}

@media (max-width: 460px) {
  .map-wrap .map-country.eu {
    left: 45%;
    top: 29%;
    padding: 1.2em 0;
    width: 90px;
    height: 90px;
  }
}

.map-wrap .bold {
  display: block;
  font-weight: 700;
  text-align: center;
}

.modal-content {
  padding: 1em;
}

button.close {
  top: 0;
  position: absolute;
  right: 0;
  margin: 1em;
}

table.pop-car {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 0.9rem;
}

table.pop-car caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
  caption-side: top;
  text-align: center;
  font-weight: 700;
  color: #02395a;
}

table.pop-car tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em;
}

table.pop-car th,
table.pop-car td {
  padding: .5em;
}

.eu th {
  border: 1px solid #e6e6e6;
}

.carlist-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.carlist-wrap .click-open {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.carlist-wrap .click-open::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/click.svg") no-repeat;
  display: inline-block;
}

.carlist-wrap .vscar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carlist-wrap .colm {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}

.carlist-wrap .oldcar-wrap {
  background-color: #EBFFF6;
}

.carlist-wrap .oldcar-wrap_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em;
}

.carlist-wrap .newcar-wrap {
  background-color: #e6e6e6;
}

.carlist-wrap .newcar-wrap_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em;
}

.carlist-wrap .carlogo-img {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}

.carlist-wrap .carlistheader {
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 0.5em;
  line-height: 1.2;
}

.cards {
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #ecf7fe;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 0 1em;
}

@media (max-width: 760px) {
  .cards {
    width: 100%;
  }
}

.cards button.close {
  margin: 0.2em;
}

.cards .car-card {
  margin: 1em 0;
}

.cards .car-card .car-info-wrap {
  padding: 1em 1em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.cards .car-card .car-info-wrap_logo {
  padding-right: 1em;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards .car-card .car-info-wrap_logo img {
  width: 50%;
}

@media (max-width: 760px) {
  .cards .car-card .car-info-wrap_logo img {
    width: 80%;
  }
}

.cards .car-card .car-info-wrap_nme {
  font-size: 1.56rem;
  width: 50%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0.5em;
  font-weight: 700;
}

.cards .car-card .car-info-wrap_nme .eng {
  font-size: 0.9rem;
  font-weight: 300;
}

.cards .car-card .car-info-wrap_nme .flag {
  width: 15%;
  margin-right: 0.5em;
}

@media (max-width: 760px) {
  .cards .car-card .car-info-wrap_nme {
    width: 30%;
  }
}

.cards .car-card .car-info-listed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.3em 1.3em 0.5em;
}

.cards .car-card .car-info-listed_date {
  font-weight: 700;
  width: 50%;
}

.cards .car-card .car-info-listed_cnt {
  width: 50%;
}

@media (max-width: 760px) {
  .cards .car-card .car-info-listed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cards .car-card .car-info-listed_date {
    width: 100%;
  }
  .cards .car-card .car-info-listed_cnt {
    width: 100%;
    padding-bottom: 1em;
  }
}

.evcomchart {
  padding: 1em 0;
}

.evcar-boxwrap {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
}

@media (max-width: 460px) {
  .evcar-boxwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
  }
}

.evcar-boxwrap_container {
  border-radius: 0.5em;
  border: 1px solid #02395a;
  padding: 2em !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0.25em;
}

.evcar-boxwrap_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  margin-top: -2em;
}

.evcar-boxwrap_tabs-tab {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  padding: 0.5em 3em;
  font-size: 1rem;
  background-color: #C5FFE2;
}

.evcar-boxwrap .evcar-box-name {
  font-size: 1.05rem;
  font-weight: 700;
}

.evcar-boxwrap .evcar-box-type {
  background-color: #C5FFE2;
  padding: 0.5em 2em;
  border-radius: 0 0 20px 20px;
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.evcar-boxwrap .evcar-box-type .evcar-small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
}

.evcar-boxwrap .eng {
  font-size: 0.865rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.ch10 {
  width: 100%;
  background-color: #EBFFF6;
}

.ch10_content {
  max-width: 680px;
  margin: auto;
  padding: 1em;
}

.swipe {
  margin: auto;
  padding: 15px;
  text-align: center;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
}

.swipe img {
  width: 5%;
}

@media (max-width: 760px) {
  .swipe {
    width: 100%;
    max-width: 500px;
  }
  .swipe img {
    width: 5%;
  }
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper .futurecar-card {
  display: inline-block;
}

.scrolling-wrapper-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.scrolling-wrapper-flexbox .futurecar-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 3px;
}

.futurecar-card {
  width: 100%;
  max-width: 320px;
  height: 450px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #fbfcee;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 0 1em;
}

@media (max-width: 760px) {
  .futurecar-card {
    max-width: 300px;
  }
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 2.5em;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.futurecar-info-wrap {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.futurecar-info-wrap_logo {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.futurecar-info-wrap_nme {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.5em;
}

.futurecar-info-wrap_nme .eng {
  font-size: 0.9rem;
  font-weight: 300;
}

.futurecar-info-listed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3em 1.3em 0.5em;
}

.futurecar-info-listed_date {
  font-weight: 700;
  width: 20%;
}

.futurecar-info-listed_cnt {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  max-width: 200px;
}

.futurecar-info-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.3em 2em 1.3em;
}

.futurecar-info-sp_title {
  font-weight: 700;
  width: 20%;
}

.futurecar-info-sp_cnt {
  max-width: 200px;
  white-space: normal;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mapWrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 20px;
  height: 600px;
  margin-bottom: 35px;
}

.map {
  top: 0;
  width: 90%;
}

.trigger-wrap {
  z-index: 0;
}

.black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #ffffff;
}

.section-text {
  text-transform: uppercase;
}

.text-wrap {
  position: relative;
  overflow: hidden;
  width: 65%;
  height: 25%;
  left: 25%;
}

@media (max-width: 760px) {
  .text-wrap {
    width: 100%;
  }
}

.text-wrap-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  font-size: 1.05rem;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  padding: 1em;
}

@media (max-width: 760px) {
  .text-wrap-text {
    font-size: 1.0rem;
  }
}

.text-wrap-text.blue {
  color: #141414;
}

.text-wrap-text.red {
  color: #141414;
}

.panel-wrap {
  overflow: hidden;
  width: 450px;
  height: 80vh;
  z-index: 0;
}

.panel-wrap-panel {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zoom-btn {
  font-size: 0.9rem;
  text-align: center;
}

.zoom-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/click.svg") no-repeat;
  display: inline-block;
}

.media-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-video .video-js {
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar {
  z-index: 98;
}
/*# sourceMappingURL=style.css.map */