/* CSS Document */
.locationList .Txt .title, .locationList .imgBox .moreBtn, .locationList .item {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.locationList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 32px 20px;
}
@media (max-width: 1180px) {
  .locationList {
    row-gap: 20px;
  }
}
.locationList .locationItem {
  position: relative;
  width: calc(50% - 10px);
}
@media (max-width: 1366px) {
  .locationList .locationItem {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .locationList .locationItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .locationList .locationItem {
    width: 100%;
  }
}
.locationList .item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background-color: #fff;
  border: 1px solid #dcd9d2;
  padding: 20px 16px;
}
@media (max-width: 1366px) {
  .locationList .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .locationList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
@media (min-width: 1181px) {
  .locationList .item:hover:has(.linkWrap) .imgBox .moreBtn {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .locationList .item:hover:has(.linkWrap) .Txt .title {
    color: #aba299;
  }
}
.locationList .imgBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45%;
}
@media (max-width: 575px) {
  .locationList .imgBox {
    width: 100%;
  }
}
.locationList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.locationList .imgBox .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  row-gap: 10px;
  width: 124px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}
.locationList .imgBox .moreBtn span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #aba299;
}
.locationList .imgBox .moreBtn svg {
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 80/11;
  color: #aba299;
}
.locationList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 575px) {
  .locationList .Txt {
    width: 100%;
  }
}
.locationList .Txt .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 1366px) {
  .locationList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .locationList .Txt .title {
    font-size: 18px;
  }
}
.locationList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .locationList .Txt .title a:hover {
    color: #aba299;
  }
}
.locationList .infoList {
  position: relative;
  margin-top: 16px;
}
.locationList .infoList .infoItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.locationList .infoList .infoItem + .infoItem {
  margin-top: 8px;
}
.locationList .infoList .icon {
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  color: #aba299;
}
@media (max-width: 1180px) {
  .locationList .infoList .icon {
    width: 14px;
  }
}
.locationList .infoList .infoText {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #808080;
  translate: 0 -2px;
}
@media (max-width: 1366px) {
  .locationList .infoList .infoText {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .locationList .infoList .infoText {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .locationList .infoList a:hover {
    color: #c5c1b5;
  }
}
.locationList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contentBox:not(.ins) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1180px) {
  .contentBox:not(.ins) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.contentBox:not(.ins) .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 250px;
}
@media (max-width: 1180px) {
  .contentBox:not(.ins) .leftBox {
    width: 100%;
  }
}
.contentBox:not(.ins) .leftBox:not(:has(.classLink)) {
  display: none;
}
.contentBox:not(.ins) .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .contentBox:not(.ins) .rightBox {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .contentBox:not(.ins):not(:has(.classLink)) .locationItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.ins):not(:has(.classLink)) .locationItem {
    width: 100%;
  }
}
.contentBox.ins {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contentBox.ins {
    padding-bottom: 60px;
  }
}
.contentBox.ins .newsInfoBox {
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .contentBox.ins .newsInfoBox {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=location.css.map */