@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*:focus { outline: none; }
body { margin: 0; }
body::selection { background: #ad9c8f; text-shadow: none; color: #fff; }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #aaa; }
body::-webkit-scrollbar-thumb { background: #3b387e; }
body::-webkit-scrollbar-thumb:hover { background: #201e46; }
header,footer,div,nav,article,h2,h3,h4,h5,h6,hr,p,form,label,input,textarea,ul,li,img,span,font,strong,b,a,i {text-align: left;vertical-align: middle;margin: 0;padding: 0;line-height: 170%;letter-spacing: 1px;border-width: 0;font-family: 'Inter','Noto Sans TC',sans-serif;font-size: 16px;word-wrap: break-word;word-break: break-all;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;user-select: none;}
:before,:after { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
ul,ol { list-style: none; }
fieldset { border: 0; }
input,button,select,textarea { outline: none }
img { max-width: 100%; }
a,a:link,a:visited,a:hover { display: inline-block; text-decoration: none; vertical-align: initial; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
livedemo00.template-help:after,:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.text-clamp { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }
/* a.photo */
a.photo,.bgBox { overflow: hidden; background: no-repeat 50%/cover; display: block; }
/* fancybox */
[class^="fancybox-"],[class^="fancybox-"] *,.slick-track,.fa,.fas,.fa:before,.fas:before,.fa:after,.fas:after { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
/* slick-slider */
.wrapper .slick-slider { margin-bottom: 0; }
/* webBox */
.webBox { position: relative; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: #ffffff; z-index: 2; }
/* workframe */
.workframe { position: relative; margin: 0 auto; width: 1440px; font-size: 0; z-index: 1; }
/* Sitemap */
#Sitemap #jsonUL a { color: #000; }
/* headBan */
#headBan { position: relative; background: #f5f7fa; }
/* banner */
#banner { position: relative; padding-top: 0; z-index: 1; }
a.fmlink { display: flex; height: auto; width: 180px; background: unset; margin-top: 70px; border: #177484 1px solid; padding: 10px 5px; border-radius: 125px; justify-content: space-around; color: #177484; font-size: max(1.2 * (1vw + 1vh)/2,14px); font-weight: 600; }
a.fmlink:hover { background: #1085a0; border: #107a93 1px solid; color: white; }
a.fmlink svg { fill: #177484; width: 20px; aspect-ratio: 1/1; }
a.fmlink:hover svg { fill: white; }
a.masklink { position: absolute; width: 100%; height: 100%; z-index: 18; left: 0; top: 0; }
.aos-init { transition: all .5s ease-out; }
.text-ibp { color: #7f1084; }
.bg-ibp { background-color: #7f1084; }
.text-transparent { color: transparent; }
.font-mono { font-family: monospace; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-tighter { letter-spacing: -0.05em; }
.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.opacity-0 { opacity: 0 !important; }
.opacity-100 { opacity: 1 !important; }
.-translate-y-10 { transform: translateY(-2.5rem) !important; }
.translate-y-10 { transform: translateY(2.5rem) !important; }
.pointer-events-none { pointer-events: none !important; }
.pointer-events-auto { pointer-events: auto !important; }
.scale-125 { transform: scale(1.25); }
.border { border: 1px solid transparent; }
.border-white\/50 { border-color: rgba(255,255,255,0.5); }
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }
.delay-500 { transition-delay: 500ms; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.writing-vertical { writing-mode: vertical-rl; text-orientation: mixed; }
.cursor-grab { cursor: grab; }
.cursor-grabbing { cursor: grabbing; }
.img-contain { object-fit: contain; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-vertical {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
/*header*/
#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; background-color: #f3f3f3; border-bottom: 1px solid #000; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
#main-header.scroll { border-bottom-color: rgba(0,0,0,0.1); padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: rgba(243,243,243,0.9); backdrop-filter: blur(12px); box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
#main-header .header-logo-container { display: flex; align-items: center; gap: 0.75rem; position: relative; z-index: 50; width: min(190px,100%); }
#main-header .header-logo { height: 2.5rem; width: auto; object-fit: contain; }
/* === 桌面版導覽列與子選單樣式 === */
#main-header .desktop-menu { display: none; opacity: 1; }
#main-header .desktop-menu ul { display: flex; gap: 2rem; align-items: center; list-style: none; margin: 0; padding: 0; }
#main-header .desktop-menu li { position: relative; }
#main-header .desktop-menu p { margin: 0; }
#main-header .desktop-menu a {font-weight: 600;font-size: 0.875rem;letter-spacing: 0.1em;text-transform: uppercase;transition: color 0.3s ease;color: #2c2c2c;display: flex;flex-direction: column;align-items: center;padding: 0 12px;min-width: 72px;}
#main-header .desktop-menu li:hover > p > a { color: #7f1084; }
#main-header .desktop-menu b { display: none; }
#main-header .mainatitle { position: absolute; opacity: 0; font-size: 0.9rem; }


#main-header .desktop-menu a:hover .subtitle { opacity: 0; }
#main-header .desktop-menu a:hover .mainatitle { opacity: 1; }

#main-header .desktop-menu .menu_body { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 1.5rem; opacity: 0; visibility: hidden; transition: all 0.3s ease; pointer-events: none; }
#main-header .desktop-menu li:hover .menu_body { opacity: 1; visibility: visible; pointer-events: auto; }
#main-header .desktop-menu .subOption {background-color: #fff;border: 1px solid #000;padding: 0.5rem 0;min-width: 180px;box-shadow: 0 10px 30px rgba(0,0,0,0.1);display: flex;flex-direction: column;gap: 0;margin: 0;padding: 0;}
#main-header .desktop-menu .subOption li { padding: 0; width: 100%; display: block; }
#main-header .desktop-menu .subOption a {display: flex;padding: 0.75rem 1.5rem;font-size: 0.8125rem;color: #000;text-align: center;transition: all 0.3s;white-space: nowrap;font-weight: 600;flex-direction: column;}
#main-header .desktop-menu .subOption a .en{
    font-size: 0.75rem;
    color: #848484;
    font-weight: 400;
}
#main-header .desktop-menu .subOption a:hover { background-color: #f3f3f3; color: #7f1084; }
#main-header .menu-btn { padding: 0.5rem; border-radius: 9999px; transition: background-color 0.3s; position: relative; z-index: 50; cursor: pointer; }
#main-header .menu-btn:hover svg path{stroke: #8b2790;}
@media (min-width:768px) {
  #main-header .desktop-menu { display: block; }
}
#menu-overlay { position: fixed; inset: 0; z-index: 40; background-color: #7f1084; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; opacity: 0; pointer-events: none; transition: opacity 0.5s ease,clip-path 0.5s cubic-bezier(0.77,0,0.175,1); clip-path: circle(0% at 100% 0%); }
#menu-overlay.is-open { pointer-events: auto; }
#menu-overlay .menu-content { display: flex; flex-direction: column; gap: 0.5rem; text-align: center; }
#menu-overlay .menu-link { font-size: 2rem; font-weight: 900; letter-spacing: 0.05em; transition: color 0.3s,transform 0.6s cubic-bezier(0.16,1,0.3,1),opacity 0.6s; transform: translateY(2.5rem); opacity: 0; display: block; color: #d29cd4; }
#menu-overlay .menu-link:hover { color: #fbfbfb; }

#menu-overlay.is-open .menu-link { transform: translateY(0); opacity: 1; }
#menu-overlay .menu-content >:nth-child(1) { transition-delay: 0.1s; transition: transform 0.6s ease 0.1s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(2) { transition: transform 0.6s ease 0.2s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(3) { transition: transform 0.6s ease 0.3s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(4) { transition: transform 0.6s ease 0.4s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(5) { transition: transform 0.6s ease 0.5s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(6) { transition: transform 0.6s ease 0.6s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-content >:nth-child(7) { transition: transform 0.6s ease 0.7s,opacity 0.6s ease,color 0.6s ease; }
#menu-overlay .menu-footer { position: absolute; bottom: 2.5rem; left: 0; width: 100%; text-align: center; opacity: 0.5; font-family: monospace; font-size: 0.875rem; line-height: 1.5; }
@media (min-width:768px) {
  #menu-overlay .menu-link {font-size: 2.5rem;}
}
footer { position: relative; background-color: #7f1084; color: #fff; padding: 0; margin-top: 0; font-family: 'Noto Sans TC',sans-serif; }
footer * { color: #f3eeeb; font-family: 'Noto Sans TC',sans-serif; font-size: 14px; }
footer svg.footermicon { fill: white; width: 14px; aspect-ratio: 1/1; }
.footer-content { display: flex; align-items: center; width: min(1490px,95%); margin: 0 auto; padding: 80px 0; display: grid; grid-template-columns: 18% 36% 16% 21%; gap: 3%; }
.f-logo-box { display: flex; flex-direction: column; align-items: center; }
.f-logo-icon { width: 60px; height: 60px; border: 2px solid #fff; border-radius: 12px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.f-logo-icon svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.f-logo-text h3 { margin: 0; font-size: 24px; letter-spacing: 2px; font-weight: bold; }
.f-logo-text span { font-size: 12px; letter-spacing: 1px; display: block; text-align: center; opacity: 0.8; margin-top: 2px; }
.f-info { width: 90%; margin: 0 auto; }
.f-info .h4 { font-size: 16px; margin: 0; font-family: serif; letter-spacing: 1px; font-weight: normal; }
.f-info-line { width: 87%; height: 1px; background-color: #f3eeeb; margin-bottom: 25px; }
.f-info p { margin: 0 0 10px; font-size: 13px; letter-spacing: 0.5px; line-height: 1.6; display: flex; gap: 5px; align-items: center; }
.f-social { display: flex; gap: 20px; justify-content: center; }
.f-social a { padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 80px; height: 80px; }
.f-social svg { fill: #7f1084; }
.f-social-btn { width: 45px; height: 45px; background-color: #FFFFFE; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #0f6a7a; font-weight: bold; font-size: 18px; opacity: 0.8; }
.f-social-btn:hover { opacity: 1; }
.f-social-btn.line { font-size: 12px; font-weight: 900; }
.f-divider { width: 1px; height: 100px; background-color: #c5d9e4; }
.f-actions { display: flex; flex-direction: column; align-items: flex-start; }
.f-booking-btn { display: inline-flex; align-items: center; background-color: #1085a0; padding: 13px 44px; border-radius: 40px; color: #fff; font-size: 14px; margin-bottom: 15px; transition: background 0.3s; letter-spacing: 1px; }
.f-booking-btn:hover { background-color: #2eb4c9; }
.f-booking-btn svg { width: 14px; height: 14px; margin-left: 8px; stroke-width: 2.5; }
.f-nav-links { display: flex; gap: 0 10px; color: rgba(255,255,255,0.8); flex-wrap: wrap; }
.f-nav-links a { font-size: 15px; color: #e5dfe5; text-transform: uppercase; font-weight: 500; }
.f-nav-links a:hover { color: #fff; text-decoration: underline; }
.f-copyright { background-color: #6e1272; text-align: center; padding: 10px 0; font-size: 12px; color: rgba(255,255,255,0.6); display: flex; justify-content: center; }
.f-copyright * { font-size: 13px; color: #e6e5e5; letter-spacing: 0.02em; }
/* === 懸浮社群與 TOP 按鈕樣式 === */
#floating-social { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90; display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
#floating-social .float-btn { width: 3rem; height: 3rem; border-radius: 50%; background-color: #fff; color: #000; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: all 0.3s cubic-bezier(0.16,1,0.3,1); border: 1px solid rgba(0,0,0,0.05); }
#floating-social .float-btn:hover { background-color: #7f1084; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(127,16,132,0.3); }
#floating-social .float-btn svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
#floating-social #btn-top { opacity: 0; visibility: hidden; transform: translateY(10px); height: 0; margin-top: -0.75rem; border-width: 0; overflow: hidden; pointer-events: none; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
#floating-social #btn-top.show { opacity: 1; visibility: visible; transform: translateY(0); height: 3rem; margin-top: 0; border-width: 1px; pointer-events: auto; }
@media (min-width:768px) {
  #floating-social { bottom: 2.5rem; right: 2.5rem; }
}
/* webSeo */
#webSeo { position: relative; overflow: hidden; margin-top: 40px; padding: 10px 0; background: #1d6e7c; }
#webSeo .js-marquee-wrapper *,#webSeo .js-marquee *,#webSeo .seo * { font-weight: 400; font-size: 13px; color: #e7e7e7; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; vertical-align: bottom; }
#SeoStarRating font:first-child { line-height: 130%; font-weight: bold; font-size: 18px; color: #FF9800; }
#SeoStarRating font:nth-child(2) { font-size: 16px; color: #FF9800; }
#SeoStarRating font:last-child { color: #383838; }

@media screen and (max-width:1470px) {
  #menu-overlay .menu-link {font-size: 2rem;}
  #menu-overlay{padding-top: 15px;}
  #main-header .desktop-menu a { padding: 0 4px; min-width: 66px; }
  .workframe { width: min(1160px,90%); }
  .footer-content { grid-template-columns: 16% 37% 16% 22%; width: min(1330px,90%); }
  .f-social a { width: 70px; height: 70px }
}
@media screen and (min-width:641px) {
  .mb_contact_box { display: none }
}
@media screen and (max-width:1280px) {
  #main-header .desktop-menu{display: none;}
  #banner {padding-top: 0;}
  .f-divider { display: none; }
  .f-social { margin-right: 0; margin-bottom: 20px; }
  .footer-content { grid-template-columns: 36% 62%; gap: 30px 2%; }
  .f-info { width: 100%; }
  
}
@media screen and (max-width:1024px) {
  .footer-content { flex-direction: column; text-align: center; padding-top: 20px; }
  .f-logo-box,.f-info,.f-social,.f-actions { width: 100%; max-width: 100%; margin-bottom: 0; }
  .f-info-line { width: 100%; }
  .f-nav-links { justify-content: center; flex-wrap: wrap; padding: 7px 30px; }
}
@media screen and (max-width:640px) {
  #menu-overlay .menu-link {font-size: 1.5rem;}
  a.fmlink { margin-top: 20px; width: 150px; padding: 8px 5px; }
  .footer-content {display: flex;flex-direction: column;align-items: center;gap: 40px;padding-bottom: 30px;}
  .f-copyright { display: flex; flex-direction: column; align-items: center; }
  .f-logo-box,.f-actions { display: flex; flex-direction: column; align-items: center; }
  .f-info { width: min(500px,80%); }
  .f-logo-box img {width: 220px;}
  footer {padding: 50px 0 0px;}
  .f-social a { width: 55px; height: 55px; }
  #gotop { bottom: 190px; }
  .f-info .h4{text-align:center;}
}
@media screen and (max-width:500px) {   }
