@charset "UTF-8";
@property --angle-1 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -75deg;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.wrap {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.btnBox .btn,
.btnBox .arrow {
  position: relative;
  background: linear-gradient(-75deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: inset 0.125rem 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0.125rem 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2), inset 0 0 0.1em 0.25em rgba(255, 255, 255, 0.2);
          box-shadow: inset 0.125rem 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5), 0.125rem 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2), inset 0 0 0.1em 0.25em rgba(255, 255, 255, 0.2);
  -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  /* 光帶掃過 */
}
.btnBox .btn::before,
.btnBox .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: clip;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.75) 48% 52%, rgba(255, 255, 255, 0) 65%);
  background-size: 250% 250%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  -webkit-transition: background-position 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-position 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btnBox .btn,
.btnBox .arrow {
  /* 邊緣反光環 */
}
.btnBox .btn::after,
.btnBox .arrow::after {
  content: "";
  position: absolute;
  inset: -0.5px;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 5% 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 60% 95%, rgba(0, 0, 0, 0.5)), -webkit-gradient(linear, left top, left bottom, from(rgba(224, 236, 255, 0.5)), to(rgba(228, 215, 255, 0.5)));
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 5% 40%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 60% 95%, rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(224, 236, 255, 0.5), rgba(228, 215, 255, 0.5));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: exclude;
  pointer-events: none;
  transition: --angle-1 0.6s ease;
}
.btnBox .btn:hover,
.btnBox .arrow:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.6), 0 0.35em 0.2em -0.125em rgba(0, 0, 0, 0.25), inset 0 0 0.1em 0.25em rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.6), 0 0.35em 0.2em -0.125em rgba(0, 0, 0, 0.25), inset 0 0 0.1em 0.25em rgba(255, 255, 255, 0.3);
}
.btnBox .btn:hover::before,
.btnBox .arrow:hover::before {
  background-position: 90% 50%;
}
.btnBox .btn:hover::after,
.btnBox .arrow:hover::after {
  --angle-1: -125deg;
}
.btnBox .btn {
  cursor: pointer;
  min-width: 180px;
  min-height: 60px;
  padding: 15px;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .btnBox .btn {
    min-width: 160px;
    min-height: 45px;
  }
}
.btnBox .arrow {
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 99px;
}
.btnBox .arrow .icon {
  position: absolute;
  z-index: 3;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/icons/arrow.svg");
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 768px) {
  .btnBox .arrow {
    width: 45px;
  }
  .btnBox .arrow .icon {
    width: 15px;
  }
}

.titleBox {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 1180px) {
  .titleBox {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .titleBox {
    padding-bottom: 20px;
  }
}
.titleBox .subtitle {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 48px;
  padding-bottom: 10px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 32px;
  }
}
.titleBox .title {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 10%;
  line-height: 125%;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 36px;
  }
}
.titleBox .text {
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 18px;
  }
}

.Txt .text {
  font-size: 32px;
  line-height: 150%;
}
@media (max-width: 1180px) {
  .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .Txt .text {
    font-size: 18px;
  }
}

body {
  scroll-behavior: smooth;
  font-family: sans-serif;
  background: #F2F2F2;
  overflow-x: hidden;
}

body.noScroll {
  overflow-y: hidden;
}

header {
  background: rgba(242, 242, 242, 0.5);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 49;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0px;
  padding: 1px;
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 5% 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60% 95%, rgba(255, 255, 255, 0.5)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(209, 239, 255, 0.5)));
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 5% 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60% 95%, rgba(255, 255, 255, 0.5)), linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(209, 239, 255, 0.5));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: exclude;
}
header.navHidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header {
  /* padding: 0 50px; */
}
header .wrap {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .left .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 10%;
}
@media (max-width: 1180px) {
  header .left .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  header .left .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  header .left .text {
    display: none;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .right .calendar {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/icons/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .right .languageBox {
  width: 82px;
  position: relative;
}
header .right .languageBox:hover .languageCurrent {
  background: #000000;
  color: #ffffff;
}
header .right .languageBox:hover .languageCurrent img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header .right .languageBox .languageCurrent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right .languageBox .languageCurrent img {
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .right .languageBox .languageList {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
header .right .languageBox .languageList li {
  list-style: none;
}
header .right .languageBox .languageList li.active {
  background: #F2F2F2;
  font-weight: bold;
}
header .right .languageBox .languageList li:hover {
  background: #F2F2F2;
}
header .right .languageBox .languageList li a {
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
header .hamburgerMenu {
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background: #2290FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
header .hamburgerMenu:hover .line::before, header .hamburgerMenu:hover .line::after {
  -webkit-transform: scaleX(80%);
          transform: scaleX(80%);
}
header .hamburgerMenu .line {
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 99px;
  position: relative;
}
header .hamburgerMenu .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: 0;
  right: 0;
  background: white;
  border-radius: inherit;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .hamburgerMenu .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: 0;
  right: 0;
  background: white;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
}

footer {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 768px) {
  footer .car {
    display: none;
  }
}
@media (max-width: 1700px) {
  footer .svgPath {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@media (max-width: 960px) {
  footer .svgPath {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media (max-width: 768px) {
  footer .svgPath {
    display: none;
  }
}
footer .wrap {
  max-width: 100%;
  padding: 0;
}
footer .titleBox {
  position: absolute;
  top: 15%;
  left: 30%;
  text-align: left;
}
@media (max-width: 1700px) {
  footer .titleBox {
    left: 35%;
  }
}
@media (max-width: 1600px) {
  footer .titleBox {
    top: 5%;
  }
}
@media (max-width: 1280px) {
  footer .titleBox {
    left: 450px;
  }
}
@media (max-width: 768px) {
  footer .titleBox {
    position: relative;
    top: 0;
    left: 20px;
    right: 0;
  }
}
@media (max-width: 480px) {
  footer .titleBox {
    padding: 0;
  }
}
footer .ctaBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid black;
  padding-bottom: 10px;
  position: absolute;
  top: 40%;
  right: 50px;
}
footer .ctaBox .text {
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 768px) {
  footer .ctaBox .text {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  footer .ctaBox {
    top: 25%;
    right: 0;
    left: 35%;
  }
}
@media (max-width: 1280px) {
  footer .ctaBox {
    left: 450px;
  }
}
@media (max-width: 960px) {
  footer .ctaBox {
    left: 300px;
  }
}
@media (max-width: 768px) {
  footer .ctaBox {
    position: relative;
    top: 0;
    left: 20px;
    right: 0;
  }
}
@media (max-width: 480px) {
  footer .ctaBox {
    display: none;
  }
}
footer .bottomBox {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  padding: 20px 50px 80px;
}
@media (max-width: 1440px) {
  footer .bottomBox {
    -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;
  }
  footer .bottomBox .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .bottomBox .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1180px) {
  footer .bottomBox {
    padding: 20px 30px 60px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .bottomBox {
    padding: 20px 20px 40px;
    gap: 20px;
  }
}
footer .bottomBox .left {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  footer .bottomBox .left {
    gap: 20px;
  }
}

.infoList {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .infoList {
    font-size: 18px;
  }
}
.infoList li {
  padding: 10px 0;
}
.infoList li span {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .infoList li {
    padding: 5px 0;
  }
}

.socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.socialList li {
  display: block;
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0px 0em 0em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 0em 0em rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.socialList li:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 0.25em 0.025em rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 0.25em 0.025em rgba(0, 0, 0, 0.5);
}

.facebook {
  background: url("../images/icons/facebook.png");
}

.line {
  background: url("../images/icons/line.png");
}

.instagram {
  background: url("../images/icons/instagram.png");
}

.youtube {
  background: url("../images/icons/youtube.png");
}

.footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .footerMenu {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .footerMenu {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footerMenu {
    font-size: 16px;
    display: none;
  }
}
.footerMenu > li {
  padding: 0 10px;
}
@media (max-width: 1440px) {
  .footerMenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footerMenu > li > a {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
.footerMenu .submenu li {
  padding: 7.5px 0;
}

.copyrightBox {
  background: #686868;
  color: #ffffff;
  font-size: 20px;
  line-height: 150%;
  padding: 20px 50px;
  text-align: center;
}
@media (max-width: 1180px) {
  .copyrightBox {
    font-size: 16px;
  }
}

.popUpMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 50;
}

.loadingArea {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.loadingArea .loadingBar {
  width: 300px;
  max-width: 60vw;
  height: 8px;
  border-radius: 99px;
  background: #F2F2F2;
  overflow: hidden;
}
.loadingArea .loadingBar .bar {
  width: 0%;
  height: 100%;
  border-radius: 99px;
  background: #2290FF;
}
.loadingArea .percent {
  font-size: 24px;
  font-weight: bold;
}

.cookieBox {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  max-width: 360px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.cookieBox .text {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 15px;
}
.cookieBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.cookieBox .btnBox .btn {
  min-width: auto;
  min-height: auto;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 99px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookieBox .btnBox .btn.agree {
  background: #000000;
  color: #ffffff;
}

.carColorTrigger {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 61;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carColorTrigger svg {
  width: 24px;
  height: 24px;
  overflow: visible;
}
.carColorTrigger:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.carColorBox {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 60;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.carColorBox .text {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 15px;
}
.carColorBox .vehicleTypeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 15px;
}
.carColorBox .vehicleTypeBox .vehicleTypeBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  border-radius: 99px;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carColorBox .vehicleTypeBox .vehicleTypeBtn.active {
  background: #000000;
  color: #ffffff;
}
.carColorBox .swatchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.carColorBox .swatchBox .swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ffffff;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carColorBox .swatchBox .swatch:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.carColorBox .swatchBox .swatch.custom {
  position: relative;
  overflow: hidden;
  background: conic-gradient(red, yellow, lime, cyan, blue, magenta, red);
}
.carColorBox .swatchBox .swatch.custom .colorInput {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
}
.carColorBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.carColorBox .btnBox .btn {
  min-width: auto;
  min-height: auto;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 99px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .carColorBox {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
  }
}

.slideMenuArea {
  display: none;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 50px;
  z-index: 51;
}
@media (max-width: 1180px) {
  .slideMenuArea {
    padding: 80px 30px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea {
    padding: 80px 20px;
  }
}
.slideMenuArea .wrap {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 50px;
  overflow: auto;
  position: relative;
}
@media (max-width: 1180px) {
  .slideMenuArea .wrap {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .wrap {
    padding: 20px;
  }
}
.slideMenuArea .topBox {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slideMenuArea .titleBox {
  text-align: center;
}
.slideMenuArea .slideMenu {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1180px) {
  .slideMenuArea .slideMenu {
    font-size: 18px;
  }
}
.slideMenuArea .slideMenu > li {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenu > li {
    padding: 10px 0;
  }
}
.slideMenuArea .slideMenu > li > a {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenu > li > a {
    padding: 5px 0;
  }
}
.slideMenuArea .slideMenu .submenu li {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenu .submenu li {
    padding: 10px 0;
  }
}

.popUpNews {
  display: none;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 50px;
  z-index: 51;
}
@media (max-width: 1180px) {
  .popUpNews {
    padding: 80px 30px;
  }
}
.popUpNews .wrap {
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  padding: 50px;
  overflow: auto;
}
@media (max-width: 1180px) {
  .popUpNews .wrap {
    padding: 30px;
  }
}
.popUpNews .topBox {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.popUpNews .titleBox {
  text-align: left;
}
.popUpNews .classBox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.popUpNews .classBox .classTitle {
  font-size: 24px;
  font-weight: bold;
  border-radius: 99px;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popUpNews .classBox .classTitle:nth-child(3n+1) {
  background: #AAD9FF;
}
.popUpNews .classBox .classTitle:nth-child(3n+2) {
  background: #DFAAFF;
}
.popUpNews .classBox .classTitle:nth-child(3n) {
  background: #AAC7FF;
}
.popUpNews .classBox .classTitle.active {
  -webkit-box-shadow: 0 0 0 1px #000000 inset;
          box-shadow: 0 0 0 1px #000000 inset;
}
@media (max-width: 768px) {
  .popUpNews .classBox .classTitle {
    font-size: 20px;
  }
}
.popUpNews .newsList {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.popUpNews .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px 25px;
  position: relative;
}
.popUpNews .newsItem .classTitle {
  font-size: 18px;
  font-weight: bold;
  border-radius: 99px;
  padding: 10px 15px;
}
.popUpNews .newsItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  min-width: 0;
}
.popUpNews .newsItem .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.popUpNews .newsItem .Txt .title {
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popUpNews .newsItem .Txt .classTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popUpNews .newsItem .Txt .text {
  font-size: 24px;
  font-weight: normal;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.popUpNews .newsItem .Txt .date {
  font-size: 18px;
  color: #666666;
  padding-top: 10px;
}
.popUpNews .newsItem .Img {
  max-height: 420px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .popUpNews .newsItem .Img {
    display: none;
  }
}
.popUpNews .newsItem .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popUpNews .newsItem .Img.pin::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/icons/pin.svg") center no-repeat;
  background-size: contain;
  top: 20px;
  right: 20px;
}

.slideMenuTrigger,
.popUpNewsTrigger {
  cursor: pointer;
}
.slideMenuTrigger.close,
.popUpNewsTrigger.close {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 60px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slideMenuTrigger.close::before,
.popUpNewsTrigger.close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slideMenuTrigger.close::after,
.popUpNewsTrigger.close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 768px) {
  .slideMenuTrigger.close,
  .popUpNewsTrigger.close {
    width: 45px;
  }
  .slideMenuTrigger.close::before, .slideMenuTrigger.close::after,
  .popUpNewsTrigger.close::before,
  .popUpNewsTrigger.close::after {
    width: 20px;
  }
}
.slideMenuTrigger.close:hover,
.popUpNewsTrigger.close:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.linkWrap {
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bread {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .bread {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .bread {
    font-size: 16px;
  }
}
.bread a,
.bread span {
  padding: 0 10px;
}
@media (max-width: 1180px) {
  .bread a,
  .bread span {
    padding: 0 5px;
  }
}
.bread a.home,
.bread span.home {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 1180px) {
  .bread a.home,
  .bread span.home {
    padding-left: 20px;
  }
}
.bread a.home::before,
.bread span.home::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icons/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .bread a.home::before,
  .bread span.home::before {
    width: 16px;
    height: 16px;
  }
}

.classBoxRow {
  padding: 0 0 40px;
}
.classBoxRow .classCurrentLabel {
  display: none;
}
.classBoxRow .classList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.classBoxRow .classItem {
  font-size: 24px;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 10px 25px;
}
@media (max-width: 768px) {
  .classBoxRow .classCurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid #000000;
    padding: 10px 25px;
    cursor: pointer;
    position: relative;
  }
  .classBoxRow .classCurrent::after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .classBoxRow .classCurrent .classItem {
    font-size: 20px;
  }
  .classBoxRow .classCurrentLabel {
    display: block;
  }
  .classBoxRow .classList {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
  }
  .classBoxRow .classItem {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .classBoxRow .classItem:last-child {
    border-bottom: none;
  }
  .classBoxRow.open .classCurrent::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .classBoxRow.open .classList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.faqItem {
  padding: 30px 0;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 0;
}
.faqItem.active .summary::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.faqItem .summary {
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  line-height: 125%;
  padding-right: 50px;
  position: relative;
}
.faqItem .summary::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icons/cross.svg");
  top: 50%;
  right: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1180px) {
  .faqItem .summary {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .faqItem .summary {
    font-size: 18px;
  }
}
.faqItem .answer {
  font-size: 20px;
  line-height: 150%;
  padding-left: 5px;
  padding-top: 15px;
  display: none;
}
@media (max-width: 1180px) {
  .faqItem .answer {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .faqItem .answer {
    font-size: 16px;
  }
}

.textEditorArea .textEditor {
  padding: 30px 0;
}
@media (max-width: 1180px) {
  .textEditorArea .textEditor {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .textEditorArea .textEditor {
    padding: 10px 0;
  }
}
.textEditorArea .title {
  font-size: 32px;
  padding-bottom: 10px;
}
@media (max-width: 1180px) {
  .textEditorArea .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .title {
    font-size: 24px;
  }
}
.textEditorArea .text {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 10%;
}
@media (max-width: 1180px) {
  .textEditorArea .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .text {
    font-size: 16px;
  }
}
.textEditorArea .text ul {
  list-style: disc;
  padding-left: 24px;
}
.textEditorArea .text ol {
  list-style: decimal;
  padding-left: 24px;
}
.textEditorArea .text h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 10%;
}
@media (max-width: 1180px) {
  .textEditorArea .text h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .text h1 {
    font-size: 28px;
  }
}
.textEditorArea .text h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 10%;
}
@media (max-width: 1180px) {
  .textEditorArea .text h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .text h2 {
    font-size: 24px;
  }
}
.textEditorArea .text h3 {
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 10%;
}
@media (max-width: 768px) {
  .textEditorArea .text h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .text h3 {
    font-size: 18px;
  }
}
.textEditorArea .text strong {
  font-weight: bold;
}
.textEditorArea .text p,
.textEditorArea .text h1,
.textEditorArea .text h2,
.textEditorArea .text h3,
.textEditorArea .text h4,
.textEditorArea .text h5 {
  margin-bottom: 16px;
}
.textEditorArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.textEditorArea .imageLeftContentRightBlock .wrap,
.textEditorArea .imageRightContentLeftBlock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .textEditorArea .imageLeftContentRightBlock .wrap,
  .textEditorArea .imageRightContentLeftBlock .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.textEditorArea .imageLeftContentRightBlock .wrap .Img,
.textEditorArea .imageLeftContentRightBlock .wrap .Txt,
.textEditorArea .imageRightContentLeftBlock .wrap .Img,
.textEditorArea .imageRightContentLeftBlock .wrap .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.textEditorArea .imageLeftContentRightBlock .wrap .Txt,
.textEditorArea .imageRightContentLeftBlock .wrap .Txt {
  padding: 30px 40px;
}
@media (max-width: 1180px) {
  .textEditorArea .imageLeftContentRightBlock .wrap .Txt,
  .textEditorArea .imageRightContentLeftBlock .wrap .Txt {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .imageLeftContentRightBlock .wrap .Txt,
  .textEditorArea .imageRightContentLeftBlock .wrap .Txt {
    padding: 10px 0;
  }
}
.textEditorArea .imageLeftContentRightBlock .wrap .Img img,
.textEditorArea .imageRightContentLeftBlock .wrap .Img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.textEditorArea .imagePairBlock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.textEditorArea .imagePairBlock .wrap .Img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.textEditorArea .imagePairBlock .wrap .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditorArea .imageTopContentBottomBlock .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditorArea .imageTopContentBottomBlock .Txt {
  padding-top: 20px;
}
.textEditorArea .fullImageBlock .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditorArea .cardGroupBlock .cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1180px) {
  .textEditorArea .cardGroupBlock .cardList {
    gap: 20px;
  }
}
.textEditorArea .cardGroupBlock .cardList .cardItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.textEditorArea .cardGroupBlock .cardList .cardItem .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditorArea .cardGroupBlock .cardList .cardItem .text {
  padding-top: 20px;
}
.textEditorArea .fullVideoBlock .videoWrap {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 160px);
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.textEditorArea .fullVideoBlock .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.textEditorArea .tableBlock .caption {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.textEditorArea .tableBlock .tableScroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.textEditorArea .tableBlock table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.textEditorArea .tableBlock th,
.textEditorArea .tableBlock td {
  border: 1px solid #000000;
  padding: 15px 20px;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
}
.textEditorArea .tableBlock thead th {
  background: #FFD43F;
  font-weight: bold;
}
.textEditorArea .timeLineRow {
  position: relative;
}
.textEditorArea .timeLineRow .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 0;
}
.textEditorArea .timeLineRow .item .Txt {
  padding: 0 20px;
}
@media (max-width: 1180px) {
  .textEditorArea .timeLineRow .item .Txt {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .textEditorArea .timeLineRow .item .Txt {
    padding: 0 5px;
  }
}
.textEditorArea .timeLineRow .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
}
.textEditorArea .timeLineRow .item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #000000;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.textEditorArea .timeLineRow .item:nth-of-type(odd) {
  padding-right: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textEditorArea .timeLineRow .item:nth-of-type(even) {
  padding-left: 50%;
}

.mainArea {
  padding-bottom: 60px;
}

body:not(.websiteHome) .car {
  display: none !important;
}
body:not(.websiteHome) .carColorTrigger,
body:not(.websiteHome) .carColorBox {
  display: none;
}
body:not(.websiteHome) .bannerArea .bannerMask {
  height: calc(100vh - 160px);
  max-height: 400px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
body:not(.websiteHome) .bannerArea .bannerMask .bannerList {
  height: 100%;
}
body:not(.websiteHome) .bannerArea .bannerMask .bannerList .bannerItem {
  height: 100%;
}
body:not(.websiteHome) .bannerArea .bannerMask .Txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  letter-spacing: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 50px;
  z-index: 3;
}
@media (max-width: 1180px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt {
    padding: 0 20px;
  }
}
body:not(.websiteHome) .bannerArea .bannerMask .Txt .title {
  font-size: 96px;
  font-weight: bold;
}
@media (max-width: 1680px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .title {
    font-size: 64px;
  }
}
@media (max-width: 1180px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .title {
    font-size: 48px;
  }
}
body:not(.websiteHome) .bannerArea .bannerMask .Txt .subtitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 1680px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .subtitle {
    font-size: 32px;
  }
}
body:not(.websiteHome) .bannerArea .bannerMask .Txt .text {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (max-width: 1680px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .text {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body:not(.websiteHome) .bannerArea .bannerMask .Txt .text {
    font-size: 18px;
  }
}
body:not(.websiteHome) .bannerArea .bannerMask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.websiteHome) .bannerArea .bannerMask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.3019607843);
}

body.lang-en {
  line-height: 1.5;
}
body.lang-en .bannerArea .Txt .title {
  font-size: 80px;
}
@media (max-width: 1180px) {
  body.lang-en .bannerArea .Txt .title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  body.lang-en .bannerArea .Txt .title {
    font-size: 36px;
  }
}
body.lang-en .bannerArea .Txt .subtitle {
  font-size: 36px;
}
@media (max-width: 1180px) {
  body.lang-en .bannerArea .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.lang-en .bannerArea .Txt .subtitle {
    font-size: 24px;
  }
}
body.lang-en .bannerArea .Txt .text {
  font-size: 28px;
}
@media (max-width: 1180px) {
  body.lang-en .bannerArea .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.lang-en .bannerArea .Txt .text {
    font-size: 20px;
  }
}
body.lang-en .titleBox .title {
  letter-spacing: normal;
  line-height: 1.5;
}
body.lang-en .titleBox .subtitle {
  letter-spacing: normal;
}
body.lang-en .footerMenu {
  font-size: 20px;
}
@media (max-width: 1440px) {
  body.lang-en .footerMenu {
    font-size: 17px;
  }
}
@media (max-width: 1180px) {
  body.lang-en .footerMenu {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body.lang-en .footerMenu {
    font-size: 13px;
  }
}
body.lang-en .footerMenu > li > a {
  letter-spacing: normal;
  line-height: 1.3;
}
body.lang-en .slideMenu {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-en .slideMenu {
    font-size: 16px;
  }
}
body.lang-en .slideMenu > li > a {
  letter-spacing: normal;
}
body.lang-en .slideMenuArea .titleBox .subtitle {
  letter-spacing: normal;
}
body.lang-en .bread {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-en .bread {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.lang-en .bread {
    font-size: 14px;
  }
}
body.lang-en .bread a,
body.lang-en .bread span {
  letter-spacing: normal;
  white-space: normal;
}
body.lang-en .popUpNews .classBox .classTitle {
  letter-spacing: normal;
}

body.lang-ja {
  line-height: 1.5;
}
body.lang-ja .titleBox .title {
  letter-spacing: normal;
  line-height: 1.5;
}
body.lang-ja .titleBox .subtitle {
  letter-spacing: normal;
}
body.lang-ja .footerMenu {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-ja .footerMenu {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.lang-ja .footerMenu {
    font-size: 16px;
  }
}
body.lang-ja .footerMenu > li > a {
  letter-spacing: normal;
  line-height: 1.3;
}
body.lang-ja .slideMenu {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-ja .slideMenu {
    font-size: 16px;
  }
}
body.lang-ja .slideMenu > li > a {
  letter-spacing: normal;
}
body.lang-ja .slideMenuArea .titleBox .subtitle {
  letter-spacing: normal;
}
body.lang-ja .bread {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-ja .bread {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.lang-ja .bread {
    font-size: 14px;
  }
}
body.lang-ja .bread a,
body.lang-ja .bread span {
  letter-spacing: normal;
  white-space: normal;
}
body.lang-ja .popUpNews .classBox .classTitle {
  letter-spacing: normal;
}

body.lang-vi {
  letter-spacing: normal !important;
}
body.lang-vi .titleBox,
body.lang-vi .textBox,
body.lang-vi .Txt {
  letter-spacing: normal !important;
}
body.lang-vi .bannerArea .Txt .title {
  font-size: 64px;
}
@media (max-width: 1180px) {
  body.lang-vi .bannerArea .Txt .title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .bannerArea .Txt .title {
    font-size: 36px;
  }
}
body.lang-vi .bannerArea .Txt .subtitle {
  font-size: 36px;
}
@media (max-width: 1180px) {
  body.lang-vi .bannerArea .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .bannerArea .Txt .subtitle {
    font-size: 24px;
  }
}
body.lang-vi .bannerArea .Txt .text {
  font-size: 28px;
}
@media (max-width: 1180px) {
  body.lang-vi .bannerArea .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .bannerArea .Txt .text {
    font-size: 18px;
  }
}
body.lang-vi .titleBox .title,
body.lang-vi .titleBox .subtitle,
body.lang-vi .titleBox .text {
  letter-spacing: normal;
}
body.lang-vi .titleBox .title {
  font-size: 48px;
}
@media (max-width: 1180px) {
  body.lang-vi .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .titleBox .title {
    font-size: 32px;
  }
}
body.lang-vi .titleBox .subtitle {
  font-size: 32px;
}
@media (max-width: 1180px) {
  body.lang-vi .titleBox .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .titleBox .subtitle {
    font-size: 24px;
  }
}
body.lang-vi .titleBox .text {
  font-size: 24px;
}
@media (max-width: 1180px) {
  body.lang-vi .titleBox .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.lang-vi .titleBox .text {
    font-size: 16px;
  }
}

body.lang-id {
  line-height: 1.5;
}
body.lang-id .bannerArea .Txt .title {
  font-size: 64px;
}
@media (max-width: 1180px) {
  body.lang-id .bannerArea .Txt .title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  body.lang-id .bannerArea .Txt .title {
    font-size: 36px;
  }
}
body.lang-id .bannerArea .Txt .subtitle {
  font-size: 36px;
}
@media (max-width: 1180px) {
  body.lang-id .bannerArea .Txt .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.lang-id .bannerArea .Txt .subtitle {
    font-size: 24px;
  }
}
body.lang-id .bannerArea .Txt .text {
  font-size: 28px;
}
@media (max-width: 1180px) {
  body.lang-id .bannerArea .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.lang-id .bannerArea .Txt .text {
    font-size: 20px;
  }
}
body.lang-id .titleBox .title,
body.lang-id .titleBox .subtitle,
body.lang-id .titleBox .text {
  letter-spacing: normal;
}
body.lang-id .titleBox .title {
  font-size: 48px;
}
@media (max-width: 1180px) {
  body.lang-id .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  body.lang-id .titleBox .title {
    font-size: 32px;
  }
}
body.lang-id .titleBox .subtitle {
  font-size: 32px;
}
@media (max-width: 1180px) {
  body.lang-id .titleBox .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body.lang-id .titleBox .subtitle {
    font-size: 24px;
  }
}
body.lang-id .titleBox .text {
  font-size: 24px;
}
@media (max-width: 1180px) {
  body.lang-id .titleBox .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.lang-id .titleBox .text {
    font-size: 16px;
  }
}
body.lang-id .footerMenu {
  font-size: 20px;
}
@media (max-width: 1440px) {
  body.lang-id .footerMenu {
    font-size: 17px;
  }
}
@media (max-width: 1180px) {
  body.lang-id .footerMenu {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body.lang-id .footerMenu {
    font-size: 13px;
  }
}
body.lang-id .footerMenu > li > a {
  letter-spacing: normal;
  line-height: 1.3;
}
body.lang-id .slideMenu {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-id .slideMenu {
    font-size: 16px;
  }
}
body.lang-id .slideMenu > li > a {
  letter-spacing: normal;
}
body.lang-id .slideMenuArea .titleBox .subtitle {
  letter-spacing: normal;
}
body.lang-id .bread {
  font-size: 20px;
}
@media (max-width: 1180px) {
  body.lang-id .bread {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.lang-id .bread {
    font-size: 14px;
  }
}
body.lang-id .bread a,
body.lang-id .bread span {
  letter-spacing: normal;
  white-space: normal;
}
body.lang-id .popUpNews .classBox .classTitle {
  letter-spacing: normal;
}