<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&amp;family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&amp;family=Shippori+Mincho:wght@400;500;600;700;800&amp;display=swap);
.bannerArea img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainArea {
  padding: 0;
}

.contentBox {
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .contentBox {
    padding-bottom: 43px;
  }
}

.titleBox {
  border-bottom: 1px solid #dcdcdc;
  padding: 63px 0 43px;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .titleBox {
    margin-bottom: 43px;
  }
}
.titleBox em {
  color: #bbab8e;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 960px) {
  .titleBox em {
    font-size: 28px;
  }
}
.titleBox h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 8px;
  padding-top: 10px;
}
@media (max-width: 960px) {
  .titleBox h2 {
    font-size: 15px;
  }
}

.textEditor {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}</pre></body></html>