:root {
  --c-bg: #F3F0E9;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #27569C;
}

a {
  text-decoration: none;
}

body {
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  background-color: var(--c-bg);
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
}

*[lang=en] {
  font-family: "Segoe UI", "Noto Sans", sans-serif;
}

.pageHeader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.9px) {
  .pageHeader {
    width: 100%;
    height: 64px;
    box-shadow: 0 2px px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    background-position: right center;
    background-image: url(../img/pageHeader-bg-mb.png);
  }
}
@media (min-width: 768px) {
  .pageHeader {
    width: 100%;
    height: 80px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    background-image: url(../img/pageHeader-bg-pc.png);
  }
}
@media (min-width: 768px) {
  .pageHeader .wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}
.pageHeader .projectName {
  position: relative;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .pageHeader .projectName {
    margin-top: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .pageHeader .projectName {
    margin-top: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 767.9px) {
  .pageHeader .projectName .zh {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .pageHeader .projectName .zh {
    font-size: 24px;
    line-height: 32px;
  }
}
.pageHeader .projectName .en {
  text-transform: uppercase;
}
@media (max-width: 767.9px) {
  .pageHeader .projectName .en {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .pageHeader .projectName .en {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
}
.pageHeader .projectName a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}

.pageFooter {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .pageFooter .wrapper {
    margin: 0 24px;
  }
}
@media (min-width: 768px) {
  .pageFooter .wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: calc(100% - 48px);
  }
}
.pageFooter .r1 {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .pageFooter .r1 {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .pageFooter .r1 {
    padding: 48px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.pageFooter .r1 span {
  display: inline-block;
}
.pageFooter .r2 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .pageFooter .r2 {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .pageFooter .r2 {
    padding: 32px 0;
  }
}
.pageFooter .r2 .r2Item {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .pageFooter .r2 .r2Item {
    margin: 8px 0;
    flex: 0 0 50%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .pageFooter .r2 .r2Item {
    flex: 0 0 25%;
    font-size: 16px;
    line-height: 32px;
  }
}
.pageFooter .r2 .r2Item b {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
@media (max-width: 767.9px) {
  .pageFooter .r3 {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .pageFooter .r3 {
    padding: 32px 0;
  }
}
.pageFooter .r3 img {
  display: block;
  margin: 0 auto;
  height: 40px;
}
@media (min-width: 768px) {
  .pageFooter .r3 img {
    height: 56px;
  }
}

.langSwitch {
  position: fixed;
  z-index: 9000;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  justify-content: center;
}
.langSwitch .langItem {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  width: 8em;
  margin: 0 4px;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(to bottom, rgba(68, 68, 70, 0.9), rgba(48, 48, 50, 0.9));
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.langSwitch .langItem.-active {
  color: #000;
}
.langSwitch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(243, 240, 233, 0) 0%, rgb(243, 240, 233) 80%);
}

@media (max-width: 767.9px) {
  .homeBlock,
  .pageBlock {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .homeBlock,
  .pageBlock {
    padding: 32px 0;
  }
}
@media (max-width: 767.9px) {
  .homeBlock .wrapper,
  .pageBlock .wrapper {
    margin: 0 auto 16px;
    max-width: 480px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .homeBlock .wrapper,
  .pageBlock .wrapper {
    margin: 0 auto 32px;
    max-width: 960px;
    width: calc(100% - 48px);
  }
}
.homeBlock h2,
.pageBlock h2 {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .homeBlock h2,
  .pageBlock h2 {
    padding: 1em 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .homeBlock h2,
  .pageBlock h2 {
    padding: 1em 0;
    margin-bottom: 1em;
    font-size: 32px;
    line-height: 40px;
  }
}
.homeBlock h2 span,
.pageBlock h2 span {
  display: inline-block;
}

.homePage .aboutBlock {
  position: relative;
}
@media (max-width: 767.9px) {
  .homePage .aboutBlock {
    margin-top: 80px;
    max-height: 640px;
    height: calc(100vh - 64px - 48px);
  }
}
@media (min-width: 768px) {
  .homePage .aboutBlock {
    margin-top: 80px;
    max-height: 720px;
    height: calc(100vh - 80px - 64px);
  }
}
.homePage .aboutBlock .card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media (max-width: 767.9px) {
  .homePage .aboutBlock .card {
    padding: 16px 24px;
    width: 100%;
    width: calc(100% - 48px);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .homePage .aboutBlock .card {
    padding: 32px 64px;
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
  }
}
.homePage .aboutBlock .card h1 {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.9px) {
  .homePage .aboutBlock .card h1 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .homePage .aboutBlock .card h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .homePage .aboutBlock .card p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .homePage .aboutBlock .card p {
    font-size: 20px;
    line-height: 40px;
  }
}
.homePage .infoListBlock {
  background-color: rgba(243, 240, 233, 0.9);
  border-top: 1px solid #ccc;
}
.homePage .infoListBlock .infoList {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .homePage .infoListBlock .infoList {
    flex-wrap: wrap;
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .homePage .infoListBlock .infoList {
    flex-wrap: nowrap;
    margin: 0 16px;
  }
}
.homePage .infoListBlock .infoList .infoItem {
  position: relative;
}
@media (max-width: 767.9px) {
  .homePage .infoListBlock .infoList .infoItem {
    margin: 16px 0;
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 768px) {
  .homePage .infoListBlock .infoList .infoItem {
    flex: 0 0 calc(25% - 32px);
  }
}
.homePage .infoListBlock .infoList .infoItem h3 {
  font-weight: bold;
  margin-top: 1em;
}
@media (max-width: 767.9px) {
  .homePage .infoListBlock .infoList .infoItem h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .homePage .infoListBlock .infoList .infoItem h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.homePage .infoListBlock .infoList .infoItem h3 span {
  display: inline-block;
}
.homePage .infoListBlock .infoList .infoItem img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (max-width: 767.9px) {
  .homePage .infoListBlock .infoList .infoItem img {
    border: 3px solid #000;
  }
}
@media (min-width: 768px) {
  .homePage .infoListBlock .infoList .infoItem img {
    border: 4px solid #000;
  }
}
.homePage .infoListBlock .infoList .infoItem a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.homePage .travelSuggestionsBlock {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .homePage .travelSuggestionsBlock .travelSugList {
    margin: -48px 0;
  }
}
.homePage .travelSuggestionsBlock .travelSugItem {
  position: relative;
}
@media (max-width: 767.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .homePage .travelSuggestionsBlock .travelSugItem {
    display: flex;
    align-items: center;
    padding: 48px 0;
  }
}
.homePage .travelSuggestionsBlock .travelSugItem + .travelSugItem {
  border-top: 1px solid #ccc;
}
.homePage .travelSuggestionsBlock .travelSugItem .cover {
  aspect-ratio: 384/256;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem .cover {
    border: 4px solid #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .homePage .travelSuggestionsBlock .travelSugItem .cover {
    flex: 0 0 384px;
    margin-right: 32px;
    border: 6px solid #fff;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem .cover {
    flex: 0 0 352px;
    margin-right: 32px;
  }
}
.homePage .travelSuggestionsBlock .travelSugItem .info {
  flex: 1 1 auto;
}
.homePage .travelSuggestionsBlock .travelSugItem h3 {
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .homePage .travelSuggestionsBlock .travelSugItem h3 {
    font-size: 28px;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .homePage .travelSuggestionsBlock .travelSugItem p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .homePage .travelSuggestionsBlock .travelSugItem p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.9px) {
  .homePage .goDetailBlock .wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .homePage .goDetailBlock .wrapper {
    margin: 24px auto;
  }
}
.homePage .goDetailBlock a {
  display: block;
  margin: 0 auto;
  width: 12em;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: rgba(86, 85, 87, 0.95);
}
@media (max-width: 767.9px) {
  .homePage .goDetailBlock a {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .homePage .goDetailBlock a {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767.9px) {
  .textPage .pageCover {
    margin-top: 96px;
  }
}
@media (min-width: 768px) {
  .textPage .pageCover {
    margin-top: 128px;
  }
}
.textPage h1 {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.9px) {
  .textPage h1 {
    font-size: 32px;
    line-height: 3em;
  }
}
@media (min-width: 768px) {
  .textPage h1 {
    font-size: 40px;
    line-height: 3em;
  }
}
.textPage h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 767.9px) {
  .textPage h2 {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .textPage h2 {
    font-size: 24px;
    line-height: 1em;
  }
}
@media (max-width: 767.9px) {
  .textPage .pageBody {
    margin: 0 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .textPage .pageBody {
    margin: 0 auto;
    margin-bottom: 64px;
    max-width: 960px;
    width: calc(100% - 48px);
  }
}
.textPage .pageBody .bodyWrapper {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-position: right center;
}
@media (max-width: 767.9px) {
  .textPage .pageBody .bodyWrapper {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .textPage .pageBody .bodyWrapper {
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.9px) {
  .textPage .pageBody .bodyWrapper .body {
    margin: 0 24px;
  }
}
@media (min-width: 768px) {
  .textPage .pageBody .bodyWrapper .body {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}
@media (max-width: 767.9px) {
  .textPage .pageBody .bodyWrapper .bodyBlock {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .textPage .pageBody .bodyWrapper .bodyBlock {
    padding: 48px 0;
  }
}
.textPage .pageBody .bodyWrapper .bodyBlock + .bodyBlock {
  border-top: 1px solid #ccc;
}

.resultPage .planBlock {
  margin: 1.5em 0;
}
.resultPage .planBlock h3 {
  font-weight: bold;
  text-align: center;
  color: #444446;
  margin: 2em 0 1.5em;
}
@media (max-width: 767.9px) {
  .resultPage .planBlock h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .resultPage .planBlock h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.resultPage .planBlock .photoList {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .resultPage .planBlock .photoList {
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .resultPage .planBlock .photoList {
    gap: 16px;
  }
}
.resultPage .planBlock .photoList .photoItem {
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767.9px) {
  .resultPage .planBlock .photoList .photoItem {
    flex: 0 0 calc(50% - 8px);
    border: 4px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .resultPage .planBlock .photoList .photoItem {
    flex: 0 0 calc(50% - 16px);
    border: 6px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.resultPage .planBlock .photoNote {
  text-align: center;
  color: #444446;
  margin-top: 1em;
}
@media (max-width: 767.9px) {
  .resultPage .planBlock .photoNote {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .resultPage .planBlock .photoNote {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .resultPage .bookItem {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
}
@media (min-width: 768px) {
  .resultPage .bookItem .bookCover {
    flex: 0 0 320px;
    aspect-ratio: 4/3;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .resultPage .bookItem .bookInfo {
    flex: 1 1 auto;
    align-self: center;
  }
}
.resultPage .bookItem .bookInfo h3 {
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .resultPage .bookItem .bookInfo h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .resultPage .bookItem .bookInfo h3 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767.9px) {
  .resultPage .bookItem .bookInfo p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .resultPage .bookItem .bookInfo p {
    font-size: 16px;
    line-height: 28px;
  }
}
.resultPage .linkList {
  text-align: center;
  color: #27569C;
}
.resultPage .linkList a {
  display: block;
  margin: 0.5em 0;
}
@media (max-width: 767.9px) {
  .resultPage .linkList a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .resultPage .linkList a {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767.9px) {
  .infoPage .pageBody {
    margin: 0 16px;
    margin-top: 96px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody {
    margin: 0 auto;
    margin-top: 128px;
    margin-bottom: 64px;
    max-width: 960px;
    width: calc(100% - 48px);
  }
}
.infoPage .pageBody .cover {
  position: relative;
  z-index: 100;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody .cover {
    margin: -4px auto;
    width: 280px;
    border: 4px solid #000;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody .cover {
    width: 576px;
    margin: -6px auto;
    border: 6px solid #000;
  }
}
.infoPage .pageBody .cover img {
  width: 100%;
}
.infoPage .pageBody .bodyWrapper {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-position: right center;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody .bodyWrapper {
    margin-top: -140px;
    padding-top: 140px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody .bodyWrapper {
    margin-top: -288px;
    padding-top: 288px;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767.9px) {
  .infoPage .pageBody .bodyWrapper .body {
    margin: 0 24px;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody .bodyWrapper .body {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}
.infoPage .pageBody h1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.25em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody h1 {
    padding: 16px 0;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody h1 {
    padding: 24px 0;
    font-size: 32px;
  }
}
.infoPage .pageBody h1 span {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody p {
    margin: 1em 0;
    font-size: 15px;
    line-height: 2em;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody p {
    margin: 1em 0;
    font-size: 20px;
    line-height: 2em;
  }
}
*[lang=zh] p {
  text-align: justify;
}

.infoPage .pageBody .photo img {
  display: block;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody .photo img {
    margin: 1.5em auto;
    max-width: 100%;
    max-height: 16em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody .photo img {
    margin: 1.5em auto;
    max-width: calc(100% - 4em);
    max-height: 20em;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  }
}
.infoPage .pageBody .note {
  border-top: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  .infoPage .pageBody .note {
    padding: 16px 0;
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .infoPage .pageBody .note {
    padding: 32px 0;
    font-size: 12px;
    line-height: 1.5em;
  }
}