@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Cormorant+Upright:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@500;600;700&family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap");
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-37.45%);
  }
}
@keyframes LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(180deg);
  }
}
@keyframes deg40LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(40deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(180deg);
  }
}
@keyframes deg50LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(50deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(180deg);
  }
}
@keyframes degMinus50LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(-50deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(-180deg);
  }
}
@keyframes degMinus35LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(-35deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(-180deg);
  }
}
@keyframes degMinus10LeafAni {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(-10deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) rotate(-180deg);
  }
}
.clip-text {
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background: #989898;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.header {
  display: flex;
  width: 100%;
  padding: 2.5vw 10vw;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  background-color: none;
  background: none;
  position: absolute;
  top: 0px;
}
@media all and (max-width: 1024px) {
  .header {
    position: fixed;
    padding: 3.5vw 7vw;
    top: 0px;
  }
}
@media all and (max-width: 500px) {
  .header {
    padding: 5vw 7vw;
  }
}
.header .logo-box {
  display: block;
  align-self: center;
}
.header .logo-box img {
  width: 13vw;
}
@media all and (max-width: 1024px) {
  .header .logo-box img {
    width: 38vw;
  }
}
@media all and (max-width: 500px) {
  .header .logo-box img {
    width: 48vw;
  }
}
.header .menu-btn {
  display: none;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .header .menu-btn {
    display: block;
  }
}
.header .menu-btn img {
  width: 7vw;
}
@media all and (max-width: 500px) {
  .header .menu-btn img {
    width: 9vw;
  }
}

.page-header {
  display: flex;
  width: 100%;
  padding: 0.5vw 1vw 0.8vw 2vw;
  justify-content: space-between;
  z-index: 110;
  position: relative;
  background-color: none;
  background: none;
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 0px 15px 10px -15px rgba(104, 104, 104, 0.17);
}
@media all and (max-width: 1024px) {
  .page-header {
    position: fixed;
    padding: 3vw 7vw;
    top: 0px;
  }
}
@media all and (max-width: 500px) {
  .page-header {
    padding: 3vw 7vw;
  }
}
.page-header .header-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.page-header .header-box .logo-box {
  display: block;
  align-self: center;
}
.page-header .header-box .logo-box img {
  width: 10vw;
  padding-top: 0.5vw;
}
@media all and (max-width: 1920px) {
  .page-header .header-box .logo-box img {
    width: 11vw;
  }
}
@media all and (max-width: 1024px) {
  .page-header .header-box .logo-box img {
    width: 38vw;
  }
}
@media all and (max-width: 500px) {
  .page-header .header-box .logo-box img {
    width: 48vw;
  }
}
.page-header .header-box .right-menu {
  display: flex;
  justify-content: space-evenly;
}
@media all and (max-width: 1024px) {
  .page-header .header-box .right-menu {
    display: none;
  }
}
.page-header .header-box .right-menu .right-menu-item {
  display: flex;
  justify-content: center;
  margin-right: 2vw;
}
.page-header .header-box .right-menu a {
  color: #000000;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18pt;
  font-size: 24px;
  font-size: 0.78vw;
}
@media all and (max-width: 1440px) {
  .page-header .header-box .right-menu a {
    font-size: 1vw;
  }
}
.page-header .header-box .right-menu img {
  height: 0.75vw;
  display: block;
  align-self: center;
  margin-top: 0.3vw;
}
@media all and (max-width: 1440px) {
  .page-header .header-box .right-menu img {
    height: 1vw;
  }
}
.page-header .header-box .right-menu .mail {
  margin-right: 1vw;
}
.page-header .header-box .right-menu .mail img {
  width: 2vw;
  height: 2vw;
}
.page-header .menu-btn {
  display: none;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .page-header .menu-btn {
    display: block;
  }
}
.page-header .menu-btn img {
  width: 7vw;
}
@media all and (max-width: 500px) {
  .page-header .menu-btn img {
    width: 9vw;
  }
}

.contact-header {
  display: flex;
  width: 100%;
  padding: 0.5vw 1vw 0.8vw 2vw;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  background-color: none;
  background: none;
  position: fixed;
  top: 0px;
  background-color: rgba(236, 236, 236, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 15px 10px -15px rgba(104, 104, 104, 0.17);
}
@media all and (max-width: 1024px) {
  .contact-header {
    position: fixed;
    padding: 3vw 7vw;
    top: 0px;
  }
}
@media all and (max-width: 500px) {
  .contact-header {
    padding: 3vw 7vw;
  }
}
.contact-header .header-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.contact-header .header-box .logo-box {
  display: block;
  align-self: center;
}
.contact-header .header-box .logo-box img {
  width: 10vw;
  padding-top: 0.5vw;
}
@media all and (max-width: 1920px) {
  .contact-header .header-box .logo-box img {
    width: 11vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-header .header-box .logo-box img {
    width: 38vw;
  }
}
@media all and (max-width: 500px) {
  .contact-header .header-box .logo-box img {
    width: 48vw;
  }
}
.contact-header .header-box .right-menu {
  display: flex;
  justify-content: space-evenly;
}
@media all and (max-width: 1024px) {
  .contact-header .header-box .right-menu {
    display: none;
  }
}
.contact-header .header-box .right-menu .right-menu-item {
  display: flex;
  justify-content: center;
  margin-right: 2vw;
}
.contact-header .header-box .right-menu a {
  color: white;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18pt;
  font-size: 24px;
  font-size: 0.78vw;
}
@media all and (max-width: 1440px) {
  .contact-header .header-box .right-menu a {
    font-size: 1vw;
  }
}
.contact-header .header-box .right-menu img {
  height: 0.75vw;
  display: block;
  align-self: center;
  margin-top: 0.3vw;
}
@media all and (max-width: 1440px) {
  .contact-header .header-box .right-menu img {
    height: 1vw;
  }
}
.contact-header .header-box .right-menu .mail {
  margin-right: 1vw;
}
.contact-header .header-box .right-menu .mail img {
  width: 2vw;
  height: 2vw;
}
.contact-header .menu-btn {
  display: none;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .contact-header .menu-btn {
    display: block;
  }
}
.contact-header .menu-btn img {
  width: 7vw;
}
@media all and (max-width: 500px) {
  .contact-header .menu-btn img {
    width: 9vw;
  }
}

.footer-info {
  position: absolute;
  bottom: 0px;
  display: flex;
  z-index: 10;
  color: #808080;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  align-self: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 12pt;
  padding-bottom: 0.6vw;
}
@media all and (max-width: 1440px) {
  .footer-info {
    font-size: 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .footer-info {
    font-size: 2.3vw;
    padding-bottom: 3.5vw;
  }
}
@media all and (max-width: 500px) {
  .footer-info {
    padding-bottom: 5vw;
    font-size: 12px;
  }
}
.footer-info .copy-right {
  margin-right: 1.5vw;
  letter-spacing: 0.1em;
}
.footer-info .address {
  margin-right: 1.5vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .footer-info .address {
    display: none;
  }
}
.footer-info .phone {
  margin-right: 1.5vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1024px) {
  .footer-info .phone {
    display: none;
  }
}
.footer-info .footer-icon {
  display: flex;
  width: 100%;
  margin-right: 1vw;
}
.footer-info .footer-icon img {
  width: 100%;
}
.footer-info .email-box {
  display: block;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .footer-info .email-box {
    display: none;
  }
}
.footer-info .email-box img {
  display: block;
  width: 40px;
}

.line {
  position: fixed;
  right: 2vw;
  bottom: 3vw;
  cursor: pointer;
  z-index: 99;
}
@media all and (max-width: 1024px) {
  .line {
    right: 7vw;
    bottom: 10vw;
  }
}
.line img {
  width: 2.7vw;
  min-width: 55px;
}
@media all and (max-width: 1024px) {
  .line img {
    width: 7vw;
  }
}

.page-footer-info-moblie {
  position: absolute;
  bottom: 0px;
  display: flex;
  z-index: 10;
  background-color: #7f7f7f;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif TC";
  align-self: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.6vw;
  padding-top: 0.6vw;
  font-size: 12pt;
  font-size: 16px;
  font-size: 0.55vw;
}
@media all and (max-width: 1920px) {
  .page-footer-info-moblie {
    font-size: 13px;
  }
}
@media all and (max-width: 1440px) {
  .page-footer-info-moblie {
    font-size: 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie {
    font-size: 2.3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    line-height: 4vw;
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .page-footer-info-moblie {
    font-size: 12px;
    padding-top: 5vw;
    line-height: 5.5vw;
    padding-bottom: 4vw;
  }
}
@media all and (max-width: 393px) {
  .page-footer-info-moblie {
    font-size: 11px;
  }
}
@media all and (max-width: 320px) {
  .page-footer-info-moblie {
    font-size: 10px;
  }
}
.page-footer-info-moblie .copy-right {
  margin-right: 1.5vw;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .copy-right {
    order: 3;
  }
}
.page-footer-info-moblie .address {
  margin-right: 1.5vw;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .address {
    order: 2;
  }
}
.page-footer-info-moblie .phone {
  margin-right: 1.5vw;
  letter-spacing: 0.12em;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .phone {
    order: 1;
  }
}
.page-footer-info-moblie .phone a {
  color: #fff;
}
.page-footer-info-moblie .footer-icon-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .footer-icon-box {
    order: 4;
    margin-top: 2vw;
  }
}
.page-footer-info-moblie .footer-icon {
  display: flex;
  margin-right: 0.5vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .footer-icon {
    margin-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .page-footer-info-moblie .footer-icon {
    margin-right: 2.5vw;
  }
}
@media all and (max-width: 375px) {
  .page-footer-info-moblie .footer-icon {
    margin-right: 3vw;
  }
}
.page-footer-info-moblie .footer-icon img {
  width: 1.3vw;
}
@media all and (max-width: 1920px) {
  .page-footer-info-moblie .footer-icon img {
    width: 1.35vw;
  }
}
@media all and (max-width: 1440px) {
  .page-footer-info-moblie .footer-icon img {
    width: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .footer-icon img {
    width: 5vw;
  }
}
@media all and (max-width: 500px) {
  .page-footer-info-moblie .footer-icon img {
    width: 6.5vw;
  }
}
@media all and (max-width: 375px) {
  .page-footer-info-moblie .footer-icon img {
    width: 8vw;
  }
}
@media all and (max-width: 320px) {
  .page-footer-info-moblie .footer-icon img {
    width: 9vw;
  }
}
.page-footer-info-moblie .email-box {
  display: block;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .page-footer-info-moblie .email-box {
    display: none;
  }
}
.page-footer-info-moblie .email-box img {
  display: block;
  width: 40px;
}

#index-footer {
  background: none;
  color: #808080;
}

.menu-box {
  max-width: 1024px;
  background-color: white;
  height: 0vh;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  overflow: hidden;
  opacity: 0;
}
.menu-box .menu-tree-shadow {
  position: absolute;
  top: 20vw;
  right: -40%;
  width: 75%;
  transform: rotate(-10deg);
  z-index: 0;
  opacity: 0.7;
}
.menu-box .menu-tree-shadow img {
  width: 100%;
}
.menu-box .close {
  position: fixed;
  top: 6vw;
  right: 1.5vw;
  z-index: 11;
  width: 50px;
  height: 50px;
}
@media all and (max-width: 1024px) {
  .menu-box .close {
    right: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .menu-box .close {
    right: -2vw;
  }
}
.menu-box .close img {
  width: 30px;
}
@media all and (max-width: 500px) {
  .menu-box .close img {
    width: 20px;
  }
}
.menu-box .menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(var(--vh, 2.8vh) * 100);
  margin: 0 auto;
  justify-content: center;
}
@media all and (max-width: 430px) {
  .menu-box .menu {
    justify-content: center;
  }
}
.menu-box .menu .item-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  z-index: 2;
}
.menu-box .menu .item {
  display: flex;
  flex-direction: column;
  opacity: 0;
  margin: 5vw 5vw;
  width: 23%;
}
@media all and (max-width: 809px) {
  .menu-box .menu .item {
    width: 35%;
  }
}
.menu-box .menu .item div {
  text-align: center;
}
.menu-box .menu .item div img {
  width: 19vw;
}
@media all and (max-width: 500px) {
  .menu-box .menu .item div img {
    width: 30vw;
  }
}
.menu-box .menu .item .text {
  font-size: 4vw;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  font-weight: 500;
  color: #000000;
  margin-left: 0.8vw;
  letter-spacing: 0.1em;
  margin-top: 2vw;
}
.menu-box .menu .item .news img {
  width: 20.2vw;
}
@media all and (max-width: 500px) {
  .menu-box .menu .item .news img {
    width: 32.5vw;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

@property --startColor {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(101, 122, 92);
}
@property --midColor {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255, 255, 255, 0);
}
@property --endColor {
  syntax: "<color>";
  inherits: false;
  initial-value: rgb(178, 191, 148);
}
.index-body .news-item {
  position: absolute;
  top: 4vw;
  z-index: 3;
  right: 2vw;
  width: 6vw;
  height: 6vw;
  background-image: url(../images/news-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 1440px) {
  .index-body .news-item {
    width: 6.8vw;
    height: 6.8vw;
  }
}
@media all and (max-width: 1024px) {
  .index-body .news-item {
    display: none;
  }
}
.index-body .news-item a {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 6%;
}
@media all and (max-width: 1440px) {
  .index-body .news-item a {
    padding-top: 1.5vw;
  }
}
.index-body .news-item a .news-title {
  top: 0px;
  font-family: "Noto Serif TC";
  color: #4f563f;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.9vw;
}
.index-body .news-item a .more {
  font-family: "Cormorant Garamond";
  color: #000000;
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 0.1vw;
  text-align: center;
  font-size: 1vw;
  line-height: 1;
}
@media all and (max-width: 1440px) {
  .index-body .news-item a .more {
    font-size: 1.3vw;
  }
}
.index-body .news-item a img {
  width: 70%;
}
.index-body .news-item-moblie {
  display: none;
}
@media all and (max-width: 1024px) {
  .index-body .news-item-moblie {
    display: flex;
    position: fixed;
    top: 21vw;
    left: 19vw;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    align-content: center;
    z-index: 99;
    line-height: 6vw;
    padding: 1vw 4.5vw;
    border-radius: 4vw;
  }
  .index-body .news-item-moblie .news-item-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    background: linear-gradient(to right, var(--startColor) 0%, var(--endColor) 100%);
    -webkit-mask-composite: xor;
            mask-composite: xor;
    padding: 0.075em;
    border-radius: 4vmax;
    animation: gradientShift 2s linear infinite;
  }
  @keyframes gradientShift {
    0% {
      --startColor: rgba(101, 122, 92, 1);
      --endColor: rgba(178, 191, 148, 1);
    }
    50% {
      --startColor: rgba(178, 191, 148, 1);
      --endColor: rgba(101, 122, 92, 1);
    }
    100% {
      --startColor: rgba(101, 122, 92, 1);
      --endColor: rgba(178, 191, 148, 1);
    }
  }
  @keyframes rotate {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
.index-body .news-item-moblie a {
  display: flex;
  z-index: 1;
}
.index-body .news-item-moblie .news-title-fixed {
  font-family: "Cormorant Garamond";
  color: white;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic;
  font-size: 3.9vw;
}
.index-body .news-item-moblie .news-title {
  top: 0px;
  font-family: "Noto Serif TC";
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.7vw;
  margin-left: 2vw;
}
.index-body .news-item-moblie .more {
  font-family: "Cormorant Garamond";
  color: white;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: italic;
  font-size: 3.9vw;
}
.index-body .news-item-moblie .more::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1.5px;
  position: relative;
  background: #9a9a9a;
  margin: 0vw 2.5vw;
  transform: translateY(-0.5vw);
}
@media screen and (max-width: 1024px) {
  .index-body .news-item-moblie .more::before {
    background: white;
  }
}
.index-body #index-footer .address,
.index-body #index-footer .phone,
.index-body #index-footer .footer-fb-box,
.index-body #index-footer .footer-yt-box,
.index-body #index-footer .footer-email-box,
.index-body #index-footer .footer-icon {
  color: #808080;
}
@media all and (max-width: 1024px) {
  .index-body #index-footer .address,
  .index-body #index-footer .phone,
  .index-body #index-footer .footer-fb-box,
  .index-body #index-footer .footer-yt-box,
  .index-body #index-footer .footer-email-box,
  .index-body #index-footer .footer-icon {
    display: none;
  }
}

.index-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 49vw;
  height: 31.5vw;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  margin: auto;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .index-pop {
    display: none;
  }
}
.index-pop a {
  pointer-events: none;
}
.index-pop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.index-pop.active a {
  pointer-events: all;
}
.index-pop.back {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 1s;
}
.index-pop .popup-inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49vw;
  height: 31.5vw;
  margin: auto;
  overflow: hidden;
  border-radius: 0.75vmax;
  box-shadow: 0 0 0 black;
  transition: box-shadow 0.5s ease 0.7s, border-radius 0.35s ease 0.7s;
}
@media screen and (max-width: 1024px) {
  .index-pop .popup-inside {
    right: 0;
    bottom: 0;
    width: 84.5vw;
    height: 80vh;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .index-pop .popup-inside {
    height: 70vh;
  }
}
.index-pop .popup-inside.active {
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}
.index-pop .popup-inside.back {
  transition: all 0.5s ease 0s;
}
.index-pop .popup-inside .backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.index-pop .popup-inside .background {
  --offset: 0;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: linear-gradient(to right, rgb(79, 90, 54) 0%, rgb(189, 203, 150) 100%);
  transform: scale(0);
  transition: all 0.5s ease 0s;
  border-radius: 0.75vmax;
}
.index-pop .popup-inside .background.active {
  transform: scale(1);
}
.index-pop .popup-inside .background.back {
  transition: all 0.5s ease 0.6s;
}
.index-pop .popup-inside .background2 {
  --offset: 10%;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: linear-gradient(to right, rgb(103, 122, 83) 0%, rgb(194, 209, 168) 100%);
  transform: scale(0);
  transition: all 0.5s ease 0.1s;
}
.index-pop .popup-inside .background2.back {
  transition: all 0.5s ease 0.5s;
}
.index-pop .popup-inside .background3 {
  --offset: 20%;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: linear-gradient(to right, rgb(125, 154, 111) 0%, rgb(198, 216, 186) 100%);
  z-index: 2;
  transition: all 0.5s ease 0.2s;
}
.index-pop .popup-inside .background3.back {
  transition: all 0.5s ease 0.4s;
}
.index-pop .popup-inside .background4 {
  --offset: 30%;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: linear-gradient(to right, rgb(147, 185, 138) 0%, rgb(203, 222, 203) 100%);
  z-index: 3;
  transition: all 0.5s ease 0.3s;
}
.index-pop .popup-inside .background4.back {
  transition: all 0.5s ease 0.3s;
}
.index-pop .popup-inside .background5 {
  --offset: 40%;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: linear-gradient(to right, rgb(170, 216, 166) 0%, rgb(207, 228, 221) 100%);
  z-index: 4;
  transition: all 0.5s ease 0.4s;
}
.index-pop .popup-inside .background5.back {
  transition: all 0.5s ease 0.2s;
}
.index-pop .popup-inside .background6 {
  --offset: 40%;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  background: white;
  z-index: 5;
  transition: all 0.8s ease 0.5s;
}
.index-pop .popup-inside .background6.active {
  transform: scale(8);
}
.index-pop .popup-inside .background6.back {
  transition: all 0.5s ease 0.1s;
}
.index-pop .pop-content {
  --offset: 0;
  position: absolute;
  left: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  top: var(--offset);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.35s ease 0.75s;
  padding-block: 2%;
  padding-top: 3%;
  z-index: 10;
  width: 49vw;
  height: 31.5vw;
  margin: auto;
}
.index-pop .pop-content.back {
  transition: all 0.35s ease 0s;
}
@media screen and (max-width: 1024px) {
  .index-pop .pop-content {
    padding-block: 10%;
    width: 84.5vw;
    height: 80vh;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .index-pop .pop-content {
    height: 70vh;
  }
}
.index-pop .pop-content .pop-close {
  position: absolute;
  top: -12%;
  right: -10%;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  background-color: #4f563f;
  cursor: pointer;
}
.index-pop .pop-content .pop-close img {
  width: 100%;
  height: 100%;
  padding: 32%;
}
@media screen and (max-width: 1024px) {
  .index-pop .pop-content .pop-close {
    position: fixed;
    top: 3.55vw;
    right: 7%;
    width: 7vw;
    height: 7vw;
  }
}
@media (max-width: 500px) {
  .index-pop .pop-content .pop-close {
    top: 4.85vw;
    right: 7%;
    width: 9vw;
    height: 9vw;
  }
}
.index-pop .pop-content ::-webkit-scrollbar-track-piece {
  background: transparent;
}
.index-pop .pop-content ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #808d67;
  border: 1px solid slategrey;
}
.index-pop .pop-content ::-webkit-scrollbar-track {
  box-shadow: transparent;
}
.index-pop .pop-content.active {
  opacity: 1;
  transform: none;
}
.index-pop .pop-content .pop-content-border {
  width: 95%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.index-pop .pop-content .pop-content-container {
  position: relative;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .index-pop .pop-content .pop-content-container {
    align-items: center;
  }
}
.index-pop .pop-content .pop-content-container .content-image {
  width: 100%;
}
.index-pop .pop-content .pop-content-container .content-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1vmax;
}
@media screen and (max-width: 1024px) {
  .index-pop .pop-content .pop-content-container .content-image img {
    border-radius: 3vmax;
  }
}
.index-pop .pop-content .pop-content-container .content-title {
  font-size: 30pt;
  font-size: 40px;
  font-size: 1.28vw;
  letter-spacing: 0.1em;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  color: #4e5e2c;
}
@media all and (max-width: 1440px) {
  .index-pop .pop-content .pop-content-container .content-title {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .index-pop .pop-content .pop-content-container .content-title {
    font-size: 5.5vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
}
.index-pop .pop-content .pop-content-container .content-small-title {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  font-family: "微軟正黑體";
  line-height: 2;
  margin-bottom: 0.25vw;
  letter-spacing: 0.1em;
  color: #595959;
}
@media all and (max-width: 1920px) {
  .index-pop .pop-content .pop-content-container .content-small-title {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .index-pop .pop-content .pop-content-container .content-small-title {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .index-pop .pop-content .pop-content-container .content-small-title {
    font-size: 3.7vw;
  }
}
.index-pop .pop-content .pop-content-container .content-para {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  font-family: "微軟正黑體";
  line-height: 2;
  letter-spacing: 0.1em;
  color: #595959;
}
@media all and (max-width: 1920px) {
  .index-pop .pop-content .pop-content-container .content-para {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .index-pop .pop-content .pop-content-container .content-para {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .index-pop .pop-content .pop-content-container .content-para {
    text-align: center;
    font-size: 3.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.light-video {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
  z-index: 999;
  mix-blend-mode: plus-lighter;
}
.light-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contanier {
  background-image: url(../images/bgNEW.png);
  background-size: 190%;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(var(--vh, 2.8vh) * 100);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}
@media all and (max-width: 1680px) {
  .contanier {
    background-size: 216%;
  }
}
@media all and (max-width: 1440px) {
  .contanier {
    padding-bottom: 3.5vw;
    background-size: 220%;
  }
}
@media all and (max-width: 1400px) {
  .contanier {
    background-size: 250%;
  }
}
@media all and (max-width: 1366px) {
  .contanier {
    background-size: 217%;
  }
}
@media all and (max-width: 1024px) {
  .contanier {
    background-image: url(../images/bg.png);
    background-size: 320% 100%;
    padding-bottom: 0vw;
  }
}
@media all and (max-width: 800px) {
  .contanier {
    background-size: 275% 100%;
  }
}
@media all and (max-width: 500px) {
  .contanier {
    background-size: 350% 100%;
    background-position: center;
    padding-bottom: 3vw;
  }
}
.contanier .tree-shadow {
  position: absolute;
  right: -42%;
  mix-blend-mode: darken;
  transform: rotate(-3deg);
  top: -3vw;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .contanier .tree-shadow {
    top: -6vw;
    right: -310vw;
  }
}
.contanier .tree-shadow img {
  width: 83vw;
}
@media all and (max-width: 1024px) {
  .contanier .tree-shadow img {
    width: 270vw;
    height: 75vh;
  }
}
.contanier .bg-shadow {
  position: absolute;
  top: -35vw;
  right: -1vw;
  z-index: 1;
}
@media all and (max-width: 1680px) {
  .contanier .bg-shadow {
    top: -29vw;
  }
}
@media all and (max-width: 1400px) {
  .contanier .bg-shadow {
    top: -22vw;
  }
}
@media all and (max-width: 1366px) {
  .contanier .bg-shadow {
    top: -29vw;
  }
}
@media all and (max-width: 1024px) {
  .contanier .bg-shadow {
    height: 142%;
  }
}
@media all and (max-width: 550px) {
  .contanier .bg-shadow {
    height: 128%;
  }
}
.contanier .bg-shadow img {
  width: 400vw;
}
@media all and (max-width: 1680px) {
  .contanier .bg-shadow img {
    top: -2vw;
  }
}
@media all and (max-width: 1440px) {
  .contanier .bg-shadow img {
    top: -1vw;
  }
}
@media all and (max-width: 1366px) {
  .contanier .bg-shadow img {
    top: -4vw;
  }
}
@media all and (max-width: 1280px) {
  .contanier .bg-shadow img {
    top: -3vw;
  }
}
@media all and (max-width: 1024px) {
  .contanier .bg-shadow img {
    height: 103%;
  }
}
@media all and (max-width: 500px) {
  .contanier .bg-shadow img {
    top: 0vw;
    left: -100vw;
    height: 103%;
  }
}
.contanier .bg-shadow img img {
  width: 110%;
}
@media all and (max-width: 1680px) {
  .contanier .bg-shadow img img {
    width: 120%;
  }
}
@media all and (max-width: 1440px) {
  .contanier .bg-shadow img img {
    width: 105%;
  }
}
@media all and (max-width: 1400px) {
  .contanier .bg-shadow img img {
    width: 125%;
  }
}
@media all and (max-width: 1366px) {
  .contanier .bg-shadow img img {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .contanier .bg-shadow img img {
    width: 110%;
  }
}
@media all and (max-width: 1024px) {
  .contanier .bg-shadow img img {
    height: 100%;
  }
}
@media all and (max-width: 500px) {
  .contanier .bg-shadow img img {
    width: 128%;
  }
}
@media all and (max-width: 1024px) {
  .contanier ::-webkit-scrollbar {
    display: none;
  }
}
.contanier .scroll-card-box {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .contanier .scroll-card-box {
    width: 245vw;
    height: calc(var(--vh, 2.8vh) * 75);
  }
}
@media all and (max-width: 550px) {
  .contanier .scroll-card-box {
    width: 330vw;
  }
}
.contanier .scroll-card-box .card-box {
  perspective: 1000px;
}
.contanier .scroll-card-box .card-box .card {
  cursor: pointer;
  position: relative;
  z-index: 10;
  transform-style: preserve-3d;
}

.navigation_box {
  display: none;
}
@media (max-width: 1024px) {
  .navigation_box {
    display: flex;
    justify-content: center;
    gap: 10%;
    position: absolute;
    top: 83%;
    width: 100%;
    z-index: 10;
  }
}
.navigation_box .prev_btn,
.navigation_box .next_btn {
  width: 15%;
  padding: 2%;
  opacity: 0.7;
}
.navigation_box .prev_btn img,
.navigation_box .next_btn img {
  width: 100%;
}
.navigation_box .prev_btn {
  transform: rotateY(180deg);
}

.movie_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  filter: blur(0px) brightness(1);
}
.movie_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie_box .skip_div {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.movie_box .skip_div a {
  color: #fff;
  background-color: #4c513d;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: 0px;
  font-size: 12px;
  transition: all 0.5s;
}
.movie_box .skip_div a:hover {
  color: #4c513d;
  background-color: #fff;
}

.case-body {
  background-image: url(../images/page_case/bg.png);
  width: 100%;
  background-size: cover;
}
@media all and (max-width: 1024px) {
  .case-body {
    background-image: url(../images/page_case/bg_moblie.png);
  }
}
.case-body .case-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.case-body .case-main .top-container {
  width: 100%;
  padding-top: 5vw;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .case-body .case-main .top-container {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .case-body .case-main .top-container {
    height: auto;
    padding-top: 20vw;
  }
}
.case-body .case-main .top-container .transitions-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 50vw;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .top-container .transitions-item {
    padding-bottom: 155vw;
  }
}
.case-body .case-main .top-container .transitions-item img {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .top-container .transitions-item img {
    width: 80%;
  }
}
.case-body .case-main .page-contaniner {
  display: flex;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 4vw;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner {
    padding-top: 9vw;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 35vw;
  }
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner {
    padding-top: 10vw;
    padding-bottom: 38vw;
  }
}
.case-body .case-main .page-contaniner .page-title-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .page-title-box {
    margin-bottom: 3vw;
  }
}
.case-body .case-main .page-contaniner .page-title-box .page-title-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 0.5vw;
}
.case-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
  height: 5vw;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    height: 15vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    padding-right: 1.5vw;
  }
}
.case-body .case-main .page-contaniner .page-title-box .page-title {
  margin-top: 2vw;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.4vw;
  letter-spacing: 0.45em;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .page-title-box .page-title {
    font-size: 5.5vw;
  }
}
.case-body .case-main .page-contaniner .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -8vw;
  height: 46vw;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .swiper {
    display: none;
  }
}
.case-body .case-main .page-contaniner .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: initial;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide {
  margin-top: 12%;
  position: relative;
  border-radius: 15px;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide .swiper-img img {
  width: 100%;
  border-radius: 15px;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide .sale-100 {
  position: absolute;
  top: -0.21vw;
  left: -0.21vw;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide .sale-100 img {
  width: 78%;
}
@media all and (max-width: 1920px) {
  .case-body .case-main .page-contaniner .swiper .swiper-slide .sale-100 img {
    width: 55%;
  }
}
@media all and (max-width: 1680px) {
  .case-body .case-main .page-contaniner .swiper .swiper-slide .sale-100 img {
    width: 45%;
  }
}
@media all and (max-width: 1440px) {
  .case-body .case-main .page-contaniner .swiper .swiper-slide .sale-100 img {
    width: 37%;
  }
}
.case-body .case-main .page-contaniner .swiper .swiper-slide-prev {
  opacity: 1 !important;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide-active {
  opacity: 1 !important;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide-active .swiper-img {
  width: 100%;
}
.case-body .case-main .page-contaniner .swiper .swiper-slide-next {
  opacity: 1 !important;
}
.case-body .case-main .page-contaniner .swiper .swiper-creative .swiper-slide {
  overflow: visible !important;
}
.case-body .case-main .page-contaniner .swiper .prev {
  position: absolute;
  top: 23vw;
  left: 31vw;
  z-index: 999;
  cursor: pointer;
}
.case-body .case-main .page-contaniner .swiper .prev img {
  width: 120%;
}
@media all and (max-width: 1920px) {
  .case-body .case-main .page-contaniner .swiper .prev img {
    width: 100%;
  }
}
.case-body .case-main .page-contaniner .swiper .next {
  position: absolute;
  top: 23vw;
  right: 31vw;
  z-index: 999;
  cursor: pointer;
}
.case-body .case-main .page-contaniner .swiper .next img {
  width: 120%;
}
@media all and (max-width: 1920px) {
  .case-body .case-main .page-contaniner .swiper .next img {
    width: 100%;
  }
}
.case-body .case-main .page-contaniner .swiper .case-title-box {
  position: absolute;
  top: 38vw;
  left: 43vw;
  opacity: 0;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .flex_box {
  display: flex;
  align-items: center;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-name {
  position: relative;
  font-size: 1vw;
  font-family: "Noto Serif TC", serif;
  font-weight: bolder;
  color: #4e5e2c;
  letter-spacing: 0.1em;
  padding-right: 0.5vw;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-name::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 54%;
  width: 1px;
  background-color: #595959;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-title {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #494949;
  font-family: "微軟正黑體";
  letter-spacing: 0.2em;
  padding-left: 0.5vw;
  font-size: 0.75vw !important;
}
@media all and (max-width: 1920px) {
  .case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-title {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-title {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .swiper .case-title-box .flex_box .case-title {
    font-size: 3.7vw;
  }
}
.case-body .case-main .page-contaniner .swiper .case-title-box .more-box {
  display: flex;
  justify-content: center;
  gap: 0.8vw;
  margin-top: 1vw;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .more-box .more-line-box {
  display: block;
  align-self: center;
  padding-right: 0.2vw;
}
@media all and (max-width: 1440px) {
  .case-body .case-main .page-contaniner .swiper .case-title-box .more-box .more-line-box {
    padding-right: 0.5vw;
  }
}
.case-body .case-main .page-contaniner .swiper .case-title-box .more-box .more-line-box .line_sp {
  width: 100px;
  height: 3px;
  display: block;
  margin-top: 6%;
  background: linear-gradient(to right, rgb(223, 223, 223) 0%, rgb(255, 255, 255) 31%, rgb(223, 223, 223) 100%);
}
.case-body .case-main .page-contaniner .swiper .case-title-box .more-box button {
  font-family: "Cormorant Garamond";
  font-size: 1.3vw;
  letter-spacing: 0.1em;
  font-style: italic;
  background: none;
  border: none;
  color: #000000;
  list-style: none;
  text-orientation: mixed;
}
.case-body .case-main .page-contaniner .swiper .case-title-box .more-box button a {
  color: #000000;
  list-style: none;
  text-orientation: mixed;
}
.case-body .case-main .page-contaniner .swiper .case-sign-box {
  position: absolute;
  bottom: 6vw;
  right: 8vw;
}
.case-body .case-main .page-contaniner .swiper .case-sign-box .year-text-box {
  position: relative;
}
.case-body .case-main .page-contaniner .swiper .case-sign-box .year-text-box img.case-sign {
  width: 10vw;
}
.case-body .case-main .page-contaniner .swiper .case-sign-box .year-text-box .year {
  position: absolute;
  top: 3vw;
  left: 3vw;
  z-index: 5;
  color: #4e5e2c;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-size: 2vw;
  letter-spacing: 0.1em;
}
.case-body .case-main .page-contaniner .case-box {
  width: 100%;
  flex-direction: column;
  display: none;
  margin-top: 9vw;
  margin-bottom: 7vw;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .case-box {
    display: flex;
  }
}
.case-body .case-main .page-contaniner .case-box .case-img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .case-body .case-main .page-contaniner .case-box .case-img {
    position: relative;
  }
}
.case-body .case-main .page-contaniner .case-box .case-img img {
  width: 100%;
  border-radius: 6px;
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .case-box .case-img img {
    border-radius: 9px;
  }
}
.case-body .case-main .page-contaniner .case-box .case-img .sale-100 {
  position: absolute;
  top: -0.21vw;
  left: -0.21vw;
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .case-box .case-img .sale-100 {
    top: -0.21vw;
    left: -0.21vw;
  }
}
.case-body .case-main .page-contaniner .case-box .case-img .sale-100 img {
  width: 70%;
  border-radius: 0px;
}
@media all and (max-width: 768px) {
  .case-body .case-main .page-contaniner .case-box .case-img .sale-100 img {
    width: 25vw;
  }
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .case-box .case-img .sale-100 img {
    border-radius: 0px;
  }
}
.case-body .case-main .page-contaniner .case-box .case-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .case-body .case-main .page-contaniner .case-box .case-content .case-title-box {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .case-name {
  font-size: 5vw;
  font-family: "Noto Serif TC";
  font-weight: bold;
  color: #4e5e2c;
  letter-spacing: 0.1em;
  margin-top: 4vw;
  margin-bottom: 3vw;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .case-title {
  font-size: 3.7vw;
  font-family: "微軟正黑體";
  color: #494949;
  letter-spacing: 0.1em;
  margin-bottom: 2vw;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box {
  display: flex;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box .more-line-box {
  width: 100%;
  display: block;
  align-self: center;
  margin-right: 2vw;
  padding-bottom: 1vw;
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box .more-line-box {
    width: 50%;
    margin-right: 0vw;
  }
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box .more-line-box img {
  width: 100%;
}
@media all and (max-width: 500px) {
  .case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box .more-line-box img {
    width: 87%;
  }
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box button {
  font-family: "Cormorant Garamond";
  font-size: 5vw;
  text-orientation: initial;
  letter-spacing: 0.1em;
  font-style: italic;
  background: none;
  border: none;
  color: #000000;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-title-box .more-box button a {
  color: #000000;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-sign-box {
  display: block;
  width: 27%;
  align-self: flex-end;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-sign-box .year-text {
  position: relative;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-sign-box .year-text img.case-sign {
  width: 100%;
}
.case-body .case-main .page-contaniner .case-box .case-content .case-sign-box .year-text .text {
  position: absolute;
  top: 5.5vw;
  left: 6.7vw;
  z-index: 5;
  color: #4e5e2c;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}
.case-body .case-main .page-contaniner .tree-shadow {
  width: 100%;
  position: absolute;
  bottom: -10vw;
  z-index: -1;
  right: -45vw;
}
.case-body .case-main .page-contaniner .tree-shadow img {
  width: 100%;
}

#test .txt_box {
  max-width: 900px;
  margin: auto;
  padding: 6vw 0;
}
#test .txt_box h1 {
  margin-bottom: 1vw;
}
#test .txt_box p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
}

.case-ted-body .fixed-video-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(63, 68, 49, 0.9);
}
.case-ted-body .fixed-video-box .video-banner-box {
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: center;
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper {
  width: 100%;
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper {
  width: 100%;
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper .swiper-slide iframe {
  width: 50vw;
  height: 33vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper .swiper-slide iframe {
    width: 90vw;
    height: 56vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper .swiper-slide img {
  width: 50%;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-pagination-video {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  cursor: pointer;
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-pagination-video .swiper-pagination-bullet {
  background: white;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 1280px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-pagination-video .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner .video-swiper .swiper-pagination-video .swiper-pagination-bullet-active {
  background: white !important;
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner-box-prev {
  position: absolute;
  top: 14vw;
  left: 21vw;
  z-index: 9999;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-prev {
    top: 27vw;
    left: 7vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner-box-prev img {
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-prev img {
    width: 4vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-prev img {
    width: 5vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner-box-next {
  position: absolute;
  top: 14vw;
  right: 21vw;
  z-index: 9999;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-next {
    top: 27vw;
    right: 7vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .video-banner-box-next img {
  width: 2vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-next img {
    width: 4vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .fixed-video-box .video-banner-box .video-banner-box-next img {
    width: 5vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .swiper-close {
  position: absolute;
  top: -1vw;
  right: 22.5vw;
  z-index: 9999;
  cursor: pointer;
}
@media all and (max-width: 1920px) {
  .case-ted-body .fixed-video-box .video-banner-box .swiper-close {
    top: -2vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .swiper-close {
    top: -6vw;
    right: 5.5vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .fixed-video-box .video-banner-box .swiper-close {
    top: -10vw;
  }
}
.case-ted-body .fixed-video-box .video-banner-box .swiper-close img {
  width: 1.2vw;
  height: 1.2vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .fixed-video-box .video-banner-box .swiper-close img {
    width: 2vw;
    height: 3.5vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .fixed-video-box .video-banner-box .swiper-close img {
    width: 15px;
    height: 15px;
  }
}
.case-ted-body .case-ted-contanier {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 35vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier {
    padding-bottom: 50vw;
  }
}
.case-ted-body .case-ted-contanier .return-box {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.case-ted-body .case-ted-contanier .return-box .return-a {
  align-items: end;
  border: 1px solid #000000;
  padding: 0.3vw 0.6vw 0.3vw 0.6vw;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  color: #000000;
  font-family: "微軟正黑體";
  font-weight: 500;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.3vw 0.8vw;
  }
}
@media all and (max-width: 1366px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.4vw 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 3.7vw;
    border-radius: 10px;
    padding: 0.8vw 2vw 0.7vw 2vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 7px;
  }
}
.case-ted-body .case-ted-contanier .return-box .return-a img {
  width: 0.6vw;
  margin-top: 0vw;
  display: block;
  padding-bottom: 0.1vw;
  margin-right: 0.5vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .return-box .return-a img {
    width: 2.5vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0vw;
    margin-right: 1vw;
  }
}
.case-ted-body .case-ted-contanier .card1 {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 {
    padding-top: 15vw;
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 {
    padding-top: 18vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .moblie-title {
  display: none;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .moblie-title {
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .moblie-title .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-ted-body .case-ted-contanier .card1 .moblie-title .title-box .case-name {
  font-size: 5vw;
  color: #4e5e2c;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1vw;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .moblie-title .title-box .case-title {
  font-size: 3.9vw;
  color: #494949;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1vw;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box {
  width: 57%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box {
    width: 100%;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullets {
  bottom: 0px;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullets {
    bottom: 23vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullets {
    bottom: 24vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullet {
    background: #ffffff !important;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullet-active {
  background: #000000 !important;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .swiper-pagination-bullet-active {
    background: #ffffff !important;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-top {
  width: 100%;
  height: 29vw;
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-top {
    height: 47vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-top .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-top .swiper-wrapper .swiper-slide img {
    border-radius: 17px;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller {
  z-index: 999;
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next {
  position: absolute;
  top: 14vw;
  z-index: 999;
  right: 1.2vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next {
    top: 27vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next {
    top: 25vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next img {
  width: 120%;
  display: block;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-next img {
    width: 80%;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev {
  position: absolute;
  top: 14vw;
  z-index: 999;
  left: 1vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev {
    top: 27vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev {
    top: 25vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev img {
  width: 120%;
  display: block;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .slider-controller .main-banner-box-prev img {
    width: 80%;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 1.5vw 0 0 0;
  margin-bottom: 2.5vw;
  width: 100%;
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs {
    height: 26%;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs .swiper-wrapper {
  display: flex;
  width: 100%;
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 1vw;
  height: 4.85vw;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 18%;
    height: 15vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .main-banner-box .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.case-ted-body .case-ted-contanier .card1 .right-box {
  display: flex;
  width: 50%;
  justify-content: right;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .right-box {
    display: none;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box {
  display: flex;
  flex-direction: column;
  width: 92%;
  border: 1px solid #b7c497;
  border-radius: 57px;
  height: 35.5vw;
  padding: 2vw 2vw 2.7vw 2vw;
  justify-content: center;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box {
    border-radius: 7%;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box {
  display: flex;
  flex-direction: column;
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-name {
  font-size: 30pt;
  font-size: 40px;
  font-size: 1.28vw;
  color: #4e5e2c;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1vw;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-name {
    font-size: 1.7vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-title {
  font-size: 18pt;
  font-size: 24px;
  font-size: 0.78vw;
  color: #494949;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1vw;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-title {
    font-size: 1vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .line-box {
  display: flex;
  margin-bottom: 1.5vw;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .line-box img {
  width: 28%;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .line-box img {
    width: 50%;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .case-content {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  display: flex;
  color: #000000;
  font-family: "微軟正黑體";
  line-height: 2;
  letter-spacing: 0.1em;
  opacity: 0;
  margin-bottom: 1.5vw;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .case-content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .case-content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .case-content {
    line-height: 2;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #000000;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box {
    font-size: 1vw;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box {
  display: flex;
  padding: 0.7vw 0vw;
  border-bottom: 2.5px solid #c1bfc0;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box {
    border-bottom: 1px solid #c1bfc0;
  }
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box .title {
  display: flex;
  margin-right: 1vw;
  flex: 1 0 6vw;
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box .title:after {
  content: "";
  display: flex;
  width: 0.05vw;
  height: 0.75vw;
  background: #000000;
  margin-left: 1vw;
  transform: translateY(3px);
}
.case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box .content {
  flex: 1 1 80%;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box {
  display: none;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .card1 .moblie-case-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10vw;
    font-size: 3.7vw;
    color: #000000;
    font-family: "微軟正黑體";
    letter-spacing: 0.1em;
  }
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .moblie-case-content {
  display: flex;
  justify-content: center;
  line-height: 6.5vw;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .line-box {
  margin-bottom: 5vw;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .line-box img {
  width: 39%;
  height: 1vw;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box {
  display: flex;
  padding: 2vw 0vw;
  border-bottom: 1px solid #c1bfc0;
  opacity: 0;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box .title {
  display: flex;
  width: 25%;
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box .title:after {
  content: "";
  display: flex;
  width: 0.1vw;
  height: 3.5vw;
  background: #000000;
  margin-left: 2vw;
  transform: translateY(8px);
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box .title:after {
    transform: translateY(4px);
  }
}
.case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box .content {
  width: 75%;
}
.case-ted-body .case-ted-contanier .tree-shadow {
  position: absolute;
  right: -18vw;
  transform: rotate(-9deg);
  top: 40vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .tree-shadow {
    display: none;
  }
}
.case-ted-body .case-ted-contanier .tree-shadow img {
  width: 110%;
}
.case-ted-body .case-ted-contanier .banner-box {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 4vw;
  opacity: 1;
}
.case-ted-body .case-ted-contanier .banner-box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box:nth-of-type(even) {
    flex-direction: column;
  }
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .banner-box:nth-of-type(even) .banner-content {
    padding: 12vw 7vw 12vw 3vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box:nth-of-type(even) .banner-content {
    padding: 10vw 0vw 0vw 0vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box:nth-of-type(even) .banner-content {
    padding: 7vw 0vw 0vw 0vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box {
    flex-direction: column;
    margin-top: 17vw;
    margin-bottom: 0vw;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner {
  width: 59%;
  display: flex;
  flex: 1 0 59%;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box .banner {
    width: 100%;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper {
  width: 100%;
  display: flex;
  justify-content: left;
  overflow: hidden;
  border-radius: 40px;
  height: 35vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box .banner .swiper {
    height: 56vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box .banner .swiper {
    border-radius: 17px;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper {
  display: flex;
  justify-content: left;
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: left;
  background-size: cover;
  background-position: center center;
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper .swiper-slide .video {
  width: 100%;
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper .swiper-slide .video iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 900px) {
  .case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper .swiper-slide .video iframe {
    height: 55vw;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 47%;
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-prev {
  position: absolute;
  left: 2%;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-prev {
    width: 9%;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-prev img {
  width: 100%;
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-next {
  position: absolute;
  right: 2%;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-next {
    width: 9%;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner .swiper .slider-controller .main-banner-box-next img {
  width: 100%;
}
.case-ted-body .case-ted-contanier .banner-box .banner-content {
  display: flex;
  flex-direction: column;
  width: 41%;
  padding: 12vw 8vw 12vw 10vw;
  flex: 1 0 41%;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content {
    padding: 12vw 0vw 12vw 7vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content {
    padding: 10vw 0vw 0vw 0vw;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content {
    padding: 7vw 0vw 0vw 0vw;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner-content .title {
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  color: #4e5e2c;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 2vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .title {
    font-size: 5vw;
    margin-bottom: 3vw;
    text-align: center;
  }
}
.case-ted-body .case-ted-contanier .banner-box .banner-content .content {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #000000;
  font-family: "微軟正黑體";
  line-height: 2;
  letter-spacing: 0.1em;
  word-break: break-all;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .content {
    line-height: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .content {
    font-size: 3.7vw;
    line-height: 7vw;
    word-break: normal;
    text-align: justify;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-box .banner-content .content br {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-right {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .banner-right .banner-content {
    padding: 12vw 3vw 12vw 7vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .banner-right .banner-content {
    padding: 10vw 0vw 0vw 0vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .banner-right .banner-content {
    padding: 7vw 0vw 0vw 0vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box {
  display: flex;
  margin-top: 5vw;
  position: relative;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box {
    flex-direction: column;
    margin-top: 15vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box iframe {
  width: 59%;
  height: 28vw;
  flex: 1 1 59%;
  filter: grayscale(2);
  border-radius: 63px;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box iframe {
    width: 100%;
    height: 50vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .reserve-box iframe {
    border-radius: 17px;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 55%;
  flex: 1 1 41%;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box {
    width: 100%;
    max-width: 100%;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content {
  padding: 1vw 7vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content {
    padding: 1vw 3vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .form-title {
  color: #000000;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1.5vw;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .form-title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .form-title {
    font-size: 5vw;
    text-align: center;
    margin-top: 7vw;
    margin-bottom: 3vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .line-box {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .line-box {
    justify-content: center;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .line-box img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .line-box img {
    height: 1vw;
    width: 30%;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form {
  margin-top: 2vw;
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box {
  display: flex;
  padding: 1vw 0vw;
  border-bottom: 2.5px solid #c1bfc0;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box {
    border-bottom: 1px solid #c1bfc0;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box {
    padding: 3vw 0vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box .input-title {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #000000;
  font-family: "微軟正黑體";
  letter-spacing: 0.15em;
  margin-right: 0.5vw;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box .input-title {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box .input-title {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box .input-title {
    font-size: 3.7vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box input {
  border: none;
  background: none;
  width: 75%;
  z-index: 2;
  margin-left: 1vw;
  font-size: 17px;
  letter-spacing: 0.05em;
  outline: none;
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box textarea {
  width: 80%;
  height: 10.8vw;
  resize: none;
  border: none;
  background: none;
  z-index: 2;
  margin-left: 1vw;
  font-size: 17px;
  letter-spacing: 0.05em;
  outline: none;
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box textarea {
    height: 8.5vw;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box textarea {
    height: 28vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1.5vw;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box {
    margin-top: 8vw;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.7vw;
  background-color: #b8c598;
  font-family: "微軟正黑體";
  color: white;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 10px;
  padding: 0 70px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 1920px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
    line-height: 30px;
    padding: 0 40px;
  }
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
    font-size: 3.7vw;
    line-height: 7vw;
  }
}
@media all and (max-width: 500px) {
  .case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
    padding: 0 45px;
    line-height: 34px;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie {
  position: absolute;
  bottom: -25vw;
  right: -40vw;
  width: 110%;
  z-index: 0;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 1024px) {
  .case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie {
    display: block;
  }
}
.case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie img {
  width: 120%;
}

.dark-case-ted-body {
  background-color: #525646;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier {
  position: relative;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 {
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .moblie-title {
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .moblie-title .title-box .case-name {
  color: #b8c598;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .moblie-title .title-box .case-title {
  color: #dbdbdb;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .moblie-case-content-box {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .moblie-case-content-box .bottom-box .text-box .title:after {
  background: #ffffff;
}
.dark-case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-name {
  font-family: "微軟正黑體";
  color: #b8c598;
}
.dark-case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .title-box .case-title {
  font-family: "微軟正黑體";
  color: #dbdbdb;
}
.dark-case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .top-box .case-content {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .card1 .right-box .case-name-box .bottom-box .text-box .title:after {
  background: #ffffff;
}
.dark-case-ted-body .case-ted-contanier .card1 .banner-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.dark-case-ted-body .case-ted-contanier .card1 .banner-box .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff !important;
}
.dark-case-ted-body .case-ted-contanier .banner-box .shadow {
  position: absolute;
  right: -50vw;
  transform: rotate(-9deg);
  top: -7vw;
}
@media all and (max-width: 1024px) {
  .dark-case-ted-body .case-ted-contanier .banner-box .shadow {
    display: none;
  }
}
.dark-case-ted-body .case-ted-contanier .banner-box .shadow img {
  width: 55%;
}
.dark-case-ted-body .case-ted-contanier .banner-box .banner-content .title {
  color: #b8c598;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .banner-box .banner-content .content {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .shadow2 {
  position: absolute;
  left: -14vw;
  bottom: 75vw;
}
@media all and (max-width: 1024px) {
  .dark-case-ted-body .case-ted-contanier .shadow2 {
    display: none;
  }
}
.dark-case-ted-body .case-ted-contanier .shadow2 img {
  width: 50%;
}
.dark-case-ted-body .case-ted-contanier .return-box {
  display: flex;
  justify-content: center;
}
.dark-case-ted-body .case-ted-contanier .return-box .return-a {
  align-items: end;
  border: 1px solid #ffffff;
  padding: 0.3vw 0.6vw 0.3vw 0.6vw;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  color: #ffffff;
  font-family: "微軟正黑體";
  font-weight: 500;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.3vw 0.8vw;
  }
}
@media all and (max-width: 1366px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.4vw 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    font-size: 3.7vw;
    border-radius: 10px;
    padding: 0.8vw 2vw 0.7vw 2vw;
  }
}
@media all and (max-width: 500px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a {
    border-radius: 7px;
  }
}
.dark-case-ted-body .case-ted-contanier .return-box .return-a img {
  width: 0.6vw;
  margin-top: 0vw;
  display: block;
  padding-bottom: 0.1vw;
  margin-right: 0.5vw;
  filter: brightness(2);
}
@media all and (max-width: 1024px) {
  .dark-case-ted-body .case-ted-contanier .return-box .return-a img {
    width: 2.5vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0vw;
    margin-right: 1vw;
  }
}
.dark-case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .form-title {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .reserve-box .form-box .form-content form .input-box .input-title {
  color: #ffffff;
  font-family: "微軟正黑體";
}
.dark-case-ted-body .case-ted-contanier .reserve-box .form-box .form-content .button-box #send-btn {
  background: none;
  border: 1px solid #fff;
}
.dark-case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie {
  position: absolute;
  bottom: -25vw;
  right: -40vw;
  width: 110%;
  z-index: 0;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 1024px) {
  .dark-case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie {
    display: block;
  }
}
.dark-case-ted-body .case-ted-contanier .reserve-box .tree-shadow-moblie img {
  width: 120%;
}

.contact-body {
  background-color: #3f4431;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .contact-body {
    overflow: inherit;
    height: auto;
    padding-bottom: 10vw;
  }
}
@media all and (max-width: 500px) {
  .contact-body {
    padding-bottom: 15vw;
  }
}
.contact-body .contact-video {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
}
.contact-body .contact-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-body .contact-contanier {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding-top: 9vw;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier {
    padding-top: 12vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier {
    flex-direction: column;
    height: auto;
    padding-top: 30vw;
  }
}
.contact-body .contact-contanier .left-box {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .left-box {
    justify-content: center;
    width: 100%;
  }
}
.contact-body .contact-contanier .left-box .title-box {
  display: flex;
  flex-direction: column;
}
.contact-body .contact-contanier .left-box .title-box .title-img {
  margin-bottom: 1vw;
  text-align: center;
}
.contact-body .contact-contanier .left-box .title-box .title-img img {
  height: 4vw;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .left-box .title-box .title-img img {
    height: 15vw;
  }
}
.contact-body .contact-contanier .left-box .title-box .title-text {
  color: white;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "Noto Serif TC", serif;
  text-align: center;
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .left-box .title-box .title-text {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .left-box .title-box .title-text {
    font-size: 5.5vw;
  }
}
.contact-body .contact-contanier .left-box .map-img {
  text-align: center;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .left-box .map-img {
    display: none;
  }
}
.contact-body .contact-contanier .left-box .map-img img {
  width: 50%;
}
.contact-body .contact-contanier .right-box {
  color: white;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  width: 50%;
  padding-right: 10vw;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0vw;
    width: 80%;
    font-size: 3.7vw;
  }
}
.contact-body .contact-contanier .right-box .top-text {
  font-family: "微軟正黑體";
  letter-spacing: 0.15em;
  margin-bottom: 3vw;
  line-height: 1.7vw;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .top-text {
    line-height: 8vw;
    margin-top: 8vw;
    justify-content: center;
    text-align: justify;
    margin-bottom: 10vw;
  }
}
.contact-body .contact-contanier .right-box .contact-form-box {
  display: flex;
  width: 100%;
  font-family: "微軟正黑體";
}
.contact-body .contact-contanier .right-box .contact-form-box form {
  width: 100%;
}
.contact-body .contact-contanier .right-box .contact-form-box .input-box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #a3a3a3;
  padding: 1vw 0vw;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box {
    border-bottom: 1px solid white;
    padding: 2vw 0vw;
  }
}
@media all and (max-width: 500px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box {
    padding: 3vw 0vw;
  }
}
.contact-body .contact-contanier .right-box .contact-form-box .input-box .input-title {
  width: 10%;
  letter-spacing: 0.25em;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box .input-title {
    width: 20%;
  }
}
.contact-body .contact-contanier .right-box .contact-form-box .input-box input {
  width: 100%;
  background: none;
  border: none;
  color: white;
  font-family: "微軟正黑體";
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box input {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box input {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box input {
    width: 90%;
  }
}
.contact-body .contact-contanier .right-box .contact-form-box .input-box textarea {
  width: 100%;
  height: 12vw;
  resize: none;
  border: none;
  background: none;
  z-index: 2;
  font-family: "微軟正黑體";
  color: white;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box textarea {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box textarea {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-form-box .input-box textarea {
    height: 20vw;
  }
}
.contact-body .contact-contanier .right-box .contact-send-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: "微軟正黑體";
  color: white;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  margin-top: 2vw;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box .contact-send-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-send-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-send-box {
    flex-direction: column;
    font-size: 20px;
    text-align: center;
    margin-top: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .contact-body .contact-contanier .right-box .contact-send-box {
    font-size: 14px;
    margin-top: 6vw;
  }
}
@media all and (max-width: 375px) {
  .contact-body .contact-contanier .right-box .contact-send-box {
    font-size: 12px;
  }
}
.contact-body .contact-contanier .right-box .contact-send-box .check-box #contact-checkbox {
  transform: scale(2) translateY(-1px);
  background-color: none;
  background: none;
  margin-right: 0.3vw;
  cursor: pointer;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box .contact-send-box .check-box #contact-checkbox {
    transform: scale(1) translateY(2px);
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-send-box .check-box #contact-checkbox {
    transform: scale(1) translateY(0px);
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-send-box .check-box #contact-checkbox {
    transform: scale(1.5) translateY(-1px);
  }
}
@media all and (max-width: 500px) {
  .contact-body .contact-contanier .right-box .contact-send-box .check-box #contact-checkbox {
    transform: scale(1) translateY(2px);
  }
}
.contact-body .contact-contanier .right-box .contact-send-box .check-box label {
  cursor: pointer;
  letter-spacing: 0.1em;
}
.contact-body .contact-contanier .right-box .contact-send-box #contact-send {
  font-family: "微軟正黑體";
  color: white;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  background: none;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #a3a3a3;
  line-height: 1.7vw;
  letter-spacing: 0.1em;
  border-radius: 15px;
  padding: 0 150px;
  z-index: 2;
}
@media all and (max-width: 1920px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    font-size: 1vw;
  }
}
@media all and (max-width: 1700px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    padding: 0 5vw;
    border-radius: 10px;
  }
}
@media all and (max-width: 1440px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    line-height: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    font-size: 3.7vw;
    line-height: 5.5vw;
    padding: 0 0vw;
    width: 25vw;
    margin: 0 auto;
    margin-top: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .contact-body .contact-contanier .right-box .contact-send-box #contact-send {
    line-height: 7vw;
    width: 28vw;
    border-radius: 9px;
    margin-top: 6vw;
  }
}
.contact-body .contact-contanier .right-box .map-img-moblie {
  display: none;
  text-align: center;
  margin-top: 8vw;
  margin-bottom: 23vw;
}
@media all and (max-width: 1024px) {
  .contact-body .contact-contanier .right-box .map-img-moblie {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .contact-body .contact-contanier .right-box .map-img-moblie {
    margin-bottom: 30vw;
  }
}
.contact-body .contact-contanier .right-box .map-img-moblie img {
  width: 100%;
}

.history-body {
  background-color: white;
  background-image: url(../images/page_history/bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}
.history-body .case-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.history-body .case-main .top-container {
  width: 100%;
  padding-top: 5vw;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .history-body .case-main .top-container {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .top-container {
    height: auto;
    padding-top: 20vw;
  }
}
.history-body .case-main .top-container .transitions-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 50vw;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .top-container .transitions-item {
    padding-bottom: 155vw;
  }
}
.history-body .case-main .top-container .transitions-item img {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .top-container .transitions-item img {
    width: 80%;
  }
}
.history-body .case-main .page-contaniner {
  display: flex;
  width: 100%;
  padding-top: 5vw;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner {
    padding-top: 10vw;
  }
}
.history-body .case-main .page-contaniner .page-title-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.history-body .case-main .page-contaniner .page-title-box .page-title-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 0.5vw;
}
.history-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
  height: 5vw;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    height: 15vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    padding-right: 1.5vw;
  }
}
.history-body .case-main .page-contaniner .page-title-box .page-title {
  margin-top: 2vw;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 30pt;
  font-size: 40px;
  font-size: 1.28vw;
  letter-spacing: 0.45em;
  font-weight: 600;
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .page-title-box .page-title {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .page-title-box .page-title {
    font-size: 5.5vw;
  }
}
.history-body .case-main .page-contaniner .main-container {
  display: flex;
  width: 100%;
  position: relative;
}
.history-body .case-main .page-contaniner .main-container .card-box {
  display: flex;
  width: 90%;
  justify-content: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
  padding-right: 3vw;
  padding-left: 3vw;
}
@media all and (max-width: 1920px) {
  .history-body .case-main .page-contaniner .main-container .card-box {
    width: 95%;
    padding-bottom: 17vw;
  }
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box {
    padding-bottom: 20vw;
  }
}
@media all and (max-width: 1366px) {
  .history-body .case-main .page-contaniner .main-container .card-box {
    padding-bottom: 23vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box {
    height: 100vw;
    width: 100%;
    margin-bottom: 25vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box {
    margin-bottom: 37vw;
    padding-top: 12vw;
    height: 115vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .swiper-wrapper {
    padding-left: 7vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .swiper-wrapper {
    padding-right: 12vw;
    padding-left: 0vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card {
  width: 15.5vw;
  height: 25.5vw;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1920px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card {
    width: 17.5vw;
    height: 27.5vw;
  }
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card {
    width: 17.5vw;
    height: 28.5vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card {
    width: 41.5vw;
    height: 68vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card {
    width: 52vw;
    height: 82vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font {
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15.5vw;
  height: 25.5vw;
  border-radius: 17px;
  overflow: hidden;
}
@media all and (max-width: 1920px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font {
    width: 17.5vw;
    height: 27.5vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font {
    width: 41.5vw;
    height: 68vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font {
    width: 52vw;
    height: 82vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .history-card-tree-shadow {
  width: 100%;
  margin-top: 1.5vw;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .history-card-tree-shadow {
    margin-top: 4vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case {
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case {
    margin-top: 4vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-name {
  font-size: 30pt;
  font-size: 40px;
  font-size: 1.28vw;
  font-family: "Noto Serif TC";
  color: white;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 0.2em rgb(97, 97, 97);
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-name {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-name {
    font-size: 5.5vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-add {
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "微軟正黑體";
  color: #4f563f;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.5vw;
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-add {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case .case-add {
    font-size: 3.7vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year {
  display: flex;
  font-family: "Cormorant Garamond";
  font-size: 4.3vw;
  font-style: italic;
  color: #4f563f;
  margin-top: 4vw;
  margin-left: 1.5vw;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1920px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year {
    margin-top: 5vw;
  }
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year {
    margin-top: 2.5vw;
    font-size: 5.3vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year {
    font-size: 14vw;
    margin-top: 8vw;
    margin-left: 4vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year {
    margin-top: 13vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year .slash-box {
  width: 10%;
  margin-left: 1vw;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year .slash-box {
    margin-left: 3vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year .slash-box #slash {
  width: 100%;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-font .case-content .case-year .slash-box #slash {
    width: 80%;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back {
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 79%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back {
    width: 41.5vw;
    height: 68vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back {
    width: 52vw;
    height: 82vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 17px;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back img {
    width: 100%;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom {
  position: absolute;
  z-index: 2;
  bottom: 1.5vw;
  color: white;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom {
    bottom: 2.5vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year {
  display: flex;
  font-family: "Cormorant Garamond";
  font-size: 4.3vw;
  font-style: italic;
  margin-left: 1vw;
  letter-spacing: 0.07em;
  text-shadow: 0.2em 0.2em 0.2em rgb(43, 43, 43);
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year {
    font-size: 5.3vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year {
    font-size: 14vw;
    margin-left: 2vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year {
    margin-left: 4vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year div {
  width: 20%;
  margin-left: 1vw;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year div img {
  width: 100%;
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case-year div img {
    width: 80%;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case {
  display: flex;
  flex-direction: column;
  margin-top: 0.5vw;
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case {
    margin-left: 2vw;
    margin-top: 1vw;
  }
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case {
    margin-left: 4vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-name {
  font-size: 30pt;
  font-size: 40px;
  font-size: 1.28vw;
  font-family: "Noto Serif TC";
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 0.2em 0.2em 0.2em rgb(43, 43, 43);
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-name {
    font-size: 1.7vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-name {
    font-size: 5.5vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-add {
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  margin-top: 0.2vw;
  text-shadow: 0.2em 0.2em 0.2em rgb(43, 43, 43);
}
@media all and (max-width: 1440px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-add {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .card-box .history-card .history-card-back .bottom .case .case-add {
    font-size: 3.7vw;
    margin-top: 1vw;
  }
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+1) .history-card-font {
  background-color: #b5bc9f;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+1) .history-card-font .case-content .case-year .slash-box #slash {
  stroke: #4f563f;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+2) .history-card-font {
  background-color: #acb27d;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+2) .history-card-font .case-content .case-year .slash-box #slash {
  stroke: #4f563f;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+3) .history-card-font {
  background-color: #788260;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+3) .history-card-font .case-content .case .case-add {
  color: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+3) .history-card-font .case-content .case-year {
  color: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+3) .history-card-font .case-content .case-year .slash-box #slash {
  stroke: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+4) .history-card-font {
  background-color: #4f563f;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+4) .history-card-font .case-content .case .case-add {
  color: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+4) .history-card-font .case-content .case-year {
  color: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .card-box .history-card:nth-child(4n+4) .history-card-font .case-content .case-year .slash-box #slash {
  stroke: #b8c598;
}
.history-body .case-main .page-contaniner .main-container .navBtn {
  position: absolute;
  top: 37vw;
  display: flex;
  gap: 2vw;
  z-index: 10;
}
@media (max-width: 1024px) {
  .history-body .case-main .page-contaniner .main-container .navBtn {
    top: 100vw;
    gap: 4vw;
  }
}
.history-body .case-main .page-contaniner .main-container .navBtn .prev {
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .navBtn .prev img {
    width: 35px;
  }
}
.history-body .case-main .page-contaniner .main-container .navBtn .next {
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .history-body .case-main .page-contaniner .main-container .navBtn .next img {
    width: 35px;
  }
}
.history-body .case-main .page-contaniner .tree-shadow-moblie {
  position: absolute;
  width: 80vw;
  left: -40vw;
  bottom: 0px;
  mix-blend-mode: difference;
  display: none;
}
@media all and (max-width: 1024px) {
  .history-body .case-main .page-contaniner .tree-shadow-moblie {
    display: block;
  }
}

.news-body {
  background-image: url(../images/page_news/news_bg.png);
  width: 100%;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 1024px) {
  .news-body {
    background-image: url(../images/page_news/news_bg_moblie.png);
    background-size: cover;
  }
}
.news-body .news-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-body .news-main .top-container {
  width: 100%;
  padding-top: 5vw;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .news-body .news-main .top-container {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .top-container {
    height: auto;
    padding-top: 20vw;
  }
}
.news-body .news-main .top-container .transitions-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 50vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .top-container .transitions-item {
    padding-bottom: 155vw;
  }
}
.news-body .news-main .top-container .transitions-item img {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .top-container .transitions-item img {
    width: 80%;
  }
}
.news-body .news-main .page-contaniner {
  display: flex;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 4vw;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner {
    padding-bottom: 23vw;
    padding-top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner {
    padding-bottom: 30vw;
  }
}
.news-body .news-main .page-contaniner .top-tree-shadow {
  position: absolute;
  top: 20vw;
  right: -20vw;
  width: 35vw;
  z-index: 0;
  filter: drop-shadow(2px 9px 9px rgb(148, 148, 148));
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .top-tree-shadow {
    top: 105vw;
    width: 100vw;
  }
}
.news-body .news-main .page-contaniner .page-title-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-title-box {
    margin-bottom: 3vw;
  }
}
.news-body .news-main .page-contaniner .page-title-box .page-title-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 0.5vw;
}
.news-body .news-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
  height: 5vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    height: 15vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    padding-right: 1.5vw;
  }
}
.news-body .news-main .page-contaniner .page-title-box .page-title {
  margin-top: 2vw;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.4vw;
  letter-spacing: 0.45em;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-title-box .page-title {
    font-size: 5.5vw;
  }
}
.news-body .news-main .page-contaniner .page-content {
  padding-bottom: 10vw;
  padding-top: 13vw;
}
.news-body .news-main .page-contaniner .page-content .content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content {
    flex-direction: column;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item {
  width: 30%;
  position: relative;
  height: 20vw;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item {
    width: 90%;
    height: 60vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .item {
    width: 90%;
    height: 70vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .more-moblie {
  display: none;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .more-moblie {
    display: flex;
    position: absolute;
    top: 20.5vw;
    left: 20vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .item .more-moblie {
    top: 23vw;
    left: 21.6vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .more-moblie .more-btn {
  color: #454c32;
  font-family: "Cormorant Garamond";
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.368627451);
  font-weight: 500;
  text-align: start;
  border: none;
  border-radius: 50%;
  padding: 2.5vw 1vw;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .news-body .news-main .page-contaniner .page-content .content .item .more-moblie .more-btn {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .more-moblie .more-btn {
    font-size: 3.7vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .item .more-moblie .more-btn {
    padding: 4vw 2.1vw;
    font-size: 4.5vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img {
  position: absolute;
  bottom: 4vw;
  left: 9vw;
  width: 16.4vw;
  height: 16.4vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img {
    bottom: 10vw;
    left: 26vw;
    width: 45vw;
    height: 45vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img {
    width: 55vw;
    height: 55vw;
    bottom: 13vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .item-back-img {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .item-back-img {
    display: none;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 3.5vw;
  z-index: 9;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content {
    top: 2.5vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content {
    display: none;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .date {
  color: #a6a6a6;
  font-family: "Cormorant Garamond";
  font-size: 1.2vw;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 2.5vw;
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .title {
  color: white;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  margin: auto;
  margin-bottom: 2.5vw;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .title {
    font-size: 3.7vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .more {
  display: flex;
  justify-content: center;
}
.news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .more .more-btn {
  color: white;
  font-family: "Cormorant Garamond";
  font-style: italic;
  background-color: #454c32;
  text-align: start;
  border: none;
  border-radius: 50%;
  padding: 1vw 0.6vw;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .more .more-btn {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1440px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .more .more-btn {
    padding: 1vw 0.4vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .item .item-img .back-content .more .more-btn {
    font-size: 3.7vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .item img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  cursor: pointer;
}
.news-body .news-main .page-contaniner .page-content .content .circle-box {
  position: absolute;
  bottom: 0px;
  left: -1.2vw;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .circle-box {
    left: -1.2vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .circle-box {
    left: -9vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .circle-box .circle-svg {
  width: 37vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .content .circle-box .circle-svg {
    width: 100vw;
  }
}
@media all and (max-width: 500px) {
  .news-body .news-main .page-contaniner .page-content .content .circle-box .circle-svg {
    width: 125vw;
  }
}
.news-body .news-main .page-contaniner .page-content .content .circle-box .circle-svg text {
  fill: #000000;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 0.15em;
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+1) {
  margin-top: 3vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+1) {
    margin-top: 0vw;
  }
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+2) {
  margin-top: -7vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+2) {
    margin-top: 0vw;
  }
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+3) {
  margin-top: 5vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+3) {
    margin-top: 0vw;
  }
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+4) {
  margin-top: 5vw;
  margin-left: 6vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+4) {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+5) {
  margin-top: -6vw;
  margin-left: -2vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+5) {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}
.news-body .news-main .page-contaniner .page-content .item:nth-child(6n+6) {
  margin-top: 10vw;
  margin-left: 3vw;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(6n+6) {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(2n+1) {
    margin-left: 12vw;
  }
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-content .item:nth-child(2n+2) {
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: -12vw;
  }
}
.news-body .news-main .page-contaniner .page-top {
  position: absolute;
  bottom: 7vw;
  right: 4vw;
  z-index: 999;
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #383838;
  font-size: 0.8vw;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-body .news-main .page-contaniner .page-top {
    width: 10vw;
    font-size: 3vw;
    height: 10vw;
    bottom: 40vw;
    font-weight: bold;
  }
}
.news-body .bottom-tree-shadow {
  position: absolute;
  bottom: 12vw;
  left: -21vw;
  width: 35vw;
  z-index: 0;
  filter: drop-shadow(2px 9px 9px rgb(109, 109, 109));
}
@media all and (max-width: 1024px) {
  .news-body .bottom-tree-shadow {
    bottom: 29vw;
    left: -22vw;
    width: 95vw;
  }
}

.news-content-body {
  background-image: url(../images/page_news_content/bg.png);
  width: 100%;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 1024px) {
  .news-content-body {
    background-image: url(../images/page_news_content/bg_moblie.png);
    background-size: cover;
  }
}
.news-content-body .news-content-container {
  width: 100%;
  padding-bottom: 10vw;
  padding-top: 6vw;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container {
    padding-top: 20vw;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 35vw;
    min-height: 100vh;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container {
    padding-bottom: 50vw;
    padding-top: 25vw;
  }
}
.news-content-body .news-content-container .banner {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner {
    width: 100%;
  }
}
.news-content-body .news-content-container .banner .swiper {
  width: 100%;
  height: 39vw;
  display: flex;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper {
    height: 48vw;
  }
}
.news-content-body .news-content-container .banner .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
}
.news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 40px;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide {
    border-radius: 30px;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
.news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 40px;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 30px;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
  }
}
.news-content-body .news-content-container .banner .swiper .prev {
  position: absolute;
  left: 5vw;
  top: 15vw;
  z-index: 9;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .prev {
    left: 2vw;
    top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .prev {
    left: 0vw;
  }
}
.news-content-body .news-content-container .banner .swiper .prev img {
  width: 130%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .prev img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .prev img {
    width: 60%;
  }
}
.news-content-body .news-content-container .banner .swiper .next {
  position: absolute;
  right: 5.5vw;
  top: 15vw;
  z-index: 9;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .next {
    right: 2vw;
    top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .next {
    right: 0vw;
  }
}
.news-content-body .news-content-container .banner .swiper .next img {
  width: 130%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .banner .swiper .next img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .banner .swiper .next img {
    width: 60%;
  }
}
.news-content-body .news-content-container .content-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 2.5vw 4vw 0vw 4vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box {
    width: 100%;
    padding: 0vw 0vw 0vw 0vw;
  }
}
.news-content-body .news-content-container .content-box .txt {
  margin-top: 3vw;
}
.news-content-body .news-content-container .content-box .txt p {
  text-align: justify;
  white-space: pre-line;
  line-height: 2;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #000000;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .txt p {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .txt p {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt p {
    font-size: 3.7vw;
  }
}
.news-content-body .news-content-container .content-box .txt img {
  margin: 1vw 0;
  max-width: 100%;
  height: auto !important;
  border-radius: 40px;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt img {
    margin: 5vw 0;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .content-box .txt img {
    border-radius: 9px;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one {
  margin-bottom: 1.8vw;
  display: flex;
  gap: 3.5%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one {
    margin-bottom: 4vw;
    flex-direction: column;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.reverse {
    flex-direction: column;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.c_6_4 {
  display: flex;
}
.news-content-body .news-content-container .content-box .txt .t_one.c_6_4 .slide-box:first-child {
  flex: 1 1 60%;
  width: 58%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.c_6_4 .slide-box:first-child {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.c_6_4 .slide-box:last-child {
  flex: 1 1 40%;
  width: 38.5%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.c_6_4 .slide-box:last-child {
    width: 100%;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.c_6_4 .img-box {
  flex: auto;
}
.news-content-body .news-content-container .content-box .txt .t_one .img-box {
  flex: 1 1 50%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .img-box:first-child {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .img-box img {
  margin: 0;
  display: block;
}
.news-content-body .news-content-container .content-box .txt .t_one .img-box span {
  margin-top: 1vw;
  display: block;
  text-align: center;
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .txt .t_one .img-box span {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .txt .t_one .img-box span {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .img-box span {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 1;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .p-box {
  flex: 1 1 50%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .p-box {
    margin-top: 3vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .slide-box {
  flex: 1 1 50%;
  width: 50%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .slide-box {
    width: 100%;
    flex: 1 1 100%;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .slide-box img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  display: block;
}
.news-content-body .news-content-container .content-box .txt .t_one .slide-box span {
  margin-top: 1vw;
  display: block;
  text-align: center;
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .txt .t_one .slide-box span {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .txt .t_one .slide-box span {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .slide-box span {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 1;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .slide-box .slide-item {
  width: 100%;
  height: 21vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .slide-box .slide-item {
    height: 58vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 2%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .owl-dots {
    bottom: 4%;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.5;
}
.news-content-body .news-content-container .content-box .txt .t_one .owl-dots .owl-dot.active {
  opacity: 1;
}
.news-content-body .news-content-container .content-box .txt .t_one .video-box {
  flex: 1 1 50%;
  width: 50%;
  height: 21vw;
  border-radius: 35px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .video-box {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .content-box .txt .t_one .video-box {
    border-radius: 9px;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one .video-box iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one .video-box iframe {
    height: 60vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.one-slide .slide-item {
  height: 41vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.one-slide .slide-item {
    height: 58vw;
  }
}
.news-content-body .news-content-container .content-box .txt .t_one.two-slide .slide-box {
  flex: 1 1 50%;
  width: 48.25%;
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.two-slide .slide-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .txt .t_one.two-slide .slide-box:first-child {
    margin-bottom: 4vw;
  }
}
.news-content-body .news-content-container .content-box .article-type {
  background-color: #b6c396;
  color: white;
  font-family: "Noto Serif TC";
  width: 4vw;
  text-align: center;
  line-height: 1.4vw;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .article-type {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .article-type {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .article-type {
    width: 5vw;
    line-height: 1.7vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .article-type {
    font-size: 3.7vw;
    width: 23vw;
    line-height: 6.7vw;
    border-radius: 6px;
    align-self: center;
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
}
.news-content-body .news-content-container .content-box .article-title {
  font-family: "Noto Serif TC";
  color: #4e5e2c;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .article-title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .article-title {
    font-size: 5.5vw;
    align-self: center;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
.news-content-body .news-content-container .content-box .article-line {
  width: 17%;
  margin-top: 0vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .article-line {
    width: 70%;
    align-self: center;
    margin-top: 6vw;
    margin-bottom: 1vw;
  }
}
.news-content-body .news-content-container .content-box .content {
  margin-top: 0.5vw;
  text-align: justify;
  white-space: pre-line;
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #000000;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .content {
    font-size: 3.7vw;
    line-height: 7vw;
  }
}
.news-content-body .news-content-container .content-box .bottom-box {
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  margin-top: 3.5vw;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .bottom-box {
    margin-top: 12vw;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .content-box .bottom-box {
    margin-top: 14vw;
  }
}
.news-content-body .news-content-container .content-box .bottom-box .date-box {
  display: flex;
  border-bottom: 1px solid #bfbdbe;
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  font-family: "微軟正黑體";
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #808080;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .bottom-box .date-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .bottom-box .date-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .bottom-box .date-box {
    font-size: 3.7vw;
  }
}
.news-content-body .news-content-container .content-box .bottom-box .date {
  font-family: "Cormorant Garamond";
  font-size: 4.3vw;
  font-style: italic;
  font-size: 1.3vw;
  align-items: center;
  display: flex;
  letter-spacing: 0.1em;
  padding-bottom: 0.3vw;
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .bottom-box .date {
    font-size: 5.5vw;
  }
}
.news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
  align-items: end;
  border: 1px solid #000000;
  padding: 0.3vw 0.6vw 0.3vw 0.6vw;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  color: #000000;
  font-family: "微軟正黑體";
  font-weight: 500;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.3vw 0.8vw;
  }
}
@media all and (max-width: 1366px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.4vw 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    font-size: 3.7vw;
    border-radius: 10px;
    padding: 0.8vw 2vw 0.7vw 2vw;
  }
}
@media all and (max-width: 500px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a {
    border-radius: 7px;
  }
}
.news-content-body .news-content-container .content-box .bottom-box .return-box .return-a img {
  width: 0.6vw;
  margin-top: 0vw;
  display: block;
  padding-bottom: 0.1vw;
  margin-right: 0.5vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .news-content-container .content-box .bottom-box .return-box .return-a img {
    width: 2.5vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0vw;
    margin-right: 1vw;
  }
}
.news-content-body .bottom-tree-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30vw;
}
@media all and (max-width: 1024px) {
  .news-content-body .bottom-tree-shadow {
    bottom: 16vw;
    left: -21vw;
    width: 75vw;
  }
}

.about-body {
  background-image: url(../images/page_about/about_bg.png);
  background-color: white;
  width: 100%;
  background-size: cover;
  position: relative;
}
.about-body .about-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about-body .about-main .top-container {
  width: 100%;
  padding-top: 5vw;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .top-container {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .top-container {
    height: auto;
    padding-top: 20vw;
  }
}
.about-body .about-main .top-container .transitions-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 50vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .top-container .transitions-item {
    padding-bottom: 155vw;
  }
}
.about-body .about-main .top-container .transitions-item img {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .top-container .transitions-item img {
    width: 80%;
  }
}
.about-body .about-main .page-contaniner {
  display: flex;
  width: 100%;
  padding-top: 5vw;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner {
    padding-bottom: 23vw;
    padding-top: 10vw;
  }
}
.about-body .about-main .page-contaniner .page-title-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-title-box {
    margin-bottom: 3vw;
  }
}
.about-body .about-main .page-contaniner .page-title-box .page-title-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 0.5vw;
}
.about-body .about-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
  height: 5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    height: 15vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-title-box .page-title-img #page-title-img-svg {
    padding-right: 1.5vw;
  }
}
.about-body .about-main .page-contaniner .page-title-box .page-title {
  margin-top: 2vw;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.4vw;
  letter-spacing: 0.45em;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-title-box .page-title {
    font-size: 5.5vw;
  }
}
.about-body .about-main .page-contaniner .page-content {
  position: relative;
  overflow: visible;
  padding-top: 3vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content {
    padding-top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content {
    padding-top: 7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .tab-box {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif TC";
  color: #000000;
  font-weight: bold;
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  position: fixed;
  flex-direction: column;
  top: 7vw;
  left: -8vw;
  z-index: 10;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .tab-box {
    font-size: 1.1vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .tab-box {
    font-size: 3.9vw;
    letter-spacing: 0.25em;
    position: relative;
    flex-direction: row;
    left: 0;
    top: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .tab-box {
    margin-bottom: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .tab-box .about-tab, .about-body .about-main .page-contaniner .page-content .tab-box .video-tab {
  cursor: pointer;
  letter-spacing: 0.2em;
  padding: 0.4vw 1vw;
  margin: 3% 0;
  width: auto;
  box-sizing: content-box;
  background-color: #4e5e2c;
  color: #fff;
  font-size: 15px;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .tab-box .about-tab, .about-body .about-main .page-contaniner .page-content .tab-box .video-tab {
    width: auto;
    padding: 0;
    box-sizing: border-box;
    background: none;
    color: #000;
  }
}
.about-body .about-main .page-contaniner .page-content .tab-box .about-tab:hover, .about-body .about-main .page-contaniner .page-content .tab-box .video-tab:hover {
  color: #b6c396;
}
.about-body .about-main .page-contaniner .page-content .tab-box .about-tab.active, .about-body .about-main .page-contaniner .page-content .tab-box .video-tab.active {
  color: #b6c396;
}
.about-body .about-main .page-contaniner .page-content .tab-box .tab-line {
  display: none;
  width: 0.8vw;
  height: 1vw;
  align-self: center;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding-top: 0.1vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .tab-box .tab-line {
    height: 1.3vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .tab-box .tab-line {
    display: block;
    height: 3.3vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content {
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box {
    flex-direction: column-reverse;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box {
  display: flex;
  width: 38%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box {
    width: 100%;
    margin-top: 10vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-svg {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-svg {
    display: block;
    position: absolute;
    height: 7.3vw;
    right: 17vw;
    top: 1vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .victory-svg {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .victory-svg {
    display: block;
    position: absolute;
    height: 7vw;
    left: 17vw;
    bottom: 1vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box img {
  border: 0.6vw solid #b7c497;
  border-radius: 50%;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box img {
    border: 1.6vw solid #b7c497;
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box1 {
    margin-left: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box2 {
  margin-top: 7vw;
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .img-box2 {
    margin-top: 19vw;
    margin-left: -4vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory {
  position: absolute;
  bottom: 2vw;
  margin-left: 4vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory {
    margin-left: 2vw;
    bottom: 0.5vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory img {
  width: 100%;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory img {
    width: 13vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory #peace_victory_svg {
  width: 13vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .left-box .peace-victory #peace_victory_svg {
    width: 15vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box {
  display: flex;
  padding-top: 10vw;
  margin-left: 3vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box {
    margin-left: 0vw;
    padding: 0vw 10vw;
    justify-content: center;
    padding-top: 7vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box {
    padding: 0vw 10vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .leaf-icon {
  margin-right: 0.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .leaf-icon {
    margin-right: 2vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .leaf-icon img {
  width: 30px;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .leaf-icon img {
    width: 20px;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .leaf-icon img {
    width: 4vw;
    padding-top: 1.5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box {
  display: flex;
  color: #4e5e2c;
  font-family: "Noto Serif TC";
  font-weight: bold;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box {
    font-size: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box .title-text {
  display: flex;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box .title-text img.title_crosses {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  width: 20px;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box .title-text img.title_crosses {
    width: 0.7vw;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box .title-text img.title_crosses {
    margin-left: 0.5vw;
    margin-right: 0.7vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .title-box .title-text img.title_crosses {
    width: 2.5vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .about_line {
  width: 80%;
  margin-top: 0.8vw;
  margin-bottom: 0.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .about_line {
    margin-top: 3.5vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .about_line {
    width: 87%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content {
  color: #000000;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content {
    font-size: 3.7vw;
    line-height: 7vw;
  }
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content br {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content2 {
  margin-top: 1.5vw;
  color: #000000;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content2 {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content2 {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content2 {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .peace-victory-box .right-box .content2 {
    font-size: 3.7vw;
    line-height: 7vw;
    margin-top: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 8vw;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box {
    margin-top: 18vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .bg-light {
  position: absolute;
  width: 45%;
  right: -10vw;
  top: 21vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box {
  display: flex;
  margin: 0 auto;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-img-box {
  width: 3.5%;
  align-self: center;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-img-box {
    margin-right: 2vw;
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-img-box img {
  width: 100%;
  padding-top: 0.3vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-img-box img {
    width: 4vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title {
  font-family: "Noto Serif TC";
  font-weight: bold;
  color: #4e5e2c;
  letter-spacing: 0.1em;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title {
    font-size: 5vw;
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-moblie {
  display: none;
  font-family: "Noto Serif TC";
  font-weight: bold;
  color: #4e5e2c;
  letter-spacing: 0.1em;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-moblie {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-moblie {
    font-size: 5vw;
    display: flex;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-moblie .title-img-box-moblie img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .title-box .title-moblie .title-img-box-moblie img {
    width: 3.7vw;
    align-items: flex-end;
    margin-right: 2vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 8vw;
  height: 38vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box {
    text-align: right;
    height: 90vw;
    padding: 0vw 3vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .tree-box {
  text-align: center;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .tree-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .tree-box .spirit-tree-img {
  width: 35%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .tree-box .spirit-tree-img {
    width: 55%;
    align-self: end;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box {
  display: flex;
  margin-top: -20vw;
  margin-left: 14.5vw;
  width: 36vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .left-box {
  width: 10vw;
  margin-right: 1.5vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .left-box .img-box {
  border: 0.4vw solid #b7c497;
  border-radius: 50%;
  margin-top: -4vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .left-box .img-box img {
  border-radius: 50%;
  width: 11vw;
  height: 11vw;
  margin-left: -14%;
  margin-top: -1%;
  overflow: hidden;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .title-zh {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .title-en {
  margin-top: 0.5vw;
  margin-bottom: 0.7vw;
  width: 6.5vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .title-en .title-en-img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line {
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .line-box {
  width: 24vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .line-box img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .content {
  position: absolute;
  top: 0px;
  margin-top: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
  opacity: 0;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box .right-box .spirit-content-line .content {
    font-size: 3.7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box {
  display: flex;
  margin-top: 7vw;
  margin-left: 14.5vw;
  width: 39vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .left-box {
  width: 10vw;
  margin-right: 1.5vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .left-box .img-box {
  border: 0.4vw solid #b7c497;
  border-radius: 50%;
  margin-top: -4vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .left-box .img-box img {
  border-radius: 50%;
  width: 20vw;
  height: 18vw;
  margin-left: -57%;
  margin-top: -21%;
  overflow: hidden;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .title-zh {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .title-en {
  margin-top: 0.5vw;
  margin-bottom: 0.7vw;
  width: 6.5vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .title-en .title-en-img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .spirit-content-line {
  position: absolute;
  top: -6vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .spirit-content-line .line-box {
  width: 24vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .spirit-content-line .line-box img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .content {
  margin-top: 0.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
  opacity: 0;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box .right-box .content {
    font-size: 3.7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box {
  display: flex;
  margin-top: -27vw;
  margin-left: 53vw;
  width: 50vw;
  padding-left: 10vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .left-box {
  width: 10vw;
  margin-right: 1vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .left-box .img-box {
  border: 0.4vw solid #b7c497;
  border-radius: 50%;
  margin-top: -3vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  margin-left: -3vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .left-box .img-box {
    margin-left: -6.5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .left-box .img-box img {
  border-radius: 50%;
  width: 18vw;
  height: 17vw;
  margin-left: -61%;
  margin-top: -39%;
  overflow: hidden;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .title-zh {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .title-en {
  margin-top: 0.5vw;
  margin-bottom: 0.7vw;
  width: 8.5vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .title-en .title-en-img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .spirit-content-line {
  position: absolute;
  top: 4.8vw;
  left: -11.5vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .spirit-content-line .line-box {
  width: 20vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .spirit-content-line .line-box img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .content {
  margin-top: 0.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
  opacity: 0;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box .right-box .content {
    font-size: 3.7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie {
  display: none;
  position: absolute;
  top: 0px;
  left: 5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie {
    display: flex;
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-text {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-top: 2vw;
  padding-left: 4vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-text {
    font-size: 3.7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-img-box {
  display: flex;
  width: 100%;
  margin-top: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-img-box .left-arrow-box {
  width: 100%;
  display: flex;
  align-self: center;
  margin-right: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-img-box .left-arrow-box img {
  height: 6vw;
  text-align: center;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .title-img-box .title-en-img {
  height: 7vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .energetic-box-moblie .energetic-line-moblie {
  left: 8vw;
  width: 59vw;
  position: absolute;
  top: 19vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie {
  display: none;
  position: absolute;
  top: 30vw;
  left: 5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie {
    display: flex;
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-text {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: right;
  padding-top: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-text {
    font-size: 3.7vw;
    padding-left: 8vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-img-box {
  display: flex;
  width: 100%;
  margin-top: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-img-box .left-arrow-box {
  width: 100%;
  display: flex;
  align-self: center;
  margin-right: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-img-box .left-arrow-box img {
  height: 6vw;
  text-align: center;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .title-img-box .title-en-img {
  height: 7vw;
  margin-right: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .perfect-box-moblie .perfect-line-moblie {
  left: 8vw;
  width: 49vw;
  position: absolute;
  top: 7vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie {
  display: none;
  position: absolute;
  top: 60vw;
  left: 5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie {
    display: flex;
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-text {
  color: #000000;
  font-family: "Noto Serif TC";
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-top: 2vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-text {
    font-size: 3.7vw;
    padding-left: 8vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-img-box {
  display: flex;
  width: 100%;
  margin-top: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-img-box .left-arrow-box {
  width: 100%;
  display: flex;
  align-self: center;
  margin-right: 2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-img-box .left-arrow-box img {
  height: 6vw;
  text-align: center;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .title-img-box .title-en-img {
  height: 7vw;
  margin-right: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .spirit-box .content-box .unified-box-moblie .unified-line-moblie {
  left: 8vw;
  width: 59vw;
  position: absolute;
  top: -15.5vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box {
  display: flex;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box {
    flex-direction: column-reverse;
    margin-top: 7vw;
    margin-bottom: 10vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .olivetree-bg {
  position: absolute;
  bottom: -11vw;
  width: 30%;
  right: -18vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .olivetree-bg {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .olivetree-bg {
    width: 35%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box {
    width: 100%;
    padding: 0 7vw;
    position: relative;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1-pc {
  width: 100%;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1-pc {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1-pc {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1-moblie {
  display: none;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1-moblie {
    display: block;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1_light {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .left-box .img1_light {
    display: block;
    position: absolute;
    z-index: 99;
    width: 70%;
    top: 0px;
    right: 0px;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box {
    width: 100%;
    padding: 0vw 15vw;
    margin-bottom: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title {
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title {
    width: initial;
    margin-bottom: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title img {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title img {
    height: 8vw;
    width: initial;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title #olivetree-svg {
  text-align: center;
  height: 2.15vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .title #olivetree-svg {
    height: 8vw;
    width: initial;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content {
  margin-top: 0.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: 1.5vw;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content {
    font-size: 3.7vw;
    line-height: 7vw;
    text-align: left;
  }
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .olivetree-box .right-box .content br {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box {
  display: flex;
  width: 100%;
  position: relative;
  background-image: url(../images/page_about/green_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9vw;
  flex-direction: column;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box {
    padding-top: 20vw;
    padding-bottom: 13vw;
    background-image: url(../images/page_about/green_bg_moblie.png);
    background-position: top;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-img {
  width: 13vw;
  margin: 0 auto;
  margin-bottom: 0.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-img {
    width: initial;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-img {
    margin-bottom: 1vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-img img {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-img img {
    height: 8vw;
    width: initial;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title {
  display: flex;
  color: #fff;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title {
    font-size: 5.5vw;
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-moblie {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .title-box .title-moblie {
    display: flex;
    color: #fff;
    font-size: 5.5vw;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box {
  display: flex;
  justify-content: center;
  margin-top: 10vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box {
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box #sector-svg {
  position: absolute;
  width: 54vw;
  top: -2vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box #sector-svg {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title {
  position: absolute;
  top: 12vw;
  left: 15vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title .title {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.85vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title .title-img {
  width: 7.5vw;
  margin: 0 auto;
  margin-top: 0.2vw;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title .title-img img {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title .title-img #research-svg {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-title .title-img #research-white-svg {
  position: absolute;
  top: 0vw;
  height: 3vw;
  left: 0vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title {
  position: absolute;
  top: -6vw;
  left: 35vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title .title {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.85vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title .title-img {
  width: 7vw;
  margin: 0 auto;
  margin-top: 0.2vw;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title .title-img img {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title .title-img #position-svg {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-title .title-img #position-white-svg {
  position: absolute;
  top: 0px;
  height: 3vw;
  left: 0vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title {
  position: absolute;
  top: -6vw;
  right: 35vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title .title {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.85vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title .title-img {
  width: 5vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2vw;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title .title-img img {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title .title-img #plan-svg {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-title .title-img #plan-white-svg {
  position: absolute;
  top: 0px;
  height: 3vw;
  left: 0.65vw;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title {
  position: absolute;
  top: 12vw;
  right: 14vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title .title {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.85vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title .title-img {
  width: 5vw;
  text-align: center;
  margin-top: 0.2vw;
  margin-right: 4vw;
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title .title-img img {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title .title-img #marketing-svg {
  height: 3vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-title .title-img #marketing-white-svg {
  position: absolute;
  top: 0px;
  height: 3vw;
  left: 0px;
  opacity: 0;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .sector-item-box {
  position: relative;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .sector-item-box img {
  width: 50vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box {
  position: relative;
  z-index: 1;
  display: flex;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .all-img {
  width: 50vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .research-circle {
  position: absolute;
  top: 15vw;
  left: -0.65vw;
  width: 0.8vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .research-white-circle {
  position: absolute;
  top: 14.8vw;
  left: -0.85vw;
  width: 1.2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .position-circle {
  position: absolute;
  top: -0.1vw;
  left: 13.75vw;
  width: 0.8vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .position-white-circle {
  position: absolute;
  top: -0.3vw;
  left: 13.56vw;
  width: 1.2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .plan-circle {
  position: absolute;
  top: -0.36vw;
  left: 34.75vw;
  width: 0.8vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .plan-white-circle {
  position: absolute;
  top: -0.57vw;
  left: 34.55vw;
  width: 1.2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .marketing-circle {
  position: absolute;
  top: 15vw;
  right: -0.65vw;
  width: 0.8vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .marketing-white-circle {
  position: absolute;
  top: 14.8vw;
  right: -0.85vw;
  width: 1.2vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .all-box .white-circle {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-box-a,
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-box-a,
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-box-a,
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-box-a {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-box {
  position: absolute;
  z-index: 3;
  clip-path: polygon(85% 78%, -207% 66%, 22% 0%);
  width: 27%;
  height: 22vw;
  top: 8vw;
  left: 26.8vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-box {
  position: absolute;
  z-index: 3;
  clip-path: polygon(65% 101%, 64% 0, -9% 21%);
  width: 26%;
  height: 24vw;
  top: -2px;
  left: 33vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-box {
  position: absolute;
  z-index: 3;
  clip-path: polygon(52% 98%, 52% -11%, 124% -2%);
  width: 33%;
  height: 24vw;
  top: 1vw;
  left: 33vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-box {
  position: absolute;
  z-index: 3;
  clip-path: polygon(52% 100%, 121% -37%, 400% 102%);
  width: 50%;
  height: 24vw;
  top: 1vw;
  left: 24vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .sector-item-img {
  position: absolute;
  display: flex;
  bottom: 0px;
  pointer-events: none;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .sector-item-img img {
  width: 50vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-img {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .research-img {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-img {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .plan-img {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-img {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .position-img {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-img {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .marketing-img {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper {
  text-align: center;
  width: 100%;
  display: none;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper {
    display: block;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide img {
    width: 95%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide .swiper-title {
  display: flex;
  flex-direction: column;
  margin-top: 10vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide .swiper-title .title {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 3.9vw;
  letter-spacing: 0.1em;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide .swiper-title .title-img {
  margin-top: 0.7vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-wrapper .swiper-slide .swiper-title .title-img img {
  height: 12vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-controller {
  display: flex;
  position: absolute;
  bottom: 7vw;
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-controller .slider-controller {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0vw 12vw;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-controller .slider-controller .slider-arrow {
  z-index: 10;
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-controller .slider-controller .slider-arrow img {
  width: 85%;
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .swiper .swiper-controller .slider-controller .slider-arrow img {
    width: 50%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .finger-box {
  position: absolute;
  bottom: 10vw;
  z-index: 99;
  left: 10vw;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -66%);
}
.about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .finger-box img {
  width: 80%;
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .about-tab-container .sector-box .content-box .finger-box img {
    width: 40%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .left-box {
  height: 100%;
  width: 25%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .left-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .left-box img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box {
  width: 50%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .middle-img {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box {
  position: absolute;
  top: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .title {
  margin: 0 auto;
  text-align: center;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .title img {
  width: 20vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .title img {
    width: 27vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .title #bottom-middle-svg {
  width: 20vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .title #bottom-middle-svg {
    width: 27vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1vw;
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box .content {
  color: white;
  font-family: "微軟正黑體";
  letter-spacing: 0.2em;
  line-height: 1.3vw;
  width: 100%;
  justify-content: center;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box .content {
    line-height: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .middle-box .title-box .content-box .content {
    font-size: 3.7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .right-box {
  width: 25%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .right-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .right-box img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper {
  position: relative;
  width: 100%;
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box {
  position: absolute;
  top: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box .title {
  margin: 0 auto;
  text-align: center;
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box .title img {
  width: 70vw;
}
@media (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box .title img {
    width: 62vw;
  }
}
.about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box .content-box {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3vw;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .content .bottom-img-box .swiper .title-box .content-box .content {
    font-size: 3.7vw;
    line-height: 6.5vw;
    color: white;
    font-family: "微軟正黑體";
    letter-spacing: 0.2em;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 4vw;
  flex-direction: column;
  padding-bottom: 9vw;
  position: relative;
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container {
    padding-top: 11vw;
    padding-bottom: 13vw;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container {
    padding-top: 4vw;
    padding-bottom: 20vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box {
  width: 50%;
  display: flex;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box {
    flex-direction: column;
    width: 80%;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box {
    width: 78%;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box {
  display: flex;
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title {
  display: flex;
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img {
  display: block;
  margin-right: 0.5vw;
  padding-top: 0.2vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img {
    padding-top: 1.7vw;
    margin-right: 2vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img img {
  width: 85%;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img img {
    width: 65%;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img img {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .icon-img img {
    width: 4vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text {
  display: flex;
  flex-direction: column;
  width: 7vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text {
    width: 10vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text {
    width: 100%;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-zh {
  display: flex;
  color: #4e5e2c;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-zh {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-zh {
    font-size: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-line-moblie {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-line-moblie {
    display: flex;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-line-moblie img {
  width: 25vw;
}
@media all and (max-width: 500px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-line-moblie img {
    width: 22vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-en {
  display: flex;
  text-align: left;
  margin-top: 0.4vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-en {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-en img {
  width: 89%;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .left-box .title .title-text .title-en img {
    width: 77%;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .line-img-box {
  display: flex;
  width: 0.3%;
  height: 4.5vw;
  padding-top: 0.2vw;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .line-img-box {
    height: 5vw;
    margin-right: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .line-img-box {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .line-img-box img {
  width: 100%;
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .right-box {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #383838;
  font-family: "微軟正黑體";
  letter-spacing: 0.2em;
  margin-left: 0.5vw;
  width: 100%;
  line-height: 1.6vw;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .right-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .right-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .right-box {
    line-height: 1.85vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .title-box .right-box {
    font-size: 3.7vw;
    line-height: 7vw;
    padding-left: 5vw;
    margin-bottom: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box {
  display: flex;
  width: 50%;
  margin: 0 auto;
  flex-direction: column;
  margin-top: 6vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box {
    width: 80%;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title {
  display: flex;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title {
    flex-direction: column;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .title {
  display: flex;
  color: #4e5e2c;
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .title {
    font-size: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .title {
    font-size: 5vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title img {
  width: 0.2%;
  padding-top: 0.2vw;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .video-title-line-pc {
    display: none;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .video-title-line-moblie {
  display: none;
  margin-top: 3vw;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .video-title-line-moblie {
    display: flex;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .video-title-line-moblie img {
  width: 20vw;
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .introduce {
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #383838;
  font-family: "微軟正黑體";
  letter-spacing: 0.2em;
  margin-left: 0.5vw;
  line-height: 1.3vw;
  align-self: center;
}
@media all and (max-width: 1920px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .introduce {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .introduce {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video-title .introduce {
    font-size: 3.7vw;
    line-height: 7vw;
    margin-top: 0vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video {
  margin-top: 1.5vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video {
    margin-top: 5vw;
    margin-bottom: 7vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video iframe {
  border-radius: 0.6vw;
  width: 100%;
  height: 30vw;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-box .video iframe {
    width: 80vw;
    height: 49vw;
    border-radius: 1.2vw;
  }
}
.about-body .about-main .page-contaniner .page-content .video-tab-container .video-light-bg {
  position: absolute;
  top: -12vw;
  left: 0px;
  width: 25vw;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .about-body .about-main .page-contaniner .page-content .video-tab-container .video-light-bg {
    top: -1vw;
    left: -23vw;
    width: 65vw;
  }
}
.about-body .about-main .light-box-bg {
  position: fixed;
  background-color: #3f4431;
  width: 100%;
  height: 100vh;
  z-index: 99;
  opacity: 0.9;
  display: none;
}
.about-body .about-main .light-box {
  position: fixed;
  width: 80vw;
  z-index: 999;
  background-color: white;
  border-radius: 4vw;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  opacity: 0;
}
.about-body .about-main .light-box .top-img-box {
  display: block;
  border-radius: 4vw;
  font-size: 0px;
  width: 100%;
  position: relative;
}
.about-body .about-main .light-box .top-img-box img {
  width: 100%;
  border-radius: 4vw;
  display: block;
  margin-top: -0.3vw;
}
.about-body .about-main .light-box .top-img-box .light-box-close {
  position: absolute;
  width: 7vw;
  right: 3vw;
  top: 3vw;
}
.about-body .about-main .light-box .bottom-box {
  position: relative;
  text-align: center;
}
.about-body .about-main .light-box .bottom-box .title-zh {
  color: #000000;
  font-family: "Noto Serif TC";
  letter-spacing: 0.1em;
  font-size: 3.7vw;
  line-height: 7vw;
  margin-top: 5vw;
  margin-bottom: 3vw;
}
.about-body .about-main .light-box .bottom-box .title-en-box {
  display: flex;
  justify-content: center;
}
.about-body .about-main .light-box .bottom-box .title-en-box .title-en {
  border-bottom: 2px solid #b6c396;
  padding-bottom: 3vw;
}
.about-body .about-main .light-box .bottom-box .title-en-box img {
  height: 8vw;
}
.about-body .about-main .light-box .bottom-box .content {
  margin-top: 3vw;
  color: #000000;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 3.7vw;
  line-height: 7vw;
  padding-bottom: 6vw;
  z-index: 22;
}
.about-body .about-main .light-box .bottom-box .content .bottom-tree-shadow {
  position: absolute;
  bottom: 0px;
  right: -1vw;
  width: 50%;
}
.about-body .about-main .energetic-box-lightbox {
  display: none;
  opacity: 0;
}
.about-body .about-main .perfect-box-lightbox {
  display: none;
  opacity: 0;
}
.about-body .about-main .unified-box-lightbox {
  display: none;
  opacity: 0;
}

.about-insidepage-body {
  background-image: url(../images/page_about/about_inside_bg.png);
  width: 100%;
  background-size: cover;
  position: relative;
}
.about-insidepage-body .about-insidepage-container {
  width: 100%;
  padding-bottom: 10vw;
  padding-top: 6vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-insidepage-body .about-insidepage-container .tree-bg {
  position: absolute;
  right: -2vw;
  top: 25vw;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .tree-bg {
    top: 123vw;
    right: -4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .tree-bg {
    width: 50%;
  }
}
.about-insidepage-body .about-insidepage-container .tree-bg img {
  width: 108%;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container {
    padding-top: 27vw;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-bottom: 45vw;
  }
}
@media all and (max-width: 500px) {
  .about-insidepage-body .about-insidepage-container {
    padding-bottom: 50vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 2.5vw 4vw 0vw 4vw;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box {
    width: 100%;
    padding: 0vw 0vw 0vw 0vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.about-insidepage-body .about-insidepage-container .content-box .title-box .title-img {
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-box .title-img {
    width: initial;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .title-box .title-img img {
  height: 3vw;
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-box .title-img img {
    height: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-box .title-img img {
    height: 11vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .title {
  font-family: "Noto Serif TC", serif;
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 1vw;
  text-align: center;
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .title {
    font-size: 1.2vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .title {
    font-size: 3.9vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .title-line {
  margin-top: 0.3vw;
}
.about-insidepage-body .about-insidepage-container .content-box .title-line img {
  width: 10vw;
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-line img {
    width: 14vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-line .title-line-pc {
    display: none;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .title-line .title-line-moblie {
  display: none;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .title-line .title-line-moblie {
    display: block;
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 60vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .content {
  margin-top: 0.5vw;
  text-align: justify;
  margin-top: 1vw;
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #000000;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  z-index: 20;
}
@media all and (max-width: 1920px) {
  .about-insidepage-body .about-insidepage-container .content-box .content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .content {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .content {
    line-height: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .content {
    font-size: 3.7vw;
    line-height: 7vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .content img {
  margin-top: 2vw;
  max-width: 100%;
  height: auto !important;
  border-radius: 17px;
}
@media all and (max-width: 500px) {
  .about-insidepage-body .about-insidepage-container .content-box .content img {
    margin-top: 9vw;
  }
}
@media all and (max-width: 500px) {
  .about-insidepage-body .about-insidepage-container .content-box .content img {
    border-radius: 5px;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .content .content-img-title {
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  line-height: initial;
  padding-left: 1vw;
  white-space: initial;
  z-index: 20;
  padding-top: 0.3vw;
}
@media all and (max-width: 1920px) {
  .about-insidepage-body .about-insidepage-container .content-box .content .content-img-title {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .content .content-img-title {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .content .content-img-title {
    font-size: 3.7vw;
    line-height: 6.5vw;
    margin-bottom: 2vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .content .content-img-title b {
  font-weight: bold;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .content .content-img-title b {
    margin-right: 4vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .content .text {
  margin-bottom: 1vw;
}
.about-insidepage-body .about-insidepage-container .content-box .bottom-box {
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  margin-top: 3.5vw;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box {
    margin-top: 12vw;
    justify-content: center;
  }
}
@media all and (max-width: 500px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box {
    margin-top: 14vw;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
  align-items: end;
  border: 1px solid #000000;
  padding: 0.3vw 0.6vw 0.3vw 0.6vw;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  color: #000000;
  font-family: "微軟正黑體";
  font-weight: 500;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.3vw 0.8vw;
  }
}
@media all and (max-width: 1366px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.4vw 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    font-size: 3.7vw;
    border-radius: 10px;
    padding: 0.8vw 2vw 0.7vw 2vw;
  }
}
@media all and (max-width: 500px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a {
    border-radius: 7px;
  }
}
.about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a img {
  width: 0.6vw;
  margin-top: 0vw;
  display: block;
  padding-bottom: 0.1vw;
  margin-right: 0.5vw;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .content-box .bottom-box .return-box .return-a img {
    width: 2.5vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0vw;
    margin-right: 1vw;
  }
}
.about-insidepage-body .about-insidepage-container .page-top {
  position: absolute;
  bottom: 7vw;
  right: 4vw;
  z-index: 999;
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #dbdbdb;
  color: #383838;
  font-size: 0.8vw;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .about-insidepage-body .about-insidepage-container .page-top {
    width: 10vw;
    font-size: 3vw;
    height: 10vw;
    bottom: 40vw;
    font-weight: bold;
  }
}

.renewal-body {
  background-image: linear-gradient(to bottom, rgba(223, 223, 223, 0) 0%, rgba(223, 223, 223, 0.34) 34%, rgb(223, 223, 223) 100%);
  width: 100%;
  background-size: cover;
  background-position: center;
}
.renewal-body .renewal-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.renewal-body .renewal-main .top-container {
  width: 100%;
  padding-top: 5vw;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1920px) {
  .renewal-body .renewal-main .top-container {
    padding-top: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .renewal-body .renewal-main .top-container {
    height: auto;
    padding-top: 20vw;
  }
}
.renewal-body .renewal-main .top-container .transitions-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 50vw;
}
@media all and (max-width: 1024px) {
  .renewal-body .renewal-main .top-container .transitions-item {
    padding-bottom: 155vw;
  }
}
.renewal-body .renewal-main .top-container .transitions-item img {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .renewal-body .renewal-main .top-container .transitions-item img {
    width: 80%;
  }
}
.renewal-body .renewal-main .renewal-container {
  display: flex;
  width: 100%;
  padding-bottom: 0vw;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.renewal-body .renewal-main .renewal-container .page-title-box {
  display: flex;
  width: 100%;
  margin-top: 5vw;
  flex-direction: column;
}
.renewal-body .renewal-main .renewal-container .page-title-box .page-title-img {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-right: 0.5vw;
}
.renewal-body .renewal-main .renewal-container .page-title-box .page-title-img #page-title-img-svg {
  height: 5vw;
}
@media all and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .page-title-box .page-title-img #page-title-img-svg {
    height: 15vw;
    padding-right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .renewal-body .renewal-main .renewal-container .page-title-box .page-title-img #page-title-img-svg {
    padding-right: 1.5vw;
  }
}
.renewal-body .renewal-main .renewal-container .page-title-box .page-title {
  margin-top: 2vw;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #000000;
  font-family: "Noto Serif TC", serif;
  font-size: 1.4vw;
  letter-spacing: 0.45em;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .page-title-box .page-title {
    font-size: 5.5vw;
  }
}
.renewal-body .renewal-main .renewal-container .content {
  width: 100%;
  position: relative;
  margin-top: 4%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content {
    margin-top: 13vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  pointer-events: none;
  width: 134.25%;
}
.renewal-body .renewal-main .renewal-container .content .content-bg img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-bg {
    width: 100%;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-bg-border {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  pointer-events: none;
  width: 133vw;
  height: 133vw;
  background-repeat: no-repeat;
  background-size: 100% 40vw;
  background-image: linear-gradient(to bottom, rgb(178, 191, 148) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-bg-border {
    width: 185vw;
    height: 133vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  width: 75%;
  gap: 12vw 5vw;
  margin-top: 20%;
  padding-bottom: 17vw;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list {
    width: 87%;
    align-items: flex-start;
    gap: 20vw;
    margin-bottom: 25vw;
    margin-top: 27vw;
  }
}
@media (max-width: 500px) {
  .renewal-body .renewal-main .renewal-container .content .content-list {
    margin-top: 30vw;
    margin-bottom: 43vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+3) .content-item-container {
  margin-bottom: -12vw;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+3) .content-item-container {
    margin-bottom: 0vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+4) {
  margin-left: 4vw;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+4) {
    margin-left: 0;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+5) .content-item-container {
  margin-left: 33%;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+5) .content-item-container {
    margin-left: 0;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+6) .content-item-container {
  margin-left: 50%;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(6n+6) .content-item-container {
    margin-left: 0;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  will-change: transform;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img a {
  height: 100%;
  width: 100%;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+2) {
  margin-top: -20%;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+2) {
    margin-top: 0;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+2) .content-item-img {
  -webkit-mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
          mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(3n+3) .content-item-img {
  -webkit-mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
          mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+1) {
    margin-left: auto;
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+1) .content-item-container {
    align-items: flex-start;
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+1) .content-item-container .content-item-img {
    -webkit-mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
            mask-image: url("/assets/images/renew/renewal-item-mask-reverse@2x.webp");
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+1) .content-item-container .content-item-title {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+2) .content-item-container {
    align-items: flex-end;
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+2) .content-item-container .content-item-img {
    -webkit-mask-image: url("/assets/images/renew/renewal-item-mask-2@2x.webp");
            mask-image: url("/assets/images/renew/renewal-item-mask-2@2x.webp");
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item:nth-child(2n+2) .content-item-container .content-item-title {
    margin-right: 4%;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img {
  position: relative;
  width: 16.3vw;
  height: 16.3vw;
  -webkit-mask-image: url("/assets/images/renew/renewal-item-mask-2@2x.webp");
          mask-image: url("/assets/images/renew/renewal-item-mask-2@2x.webp");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  overflow: hidden;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img {
    width: 63vw;
    height: 63vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item {
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: white;
  background-color: rgba(79, 86, 63, 0.9);
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1440px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item {
    font-size: 1.4vw;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item .hover-item-text {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item .hover-item-text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item {
    font-size: 3.9vw;
    text-align: center;
  }
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img .hover-item .hover-item-text {
    width: 75%;
    text-align: center;
  }
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-img:hover .hover-item {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-title {
  font-size: 24pt;
  font-size: 32px;
  font-size: 1.15vw;
  color: #595959;
  letter-spacing: 0.1em;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  margin-top: 3%;
}
@media all and (max-width: 1440px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-title {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-body .renewal-main .renewal-container .content .content-list .content-item .content-item-title {
    font-size: 3.9vw;
    text-align: center;
  }
}

.renewal-inner-body {
  background-image: url(/assets/images/renew_inner/renewal-inner-bg@2x.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.renewal-inner-body .renewal-inner-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10vw;
  padding-top: 3.25vw;
  /* 讓容器可以 pinch-zoom、上下滑動不被阻擋 */
}
@media screen and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main {
    padding-top: 3.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main {
    padding-top: 13vw;
    padding-bottom: 35vw;
  }
}
@media (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main {
    padding-top: 15vw;
    padding-bottom: 50vw;
  }
}
.renewal-inner-body .renewal-inner-main .owl-carousel, .renewal-inner-body .renewal-inner-main .owl-carousel .owl-stage, .renewal-inner-body .renewal-inner-main .owl-carousel .owl-item {
  touch-action: pan-y pinch-zoom;
}
.renewal-inner-body .renewal-inner-main .owl-carousel .slide-item {
  width: 100%;
  height: 21vw;
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .owl-carousel .slide-item {
    height: 53vw;
  }
}
.renewal-inner-body .renewal-inner-main .owl-carousel .slide-item img {
  border-radius: 2vmax;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.renewal-inner-body .renewal-inner-main .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 2%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .owl-carousel .owl-dots {
    bottom: 4%;
  }
}
.renewal-inner-body .renewal-inner-main .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.5;
}
.renewal-inner-body .renewal-inner-main .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.renewal-inner-body .renewal-inner-main .img_txt {
  margin-top: 1vw;
  display: block;
  text-align: center;
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .img_txt {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .img_txt {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .img_txt {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 1;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-prev,
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-next {
  width: 3vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-prev,
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-next {
    width: 7vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-prev img,
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-next img {
  width: 100%;
}
@media (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-prev img,
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-next img {
    width: 91.5%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-prev::after,
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-button-next::after {
  content: unset;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper .swiper-slide img {
  border-bottom-right-radius: 2vmax;
  border-bottom-left-radius: 2vmax;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper .cut-top-prev {
  left: 2vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper .cut-top-prev {
    left: 6vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper .cut-top-next {
  right: 2vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-top-swiper .cut-top-next {
    right: 6vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper {
  margin-top: 2vw;
  position: relative;
  width: 72.5%;
  overflow: hidden;
  margin-top: 1.5%;
  padding-bottom: 0vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper {
    width: 86%;
    margin-top: 5.5vw;
    padding-bottom: 12vw;
  }
}
@media (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper {
    padding-bottom: 20vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .swiper-slide img {
  border-radius: 1.5vmax;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .swiper-slide img {
    border-radius: 1vmax;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .swiper-slide:hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .cut-bottom-prev {
  top: 12vw;
  left: 29.75vw;
  padding: 1vw;
  width: 6vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .cut-bottom-prev {
    width: 16.75vw;
    top: 25vw;
    left: 6vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .cut-bottom-next {
  top: 12vw;
  left: 36.5vw;
  padding: 1vw;
  width: 6vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .cut-bottom-next {
    width: 16.75vw;
    top: 25vw;
    left: unset;
    right: 6vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .renewal-inner-bottom-swiper .swiper-slide-thumb-active {
  opacity: 1;
  transition: opacity 0.5s;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-wrapper {
  height: 70vh;
}
@media (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-wrapper {
    height: 65vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-wrapper.small_slide {
  height: 8vw;
}
@media (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-swiper .swiper-wrapper.small_slide {
    height: 14vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-title {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: "Noto Serif TC", serif;
  font-size: 1.4vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 4%;
  color: #4e5e2c;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-title {
    font-size: 5.5vw;
    align-self: center;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  --itemWidth: 81.5%;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container {
    padding-inline: 7vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container img {
  width: 100%;
  display: block;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .item-1 {
  background-color: #cecece;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .item-2 {
  background-color: #b8c598;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 2vmax;
  margin-top: 4vw;
  padding-top: 3vw;
  padding-bottom: 4vw;
  width: 72.75%;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item {
    margin-top: 6vw;
    padding-top: 8vw;
    padding-bottom: 9vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .card_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .card_txt > div:first-child {
  margin-top: 0;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3vw;
  width: var(--itemWidth);
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title {
    justify-content: center;
    margin-bottom: 8vw;
  }
}
@media (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title {
    margin-bottom: 10vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon {
  position: relative;
  width: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon {
    width: 8.5vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1em;
  color: white;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon p {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-icon p {
    font-size: 3.7vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-main {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4e5e2c;
  margin-left: 0.5vw;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-main {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-main {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-title .renewal-inner-item-title-main {
    font-size: 3.7vw;
    font-weight: 600;
    margin-left: 2vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-big-img {
  width: var(--itemWidth);
  margin: 1vw 0;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-big-img .slide-item {
  height: 39vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-big-img .slide-item {
    height: 53vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: var(--itemWidth);
  gap: 1vw;
  margin: 1vw 0;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-img-container {
    gap: 7vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  margin: 1vw 0;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content {
    justify-content: center;
    flex-direction: column;
    gap: 7vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img-size-3 {
  width: 37.25vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img-size-3 {
    width: 100%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img-size-1 {
  width: 19.5vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img-size-1 {
    width: 100%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img {
  flex: 1 1 50%;
  width: 28.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img {
    width: 100%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-main {
  width: 100%;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 1vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title {
    gap: 1.5vw;
    margin-top: 4vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .icon {
  width: 0.5vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .icon {
    width: 2.5vw;
    margin-top: 0.25%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .txt {
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .txt {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-small-content .renewal-inner-item-small-img .renewal-inner-item-small-img-title .txt {
    font-size: 3.7vw;
    line-height: 2;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-para {
  width: var(--itemWidth);
  text-align: justify;
  margin: 1vw 0;
  line-height: 2;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-para {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-para {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-para {
    font-size: 3.7vw;
    margin: 4vw 0;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img {
  width: var(--itemWidth);
  display: flex;
  align-items: center;
  gap: 3vw;
  margin: 1vw 0;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 7vw;
    margin: 4vw 0;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-txt-content {
  width: 28.5vw;
  text-align: justify;
  line-height: 2;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-txt-content {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-txt-content {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-txt-content {
    width: 100%;
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 2;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content {
  width: 28.5vw;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content img {
  border-radius: 2vmax;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content {
    width: 100%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content .video-box {
  border-radius: 2vmax;
  overflow: hidden;
  height: 21vw;
}
@media (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content .video-box {
    height: 53vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img .renewal-inner-item-img-content .video-box iframe {
  width: 100%;
  height: 100%;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-txt-img.reverse {
    flex-direction: column-reverse;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container {
  width: var(--itemWidth);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1vw 0;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33vw;
  border-radius: 2vmax;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video {
    height: 53vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video iframe {
  width: 100%;
  height: 100%;
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 1vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title {
    gap: 1.5vw;
    margin-top: 3vw;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .icon {
  width: 0.5vw;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .icon {
    width: 2.5vw;
    margin-top: 0.25%;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .txt {
  line-height: 1.5vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .txt {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .renewal-inner-item-video-container .renewal-inner-item-video-title .txt {
    font-size: 3.7vw;
    line-height: 2;
  }
}
.renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .renewal-inner-item-container .renewal-inner-item .flex-reverse {
    flex-direction: column-reverse;
  }
}
.renewal-inner-body .renewal-inner-main .bottom-box {
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  margin: auto;
  margin-top: 3.5vw;
  justify-content: space-between;
  width: 72.75%;
}
@media screen and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box {
    margin-top: 12vw;
    width: 81%;
  }
}
@media all and (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main .bottom-box {
    margin-top: 14vw;
  }
}
.renewal-inner-body .renewal-inner-main .bottom-box .date-box {
  display: flex;
  border-bottom: 1px solid #bfbdbe;
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  font-family: "微軟正黑體";
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
  color: #808080;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .date-box {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .date-box {
    font-size: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .date-box {
    font-size: 3.7vw;
  }
}
.renewal-inner-body .renewal-inner-main .bottom-box .date {
  font-family: "Cormorant Garamond";
  font-size: 4.3vw;
  font-style: italic;
  font-size: 1.3vw;
  align-items: center;
  display: flex;
  letter-spacing: 0.1em;
  padding-bottom: 0.3vw;
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .date {
    font-size: 5.5vw;
  }
}
.renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
  align-items: end;
  border: 1px solid #000000;
  padding: 0.3vw 0.6vw 0.3vw 0.6vw;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  color: #000000;
  font-family: "微軟正黑體";
  font-weight: 500;
  font-size: 16pt;
  font-size: 23px;
  font-size: 0.8vw;
}
@media all and (max-width: 1920px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    font-size: 1vw;
  }
}
@media all and (max-width: 1440px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.3vw 0.8vw;
  }
}
@media all and (max-width: 1366px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    border-radius: 6px;
    padding: 0.3vw 0.6vw 0.4vw 0.8vw;
  }
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    font-size: 3.7vw;
    border-radius: 10px;
    padding: 0.8vw 2vw 0.7vw 2vw;
  }
}
@media all and (max-width: 500px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a {
    border-radius: 7px;
  }
}
.renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a img {
  width: 0.6vw;
  margin-top: 0vw;
  display: block;
  padding-bottom: 0.1vw;
  margin-right: 0.5vw;
}
@media all and (max-width: 1024px) {
  .renewal-inner-body .renewal-inner-main .bottom-box .return-box .return-a img {
    width: 2.5vw;
    padding-bottom: 0.8vw;
    margin-bottom: 0vw;
    margin-right: 1vw;
  }
}

.olive-tree-box {
  border-radius: 13%;
  width: 11.7vw;
  height: 16.4vw;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1440px) {
  .olive-tree-box {
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box {
    width: 42vw;
    height: 57vw;
    margin-top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box {
    width: 65vw;
    height: 88vw;
    margin-top: 18vw;
  }
}
.olive-tree-box .card .font {
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .olive-tree-box .card .font {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.olive-tree-box .card .font .item-img {
  position: absolute;
  left: 0vw;
  top: 3vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img {
    top: 9vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img {
    top: 12.5vw;
  }
}
.olive-tree-box .card .font .item-img img {
  width: 11.3vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img img {
    width: 14.3vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img img {
    width: 40vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img img {
    width: 62vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component1 {
  position: absolute;
  left: 5vw;
  top: 2.7vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component1 {
    left: 6.5vw;
    top: 3.7vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component1 {
    left: 18vw;
    top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component1 {
    left: 28vw;
    top: 14.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component1 img {
  width: 0.9vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component1 img {
    width: 3vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component1 img {
    width: 4vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component2 {
  position: absolute;
  left: 2.2vw;
  top: 3vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component2 {
    left: 2.7vw;
    top: 3.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component2 {
    left: 7.5vw;
    top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component2 {
    left: 12vw;
    top: 15vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component2 img {
  width: 0.9vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component2 img {
    width: 3vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component2 img {
    width: 4.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component3 {
  position: absolute;
  left: 2.2vw;
  top: 5.2vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component3 {
    left: 2.8vw;
    top: 6.3vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component3 {
    left: 7.5vw;
    top: 17.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component3 {
    top: 28.5vw;
    left: 12vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component3 img {
  width: 1.5vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component3 img {
    width: 5.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component3 img {
    width: 8vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component4 {
  position: absolute;
  right: 1.3vw;
  top: 3vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component4 {
    right: 1.6vw;
    top: 3.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component4 {
    right: 4vw;
    top: 10.7vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component4 {
    right: 6vw;
    top: 15.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component4 img {
  width: 1vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component4 img {
    width: 3vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component4 img {
    width: 6vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component5 {
  position: absolute;
  right: 0.6vw;
  top: 5.5vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component5 {
    right: 1vw;
    top: 7vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component5 {
    right: 1.5vw;
    top: 19.4vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component5 {
    right: 3.5vw;
    top: 31vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component5 img {
  width: 1.5vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component5 img {
    width: 5.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component5 img {
    width: 7.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component6 {
  position: absolute;
  right: 2.2vw;
  top: 0.5vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component6 {
    right: 3vw;
    top: 1vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component6 {
    right: 8vw;
    top: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component6 {
    right: 12vw;
    top: 2.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component6 img {
  width: 1.2vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component6 img {
    width: 4vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component6 img {
    width: 6vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component7 {
  position: absolute;
  right: 5.4vw;
  top: 1vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component7 {
    right: 7vw;
    top: 1.2vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component7 {
    right: 19.5vw;
    top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component7 {
    right: 30vw;
    top: 5.5vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component7 img {
  width: 0.5vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component7 img {
    width: 0.75vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component7 img {
    width: 2vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component7 img {
    width: 3vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light8 {
  position: absolute;
  right: 3.3vw;
  top: 1.6vw;
  opacity: 0;
  z-index: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 {
    right: 4.1vw;
    top: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 {
    right: 11.8vw;
    top: 6vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 {
    right: 18vw;
    top: 9vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light8 img {
  width: 1.9vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 img {
    width: 2.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 img {
    width: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light8 img {
    width: 10vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light9 {
  position: absolute;
  right: 5.7vw;
  top: 1.3vw;
  opacity: 0;
  z-index: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 {
    right: 7.3vw;
    top: 1.7vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 {
    left: 13vw;
    top: 4.8vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 {
    left: 20vw;
    top: 9vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light9 img {
  width: 2vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 img {
    width: 2.3vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 img {
    width: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light9 img {
    width: 10vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light10 {
  position: absolute;
  left: 1.1vw;
  top: 4.8vw;
  opacity: 0;
  z-index: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 {
    top: 6vw;
    left: 1.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 {
    top: 17vw;
    left: 4.2vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 {
    top: 27vw;
    left: 6vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light10 img {
  width: 2vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 img {
    width: 2.4vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 img {
    width: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light10 img {
    width: 11vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light11 {
  position: absolute;
  right: 1.7vw;
  top: 4.8vw;
  opacity: 0;
  z-index: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 {
    right: 2.1vw;
    top: 6.2vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 {
    right: 6vw;
    top: 17.4vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 {
    right: 9vw;
    top: 28vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light11 img {
  width: 1.8vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 img {
    width: 2.4vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 img {
    width: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light11 img {
    width: 11vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light12 {
  position: absolute;
  right: 4.5vw;
  top: 4.2vw;
  opacity: 0;
  z-index: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 {
    right: 3.8vw;
    top: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 {
    right: 16vw;
    top: 14.7vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 {
    right: 25vw;
    top: 23vw;
  }
}
.olive-tree-box .card .font .item-img .tree-component-light12 img {
  width: 2vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 img {
    width: 2.4vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 img {
    width: 6.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .font .item-img .tree-component-light12 img {
    width: 11vw;
  }
}
.olive-tree-box .card .back {
  transform: rotateY(180deg);
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .olive-tree-box .card .back {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .back {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .back {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.olive-tree-box .card .back .back-content .item-img {
  position: absolute;
  left: 0vw;
  top: 3vw;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .back .back-content .item-img {
    left: 1vw;
    top: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .back .back-content .item-img {
    left: -1vw;
    top: 9vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back .back-content .item-img {
    top: 11vw;
    left: 11vw;
  }
}
.olive-tree-box .card .back .back-content .item-img img {
  width: 11.3vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .back .back-content .item-img img {
    width: 14.3vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back .back-content .item-img img {
    width: 20vw;
  }
}
.olive-tree-box .card .back .text-content {
  background-color: rgba(86, 91, 81, 0.5607843137);
  background-image: url(../images/back_blur_bg.png);
  background-size: 11.7vw;
  padding-top: 3vw;
  z-index: 30;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 7vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .back .text-content {
    background-size: cover;
    padding-top: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .back .text-content {
    background-size: 44.5vw;
    background-position: center;
    padding-top: 11vw;
    padding-bottom: 15vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back .text-content {
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 22vw;
  }
}
.olive-tree-box .card .back .text-content .title {
  position: relative;
  font-size: 1.2vw;
  color: #adbc8a;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .back .text-content .title {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back .text-content .title {
    font-size: 5vw;
  }
}
.olive-tree-box .card .back .text-content .title h2 {
  position: absolute;
  font-family: "Junge", cursive;
  font-size: 1.35em;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.7);
  color: #d5d9c4;
  opacity: 0.1;
  top: -17%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 900px) {
  .olive-tree-box .card .back .text-content .title h2 {
    font-size: 8vw;
  }
}
.olive-tree-box .card .back .text-content .subTitle {
  margin-top: 0.2vw;
  color: #b6b79e;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 0.75vw;
  letter-spacing: 0.05vw;
}
@media (max-width: 900px) {
  .olive-tree-box .card .back .text-content .subTitle {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 2vw;
  }
}
.olive-tree-box .card .back .text-content .content {
  margin-top: 1vw;
  font-size: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  line-height: 1.6vw;
  z-index: 100;
  color: white;
  opacity: 1;
  padding-left: 0.2vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card .back .text-content .content {
    font-size: 0.9vw;
    line-height: 2.2vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card .back .text-content .content {
    font-size: 2.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card .back .text-content .content {
    font-size: 4vw;
    line-height: 9.5vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
  }
}
.olive-tree-box .card .back .text-content .cardFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8vw;
  position: absolute;
  width: 100%;
  top: 70%;
}
@media (max-width: 900px) {
  .olive-tree-box .card .back .text-content .cardFooter {
    top: 89%;
    padding: 0 6vw;
  }
}
.olive-tree-box .card .back .text-content .cardFooter .cardText {
  font-family: "Cormorant Garamond", serif;
  color: #d5d9c4;
  opacity: 0.5;
  font-size: 0.6vw;
  letter-spacing: 0.1em;
  margin-left: 0.4vw;
}
@media (max-width: 900px) {
  .olive-tree-box .card .back .text-content .cardFooter .cardText {
    font-size: 3.5vw;
    margin-left: 2vw;
  }
}
.olive-tree-box .card .back .text-content .cardFooter .cardLine {
  flex: 1 1;
  width: 50%;
  height: 1px;
  background-color: #d5d9c4;
  opacity: 0.3;
}
.olive-tree-box .envelope {
  position: absolute;
  z-index: 10;
  bottom: -0.5vw;
  left: -0.65vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .envelope {
    left: -0.75vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .envelope {
    left: -2.2vw;
    bottom: -1.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .envelope {
    left: -3.5vw;
    bottom: -1.5vw;
  }
}
.olive-tree-box .envelope img {
  width: 13vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .envelope img {
    width: 16.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .envelope img {
    width: 46.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .envelope img {
    width: 72vw;
  }
}
.olive-tree-box .envelope .envelope-text-svg {
  position: absolute;
  top: 2.4vw;
  right: 1.7vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .envelope .envelope-text-svg {
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .envelope .envelope-text-svg {
    top: 8.8vw;
    right: 5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .envelope .envelope-text-svg {
    top: 12vw;
    right: 7vw;
  }
}
.olive-tree-box .envelope .envelope-text-svg img {
  width: 4.5vw;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .envelope .envelope-text-svg img {
    width: 5.4vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .envelope .envelope-text-svg img {
    width: 15vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .envelope .envelope-text-svg img {
    width: 26vw;
  }
}
.olive-tree-box .card-shadow {
  position: absolute;
  z-index: 1;
  left: 1.8vw;
  top: 0.3vw;
}
.olive-tree-box .card-shadow img {
  width: 11.7vw;
  height: 17.5vw;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card-shadow img {
    opacity: 0;
    width: 46.7vw;
    height: 62.5vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card-shadow img {
    width: 60.7vw;
    height: 78.5vw;
  }
}
.olive-tree-box .card-page-name-box {
  display: flex;
  margin-top: 18.5vw;
  z-index: 33;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card-page-name-box {
    margin-top: 22.5vw;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card-page-name-box {
    margin-top: 68vw;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card-page-name-box {
    margin-top: 95vw;
  }
}
.olive-tree-box .card-page-name-box .icon {
  padding-top: 2px;
  display: block;
  align-items: center;
  align-self: center;
}
.olive-tree-box .card-page-name-box .icon img {
  width: 25px;
  align-items: center;
  align-self: center;
  display: block;
}
@media all and (max-width: 1680px) {
  .olive-tree-box .card-page-name-box .icon img {
    width: 18px;
  }
}
@media all and (max-width: 1440px) {
  .olive-tree-box .card-page-name-box .icon img {
    width: 16px;
  }
}
@media all and (max-width: 1366px) {
  .olive-tree-box .card-page-name-box .icon img {
    width: 14px;
  }
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card-page-name-box .icon img {
    width: 26px;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card-page-name-box .icon img {
    width: 3.5vw;
  }
}
.olive-tree-box .card-page-name-box .page-name {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-left: 0.8vw;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1024px) {
  .olive-tree-box .card-page-name-box .page-name {
    font-size: 3.5vw;
    margin-left: 2vw;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 500px) {
  .olive-tree-box .card-page-name-box .page-name {
    font-size: 5vw;
    letter-spacing: 0.12em;
    margin-left: 2vw;
  }
}

.lily-box {
  border-radius: 13%;
  width: 11.7vw;
  height: 16.4vw;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1440px) {
  .lily-box {
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box {
    width: 42vw;
    height: 57vw;
    margin-top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box {
    width: 65vw;
    height: 88vw;
    margin-top: 18vw;
  }
}
.lily-box .card .font {
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .lily-box .card .font {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .lily-box .card .font {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.lily-box .card .font .item-img {
  position: absolute;
  left: 0.5vw;
  top: 2vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img {
    left: 1vw;
    top: 2.3vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img {
    left: 3.5vw;
    top: 7vw;
  }
}
@media all and (max-width: 300px) {
  .lily-box .card .font .item-img {
    left: 1vw;
  }
}
.lily-box .card .font .item-img img {
  z-index: 2;
  width: 10vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img img {
    width: 12.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img img {
    width: 35vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img img {
    width: 57vw;
  }
}
.lily-box .card .font .item-img .lily-component1 {
  position: absolute;
  top: 2.5vw;
  right: 2.6vw;
  opacity: 0.8;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component1 {
    top: 3.2vw;
    right: 3.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component1 {
    top: 8.8vw;
    right: 9.4vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component1 {
    right: 14vw;
    top: 14.7vw;
  }
}
.lily-box .card .font .item-img .lily-component1 img {
  width: 1.65vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component1 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component1 img {
    width: 5.2vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component1 img {
    width: 9.7vw;
  }
}
.lily-box .card .font .item-img .lily-component2 {
  position: absolute;
  top: 2.2vw;
  right: 3.1vw;
  z-index: 10;
  opacity: 0.8;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component2 {
    top: 2.6vw;
    right: 3.8vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component2 {
    top: 8vw;
    right: 10.5vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component2 {
    top: 12.5vw;
    right: 17vw;
  }
}
.lily-box .card .font .item-img .lily-component2 img {
  width: 1.3vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component2 img {
    width: 1.6vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component2 img {
    width: 4vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component2 img {
    width: 7vw;
  }
}
.lily-box .card .font .item-img .lily-component3 {
  position: absolute;
  top: 1.6vw;
  right: 3.3vw;
  opacity: 0.8;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component3 {
    top: 2.2vw;
    right: 3.8vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component3 {
    top: 7vw;
    right: 11.3vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component3 {
    top: 10.2vw;
    right: 16.7vw;
  }
}
.lily-box .card .font .item-img .lily-component3 img {
  width: 1.2vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component3 img {
    width: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component3 img {
    width: 3.4vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component3 img {
    width: 6.5vw;
  }
}
.lily-box .card .font .item-img .lily-component4 {
  position: absolute;
  top: 1.2vw;
  right: 3.8vw;
  z-index: 2;
  opacity: 0.8;
  z-index: 23;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component4 {
    top: 1.6vw;
    right: 4.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component4 {
    top: 6vw;
    right: 12.8vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component4 {
    top: 9.5vw;
    right: 20.3vw;
  }
}
.lily-box .card .font .item-img .lily-component4 img {
  width: 1.1vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component4 img {
    width: 1.3vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component4 img {
    width: 3.1vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component4 img {
    width: 5vw;
  }
}
.lily-box .card .font .item-img .lily-component5 {
  position: absolute;
  top: 1.7vw;
  right: 4.1vw;
  opacity: 0.8;
  z-index: 21;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component5 {
    top: 2vw;
    right: 4.7vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component5 {
    top: 7vw;
    right: 13.2vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component5 {
    top: 11vw;
    right: 22.5vw;
  }
}
.lily-box .card .font .item-img .lily-component5 img {
  width: 1.1vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component5 img {
    width: 1.3vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component5 img {
    width: 3.2vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component5 img {
    width: 5vw;
  }
}
.lily-box .card .font .item-img .lily-component6 {
  position: absolute;
  top: 2.2vw;
  right: 4.3vw;
  opacity: 0.8;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component6 {
    top: 2.7vw;
    right: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component6 {
    top: 9vw;
    right: 14.3vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component6 {
    top: 13vw;
    right: 23vw;
  }
}
.lily-box .card .font .item-img .lily-component6 img {
  width: 1.2vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .font .item-img .lily-component6 img {
    width: 1.4vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .font .item-img .lily-component6 img {
    width: 3.3vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .font .item-img .lily-component6 img {
    width: 5.5vw;
  }
}
.lily-box .card .back {
  transform: rotateY(180deg);
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  z-index: 33;
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .lily-box .card .back {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .lily-box .card .back {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .back {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .back {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.lily-box .card .back .back-content .item-img {
  position: absolute;
  left: 0.5vw;
  top: 3vw;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .lily-box .card .back .back-content .item-img {
    left: 2vw;
    top: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .back .back-content .item-img {
    left: 15vw;
    top: 10vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .back .back-content .item-img {
    left: 7vw;
    top: 17vw;
  }
}
.lily-box .card .back .back-content .item-img img {
  width: 10vw;
}
@media all and (max-width: 500px) {
  .lily-box .card .back .back-content .item-img img {
    width: 48vw;
  }
}
.lily-box .card .back .text-content {
  background-color: rgba(86, 91, 81, 0.5607843137);
  background-image: url(../images/back_blur_bg.png);
  background-size: 11.7vw;
  padding-top: 3vw;
  z-index: 30;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 7vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .lily-box .card .back .text-content {
    background-size: cover;
    padding-top: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .back .text-content {
    background-size: 44.5vw;
    background-position: center;
    padding-top: 11vw;
    padding-bottom: 15vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .back .text-content {
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 22vw;
  }
}
.lily-box .card .back .text-content .title {
  position: relative;
  font-size: 1.2vw;
  color: #adbc8a;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .lily-box .card .back .text-content .title {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .back .text-content .title {
    font-size: 5vw;
  }
}
.lily-box .card .back .text-content .title h2 {
  position: absolute;
  font-family: "Junge", cursive;
  font-size: 1.35em;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.7);
  color: #d5d9c4;
  opacity: 0.1;
  top: -17%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 900px) {
  .lily-box .card .back .text-content .title h2 {
    font-size: 8vw;
  }
}
.lily-box .card .back .text-content .subTitle {
  margin-top: 0.2vw;
  color: #b6b79e;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 0.75vw;
  letter-spacing: 0.05vw;
}
@media (max-width: 900px) {
  .lily-box .card .back .text-content .subTitle {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 2vw;
  }
}
.lily-box .card .back .text-content .content {
  margin-top: 1vw;
  font-size: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  line-height: 1.6vw;
  z-index: 100;
  color: white;
  opacity: 1;
  padding-left: 0.2vw;
}
@media all and (max-width: 1440px) {
  .lily-box .card .back .text-content .content {
    font-size: 0.9vw;
    line-height: 2.2vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card .back .text-content .content {
    font-size: 2.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card .back .text-content .content {
    font-size: 4vw;
    line-height: 9.5vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
  }
}
.lily-box .card .back .text-content .cardFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8vw;
  position: absolute;
  width: 100%;
  top: 70%;
}
@media (max-width: 900px) {
  .lily-box .card .back .text-content .cardFooter {
    top: 89%;
    padding: 0 6vw;
  }
}
.lily-box .card .back .text-content .cardFooter .cardText {
  font-family: "Cormorant Garamond", serif;
  color: #d5d9c4;
  opacity: 0.5;
  font-size: 0.6vw;
  letter-spacing: 0.1em;
  margin-left: 0.4vw;
}
@media (max-width: 900px) {
  .lily-box .card .back .text-content .cardFooter .cardText {
    font-size: 3.5vw;
    margin-left: 2vw;
  }
}
.lily-box .card .back .text-content .cardFooter .cardLine {
  flex: 1 1;
  width: 50%;
  height: 1px;
  background-color: #d5d9c4;
  opacity: 0.3;
}
.lily-box .envelope {
  position: absolute;
  z-index: 10;
  bottom: -0.5vw;
  left: -0.65vw;
}
@media all and (max-width: 1440px) {
  .lily-box .envelope {
    left: -0.75vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .envelope {
    left: -2.2vw;
    bottom: -1.5vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .envelope {
    left: -3.5vw;
    bottom: -1.5vw;
  }
}
.lily-box .envelope img {
  width: 13vw;
}
@media all and (max-width: 1440px) {
  .lily-box .envelope img {
    width: 16.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .envelope img {
    width: 46.5vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .envelope img {
    width: 72vw;
  }
}
.lily-box .envelope .envelope-text-svg {
  position: absolute;
  top: 2.4vw;
  right: 1.7vw;
}
@media all and (max-width: 1440px) {
  .lily-box .envelope .envelope-text-svg {
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .envelope .envelope-text-svg {
    top: 8.5vw;
    right: 5.7vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .envelope .envelope-text-svg {
    top: 12vw;
    right: 7vw;
  }
}
.lily-box .envelope .envelope-text-svg img {
  width: 2vw;
}
@media all and (max-width: 1440px) {
  .lily-box .envelope .envelope-text-svg img {
    width: 2.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .envelope .envelope-text-svg img {
    width: 7vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .envelope .envelope-text-svg img {
    width: 12vw;
  }
}
.lily-box .card-shadow {
  position: absolute;
  z-index: 1;
  left: 1.8vw;
  top: 0.3vw;
}
.lily-box .card-shadow img {
  width: 11.7vw;
  height: 17.5vw;
}
@media all and (max-width: 1024px) {
  .lily-box .card-shadow img {
    opacity: 0;
    width: 46.7vw;
    height: 62.5vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card-shadow img {
    width: 60.7vw;
    height: 78.5vw;
  }
}
.lily-box .card-page-name-box {
  display: flex;
  margin-top: 18.5vw;
  z-index: 33;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 1440px) {
  .lily-box .card-page-name-box {
    margin-top: 22.5vw;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card-page-name-box {
    margin-top: 68vw;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card-page-name-box {
    margin-top: 95vw;
  }
}
.lily-box .card-page-name-box .icon {
  padding-top: 2px;
  display: block;
  align-items: center;
  align-self: center;
}
.lily-box .card-page-name-box .icon img {
  width: 25px;
  align-items: center;
  align-self: center;
  display: block;
}
@media all and (max-width: 1680px) {
  .lily-box .card-page-name-box .icon img {
    width: 18px;
  }
}
@media all and (max-width: 1440px) {
  .lily-box .card-page-name-box .icon img {
    width: 16px;
  }
}
@media all and (max-width: 1366px) {
  .lily-box .card-page-name-box .icon img {
    width: 14px;
  }
}
@media all and (max-width: 1024px) {
  .lily-box .card-page-name-box .icon img {
    width: 26px;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card-page-name-box .icon img {
    width: 3.5vw;
  }
}
.lily-box .card-page-name-box .page-name {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-left: 0.8vw;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1024px) {
  .lily-box .card-page-name-box .page-name {
    font-size: 3.5vw;
    margin-left: 2vw;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 500px) {
  .lily-box .card-page-name-box .page-name {
    font-size: 5vw;
    letter-spacing: 0.12em;
    margin-left: 2vw;
  }
}

.cotton-box {
  border-radius: 13%;
  width: 11.7vw;
  height: 16.4vw;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1440px) {
  .cotton-box {
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box {
    width: 42vw;
    height: 57vw;
    margin-top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box {
    width: 65vw;
    height: 88vw;
    margin-top: 18vw;
  }
}
.cotton-box .card .font {
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .cotton-box .card .font {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.cotton-box .card .font .item-img {
  position: absolute;
  left: 0.5vw;
  top: 2vw;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img {
    left: 4vw;
    top: 8vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img {
    left: 5.5vw;
  }
}
.cotton-box .card .font .item-img img {
  width: 9vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font .item-img img {
    width: 11.5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img img {
    width: 30vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img img {
    width: 49vw;
  }
}
.cotton-box .card .font .item-img .cotton-component {
  position: absolute;
  top: 4.8vw;
}
.cotton-box .card .font .item-img .cotton-component img {
  width: 3.5vw;
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img .cotton-component img {
    width: 7vw;
  }
}
.cotton-box .card .font .item-img .cotton-component2 {
  position: absolute;
  top: 0vw;
  right: 0vw;
}
.cotton-box .card .font .item-img .cotton-component2 img {
  width: 3.5vw;
}
.cotton-box .card .font .item-img .cotton-component3 {
  position: absolute;
  top: 1.4vw;
  left: 2vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font .item-img .cotton-component3 {
    top: 2.1vw;
    left: 2.7vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img .cotton-component3 {
    top: 5vw;
    left: 7vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img .cotton-component3 {
    top: 9vw;
    left: 11.5vw;
  }
}
.cotton-box .card .font .item-img .cotton-component3 img {
  width: 3.8vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font .item-img .cotton-component3 img {
    width: 4.5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img .cotton-component3 img {
    width: 12vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img .cotton-component3 img {
    width: 19vw;
  }
}
.cotton-box .card .font .item-img .cotton-component4 {
  position: absolute;
  top: 5.8vw;
  right: 0.3vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font .item-img .cotton-component4 {
    top: 7.5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img .cotton-component4 {
    top: 20.5vw;
    right: 2vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img .cotton-component4 {
    top: 33vw;
    right: 3vw;
  }
}
.cotton-box .card .font .item-img .cotton-component4 img {
  width: 4vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .font .item-img .cotton-component4 img {
    width: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .font .item-img .cotton-component4 img {
    width: 12vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .font .item-img .cotton-component4 img {
    width: 19vw;
  }
}
.cotton-box .card .back {
  transform: rotateY(180deg);
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .cotton-box .card .back {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .cotton-box .card .back {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .back {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.cotton-box .card .back .back-content .item-img {
  position: absolute;
  left: 1vw;
  top: 2vw;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .back .back-content .item-img {
    left: 2vw;
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back .back-content .item-img {
    left: 4vw;
    top: 2vw;
  }
}
.cotton-box .card .back .back-content .item-img img {
  width: 9vw;
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back .back-content .item-img img {
    width: 30vw;
  }
}
.cotton-box .card .back .text-content {
  background-color: rgba(86, 91, 81, 0.5607843137);
  background-image: url(../images/back_blur_bg.png);
  background-size: 11.7vw;
  padding-top: 3vw;
  z-index: 30;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 7vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .back .text-content {
    background-size: cover;
    padding-top: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back .text-content {
    background-size: 44.5vw;
    background-position: center;
    padding-top: 11vw;
    padding-bottom: 15vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .back .text-content {
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 22vw;
  }
}
.cotton-box .card .back .text-content .title {
  position: relative;
  font-size: 1.2vw;
  color: #adbc8a;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back .text-content .title {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .back .text-content .title {
    font-size: 5vw;
  }
}
.cotton-box .card .back .text-content .title h2 {
  position: absolute;
  font-family: "Junge", cursive;
  font-size: 1.35em;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.7);
  color: #d5d9c4;
  opacity: 0.1;
  top: -17%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 900px) {
  .cotton-box .card .back .text-content .title h2 {
    font-size: 8vw;
  }
}
.cotton-box .card .back .text-content .subTitle {
  margin-top: 0.2vw;
  color: #b6b79e;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 0.75vw;
  letter-spacing: 0.05vw;
}
@media (max-width: 900px) {
  .cotton-box .card .back .text-content .subTitle {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 2vw;
  }
}
.cotton-box .card .back .text-content .content {
  margin-top: 1vw;
  font-size: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  line-height: 1.6vw;
  z-index: 100;
  color: white;
  opacity: 1;
  padding-left: 0.2vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .card .back .text-content .content {
    font-size: 0.9vw;
    line-height: 2.2vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card .back .text-content .content {
    font-size: 2.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card .back .text-content .content {
    font-size: 4vw;
    line-height: 9.5vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
  }
}
.cotton-box .card .back .text-content .cardFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8vw;
  position: absolute;
  width: 100%;
  top: 70%;
}
@media (max-width: 900px) {
  .cotton-box .card .back .text-content .cardFooter {
    top: 89%;
    padding: 0 6vw;
  }
}
.cotton-box .card .back .text-content .cardFooter .cardText {
  font-family: "Cormorant Garamond", serif;
  color: #d5d9c4;
  opacity: 0.5;
  font-size: 0.6vw;
  letter-spacing: 0.1em;
  margin-left: 0.4vw;
}
@media (max-width: 900px) {
  .cotton-box .card .back .text-content .cardFooter .cardText {
    font-size: 3.5vw;
    margin-left: 2vw;
  }
}
.cotton-box .card .back .text-content .cardFooter .cardLine {
  flex: 1 1;
  width: 50%;
  height: 1px;
  background-color: #d5d9c4;
  opacity: 0.3;
}
.cotton-box .envelope {
  position: absolute;
  z-index: 10;
  bottom: -0.5vw;
  left: -0.65vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .envelope {
    left: -0.75vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .envelope {
    left: -2.2vw;
    bottom: -1.5vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .envelope {
    left: -3.5vw;
    bottom: -1.5vw;
  }
}
.cotton-box .envelope img {
  width: 13vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .envelope img {
    width: 16.5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .envelope img {
    width: 46.5vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .envelope img {
    width: 72vw;
  }
}
.cotton-box .envelope .envelope-text-svg {
  position: absolute;
  top: 2.4vw;
  right: 1.7vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .envelope .envelope-text-svg {
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .envelope .envelope-text-svg {
    top: 8.3vw;
    right: 5.7vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .envelope .envelope-text-svg {
    top: 12vw;
    right: 7vw;
  }
}
.cotton-box .envelope .envelope-text-svg img {
  width: 3.5vw;
}
@media all and (max-width: 1440px) {
  .cotton-box .envelope .envelope-text-svg img {
    width: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .envelope .envelope-text-svg img {
    width: 12vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .envelope .envelope-text-svg img {
    width: 20vw;
  }
}
.cotton-box .card-shadow {
  position: absolute;
  z-index: 1;
  left: 1.8vw;
  top: 0.3vw;
}
.cotton-box .card-shadow img {
  width: 11.7vw;
  height: 17.5vw;
}
@media all and (max-width: 1024px) {
  .cotton-box .card-shadow img {
    opacity: 0;
    width: 46.7vw;
    height: 62.5vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card-shadow img {
    width: 60.7vw;
    height: 78.5vw;
  }
}
.cotton-box .card-page-name-box {
  display: flex;
  margin-top: 18.5vw;
  z-index: 33;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 1440px) {
  .cotton-box .card-page-name-box {
    margin-top: 22.5vw;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card-page-name-box {
    margin-top: 68vw;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card-page-name-box {
    margin-top: 95vw;
  }
}
.cotton-box .card-page-name-box .icon {
  padding-top: 2px;
  display: block;
  align-items: center;
  align-self: center;
}
.cotton-box .card-page-name-box .icon img {
  width: 25px;
  align-items: center;
  align-self: center;
  display: block;
}
@media all and (max-width: 1680px) {
  .cotton-box .card-page-name-box .icon img {
    width: 18px;
  }
}
@media all and (max-width: 1440px) {
  .cotton-box .card-page-name-box .icon img {
    width: 16px;
  }
}
@media all and (max-width: 1366px) {
  .cotton-box .card-page-name-box .icon img {
    width: 14px;
  }
}
@media all and (max-width: 1024px) {
  .cotton-box .card-page-name-box .icon img {
    width: 26px;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card-page-name-box .icon img {
    width: 3.5vw;
  }
}
.cotton-box .card-page-name-box .page-name {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-left: 0.8vw;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1024px) {
  .cotton-box .card-page-name-box .page-name {
    font-size: 3.5vw;
    margin-left: 2vw;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 500px) {
  .cotton-box .card-page-name-box .page-name {
    font-size: 5vw;
    letter-spacing: 0.12em;
    margin-left: 2vw;
  }
}

.campanula-box {
  border-radius: 13%;
  width: 11.7vw;
  height: 16.4vw;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1440px) {
  .campanula-box {
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box {
    width: 42vw;
    height: 57vw;
    margin-top: 20vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box {
    width: 65vw;
    height: 88vw;
    margin-top: 18vw;
  }
}
.campanula-box .card .font {
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .campanula-box .card .font {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.campanula-box .card .font .item-img {
  z-index: 2;
}
.campanula-box .card .font .item-img img {
  width: 6vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .item-img img {
    width: 8vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .item-img img {
    width: 20vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .item-img img {
    width: 35vw;
  }
}
.campanula-box .card .font .campanula {
  position: absolute;
  left: 1.1vw;
  top: 3vw;
  z-index: 3;
}
@media all and (max-width: 2055px) {
  .campanula-box .card .font .campanula {
    top: 3.2vw;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula {
    left: 1.6vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula {
    left: 6vw;
    top: 13vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula {
    top: 12vw;
    left: 7vw;
  }
}
.campanula-box .card .font .campanula-component1 {
  position: absolute;
  right: 1.3vw;
  bottom: 2.8vw;
  z-index: 2;
}
@media all and (max-width: 2055px) {
  .campanula-box .card .font .campanula-component1 {
    bottom: 3.5vw;
    right: 1.5vw;
  }
}
@media all and (max-width: 1920px) {
  .campanula-box .card .font .campanula-component1 {
    bottom: 3vw;
    right: 1.2vw;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component1 {
    bottom: 3.2vw;
    right: 1.8vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component1 {
    left: 25.7vw;
    top: 23.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component1 {
    left: 41vw;
    top: 30vw;
  }
}
.campanula-box .card .font .campanula-component1 img {
  width: 2.5vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component1 img {
    width: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component1 img {
    width: 9vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component1 img {
    width: 15vw;
  }
}
.campanula-box .card .font .campanula-component2 {
  position: absolute;
  right: 0vw;
  bottom: 2vw;
  z-index: 3;
}
@media all and (max-width: 1920px) {
  .campanula-box .card .font .campanula-component2 {
    bottom: 2vw;
    right: 0vw;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component2 {
    right: 0.3vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component2 {
    left: 25.5vw;
    top: 28.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component2 {
    top: 41.5vw;
    left: 41vw;
  }
}
.campanula-box .card .font .campanula-component2 img {
  width: 4vw;
}
@media all and (max-width: 1920px) {
  .campanula-box .card .font .campanula-component2 img {
    width: 3.8vw;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component2 img {
    width: 4.7vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component2 img {
    width: 13vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component2 img {
    width: 21vw;
  }
}
.campanula-box .card .font .campanula-component3 {
  position: absolute;
  right: -0.3vw;
  bottom: 2.1vw;
  z-index: 2;
}
@media all and (max-width: 2055px) {
  .campanula-box .card .font .campanula-component3 {
    bottom: 1.9vw;
    right: 0vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component3 {
    bottom: 7.9vw;
    right: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component3 {
    right: 1vw;
    top: 52.5vw;
  }
}
.campanula-box .card .font .campanula-component3 img {
  width: 3.6vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component3 img {
    width: 4.2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component3 img {
    width: 11vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component3 img {
    width: 20vw;
  }
}
.campanula-box .card .font .campanula-component4 {
  position: absolute;
  left: 0vw;
  top: 3.2vw;
  z-index: 4;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component4 {
    left: 0.3vw;
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component4 {
    left: 1vw;
    top: 13vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component4 {
    top: 12vw;
    left: 1vw;
  }
}
.campanula-box .card .font .campanula-component4 img {
  width: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component4 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component4 img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component4 img {
    width: 10vw;
  }
}
.campanula-box .card .font .campanula-component5 {
  position: absolute;
  left: 1.4vw;
  top: 4.8vw;
  z-index: 4;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component5 {
    left: 2.2vw;
    top: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component5 {
    left: 6.3vw;
    top: 17.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component5 {
    top: 22vw;
    left: 9vw;
  }
}
.campanula-box .card .font .campanula-component5 img {
  width: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component5 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component5 img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component5 img {
    width: 10vw;
  }
}
.campanula-box .card .font .campanula-component6 {
  position: absolute;
  left: 2.6vw;
  top: 6.4vw;
  z-index: 4;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component6 {
    left: 3.5vw;
    top: 7.5vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component6 {
    left: 11.3vw;
    top: 23vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component6 {
    top: 31vw;
    left: 16vw;
  }
}
.campanula-box .card .font .campanula-component6 img {
  width: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component6 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component6 img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component6 img {
    width: 10vw;
  }
}
.campanula-box .card .font .campanula-component7 {
  position: absolute;
  left: 3.5vw;
  top: 8.2vw;
  z-index: 4;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component7 {
    left: 4.6vw;
    top: 10vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component7 {
    left: 14.3vw;
    top: 30vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component7 {
    top: 42vw;
    left: 21.5vw;
  }
}
.campanula-box .card .font .campanula-component7 img {
  width: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component7 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component7 img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component7 img {
    width: 10vw;
  }
}
.campanula-box .card .font .campanula-component8 {
  position: absolute;
  left: 4.3vw;
  top: 10vw;
  z-index: 4;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component8 {
    left: 5.7vw;
    top: 12.5vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component8 {
    left: 16.3vw;
    top: 37vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component8 {
    top: 54vw;
    left: 24.5vw;
  }
}
.campanula-box .card .font .campanula-component8 img {
  width: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .font .campanula-component8 img {
    width: 2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .font .campanula-component8 img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .font .campanula-component8 img {
    width: 10vw;
  }
}
.campanula-box .card .back {
  transform: rotateY(180deg);
  background: linear-gradient(to bottom, rgb(208, 211, 196) 2%, rgb(167, 173, 145) 27%, rgb(145, 152, 110) 60%, rgb(128, 141, 103) 81%, rgb(101, 122, 92) 100%);
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 11.7vw;
  height: 16.4vw;
  border: 6px solid white;
  border-radius: 6%;
  overflow: hidden;
}
@media all and (max-width: 1680px) {
  .campanula-box .card .back {
    border: 7px solid white;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card .back {
    border: 5.5px solid white;
    width: 15vw;
    height: 20vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back {
    width: 42vw;
    height: 57vw;
    border: 10px solid white;
    border-radius: 6%;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back {
    border: 6px solid white;
    border-radius: 6%;
    width: 65vw;
    height: 88vw;
  }
}
.campanula-box .card .back .back-content .item-img {
  position: absolute;
  left: 0.1vw;
  top: 3.5vw;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back .back-content .item-img {
    left: 8vw;
    top: 25vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back .back-content .item-img {
    top: 30vw;
  }
}
.campanula-box .card .back .back-content .item-img img {
  width: 11.3vw;
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back .back-content .item-img img {
    width: 13vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back .back-content .item-img img {
    width: 20vw;
  }
}
.campanula-box .card .back .text-content {
  background-color: rgba(86, 91, 81, 0.5607843137);
  background-image: url(../images/back_blur_bg.png);
  background-size: 11.7vw;
  padding-top: 3vw;
  z-index: 30;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 7vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .back .text-content {
    background-size: cover;
    padding-top: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back .text-content {
    background-size: 44.5vw;
    background-position: center;
    padding-top: 11vw;
    padding-bottom: 15vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back .text-content {
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 22vw;
  }
}
.campanula-box .card .back .text-content .title {
  position: relative;
  font-size: 1.2vw;
  color: #adbc8a;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back .text-content .title {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back .text-content .title {
    font-size: 5vw;
  }
}
.campanula-box .card .back .text-content .title h2 {
  position: absolute;
  font-family: "Junge", cursive;
  font-size: 1.35em;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.7);
  color: #d5d9c4;
  opacity: 0.1;
  top: -17%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 900px) {
  .campanula-box .card .back .text-content .title h2 {
    font-size: 8vw;
  }
}
.campanula-box .card .back .text-content .subTitle {
  margin-top: 0.2vw;
  color: #b6b79e;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-size: 0.75vw;
  letter-spacing: 0.05vw;
}
@media (max-width: 900px) {
  .campanula-box .card .back .text-content .subTitle {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-top: 2vw;
  }
}
.campanula-box .card .back .text-content .content {
  margin-top: 1vw;
  font-size: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  line-height: 1.6vw;
  z-index: 100;
  color: white;
  opacity: 1;
  padding-left: 0.2vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .card .back .text-content .content {
    font-size: 0.9vw;
    line-height: 2.2vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card .back .text-content .content {
    font-size: 2.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card .back .text-content .content {
    font-size: 4vw;
    line-height: 9.5vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
  }
}
.campanula-box .card .back .text-content .cardFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8vw;
  position: absolute;
  width: 100%;
  top: 70%;
}
@media (max-width: 900px) {
  .campanula-box .card .back .text-content .cardFooter {
    top: 89%;
    padding: 0 6vw;
  }
}
.campanula-box .card .back .text-content .cardFooter .cardText {
  font-family: "Cormorant Garamond", serif;
  color: #d5d9c4;
  opacity: 0.5;
  font-size: 0.6vw;
  letter-spacing: 0.1em;
  margin-left: 0.4vw;
}
@media (max-width: 900px) {
  .campanula-box .card .back .text-content .cardFooter .cardText {
    font-size: 3.5vw;
    margin-left: 2vw;
  }
}
.campanula-box .card .back .text-content .cardFooter .cardLine {
  flex: 1 1;
  width: 50%;
  height: 1px;
  background-color: #d5d9c4;
  opacity: 0.3;
}
.campanula-box .envelope {
  position: absolute;
  z-index: 10;
  bottom: -0.5vw;
  left: -0.65vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .envelope {
    left: -0.75vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .envelope {
    left: -2.2vw;
    bottom: -1.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .envelope {
    left: -3.5vw;
    bottom: -1.5vw;
  }
}
.campanula-box .envelope img {
  width: 13vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .envelope img {
    width: 16.5vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .envelope img {
    width: 46.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .envelope img {
    width: 72vw;
  }
}
.campanula-box .envelope .envelope-text-svg {
  position: absolute;
  top: 2.4vw;
  right: 1.7vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .envelope .envelope-text-svg {
    top: 3vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .envelope .envelope-text-svg {
    top: 8.1vw;
    right: 5.7vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .envelope .envelope-text-svg {
    top: 12vw;
    right: 7vw;
  }
}
.campanula-box .envelope .envelope-text-svg img {
  width: 2.3vw;
}
@media all and (max-width: 1440px) {
  .campanula-box .envelope .envelope-text-svg img {
    width: 2.8vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .envelope .envelope-text-svg img {
    width: 8vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .envelope .envelope-text-svg img {
    width: 13vw;
  }
}
.campanula-box .card-shadow {
  position: absolute;
  z-index: 1;
  left: 1.8vw;
  top: 0.3vw;
}
.campanula-box .card-shadow img {
  width: 11.7vw;
  height: 17.5vw;
}
@media all and (max-width: 1024px) {
  .campanula-box .card-shadow img {
    opacity: 0;
    width: 46.7vw;
    height: 62.5vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card-shadow img {
    width: 60.7vw;
    height: 78.5vw;
  }
}
.campanula-box .card-page-name-box {
  display: flex;
  margin-top: 18.5vw;
  z-index: 33;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 1440px) {
  .campanula-box .card-page-name-box {
    margin-top: 22.5vw;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card-page-name-box {
    margin-top: 68vw;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card-page-name-box {
    margin-top: 95vw;
  }
}
.campanula-box .card-page-name-box .icon {
  padding-top: 2px;
  display: block;
  align-items: center;
  align-self: center;
}
.campanula-box .card-page-name-box .icon img {
  width: 25px;
  align-items: center;
  align-self: center;
  display: block;
}
@media all and (max-width: 1680px) {
  .campanula-box .card-page-name-box .icon img {
    width: 18px;
  }
}
@media all and (max-width: 1440px) {
  .campanula-box .card-page-name-box .icon img {
    width: 16px;
  }
}
@media all and (max-width: 1366px) {
  .campanula-box .card-page-name-box .icon img {
    width: 14px;
  }
}
@media all and (max-width: 1024px) {
  .campanula-box .card-page-name-box .icon img {
    width: 26px;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card-page-name-box .icon img {
    width: 3.5vw;
  }
}
.campanula-box .card-page-name-box .page-name {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2vw;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-left: 0.8vw;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1024px) {
  .campanula-box .card-page-name-box .page-name {
    font-size: 3.5vw;
    margin-left: 2vw;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 500px) {
  .campanula-box .card-page-name-box .page-name {
    font-size: 5vw;
    letter-spacing: 0.12em;
    margin-left: 2vw;
  }
}

.pin-spacer {
  pointer-events: none;
}

.cardInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113vh;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.cardInner.mask_div {
  -webkit-mask-size: 0vw;
          mask-size: 0vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center 42%;
          mask-position: center 42%;
  z-index: 150;
}
@media (max-width: 900px) {
  .cardInner.mask_div {
    -webkit-mask-position: center 27%;
            mask-position: center 27%;
  }
}
.cardInner.mask_div.mask_s {
  -webkit-mask-image: url(../images/SVG/mask_s.svg);
          mask-image: url(../images/SVG/mask_s.svg);
}
.cardInner.mask_div.mask_c {
  -webkit-mask-image: url(../images/SVG/mask_c.svg);
          mask-image: url(../images/SVG/mask_c.svg);
  position: fixed;
}
.cardInner .bulge {
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.cardInner .bulge .bulge_canvas {
  width: 100%;
  height: 100%;
}
.cardInner .card {
  position: absolute;
  width: 11.7vw;
  height: 16.4vw;
}
.cardInner .card .back {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border: 7px solid white;
  border-radius: 6%;
  overflow: hidden;
  background-color: #fff;
}
.cardInner .card .back .back-content .back-item-img {
  position: absolute;
  width: 300%;
  top: 14%;
  left: -92%;
  z-index: 103;
}
@media all and (max-width: 1920px) {
  .cardInner .card .back .back-content .olive-tree {
    width: 51vw !important;
    left: 24.5vw !important;
  }
}
@media (max-width: 900px) {
  .cardInner .card .back .back-content .olive-tree {
    width: 170vw !important;
    left: -33vw !important;
    top: 53vw !important;
  }
}
@media all and (max-width: 1920px) {
  .cardInner .card .back .back-content .lily {
    width: 36vw !important;
    left: 34vw !important;
  }
}
@media (max-width: 900px) {
  .cardInner .card .back .back-content .lily {
    top: 45vw !important;
    width: 123vw !important;
    left: -15vw !important;
  }
}
@media all and (max-width: 1920px) {
  .cardInner .card .back .back-content .cotton {
    width: 29vw !important;
    left: 36vw !important;
  }
}
@media (max-width: 900px) {
  .cardInner .card .back .back-content .cotton {
    top: 46vw !important;
    width: 97vw !important;
    left: -2vw !important;
  }
}
@media all and (max-width: 1920px) {
  .cardInner .card .back .back-content .campanula {
    width: 46vw !important;
    left: 27vw !important;
  }
}
@media all and (max-width: 1680px) {
  .cardInner .card .back .back-content .campanula {
    width: 64vw !important;
    left: 19vw !important;
  }
}
@media all and (max-width: 1440px) {
  .cardInner .card .back .back-content .campanula {
    width: 59vw !important;
    left: 22.5vw !important;
  }
}
@media all and (max-width: 1366px) {
  .cardInner .card .back .back-content .campanula {
    width: 50vw !important;
    left: 26vw !important;
  }
}
@media (max-width: 900px) {
  .cardInner .card .back .back-content .campanula {
    width: 145vw !important;
    left: 7vw !important;
    top: 48vw !important;
  }
}
@media all and (max-width: 1920px) {
  .cardInner .card .back .back-content .renewal {
    width: 46vw !important;
    left: 27vw !important;
  }
}
@media all and (max-width: 1680px) {
  .cardInner .card .back .back-content .renewal {
    width: 64vw !important;
    left: 19vw !important;
  }
}
@media all and (max-width: 1440px) {
  .cardInner .card .back .back-content .renewal {
    width: 59vw !important;
    left: 22.5vw !important;
  }
}
@media all and (max-width: 1366px) {
  .cardInner .card .back .back-content .renewal {
    width: 50vw !important;
    left: 26vw !important;
  }
}
@media (max-width: 900px) {
  .cardInner .card .back .back-content .renewal {
    width: 145vw !important;
    left: 7vw !important;
    top: 48vw !important;
  }
}
.cardInner .card .back .back-content .opacity-none-img {
  position: absolute;
  width: 100%;
  top: 11%;
  left: -1%;
  z-index: 103;
  display: none;
}
.cardInner .card .back .back-content .lily-case-bg-box {
  width: 80vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: -19vw;
  display: flex;
  opacity: 0;
  z-index: 100;
}
.cardInner .card .back .back-content .lily-case-bg-box .lily-case-bg {
  align-self: center;
  position: relative;
  display: flex;
  z-index: 1;
  opacity: 0.25;
}
.cardInner .card .back .back-content .lily-case-bg-box .lily-case-bg.marquee {
  animation: marquee 30s linear infinite;
  animation-iteration-count: infinite;
}
.cardInner .card .back .back-content .lily-case-bg-box .lily-case-bg img {
  width: 122vw;
}
.cardInner .card .back .text-content {
  background-color: rgba(86, 91, 81, 0.5607843137);
  background-image: url(../images/back_blur_bg.png);
  background-size: 11.7vw;
  padding-top: 3vw;
  z-index: 30;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 7vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}
@media all and (max-width: 1440px) {
  .cardInner .card .back .text-content {
    background-size: cover;
    padding-top: 4vw;
  }
}
@media all and (max-width: 1024px) {
  .cardInner .card .back .text-content {
    background-size: 44.5vw;
    background-position: center;
    padding-top: 11vw;
    padding-bottom: 15vw;
  }
}
@media all and (max-width: 500px) {
  .cardInner .card .back .text-content {
    background-size: cover;
    padding-top: 14vw;
    padding-bottom: 22vw;
  }
}
.cardInner .card .back .text-content .title {
  position: relative;
  font-size: 1.2vw;
  color: #adbc8a;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .cardInner .card .back .text-content .title {
    font-size: 4.5vw;
  }
}
@media all and (max-width: 500px) {
  .cardInner .card .back .text-content .title {
    font-size: 5vw;
  }
}
.cardInner .card .back .text-content .content {
  margin-top: 1vw;
  font-size: 0.7vw;
  font-family: "微軟正黑體";
  letter-spacing: 0.1em;
  line-height: 1.6vw;
  z-index: 100;
  color: white;
  opacity: 1;
  padding-left: 0.2vw;
}
@media all and (max-width: 1440px) {
  .cardInner .card .back .text-content .content {
    font-size: 0.9vw;
    line-height: 2.2vw;
  }
}
@media all and (max-width: 1024px) {
  .cardInner .card .back .text-content .content {
    font-size: 2.5vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  .cardInner .card .back .text-content .content {
    font-size: 4vw;
    line-height: 9.5vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
  }
}
.cardInner .blur-1 {
  position: fixed;
  top: 0%;
  z-index: 36;
  opacity: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.cardInner .blur-1 img {
  height: 100vh;
}
.cardInner .blur-2 {
  position: fixed;
  top: -1%;
  z-index: 33;
  opacity: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.cardInner .blur-2 img {
  height: 101vh;
}
.cardInner .blur-3 {
  position: fixed;
  top: -1%;
  z-index: 30;
  opacity: 0;
  display: flex;
  width: 100vw;
  justify-content: center;
}
.cardInner .blur-3 img {
  height: 101vh;
}
.cardInner .chapter-title {
  position: fixed;
  top: 15%;
  left: 0%;
  z-index: 40;
  opacity: 0;
}
.cardInner .chapter-title img {
  width: 120%;
}
.cardInner .bulge {
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.cardInner .bulge .bulge_canvas {
  width: 100%;
  height: 100%;
}
.cardInner .video_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
.cardInner .video_box video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.leaf1 {
  position: absolute;
  bottom: -15%;
  left: 38vw;
  z-index: 200;
  width: 6%;
  height: 20vh;
  background: url("../images/leaf/leaf_bg.svg") repeat;
  background-size: 350%;
  background-position: right 3em bottom 2em;
  -webkit-mask: url("../images/leaf/leaf.svg") no-repeat center center;
  mask: url("../images/leaf/leaf.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: LeafAni 25s linear infinite;
  animation-delay: 3s;
  display: none;
}

.leaf2 {
  position: absolute;
  bottom: -13%;
  left: 28vw;
  z-index: 200;
  width: 4%;
  height: 13vh;
  background: url("../images/leaf/leaf_bg.svg") repeat;
  background-size: 350%;
  background-position: right 3em bottom 2em;
  -webkit-mask: url("../images/leaf/leaf2.svg") no-repeat center center;
  mask: url("../images/leaf/leaf2.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: degMinus50LeafAni 20s linear infinite;
  animation-delay: 0s;
  display: none;
}

.leaf3 {
  position: absolute;
  bottom: -15%;
  right: 28vw;
  z-index: 200;
  width: 4%;
  height: 7vh;
  background: url("../images/leaf/leaf_bg.svg") repeat;
  background-size: 350%;
  background-position: right 3em bottom 2em;
  -webkit-mask: url("../images/leaf/leaf3.svg") no-repeat center center;
  mask: url("../images/leaf/leaf3.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: degMinus35LeafAni 15s linear infinite;
  animation-delay: 3.8s;
  display: none;
}

.leaf4 {
  position: absolute;
  bottom: -14%;
  right: 35vw;
  z-index: 200;
  width: 4%;
  height: 20vh;
  background: url("../images/leaf/leaf_bg.svg") repeat;
  background-size: 350%;
  background-position: right 3em bottom 2em;
  -webkit-mask: url("../images/leaf/leaf4.svg") no-repeat center center;
  mask: url("../images/leaf/leaf4.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: degMinus10LeafAni 22s linear infinite;
  animation-delay: 4s;
  display: none;
}

.leaf5 {
  position: absolute;
  bottom: -17%;
  right: 50vw;
  z-index: 200;
  width: 4%;
  height: 7vh;
  background: url("../images/leaf/leaf_bg.svg") repeat;
  background-size: 350%;
  background-position: right 3em bottom 2em;
  -webkit-mask: url("../images/leaf/leaf5.svg") no-repeat center center;
  mask: url("../images/leaf/leaf5.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: deg40LeafAni 21s linear infinite;
  animation-delay: 4.5s;
  display: none;
}

.loading-page {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: white;
  background-repeat: repeat;
  background-size: 100%;
  transition: opacity 0.6s;
  pointer-events: none;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.loading-page .box-para {
  display: flex;
  gap: 2px;
  font-size: 23px;
  font-style: italic;
}