@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");
}
@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(15, 15, 15, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes btnAni {
  20% {
    background-color: rgba(15, 15, 15, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bannerAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) skewX(30deg);
            transform: translateX(-20px) skewX(30deg);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bannerAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) skewX(30deg);
            transform: translateX(-20px) skewX(30deg);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.contentBox {
  padding-bottom: 40px;
  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: 1460px) {
  .contentBox {
    -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;
  }
}
@media (max-width: 600px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.classBox {
  display: none;
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 600px) {
  .classBox {
    display: block;
  }
}

.dealersBox {
  width: 50%;
  padding: 50px 40px 50px 0;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(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: 1460px) {
  .dealersBox {
    width: 100%;
    max-width: 670px;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .dealersBox {
    padding-top: 0;
  }
}
.dealersBox.hide {
  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;
  -webkit-transition: 0s;
  transition: 0s;
}
.dealersBox .dealersTitle {
  margin-bottom: 20px;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18);
  letter-spacing: calc(18 * 54 / 1000 * 1px);
  font-family: "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: 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;
}
.dealersBox .dealersTitle i {
  display: block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #bbbcbc #bbbcbc transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dealersBox .dealersList {
  max-height: 550px;
  padding: 0 40px 40px 0;
  overflow-y: auto;
}
.dealersBox .dealersList::-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;
}
.dealersBox .dealersList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.dealersBox .dealersList::-webkit-scrollbar-thumb {
  background: #cc0000;
}
@media (max-width: 600px) {
  .dealersBox .dealersList {
    max-height: none;
    padding: 0;
  }
}
.dealersBox .dealersList .dealersItem {
  margin-bottom: 30px;
}
.dealersBox .dealersList .dealersItem:last-child {
  margin: 0;
}
.dealersBox .dealersList .dealersItem .item {
  -webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.dealersBox .dealersList .dealersItem .item .topBox {
  background: #ffffff;
  padding: 30px;
}
.dealersBox .dealersList .dealersItem .item .topBox .smallTitle {
  margin-bottom: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dealersBox .dealersList .dealersItem .item .topBox .title {
  margin-bottom: 10px;
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24);
  letter-spacing: calc(24 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dealersBox .dealersList .dealersItem .item .topBox .address {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dealersBox .dealersList .dealersItem .item .topBox .textBox {
  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: 640px) {
  .dealersBox .dealersList .dealersItem .item .topBox .textBox {
    -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;
  }
}
@media (max-width: 640px) {
  .dealersBox .dealersList .dealersItem .item .topBox .Txt {
    margin-bottom: 20px;
  }
}
.dealersBox .dealersList .dealersItem .item .bottomBox {
  background: #ebebeb;
  padding: 30px;
  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) {
  .dealersBox .dealersList .dealersItem .item .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .dealersBox .dealersList .dealersItem .item .bottomBox .left {
    margin-bottom: 15px;
  }
}
.dealersBox .dealersList .dealersItem .item .bottomBox .left > div {
  margin-bottom: 15px;
  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;
}
.dealersBox .dealersList .dealersItem .item .bottomBox .left > div:last-child {
  margin: 0;
}
.dealersBox .dealersList .dealersItem .item .bottomBox .left > div .unit {
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dealersBox .dealersList .dealersItem .item .bottomBox .left > div .content {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 0 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1201px) {
  .dealersBox .dealersList .dealersItem .item .bottomBox .left > div a.content:hover {
    color: #cc0000;
  }
}
.dealersBox .dealersList .dealersItem .item .bottomBox .right .unit {
  margin-bottom: 5px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dealersBox .dealersList .dealersItem .item .bottomBox .right .content {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(28 / 14);
  letter-spacing: calc(14 * 5 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.taiwanMap {
  width: 50%;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1460px) {
  .taiwanMap {
    width: 100%;
    max-width: 670px;
    overflow: hidden;
  }
}
@media (max-width: 670px) {
  .taiwanMap {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 600px) {
  .taiwanMap {
    display: none;
  }
}
.taiwanMap .decoText {
  max-width: 180px;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(28 / 14);
  letter-spacing: calc(14 * 54 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: 50px;
  left: 50px;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.taiwanMap svg {
  width: 100%;
  height: 650px;
}
.taiwanMap svg path {
  pointer-events: none;
  cursor: pointer;
  -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;
}
.taiwanMap svg path.active {
  pointer-events: auto;
}
.taiwanMap svg path.hover, .taiwanMap svg path.current {
  fill: #cc0000;
}
.taiwanMap .mapTextContent {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 768px) {
  .taiwanMap .mapTextContent {
    min-width: 670px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.taiwanMap .mapTextContent .mapBlock {
  opacity: 0;
  position: absolute;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  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: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.taiwanMap .mapTextContent .mapBlock.current .point .icon {
  top: -38px;
  opacity: 1;
}
.taiwanMap .mapTextContent .mapBlock.current .line::before {
  width: 100%;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.taiwanMap .mapTextContent .mapBlock.current .Txt {
  opacity: 1;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.taiwanMap .mapTextContent .mapBlock.active {
  opacity: 1;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="1"] {
  right: 28%;
  top: 54%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="2"] {
  right: 4%;
  top: 7%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="3"] {
  right: 24%;
  top: 16%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="4"] {
  right: 6%;
  top: 22%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="5"] {
  right: 8%;
  top: 14%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="6"] {
  right: 8.5%;
  top: 8%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="7"] {
  right: 22%;
  top: 70%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="8"] {
  right: 12%;
  top: 42%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="9"] {
  right: 40%;
  top: 62%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="10"] {
  right: 30%;
  top: 65%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="11"] {
  right: 23%;
  top: 44%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="12"] {
  right: 25%;
  top: 32%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="13"] {
  right: 38%;
  top: 46%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="14"] {
  right: 37%;
  top: 52.5%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="15"] {
  right: 36%;
  top: 40%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="16"] {
  right: 16%;
  top: 14%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="17"] {
  right: 25%;
  top: 24%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="18"] {
  right: 15%;
  top: 19%;
}
.taiwanMap .mapTextContent .mapBlock[data-mapid="19"] {
  right: 33%;
  top: 78%;
}
.taiwanMap .mapTextContent .mapBlock .point {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.taiwanMap .mapTextContent .mapBlock .point::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear 0s infinite;
          animation: ripple 2s linear 0s infinite;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.taiwanMap .mapTextContent .mapBlock .point .icon {
  display: block;
  width: 44px;
  height: 46px;
  background: url("../images/logo.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -60px;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 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;
}
.taiwanMap .mapTextContent .mapBlock .line {
  display: block;
  width: 80px;
  height: 1px;
  position: relative;
  z-index: 1;
}
.taiwanMap .mapTextContent .mapBlock .line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #cc0000;
  -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;
}
.taiwanMap .mapTextContent .mapBlock .Txt {
  opacity: 0;
  -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;
}
.taiwanMap .mapTextContent .mapBlock .Txt .title {
  display: none;
}
.taiwanMap .mapTextContent .mapBlock .Txt .text {
  background: #cc0000;
  border-radius: 99px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 48 / 1000 * 1px);
  font-family: "ducati", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  width: 50%;
  background: url("../images/dealers_BG.png") no-repeat top center;
  background-size: cover;
  left: unset;
  right: 0;
  opacity: 0.1;
}
.bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2039215686);
  top: 0;
  left: 0;
}
@media (max-width: 1460px) {
  .bg {
    width: 100%;
    height: 50%;
  }
}