@font-face {
  font-family: "ducati";
  src: url("public/font/DucatiStyle_W_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "ducati_bold";
  src: url("public/font/DucatiStyle_W_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "ducati_xbold";
  src: url("public/font/DucatiStyle_W_Xbd.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-cond";
  src: url("public/font/DucatiStyleCond_W_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-cond_bold";
  src: url("public/font/DucatiStyleCond_W_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-cond_xbold";
  src: url("public/font/DucatiStyleCond_W_XBd.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-ext";
  src: url("public/font/DucatiStyleExt_W_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-ext_bold";
  src: url("public/font/DucatiStyleExt_W_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "ducati-scr";
  src: url("public/font/SCRDucatiStyle_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "ducati-scr_bold";
  src: url("public/font/SCRDucatiStyle_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "ducati-scr_xbold";
  src: url("public/font/SCRDucatiStyle_XBd.ttf") format("truetype");
}
@font-face {
  font-family: "ducati-scr-cond_bold";
  src: url("public/font/SCRDucatiStyleCd_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "ducati-scr-ext_bold";
  src: url("public/font/SCRDucatiStyleEx_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "ducati-scr-ext_xbold";
  src: url("public/font/SCRDucatiStyleEx_XBd.ttf") format("truetype");
}
body:not(.WebSiteHome) .bannerArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
body:not(.WebSiteHome) .bannerArea.show::before {
  width: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerList {
  margin: 0 !important;
}
body:not(.WebSiteHome) .bannerArea .slick-dots {
  bottom: 90px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .slick-dots {
    bottom: 20px;
  }
}
body:not(.WebSiteHome) .bannerArea .slick-dots li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body:not(.WebSiteHome) .bannerArea .slick-dots li.slick-active button {
  background: #ffd200;
  border-color: #ffd200;
}
body:not(.WebSiteHome) .bannerArea .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}
body:not(.WebSiteHome) .bannerArea .slick-dots li button::before {
  display: none;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  width: 100%;
  max-width: 1340px;
  height: 100%;
  padding: 0 35px 170px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1360px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 540px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 150%;
  }
}
body:not(.WebSiteHome) .bannerArea .textEditor .subtitle {
  padding: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 5 / 1000 * 1px);
  font-family: "ducati-cond_bold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .textEditor .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .textEditor .subtitle {
    font-size: 12px;
  }
}
body:not(.WebSiteHome) .bannerArea .textEditor .title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .textEditor .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .textEditor .title {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .scrollBox {
  height: 60px;
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .scrollBox {
    display: none;
  }
}
body:not(.WebSiteHome) .bannerArea .scrollBox .text {
  color: #ffd200;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 5 / 1000 * 1px);
  font-family: "ducati-cond_bold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
body:not(.WebSiteHome) .bannerArea .scrollBox .line {
  display: block;
  width: 2px;
  height: 25px;
  background: #ffffff;
}

.scramblerTopArea {
  margin-bottom: 80px;
}
.scramblerTopArea .topTextBox {
  width: 100%;
  padding: 110px 0 60px;
  position: relative;
  z-index: 1;
}
.scramblerTopArea .topTextBox::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 0;
  background: #ffd200;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerTopArea .topTextBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  left: calc(50% - 1px);
}
@media (max-width: 480px) {
  .scramblerTopArea .topTextBox {
    padding: 60px 0 30px;
  }
}
.scramblerTopArea .topTextBox.show::before {
  height: 240px;
}
@media (max-width: 480px) {
  .scramblerTopArea .topTextBox.show::before {
    height: 150px;
  }
}
.scramblerTopArea .topTextBox.show .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.scramblerTopArea .topTextBox .title {
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  .scramblerTopArea .topTextBox .title {
    max-width: 200px;
    font-size: 24px;
  }
}
.scramblerTopArea .scramblerTopBox {
  width: 100%;
  max-height: 530px;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .scramblerTopArea .scramblerTopBox {
    max-width: 940px;
  }
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox {
    max-width: 700px;
    max-height: 800px;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopList {
  max-height: 530px;
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopList {
    max-height: none;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem {
  width: 100%;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-prev .item, .scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-next .item {
  opacity: 1;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item {
  opacity: 1;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .Img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .Txt {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .Txt .title {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .Txt .textEditor {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .Txt .btnBox {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem.swiper-slide-active .item .floatNum {
  opacity: 1;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Img {
  width: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right;
          transform-origin: right;
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1600px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Img {
    width: 500px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Img {
    margin-bottom: 40px;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt {
  width: 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt {
    width: 20%;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt {
    width: 100%;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .numBox {
  margin-bottom: 30px;
  color: #666666;
  font-size: 25px;
  font-weight: 800;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 5 / 1000 * 1px);
  font-family: "ducati_xbold", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .numBox p {
  padding: 0 5px;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .numBox .current {
  color: #ffd200;
  font-size: 38px;
  margin-bottom: -2px;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title {
  width: 100%;
  max-width: 400px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ffd200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title {
    max-width: 100%;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title .enTitle {
  margin-top: 10px;
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 5 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title .enTitle {
    font-size: 20px;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title .chTitle {
  color: #0f0f0f;
  font-size: 32px;
  font-weight: 800;
  line-height: calc(32 / 32);
  letter-spacing: calc(32 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt > .title .chTitle {
    font-size: 22px;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .textEditor {
  max-width: 360px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .textEditor {
    max-width: 100%;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .textEditor .title,
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .textEditor .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16);
  letter-spacing: calc(16 * 40 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .btnBox {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .Txt .btnBox {
    text-align: center;
  }
}
.scramblerTopArea .scramblerTopBox .scramblerTopItem .item .floatNum {
  opacity: 0;
  color: #eaeaea;
  font-size: 120px;
  font-weight: 700;
  line-height: calc(120 / 120);
  letter-spacing: calc(120 * 5 / 1000 * 1px);
  font-family: "ducati_bold", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  bottom: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1600px) {
  .scramblerTopArea .scramblerTopBox .scramblerTopItem .item .floatNum {
    display: none;
  }
}
.scramblerTopArea .scramblerTopBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .scramblerTopArea .scramblerTopBox .arrowBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .scramblerTopArea .scramblerTopBox .arrowBox {
    display: none;
  }
}
.scramblerTopArea .scramblerTopBox .arrowBox button {
  margin-right: 16px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1201px) {
  .scramblerTopArea .scramblerTopBox .arrowBox button:hover .text {
    color: #0f0f0f;
  }
  .scramblerTopArea .scramblerTopBox .arrowBox button:hover .btn {
    background: #ffd200;
  }
}
.scramblerTopArea .scramblerTopBox .arrowBox button.arrowPrev .btn {
  margin-left: 16px;
}
.scramblerTopArea .scramblerTopBox .arrowBox button.arrowPrev .btn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.scramblerTopArea .scramblerTopBox .arrowBox button.arrowNext .btn {
  margin-right: 16px;
}
.scramblerTopArea .scramblerTopBox .arrowBox button.arrowNext .btn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.scramblerTopArea .scramblerTopBox .arrowBox button:last-child {
  margin: 0;
}
.scramblerTopArea .scramblerTopBox .arrowBox button .text {
  color: #bbbcbc;
  font-size: 15px;
  font-weight: 700;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 5 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerTopArea .scramblerTopBox .arrowBox button .btn {
  width: 60px;
  height: 60px;
  background: #ebebeb;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 10% 100%, 0 100%, 0 30%);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerTopArea .scramblerTopBox .arrowBox button .btn i {
  display: block;
  width: 24px;
  height: 2px;
  background: #6e6e6e;
  position: relative;
  z-index: 1;
}

.slideArea {
  position: relative;
  z-index: 1;
}
.slideArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.slideArea.show::before {
  width: 0;
}
.slideArea .slideBox .slideList {
  margin: 0 !important;
}
.slideArea .slideBox .slick-dots {
  bottom: 50px;
}
@media (max-width: 1180px) {
  .slideArea .slideBox .slick-dots {
    bottom: 20px;
  }
}
.slideArea .slideBox .slick-dots li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slideArea .slideBox .slick-dots li.slick-active button {
  background: #ffd200;
  border-color: #ffd200;
}
.slideArea .slideBox .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border-style: solid;
  border-color: #ffd200;
  border-width: 1px;
}
.slideArea .slideBox .slick-dots li button::before {
  display: none;
}
.slideArea .slideBox .item {
  position: relative;
  z-index: 1;
}
.slideArea .slideBox .item .Img {
  width: 100%;
  min-height: 400px;
}
.slideArea .slideBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideArea .slideBox .item .Txt {
  width: 100%;
  max-width: 1340px;
  height: 100%;
  padding-bottom: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1460px) {
  .slideArea .slideBox .item .Txt {
    padding: 0 40px 100px;
  }
}
@media (max-width: 1180px) {
  .slideArea .slideBox .item .Txt {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .slideArea .slideBox .item .Txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.slideArea .slideBox .item .Txt .subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 40 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .slideArea .slideBox .item .Txt .subtitle {
    font-size: 12px;
  }
}
.slideArea .slideBox .item .Txt .title {
  max-width: 360px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(58 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .slideArea .slideBox .item .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .slideArea .slideBox .item .Txt .title {
    font-size: 20px;
    text-align: center;
  }
}
.slideArea .slideBox .item .Txt .btnBox {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .slideArea .slideBox .item .Txt .btnBox {
    margin-top: 20px;
  }
}

.scramblerBox {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .scramblerBox {
    margin-top: 40px;
  }
}
.scramblerBox .scramblerList {
  margin: 0 !important;
}
.scramblerBox .slick-slide > div:last-child {
  border-top: solid 1px #bbbcbc;
}
@media (max-width: 768px) {
  .scramblerBox .slick-slide > div:last-child {
    border: none;
  }
}
.scramblerBox .scramblerItem {
  border-right: solid 1px #bbbcbc;
}
.scramblerBox .scramblerItem:last-child {
  border: none;
}
.scramblerBox .item {
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.scramblerBox .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffd200;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1201px) {
  .scramblerBox .item:hover::before {
    width: 50%;
  }
  .scramblerBox .item:hover .Img a:first-child {
    opacity: 0;
  }
  .scramblerBox .item:hover .Img a:last-child {
    opacity: 1;
  }
  .scramblerBox .item:hover .Txt .moreBox .text {
    color: #0f0f0f;
  }
  .scramblerBox .item:hover .Txt .moreBox .btn {
    background: #ffd200;
  }
}
.scramblerBox .item .Img {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 1;
}
.scramblerBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scramblerBox .item .Img a {
  width: 100%;
}
.scramblerBox .item .Img a:last-child {
  max-width: 270px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.scramblerBox .item .Txt {
  width: 100%;
  max-width: 370px;
  padding: 0 20px;
  margin: 0 auto;
}
.scramblerBox .item .Txt .title span {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerBox .item .Txt .title span.enTitle {
  margin-bottom: 10px;
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 800;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.scramblerBox .item .Txt .title span.chTitle {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 800;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 54 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.scramblerBox .item .Txt .moreBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.scramblerBox .item .Txt .moreBox .text {
  margin-right: 20px;
  color: #bbbcbc;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 5 / 1000 * 1px);
  font-family: "ducati_bold", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerBox .item .Txt .moreBox .btn {
  width: 24px;
  height: 24px;
  background: #ebebeb;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 10% 100%, 0 100%, 0 30%);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerBox .item .Txt .moreBox .btn i {
  display: block;
  width: 10px;
  height: 2px;
  background: #6e6e6e;
  position: relative;
  z-index: 1;
}
.scramblerBox .item .Txt .moreBox .btn i::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.scramblerBox .item .linkWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.scramblerBox .decoBox {
  width: 100%;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.scramblerBox .decoBox .arrowBox {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .scramblerBox .decoBox .arrowBox {
    display: none;
  }
}
.scramblerBox .decoBox .arrowBox button {
  pointer-events: auto;
  margin-right: 16px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1201px) {
  .scramblerBox .decoBox .arrowBox button:hover .text {
    color: #0f0f0f;
  }
  .scramblerBox .decoBox .arrowBox button:hover .btn {
    background: #ffd200;
  }
}
.scramblerBox .decoBox .arrowBox button.arrowPrev .btn {
  margin-left: 16px;
}
.scramblerBox .decoBox .arrowBox button.arrowPrev .btn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.scramblerBox .decoBox .arrowBox button.arrowNext .btn {
  margin-right: 16px;
}
.scramblerBox .decoBox .arrowBox button.arrowNext .btn i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.scramblerBox .decoBox .arrowBox button:last-child {
  margin: 0;
}
.scramblerBox .decoBox .arrowBox button .text {
  color: #bbbcbc;
  font-size: 15px;
  font-weight: 700;
  line-height: calc(15 / 15);
  letter-spacing: calc(15 * 5 / 1000 * 1px);
  font-family: "ducati_bold", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerBox .decoBox .arrowBox button .btn {
  width: 60px;
  height: 60px;
  background: #ebebeb;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 10% 100%, 0 100%, 0 30%);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.scramblerBox .decoBox .arrowBox button .btn i {
  display: block;
  width: 24px;
  height: 2px;
  background: #6e6e6e;
  position: relative;
  z-index: 1;
}
.scramblerBox .decoBox .dotsBox {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.scramblerBox .decoBox .dotsBox .slick-dots {
  bottom: 0;
}
.scramblerBox .decoBox .dotsBox .slick-dots li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.scramblerBox .decoBox .dotsBox .slick-dots li.slick-active button {
  background: #ffd200;
  border-color: #ffd200;
}
.scramblerBox .decoBox .dotsBox .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border-style: solid;
  border-color: #ffd200;
  border-width: 1px;
}
.scramblerBox .decoBox .dotsBox .slick-dots li button::before {
  display: none;
}

.photoArea {
  margin: 70px 0 100px;
}
.photoArea .wrap {
  max-width: 1820px;
}
.photoArea .photoList {
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .photoArea .photoList {
    margin-bottom: 6px;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList {
    margin-bottom: 10px;
  }
}
.photoArea .photoList:nth-of-type(1) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 4px) 12px calc(50% - 4px) 12px calc(25% - 4px);
  grid-template-columns: calc(25% - 4px) calc(50% - 4px) calc(25% - 4px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photoArea .photoList:nth-of-type(1) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.photoArea .photoList:nth-of-type(1) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.photoArea .photoList:nth-of-type(1) > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1600px) {
  .photoArea .photoList:nth-of-type(1) {
    -ms-grid-columns: calc(25% - 2px) 6px calc(50% - 2px) 6px calc(25% - 2px);
    grid-template-columns: calc(25% - 2px) calc(50% - 2px) calc(25% - 2px);
    gap: 0 6px;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(1) .photoItem:nth-of-type(1), .photoArea .photoList:nth-of-type(1) .photoItem:nth-of-type(3) {
    width: calc(50% - 5px);
  }
  .photoArea .photoList:nth-of-type(1) .photoItem:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .photoArea .photoList:nth-of-type(1) .photoItem:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .photoArea .photoList:nth-of-type(1) .photoItem:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}
.photoArea .photoList:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 4px) 12px calc(25% - 4px) 12px calc(50% - 4px);
  grid-template-columns: calc(25% - 4px) calc(25% - 4px) calc(50% - 4px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photoArea .photoList:nth-of-type(2) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.photoArea .photoList:nth-of-type(2) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.photoArea .photoList:nth-of-type(2) > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1600px) {
  .photoArea .photoList:nth-of-type(2) {
    -ms-grid-columns: calc(25% - 2px) 6px calc(25% - 2px) 6px calc(50% - 2px);
    grid-template-columns: calc(25% - 2px) calc(25% - 2px) calc(50% - 2px);
    gap: 0 6px;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(2) .photoItem:nth-of-type(1), .photoArea .photoList:nth-of-type(2) .photoItem:nth-of-type(2) {
    width: calc(50% - 5px);
  }
  .photoArea .photoList:nth-of-type(2) .photoItem:nth-of-type(3) {
    margin-top: 10px;
  }
}
.photoArea .photoList:nth-of-type(3) {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 4px) 12px calc(25% - 4px) 12px calc(25% - 4px);
  grid-template-columns: calc(50% - 4px) calc(25% - 4px) calc(25% - 4px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photoArea .photoList:nth-of-type(3) > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.photoArea .photoList:nth-of-type(3) > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.photoArea .photoList:nth-of-type(3) > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1600px) {
  .photoArea .photoList:nth-of-type(3) {
    -ms-grid-columns: calc(50% - 2px) 6px calc(25% - 2px) 6px calc(25% - 2px);
    grid-template-columns: calc(50% - 2px) calc(25% - 2px) calc(25% - 2px);
    gap: 0 6px;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .photoArea .photoList:nth-of-type(3) .photoItem:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
  .photoArea .photoList:nth-of-type(3) .photoItem:nth-of-type(2), .photoArea .photoList:nth-of-type(3) .photoItem:nth-of-type(3) {
    width: calc(50% - 5px);
  }
  .photoArea .photoList:nth-of-type(3) .photoItem:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .photoArea .photoList:nth-of-type(3) .photoItem:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.photoArea .photoList .photoItem {
  width: 100%;
  height: 100%;
}
.photoArea .photoList .photoItem .item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.photoArea .photoList .photoItem .item .Img {
  width: 100%;
  height: 100%;
}
.photoArea .photoList .photoItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  max-height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoArea .btnBox {
  margin-top: 60px;
  text-align: center;
}

.contactArea.show .item .Img::before {
  width: 0;
}
.contactArea.show .item .Txt .subtitle,
.contactArea.show .item .Txt .title,
.contactArea.show .item .Txt .textEditor,
.contactArea.show .item .Txt .btnBox {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.contactArea .item {
  background: #ffffff;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .contactArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactArea .item .Img {
  width: 1240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contactArea .item .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1740px) {
  .contactArea .item .Img {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1180px) {
  .contactArea .item .Img {
    width: 100%;
  }
}
.contactArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contactArea .item .Txt {
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 1180px) {
  .contactArea .item .Txt {
    padding: 60px;
  }
}
@media (max-width: 480px) {
  .contactArea .item .Txt {
    padding: 30px;
  }
}
.contactArea .item .Txt .subtitle {
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 800;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_bold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .contactArea .item .Txt .subtitle {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .contactArea .item .Txt .subtitle {
    text-align: center;
  }
}
.contactArea .item .Txt .title {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 700;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .contactArea .item .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contactArea .item .Txt .title {
    text-align: center;
  }
}
.contactArea .item .Txt .textEditor {
  max-width: 330px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16);
  letter-spacing: calc(16 * 54 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .contactArea .item .Txt .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contactArea .item .Txt .textEditor {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .contactArea .item .Txt .textEditor {
    max-width: 100%;
  }
}
.contactArea .item .Txt .btnBox {
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 768px) {
  .contactArea .item .Txt .btnBox {
    text-align: center;
  }
}

.titleBox_scrambler {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .titleBox_scrambler {
    margin-bottom: 30px;
  }
}
.titleBox_scrambler .subtitle {
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 800;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 40 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.titleBox_scrambler .title {
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .titleBox_scrambler .title {
    font-size: 32px;
  }
}
.titleBox_scrambler .text {
  margin-top: 30px;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 800;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .titleBox_scrambler .text {
    font-size: 16px;
  }
}

.insIntroBox .introBox {
  background: #ffd200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox.show .leftSide::before {
  width: 100%;
}
.insIntroBox .introBox.show .leftSide .title {
  opacity: 1;
}
.insIntroBox .introBox.show .rightSide .textEditor .title,
.insIntroBox .introBox.show .rightSide .textEditor .text {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .introBox .leftSide {
  width: 740px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.insIntroBox .introBox .leftSide::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffd200;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1560px) {
  .insIntroBox .introBox .leftSide {
    width: 40%;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .leftSide {
    width: 100%;
  }
}
.insIntroBox .introBox .leftSide .title {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .introBox .leftSide .title span {
  display: block;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .leftSide .title span {
    text-align: center;
  }
}
.insIntroBox .introBox .leftSide .title span.enTitle {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 800;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .introBox .leftSide .title span.chTitle {
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 700;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .introBox .rightSide {
  width: 100%;
  background: #ffffff;
  padding: 50px 0 50px 50px;
}
@media (max-width: 1360px) {
  .insIntroBox .introBox .rightSide {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .rightSide {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .insIntroBox .introBox .rightSide {
    padding: 60px 20px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .rightSide .textEditor {
    text-align: center;
  }
}
.insIntroBox .introBox .rightSide .textEditor .title {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(40 / 32);
  letter-spacing: calc(32 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .introBox .rightSide .textEditor .text {
  max-width: 450px;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(20 / 15);
  letter-spacing: calc(15 * 40 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .insIntroBox .introBox .rightSide .textEditor .text {
    margin: 0 auto;
  }
}
.insIntroBox .videoBox {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.insIntroBox .videoBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .videoBox.show::before {
  width: 0;
}
.insIntroBox .videoBox .item {
  position: relative;
  z-index: 1;
}
.insIntroBox .videoBox .item .Img {
  width: 100%;
  min-height: 350px;
}
.insIntroBox .videoBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insIntroBox .videoBox .item .playBtn {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1360px) {
  .insIntroBox .videoBox .item .playBtn {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .videoBox .item .playBtn {
    width: 100px;
    height: 100px;
  }
}
.insIntroBox .videoBox .item .playBtn i {
  display: block;
  margin-bottom: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent;
  border-left-color: #ffffff;
}
@media (max-width: 768px) {
  .insIntroBox .videoBox .item .playBtn i {
    border-width: 8px 0 8px 12px;
    margin: 0;
  }
}
.insIntroBox .videoBox .item .playBtn span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 5 / 1000 * 1px);
  font-family: "ducati_xbold", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1360px) {
  .insIntroBox .videoBox .item .playBtn span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .videoBox .item .playBtn span {
    display: none;
  }
}
.insIntroBox .videoBox .item .Txt {
  width: 100%;
  height: 100%;
  max-width: 1340px;
  padding-bottom: 110px;
  pointer-events: none;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(48 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1360px) {
  .insIntroBox .videoBox .item .Txt {
    padding: 0 40px 80px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .videoBox .item .Txt {
    font-size: 28px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .insIntroBox .videoBox .item .Txt {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .insIntroBox .videoBox .item .Txt {
    font-size: 18px;
    padding: 0 20px 30px;
  }
}
.insIntroBox .topAlbumBox .title {
  text-align: center;
  padding: 90px 0 50px;
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(58 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 840px) {
  .insIntroBox .topAlbumBox .title {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .insIntroBox .topAlbumBox .title {
    font-size: 32px;
  }
}
.insIntroBox .topAlbumBox .albumBox {
  position: relative;
  z-index: 1;
}
.insIntroBox .topAlbumBox .albumBox .albumList .slick-slide {
  margin: 0 70px;
}
@media (max-width: 1400px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .slick-slide {
    margin: 0 35px;
  }
}
@media (max-width: 600px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .slick-slide {
    margin: 0 10px;
  }
}
.insIntroBox .topAlbumBox .albumBox .albumList .albumItem {
  cursor: pointer;
}
.insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item {
  width: 100%;
  position: relative;
  z-index: 1;
}
.insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/imgDownload_ic.png") no-repeat center;
  background-size: contain;
  right: 40px;
  top: 20px;
  z-index: 2;
}
@media (max-width: 600px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item .Img {
  width: 100%;
}
@media (max-width: 1400px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item .Img {
    height: 400px;
  }
}
@media (max-width: 840px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item .Img {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item .Img {
    height: 180px;
  }
}
.insIntroBox .topAlbumBox .albumBox .albumList .albumItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insIntroBox .topAlbumBox .albumBox .arrowBox {
  width: 100%;
  max-width: 1340px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1400px) {
  .insIntroBox .topAlbumBox .albumBox .arrowBox {
    display: none;
  }
}
.insIntroBox .topAlbumBox .albumBox .arrowBox button {
  width: 60px;
  height: 60px;
  background: #ebebeb;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 10% 100%, 0 100%, 0 30%);
  pointer-events: auto;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1201px) {
  .insIntroBox .topAlbumBox .albumBox .arrowBox button:hover {
    background: #ffd200;
  }
}
.insIntroBox .topAlbumBox .albumBox .arrowBox button.arrowPrev i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.insIntroBox .topAlbumBox .albumBox .arrowBox button.arrowNext i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.insIntroBox .topAlbumBox .albumBox .arrowBox button i {
  display: block;
  width: 24px;
  height: 2px;
  background: #6e6e6e;
  position: relative;
  z-index: 1;
}
.insIntroBox .pointBox {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .pointBox {
    -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;
    padding: 40px;
  }
}
.insIntroBox .pointBox.show .leftSide .text {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .pointBox.show .rightSide .textEditor li {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .pointBox .leftSide {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .insIntroBox .pointBox .leftSide {
    width: 100%;
    margin-bottom: 40px;
  }
}
.insIntroBox .pointBox .leftSide .text {
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(58 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .insIntroBox .pointBox .leftSide .text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .insIntroBox .pointBox .leftSide .text {
    font-size: 32px;
  }
}
.insIntroBox .pointBox .rightSide {
  width: 100%;
}
.insIntroBox .pointBox .rightSide .textEditor ul,
.insIntroBox .pointBox .rightSide .textEditor li {
  list-style: none;
}
.insIntroBox .pointBox .rightSide .textEditor ul {
  padding: 0;
}
.insIntroBox .pointBox .rightSide .textEditor li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #bbbcbc;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .pointBox .rightSide .textEditor li .title {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(28 / 28);
  letter-spacing: calc(28 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 600px) {
  .insIntroBox .pointBox .rightSide .textEditor li .title {
    text-align: center;
  }
}
.insIntroBox .pointBox .rightSide .textEditor li .text {
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(20 / 15);
  letter-spacing: calc(15 * 40 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .decoImgBox {
  font-size: 0;
  margin-bottom: 110px;
}
.insIntroBox .decoImgBox.show .wrap .leftImg::before {
  width: 0;
}
.insIntroBox .decoImgBox.show .wrap .rightImg > div .Img::after {
  width: 0;
}
.insIntroBox .decoImgBox .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .insIntroBox .decoImgBox .wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .decoImgBox .wrap .leftImg {
  width: 100%;
  max-width: 665px;
  position: relative;
  z-index: 1;
}
.insIntroBox .decoImgBox .wrap .leftImg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1460px) {
  .insIntroBox .decoImgBox .wrap .leftImg {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .insIntroBox .decoImgBox .wrap .leftImg {
    margin: 0 auto 10px;
  }
}
.insIntroBox .decoImgBox .wrap .leftImg .Img::after {
  display: none;
}
.insIntroBox .decoImgBox .wrap .rightImg {
  width: 100%;
  max-width: 665px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .insIntroBox .decoImgBox .wrap .rightImg {
    margin: 0 auto;
  }
}
.insIntroBox .decoImgBox .wrap .rightImg > div {
  width: 100%;
  position: relative;
  z-index: 1;
}
.insIntroBox .decoImgBox .wrap .rightImg > div:first-child {
  margin-bottom: 10px;
}
.insIntroBox .decoImgBox .wrap .rightImg > div:first-child .Img::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.insIntroBox .decoImgBox .wrap .rightImg > div:last-child .Img::after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.insIntroBox .decoImgBox .wrap .Img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.insIntroBox .decoImgBox .wrap .Img::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/imgDownload_ic.png") no-repeat center;
  background-size: contain;
  right: 40px;
  top: 20px;
  z-index: 2;
}
.insIntroBox .decoImgBox .wrap .Img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .decoImgBox .wrap .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .decoImgBox .wrap .titan {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.insIntroBox .decoImgBox .wrap .titan a {
  display: block;
  width: 100%;
  height: 100%;
}
.insIntroBox .highlightBox.show .wrap .Txt > .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .highlightBox.show .wrap .Txt .textEditor li {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.insIntroBox .highlightBox.show .wrap .Img::before {
  width: 0;
}
.insIntroBox .highlightBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .highlightBox .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insIntroBox .highlightBox .wrap .Txt {
  width: 100%;
  min-width: 520px;
}
@media (max-width: 1180px) {
  .insIntroBox .highlightBox .wrap .Txt {
    min-width: 0;
    padding: 40px 20px;
  }
}
.insIntroBox .highlightBox .wrap .Txt > .title {
  margin-bottom: 70px;
  color: #0f0f0f;
  font-size: 46px;
  font-weight: 800;
  line-height: calc(58 / 46);
  letter-spacing: calc(46 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .insIntroBox .highlightBox .wrap .Txt > .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .insIntroBox .highlightBox .wrap .Txt > .title {
    font-size: 32px;
  }
}
.insIntroBox .highlightBox .wrap .Txt .textEditor ul,
.insIntroBox .highlightBox .wrap .Txt .textEditor li {
  list-style: none;
}
.insIntroBox .highlightBox .wrap .Txt .textEditor ul {
  padding: 0;
}
.insIntroBox .highlightBox .wrap .Txt .textEditor li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #bbbcbc;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .highlightBox .wrap .Txt .textEditor li .title {
  margin-bottom: 30px;
  color: #0f0f0f;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(28 / 28);
  letter-spacing: calc(28 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 600px) {
  .insIntroBox .highlightBox .wrap .Txt .textEditor li .title {
    text-align: center;
  }
}
.insIntroBox .highlightBox .wrap .Txt .textEditor li .text {
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(26 / 15);
  letter-spacing: calc(15 * 40 / 1000 * 1px);
  font-family: "ducati-scr", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .highlightBox .wrap .Img {
  width: 1175px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.insIntroBox .highlightBox .wrap .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .insIntroBox .highlightBox .wrap .Img {
    width: 100%;
    margin: 0;
  }
}
.insIntroBox .highlightBox .wrap .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .innerSlideArea {
  background: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea {
    padding: 60px 0;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox {
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox {
    margin: 0 0 40px;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .title {
  color: #0f0f0f;
  font-size: 44px;
  font-weight: 800;
  line-height: calc(58 / 44);
  letter-spacing: calc(44 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .title {
    font-size: 32px;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox {
  margin-top: 110px;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox {
    margin-top: 60px;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .numBox {
  margin-bottom: 40px;
  color: #666666;
  font-size: 25px;
  font-weight: 800;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .numBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .numBox p {
  padding: 0 5px;
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .numBox .current {
  color: #ffd200;
  font-size: 38px;
  margin-bottom: -2px;
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button {
  width: 60px;
  height: 60px;
  background: #ebebeb;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 10% 100%, 0 100%, 0 30%);
  pointer-events: auto;
  margin-right: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button:last-child {
  margin: 0;
}
@media (min-width: 1201px) {
  .insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button:hover {
    background: #ffd200;
  }
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button.arrowPrev i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button.arrowNext i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e6e6e #6e6e6e transparent transparent;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.insIntroBox .innerSlideArea .wrap .slideBox .textBox .decoBox .arrowBox button i {
  display: block;
  width: 24px;
  height: 2px;
  background: #6e6e6e;
  position: relative;
  z-index: 1;
}
.insIntroBox .innerSlideArea .wrap .slideList {
  width: 100%;
}
.insIntroBox .innerSlideArea .wrap .slideList .slick-slide {
  margin-right: 40px;
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideList .slick-slide {
    margin: 0;
  }
}
.insIntroBox .innerSlideArea .wrap .slideList .item {
  position: relative;
  z-index: 1;
}
.insIntroBox .innerSlideArea .wrap .slideList .item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/imgDownload_ic.png") no-repeat center;
  background-size: contain;
  right: 40px;
  top: 20px;
  z-index: 2;
}
.insIntroBox .innerSlideArea .wrap .slideList .item .Img {
  width: 100%;
}
@media (max-width: 1480px) {
  .insIntroBox .innerSlideArea .wrap .slideList .item .Img {
    height: 400px;
  }
}
@media (max-width: 1180px) {
  .insIntroBox .innerSlideArea .wrap .slideList .item .Img {
    height: auto;
  }
}
.insIntroBox .innerSlideArea .wrap .slideList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insIntroBox .innerSlideArea .wrap .slideList .titan {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.insIntroBox .innerSlideArea .wrap .slideList .titan a {
  display: block;
  width: 100%;
  height: 100%;
}
.insIntroBox .compareBox {
  margin-bottom: 110px;
}
@media (max-width: 600px) {
  .insIntroBox .compareBox {
    margin-bottom: 60px;
  }
}
.insIntroBox .compareBox .title {
  text-align: center;
  padding: 90px 0;
  color: #0f0f0f;
  font-size: 48px;
  font-weight: 800;
  line-height: calc(58 / 48);
  letter-spacing: calc(48 * 5 / 1000 * 1px);
  font-family: "ducati-scr-ext_xbold", "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 600px) {
  .insIntroBox .compareBox .title {
    font-size: 32px;
    padding: 40px 0;
  }
}
.insIntroBox .compareBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.insIntroBox .compareBox .wrap .leftSide {
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .insIntroBox .compareBox .wrap .leftSide {
    display: none;
  }
}
.insIntroBox .compareBox .wrap .leftSide ul li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.insIntroBox .compareBox .wrap .leftSide ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffd200;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1201px) {
  .insIntroBox .compareBox .wrap .leftSide ul li:hover::before {
    width: 150px;
  }
  .insIntroBox .compareBox .wrap .leftSide ul li:hover a {
    color: #0f0f0f;
  }
}
.insIntroBox .compareBox .wrap .leftSide ul li.current::before {
  width: 150px;
}
.insIntroBox .compareBox .wrap .leftSide ul li.current a {
  color: #0f0f0f;
}
.insIntroBox .compareBox .wrap .leftSide ul li a {
  color: #7d7d7d;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(22 / 22);
  letter-spacing: calc(22 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.insIntroBox .compareBox .wrap .rightSide {
  width: 100%;
  max-height: 570px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.insIntroBox .compareBox .wrap .rightSide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.insIntroBox .compareBox .wrap .rightSide::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.insIntroBox .compareBox .wrap .rightSide::-webkit-scrollbar-thumb {
  background: #0f0f0f;
}
@media (max-width: 768px) {
  .insIntroBox .compareBox .wrap .rightSide {
    max-height: none;
  }
}
.insIntroBox .compareBox .wrap .rightSide .specTableBox {
  max-width: 100%;
}
.insIntroBox .compareBox .btnBox {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 600px) {
  .insIntroBox .compareBox .btnBox {
    margin-top: 40px;
  }
}