/* CSS Document */
.contentBox.insPage {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .contentBox.insPage {
    padding-bottom: 60px;
  }
}

body:not(.WebSiteHome) .contentBox {
  background: none;
  padding: 0;
}

.topMapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 175px 0 60px;
}
@media (width <= 768px) {
  .topMapBox {
    padding: 120px 0 30px;
  }
}
.topMapBox.active .bread {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.topMapBox.active .textBox .subtitle,
.topMapBox.active .textBox .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.topMapBox .bread {
  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;
}
.topMapBox .textBox {
  text-align: center;
  margin-top: 20px;
}
.topMapBox .textBox .subtitle {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: calc(70 / 70);
  letter-spacing: calc(70 * 0 / 1000 * 1px);
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (max-width: 1180px) {
  .topMapBox .textBox .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .topMapBox .textBox .subtitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.topMapBox .textBox .title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (max-width: 1180px) {
  .topMapBox .textBox .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .topMapBox .textBox .title {
    font-size: 18px;
  }
}
.topMapBox .mapContent {
  margin-top: 50px;
}
.topMapBox .mapContent #map {
  width: 100%;
  height: 600px;
}

.locationList {
  padding-bottom: 110px;
}
.locationList .locationItem {
  margin-bottom: 30px;
}
.locationList .locationItem:last-child {
  margin: 0;
}
.locationList .item {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px;
}
@media (width <= 1180px) {
  .locationList .item {
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.locationList .item .ImgBox {
  width: 100%;
  max-width: 340px;
  overflow: hidden;
  padding: 20px;
}
@media (width <= 1180px) {
  .locationList .item .ImgBox {
    max-width: 500px;
  }
}
.locationList .item .ImgBox .Img {
  width: 100%;
}
.locationList .item .ImgBox .Img a {
  display: block;
}
.locationList .item .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.locationList .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width <= 1180px) {
  .locationList .item .Txt {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.locationList .item .Txt .leftBox {
  width: 100%;
  max-width: 300px;
}
.locationList .item .Txt .leftBox .subtitle {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px;
}
.locationList .item .Txt .leftBox .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
@media (width <= 768px) {
  .locationList .item .Txt .leftBox .title {
    font-size: 16px;
  }
}
.locationList .item .Txt .rightBox {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-left: 30px;
  padding-left: 30px;
}
@media (width <= 1400px) {
  .locationList .item .Txt .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width <= 1180px) {
  .locationList .item .Txt .rightBox {
    width: 100%;
    border: none;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
}
.locationList .item .Txt .rightBox .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
  opacity: 0.8;
}
@media (width <= 480) {
  .locationList .item .Txt .rightBox .text {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.articleTitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: calc(35 / 35);
  letter-spacing: calc(35 * 0 / 1000 * 1px);
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.articleTitle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#c83cff), to(#0eaaee));
  background: linear-gradient(to right, #c83cff 0%, #0eaaee 100%);
  position: absolute;
  top: unset;
  left: 50%;
  right: unset;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 740px) {
  .articleTitle {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}