@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&family=Yeseva+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+TC&family=Noto+Sans+TC:wght@200..900&family=Yeseva+One&display=swap";#topbar{position:fixed;top:0;left:0;width:100vw;z-index:99999;display:flex;justify-content:space-between;padding:10px 30px;background-color:#171616;color:#fafafa}#topbar .logo{font-size:24px}#topbar .logo a{font-weight:500;text-decoration:inherit;color:#fff}#topbar a:hover{color:#535bf2}#topbar .navbar{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}#topbar .navbar .hamburger{background-color:transparent;border:none;margin-bottom:10px}@media (min-width: 971px){#topbar .navbar .hamburger{display:none}}#topbar .navbar .hamburger .bar{display:block;width:24px;height:3px;background-color:#fafafa;margin:5px auto}#topbar .navbar .hamburger.is-active .bar:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#topbar .navbar .hamburger.is-active .bar:nth-child(2){opacity:0}#topbar .navbar .hamburger.is-active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media (max-width: 970px){#topbar .navbar .navigation{position:absolute;top:100%;right:30px;background-color:#171616;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;animation:hide 1.2s both;min-width:140px;background-image:linear-gradient(to bottom right,#fff6,#ffffffb3);border:solid 2px rgba(255,255,255,.4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:2px 4px 10px #0003,inset -1px -1px 1px #fff3}#topbar .navbar .navigation.show{display:flex;animation:show 1.2s both}}#topbar .navbar .navigation .menu{margin:0;display:flex;justify-content:flex-end;align-items:center;padding:0 10px;border-radius:99px;height:100%}@media (max-width: 970px){#topbar .navbar .navigation .menu{flex-direction:column;order:-1;padding:15px 0;width:100%}}#topbar .navbar .navigation .menu a{display:flex;margin-left:45px;font-size:16px;height:100%;font-weight:700;border-bottom:solid 2px transparent;align-items:center;justify-content:center;color:#fffc}@media (max-width: 970px){#topbar .navbar .navigation .menu a{margin:5px 0}}#topbar .navbar .navigation .menu a:hover{color:#fafafa;border-bottom:solid 2px #FAFAFA}footer{margin:0;padding:0;overflow:visible;width:100%;bottom:0;z-index:1;position:relative}footer:before{content:"";position:absolute;top:0;transform:translateY(-99%);left:0;background-image:url(../images/ripple.png);background-repeat:no-repeat;background-position:top left;width:100%;aspect-ratio:144/7;background-size:100% 100%;pointer-events:none}@media (max-width:640px){footer:before{display:none}}footer .footerMain{padding:0 40px;color:#fff;background:#171616;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}@media (max-width:970px){footer .footerMain{gap:16px;text-align:center}}@media (max-width:640px){footer .footerMain{grid-template-columns:auto 40px;gap:0}}footer .footerMain .footer-right{justify-self:center;order:1;margin:0;gap:32px;flex-direction:row}@media (max-width:640px){footer .footerMain .footer-right{order:2}}footer .footerMain small{justify-self:center;display:inline-flex;align-items:center;opacity:.85;white-space:nowrap;font-size:14px}@media (max-width:640px){footer .footerMain small{order:1}}@media (max-width:640px){footer .footerMain .footer-spacer{display:none}}footer .footerMain .footer-right{margin:10px;display:flex;justify-self:end;align-items:center;gap:48px}@media (max-width:640px){footer .footerMain .footer-right{justify-self:end;margin:0;gap:32px;order:2;flex-direction:row}}footer .footerMain ul{margin:0;padding:0;list-style:none}footer .footerMain .social{display:inline-flex;align-items:center;gap:12px}@media (max-width:640px){footer .footerMain .social{display:none}}footer .footerMain .social a{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:all .3s ease}@media (max-width:640px){footer .footerMain .social a{width:36px;height:36px;background:#ffffff1a}footer .footerMain .social a:hover{background:#fff3;transform:translateY(-2px)}}footer .footerMain .social a .icon{position:absolute;width:20px;height:20px;object-fit:contain;transition:opacity .2s ease}@media (max-width:640px){footer .footerMain .social a .icon{width:22px;height:22px}}footer .footerMain .social a .hover{opacity:0}footer .footerMain .social a:hover .normal{opacity:0}footer .footerMain .social a:hover .hover{opacity:1}footer .footerMain .to-top-btn{justify-self:end;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;width:36px;height:36px;line-height:1;border-radius:50%;font-size:18px;border:1px solid rgba(255,255,255,.25);background:transparent;color:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,opacity .15s ease}@media (max-width:640px){footer .footerMain .to-top-btn{justify-self:auto;order:auto;width:40px;height:40px;font-size:20px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);margin:0}}footer .footerMain .to-top-btn:hover{transform:translateY(-2px);border-color:#fff9}@media (max-width:640px){footer .footerMain .to-top-btn:hover{background:#fff3;border-color:#fffc}}.home{overflow-x:clip;overflow-x:hidden;width:100%;max-width:100%}.home .hero{background-color:#171616;color:#fafafa;position:relative;width:100%;height:clamp(600px,55.56vw + 61.11px,800px);margin:0 auto;padding:60px 0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"leftTop rightTop" "leftBottom rightBottom";overflow:hidden;box-sizing:border-box;z-index:1}@media (max-width:970px){.home .hero{height:100vh;min-height:600px;padding:60px 20px 40px;display:flex;flex-direction:column;justify-content:center;gap:40px}}@media (max-width:640px){.home .hero{height:100vh;min-height:600px;padding:60px 20px 40px;display:flex;flex-direction:column;justify-content:center;gap:40px}}.home .hero>*{position:relative;z-index:1}.home .hero:before{content:"";position:absolute;right:0;bottom:0;width:50%;height:50%;background:url(images/gptindexbg2_op1.png);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:0}@media (max-width:970px){.home .hero:before{display:none}}@media (max-width:640px){.home .hero:before{display:none}}.home .hero .heroLeft{margin-top:56px;position:relative;grid-area:leftTop;gap:16px;z-index:2}@media (max-width:970px){.home .hero .heroLeft{transform:none;text-align:center;justify-self:stretch;align-self:center;gap:12px;padding-bottom:40px}}@media (max-width:640px){.home .hero .heroLeft{margin-top:20px;transform:none;text-align:center;justify-self:stretch;align-self:center;gap:12px;padding-bottom:40px}}.home .hero .heroLeft .brand{margin:0;font-weight:800;line-height:1.05;font-size:clamp(60px,13.5vw,180px);letter-spacing:.1em;font-family:yeseva one,serif}@media (max-width:970px){.home .hero .heroLeft .brand{font-size:120px;letter-spacing:.08em;row-gap:6px}}@media (max-width:640px){.home .hero .heroLeft .brand{font-size:100px;letter-spacing:.05em;row-gap:4px}}.home .hero .heroLeft .brand .brandLine{display:block;line-height:1.05}.home .hero .heroLeft .brand .brandLine--top{margin-top:50px;justify-self:center}@media (max-width:970px){.home .hero .heroLeft .brand .brandLine--top{transform:translate(-140px)}}@media (max-width:640px){.home .hero .heroLeft .brand .brandLine--top{margin:0;transform:none;justify-self:center}}.home .hero .heroLeft .brand .brandLine--bottom{justify-self:end;transform:translate(400px);position:relative}@media (max-width:970px){.home .hero .heroLeft .brand .brandLine--bottom{transform:translate(60px)}}@media (max-width:640px){.home .hero .heroLeft .brand .brandLine--bottom{transform:none;justify-self:center}}.home .hero .heroLeft .brand .brandLine--bottom .brandZh{position:absolute;left:100%;top:0;transform:translate(clamp(-190px,-15.28vw + 13.19px,-135px),15px);white-space:nowrap;font-size:clamp(20px,2.4vw,32px);letter-spacing:.5em;font-weight:600;margin:0;opacity:.95;font-family:"Noto Serif TC",serif}@media (max-width:970px){.home .hero .heroLeft .brand .brandLine--bottom .brandZh{font-size:28px;letter-spacing:.4em;transform:translate(-150px)}}@media (max-width:640px){.home .hero .heroLeft .brand .brandLine--bottom .brandZh{position:static;transform:none;font-size:clamp(20px,5vw,24px);letter-spacing:.3em;margin-top:10px;display:block;text-align:center}}.home .hero .heroRightTop{grid-area:rightTop;align-self:start;justify-self:end;width:clamp(320px,45vw,600px);height:clamp(150px,15vw,200px);border-radius:999px 0 0 999px;overflow:hidden}@media (max-width:970px){.home .hero .heroRightTop{width:100%;max-width:600px;height:250px;border-radius:20px;align-self:center}}@media (max-width:640px){.home .hero .heroRightTop{grid-area:rightTop;width:100%;height:150px;justify-self:stretch;border-radius:20px}}.home .hero .heroRightTop img{width:100%;height:100%;object-fit:cover;display:block}.home .hero .heroLeftBottom{grid-area:leftBottom;align-self:end;justify-self:start;width:clamp(320px,45vw,600px);height:clamp(150px,15vw,200px);border-radius:0 999px 999px 0;overflow:hidden;z-index:1}@media (max-width:970px){.home .hero .heroLeftBottom{width:100%;max-width:600px;height:250px;border-radius:20px;align-self:center}}@media (max-width:640px){.home .hero .heroLeftBottom{grid-area:rightBottom;width:100%;height:150px;justify-self:stretch;align-self:center;border-radius:20px}}.home .hero .heroLeftBottom img{width:100%;height:100%;object-fit:cover;display:block}.home .hero .heroRightBottom{grid-area:rightBottom;align-self:center;justify-self:start;transform:translateY(50px)}@media (max-width:970px){.home .hero .heroRightBottom{transform:none;max-width:100%;text-align:center;padding:0 10px;justify-self:center}}@media (max-width:640px){.home .hero .heroRightBottom{transform:none;max-width:100%;text-align:center;padding:0 10px;justify-self:center}}.home .hero .heroRightBottom .slogan{margin:0 auto;font-size:clamp(20px,2.4vw,32px);line-height:1.6;letter-spacing:.02em;opacity:.95;font-family:"Noto Serif TC",serif;font-weight:700;text-align:center}@media (max-width:970px){.home .hero .heroRightBottom .slogan{font-size:28px;line-height:1.55}}@media (max-width:640px){.home .hero .heroRightBottom .slogan{font-size:20px;line-height:1.5}}.home .hero .heroRightBottom .slogan .Bartending{color:#feb836}.home .news{height:100vh;position:relative;isolation:isolate;display:flex;align-items:flex-start;padding:90px 60px 60px 0;background:#fafafa;color:#171616;background-image:url(../images/drop_dark.png);background-repeat:no-repeat;background-position:top right;background-size:191px 116px;margin-left:clamp(0px,25.64vw - 248.72px,150px)}@media (max-width: 1340px){.home .news{gap:28px;padding:70px 40px 50px;margin:0}}@media (max-width:970px){.home .news{height:auto;min-height:600px;flex-direction:column;gap:20px;padding:40px 20px;background-image:none}}.home .news .newsTitle{writing-mode:vertical-rl;text-orientation:upright;font-size:40px;letter-spacing:.18em;font-family:"Noto Serif TC",serif;flex-shrink:0;width:150px;display:flex;align-self:flex-end;justify-content:flex-end;margin-left:clamp(20px,31.03vw - 395.86px,200px);margin-bottom:clamp(-20px,-11.21vw + 195.17px,45px)}@media (max-width: 1340px){.home .news .newsTitle{margin:0;padding:0;width:auto;font-size:40px;align-self:center}}@media (max-width:970px){.home .news .newsTitle{margin:0 0 28px;writing-mode:horizontal-tb;text-orientation:mixed;text-align:center;width:100%;justify-content:center;align-self:center;font-size:48px}}@media (max-width:640px){.home .news .newsTitle{font-size:32px;margin-bottom:0}}.home .news .newsPoster{flex-shrink:0;aspect-ratio:7/10;height:clamp(650px,23.45vw + 335.79px,786px);position:relative;align-self:center}@media (max-width: 1340px){.home .news .newsPoster{margin:0 auto;height:clamp(320px,89.19vw - 545.14px,650px)}}@media (max-width:970px){.home .news .newsPoster{width:100%;max-width:350px;height:auto;margin:0 auto 28px}}@media (max-width:640px){.home .news .newsPoster{width:280px}}.home .news .newsPoster:before,.home .news .newsPoster:after{position:absolute;display:flex;font-weight:700;line-height:1;letter-spacing:.06em;color:#0000000a;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-1}@media (max-width: 1340px){.home .news .newsPoster:before,.home .news .newsPoster:after{display:none}}.home .news .newsPoster:before{content:"N";justify-content:flex-start;align-items:flex-start;left:clamp(-300px,-8.62vw - 134.48px,-250px);top:-50px;font-size:clamp(300px,12.5vw + 131.25px,350px)}.home .news .newsPoster:after{content:"Ws";justify-content:flex-end;align-items:flex-end;left:clamp(550px,46.55vw - 73.79px,820px);bottom:-30px;font-size:clamp(300px,12.5vw + 131.25px,350px)}.home .news .newsPoster .posterContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #0000001a}.home .news .newsPoster .posterImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .6s ease-in-out;border-radius:12px}.home .news .newsPoster .posterImage.active{opacity:1}.home .news .newsPoster .carouselDots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}@media (max-width:970px){.home .news .newsPoster .carouselDots{bottom:15px;gap:6px}}.home .news .newsPoster .carouselDots .dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}@media (max-width:970px){.home .news .newsPoster .carouselDots .dot{width:10px;height:10px}}.home .news .newsPoster .carouselDots .dot.active{background:#fff;transform:scale(1.2)}.home .news .newsPoster .carouselDots .dot:hover{background:#fffc}.home .news .newsList{display:flex;align-self:center;flex-direction:column;gap:20px;margin-bottom:250px;margin-left:clamp(80px,37.93vw - 428.28px,300px);width:500px}@media (max-width: 1340px){.home .news .newsList{width:100%;align-items:center;margin:0}}.home .news .newsList ul{list-style:none;margin:0;display:flex;flex-direction:column;gap:16px;position:relative}@media (max-width: 1340px){.home .news .newsList ul{margin:0 50px;padding:0 0 0 40px;gap:14px}}@media (max-width:970px){.home .news .newsList ul{padding:0;gap:18px;width:auto}}@media (max-width:640px){.home .news .newsList ul{padding:0;gap:18px;width:100%;max-width:400px}}.home .news .newsList ul li{position:relative;padding:12px 0;transition:all .3s ease;cursor:pointer;font-size:18px}@media (max-width:970px){.home .news .newsList ul li{font-size:22px}}@media (max-width:640px){.home .news .newsList ul li{font-size:14px}}.home .news .newsList ul li a{text-decoration:none;display:inline-block;color:inherit;transition:all .3s ease;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (max-width:970px){.home .news .newsList ul li a{text-align:center}}@media (max-width:640px){.home .news .newsList ul li a{text-align:center}}.home .news .newsList ul li a:hover{text-decoration:underline}.home .news .newsList ul li.active{color:#ff6d25;background:#ff6d250d}@media (max-width:640px){.home .news .newsList ul li.active{background:#ff6d251a}}.home .news .newsList ul li.active:before{background:#ff6d25;transform:translateY(-50%) scale(1.4)}.home .news .newsList ul li.active a{color:#ff6d25;font-weight:600;transform:translate(8px)}.home .news .newsList ul li:hover{color:#ff6d25}.home .news .newsList ul li:hover:before{background:#ff6d25;transform:translateY(-50%) scale(1.3)}.home .news .newsList ul li:hover a{color:#ff6d25;text-decoration:underline;transform:translate(10px)}@media (max-width:640px){.home .news .newsList ul li:hover a{transform:none}}.home .news .newsList ul li:before{content:"";position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#666;transition:all .3s ease}@media (max-width: 1340px){.home .news .newsList ul li:before{left:-36px;width:6px;height:6px}}@media (max-width:640px){.home .news .newsList ul li:before{display:none}}.home .news .newsList ul:before{content:"";position:absolute;left:-37px;top:0;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,#ccc,#ccc 4px,transparent 4px,transparent 12px);opacity:.9}@media (max-width: 1340px){.home .news .newsList ul:before{display:none}}.home .news .newsList .goNewsBtn{align-self:flex-end;display:inline-block;padding:12px 24px;border-radius:999px;background:#171616;color:#fafafa;border:1px solid #171616;text-decoration:none;transition:all .3s ease;font-weight:500;font-size:18px;margin-right:clamp(0px,-50vw + 525px,40px)}@media (max-width:970px){.home .news .newsList .goNewsBtn{align-self:center;justify-self:center;padding:12px 18px;font-size:16px;margin:20px 0}}@media (max-width:640px){.home .news .newsList .goNewsBtn{align-self:center;justify-self:center;padding:12px 18px;font-size:16px}}.home .news .newsList .goNewsBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.home .mapSection{height:100vh;position:relative;background:#171616;color:#fafafa;overflow:hidden;isolation:isolate}@media (max-width:640px){.home .mapSection{height:800px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px}}.home .mapSection:after{content:"";position:absolute;right:0;top:0;width:191px;height:116px;background:url(../images/drop_light.png);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:2}@media (max-width:640px){.home .mapSection:after{display:none}}.home .mapSection .mapTitleBox{position:absolute;top:180px;right:250px;z-index:-1}@media (max-width:640px){.home .mapSection .mapTitleBox{position:static;order:1;transform:none;font-size:40px;margin-top:50px;margin-bottom:0;text-align:center;width:100%;flex-shrink:0}}.home .mapSection .mapTitleBox .mapTitle{position:relative;margin:0;font-size:64px;font-weight:700;color:#fafafa;text-shadow:0 2px 8px rgba(0,0,0,.35);z-index:2;font-family:"Noto Serif TC",serif}@media (max-width:970px){.home .mapSection .mapTitleBox .mapTitle{font-size:48px}}@media (max-width:640px){.home .mapSection .mapTitleBox .mapTitle{font-size:40px;text-align:center}}.home .mapSection .mapTitleBox .mapTitle:before{content:"Map";position:absolute;font-weight:800;font-size:300px;line-height:1;letter-spacing:.008em;color:#ffffff14;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translate(-32%,-50%);z-index:-1}@media (max-width:640px){.home .mapSection .mapTitleBox .mapTitle:before{display:none}}.home .mapSection .map{width:100%;height:100vh;min-height:800px;position:relative;background-color:transparent;overflow:hidden;font-family:Roboto,serif;z-index:1;overflow-x:clip}@media (max-width:640px){.home .mapSection .map{order:2;flex:1;height:auto;min-height:400px;width:100%}}.home .mapSection .map .carousel{position:relative;z-index:1;height:100%;overflow:hidden;pointer-events:none;overflow:clip}.home .mapSection .map .carousel-item{--items: 10;--width: clamp(150px, 30vw, 300px);--height: clamp(200px, 40vw, 400px);--x: calc(var(--active) * 800%);--y: calc(var(--active) * 200%);--rot: calc(var(--active) * 120deg);--opacity: calc(var(--zIndex) / var(--items) * 3 - 2);position:absolute;z-index:var(--zIndex);width:var(--width);height:var(--height);margin:calc(var(--height) * -.5) 0 0 calc(var(--width) * -.5);border-radius:10px;top:50%;left:50%;-webkit-user-select:none;user-select:none;transform-origin:0% 100%;box-shadow:0 10px 50px 10px #00000080;background:#000;pointer-events:all;transform:translate(var(--x),var(--y)) rotate(var(--rot));transition:transform .8s cubic-bezier(0,.02,0,1);max-width:100%;overflow:hidden}@media (max-width:640px){.home .mapSection .map .carousel-item{--width: clamp(120px, 35vw, 200px);--height: clamp(160px, 45vw, 260px);--x: calc(var(--active) * 350%);--y: calc(var(--active) * 150%);--rot: calc(var(--active) * 80deg)}}.home .mapSection .map .carousel-item .carousel-box{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transition:opacity .8s cubic-bezier(0,.02,0,1);opacity:var(--opacity);font-family:Orelo-sw-db,serif;max-width:100%;overflow:hidden}.home .mapSection .map .carousel-item .carousel-box:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0000 30% 50%,#00000080)}.home .mapSection .map .carousel-item .mrt{position:absolute;z-index:1;color:#fafafa;font-size:18px;bottom:20px;left:20px}@media (max-width:640px){.home .mapSection .map .carousel-item .mrt{display:none}}.home .mapSection .map .carousel-item .title{position:absolute;z-index:1;color:#fafafa;bottom:40px;left:20px;transition:opacity .8s cubic-bezier(0,.02,0,1);font-size:clamp(24px,3vw,36px);text-shadow:0 4px 4px rgba(0,0,0,.1)}@media (max-width:640px){.home .mapSection .map .carousel-item .title{font-size:clamp(16px,4vw,20px);bottom:15px;left:15px}}.home .mapSection .map .carousel-item .num{position:absolute;z-index:1;color:#fafafa;top:0;left:25px;transition:opacity .8s cubic-bezier(0,.02,0,1);font-size:clamp(20px,10vw,80px)}.home .mapSection .map .carousel-item img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.home .mapSection .goToBar{position:absolute;display:inline-block;width:auto;font-weight:800;font-size:24px;padding:10px 14px;left:240px;bottom:150px;border-radius:5px;background:#171616;color:#fafafa;border:2px solid #FAFAFA;text-decoration:none;transition:transform .15s ease;justify-self:center;z-index:99}.home .mapSection .goToBar a{color:#fafafa}@media (max-width:640px){.home .mapSection .goToBar{position:static;order:3;align-self:center;flex-shrink:0;margin-top:20px;margin-bottom:20px}}.home .mapSection .goToBar:hover{transform:translateY(-2px)}.home .route{width:100%;height:clamp(600px,25vw + 440px,800px);background-color:#171616;color:#fafafa;position:relative;overflow-x:clip}@media (max-width:970px){.home .route{padding:60px 20px}}@media (max-width:640px){.home .route{height:auto;min-height:600px;padding:40px 20px}}.home .route .routeTitle{margin:0 0 24px;font-size:64px;font-weight:700;letter-spacing:.04em;transform:translate(150px,100px);max-width:100%;font-family:"Noto Serif TC",serif}@media (max-width:970px){.home .route .routeTitle{font-size:48px;transform:translate(100px,20px)}}@media (max-width:640px){.home .route .routeTitle{position:relative;top:auto;left:auto;transform:none;font-size:40px;text-align:center;margin-bottom:40px;gap:12px}}.home .route .routeTitle:before{content:"Route";position:absolute;inset:0 auto 0 0;transform:translate(-15%,-150%);font-weight:800;font-size:300px;line-height:1;letter-spacing:.02em;color:#fafafa;opacity:.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}@media (max-width:970px){.home .route .routeTitle:before{font-size:200px}}@media (max-width:640px){.home .route .routeTitle:before{display:none}}.home .route .routeCards{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:0;padding:0;position:relative;overflow:visible;z-index:1;padding-inline:24px}@media (max-width:640px){.home .route .routeCards{flex-direction:column;height:auto;align-items:center;gap:20px}}.home .route .routeCards .routeCard1{--dx: -100px;--dy: 110px;--z: 1}@media (max-width:970px){.home .route .routeCards .routeCard1{--dx: -60px;--dy: 40px;--z: 1}}@media (max-width:640px){.home .route .routeCards .routeCard1{--dx: 0;--dy: 0;--z: 1}}.home .route .routeCards .routeCard2{--dx: 0px;--dy: 230px;--z: 2}@media (max-width:970px){.home .route .routeCards .routeCard2{--dx: 0px;--dy: 160px;--z: 2}}@media (max-width:640px){.home .route .routeCards .routeCard2{--dx: 0;--dy: 0;--z: 1;margin-right:0}}.home .route .routeCards .routeCard3{--dx: 100px;--dy: 350px;--z: 3}@media (max-width:970px){.home .route .routeCards .routeCard3{--dx: 60px;--dy: 280px;--z: 3}}@media (max-width:640px){.home .route .routeCards .routeCard3{--dx: 0px;--dy: 0;--z: 1;margin-right:0}}.home .route .routeCards .routeCard1,.home .route .routeCards .routeCard2,.home .route .routeCards .routeCard3{width:720px;position:relative;display:block;grid-column:1/-1;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #00000073;isolation:isolate;text-decoration:none;color:inherit;transition:transform .25s ease;aspect-ratio:16/7;transform:translate(var(--dx, 0),var(--dy, 0));z-index:var(--z, 1)}@media (max-width:970px){.home .route .routeCards .routeCard1,.home .route .routeCards .routeCard2,.home .route .routeCards .routeCard3{width:300px;height:120px}}@media (max-width:640px){.home .route .routeCards .routeCard1,.home .route .routeCards .routeCard2,.home .route .routeCards .routeCard3{width:100%;max-width:350px;height:auto;aspect-ratio:16/7}}.home .route .routeCards .routeCard1 img,.home .route .routeCards .routeCard2 img,.home .route .routeCards .routeCard3 img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}.home .route .routeCards .routeCard1:hover img,.home .route .routeCards .routeCard2:hover img,.home .route .routeCards .routeCard3:hover img{transform:scale(1.3)}@media (max-width:640px){.home .route .routeCards .routeCard1:hover img,.home .route .routeCards .routeCard2:hover img,.home .route .routeCards .routeCard3:hover img{transform:scale(1.1)}}.home .route .routeCards .routeCard1 .info,.home .route .routeCards .routeCard2 .info,.home .route .routeCards .routeCard3 .info{position:absolute;inset:0;display:grid;align-content:start;padding:18px;background:linear-gradient(to bottom,#0000,#00000040 35%,#00000073);-webkit-backdrop-filter:saturate(110%);backdrop-filter:saturate(110%)}@media (mediaLg){.home .route .routeCards .routeCard1 .info,.home .route .routeCards .routeCard2 .info,.home .route .routeCards .routeCard3 .info{padding:18px}}@media (max-width:640px){.home .route .routeCards .routeCard1 .info,.home .route .routeCards .routeCard2 .info,.home .route .routeCards .routeCard3 .info{padding:16px}}.home .route .routeCards .routeCard1 .info .num,.home .route .routeCards .routeCard2 .info .num,.home .route .routeCards .routeCard3 .info .num{align-self:start;display:inline-block;padding:0 10px;font-size:14px;letter-spacing:.06em}@media (mediaMd){.home .route .routeCards .routeCard1 .info .num,.home .route .routeCards .routeCard2 .info .num,.home .route .routeCards .routeCard3 .info .num{font-size:14px;padding:0 10px}}@media (max-width:640px){.home .route .routeCards .routeCard1 .info .num,.home .route .routeCards .routeCard2 .info .num,.home .route .routeCards .routeCard3 .info .num{padding:0 8px}}.home .route .routeCards .routeCard1 .info .title,.home .route .routeCards .routeCard2 .info .title,.home .route .routeCards .routeCard3 .info .title{margin:0;padding:0 10px;font-size:clamp(24px,1.6842vw + 7.6632px,40px);font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.5)}@media (max-width:970px){.home .route .routeCards .routeCard1 .info .title,.home .route .routeCards .routeCard2 .info .title,.home .route .routeCards .routeCard3 .info .title{font-size:18px;padding:0 10px}}@media (max-width:640px){.home .route .routeCards .routeCard1 .info .title,.home .route .routeCards .routeCard2 .info .title,.home .route .routeCards .routeCard3 .info .title{padding:0 8px}}.home .Illustrations{width:100%;height:800px;position:relative;display:grid;grid-template-columns:250px 350px 1fr;gap:24px;color:#171616;background-color:#fafafa;border-radius:16px;padding:90px 60px 60px 0;overflow:hidden;isolation:isolate;background-image:url(../images/drop_dark.png);background-repeat:no-repeat;background-position:top right;background-size:191px 116px}@media (max-width: 1320px){.home .Illustrations{display:flex;justify-content:space-between;gap:25px;padding:60px 30px}}@media (max-width:640px){.home .Illustrations{display:grid;height:auto;min-height:500px;grid-template-columns:1fr;grid-template-rows:auto auto;gap:30px;padding:30px 20px 40px;border-radius:0;background-image:none}}.home .Illustrations:before{content:"Illustr";position:absolute;left:50%;transform:translate(-50%);top:96px;font-weight:700;font-size:350px;line-height:.7;letter-spacing:.2em;color:#00000008;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}@media (max-width: 1320px){.home .Illustrations:before{font-size:250px;letter-spacing:.2em}}@media (max-width:640px){.home .Illustrations:before{display:none}}.home .Illustrations:after{content:"ations";position:absolute;left:50%;transform:translate(-50%);bottom:96px;font-weight:700;font-size:350px;line-height:.7;letter-spacing:.2em;color:#00000008;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}@media (max-width: 1320px){.home .Illustrations:after{font-size:250px;letter-spacing:.25em;transform:translate(-50%,-40%)}}@media (max-width:640px){.home .Illustrations:after{display:none}}.home .Illustrations .leftImg{position:relative;z-index:1}@media (max-width: 1320px){.home .Illustrations .leftImg{display:none;width:0;overflow:hidden}}.home .Illustrations .leftImg img{position:absolute;left:-160px;height:min(76vh,640px);width:auto;opacity:.8;pointer-events:none}.home .Illustrations .Illustrations-nav{align-self:start;background:none;padding-top:50px;padding-left:50px;display:flex;gap:40px;z-index:1}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav{align-self:center;align-items:center;padding-top:0;padding-left:clamp(10px,28.125vw - 170px,100px);gap:24px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav{padding:0;flex-direction:column;justify-content:center;align-items:center;gap:20px;order:-1}}.home .Illustrations .Illustrations-nav h2{margin-top:30px;writing-mode:vertical-lr;text-orientation:upright;letter-spacing:.5em;font-size:40px;font-family:"Noto Serif TC",serif}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav h2{font-size:32px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav h2{writing-mode:horizontal-tb;text-orientation:mixed;margin:0;padding:0;letter-spacing:.15em}}.home .Illustrations .Illustrations-nav .navBtn{display:grid;gap:10px;border-left:2px solid #171616;padding-left:40px}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav .navBtn{gap:50px;padding-left:25px;width:150px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav .navBtn{width:100%;display:flex;justify-content:center;gap:10px;border-left:none;border-top:1px solid #171616;padding-left:0;padding-top:15px;flex-direction:row}}.home .Illustrations .Illustrations-nav button{display:block;width:100%;text-align:left;padding:6px 0 6px 10px;background:transparent;border:0;color:#171616;cursor:pointer;position:relative;transition:color .15s ease;font-size:24px}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav button{font-size:20px;padding:5px 12px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav button{width:auto;font-size:14px;padding:6px 10px;border-radius:20px;border:1px solid #171616}}.home .Illustrations .Illustrations-nav button:hover{color:#000c}.home .Illustrations .Illustrations-nav button.active{font-weight:700;padding-left:28px}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav button.active{padding-left:23px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav button.active{background:#171616;color:#fafafa;padding-left:10px;padding-right:10px}}.home .Illustrations .Illustrations-nav button.active:before{content:"▶";position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;color:#171616}@media (max-width: 1320px){.home .Illustrations .Illustrations-nav button.active:before{left:8px;font-size:12px}}@media (max-width:640px){.home .Illustrations .Illustrations-nav button.active:before{display:none}}.home .Illustrations .Illustrations-body{padding:0;z-index:1}.home .Illustrations .Illustrations-body .Illustrations-introduce{margin:50px 90px 0;display:grid;gap:40px}@media (max-width: 1320px){.home .Illustrations .Illustrations-body .Illustrations-introduce{padding-top:90px;margin:0;gap:40px}}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce{margin:0;gap:15px;padding:0 15px;width:100%}}.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title{display:flex;align-items:baseline;margin-bottom:16px;gap:12px}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title{flex-direction:column;align-items:center;text-align:center;gap:4px;margin-bottom:12px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleZh{margin:0;font-size:64px;line-height:1;font-family:"Noto Serif TC",serif}@media (max-width: 1320px){.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleZh{font-size:40px}}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleZh{font-size:36px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleEn{font-size:36px;letter-spacing:.16px;font-family:yeseva one,serif}@media (max-width: 1320px){.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleEn{font-size:24px}}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .introduce-title .titleEn{font-size:20px;letter-spacing:.08em}}.home .Illustrations .Illustrations-body .Illustrations-introduce p{margin:0 0 24px;line-height:2;font-size:18px}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce p{font-size:16px;line-height:1.6;text-align:center;margin-bottom:12px;padding:0 5px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .cardRow{margin-top:20px;display:flex;justify-content:space-evenly}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .cardRow{margin-top:10px;display:flex;justify-content:space-around;gap:8px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .cardRow img{height:auto;width:auto;display:block;object-fit:cover}@media (max-width: 1320px){.home .Illustrations .Illustrations-body .Illustrations-introduce .cardRow img{width:120px;height:120px}}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .cardRow img{width:80px;height:80px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .goIllBtn{display:inline-block;width:auto;padding:10px 14px;border-radius:5px;background:#171616;color:#fafafa;border:1px solid #171616;text-decoration:none;transition:transform .15s ease;justify-self:end}@media (max-width:640px){.home .Illustrations .Illustrations-body .Illustrations-introduce .goIllBtn{justify-self:center;padding:12px 18px;font-size:16px;margin-top:24px}}.home .Illustrations .Illustrations-body .Illustrations-introduce .goIllBtn:hover{transform:translateY(-2px)}.eventDetailPage{position:relative;background-color:#fafafa;color:#171616;max-width:1200px;margin:56px auto 0;padding:0 15px 15px;box-sizing:border-box}.eventDetailPage .a_heroSection{margin-bottom:20px}.eventDetailPage .a_heroSection .a_heroBanner{position:relative}.eventDetailPage .a_heroSection .a_heroBanner .a_heroImg{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;object-position:center}.eventDetailPage .a_heroSection .a_heroBanner .a_heroRibbon{position:absolute;left:0;right:0;bottom:0;width:100%;text-align:center;font-size:clamp(14px,1.2vw,20px);letter-spacing:1.5em;color:#fafafa;background:#807c7c;padding:10px 8px}@media (max-width:970px){.eventDetailPage .a_heroSection .a_heroBanner .a_heroRibbon{letter-spacing:.8em}}@media (max-width:640px){.eventDetailPage .a_heroSection .a_heroBanner .a_heroRibbon{letter-spacing:.5em}}.eventDetailPage .a_heroSection .heroMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 8px;flex-wrap:wrap}.eventDetailPage .a_heroSection .heroMeta .heroChips,.eventDetailPage .a_heroSection .heroMeta .heroStats{list-style:none;padding:0;margin:0;display:flex;gap:8px}.eventDetailPage .a_heroSection .heroMeta .heroChips{flex-wrap:wrap}.eventDetailPage .a_heroSection .heroMeta .heroChips .chip{display:inline-block;padding:6px 12px;background:#ff6d25;color:#fafafa;border-radius:999px;font-size:14px}@media (max-width:640px){.eventDetailPage .a_heroSection .heroMeta .heroChips .chip{padding:5px 10px;font-size:13px}}.eventDetailPage .a_heroSection .heroMeta .heroStats{gap:16px;padding-right:84px;margin-left:auto;color:#807c7c;font-size:14px}@media (max-width:640px){.eventDetailPage .a_heroSection .heroMeta .heroStats{font-size:13px}}.eventDetailPage .a_heroSection .heroTitle{font-size:clamp(20px,2.4vw + 8px,40px);font-weight:700;margin:6px 0 0;line-height:1.25}@media (max-width:640px){.eventDetailPage .a_heroSection .heroTitle{line-height:1.3}}.eventDetailPage .a_infoSection{display:flex;flex-direction:column;gap:40px}.eventDetailPage .a_infoSection .a_infoBlock{display:flex;justify-content:space-between;align-items:stretch;gap:70px}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard{position:relative;flex:1 1 0;border:2px solid #171616;padding:20px 65px 10px;box-sizing:border-box}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard .a_blockTitle{position:absolute;top:-16px;left:70px;background:#fafafa;padding:0 6px;line-height:1;font-size:24px;font-weight:700;margin:0}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard p,.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard .a_textBox{line-height:1.8;margin:0 0 .75em;word-wrap:break-word;overflow:visible}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard p:last-child,.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard .a_textBox:last-child{margin-bottom:0}.eventDetailPage .a_infoSection .a_infoBlock .a_photoBlock1{flex:1 1 0;margin:0;display:flex;align-items:stretch}.eventDetailPage .a_infoSection .a_infoBlock .a_photoBlock1 .a_photo{width:100%;height:100%;display:block;object-fit:cover;min-height:220px}@media (max-width:970px){.eventDetailPage .a_infoSection .a_infoBlock{flex-direction:column;gap:24px}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard{padding:20px}.eventDetailPage .a_infoSection .a_infoBlock .a_infoCard .a_blockTitle{left:20px}.eventDetailPage .a_infoSection .a_infoBlock .a_photoBlock1 .a_photo{height:auto;aspect-ratio:16/9;min-height:0}}.eventDetailPage .a_introSection .a_introBlock{margin:50px 0;display:flex;justify-content:space-between;align-items:stretch;gap:70px}.eventDetailPage .a_introSection .a_introBlock .a_photoBlock2{flex:1 1 0;margin:0;display:flex}.eventDetailPage .a_introSection .a_introBlock .a_photoBlock2 .a_photo{width:100%;height:100%;display:block;object-fit:cover;min-height:220px}.eventDetailPage .a_introSection .a_introBlock .a_introCard{position:relative;flex:1 1 0;border:2px solid #171616;padding:20px 65px;box-sizing:border-box}.eventDetailPage .a_introSection .a_introBlock .a_introCard .a_blockTitle{position:absolute;top:-16px;left:70px;background:#fafafa;padding:0 8px;line-height:1;font-size:24px;font-weight:700;margin:0}.eventDetailPage .a_introSection .a_introBlock .a_introCard p,.eventDetailPage .a_introSection .a_introBlock .a_introCard .a_textBox{line-height:1.8;margin:6px 0;overflow:visible;word-wrap:break-word}@media (max-width:970px){.eventDetailPage .a_introSection .a_introBlock{flex-direction:column-reverse;gap:24px}.eventDetailPage .a_introSection .a_introBlock .a_introCard{padding:20px}.eventDetailPage .a_introSection .a_introBlock .a_introCard .a_blockTitle{left:20px}.eventDetailPage .a_introSection .a_introBlock .a_photoBlock2 .a_photo{height:auto;aspect-ratio:16/9;min-height:0}}.eventDetailPage .a_mapSection{display:flex;align-items:stretch;gap:70px;margin-bottom:50px;padding:8px 0 32px;box-sizing:border-box;flex-direction:row}@media (max-width:970px){.eventDetailPage .a_mapSection{flex-direction:column;gap:24px}}.eventDetailPage .a_mapSection>*{min-width:0;box-sizing:border-box}.eventDetailPage .a_mapSection .a_mapBlock{position:relative;flex:0 1 60%;display:flex;border:2px solid #171616;background:#fafafa;padding:16px}.eventDetailPage .a_mapSection .a_mapBlock .a_blockTitle{position:absolute;top:-16px;left:20px;background:#fafafa;padding:0 8px;line-height:1;font-size:24px;font-weight:700}.eventDetailPage .a_mapSection .a_mapBlock .mapCard{flex:1;display:block}.eventDetailPage .a_mapSection .a_mapBlock .mapCard .a_mapIframe{width:100%;height:100%;border:0;display:block}.eventDetailPage .a_mapSection .a_trafficCard{flex:0 1 40%;display:flex;position:relative;border:2px solid #171616;padding:20px 50px}.eventDetailPage .a_mapSection .a_trafficCard .a_blockTitle{position:absolute;top:-16px;left:70px;background:#fafafa;padding:0 6px;line-height:1;font-size:24px;font-weight:700}.eventDetailPage .a_mapSection .a_trafficCard .a_textBox{flex:1}.eventDetailPage .a_mapSection .a_trafficCard p{line-height:1.8;margin:6px 0}@media (max-width:640px){.eventDetailPage .a_mapSection{flex-direction:column;gap:24px}.eventDetailPage .a_mapSection .a_mapBlock,.eventDetailPage .a_mapSection .a_trafficCard{flex:0 1 auto;padding:16px 20px}.eventDetailPage .a_mapSection .a_mapBlock .blockTitle,.eventDetailPage .a_mapSection .a_trafficCard .blockTitle{left:20px}.eventDetailPage .a_mapSection .a_mapBlock .a_mapIframe{height:300px}}.eventDetailRecommendSection{padding:8px 0 48px}.eventDetailRecommendSection .eventDetailRecommendTitle{font-size:24px;font-weight:700}.eventDetailRecommendSection .a_recList{list-style:none;padding:0;margin:0;display:flex;gap:24px;justify-content:space-between;flex-wrap:nowrap;flex-direction:row}@media (max-width:970px){.eventDetailRecommendSection .a_recList{flex-wrap:wrap;justify-content:space-between}.eventDetailRecommendSection .a_recList .a_recCard{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}}@media (max-width:640px){.eventDetailRecommendSection .a_recList{flex-direction:column;flex-wrap:nowrap;gap:16px}.eventDetailRecommendSection .a_recList .a_recCard{flex:1 1 100%;max-width:100%}}.eventDetailRecommendSection .a_recCard{flex:1 1 30%;border:1px solid #e6e6e6;overflow:hidden;background:#fafafa;display:flex;flex-direction:column;text-decoration:none;color:inherit}.eventDetailRecommendSection .a_recCard .a_recCardImage{width:100%;display:block;object-fit:cover;aspect-ratio:4/3}.eventDetailRecommendSection .a_recCard .a_recCardBody{flex:1 1 auto;padding:12px 14px}.eventDetailRecommendSection .a_recCard .a_recCardBody .a_recCardMeta{font-size:12px;color:#807c7c;margin-bottom:6px}.eventDetailRecommendSection .a_recCard .a_recCardBody .a_recCardTitle{font-size:14px;font-weight:700;line-height:1.4;margin-bottom:8px}.eventDetailRecommendSection .a_recCard .a_recCardFooter{display:flex;align-items:center;gap:10px;color:#807c7c;padding:0 14px 12px}.eventDetailRecommendSection .a_recCard .a_recCardFooter .a_recCardTag{background:#ff6d25;color:#fafafa;padding:2px 8px;border-radius:999px;font-size:12px;margin-right:auto}.eventDetailRecommendSection .a_recCard .a_recCardFooter .a_recCardStats{display:flex;gap:10px}.eventDetailRecommendSection .a_recCard .a_recCardFooter .a_recCardStats .a_recCardStat{font-size:12px;display:flex;align-items:center;gap:4px}body{background-color:#fafafa;color:#171616;width:100%;height:100vh}.Ian_news{position:relative;height:calc(100vh - 56px);z-index:0;min-height:800px}@media (max-width:640px){.Ian_news{height:calc(100vh - 40px)}}.Ian_news:before{content:"";position:absolute;right:0;top:0;bottom:-70px;background:url(../images/newsBefore.png);background-repeat:no-repeat;background-position:right;background-size:auto 100%;width:100%;height:100%;z-index:-1}@media (max-width:970px){.Ian_news:before{display:none}}.Ian_news .Ian_mainArea{box-sizing:border-box;height:100%;padding-block:15vh 10vh;padding-inline:8%;display:flex;flex-direction:row;align-items:stretch;overflow-x:clip}.Ian_news .Ian_mainArea:before{content:"";position:absolute;right:0;top:56px;background:url(../images/drop_dark.png);background-repeat:no-repeat;background-position:right;background-size:auto 100%;width:191px;height:116px;z-index:0}@media (max-width:970px){.Ian_news .Ian_mainArea:before{display:none}}.Ian_news .Ian_mainArea .Ian_title{flex:0 0 15%;height:100%;font-size:40px;display:flex;flex-direction:row;align-items:center;border-right:3px solid #171616}@media (max-width:970px){.Ian_news .Ian_mainArea .Ian_title{display:none}}.Ian_news .Ian_mainArea .Ian_title h1{writing-mode:vertical-rl;font-family:"Noto Serif TC",serif;font-weight:700}.Ian_articleArea{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:100%;overflow-y:auto;scroll-snap-type:y proximity;scroll-behavior:smooth;gap:20px;width:70%;padding-right:5%}.Ian_articleArea::-webkit-scrollbar{display:none}.Ian_articleArea .Ian_articleBody{scroll-snap-align:start;display:flex;flex-direction:row;text-decoration:none;color:#171616}.Ian_articleArea .Ian_articleBody .Ian_dateBox{font-family:yeseva one,serif;width:15%;display:flex;flex-direction:row}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_decorateBox{display:flex;flex-direction:column;justify-content:space-between;align-items:start;margin-right:10px;height:100%}@media (max-width:970px){.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_decorateBox{display:none}}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_decorateBox .Ian_decorateUpBox{width:30px;height:50%;border-bottom:solid 2px #171616}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_decorateBox .Ian_decorateDownBox{width:30px;height:50%;border-top:solid 2px #171616}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_articleDate{display:flex;flex-direction:column}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_articleDate .Ian_month{font-size:24px}.Ian_articleArea .Ian_articleBody .Ian_dateBox .Ian_articleDate .Ian_date{font-size:16px;line-height:1.5;align-self:flex-end}.Ian_articleArea .Ian_articleBody .Ian_articleMain{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch;margin-left:70px;width:100%;background-color:#fafafa;box-shadow:2px 4px 6px #0000004d;transition:transform .3s ease}.Ian_articleArea .Ian_articleBody .Ian_articleMain:hover{transform:scale(1.05) translateY(-5px)}@media (max-width:640px){.Ian_articleArea .Ian_articleBody .Ian_articleMain{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_textBox{display:flex;flex-direction:column;justify-content:space-between;min-width:50%;padding-left:10px}.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_textBox h2{font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (max-width:640px){.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_textBox h2{font-size:16px}}.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_textBox h3{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (max-width:640px){.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_textBox h3{font-size:12px}}@media (max-width:640px){.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_imgBox{display:none}}.Ian_articleArea .Ian_articleBody .Ian_articleMain .Ian_imgBox img{flex:auto;height:100%}:root{--hero-h: 420px;--toc-panel: 250px;--toc-r: 150px}.w_illusAll{overflow-x:clip}.w_hero_full{position:relative;width:100%;min-height:var(--hero-h);background-image:url(../images/hero-drink.png);background-size:cover;background-position:center;isolation:isolate;margin-top:55px}.w_hero_mask{position:absolute;inset:0;background:linear-gradient(to right,#0000002e,#0000001f 40%,#0000000f 65%,#0000);z-index:0}.w_hero_inner{position:relative;z-index:1;max-width:none;margin:0;padding:0 60px 36px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:24px;min-height:var(--hero-h)}.w_hero_panel{font-family:Noto Serif TC,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Hiragino Sans GB","Microsoft JhengHei",Arial,sans-serif;width:360px;height:400px;padding:24px 40px;color:#fff;background:#7373734d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:center;gap:12px;box-shadow:0 3.5px 3.5px #00000040}.w_hero_panel h3{margin:0;font-size:32px;font-weight:700;letter-spacing:.06em}.w_hero_panel h2{margin:0;font-size:32px;font-weight:800}.w_hero_panel h2 span{font-size:24px;font-weight:500;margin-left:8px;color:#f3f3f3}.w_hero_panel p{margin:0;color:#f1f1f1;line-height:2;letter-spacing:.02em;font-size:16px}@media (max-width: 900px){.w_hero_panel{width:92%;height:auto;padding:16px 20px;border-radius:10px;background:#14141480;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.w_hero_panel h2{font-size:26px}.w_hero_panel h3{font-size:18px}}.w_hero_divider{display:none}.w_hero_center{display:flex;align-items:center;justify-content:center;height:100%;position:relative}.w_hero_center:before,.w_hero_center:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;height:50px;background:#ffffffbf;margin-top:35px}.w_hero_center:before{top:-36px}.w_hero_center:after{bottom:-36px}.w_hero_spacer{height:100%}.w_hero_vtitle{position:static;writing-mode:vertical-rl;text-orientation:mixed;font-family:Noto Serif TC,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Hiragino Sans GB","Microsoft JhengHei",Arial,sans-serif;font-weight:800;font-size:60px;letter-spacing:4px;color:#fff;z-index:10;white-space:nowrap;word-break:keep-all;margin-top:40px}@media (max-width: 900px){.w_hero_inner{grid-template-columns:1fr;gap:12px;min-height:var(--hero-h);padding:24px 16px}.w_hero_center{justify-content:center}.w_hero_center:before,.w_hero_center:after{display:none}.w_hero_vtitle{writing-mode:horizontal-tb;letter-spacing:3px;font-size:72px;white-space:nowrap;text-align:center}.w_hero_panel{display:none}}.w_illustrations{padding-left:calc(var(--toc-panel, 250px) + 20px);padding-block:24px}.w_illustrations.is-searching{padding-left:20px}.w_container{max-width:1200px;margin:0 auto;padding:0;overflow-x:clip;position:relative}section+section .w_section_title{margin-top:50px}.w_section_title{display:flex;justify-content:flex-end;margin-bottom:150px}@media (max-width: 1300px){.w_section_title{margin-left:0;justify-content:center}}.w_section_wrap{position:relative;width:1195px;height:126px}@media (min-width: 1200px){.w_section_wrap{margin-right:calc(50% - 50vw)}.w_section_bar{left:0;right:0}}.w_section_bar{position:absolute;inset:0;background:#171616;color:#fafafa;display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;gap:24px;padding-left:150px;padding-top:50px;box-sizing:border-box;box-shadow:0 8px 24px #0000001f}.w_section_idx{position:absolute;left:24px;top:0;transform:translateY(-50%);font-size:96px;font-weight:900;line-height:1;color:var(--brand, #FF6D25);font-family:Noto Serif TC,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Hiragino Sans GB","Microsoft JhengHei",Arial,sans-serif;z-index:2}.w_section_zh{font-family:Noto Serif TC,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Hiragino Sans GB","Microsoft JhengHei",Arial,sans-serif;margin:0;font-weight:800;font-size:36px;letter-spacing:.3px;color:#fff;line-height:1.1}.w_section_en{font-family:Noto Serif TC,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Hiragino Sans GB","Microsoft JhengHei",Arial,sans-serif;margin:0;color:#f5ede9;font-weight:600;font-size:20px;letter-spacing:.6px;line-height:1.1;transform:translateY(2px)}.w_search_wrap{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:12px 20px 0;width:100%}.w_search_tabs{display:none;gap:12px}.w_search_tabs .w_tab{background:transparent;border:0;color:#9aa0a6;font-weight:700;cursor:pointer;padding:6px 8px;font-size:16px}.w_search_tabs .w_tab:hover{color:#111}.w_search_results{margin-top:80px}.w_search_empty{min-height:60vh;display:flex;align-items:flex-start;padding-top:4vh}.barSearch{width:240px;display:grid;grid-template-columns:24px 1fr;align-items:center;padding-top:4px;padding-bottom:12px;border-bottom:2px solid #AFAFAF}.barSearch .icon{width:24px;height:24px;opacity:.9}.barSearch input{background:transparent;border:0;color:#afafaf;outline:none;font-size:16px;line-height:1.2;margin-left:10px}.barSearch input::placeholder{color:#d0d0d0;letter-spacing:.02em}.w_cards{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;margin-left:-30px;--img-w: 400px;--img-h: 260px}.w_card{border-radius:0;position:relative;padding-bottom:90px;min-height:358px;will-change:transform;backface-visibility:hidden;transform:translateZ(0);isolation:isolate}.w_cards .w_card{flex:0 0 360px}.w_card_visual{position:relative;min-height:205px}.w_card_frame{position:relative;width:236px;height:268px;transition:box-shadow .22s cubic-bezier(.2,0,.2,1),transform .22s cubic-bezier(.2,0,.2,1);backface-visibility:hidden;z-index:0}.w_card_frame:hover{box-shadow:0 6px 20px #0000001f;transform:translate3d(0,-2px,0)}.w_card_frame{overflow:visible}.w_card_bg{position:absolute;top:0;left:0;width:236px;height:205px;background:#f3eee9;box-shadow:inset 0 1px #0000;z-index:0}.w_card_img{position:absolute;width:var(--img-w);height:var(--img-h);top:calc(var(--img-h) / -2 + 35px);object-fit:contain;pointer-events:none;transition:transform .22s cubic-bezier(.2,0,.2,1);will-change:transform;backface-visibility:hidden;transform:translateZ(.001px);z-index:1}.w_cards>.w_card .w_card_frame{margin-left:0;margin-right:0}.w_card.is-left .w_card_frame{position:relative;margin-left:33px;margin-right:auto}.w_card.is-right .w_card_frame{position:relative;margin-left:auto;margin-right:35px}.w_card.is-left .w_card_img{left:calc(33px - (var(--img-w) - 236px) / 2 + 25px);right:auto}.w_card.is-right .w_card_img{right:calc(35px - (var(--img-w) - 236px) / 2 + 25px);left:auto}.w_img_placeholder{position:absolute;inset:12%;border-radius:50%;background:#e8e8e8}.w_card_meta{position:absolute;bottom:0;left:0;width:236px;height:63px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:12px 14px 16px;z-index:2}.w_card_name{font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang TC,Hiragino Sans GB,Microsoft JhengHei,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:2.4px}.w_card_en{color:#807c7c;font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang TC,Hiragino Sans GB,Microsoft JhengHei,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.8px}.w_card mark{background:transparent;color:#ff6d25;padding:0}.w_card_frame:hover .w_card_img{transform:translateZ(.001px)}@media (max-width: 1200px){.w_cards .w_card{flex:0 0 360px}}@media (max-width: 780px){.w_cards .w_card{flex:0 0 100%}.w_card.is-left .w_card_frame,.w_card.is-right .w_card_frame{margin-left:auto;margin-right:auto}.w_card.is-left .w_card_img,.w_card.is-right .w_card_img{left:50%;right:auto;transform:translate(-50%);top:-45px;width:300px;height:300px}}@media (max-width: 900px){.w_illustrations{padding-left:0}}@media (max-width: 1024px){.w_illustrations{padding-left:0}.w_search_wrap{justify-content:space-between;background:#fafafa;position:sticky;top:55px;z-index:15;padding:10px 20px;margin-bottom:12px}.w_search_tabs{display:flex}}:root{--hero-h: 420px;--toc-top: 120px;--ring-size: 260px}.w_toc_right{position:fixed;left:0;top:calc(var(--toc-top) + 70px);width:240px;min-height:var(--ring-size);z-index:30;pointer-events:auto}.w_toc_right__svg{position:absolute;left:calc(-1 * var(--ring-size) / 2);top:0;width:var(--ring-size);height:var(--ring-size)}.w_toc_right__list{position:absolute;left:16px;top:88px;list-style:none;margin:0;padding:0;font-size:16px;font-family:NOTO sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang TC,Hiragino Sans GB,Microsoft JhengHei,Arial,sans-serif;line-height:1.9;color:#9aa0a6}.w_toc_right__list li{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;gap:8px;align-items:baseline;transition:color .15s ease}.w_toc_right__list li:hover,.w_toc_right__list li.is-active{color:#111}.w_toc_right__list li.is-active .title{font-weight:700}.w_toc_right__list .no{display:inline-block;width:2.2ch;text-align:right;font-family:NOTO sans TC,serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.w_toc_right__svg{overflow:visible}.w_withSideToc{margin-left:240px}@media (max-width: 1024px){.w_toc_right{display:none}.w_withSideToc{margin-left:0}}@media (max-width: 700px){.w_toc_right{display:none}.w_withSideToc{margin-left:0}}.modal-backdrop{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:65px 20px 20px;opacity:0;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}.modal-content{position:relative;max-width:80vw;max-height:90vh;overflow:auto;transform:scale(.9) translateY(20px);animation:slideIn .3s ease-out forwards;padding-top:0}@keyframes slideIn{to{transform:scale(1) translateY(0)}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.modal-close{position:absolute;top:16px;right:16px;z-index:1001;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.modal-close:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.modal-close:active{transform:scale(.95)}.modal-close svg{width:20px;height:20px}@media (max-width: 768px){.modal-backdrop{padding:75px 10px 10px}.modal-content{max-width:95vw;max-height:95vh}.modal-close{top:12px;right:12px;width:36px;height:36px}.modal-close svg{width:18px;height:18px}}.B_IllustrationsInnerPages{width:80vw;height:90vh;padding-top:0;display:flex;flex-direction:row;position:relative}@media (max-width:640px){.B_IllustrationsInnerPages{width:100%;height:auto;max-height:85vh;flex-direction:column;overflow-y:auto}}.B_IllustrationsInnerPages .drinkPic{position:absolute;left:65%;top:50%;transform:translate(-50%,-50%);width:500px;height:700px;background-size:contain;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:0}@media (max-width:970px){.B_IllustrationsInnerPages .drinkPic{display:none}}.B_IllustrationsInnerPages .B_left{background-color:#171616;color:#fafafa;display:flex;flex-direction:column;width:60vw}@media (max-width:640px){.B_IllustrationsInnerPages .B_left{width:100%;flex:none}}.B_IllustrationsInnerPages .B_left .B_title{display:flex;flex-direction:row;align-items:baseline;gap:15px;justify-content:center;padding:40px 20% 0;z-index:1}@media (max-width:640px){.B_IllustrationsInnerPages .B_left .B_title{padding:20px 5% 0;align-items:baseline;gap:5px}}.B_IllustrationsInnerPages .B_left .B_title .B_titleZh{font-family:"Noto Serif TC",serif;font-size:36px;font-weight:700;margin:0}@media (max-width:970px){.B_IllustrationsInnerPages .B_left .B_title .B_titleZh{font-size:24px}}.B_IllustrationsInnerPages .B_left .B_title .B_titleEn{font-family:yeseva one,serif;font-size:24px;margin:0}@media (max-width:970px){.B_IllustrationsInnerPages .B_left .B_title .B_titleEn{font-size:18px}}@media (max-width:640px){.B_IllustrationsInnerPages .B_left .B_title .B_titleEn{font-size:16px;opacity:.8}}.B_IllustrationsInnerPages .B_left .B_introduceBox{display:flex;flex-direction:column;gap:20px;padding:6% 20%;flex:1;justify-content:space-around;z-index:1}@media (max-width:640px){.B_IllustrationsInnerPages .B_left .B_introduceBox{padding:4% 5% 20px;gap:15px;flex:none;justify-content:center}}.B_IllustrationsInnerPages .B_left .B_introduceBox p{font-size:20px;line-height:1.6;margin:0;letter-spacing:1px}@media (max-width:970px){.B_IllustrationsInnerPages .B_left .B_introduceBox p{font-size:16px}}@media (max-width:640px){.B_IllustrationsInnerPages .B_left .B_introduceBox p{font-size:14px;line-height:1.7;letter-spacing:.5px}}.B_IllustrationsInnerPages .B_left .B_introduceBox p span{background:linear-gradient(180deg,transparent 60%,#ff6d25 60%)}.B_IllustrationsInnerPages .B_right{background-color:#fafafa;color:#171616;display:flex;flex-direction:column;justify-content:center;gap:15px;width:40%}@media (max-width:640px){.B_IllustrationsInnerPages .B_right{width:100%;height:clamp(110px,12.5vw + 70px,150px);flex-direction:row;justify-content:space-around;padding:15px 0;gap:5px;flex-wrap:wrap;flex-shrink:0}}.B_IllustrationsInnerPages .B_right .B_powerImg{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}@media (max-width:640px){.B_IllustrationsInnerPages .B_right .B_powerImg{flex-basis:18%;gap:5px}}.B_IllustrationsInnerPages .B_right .B_powerImg img{width:120px;height:100px}@media (max-width:640px){.B_IllustrationsInnerPages .B_right .B_powerImg img{width:clamp(50px,15.625vw,100px);height:clamp(40px,12.5vw,80px)}}.B_IllustrationsInnerPages .B_right .B_powerImg span{font-size:14px;font-family:"Noto Serif TC",serif}@media (max-width:640px){.B_IllustrationsInnerPages .B_right .B_powerImg{font-size:11px;text-align:center;line-height:1.2}}.bar-card{display:block;position:relative;width:100%;min-height:150px;background-color:#111;border:1px solid #333;border-radius:8px;color:#fafafa;text-decoration:none;cursor:pointer;overflow:hidden;transition:all .2s ease}.bar-card:hover{border-color:#ed972e;color:inherit;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #ed972e4d}.bar-card:hover .img-box img{transform:scale(1.05)}.bar-card:visited{color:inherit;text-decoration:none}.bar-card:focus{outline:2px solid #ED972E;outline-offset:2px}.bar-card.vertical{grid-column:span 1;grid-row:span 2;min-height:250px}.bar-card.horizontal{grid-column:span 2;grid-row:span 1;min-height:150px;display:grid;grid-template-columns:1fr 1fr}@media (max-width:970px){.bar-card.horizontal{display:block}.bar-card.horizontal .img-box{height:60%}.bar-card.horizontal .text-box{height:40%}}.bar-card.horizontal .img-box,.bar-card.horizontal .text-box{height:100%}.bar-card.square{grid-column:span 1;grid-row:span 1;min-height:150px}.bar-card .img-box{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.bar-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bar-card .img-box .badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;color:#fafafa;z-index:3}.bar-card .img-box .badge.badge-hot{background-color:#ed972e}.bar-card .img-box .badge.badge-new{background-color:#e3002c}.bar-card .text-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 12px 12px;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);z-index:2}.bar-card .text-box{display:flex;flex-direction:column;justify-content:end;gap:6px}.bar-card .text-box .bar-name{margin:0;font-size:24px;font-weight:700;line-height:1.2;color:#fafafa;text-shadow:0 1px 2px rgba(0,0,0,.8);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bar-card .text-box .station-info{font-size:14px;display:flex;align-items:center;gap:4px;margin:2px 0}.bar-card .text-box .station-info .mrt-line{font-weight:700;flex-shrink:0;text-shadow:0 1px 2px rgba(0,0,0,.8)}.bar-card .text-box .station-info .divider{margin:0 4px;color:#ffffffb3;text-shadow:0 1px 2px rgba(0,0,0,.8)}.bar-card .text-box .station-info .station{color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.8)}.bar-card .text-box .description{margin:0;font-size:18px;line-height:1.3;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.8);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}:root{--nav-h: 56px}.B_bar{width:100%;min-height:100vh;background-color:#fafafa;color:#171616;margin-bottom:80px;margin-top:56px}@media (max-width:970px){.B_bar{margin-top:61px}}.B_bar .B_barHero{position:relative;width:100vw;height:380px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:60px;background-color:#171616}.B_bar .B_barHero:after{content:"";position:absolute;right:0;bottom:-114px;width:191px;height:116px;background:url(../images/drop_dark.png);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:2}@media (max-width: 1400px){.B_bar .B_barHero:after{display:none}}@media (max-width:640px){.B_bar .B_barHero{height:380px;min-height:250px;gap:30px}}.B_bar .B_barHero .B_barHeroTitle{margin:0;font-size:40px;font-weight:700;letter-spacing:.08em;color:#fafafa}@media (max-width:970px){.B_bar .B_barHero .B_barHeroTitle{font-size:2rem}}.B_bar .B_barHero .B_barHeroFilter{display:flex;flex-direction:column;align-items:center;gap:50px;width:100%;max-width:1200px;padding:0 20px}.B_bar .B_barHero .B_barHeroFilter .B_mrtList{list-style:none;margin:0;padding:0;display:flex;justify-items:center;justify-content:space-around;align-items:end;gap:32px;flex-wrap:wrap}@media (max-width:970px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList{gap:20px}}@media (max-width:640px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList{align-items:center}}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem{--line-color: $pri-white;display:flex;flex-direction:column;align-items:center;width:max-content}@media (max-width:640px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem{align-items:center;gap:10px}}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtBtn{display:inline-block;padding:4px 0;background:transparent;border:0;font-size:20px;color:#fafafa;text-align:center;cursor:pointer;transition:all .2s ease}@media (max-width:970px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtBtn{font-size:16px}}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtBtn.active{font-weight:700}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtLine{display:block;width:110px;height:3px;margin:8px auto 0;background:#fafafa;background-color:var(--line-color, #FAFAFA);opacity:.9;transform-origin:center;transition:background-color .25s ease,transform .25s ease}@media (max-width:970px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtLine{width:80px;height:2px}}@media (max-width:640px){.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem .B_mrtLine{width:40px;height:2px;margin:0}}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem:hover .mrtLine,.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtItem:focus-within .mrtLine{background:var(--line-color, #FAFAFA);opacity:1;transform:scaleX(1.1)}.B_bar .B_barHero .B_barHeroFilter .B_mrtList .B_mrtBtn.active+.mrtLine{background:var(--line-color, #FAFAFA);opacity:1;transform:scaleX(1.1)}.B_bar .B_barHero .B_barHeroFilter .B_barControls{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}@media (max-width:970px){.B_bar .B_barHero .B_barHeroFilter .B_barControls{flex-direction:column;gap:15px}}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_tabs{display:flex;gap:10px}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_tabs .B_tab{padding:8px 16px;background:transparent;border:1px solid #ED972E;border-radius:4px;font-size:14px;color:#ed972e;cursor:pointer;transition:all .2s ease}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_tabs .B_tab.active{background:#ed972e;color:#fafafa}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_tabs .B_tab:hover:not(.active){background:#ed972e1a}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_barSearch{width:200px;display:flex;align-items:center;gap:10px;padding-top:4px;padding-bottom:12px;border-bottom:2px solid #AFAFAF}@media (max-width:970px){.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_barSearch{width:160px}}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_barSearch .B_icon{width:24px;height:24px;opacity:.9;color:#fafafa;flex-shrink:0}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_barSearch input{width:100%;background:transparent;border:0;outline:none;font-size:16px;line-height:1.2;color:#fafafa}.B_bar .B_barHero .B_barHeroFilter .B_barControls .B_barSearch input::placeholder{color:#d0d0d0;letter-spacing:.02em}.B_bar .B_filter-info{padding:0 20px;margin:20px 0;font-size:14px;color:#ed972e;text-align:center}.B_bar .B_bar-grid{max-width:1200px;margin:0 auto;padding:20px;display:grid;grid-template-columns:repeat(3,320px);grid-auto-rows:300px;gap:60px 75px;justify-content:center;grid-auto-flow:row dense}@media (max-width: 1140px){.B_bar .B_bar-grid{grid-template-columns:repeat(2,320px)}.B_bar .B_bar-grid .bar-card.horizontal,.B_bar .B_bar-grid .bar-card.vertical{grid-column:span 1;grid-row:span 1}.B_bar .B_bar-grid .bar-card.horizontal .img-box,.B_bar .B_bar-grid .bar-card.vertical .img-box{aspect-ratio:1}}@media (max-width: 735px){.B_bar .B_bar-grid{grid-template-columns:repeat(1,320px)}}@media (max-width: 330px){.B_bar .B_bar-grid{grid-template-columns:repeat(1,280px)}}.B_bar .B_bar-grid .B_no-results{grid-column:1/-1;padding:40px;font-size:18px;color:#666;text-align:center}.barInnerPageContainer{position:relative;width:100%;background-color:#fafafa}@media (max-width:640px){.barInnerPageContainer{background-color:#171616}}@media (max-width:970px){.barInnerPageContainer{background-color:#171616}}.barInnerPage{display:flex;flex-direction:column;background-color:#fafafa;position:relative;padding:0 40px;min-height:100vh}.barInnerPage .barInnerHeroContainer{margin-top:133px;position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:70px 40px 100px;z-index:2}@media (max-width:970px){.barInnerPage .barInnerHeroContainer{flex-direction:column;padding:40px 20px 60px;gap:40px;background-color:#171616}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer{flex-direction:column;padding:20px 15px 40px;gap:30px;background-color:#171616}}.barInnerPage .barInnerHeroContainer .barInnerCardLeft{margin-left:72px;color:#fafafa}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft{max-width:100%;order:2;margin:0 auto}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft{text-align:center;margin:0 auto}}.barInnerPage .barInnerHeroContainer .barInnerCardLeft h2{font-size:60px;margin-bottom:82px;color:#fafafa}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft h2{font-size:48px;margin-bottom:30px}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft h2{font-size:36px;margin-bottom:25px}}.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerContact{font-size:16px;font-style:normal;margin-bottom:82px}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerContact{font-size:15px;margin-bottom:30px}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerContact{font-size:14px;margin-bottom:25px}}.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerDescription{line-height:1.8}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerDescription{line-height:1.6}}.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerDescription p{font-size:16px;margin:4px 0}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerDescription p{font-size:15px}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardLeft .barInnerDescription p{font-size:14px}}.barInnerPage .barInnerHeroContainer .barInnerCardRight{flex:1;max-width:850px}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardRight{max-width:100%;order:1}}.barInnerPage .barInnerHeroContainer .barInnerCardRight .barInnerHeroPhoto{position:relative;margin:0}.barInnerPage .barInnerHeroContainer .barInnerCardRight .barInnerHeroPhoto .barInnerHeroImg{display:block;width:100%;height:auto;margin-right:16px;-o-object-fit:cover;object-fit:cover}.barInnerPage .barInnerHeroContainer .barInnerCardRight .barInnerHeroPhoto .barInnerArrowImg1{position:absolute;bottom:-20px;left:-30px;width:100px;height:100px;margin-left:10px}@media (max-width:970px){.barInnerPage .barInnerHeroContainer .barInnerCardRight .barInnerHeroPhoto .barInnerArrowImg1{display:none}}@media (max-width:640px){.barInnerPage .barInnerHeroContainer .barInnerCardRight .barInnerHeroPhoto .barInnerArrowImg1{display:none}}.barInnerPage .barInnerRecommendationsContainer{position:relative;max-width:1200px;margin:0 auto;padding:50px;z-index:2}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer{padding:40px 20px;background-color:#171616}}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer{padding:30px 15px;background-color:#171616}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos{width:100%;display:flex;justify-content:center;align-items:flex-start;gap:40px;position:relative}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos{gap:30px;align-items:center}}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos{gap:25px}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerBtnLeft{position:absolute;left:-40px;top:50%;justify-content:center;cursor:pointer;border:0;transform:translateY(-50%);background-color:transparent;border:none;align-self:center}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerBtnLeft{order:-1;width:40px;height:40px}}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerBtnLeft{width:36px;height:36px}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerBtnLeft img{display:block;width:100%;height:100%}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow{position:absolute;top:20px;left:160px}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow{left:80px;top:15px;display:none}}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow{display:none}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow img{width:100px}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow img{width:80px}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto{flex:1 1 0;min-width:300px;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000047}@media (max-width:970px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto{max-width:100%;width:100%}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto img{width:100%;display:block;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9;transform:scale(1);transition:transform .35s ease}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto:hover img{transform:scale(1.2)}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto .decorArrow{position:absolute;left:-70px;top:-40px;width:100px;pointer-events:none}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto figcaption{position:absolute;inset:auto 0 0;padding:14px 18px;color:#fafafa;background:linear-gradient(to top,#0000008c,#0000)}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto figcaption{padding:12px 15px}}.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto .barInnerCaptionText{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word;line-height:1.4;max-height:2.8em;margin:0}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto .barInnerCaptionText{font-size:14px;-webkit-line-clamp:3;max-height:4.2em}}@media (max-width:640px){.barInnerPage .barInnerRecommendationsContainer .barInnerRecPhotos .barInnerLeftArrow .barInnerRecPhoto2{display:none}}.barInnerPage .barInnerBtnContainer{position:relative;display:flex;justify-content:center;margin:32px 0;z-index:2}@media (max-width:970px){.barInnerPage .barInnerBtnContainer{margin:30px 0 50px}}@media (max-width:640px){.barInnerPage .barInnerBtnContainer{margin:25px 0 40px}}.barInnerPage .barInnerBtnContainer .barInnerBtnToListPage{display:inline-block;padding:10.5px 44px;font-size:16px;border:2px solid #FAFAFA;background-color:#171616;color:#fafafa;cursor:pointer;transition:all .4s ease}@media (max-width:640px){.barInnerPage .barInnerBtnContainer .barInnerBtnToListPage{padding:10px 24px;font-size:15px}}.barInnerPage .barInnerBtnContainer .barInnerBtnToListPage:hover{background:#fafafa;color:#171616;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.barInnerPage .barInnerBtnContainer .barInnerBtnToListPage:active{transform:translateY(0)}.barInnerPage .barInnerBlackBlock{position:absolute;top:133px;left:80px;height:1000px;width:700px;background:#171616;color:#fafafa;z-index:1}@media (max-width:970px){.barInnerPage .barInnerBlackBlock{display:none;height:100%;margin:40px}}@media (max-width:640px){.barInnerPage .barInnerBlackBlock{display:none;height:100%}}*{margin:0;padding:0;box-sizing:border-box}.bar-route-container{width:100%;min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{display:flex;justify-content:center;align-items:center;height:160px;background:#000;position:relative;margin-top:56px}.page-header h2{color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:.1em}.route-indicator{position:absolute;right:40px;background:#fff;color:#000;padding:8px 20px;border-radius:24px;font-weight:600}.hero-section{padding:60px 0;background:#fff}.hero-content{display:flex;max-width:1200px;margin:0 auto;gap:40px;align-items:center;padding:0 20px}.hero-image-wrapper{flex:1;position:relative}.hero-image{width:100%;height:auto;border-radius:8px}.hero-info{flex:1;position:relative;padding:40px}.route-label{display:flex;align-items:baseline;gap:10px;color:#9ca3af;font-size:1.2rem;margin-bottom:20px}.route-number{font-size:2.5rem;color:#6b7280;font-weight:700}.route-title{font-size:2.2rem;font-weight:700;margin-bottom:30px;color:#111}.route-meta,.map-meta{list-style:none;display:flex;flex-wrap:wrap;gap:20px;color:#444;line-height:1.8}.route-meta li{flex:0 0 calc(50% - 10px)}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#111;color:#fff;font-size:24px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003}.nav-btn:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0000004d}.nav-btn.nav-btn-prev{left:-60px}.nav-btn.nav-btn-next{right:-60px}.map-section{padding:60px 0;background:#fff}.map-container{position:relative;max-width:1400px;margin:0 auto}.map-info-band{background:#111;color:#fff;padding:50px;margin-bottom:-100px}.map-info-content h3{font-size:2rem;margin-bottom:20px}.map-meta{color:#e5e7eb}.map-image-wrapper{position:relative;max-width:800px;margin:0 auto;padding:0 40px;z-index:1}.map-image{width:100%;height:auto;border-radius:8px;box-shadow:0 20px 40px #0003}.timeline-section{padding:100px 0;background:#fff;position:relative}.timeline-container{max-width:1000px;margin:0 auto;position:relative}.timeline-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#cfcfcf 0%,#cfcfcf 50%,transparent 50%,transparent 100%);background-size:2px 20px;transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:100px;gap:40px}.timeline-item.timeline-item-alt{flex-direction:row-reverse}.stop-description{flex:1;padding:0 20px;line-height:1.8;color:#333}.stop-distance{width:80px;text-align:center;color:#ff6d25;font-weight:700;font-size:1.1rem}.stop-card{flex:1;background:#111;color:#fff;padding:30px;border-radius:8px;position:relative;box-shadow:0 10px 30px #0003}.stop-number{position:absolute;top:-20px;left:20px;font-size:3rem;font-weight:900;color:#ff6d25}.timeline-item-alt .stop-number{left:auto;right:20px}.stop-info{margin-top:40px;margin-bottom:20px}.stop-name{font-size:1.5rem;margin-bottom:15px}.stop-details p{margin:5px 0;color:#e5e7eb;font-size:.95rem}.stop-image{position:absolute;top:-40px;right:-60px;width:280px;height:180px;object-fit:cover;border-radius:8px;box-shadow:0 10px 25px #0000004d}.timeline-item-alt .stop-image{right:auto;left:-60px}@media (max-width: 1024px){.page-header h2{font-size:2.5rem}.hero-content{flex-direction:column}.nav-btn.nav-btn-prev,.nav-btn.nav-btn-next{position:static;transform:none;margin:20px 10px}.route-meta li{flex:0 0 100%}.timeline-container:before{display:none}.timeline-item,.timeline-item.timeline-item-alt{flex-direction:column;gap:20px}.stop-image{position:static;width:100%;height:200px;margin-top:20px}.timeline-item-alt .stop-image{left:auto}}@media (max-width: 640px){.page-header{height:120px;margin-top:30px}.page-header h2{font-size:2rem}.route-indicator{position:static;margin-top:10px}.hero-info{padding:20px}.route-title{font-size:1.8rem}.map-info-band{padding:30px 20px}.stop-card{padding:20px}.stop-number{font-size:2rem}}*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,蘋方-繁,PingFang TC,黑體-繁,Heiti TC,微軟正黑體,Microsoft JhengHei,Noto Sans TC,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:400}ul,ol{list-style:none}img{display:block;width:100%}a{display:block;color:#666;text-decoration:none;transition:.4s}.Ian_aboutFirst{margin-top:56px;position:relative;height:100vh;display:flex;justify-content:flex-end;align-items:center;overflow:clip}@media (max-width: 1440px){.Ian_aboutFirst{height:70vh}}.Ian_aboutFirst:before{content:"";position:absolute;left:0;top:0;bottom:0;width:clamp(240px,38vw,720px);background:url(../images/bigA.png);background-repeat:no-repeat;background-position:left;background-size:auto 100%;width:100%;height:auto;pointer-events:none;z-index:0}@media (max-width:970px){.Ian_aboutFirst:before{display:none}}.Ian_aboutFirst .Ian_firstText{position:relative;z-index:1;width:90%;min-height:clamp(420px,60vh,900px);display:flex;justify-content:flex-end}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText{justify-content:center;width:100%}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain{text-align:center;display:flex;flex-direction:column;width:50%}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain{width:70%}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutRwdTitle{display:none}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutRwdTitle{display:block;font-size:60px;font-weight:700;font-family:yeseva one,serif}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_boutBox{padding-bottom:3vh;padding-right:10vw;border-bottom:2px solid #171616}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_boutBox .Ian_bout{width:clamp(240px,80%,1080px)}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_boutBox .Ian_bout{display:none}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutText1Box{border-bottom:2px solid #171616;display:flex;margin-left:5vw}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutText1Box{margin-left:0;justify-content:center}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutText1Box .Ian_aboutText1{align-self:center;font-size:32px;padding-left:5vw;padding-top:3vh;padding-bottom:3vh}@media (max-width:640px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutText1Box .Ian_aboutText1{font-size:24px}}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_aboutText2{font-size:24px;align-self:center;padding-top:3vh;padding-bottom:3vh}.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_us{width:20%;align-self:flex-end;margin-right:5vw}@media (max-width:970px){.Ian_aboutFirst .Ian_firstText .Ian_firstMain .Ian_us{display:none}}.Ian_aboutSecond{margin-top:10vh;width:100%;height:40vh}.Ian_aboutSecond .Ian_aboutFunction{width:100%;height:100%;display:flex}.Ian_aboutSecond .Ian_aboutFunction .Ian_functionText{background-color:#171616;color:#fafafa;width:70%;height:100%;font-size:24px;display:flex;flex-direction:column;justify-content:center;padding-left:8vw;padding-right:3vw;gap:3vh;position:relative}.Ian_aboutSecond .Ian_aboutFunction .Ian_functionText:before{content:"";position:absolute;background-color:#ff6d25;opacity:.2;left:5vw;top:-5vh;width:100%;height:100%;z-index:-1}@media (max-width:970px){.Ian_aboutSecond .Ian_aboutFunction .Ian_functionText{font-size:16px}}.Ian_aboutSecond .Ian_aboutFunction .Ian_functionTitle{writing-mode:vertical-rl;font-family:"Noto Serif TC",serif;font-size:32px;display:flex;justify-content:center;padding-left:15vw;padding-bottom:5vh}.Ian_aboutSecond .Ian_aboutFunction .Ian_functionTitle h2{font-weight:700}.Ian_aboutThird{margin-top:10vh;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;overflow-x:clip;margin-bottom:80px}.Ian_aboutThird p{font-size:24px}.Ian_aboutThird .Ian_storyDecorateBox{width:100%;display:flex}.Ian_aboutThird .Ian_storyDecorateBox .Ian_storyDecorateBox1{flex:1;border-bottom:2px solid #171616}.Ian_aboutThird .Ian_storyDecorateBox .Ian_storyTitle{text-align:center;font-size:32px;font-family:"Noto Serif TC",serif;font-weight:700;padding-bottom:3vh;border-bottom:2px solid #171616;display:flex;justify-content:center;flex:1}.Ian_aboutThird .Ian_storyDecorateBox .Ian_storyDecorateBox2{flex:1}.Ian_aboutThird .Ian_storyText1{padding-top:3vh;padding-bottom:3vh;text-align:center}.Ian_aboutThird .Ian_storyPhotoPart{position:relative;display:flex;flex-direction:column;width:80%;margin-left:auto}@media (max-width:1280px){.Ian_aboutThird .Ian_storyPhotoPart{width:100%}}.Ian_aboutThird .Ian_storyPhotoPart:before{content:"";position:absolute;background-color:#ff6d25;opacity:.2;left:5vw;top:15vh;width:calc(100% - 5vw);height:45vh;z-index:-1}@media (max-width:1280px){.Ian_aboutThird .Ian_storyPhotoPart:before{width:100%;left:0}}.Ian_aboutThird .Ian_storyPhotoPart .Ian_storyPhoto{display:flex;justify-content:center;flex-wrap:wrap;width:100%;gap:20px}@media (max-width:1280px){.Ian_aboutThird .Ian_storyPhotoPart .Ian_storyPhoto{flex-wrap:nowrap;justify-content:flex-start;overflow-x:scroll}}.Ian_aboutThird .Ian_storyPhotoPart .Ian_storyPhoto img{display:block;height:100%;width:auto;max-width:100%}.Ian_aboutThird .Ian_storyPhotoPart .Ian_storyText2{padding-top:5vh;padding-right:5vw;text-align:right;align-self:flex-end}.Ian_aboutThird .Ian_storyText3{margin-top:15vh;padding-left:10vw;align-self:flex-start}.Ian_aboutThird .Ian_storyText4{text-align:center;margin-top:15vh}.Ian_aboutThird .Ian_storyBtn{margin-top:3vh}.Ian_aboutThird .Ian_storyBtn .Ian_backHomeBTN{font-size:24px;display:block;width:100%;padding:1vh 6vw;text-align:center;color:#fafafa;background-color:#171616;cursor:pointer}
