@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);
}

@media (max-width: 768px) {
  .carColorBox,
  .carColorTrigger {
    display: none !important;
  }
}

.car {
  display: block;
  width: 230px;
  aspect-ratio: 230/130;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.car .vehicleIcon {
  display: block;
  width: 100%;
  height: 100%;
}
.car .motoIcon {
  display: none;
}
@media (max-width: 768px) {
  .car {
    width: 150px;
  }
}

body[data-vehicle=moto] .car .carIcon {
  display: none;
}
body[data-vehicle=moto] .car .motoIcon {
  display: block;
}

.bannerArea .bannerMask {
  pointer-events: none;
  height: calc(100vh - 160px);
  max-height: 850px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .bannerArea .bannerMask {
    min-height: 650px;
  }
}
.bannerArea .car {
  z-index: 4;
  pointer-events: all;
}
.bannerArea .bannerList {
  pointer-events: none;
  height: 100%;
}
.bannerArea .bannerList .slick-list,
.bannerArea .bannerList .slick-track,
.bannerArea .bannerList .slick-slide {
  pointer-events: all;
  height: 100%;
}
.bannerArea .bannerList .bannerItem {
  height: 100%;
  position: relative;
}
.bannerArea .bannerList .bannerItem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #000000;
  opacity: 0.5;
}
.bannerArea .bannerList .bannerItem .svgPath {
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: 1;
}
@media (max-width: 1680px) {
  .bannerArea .bannerList .bannerItem .svgPath {
    right: -40%;
  }
}
@media (max-width: 1440px) {
  .bannerArea .bannerList .bannerItem .svgPath {
    top: -15%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .svgPath {
    rotate: 45deg;
    right: -600px;
  }
}
.bannerArea .Txt {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  color: white;
  letter-spacing: 10%;
  padding: 0 50px;
  z-index: 3;
}
@media (max-width: 1680px) {
  .bannerArea .Txt {
    top: auto;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt {
    padding: 0 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bannerArea .Txt .title {
  font-size: 96px;
  font-weight: bold;
  line-height: normal;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 1680px) {
  .bannerArea .Txt .title {
    font-size: 64px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .title {
    font-size: 48px;
  }
}
.bannerArea .Txt .subtitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 150%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 1680px) {
  .bannerArea .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .subtitle {
    font-size: 32px;
  }
}
.bannerArea .Txt .text {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 1680px) {
  .bannerArea .Txt .text {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .text {
    font-size: 18px;
  }
}
.bannerArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .slick-slide .Txt .title,
.bannerArea .slick-slide .Txt .subtitle,
.bannerArea .slick-slide .Txt .text {
  clip-path: inset(100% 0 0 0);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.bannerArea .active .Txt .title,
.bannerArea .active .Txt .subtitle,
.bannerArea .active .Txt .text {
  clip-path: inset(0 0 0 0);
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.newsArea {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsArea.navHidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.newsArea::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;
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.newsArea .newsList {
  min-width: 0;
}
.newsArea .newsItem .item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.newsArea .newsItem a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.newsArea .newsItem .classTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: 90px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .newsArea .newsItem .classTitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem .classTitle {
    display: none;
  }
}
.newsArea .newsItem .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  gap: 20px;
}
.newsArea .newsItem .content .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  min-width: 0;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .content .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .newsArea .newsItem .content .title {
    font-size: 20px;
  }
}
.newsArea .newsItem .content .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .newsArea .newsItem .content .text {
    display: none;
  }
}
@media (max-width: 768px) {
  .newsArea .newsItem .content .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .newsArea .btnBox {
    display: none;
  }
}
@media (max-width: 1440px) {
  .newsArea .btnBox .arrow {
    display: none;
  }
}

.classArea {
  padding: 80px 0;
}
@media (max-width: 1180px) {
  .classArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .classArea {
    padding: 40px 0;
  }
}
.classArea .classList {
  max-width: 100%;
  max-height: 800px;
  /* display: flex; */
  gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.classArea .classList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.classArea .classList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.classArea .classList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.classArea .classList > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.classArea .classList > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.classArea .classList > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (max-width: 1180px) {
  .classArea .classList {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.classArea .classItem {
  /* width: calc(100% / 3); */
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.classArea .classItem img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.classArea .classItem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.classArea .classItem::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 2;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(15%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0) 15%);
  -webkit-box-shadow: inset 0 0 0.25em 0.125em rgba(255, 255, 255, 0.25), inset 0 -0.125em 0.125em rgba(0, 0, 0, 0.5), inset 0 0.35em 0.2em -0.125em rgba(0, 0, 0, 0.5), inset 0 0 1em 0.25em rgba(94, 94, 94, 0.5);
          box-shadow: inset 0 0 0.25em 0.125em rgba(255, 255, 255, 0.25), inset 0 -0.125em 0.125em rgba(0, 0, 0, 0.5), inset 0 0.35em 0.2em -0.125em rgba(0, 0, 0, 0.5), inset 0 0 1em 0.25em rgba(94, 94, 94, 0.5);
}
.classArea .classItem:hover::before {
  opacity: 0.6;
}
.classArea .classItem1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.classArea .classItem2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media (max-width: 1180px) {
  .classArea .classItem {
    width: calc(50% - 10px);
    aspect-ratio: 1/1;
  }
}
@media (max-width: 680px) {
  .classArea .classItem {
    width: 100%;
    height: 200px;
    aspect-ratio: none;
  }
}
.classArea .classItem .btnBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 768px) {
  .classArea .classItem .btnBox {
    padding: 10px;
  }
}
.classArea .classItem .btnBox .btn {
  color: white;
}
.classArea .classItem .btnBox .arrow .icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.classArea .classItem .btnBox .btn,
.classArea .classItem .btnBox .arrow {
  -webkit-box-shadow: inset 0 0.05em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.05em 0.125em rgba(255, 255, 255, 0.5), 0 0.25em 0.05em -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 0.05em 0.125em rgba(0, 0, 0, 0.05), inset 0 -0.05em 0.125em rgba(255, 255, 255, 0.5), 0 0.25em 0.05em -0.125em rgba(0, 0, 0, 0.2), inset 0 0 0.1em 0.25em rgba(255, 255, 255, 0.2);
}
.classArea .classItem .Txt {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 10%;
  line-height: 125%;
  color: #ffffff;
  padding: 20px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.classArea .classItem .Txt.hidden {
  opacity: 0;
}
@media (max-width: 1180px) {
  .classArea .classItem .Txt {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .classArea .classItem .Txt {
    font-size: 18px;
  }
}
.classArea .classItem .detail {
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: 100px 20px;
  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;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.classArea .classItem .detail.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.classArea .classItem .linkWrap {
  cursor: pointer;
  z-index: 5;
}

.aboutArea {
  border-top-left-radius: 120px;
  background: #ffffff;
  padding: 120px 0;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 1180px) {
  .aboutArea {
    border-top-left-radius: 100px;
    padding: 80px 0;
  }
}
.aboutArea .wrap {
  position: relative;
}
.aboutArea .svgPath {
  position: absolute;
  bottom: -75%;
  right: -7.5%;
}
@media (max-width: 1180px) {
  .aboutArea .svgPath {
    right: -15%;
    bottom: -50%;
  }
}
@media (max-width: 960px) {
  .aboutArea .svgPath {
    bottom: -70%;
  }
}
@media (max-width: 768px) {
  .aboutArea .svgPath {
    display: none;
  }
}
@media (max-width: 768px) {
  .aboutArea .car {
    display: none;
  }
}
.aboutArea .Txt {
  width: 65%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    width: 100%;
    max-width: 650px;
  }
}
.aboutArea .dataWall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  text-align: center;
  padding: 60px 0 80px;
}
@media (max-width: 1180px) {
  .aboutArea .dataWall {
    padding: 40px 0 60px;
  }
}
@media (max-width: 768px) {
  .aboutArea .dataWall {
    gap: 20px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .aboutArea .dataWall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutArea .dataWall li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.aboutArea .dataWall .count {
  font-size: 96px;
  font-weight: bold;
}
@media (max-width: 1180px) {
  .aboutArea .dataWall .count {
    font-size: 48px;
  }
}
.aboutArea .dataWall .odometer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.aboutArea .btnBox,
.featureArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featureArea {
  background: #ffffff;
  border-bottom-right-radius: 120px;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .featureArea {
    border-bottom-right-radius: 100px;
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .featureArea {
    padding: 60px 0;
  }
}
.featureArea .featureList {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media (max-width: 1440px) {
  .featureArea .featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .featureArea .featureList {
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .featureArea .featureList {
    padding: 0 0 40px;
  }
}
.featureArea .featureList .featureItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media (max-width: 1440px) {
  .featureArea .featureList .featureItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .featureArea .featureList .featureItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.featureArea .featureList .featureItem1 .iconBox {
  background: #FFCCCC;
}
.featureArea .featureList .featureItem1 .iconBox .icon {
  background-image: url(../../lang_tw/images/icons/嶄新.svg);
}
.featureArea .featureList .featureItem2 .iconBox {
  background: #CCEBFF;
}
.featureArea .featureList .featureItem2 .iconBox .icon {
  background-image: url(../../lang_tw/images/icons/場地.svg);
}
.featureArea .featureList .featureItem3 .iconBox {
  background: #FFDBBB;
}
.featureArea .featureList .featureItem3 .iconBox .icon {
  background-image: url(../../lang_tw/images/icons/數位化.svg);
}
.featureArea .featureList .featureItem4 .iconBox {
  background: #CDFFBB;
}
.featureArea .featureList .featureItem4 .iconBox .icon {
  background-image: url(../../lang_tw/images/icons/師資.svg);
}
.featureArea .featureList .Txt {
  text-align: center;
}
.featureArea .featureList .Txt .title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .featureArea .featureList .Txt .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .featureArea .featureList .Txt .title {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.featureArea .featureList .Txt .text {
  font-size: 24px;
}
@media (max-width: 1180px) {
  .featureArea .featureList .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .featureArea .featureList .Txt .text {
    font-size: 16px;
  }
}
.featureArea .iconBox {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 99px;
  padding: 10px;
  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;
  margin-bottom: 20px;
}
.featureArea .iconBox .icon {
  width: 100%;
  max-width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sloganArea {
  position: relative;
  z-index: -1;
  margin: -120px 0 0;
}
@media (max-width: 1180px) {
  .sloganArea {
    margin: -100px 0 0;
  }
}
.sloganArea .wrap {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.sloganArea .Img {
  max-width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.sloganArea .Img img {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sloganArea .titleBox {
  color: #ffffff;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  padding: 360px 50px;
}
@media (max-width: 1180px) {
  .sloganArea .titleBox {
    padding: 240px 30px;
  }
}
.sloganArea .titleBox .subtitle {
  color: #fff;
}

.reviewArea {
  background: #F2F2F2;
  border-top-left-radius: 120px;
  margin-top: -120px;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .reviewArea {
    border-top-left-radius: 100px;
    padding: 80px 0 100px;
  }
}
.reviewArea .wrap {
  max-width: 100%;
  padding: 0;
}
.reviewArea .topBox {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  padding: 0 50px 40px;
}
@media (max-width: 1180px) {
  .reviewArea .topBox .btnBox {
    display: none;
  }
}
.reviewArea .titleBox {
  text-align: left;
  padding: 0;
}
.reviewArea .reviewList {
  position: relative;
  min-height: 328px;
  /* overflow: hidden; */
}
.reviewArea .itemsPath {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.reviewArea .svgPath {
  position: absolute;
  bottom: -160px;
}
.reviewArea .reviewItem {
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #d7edff;
}
@media (max-width: 480px) {
  .reviewArea .reviewItem {
    max-width: 100%;
  }
}
.reviewArea .reviewItem::before {
  content: "";
  position: absolute;
  inset: 0px;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgb(255, 255, 255), rgba(255, 255, 255, 0) 5% 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60% 95%, rgb(255, 255, 255)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: conic-gradient(from var(--angle-1) at 50% 50%, rgb(255, 255, 255), rgba(255, 255, 255, 0) 5% 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60% 95%, rgb(255, 255, 255)), linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 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;
}
.reviewArea .reviewItem .customer {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #ffffff;
  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;
  font-size: 48px;
  font-weight: bold;
}
.reviewArea .reviewItem .comment {
  font-size: 20px;
  letter-spacing: 0%;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviewArea .reviewItem .comment {
    font-size: 16px;
  }
}
.reviewArea .reviewItem .reviewStars {
  height: 25px;
  width: auto;
  background: url("../images/icons/stars.svg") left no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}

.faqArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .faqArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .faqArea {
    padding: 60px 0;
  }
}
.faqArea .wrap {
  max-width: 1800px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
}
@media (max-width: 1180px) {
  .faqArea .wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.faqArea .leftBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}
@media (max-width: 1180px) {
  .faqArea .leftBox {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.faqArea .rightBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
  min-height: 0;
  overflow: auto;
  padding-right: 10px;
  position: relative;
}
.faqArea .rightBox .fadeMask {
  width: 100%;
  height: 100px;
  position: sticky;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f2f2f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #f2f2f2 50%, rgba(255, 255, 255, 0));
  z-index: 1;
}
@media (max-width: 1180px) {
  .faqArea .rightBox {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 400px;
  }
}
.faqArea .rightBox.mb {
  display: none;
}
.faqArea .titleBox {
  text-align: left;
}
.faqArea .titleBox .title {
  padding-bottom: 40px;
}
@media (max-width: 1180px) {
  .faqArea .titleBox .title {
    padding-bottom: 20px;
  }
}

.linkArea {
  padding: 80px 50px 120px;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .linkArea {
    padding: 40px 20px;
  }
}
.linkArea .titleBox {
  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;
  gap: 15px;
  padding-bottom: 40px;
  text-align: center;
}
.linkArea .linkItem {
  position: relative;
  margin: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.linkArea .linkItem img {
  width: 100%;
  height: auto;
}
.linkArea .linkItem .linkWrap {
  position: absolute;
  inset: 0 15px;
  z-index: 1;
}
.linkArea .linkItem::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(255, 255, 255, 0.6), rgba(0, 0, 0, 0) 5% 40%, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0) 60% 95%, rgba(255, 255, 255, 0.6)), -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(255, 255, 255, 0.6), rgba(0, 0, 0, 0) 5% 40%, rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0) 60% 95%, rgba(255, 255, 255, 0.6)), 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;
}
.linkArea .linkList .slick-prev,
.linkArea .linkList .slick-next {
  z-index: 2;
}