@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+SC:wght@200..900&display=swap");
/*-------------------------------------------*\
	_top.scss
\*-------------------------------------------*/
.index-change-xl {
  display: none;
}
.index-top {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  padding: 0 2rem;
}
.index-top img {
  width: 100%;
}
.index-left {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(43, 29, 15, 0.3);
}
.index-left img {
  width: 100%;
}

@media (min-width: 768px) {
  .index-top {
    flex-direction: row;
    max-width: 720px;
    margin: 200px auto 0;
  }
  .index-left {
    padding: 0 2rem 0 0;
    margin: 0;
    border-bottom: 0;
  }
  .index-right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .index-right figure {
    padding: 0 0 0.5rem 2rem;
    border-left: 1px solid rgba(43, 29, 15, 0.3);
  }
  .index-change-xl {
    display: flex;
  }
  .index-change-xs {
    display: none;
  }
}
@media (min-width: 992px) {
  .index-top {
    max-width: 900px;
    margin: 270px auto 0;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .index-top {
    max-width: 1220px;
  }
}
/*-------------------------------------------*\
	_common.scss

  Index
  - 0.scroll
  - 1.title
  - 2.more
  - 3.img-slide
  - 4.anmiate
\*-------------------------------------------*/
.idx-container {
  position: relative;
  z-index: 4;
  margin: 0 1rem;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .idx-container {
    padding: 0 3rem;
  }
}
@media (min-width: 1440px) {
  .idx-container {
    max-width: 1432px;
    margin: 0 auto;
    padding: 0 4rem;
  }
}

.index-subtit {
  display: flex;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0 0 2rem;
  background: #2b1d0f;
  color: #fff;
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
  font-size: 1.25rem;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media (min-width: 1200px) {
  .index-subtit {
    padding: 0.5rem 1.5rem 0.75rem;
    font-size: 1.875rem;
  }
}
.index-white {
  background: #fff;
  color: #2b1d0f;
}

.scroll-down {
  position: relative;
  z-index: 9;
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) {
  .scroll-down {
    display: block;
    position: absolute;
    right: 12px;
    top: 210px;
  }
}
@media (min-width: 1300px) {
  .scroll-down {
    top: 235px;
  }
}
@media (min-width: 1440px) {
  .scroll-down {
    top: 285px;
    right: 20px;
  }
}
@media (min-width: 1500px) {
  .scroll-down {
    top: 315px;
  }
}
@media (min-width: 1600px) {
  .scroll-down {
    top: 345px;
    right: 25px;
  }
}
@media (min-width: 1800px) {
  .scroll-down {
    top: 375px;
    right: 30px;
  }
}
@media (min-width: 2000px) {
  .scroll-down {
    top: calc(50% - 120px);
  }
}
.scroll-down a {
  display: block;
  pointer-events: auto;
  width: 60px;
  height: 250px;
  color: #615D5D;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: 9px;
  white-space: nowrap;
  writing-mode: vertical-lr;
  line-height: 60px;
  text-align: center;
  transition: all 1s;
}
.scroll-down a span {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-down a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #615D5D;
  border-bottom: 2px solid #615D5D;
  transition: all 1s;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: rotate(-45deg);
}
.scroll-down a:before {
  left: calc(50% - 4px);
  bottom: 0rem;
}
.scroll-down a:hover, .scroll-down a.active {
  color: #2b1d0f;
  transition: all 1s;
}
.scroll-down a:hover:before, .scroll-down a.active:before {
  border-left: 2px solid #2b1d0f;
  border-bottom: 2px solid #2b1d0f;
  transition: all 1s;
}

.id-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
  color: #261414;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
}
.id-title small {
  position: relative;
  padding-left: 27px;
  letter-spacing: 3px;
  color: #2b1d0f;
}
.id-title small:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 15px;
  height: 4px;
  background: #b0825d;
  border-radius: 10px;
}
.id-title h3 {
  line-height: 2;
  font-size: 1.85rem;
  letter-spacing: 5px;
}
.id-title-xl {
  display: none;
}
.id-title-xs {
  max-width: 120px;
}

@media (min-width: 1200px) {
  .id-title {
    flex-shrink: 0;
  }
  .id-title-xl {
    display: inline-flex;
    padding-left: 5rem;
  }
  .id-title-xs {
    display: none;
  }
}
.more-btn {
  display: flex;
  justify-content: center;
  font-family: "Cormorant", serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  -webkit-user-select: none;
          user-select: none;
}
.more-btn a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  border: 1px solid #4a3a2a;
  color: #4a3a2a;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more-btn a:before, .more-btn a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
}
.more-btn a:before {
  background: #b0825d;
  transition: all 0.75s ease-in-out;
}
.more-btn a:after {
  background: #2b1d0f;
  transition: all 0.5s ease-in-out;
}
.more-btn a span {
  position: relative;
  z-index: 1;
  min-width: 175px;
  padding: 1rem 0;
  text-align: center;
}
.more-btn a span:before, .more-btn a span:after {
  content: "";
  position: absolute;
}
.more-btn a span:before {
  right: -15px;
  top: calc(50% - 1px);
  width: 32px;
  height: 1px;
  background: #2b1d0f;
}
.more-btn a span:after {
  right: -17px;
  top: calc(50% - 4px);
  width: 10px;
  height: 1px;
  transform: rotate(45deg);
  background: #2b1d0f;
}
@media (min-width: 374px) {
  .more-btn a span {
    min-width: 220px;
    padding: 1.25rem 0;
  }
  .more-btn a span:before {
    width: 32px;
    height: 1px;
    top: calc(50% - 1px);
    right: -15px;
  }
  .more-btn a span:after {
    right: -17px;
  }
}
@media (min-width: 1200px) {
  .more-btn a span {
    min-width: 290px;
    padding: 1.5rem 0;
    font-size: 1rem;
  }
}
.more-btn a:hover {
  border: 1px solid #b0825d;
}
.more-btn a:hover span {
  color: #b0825d;
}
.more-btn a:hover span:before, .more-btn a:hover span:after {
  background: #b0825d;
}
.more-btn a:hover:before {
  clip-path: inset(0 0 0 0);
  transition: all 0.5s ease-in-out;
}
.more-btn a:hover:after {
  clip-path: inset(0 0 0 0);
  transition: all 0.75s ease-in-out;
}

.color-reverse a {
  border: 1px solid #fff;
}
.color-reverse a:before {
  background: #b0825d;
}
.color-reverse a:after {
  background: #fff;
}
.color-reverse a span {
  color: #fff;
}
.color-reverse a span:before {
  background: #fff;
}
.color-reverse a span:after {
  background: #fff;
}
.color-reverse a:hover span {
  color: #b0825d;
}

.slide-img {
  position: relative;
}
.slide-img:before, .slide-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.slide-img:before {
  background: #b0825d;
  z-index: 5;
}
.slide-img:after {
  background: #2b1d0f;
  z-index: 6;
}
.slide-img.active:before {
  animation: img-slide-rtl 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards 0.6s;
  animation-fill-mode: both;
}
.slide-img.active:after {
  animation: img-slide-rtl 0.6s cubic-bezier(0.91, 0.31, 0.24, 0.89) forwards;
  animation-fill-mode: both;
}

@keyframes img-slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes img-slide-rtl {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes clipInLeft {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
.clipInLeft {
  animation-name: clipInLeft;
}

@keyframes clipInTop {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
  }
}
.before-clip:before, .before-clip:after {
  animation: clipInTop 1s ease-in-out 0.5s forwards;
}

/*
animation-name: 動畫名稱;
animation-duration: 動畫作用時間;
animation-timing-function: ease-in-out 動畫補間時運用的計算公式;
animation-delay: 動畫需間隔多久後才開始;
animation-iteration-count: 動畫作用次數;
animation-direction: 動畫作用的方向;
*/
.delay1s {
  animation-delay: 0.1s;
}

.duration1s {
  animation-duration: 0.1s;
}

.timing1s {
  animation-timing-function: 0.1s;
}

.delay2s {
  animation-delay: 0.2s;
}

.duration2s {
  animation-duration: 0.2s;
}

.timing2s {
  animation-timing-function: 0.2s;
}

.delay3s {
  animation-delay: 0.3s;
}

.duration3s {
  animation-duration: 0.3s;
}

.timing3s {
  animation-timing-function: 0.3s;
}

.delay4s {
  animation-delay: 0.4s;
}

.duration4s {
  animation-duration: 0.4s;
}

.timing4s {
  animation-timing-function: 0.4s;
}

.delay5s {
  animation-delay: 0.5s;
}

.duration5s {
  animation-duration: 0.5s;
}

.timing5s {
  animation-timing-function: 0.5s;
}

.delay6s {
  animation-delay: 0.6s;
}

.duration6s {
  animation-duration: 0.6s;
}

.timing6s {
  animation-timing-function: 0.6s;
}

.delay7s {
  animation-delay: 0.7s;
}

.duration7s {
  animation-duration: 0.7s;
}

.timing7s {
  animation-timing-function: 0.7s;
}

.delay8s {
  animation-delay: 0.8s;
}

.duration8s {
  animation-duration: 0.8s;
}

.timing8s {
  animation-timing-function: 0.8s;
}

.delay9s {
  animation-delay: 0.9s;
}

.duration9s {
  animation-duration: 0.9s;
}

.timing9s {
  animation-timing-function: 0.9s;
}

.delay10s {
  animation-delay: 1s;
}

.duration10s {
  animation-duration: 1s;
}

.timing10s {
  animation-timing-function: 1s;
}

.delay11s {
  animation-delay: 1.1s;
}

.duration11s {
  animation-duration: 1.1s;
}

.timing11s {
  animation-timing-function: 1.1s;
}

.delay12s {
  animation-delay: 1.2s;
}

.duration12s {
  animation-duration: 1.2s;
}

.timing12s {
  animation-timing-function: 1.2s;
}

.delay13s {
  animation-delay: 1.3s;
}

.duration13s {
  animation-duration: 1.3s;
}

.timing13s {
  animation-timing-function: 1.3s;
}

.delay14s {
  animation-delay: 1.4s;
}

.duration14s {
  animation-duration: 1.4s;
}

.timing14s {
  animation-timing-function: 1.4s;
}

.delay15s {
  animation-delay: 1.5s;
}

.duration15s {
  animation-duration: 1.5s;
}

.timing15s {
  animation-timing-function: 1.5s;
}

.delay16s {
  animation-delay: 1.6s;
}

.duration16s {
  animation-duration: 1.6s;
}

.timing16s {
  animation-timing-function: 1.6s;
}

.delay17s {
  animation-delay: 1.7s;
}

.duration17s {
  animation-duration: 1.7s;
}

.timing17s {
  animation-timing-function: 1.7s;
}

.delay18s {
  animation-delay: 1.8s;
}

.duration18s {
  animation-duration: 1.8s;
}

.timing18s {
  animation-timing-function: 1.8s;
}

.delay19s {
  animation-delay: 1.9s;
}

.duration19s {
  animation-duration: 1.9s;
}

.timing19s {
  animation-timing-function: 1.9s;
}

.delay20s {
  animation-delay: 2s;
}

.duration20s {
  animation-duration: 2s;
}

.timing20s {
  animation-timing-function: 2s;
}

.delay21s {
  animation-delay: 2.1s;
}

.duration21s {
  animation-duration: 2.1s;
}

.timing21s {
  animation-timing-function: 2.1s;
}

.delay22s {
  animation-delay: 2.2s;
}

.duration22s {
  animation-duration: 2.2s;
}

.timing22s {
  animation-timing-function: 2.2s;
}

.delay23s {
  animation-delay: 2.3s;
}

.duration23s {
  animation-duration: 2.3s;
}

.timing23s {
  animation-timing-function: 2.3s;
}

.delay24s {
  animation-delay: 2.4s;
}

.duration24s {
  animation-duration: 2.4s;
}

.timing24s {
  animation-timing-function: 2.4s;
}

.delay25s {
  animation-delay: 2.5s;
}

.duration25s {
  animation-duration: 2.5s;
}

.timing25s {
  animation-timing-function: 2.5s;
}

.delay26s {
  animation-delay: 2.6s;
}

.duration26s {
  animation-duration: 2.6s;
}

.timing26s {
  animation-timing-function: 2.6s;
}

.delay27s {
  animation-delay: 2.7s;
}

.duration27s {
  animation-duration: 2.7s;
}

.timing27s {
  animation-timing-function: 2.7s;
}

.delay28s {
  animation-delay: 2.8s;
}

.duration28s {
  animation-duration: 2.8s;
}

.timing28s {
  animation-timing-function: 2.8s;
}

.delay29s {
  animation-delay: 2.9s;
}

.duration29s {
  animation-duration: 2.9s;
}

.timing29s {
  animation-timing-function: 2.9s;
}

.delay30s {
  animation-delay: 3s;
}

.duration30s {
  animation-duration: 3s;
}

.timing30s {
  animation-timing-function: 3s;
}

.delay31s {
  animation-delay: 3.1s;
}

.duration31s {
  animation-duration: 3.1s;
}

.timing31s {
  animation-timing-function: 3.1s;
}

.delay32s {
  animation-delay: 3.2s;
}

.duration32s {
  animation-duration: 3.2s;
}

.timing32s {
  animation-timing-function: 3.2s;
}

.delay33s {
  animation-delay: 3.3s;
}

.duration33s {
  animation-duration: 3.3s;
}

.timing33s {
  animation-timing-function: 3.3s;
}

.delay34s {
  animation-delay: 3.4s;
}

.duration34s {
  animation-duration: 3.4s;
}

.timing34s {
  animation-timing-function: 3.4s;
}

.delay35s {
  animation-delay: 3.5s;
}

.duration35s {
  animation-duration: 3.5s;
}

.timing35s {
  animation-timing-function: 3.5s;
}

.delay36s {
  animation-delay: 3.6s;
}

.duration36s {
  animation-duration: 3.6s;
}

.timing36s {
  animation-timing-function: 3.6s;
}

.delay37s {
  animation-delay: 3.7s;
}

.duration37s {
  animation-duration: 3.7s;
}

.timing37s {
  animation-timing-function: 3.7s;
}

.delay38s {
  animation-delay: 3.8s;
}

.duration38s {
  animation-duration: 3.8s;
}

.timing38s {
  animation-timing-function: 3.8s;
}

.delay39s {
  animation-delay: 3.9s;
}

.duration39s {
  animation-duration: 3.9s;
}

.timing39s {
  animation-timing-function: 3.9s;
}

.delay40s {
  animation-delay: 4s;
}

.duration40s {
  animation-duration: 4s;
}

.timing40s {
  animation-timing-function: 4s;
}

/*-------------------------------------------*\
	_banner
\*-------------------------------------------*/
.banner-wrap {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  position: relative;
  margin-top: 50px;
  /* 🌟 核心魔法：將 SVG 設為遮罩 */
  mask-image: url("../../images/index-banner-mask-xs.svg");
  /* 確保遮罩完美填滿並置中（概念跟 background-size 一樣） */
  mask-size: cover;
  mask-position: top;
  mask-repeat: no-repeat;
}
@media (min-width: 768px) {
  .banner-wrap {
    mask-image: url("../../images/index-banner-mask.svg");
    mask-size: contain;
  }
}

.banner-wrap figure {
  position: relative;
  margin: 0;
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  transform: translateZ(0); /* 觸發硬體加速 */
}
.banner-wrap figure:before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media (min-width: 768px) {
  .banner-wrap figure:before {
    padding-top: 45%;
  }
}

.banner-wrap figure img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* 防止 iOS 重繪 */
  transform: translateZ(0); /* 觸發硬體加速 */
}

/*-------------------------------------------*\
	_news.scss //最新消息
\*-------------------------------------------*/
.news-wrap {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  padding: 5rem 2rem 8rem;
  background: #fff;
}
@media (min-width: 768px) {
  .news-wrap {
    margin-top: -5.5rem;
  }
}
@media (min-width: 992px) {
  .news-wrap {
    margin-top: -7rem;
  }
}
@media (min-width: 1200px) {
  .news-wrap {
    margin-top: -15rem;
  }
}
@media (min-width: 1440px) {
  .news-wrap {
    margin-top: -18rem;
  }
}
@media (min-width: 1600px) {
  .news-wrap {
    margin-top: -22rem;
  }
}
@media (min-width: 2000px) {
  .news-wrap {
    margin-top: -24rem;
  }
}
@media (min-width: 2200px) {
  .news-wrap {
    margin-top: -26rem;
  }
}
@media (min-width: 2560px) {
  .news-wrap {
    margin-top: -30rem;
  }
}
@media (min-width: 2680px) {
  .news-wrap {
    margin-top: -34rem;
  }
}
.news-box {
  position: relative;
  padding: 2rem;
  background: #f7f2ef;
}
.news-title {
  margin: -4.5rem 0 2rem -2rem;
  color: #2b1d0f;
  font-size: 3.75rem;
  font-family: "Cormorant", serif;
  font-weight: bold;
}
.news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #2b1d0f;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}
.news-item:hover {
  color: #b0825d;
  transition: all 0.3s ease-in-out;
}
.news-item:hover .news-date {
  border-color: #b0825d;
}
.news-date {
  display: inline-flex;
  border-radius: 5rem;
  margin: 0 0 1rem;
  padding: 0.25rem 1.25rem;
  border: 1px solid #2b1d0f;
}
.news-issue {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-more {
  position: absolute;
  bottom: -4rem;
  right: 0;
}
.news-more a {
  position: relative;
  display: flex;
  min-width: 150px;
  padding: 0 2rem 0.5rem 0;
  color: #2b1d0f;
  font-size: 2rem;
  font-family: "Cormorant", serif;
  font-weight: bold;
  border-bottom: 1px solid #2b1d0f;
}
.news-more a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b0825d;
  border-right: 1px solid #b0825d;
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .news-wrap {
    padding: 3rem 8rem 3rem;
  }
  .news-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    margin: 0 auto;
    max-width: 800px;
  }
  .news-title {
    margin: 0 3rem 0 -7.5rem;
  }
  .news-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .news-date {
    margin: 0 2rem 0 0;
    font-weight: bold;
  }
  .news-issue {
    margin-right: 2rem;
  }
  .news-more {
    position: relative;
    bottom: unset;
    right: -6rem;
  }
  .news-more a {
    font-size: 1.625rem;
    transition: all 0.3s ease-in-out;
  }
  .news-more a:hover {
    color: #b0825d;
    border-color: #b0825d;
    transition: all 0.3s;
  }
}
@media (min-width: 1440px) {
  .news-wrap {
    padding: 3rem 8rem 3rem 15rem;
  }
  .news-box {
    max-width: 960px;
  }
  .news-more {
    right: -10.5rem;
  }
}
/*-------------------------------------------*\
	_intro.scss
\*-------------------------------------------*/
.intro-wrap {
  padding: 5rem 2rem;
  background: url(../../images/index-intro-bg.svg) no-repeat left top 480px/contain;
  background-size: 300%;
}
.intro-title {
  color: #2b1d0f;
  font-weight: bold;
  line-height: 1.2;
}
.intro-title p {
  font-size: 1.875rem;
  font-family: "Noto Serif SC", serif;
}
.intro-title span {
  font-size: 3.435rem;
  font-family: "Cormorant", serif;
}
.intro-desc {
  padding: 1rem 0;
  color: #2b1d0f;
  text-align: justify;
  line-height: 2;
}
.intro-icon {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.intro-icon span {
  padding: 0.5rem;
}
.intro-icon img {
  width: 110px;
}
.intro-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.intro-item {
  display: flex;
  padding: 1rem 0;
}
.intro-item figure {
  position: relative;
  margin: 0;
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  transform: translateZ(0); /* 觸發硬體加速 */
  width: 58.3%;
}
.intro-item figure:before {
  display: block;
  content: "";
  padding-top: 138%;
}
.intro-item img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* 防止 iOS 重繪 */
  transform: translateZ(0); /* 觸發硬體加速 */
}
.intro-item:nth-child(2) {
  justify-content: center;
}
.intro-item:nth-child(3) {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .intro-wrap {
    background: url(../../images/index-intro-bg.svg) no-repeat left top 600px/contain;
    background-size: 120%;
  }
  .intro-bottom {
    flex-direction: row;
    flex: 1;
  }
  .intro-item {
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start;
    padding: 1rem;
  }
  .intro-item figure {
    width: 100%;
  }
  .intro-item:nth-child(2) {
    margin-top: 20vw;
  }
  .intro-item:nth-child(3) {
    margin-top: 40vw;
  }
}
@media (min-width: 1200px) {
  .intro-wrap {
    padding: 2rem 2rem;
    background: url(../../images/index-intro-bg.svg) no-repeat left top 400px/contain;
    background-size: 100%;
  }
  .intro-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }
  .intro-top {
    position: absolute;
    right: 0;
    top: 230px;
    width: 500px;
  }
  .intro-bottom {
    max-width: 850px;
  }
  .intro-icon {
    position: absolute;
    right: 3rem;
    top: calc(100% + 40px);
    flex-direction: column;
  }
  .intro-icon span {
    padding: 1rem;
  }
  .intro-icon span:first-child {
    margin-bottom: 1rem;
  }
  .intro-icon img {
    width: 130px;
  }
}
@media (min-width: 1440px) {
  .intro-wrap {
    background: url(../../images/index-intro-bg.svg) no-repeat left top 175px/contain;
  }
  .intro-container {
    max-width: 1250px;
  }
  .intro-title p {
    font-size: 2.75rem;
  }
  .intro-title span {
    font-size: 6.5rem;
  }
  .intro-desc {
    font-size: 1.125rem;
  }
  .intro-top {
    top: 150px;
    width: 570px;
  }
  .intro-bottom {
    max-width: 960px;
  }
  .intro-item:nth-child(2) {
    margin-top: 250px;
  }
  .intro-item:nth-child(3) {
    margin-top: 500px;
  }
  .intro-icon img {
    width: 150px;
  }
}
/*-------------------------------------------*\
	_papers.scss //徵稿資訊
\*-------------------------------------------*/
.papers-wrap {
  padding: 2rem;
}
.papers-data {
  margin: 0 0 3rem;
}
.papers-title {
  color: #2b1d0f;
  font-weight: bold;
  line-height: 1.2;
}
.papers-title p {
  font-size: 1.875rem;
  font-family: "Noto Serif SC", serif;
}
.papers-title span {
  font-size: 3.435rem;
  font-family: "Cormorant", serif;
}
.papers-desc {
  padding: 1rem 0;
  color: #2b1d0f;
  text-align: justify;
  line-height: 2;
}
.papers-img {
  display: flex;
  justify-content: center;
  margin: 0 -2rem;
}
.papers-content {
  padding: 3rem 0;
}
.papers-ul {
  padding: 1em 0;
}
.papers-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.papers-ul li h4 {
  font-size: 1.375em;
  font-family: "Noto Sans TC", sans-serif;
}
.papers-ul li small {
  display: inline-flex;
  margin-top: 0.5rem;
  color: #b0825d;
  font-size: 1rem;
}
.papers-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 50vw;
}
.papers-icon {
  margin-right: 1rem;
}
.papers-tips {
  display: flex;
  justify-content: center;
  padding: 0.75rem 0;
  border: 1px solid #b0825d;
  border-radius: 5rem;
  font-weight: bold;
}
.papers-submit {
  margin: 3rem 0 0;
}
.papers-submit a {
  display: flex;
  justify-content: center;
  padding: 1rem 2rem 1.25rem;
  color: #fff;
  font-family: "Noto Serif SC", serif;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 5rem;
  background: #b0825d url(../../images/papers-submit-icon.svg) no-repeat center right 2rem;
}

@media (min-width: 576px) {
  .papers-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .papers-ul li {
    width: 50%;
  }
  .papers-item {
    min-width: auto;
    width: 100%;
  }
  .papers-tips {
    max-width: 375px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .papers-submit {
    max-width: 675px;
    margin: 3rem auto 0;
  }
}
@media (min-width: 1200px) {
  .papers-wrap {
    padding: 5rem 0 5rem 3rem;
  }
  .papers-data {
    max-width: calc(50% - 3rem);
    padding-right: 3rem;
  }
  .papers-bottom {
    display: inline-flex;
    flex-direction: row-reverse;
  }
  .papers-img {
    margin-left: 3rem;
    margin-right: 0;
  }
  .papers-content {
    padding: 0;
    font-size: 1.125rem;
  }
  .papers-submit a {
    padding: 1rem 2rem 1.25rem;
  }
  .papers-submit a:hover {
    background: #2b1d0f url(../../images/papers-submit-icon.svg) no-repeat center right 2rem;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1440px) {
  .papers-wrap {
    position: relative;
  }
  .papers-container {
    max-width: 1250px;
    margin: 0 auto;
  }
  .papers-title p {
    font-size: 2.75rem;
  }
  .papers-title span {
    font-size: 6.5rem;
  }
  .papers-data {
    max-width: 650px;
    padding-right: 0;
  }
  .papers-img {
    position: absolute;
    right: 0;
    max-width: 45%;
  }
  .papers-content {
    width: 650px;
    flex-shrink: 0;
  }
  .papers-desc {
    font-size: 1.125rem;
  }
  .papers-bottom {
    max-width: 1250px;
  }
}
@media (min-width: 1930px) {
  .papers-img {
    max-width: 836px;
    right: calc(50% - 952px);
  }
}
/*-------------------------------------------*\
	_important.scss //重要時程
\*-------------------------------------------*/
.important-wrap {
  padding: 5rem 0;
  background: white;
}
.important-container {
  position: relative;
  padding: 0 2rem 5rem;
}
.important-ul li {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
}
.important-ul li:not(:last-child) .important-circle {
  position: relative;
}
.important-ul li:not(:last-child) .important-circle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
  width: 6px;
  height: 3rem;
  background: #b0825d;
}
.important-ul li:last-child .important-circle {
  position: relative;
}
.important-ul li:last-child .important-circle:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 9px);
  width: 12px;
  height: 12px;
  border-left: 6px solid #b0825d;
  border-bottom: 6px solid #b0825d;
  transform: rotate(-45deg);
  border-radius: 5px;
}
.important-item {
  display: inline-flex;
  align-items: center;
}
.important-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 125px;
  height: 125px;
  padding: 1rem;
  background: #b0825d;
  color: #fff;
  font-family: "Cormorant", serif;
  border-radius: 50%;
}
.important-circle p {
  font-size: 3rem;
}
.important-circle span {
  font-size: 1.25rem;
}
.important-text {
  display: inline-flex;
  flex-direction: column;
  min-width: 200px;
  padding: 0 0 0 1.5rem;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.125rem;
}
.important-text span {
  padding-top: 1rem;
  color: #b0825d;
  line-height: 1.2;
}
.important-more {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
.important-more a {
  position: relative;
  display: flex;
  min-width: 220px;
  padding: 0 2rem 0.5rem 0;
  color: #2b1d0f;
  font-size: 2rem;
  font-family: "Cormorant", serif;
  font-weight: bold;
  border-bottom: 1px solid #2b1d0f;
}
.important-more a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b0825d;
  border-right: 1px solid #b0825d;
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .important-wrap {
    padding-bottom: 6rem;
  }
  .important-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 0 3rem;
  }
  .important-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
  }
  .important-ul li:not(:last-child) .important-circle span {
    position: absolute;
    top: 1.5rem;
  }
  .important-ul li:not(:last-child) .important-circle:before {
    left: 100%;
    top: calc(50% - 3px);
    height: 6px;
    width: 6.5rem;
  }
  .important-ul li:last-child .important-circle:before {
    left: -18px;
    top: calc(50% - 9px);
    transform: rotate(-135deg);
  }
  .important-circle {
    width: 165px;
    height: 165px;
  }
  .important-circle p {
    font-size: 3.875rem;
  }
  .important-circle span {
    font-size: 1.625rem;
  }
  .important-item {
    flex-direction: column;
  }
  .important-text {
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  .important-more a {
    font-size: 1.625rem;
    transition: all 0.3s ease-in-out;
  }
  .important-more a:hover {
    color: #b0825d;
    border-color: #b0825d;
    transition: all 0.3s;
  }
}
@media (min-width: 1440px) {
  .important-container {
    max-width: 1220px;
  }
  .important-ul li:not(:last-child) .important-circle:before {
    width: 8rem;
  }
}
/*-------------------------------------------*\
	_programme.scss //會議議程
\*-------------------------------------------*/
.programme-wrap {
  padding: 5rem 2rem 20vw;
  background: #2b1d0f url(../../images/index-programme-bg.svg) no-repeat right -180px top 50px/contain;
  background-size: 300%;
}
.programme-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.programme-title p {
  font-size: 1.875rem;
  font-family: "Noto Serif SC", serif;
}
.programme-title span {
  font-size: 3.435rem;
  font-family: "Cormorant", serif;
}
.programme-desc {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  line-height: 2;
}
.programme-more {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 3rem;
}
.programme-more a {
  position: relative;
  display: flex;
  width: 220px;
  padding: 0 2rem 0.5rem 0;
  color: #fff;
  font-size: 2rem;
  font-family: "Cormorant", serif;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.programme-more a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b0825d;
  border-right: 1px solid #b0825d;
  transform: rotate(45deg);
}
.programme-schedule {
  padding: 6rem 0 3rem;
}
.programme-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.programme-date {
  color: #b0825d;
  font-family: "Cormorant", serif;
  font-size: 3.75rem;
  font-weight: bold;
}
.programme-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.125rem;
  line-height: 2;
}

@media (min-width: 576px) {
  .programme-wrap {
    padding-bottom: 18vw;
    background-size: 150%;
  }
  .programme-item {
    flex-direction: row;
    align-items: center;
  }
  .programme-date {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .programme-wrap {
    padding: 6rem 0 15vw;
    background: #2b1d0f url(../../images/index-programme-bg.svg) no-repeat right top/contain;
    background-size: 100%;
  }
  .programme-container {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
  }
  .programme-data {
    flex: 1;
    padding: 2rem;
  }
  .programme-schedule {
    padding: 3rem 2rem;
    flex: 1;
  }
  .programme-more {
    justify-content: flex-start;
  }
  .programme-more a {
    transition: all 0.3s ease-in-out;
  }
  .programme-more a:hover {
    color: #b0825d;
    border-color: #b0825d;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1440px) {
  .programme-wrap {
    padding: 6rem 0 8rem;
    background-position: right top -60px;
  }
  .programme-container {
    max-width: 1250px;
  }
  .programme-title p {
    font-size: 2.75rem;
  }
  .programme-title span {
    font-size: 6.5rem;
  }
  .programme-desc {
    font-size: 1.125rem;
  }
  .programme-schedule {
    padding: 8rem 2rem;
  }
}
@media (min-width: 1800px) {
  .programme-wrap {
    background-position: right top -120px;
  }
}
/*-------------------------------------------*\
	_registration.scss //報名資訊
\*-------------------------------------------*/
.registration-wrap {
  background: white;
}
.registration-container {
  position: relative;
  padding: 0 2rem 5rem;
}
.registration-content {
  padding-top: 10rem;
}
.registration-img {
  position: absolute;
  top: calc(-1 * (100vw - 4rem) * 0.26);
  left: 2rem;
  width: calc(100% - 4rem);
}
.registration-img figure {
  position: relative;
  margin: 0;
  position: relative;
  overflow: hidden;
  will-change: transform; /* 通知瀏覽器優化渲染 */
  transform: translateZ(0); /* 觸發硬體加速 */
  width: 100%;
}
.registration-img figure:before {
  display: block;
  content: "";
  padding-top: 52%;
}
.registration-img img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* 防止 iOS 重繪 */
  transform: translateZ(0); /* 觸發硬體加速 */
}
.registration-title {
  color: #2b1d0f;
  font-weight: bold;
  line-height: 1.2;
}
.registration-title p {
  font-size: 1.875rem;
  font-family: "Noto Serif SC", serif;
}
.registration-title span {
  font-size: 3.435rem;
  font-family: "Cormorant", serif;
}
.registration-desc {
  padding: 1rem 0;
  color: #2b1d0f;
  text-align: justify;
  line-height: 2;
}
.registration-button {
  margin: 2rem 0 0;
}
.registration-button a {
  display: flex;
  justify-content: center;
  padding: 1rem 2rem 1.25rem;
  color: #fff;
  font-family: "Noto Serif SC", serif;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 5rem;
  background: #b0825d url(../../images/papers-submit-icon.svg) no-repeat center right 2rem;
}

@media (min-width: 576px) {
  .registration-img {
    top: calc(-1 * (100vw - 4rem) * 0.15625);
  }
  .registration-img figure:before {
    padding-top: 31.25%;
  }
}
@media (min-width: 768px) {
  .registration-content {
    padding-top: 12rem;
  }
}
@media (min-width: 992px) {
  .registration-content {
    padding-top: 14rem;
  }
}
@media (min-width: 1200px) {
  .registration-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .registration-img {
    top: -162px;
  }
  .registration-desc {
    font-size: 1.125rem;
  }
  .registration-button a {
    padding: 1rem 2rem 1.25rem;
  }
  .registration-button a:hover {
    background: #2b1d0f url(../../images/papers-submit-icon.svg) no-repeat center right 2rem;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1440px) {
  .registration-container {
    max-width: 1250px;
  }
  .registration-img {
    top: -185px;
  }
  .registration-content {
    display: flex;
    justify-content: space-between;
    padding-top: 16rem;
  }
  .registration-title p {
    font-size: 2.75rem;
  }
  .registration-title span {
    font-size: 6.5rem;
  }
  .registration-desc {
    margin-top: 6rem;
  }
}
/*-------------------------------------------*\
	_organizers.scss //辦理單位
\*-------------------------------------------*/
.organizers-wrap {
  padding: 5rem 2rem;
}
.organizers-box {
  padding: 2rem 0;
}
.organizers-ul li {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.organizers-ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.organizers-ul li.use-filter {
  mix-blend-mode: multiply;
}

@media (min-width: 1200px) {
  .organizers-head {
    display: flex;
    justify-content: flex-end;
  }
  .organizers-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .organizers-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .organizers-ul li {
    position: relative;
    width: 33.33%;
    padding: 1rem;
    margin: 0.5rem 0;
    border-bottom: 0 !important;
  }
  .organizers-ul li img {
    width: 100%;
  }
  .organizers-ul li:nth-child(3n+1):after, .organizers-ul li:nth-child(3n+2):after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 45px);
    height: 90px;
    border-right: 1px solid #e5e5e5;
  }
  .organizers-ul li:last-child:after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .organizers-container {
    max-width: 1250px;
  }
}