/* ========================================================
   articleInfo2
======================================================== */
#articleInfo2 { --article-black: #171716; --article-dark: #292826; --article-text: #66615a; --article-gray: #928b81; --article-gold: #b49356; --article-gold-light: #d9c49d; --article-blue: #243b5a; --article-paper: #f5f2eb; --article-white: #ffffff; --article-line: rgba(180,147,86,0.2); position: relative; color: var(--article-text); background: var(--article-white); font-family: "Noto Sans TC","Microsoft JhengHei",sans-serif; overflow: hidden; }
#articleInfo2 *,#articleInfo2 *::before,#articleInfo2 *::after { box-sizing: border-box; }
#articleInfo2 img { display: block; max-width: 100%; }
#articleInfo2 article p { margin: 0 0 22px; color: var(--article-text); font-size: 15px; font-weight: 400; line-height: 2; letter-spacing: 0.7px; }
#articleInfo2 article p:last-child { margin-bottom: 0; }
#articleInfo2 article a { position: relative; color: var(--article-dark); text-decoration: none; transition: color 0.35s ease; }
#articleInfo2 article a::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: var(--article-gold); transform: scaleX(0); transform-origin: right center; transition: transform 0.35s ease; }
#articleInfo2 article a:hover { color: var(--article-gold); }
#articleInfo2 article a:hover::after { transform: scaleX(1); transform-origin: left center; }
/* ========================================================
   item1
======================================================== */
#articleInfo2 .item1 {position: relative;display: grid;grid-template-columns: minmax(0,55%) minmax(0,45%);align-items: center;width: min(100%,1480px);min-height: 720px;margin: 0 auto;padding: 60px 40px 20px;}
#articleInfo2 .item1::before {content: "FAIRYTALE";position: absolute;top: 17px;right: 24px;z-index: 0;color: rgba(180,147,86,0.07);font-family: "Times New Roman",serif;font-size: clamp(75px,9vw,105px);line-height: 1;letter-spacing: 7px;pointer-events: none;}
#articleInfo2 .item1 .info {position: relative;z-index: 3;margin-right: 0;padding: 55px 80px 75px 0;background: var(--article-white);}
#articleInfo2 .item1 .info::before { content: "01"; position: absolute; top: 20px; right: 75px; color: rgba(180,147,86,0.15); font-family: "Times New Roman",serif; font-size: 72px; line-height: 1; }
#articleInfo2 .item1 .tit { position: relative; margin-bottom: 35px; padding-bottom: 32px; }
#articleInfo2 .item1 .tit::after { content: ""; position: absolute; bottom: 0; left: 0; width: 65px; height: 1px; background: var(--article-gold); }
#articleInfo2 .main-title { margin-bottom: 9px; color: var(--article-black); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(35px,3.8vw,58px); font-weight: 400; line-height: 1.3; letter-spacing: 2px; }
#articleInfo2 .sub-title { color: var(--article-gold); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(21px,2vw,29px); font-weight: 400; line-height: 1.5; letter-spacing: 1px; }
#articleInfo2 .item1 .tit > p { margin: 18px 0 0; color: var(--article-gray); font-family: Arial,sans-serif; font-size: 10px; line-height: 1.6; letter-spacing: 2.5px; text-transform: uppercase; }
#articleInfo2 .item1 .photoBox { position: relative; z-index: 1; padding: 40px 40px 40px 0; }
#articleInfo2 .item1 .photoBox::before { content: ""; position: absolute; top: 0; right: 0; width: 62%; height: 100%; background: var(--article-paper); }
#articleInfo2 .item1 .photoBox::after { content: "MAGICAL CHRISTMAS"; position: absolute; right: 18px; bottom: 10px; z-index: 3; color: var(--article-gold); font-family: Arial,sans-serif; font-size: 8px; line-height: 1; letter-spacing: 3px; writing-mode: vertical-rl; }
#articleInfo2 .item1 .photoBox img { position: relative; z-index: 2; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; filter: saturate(0.92); transition: filter 0.6s ease,transform 1s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo2 .item1:hover .photoBox img { filter: saturate(1); transform: scale(1.02); }
/* ========================================================
   item2
======================================================== */
#articleInfo2 .item2 {position: relative;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 1px;padding: 60px max(40px,calc((100vw - 1600px)/2));background: var(--article-paper);}
#articleInfo2 .item2::before { content: "06 STORIES"; position: absolute; top: 48px; left: 50%; color: rgba(180,147,86,0.16); font-family: "Times New Roman",serif; font-size: 12px; line-height: 1; letter-spacing: 7px; transform: translateX(-50%); }
#articleInfo2 .item2::after { content: ""; position: absolute; top: 76px; left: 50%; width: 1px; height: 35px; background: var(--article-gold); }
#articleInfo2 .item2 > .info { position: relative; padding: 65px 65px 70px; background: var(--article-white); }
#articleInfo2 .item2 > .info::before { content: ""; position: absolute; top: 0; width: 70px; height: 3px; background: var(--article-gold); }
#articleInfo2 .item2 .leftBox::before { left: 0; }
#articleInfo2 .item2 .rightBox::before { right: 0; }
#articleInfo2 .item2 .leftBox { border-right: 1px solid var(--article-line); }
#articleInfo2 .item2 .tit { position: relative; margin-bottom: 40px; padding-bottom: 28px; }
#articleInfo2 .item2 .tit::after { content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; background: var(--article-gold); }
#articleInfo2 .item2 .section-title { color: var(--article-black); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(27px,2.4vw,38px); font-weight: 400; line-height: 1.45; letter-spacing: 2px; }
#articleInfo2 .item2 .tit > p { margin: 12px 0 0; color: var(--article-gray); font-size: 13px; line-height: 1.8; letter-spacing: 0.7px; }
#articleInfo2 .route-item { position: relative; display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--article-line); }
#articleInfo2 .route-item:first-child { padding-top: 0; }
#articleInfo2 .route-item:last-child { padding-bottom: 0; border-bottom: 0; }
#articleInfo2 .route-number { color: var(--article-gold); font-family: "Times New Roman",serif; font-size: 31px; font-style: italic; line-height: 1.25; }
#articleInfo2 .route-content { min-width: 0; }
#articleInfo2 .route-content strong { display: block; margin-bottom: 13px; color: var(--article-dark); font-family: "Noto Serif TC","Times New Roman",serif; font-size: 18px; font-weight: 500; line-height: 1.6; letter-spacing: 0.8px; }
#articleInfo2 .route-content p { margin: 0; font-size: 14px; line-height: 1.9; }
#articleInfo2 .route-item::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--article-gold); transform: scaleX(0); transform-origin: right center; transition: transform 0.45s ease; }
#articleInfo2 .route-item:hover::after { transform: scaleX(1); transform-origin: left center; }
/* ========================================================
   item3
======================================================== */
#articleInfo2 .item3 {position: relative;display: grid;grid-template-columns: minmax(0,48%) minmax(0,52%);align-items: center;width: min(100%,1480px);margin: 0 auto;padding: 60px 40px;}
#articleInfo2 .item3::before { content: "DREAMS COME TRUE"; position: absolute; right: -85px; bottom: 68px; color: rgba(180,147,86,0.07); font-family: "Times New Roman",serif; font-size: clamp(65px,8vw,120px); line-height: 1; letter-spacing: 7px; pointer-events: none; }
#articleInfo2 .item3 .photoBox { position: relative; z-index: 1; padding: 35px 0 35px 35px; }
#articleInfo2 .item3 .photoBox::before { content: ""; position: absolute; top: 0; left: 0; width: 55%; height: 100%; background: var(--article-paper); }
#articleInfo2 .item3 .photoBox::after { content: ""; position: absolute; top: 15px; left: 15px; z-index: 1; width: 100px; height: 100px; border-top: 1px solid var(--article-gold); border-left: 1px solid var(--article-gold); pointer-events: none; }
#articleInfo2 .item3 .photoBox img { position: relative; z-index: 2; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; filter: saturate(0.92); transition: filter 0.6s ease,transform 1s cubic-bezier(0.2,0.7,0.2,1); }
#articleInfo2 .item3:hover .photoBox img { filter: saturate(1); transform: scale(1.02); }
#articleInfo2 .item3 .info {position: relative;z-index: 3;margin-left: 0;padding: 70px 0 70px 80px;background: var(--article-white);}
#articleInfo2 .item3 .info::before { content: "02"; position: absolute; top: 25px; right: 0; color: rgba(180,147,86,0.15); font-family: "Times New Roman",serif; font-size: 72px; line-height: 1; }
#articleInfo2 .item3 .tit { position: relative; margin-bottom: 35px; padding-bottom: 30px; }
#articleInfo2 .item3 .tit::after { content: ""; position: absolute; bottom: 0; left: 0; width: 65px; height: 1px; background: var(--article-gold); }
#articleInfo2 .item3 .section-title {padding-right: 55px;color: var(--article-black);font-family: "Noto Serif TC","Times New Roman",serif;font-size: clamp(30px,3vw,41px);font-weight: 400;line-height: 1.45;letter-spacing: 2px;}
#articleInfo2 .item3 .tit > p { margin: 13px 0 0; color: var(--article-gray); font-size: 13px; line-height: 1.8; letter-spacing: 0.7px; }
/* ========================================================
   WOW
======================================================== */
#articleInfo2 .wow { visibility: visible; }
/* ========================================================
   RWD
======================================================== */
@media screen and (max-width:1200px) {
  #articleInfo2 .item1 { grid-template-columns: minmax(0,46%) minmax(0,54%); padding: 100px 30px 115px; }
  #articleInfo2 .item1 .info { margin-right: -45px; padding: 65px 60px 65px 0; }
  #articleInfo2 .item2 { padding-right: 30px; padding-left: 30px; }
  #articleInfo2 .item2 > .info { padding: 55px 45px 60px; }
  #articleInfo2 .item3 { grid-template-columns: minmax(0,55%) minmax(0,45%); padding: 120px 30px; }
  #articleInfo2 .item3 .info { margin-left: -45px; padding: 60px 0 60px 60px; }
}
@media screen and (max-width:960px) {
  #articleInfo2 .item1 { display: block; min-height: 0; }
  #articleInfo2 .item1 .info { width: 88%; margin: 0; padding: 60px; box-shadow: 0 20px 60px rgba(28,26,21,0.08); }
  #articleInfo2 .item1 .photoBox { width: 92%; margin: -25px 0 0 auto; }
  #articleInfo2 .item2 { grid-template-columns: 1fr; gap: 25px; }
  #articleInfo2 .item2 .leftBox { border-right: 0; }
  #articleInfo2 .item2 .rightBox::before { right: auto; left: 0; }
  #articleInfo2 .item3 { display: block; }
  #articleInfo2 .item3 .photoBox { width: 92%; }
  #articleInfo2 .item3 .info { width: 88%; margin: -25px 0 0 auto; padding: 60px; box-shadow: 0 20px 60px rgba(28,26,21,0.08); }
}
@media screen and (max-width:767px) {
  #articleInfo2 article p { font-size: 14px; line-height: 1.9; }
  #articleInfo2 .item1 { padding: 75px 20px 90px; }
  #articleInfo2 .item1::before { top: 30px; left: 10px; font-size: 58px; letter-spacing: 3px; }
  #articleInfo2 .item1 .info { width: calc(100% - 15px); padding: 45px 30px; }
  #articleInfo2 .item1 .info::before { top: 17px; right: 25px; font-size: 55px; }
  #articleInfo2 .main-title { font-size: 36px; }
  #articleInfo2 .sub-title { font-size: 21px; }
  #articleInfo2 .item1 .photoBox { width: 100%; margin-top: 0; padding: 20px 20px 20px 0; }
  #articleInfo2 .item1 .photoBox img { aspect-ratio: 4/3; }
  #articleInfo2 .item2 { padding: 115px 20px 90px; }
  #articleInfo2 .item2 > .info { padding: 45px 30px 50px; }
  #articleInfo2 .item2 .section-title { font-size: 28px; }
  #articleInfo2 .route-item { grid-template-columns: 42px minmax(0,1fr); gap: 15px; }
  #articleInfo2 .route-number { font-size: 27px; }
  #articleInfo2 .route-content strong { font-size: 17px; }
  #articleInfo2 .item3 { padding: 90px 20px; }
  #articleInfo2 .item3::before { display: none; }
  #articleInfo2 .item3 .photoBox { width: 100%; padding: 20px 0 20px 20px; }
  #articleInfo2 .item3 .photoBox img { aspect-ratio: 4/3; }
  #articleInfo2 .item3 .info { width: calc(100% - 15px); margin-top: -15px; padding: 45px 30px; }
  #articleInfo2 .item3 .info::before { top: 18px; right: 22px; font-size: 55px; }
  #articleInfo2 .item3 .section-title { font-size: 30px; }
}
@media screen and (max-width:480px) {
  #articleInfo2 .item1 { padding-right: 15px; padding-left: 15px; }
  #articleInfo2 .item1 .info { width: calc(100% - 10px); padding: 38px 23px; }
  #articleInfo2 .main-title { font-size: 30px; }
  #articleInfo2 .sub-title { font-size: 19px; }
  #articleInfo2 .item1 .tit > p { font-size: 8px; letter-spacing: 1.7px; }
  #articleInfo2 .item2 {padding: 20px;}
  #articleInfo2 .item2 > .info { padding: 38px 23px 43px; }
  #articleInfo2 .item2 .section-title { font-size: 25px; }
  #articleInfo2 .route-item { display: block; }
  #articleInfo2 .route-number { margin-bottom: 10px; font-size: 24px; }
  #articleInfo2 .route-content strong { font-size: 16px; }
  #articleInfo2 .item3 {padding: 20px 20px;}
  #articleInfo2 .item3 .info { width: calc(100% - 10px); padding: 38px 23px; }
  #articleInfo2 .item3 .section-title { padding-right: 25px; font-size: 27px; }
}
