﻿*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:"Noto Sans TC Bold","Noto Sans TC Light",Arial,sans-serif;font-style:normal;font-weight:100;src:url("../../font/NotoSansTC-Regular.ttf");font-display:swap}@font-face{font-family:"Noto Sans TC Bold";font-style:normal;font-weight:100;src:url("../../font/NotoSansTC-Medium.woff") format("woff2"),url("../../font/NotoSansTC-Medium.otf");font-display:swap}@font-face{font-family:"Noto Sans TC Light";font-style:normal;font-weight:100;src:url("../../font/NotoSansTC-Light.woff") format("woff2"),url("../../font/NotoSansTC-Light.otf");font-display:swap}.fade-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.fade-on-scroll.is-visible{opacity:1;transform:translateY(0)}@keyframes scrollUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes dotIn{to{opacity:1;transform:scale(1)}}@keyframes dotUp{to{opacity:1;transform:translateY(0)}}@keyframes dotInUp{to{opacity:1;transform:translateY(0)}}.section-title .dot-line.animate .dot:nth-child(1){animation-delay:0s}.section-title .dot-line.animate .dot:nth-child(2){animation-delay:.1s}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-15px)}100%{transform:translateY(0)}}.logo-float{animation:floatY 2.5s ease-in-out infinite;will-change:transform;backface-visibility:hidden}.site-header{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}.site-header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:21.6px;background:linear-gradient(to bottom, #009e4c 0 9.3px, #fff 8px 100%);pointer-events:none;z-index:-1}@media(max-width: 768px){.site-header::after{height:18.6px;background:linear-gradient(to bottom, #009e4c 0 5.3px, #fff 8px 100%)}}.site-header .header-flex{display:flex;align-items:center;justify-content:space-between;padding:0px}.site-header .logo{padding-top:25px;padding-bottom:11px;background-color:#fff}@media(max-width: 768px){.site-header .logo img{width:200px}}.site-header .main-nav{top:0px;position:absolute;right:0}.site-header .main-nav ul{list-style:none;display:flex;gap:3rem}.site-header .main-nav ul li a{font-weight:600;position:relative;font-family:"Noto Sans TC";line-height:100px}.site-header .main-nav ul li a::after{content:"";position:absolute;left:0;bottom:-4px;height:2px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.site-header .main-nav ul li.active a{font-weight:600;display:flex;flex-direction:column;align-items:center;gap:.35rem;line-height:1.5;transition:background .25s;color:#000;padding-top:15px}.site-header .main-nav ul li.active a::before{content:"";display:block;width:40px;height:40px;background:url("../images/menu_icon.svg") center/contain no-repeat}.site-header .main-nav ul li:last-child a{background:#fab923;color:#fff;padding:24px 40px;display:flex;flex-direction:column;align-items:center;gap:.35rem;line-height:1.2;transition:background .25s}.site-header .main-nav ul li:last-child a::before{content:"";display:block;width:28px;height:28px;background:url("../images/phone_icon.svg") center/contain no-repeat}.site-header .nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}@media(max-width: 768px){.site-header .main-nav{position:fixed;top:0;right:0;bottom:0;width:200px;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .3s ease;padding:5rem 1rem 2rem;overflow-y:auto;z-index:1001}.site-header .main-nav.active{transform:translateX(0)}.site-header .main-nav ul{flex-direction:column;gap:0}.site-header .main-nav ul li{border-bottom:1px solid #f0f0f0}.site-header .main-nav ul li a{display:block;padding:1rem .5rem;line-height:1.5;text-align:left}.site-header .main-nav ul li a::before{display:none}.site-header .main-nav ul li.active a{padding-top:1rem}.site-header .main-nav ul li.active a::before{display:none}.site-header .main-nav ul li:last-child a{background:#fab923;color:#fff;padding:1rem .5rem;border-radius:8px;text-align:center;margin-top:1rem}.site-header .main-nav ul li:last-child a::before{display:none}.site-header .nav-toggle{display:block;z-index:1002;margin-right:30px}}.nav-overlay{display:none}@media(max-width: 768px){.nav-overlay{display:block;position:fixed;top:0;left:0;right:200px;bottom:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1000;pointer-events:none}.nav-overlay.active{opacity:1;visibility:visible;pointer-events:auto}}.site-footer{background:#222;color:#bbb;padding-block:1.5rem}.site-footer .footer-flex{max-width:1200px;margin-inline:auto;padding-inline:1rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.875rem}.site-footer .footer-flex a:hover{color:#fff}.back-to-top{position:fixed;bottom:250px;right:0px;width:60px;height:60px;background:linear-gradient(135deg, #f57c20, #feb47b);color:#fff;border:none;font-size:24px;z-index:999;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.1);display:none;transition:opacity .3s,visibility .3s,transform .3s}.back-to-top:hover{background-color:#f78630}.back-to-top.show{display:block;opacity:1;visibility:visible;transform:translateY(0)}.back-to-top.hide{opacity:0;visibility:hidden;transform:translateY(20px)}.back-to-top img{width:100%;display:block}@media(max-width: 768px){.back-to-top{bottom:40px;width:50px;height:50px}.back-to-top img{width:100%}}body{font-family:"Noto Sans TC Light",serif;color:#564438;line-height:1.6;background:#fff;scroll-behavior:smooth}h2,h3,h4,p{font-family:"Noto Sans TC Bold","Noto Sans TC Light",Arial,sans-serif}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}a{text-decoration:none;color:inherit;transition:color .3s ease}.section-title{font-size:clamp(1.75rem,2vw + 1rem,2.75rem);font-weight:700;text-align:center;margin-bottom:1.5rem}.highlight-green{color:#059f4d;font-weight:900}.highlight-red{color:#f9423b;font-weight:900}.intro{position:relative;min-height:100vh;min-height:1080px;overflow:hidden;padding:2rem 0;background-image:url("../images/banner_ffhk.svg");background-repeat:no-repeat;background-size:100% auto;background-position:top center;display:grid}@media(max-width: 1024px){.intro{min-height:900px;min-height:100vh}}.intro .intro-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.intro .intro-left{align-self:end;display:flex;flex-direction:column;gap:2rem;margin-bottom:8vh}.intro .intro-left .character-wrapper{position:relative;z-index:5}.intro .intro-left .character-wrapper .character-img{max-width:350px;height:auto;margin:0 auto}.intro .intro-left .intro-text{position:relative}.intro .intro-left .intro-text .intro-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;font-family:"Noto Sans TC Bold";color:#564438;margin-bottom:1.5rem;line-height:1.3}.intro .intro-left .intro-text .intro-description{font-size:1rem;line-height:1.6;color:#564438}.intro .intro-left .intro-text .intro-description p{margin-bottom:.5rem}.intro .intro-right{align-self:start;display:flex;flex-direction:column;align-items:end;gap:2rem;position:relative;z-index:10;margin-top:8vh}.intro .intro-right .intro-header{text-align:center}.intro .intro-right .intro-header .fun-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.intro .intro-right .intro-header .fun-title .fun-text{color:#f9423b;font-weight:900;position:relative}.intro .intro-right .intro-header .fun-title .fun-text::after{content:"♥";position:absolute;top:-0.2em;right:-0.3em;font-size:.6em;color:#f9423b}.intro .intro-right .intro-header .fun-title .chinese-text{color:#564438;font-weight:700}.intro .intro-right .intro-header .subtitle{font-size:1.2rem;color:#564438;font-style:italic;margin:0}.intro .intro-right .action-buttons{position:relative;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:200px}.intro .intro-right .action-buttons .btn{padding:.8rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1)}.intro .intro-right .action-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.intro .intro-right .action-buttons .btn.btn-red{background:#f9423b;color:#fff}.intro .intro-right .action-buttons .btn.btn-red:hover{background:rgb(247.4851485149,18.2821782178,9.5148514851)}.intro .intro-right .action-buttons .btn.btn-purple{background:#7b2d8e;color:#fff}.intro .intro-right .action-buttons .btn.btn-purple:hover{background:rgb(89.4545454545,32.7272727273,103.2727272727)}.intro .intro-right .action-buttons .btn.btn-green{background:#059f4d;color:#fff}.intro .intro-right .action-buttons .btn.btn-green:hover{background:rgb(3.4451219512,109.5548780488,53.0548780488)}.intro .intro-right .action-buttons .btn.btn-yellow{background:#ffba00;color:#fff}.intro .intro-right .action-buttons .btn.btn-yellow:hover{background:rgb(204,148.8,0)}.intro .intro-right .mobile-map{position:absolute;bottom:-2rem;right:-1rem;z-index:8}.intro .intro-right .mobile-map .mobile-img{max-width:200px;height:auto}.intro .intro-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.intro .intro-bg .skyline{position:absolute;bottom:20%;left:50%;transform:translateX(-50%);width:80%;opacity:.3}.intro .intro-bg .skyline .skyline-img{width:100%;height:auto}.intro .intro-bg .green-wave{position:absolute;bottom:0;right:0;width:60%;height:60%;background:linear-gradient(135deg, #059f4d 0%, rgba(5, 159, 77, 0.8) 50%, rgba(5, 159, 77, 0.3) 100%);border-radius:100% 0 0 0;z-index:2}@media(max-width: 768px){.intro{padding:0}.intro .intro-content{grid-template-columns:1fr;gap:3rem}.intro .intro-left{margin-top:190px !important;margin-bottom:0;padding-left:30px;padding-right:30px}.intro .intro-left .character-wrapper .character-img{max-width:250px}.intro .intro-right{align-items:center;margin-top:0}.intro .intro-right .mobile-map{position:static;margin-top:2rem}.intro .intro-bg .green-wave{width:80%;height:40%}}.worksheet{scroll-margin-top:150px;padding:0;background:#fff}.worksheet .worksheet-content{max-width:1200px;margin:0 auto;padding:0 1rem}.worksheet .worksheet-header{background-image:url("../images/ipad3.svg");background-repeat:no-repeat;background-position:left top;background-size:400px;display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:200px;padding-bottom:40px}.worksheet .worksheet-header h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#564438;margin:0;text-align:center}@media(max-width: 768px){.worksheet .worksheet-header{background-size:300px}}.worksheet .worksheet-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:0rem;max-width:1000px;margin:0 auto}.worksheet .worksheet-card{text-align:center}.worksheet .worksheet-card .worksheet-title{font-family:"Noto Sans TC Bold";font-size:1.4rem;font-weight:700;color:#564438;padding:.5rem;background:hsla(0,0%,100%,.8);border-radius:8px;display:inline-block;min-width:60px}.worksheet .worksheet-card .worksheet-paper{position:relative;background-size:contain;background-repeat:no-repeat;background-position:center;min-height:300px;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem;gap:.3rem;align-items:center;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.worksheet .worksheet-card .worksheet-paper .worksheet-name{padding:.5rem .5rem;border-radius:8px;font-weight:600;color:#fff;font-size:14px;line-height:1;text-align:center;margin:0;display:flex;align-items:center;gap:.5rem;justify-content:center;height:30px;transition:all .3s ease}.worksheet .worksheet-card .worksheet-paper .worksheet-name svg{width:18px;height:18px;background:#fff;border-radius:50%;padding:2px;flex-shrink:0}@media(max-width: 768px){.worksheet .worksheet-card .worksheet-paper{max-width:365px;margin-left:auto;margin-right:auto;margin-bottom:50px}}.worksheet .card1 .worksheet-name svg{color:#f29a63}.worksheet .card2 .worksheet-name svg{color:#9acc77}.worksheet .card3 .worksheet-name svg{color:#fac03d}@media(min-width: 1024px){.card1{margin-top:50px}.card3{margin-top:100px}}.gameplay{scroll-margin-top:0px;padding-block:0;overflow-x:hidden;padding-top:120px}.gameplay .gameplay-content h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#564438;text-align:center;margin-bottom:3rem}.gameplay .banner-container{display:flex;width:100%;height:70vh;min-height:500px;background:#222}.gameplay .banner-container:hover .banner-panel{flex:1}.gameplay .banner-container .banner-panel:hover{flex:0 0 900px}@media(min-width: 1200px)and (max-width: 1800px){.gameplay .banner-container .banner-panel:hover{flex:0 0 900px}}.gameplay .banner-left img{object-position:right}.gameplay .banner-right img{object-position:left}.gameplay .banner-panel{flex:1;position:relative;cursor:pointer;overflow:hidden;transition:flex .7s cubic-bezier(0.68, -0.55, 0.27, 1.55);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:2rem;color:#fff;text-align:center;text-shadow:0 2px 5px rgba(0,0,0,.7)}.gameplay .banner-panel img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.gameplay .banner-panel::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);transition:background .5s ease;z-index:1}.gameplay .banner-panel>*{position:relative;z-index:2}.gameplay .banner-panel h3{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem}.gameplay .banner-panel p{font-size:clamp(1rem,1.5vw,1.2rem);max-width:80%}.gameplay .banner-panel:hover{flex:0 0 900px}@media(min-width: 1200px)and (max-width: 1800px){.gameplay .banner-panel:hover{flex:0 0 900px}}@media(max-width: 1023px){.gameplay .banner-container{flex-direction:column;height:auto;min-height:unset}.gameplay .banner-panel{width:100%;height:auto;padding:0}.gameplay .banner-panel img{position:relative;height:auto}.gameplay .banner-panel:hover{flex:1}.gameplay .banner-panel:hover img{transform:scale(1)}}@media(min-width: 1801px){.gameplay .banner-panel{cursor:default}.gameplay .banner-panel:hover{flex:1}.gameplay .banner-panel:hover img{transform:scale(1)}}.banner{display:flex;height:600px;overflow:hidden;border:1px solid #ccc}.banner .gameplay-content h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#564438;text-align:center;margin-bottom:3rem}.tab{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;cursor:pointer;transition:flex 1s;will-change:flex;background-size:cover;background-position:center}.tab.left{background-position:right center}.tab.right{background-position:left center}.tab:hover{flex:0 0 900px}@media(max-width: 991px){.banner{display:block !important;height:125vw !important}.banner .tab{width:100%;height:68.5325016415vw;display:block;background-size:auto 100%;background-repeat:no-repeat;background-position:center !important}}.contact{background:#fff;padding-block:3rem;scroll-margin-top:120px}.contact .contact_title{background-color:#00a651;color:#fff;padding:.5rem 6rem .5rem 12rem;border-radius:0 2rem 2rem 0;display:inline-block;font-weight:bold;font-size:1.5rem;margin-bottom:2.5rem;margin-top:-48px;position:absolute}.contact .contact_title h2{margin:0;color:#fff;font-size:2rem;font-weight:bold}@media(max-width: 768px){.contact .contact_title{padding:.5rem 6rem .5rem 1.5rem}}.contact b{margin-bottom:10px;font-size:20px}.contact p{margin-bottom:1rem}.contact .contact-grid{max-width:1200px;margin-inline:auto;padding-inline:1rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));margin-top:100px;margin-bottom:160px}.contact ul{list-style:none;margin-top:1rem}.contact ul li+li{margin-top:.5rem}.contact .map-placeholder{background:#d9d9d9;aspect-ratio:4/3}#footer-logo{background-color:#f4f3f2;margin-left:auto;margin-right:auto;text-align:right}.footer-logo-content{display:flex;justify-content:flex-end;padding-top:70px;padding-bottom:70px}@media(max-width: 1000px){.footer-logo-content{justify-content:center}}@media(max-width: 768px){.footer-logo-content{padding-top:35px;padding-bottom:35px}}:root{--tea-green: #3a7f2b;--track-bg: #d3c486;--tab-inactive: #c9d1c2}.panels{margin-top:2rem}.panel{display:none;animation:fade .35s ease-in-out}.panel.active{display:block}@keyframes fade{from{opacity:0;translate:0 6px}to{opacity:1}}.sub-tabs{display:inline-flex;gap:.5rem;margin-bottom:1.25rem;list-style:none;padding:0}.sub-btn{font:600 .85rem/1 var(--font-base, "Noto Serif TC");padding:.25rem .75rem;border-radius:3px;border:1px solid var(--tea-green);background:#fff;color:var(--tea-green);cursor:pointer;transition:.25s}.sub-btn.active,.sub-btn:hover{background:var(--tea-green);color:#fff}.photo-box{max-width:400px;margin-inline:auto}.photo-box img{width:100%;height:auto;border-radius:6px;object-fit:cover}/*# sourceMappingURL=main.min.css.map */
