:root {
    --header-navy:#071b32;
    --header-navy-dark:#03101f;
    --header-blue:#0d3158;
    --header-blue-light:#255b87;
    --header-gold:#b99a5d;
    --header-gold-light:#d4bd89;
    --header-white:#ffffff;
    --header-paper:#f3f7fa;
    --header-text:#183047;
    --header-line:rgba(255,255,255,.16);
    --header-height:96px;
    --site-primary:#03101F;
    --site-primary-light:#0D3158;
    --site-blue:#255B87;
    --site-accent:#B99A5D;
    --site-accent-light:#D4BD89;
    --site-text:#536270;
    --site-title:#071B32;
    --site-line:rgba(7,27,50,.14);
    --site-light:#F3F6F8;
    --site-white:#FFFFFF;
    --site-shadow:0 30px 80px rgba(3,16,31,.12);
}


body.header-menu-open {overflow:hidden}
body {margin:0}
html {width:100%;max-width:100%;overflow-x:clip;}
body {width:100%;max-width:100%;margin:0;overflow-x:visible;}

.wrapper {position:relative;width:100%}
.wrapper *{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

a.masklink{position: absolute;width: 100%;height: 100%;top:0;bottom: 0;z-index: 5;}
/* #siteHeader */
#siteHeader,#siteHeader * {box-sizing:border-box}
#siteHeader {position:fixed;top:0;right:0;left:0;z-index:1100;height:var(--header-height);background:linear-gradient(90deg,rgba(3,16,31,.92),rgba(7,27,50,.88) 42%,rgba(13,49,88,.84));border-bottom:1px solid var(--header-line);transition:height .35s ease,background .35s ease,box-shadow .35s ease}
#siteHeader::after {position:absolute;right:0;bottom:-1px;left:0;height:1px;background:linear-gradient(90deg,transparent 0,var(--header-gold) 23%,rgba(185,154,93,.22) 57%,transparent 100%);content:"";pointer-events:none}
#siteHeader.is-scrolled {height:78px;background:rgba(3,16,31,.97);box-shadow:0 12px 35px rgba(0,15,30,.22)}
#siteHeader ul,#siteHeader li {margin:0;padding:0;list-style:none}
#siteHeader a {text-decoration:none}
#siteHeader button {font-family:Arial,"Microsoft JhengHei",sans-serif}
#siteHeader .header-shell {display:flex;align-items:center;width:100%;height:100%;padding:0 clamp(24px,4vw,72px)}
#siteHeader #cis {position:relative;display:flex;flex:0 0 clamp(245px,19vw,330px);align-items:center;align-self:stretch;margin-left:clamp(-72px,-4vw,-24px);padding:16px 55px 16px clamp(24px,4vw,72px);background:linear-gradient(135deg,#ffffff 0%,#f3f7fa 72%,#e8eef3 100%);clip-path:polygon(0 0,100% 0,calc(100% - 30px) 100%,0 100%);transition:flex-basis .35s ease,padding .35s ease}
#siteHeader #cis::after {position:absolute;top:18%;right:35px;width:1px;height:64%;background:linear-gradient(180deg,transparent,var(--header-gold),transparent);transform: rotate(24deg);content:""}
#siteHeader .header-logo {display:flex;align-items:center;justify-content:center;width:100%;height:100%}
#siteHeader #cis img {display:block;width:auto;max-width:220px;max-height:64px;object-fit:contain;transition:max-width .35s ease,max-height .35s ease}
#siteHeader.is-scrolled #cis {flex-basis:290px;padding-top:10px;padding-bottom:10px}
#siteHeader.is-scrolled #cis img {max-width:195px;max-height:52px}
#siteHeader .desktop-nav {display:block;flex:1;height:100%;margin-left:clamp(10px,2vw,36px)}
#siteHeader .desktop-nav .menu {display:flex;align-items:stretch;justify-content:flex-end;height:100%}
#siteHeader .desktop-nav .menu>li {position:relative;display:flex;align-items:stretch}
#siteHeader .desktop-nav .menu>li>a {position:relative;display:flex;align-items:center;padding:0 clamp(10px,1.2vw,22px);white-space:nowrap;letter-spacing:.12em;font-size:15px;font-weight:500;color:rgba(255,255,255,.88);transition:color .3s ease,background .3s ease}
#siteHeader .desktop-nav .menu>li>a::before {position:absolute;top:50%;left:0;width:1px;height:14px;background:rgba(255,255,255,.12);transform:translateY(-50%);content:""}
#siteHeader .desktop-nav .menu>li:first-child>a::before {display:none}
#siteHeader .desktop-nav .menu>li>a::after {position:absolute;right:22%;bottom:23px;left:22%;height:2px;background:linear-gradient(90deg,var(--header-gold),var(--header-gold-light));transform:scaleX(0);transform-origin:right center;transition:transform .35s cubic-bezier(.22,.61,.36,1);content:""}
#siteHeader.is-scrolled .desktop-nav .menu>li>a::after {bottom:16px}
#siteHeader .desktop-nav .menu>li:hover>a,#siteHeader .desktop-nav .menu>li.current>a,#siteHeader .desktop-nav .menu>li.action>a,#siteHeader .desktop-nav .menu>li.active>a {color:#ffffff}
#siteHeader .desktop-nav .menu>li:hover>a::after,#siteHeader .desktop-nav .menu>li.current>a::after,#siteHeader .desktop-nav .menu>li.action>a::after,#siteHeader .desktop-nav .menu>li.active>a::after {transform:scaleX(1);transform-origin:left center}
#siteHeader .header-meta {display:flex;flex:0 0 70px;flex-direction:column;align-items:center;justify-content:center;height:42px;margin-left:24px;border-left:1px solid rgba(255,255,255,.18);line-height:1}
#siteHeader .header-meta span {margin-bottom:5px;letter-spacing:.2em;font-size:8px;color:rgba(255,255,255,.5)}
#siteHeader .header-meta strong {letter-spacing:.12em;font-family:"Cormorant Garamond",Georgia,serif;font-size:17px;font-weight:500;color:var(--header-gold-light)}
#siteHeader .menu-toggle {display:none;align-items:center;justify-content:center;gap:13px;margin-left:auto;padding:0;border:0;background:transparent;color:#ffffff;cursor:pointer}
#siteHeader .menu-toggle-text {letter-spacing:.18em;font-size:11px;font-weight:600}
#siteHeader .menu-toggle-lines {position:relative;display:block;width:30px;height:20px}
#siteHeader .menu-toggle-lines i {position:absolute;right:0;display:block;height:1px;background:#ffffff;transition:width .3s ease,transform .3s ease,opacity .3s ease}
#siteHeader .menu-toggle-lines i:nth-child(1) {top:2px;width:30px}
#siteHeader .menu-toggle-lines i:nth-child(2) {top:9px;width:21px}
#siteHeader .menu-toggle-lines i:nth-child(3) {top:16px;width:26px}
#siteHeader .menu-toggle:hover .menu-toggle-lines i {width:30px;background:var(--header-gold-light)}
#siteHeader .mobile-nav-panel {position:fixed;top:0;right:0;z-index:1200;width:min(88vw,430px);height:100vh;height:100dvh;padding:0 38px 32px;background:linear-gradient(145deg,#ffffff 0%,#f3f7fa 58%,#e5edf3 100%);box-shadow:-25px 0 70px rgba(0,15,30,.25);overflow-x:hidden;overflow-y:auto;visibility:hidden;transform:translateX(105%);transition:transform .45s cubic-bezier(.77,0,.18,1),visibility .45s}
#siteHeader .mobile-nav-panel::before {position:absolute;top:0;right:0;width:110px;height:180px;background:linear-gradient(145deg,rgba(37,91,135,.12),transparent);clip-path:polygon(100% 0,100% 100%,0 0);content:"";pointer-events:none}
#siteHeader.menu-open .mobile-nav-panel {visibility:visible;transform:translateX(0)}
#siteHeader .mobile-nav-head {position:relative;display:flex;align-items:center;justify-content:space-between;min-height:115px;border-bottom:1px solid rgba(7,27,50,.12)}
#siteHeader .mobile-nav-label {display:flex;flex-direction:column}
#siteHeader .mobile-nav-label span {margin-bottom:5px;letter-spacing:.08em;font-family:"Cormorant Garamond",Georgia,serif;font-size:18px;font-style:italic;color:var(--header-gold)}
#siteHeader .mobile-nav-label strong {letter-spacing:.18em;font-size:19px;font-weight:600;color:var(--header-navy)}
#siteHeader .menu-close {position:relative;width:44px;height:44px;border:1px solid rgba(7,27,50,.16);border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer;transition:background .3s ease,transform .3s ease}
#siteHeader .menu-close span {position:absolute;top:50%;left:50%;width:18px;height:1px;background:var(--header-navy)}
#siteHeader .menu-close span:first-child {transform:translate(-50%,-50%) rotate(45deg)}
#siteHeader .menu-close span:last-child {transform:translate(-50%,-50%) rotate(-45deg)}
#siteHeader .menu-close:hover {background:var(--header-navy);transform:rotate(90deg)}
#siteHeader .menu-close:hover span {background:#ffffff}
#siteHeader .mobile-nav {padding:18px 0}
#siteHeader .mobile-menu {counter-reset:mobile-menu}
#siteHeader .mobile-menu>li {position:relative;counter-increment:mobile-menu;border-bottom:1px solid rgba(7,27,50,.1)}
#siteHeader .mobile-menu>li::before {position:absolute;top:50%;left:2px;letter-spacing:.08em;font-family:"Cormorant Garamond",Georgia,serif;font-size:12px;color:var(--header-gold);transform:translateY(-50%);content:counter(mobile-menu,decimal-leading-zero)}
#siteHeader .mobile-menu>li>a {position:relative;display:block;padding:20px 35px 20px 50px;letter-spacing:.12em;font-size:16px;font-weight:500;color:var(--header-text);transition:padding-left .3s ease,color .3s ease}
#siteHeader .mobile-menu>li>a::after {position:absolute;top:50%;right:5px;width:18px;height:1px;background:var(--header-gold);transform:scaleX(.45);transform-origin:right center;transition:transform .3s ease;content:""}
#siteHeader .mobile-menu>li:hover>a,#siteHeader .mobile-menu>li.current>a,#siteHeader .mobile-menu>li.action>a,#siteHeader .mobile-menu>li.active>a {padding-left:58px;color:var(--header-blue)}
#siteHeader .mobile-menu>li:hover>a::after,#siteHeader .mobile-menu>li.current>a::after,#siteHeader .mobile-menu>li.action>a::after,#siteHeader .mobile-menu>li.active>a::after {transform:scaleX(1)}
#siteHeader .mobile-nav-foot {margin-top:26px;padding:22px 0 0;border-top:1px solid rgba(7,27,50,.12)}
#siteHeader .mobile-nav-foot span {display:block;margin-bottom:7px;letter-spacing:.22em;font-family:"Cormorant Garamond",Georgia,serif;font-size:18px;font-weight:600;color:var(--header-navy)}
#siteHeader .mobile-nav-foot p {margin:0;letter-spacing:.08em;font-size:10px;line-height:1.7;color:#718191}
#siteHeader .mobile-overlay {position:fixed;inset:0;z-index:1190;background:rgba(1,10,20,.7);opacity:0;visibility:hidden;cursor:pointer;transition:opacity .4s ease,visibility .4s}
#siteHeader.menu-open .mobile-overlay {opacity:1;visibility:visible}

/* #gotop */
#gotop {position:fixed;bottom: 10px;right: 10px;z-index:99;display:flex;flex-direction:column;gap:10px}
#gotop a {width:50px;aspect-ratio:1/1;border-radius:50px;background: var(--site-primary);display:flex;text-align:center;color:#fff;align-items:center;justify-content:center;flex-direction:row}
#gotop a:last-child svg {fill:white;transform:scaleY(-1)}
#gotop a.follow svg {fill:white;width:20px;height:20px}
#gotop a.follow {display:flex;flex-direction:row;width:auto;position:relative;background:#38802b;align-items:center}
#gotop a.follow.facebook {background:#2d4c82}
#gotop a.follow:hover span {opacity:1;width:85px}
#gotop a.follow span {position:absolute;font-size:13px;opacity:0;width:0;background:#2a8134;z-index:-1;right:25px;height:50px;line-height:50px;border-radius:50px 0 0 50px;padding-left:20px}

/* #siteFooter */
#siteFooter,#siteFooter * {box-sizing:border-box}
#siteFooter {--footer-primary:var(--site-primary,#071b32);--footer-blue:var(--site-blue,#255b87);--footer-gold:var(--site-accent,#b99a5d);--footer-gold-light:var(--site-accent-light,#d4bd89);--footer-white:var(--site-white,#fff);position:relative;color:var(--footer-white)}
#siteFooter .footer-main {position:relative;padding:0 35px;background:linear-gradient(135deg,#061629 0%,var(--footer-primary) 48%,#092743 100%);overflow:hidden;isolation:isolate}
#siteFooter .footer-main::before {position:absolute;top:-190px;right:-130px;z-index:0;width:610px;height:610px;border:1px solid rgba(212,189,137,.1);border-radius:50%;content:"";pointer-events:none}
#siteFooter .footer-main::after {position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent,black 25%,black 75%,transparent);content:"";pointer-events:none}
#siteFooter .common-container {position:relative;z-index:2;width:min(100%,1420px);margin:0 auto}
#siteFooter .footer-decor span {position:absolute;z-index:1;display:block;pointer-events:none}
#siteFooter .footer-decor span:first-child {top:0;right:8%;width:230px;height:4px;background:linear-gradient(90deg,var(--footer-gold),var(--footer-blue),transparent)}
#siteFooter .footer-decor span:last-child {right:-80px;bottom:150px;width:260px;height:260px;border:1px solid rgba(255,255,255,.04);transform:rotate(45deg)}
#siteFooter .footer-top {display:flex;align-items:center;justify-content:space-between;gap:60px;padding:76px 0 66px;border-bottom:1px solid rgba(255,255,255,.12)}
#siteFooter .footer-top-title {width:100%}
#siteFooter .footer-top-title span {display:block;margin-bottom:14px;letter-spacing:.31em;font-family:"Cormorant Garamond",Georgia,serif;font-size:11px;font-weight:600;color:var(--footer-gold-light)}
#siteFooter .footer-top-title div {width:100%;letter-spacing:.1em;font-size: clamp(24px,2.7vw,43px);font-weight:300;line-height:1.45;color:var(--footer-white)}
#siteFooter .footer-contact-btn {display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:42px;min-width:250px;padding:20px 24px 20px 28px;border:1px solid rgba(255,255,255,.28);color:var(--footer-white);text-decoration:none;transition:border-color .4s ease,background .4s ease,transform .4s ease}
#siteFooter .footer-contact-btn span {display:flex;flex-direction:column;gap:4px}
#siteFooter .footer-contact-btn small {letter-spacing:.2em;font-family:"Cormorant Garamond",Georgia,serif;font-size:8px;color:var(--footer-gold-light)}
#siteFooter .footer-contact-btn strong {letter-spacing:.13em;font-size:14px;font-weight:500}
#siteFooter .footer-contact-btn i {position:relative;display:block;width:28px;height:1px;background:var(--footer-gold-light);transition:width .35s ease}
#siteFooter .footer-contact-btn i::after {position:absolute;top:-3px;right:0;width:7px;height:7px;border-top:1px solid var(--footer-gold-light);border-right:1px solid var(--footer-gold-light);transform:rotate(45deg);content:""}
#siteFooter .footer-contact-btn:hover {border-color:var(--footer-gold-light);background:rgba(185,154,93,.14);transform:translateX(4px)}
#siteFooter .footer-contact-btn:hover i {width:40px}
#siteFooter .footer-contact-btn:focus-visible {outline:2px solid var(--footer-gold-light);outline-offset:5px}
#siteFooter .footer-layout {display:grid;grid-template-columns:minmax(280px,1fr) minmax(440px,1.55fr) minmax(230px,.7fr);gap:75px;padding:80px 0 75px}
#siteFooter .footer-column-title {margin-bottom:33px}
#siteFooter .footer-column-title span {display:block;margin-bottom:7px;letter-spacing:.23em;font-family:"Cormorant Garamond",Georgia,serif;font-size:9px;font-weight:600;color:var(--footer-gold-light)}
#siteFooter .footer-column-title div {letter-spacing:.14em;font-size:18px;font-weight:500;color:var(--footer-white)}
#siteFooter #footer-cis {width:300px;max-width:100%;margin-bottom:31px;padding:0}
#siteFooter #footer-cis a {display:flex;align-items:center;justify-content:center}
#siteFooter #footer-cis img {display:block;width:auto;max-width:100%;height:auto;max-height:85px}
#siteFooter .footer-company-en {margin-bottom:8px;letter-spacing:.23em;font-family:"Cormorant Garamond",Georgia,serif;font-size:9px;color:var(--footer-gold-light)}
#siteFooter .footer-company-name {margin-bottom:19px;letter-spacing:.11em;font-size:19px;font-weight:500;color:var(--footer-white)}
#siteFooter .footer-brand-description {max-width:390px;margin:0;letter-spacing:.065em;font-size:13px;font-weight:300;line-height:2;color:rgba(255,255,255,.6)}
#siteFooter .footer-brand-mark {display:flex;align-items:center;gap:11px;margin-top:34px;letter-spacing:.18em;font-family:"Cormorant Garamond",Georgia,serif;font-size:7px;color:rgba(255,255,255,.34)}
#siteFooter .footer-brand-mark i {display:block;width:37px;height:1px;background:var(--footer-gold)}
#siteFooter .footer-contact-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 45px}
#siteFooter .footer-contact-item {position:relative;padding:0 0 22px;border-bottom:1px solid rgba(255,255,255,.1)}
#siteFooter .footer-contact-address {grid-column:1/-1}
#siteFooter .footer-contact-label {display:block;margin-bottom:10px;letter-spacing:.18em;font-family:"Cormorant Garamond",Georgia,serif;font-size:8px;font-weight:600;color:var(--footer-gold-light)}
#siteFooter .footer-contact-value {letter-spacing:.045em;font-size:13px;line-height:1.8;color:rgba(255,255,255,.7)}
#siteFooter .footer-contact-value a {color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}
#siteFooter .footer-contact-value a:hover {color:var(--footer-gold-light)}
#siteFooter .footer-contact-value i {margin:0 8px;font-style:normal;color:rgba(255,255,255,.25)}
#siteFooter .footer-contact-value a:focus-visible {outline:2px solid var(--footer-gold-light);outline-offset:4px}
#siteFooter #footer-qrcode {width:156px;padding:8px;background:var(--footer-white);box-shadow:0 20px 45px rgba(0,0,0,.2)}
#siteFooter #footer-qrcode a {position:relative;display:block}
#siteFooter #footer-qrcode img {display:block;width:100%;height:auto}
#siteFooter .footer-qr-corner {position:absolute;right:-8px;bottom:-8px;width:34px;height:34px;border-right:3px solid var(--footer-gold);border-bottom:3px solid var(--footer-gold)}
#siteFooter .footer-line-tip {max-width:225px;margin:22px 0 19px;letter-spacing:.06em;font-size:11px;line-height:1.8;color:rgba(255,255,255,.5)}
#siteFooter .footer-line-links {display:flex;flex-direction:column;gap:8px}
#siteFooter .footer-line-links a {display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 13px;border:1px solid rgba(255,255,255,.11);color:var(--footer-white);text-decoration:none;transition:border-color .3s ease,background .3s ease}
#siteFooter .footer-line-links span {letter-spacing:.16em;font-family:"Cormorant Garamond",Georgia,serif;font-size:8px;color:var(--footer-gold-light)}
#siteFooter .footer-line-links strong {letter-spacing:.06em;font-size:14px;font-weight:600;color:rgba(255,255,255,.7)}
#siteFooter .footer-line-links a:hover {border-color:rgba(212,189,137,.55);background:rgba(185,154,93,.1)}
#siteFooter .footer-line-links a:focus-visible,#siteFooter #footer-qrcode a:focus-visible {outline:2px solid var(--footer-gold-light);outline-offset:4px}
#siteFooter .footer-line-links span svg {fill:white;width: 27px;height: 27px;}
#siteFooter #webSeo {display:flex;align-items:flex-start;gap:28px;padding:25px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
#siteFooter .footer-seo-label {flex:0 0 auto;padding-top:4px;letter-spacing:.22em;font-family:"Cormorant Garamond",Georgia,serif;font-size:8px;font-weight:600;color:var(--footer-gold-light)}
#siteFooter #webSeo .seo {letter-spacing:.045em;font-size:11px;line-height:1.9;color:rgba(255,255,255,.38)}
#siteFooter #webSeo .seo a {color:inherit;text-decoration:none;transition:color .3s ease}
#siteFooter #webSeo .seo a:hover {color:var(--footer-gold-light)}
#siteFooter .footer-bottom {display:flex;align-items:center;justify-content:space-between;gap:40px;padding:27px 0 32px}
#siteFooter .footer-legal {display:flex;flex-wrap:wrap;gap:8px 28px;letter-spacing:.05em;font-size:10px;line-height:1.8;color:rgba(255,255,255,.38)}
#siteFooter .footer-legal p {margin:0}
#siteFooter .footer-legal a {color:inherit;text-decoration:none}
#siteFooter .footer-legal a:hover {color:var(--footer-gold-light)}
#siteFooter .footer-top-link {display:flex;flex:0 0 auto;align-items:center;gap:13px;letter-spacing:.18em;font-family:"Cormorant Garamond",Georgia,serif;font-size:8px;font-weight:600;color:rgba(255,255,255,.55);text-decoration:none}
#siteFooter .footer-top-link i {position:relative;display:block;width:31px;height:31px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:border-color .3s ease,background .3s ease,transform .3s ease}
#siteFooter .footer-top-link i::before {position:absolute;top:12px;left:10px;width:8px;height:8px;border-top:1px solid var(--footer-gold-light);border-left:1px solid var(--footer-gold-light);transform:rotate(45deg);content:""}
#siteFooter .footer-top-link:hover i {border-color:var(--footer-gold-light);background:rgba(185,154,93,.14);transform:translateY(-4px)}

/* @media */

@media screen and (max-width:1470px) {
  #siteFooter .footer-main { padding: 0px 6VW; }
}
@media screen and (max-width:1280px) {
  #siteHeader .desktop-nav .menu>li>a { padding-right: 11px; padding-left: 11px; font-size: 14px }
  #siteHeader .header-meta { display: none }
  #siteHeader #cis { flex-basis: 270px }
}
@media screen and (max-width:1199px) {
  #siteFooter .footer-layout { grid-template-columns: minmax(260px,.85fr) minmax(420px,1.3fr); gap: 65px }
  #siteFooter .footer-line-area { grid-column: 1/-1; display: grid; grid-template-columns: 190px minmax(0,1fr); align-items: center; gap: 0 35px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.1) }
  #siteFooter .footer-line-area .footer-column-title { grid-column: 1/-1 }
  #siteFooter .footer-line-tip { margin: 0 0 18px }
  #siteFooter .footer-line-links { max-width: 100%; grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
}
@media screen and (max-width:1100px) {
  :root { --header-height: 76px }
  #siteHeader,#siteHeader.is-scrolled { height: 76px; background: rgba(3,16,31,.97) }
  #siteHeader .header-shell { padding-right: 22px; padding-left: 22px }
  #siteHeader #cis,#siteHeader.is-scrolled #cis { flex-basis: 270px; margin-left: -22px; padding: 11px 47px 11px 22px }
  #siteHeader #cis img,#siteHeader.is-scrolled #cis img { max-width: 190px; max-height: 52px }
  #siteHeader .desktop-nav { display: none }
  #siteHeader .menu-toggle { display: flex }
}
@media screen and (max-width:991px) {
  #siteFooter .footer-main { padding-right: 28px; padding-left: 28px }
  #siteFooter .footer-top { align-items: flex-start; padding-top: 65px; padding-bottom: 55px }
  #siteFooter .footer-top-title div { font-size: 32px }
  #siteFooter .footer-layout { grid-template-columns: 1fr; gap: 55px; padding-top: 65px }
  #siteFooter .footer-brand-description { max-width: 650px }
  #siteFooter .footer-line-area { grid-column: auto }
}
@media screen and (max-width:767px) {
  :root { --header-height: 72px }
  #siteHeader,#siteHeader.is-scrolled { height: 72px }
  #siteHeader .header-shell { padding-right: 16px; padding-left: 16px; }
  #siteHeader #cis,#siteHeader.is-scrolled #cis { flex-basis: 225px; margin-left: -16px; padding: 10px 40px 10px 16px }
  #siteHeader #cis::after { right: 29px }
  #siteHeader #cis img,#siteHeader.is-scrolled #cis img { max-width: 168px; max-height: 47px }
  #siteHeader .mobile-nav-panel { padding-right: 28px; padding-left: 28px }
  #siteHeader .mobile-nav-head { min-height: 100px }
  #siteFooter .footer-main { padding: 0px 5VW; }
  #siteFooter .footer-top { display: block; padding-top: 55px; padding-bottom: 50px }
  #siteFooter .footer-top-title span { letter-spacing: .22em; font-size: 9px; line-height: 1.7 }
  #siteFooter .footer-top-title div { font-size: 26px }
  #siteFooter .footer-contact-btn { width: 100%; min-width: 0; margin-top: 35px }
  #siteFooter .footer-layout { padding-top: 55px; padding-bottom: 55px }
  #siteFooter .footer-contact-grid { grid-template-columns: 1fr; gap: 25px }
  #siteFooter .footer-contact-address { grid-column: auto }
  #siteFooter .footer-line-area { grid-template-columns: 155px minmax(0,1fr); gap: 0 28px }
  #siteFooter #footer-qrcode { width: 145px }
  #siteFooter #webSeo { display: block; }
  #siteFooter .footer-seo-label { display: block; margin-bottom: 10px }
  #siteFooter .footer-bottom { align-items: flex-end }
  #siteFooter .footer-line-links span svg { width: 20px; height: 20px; }
}
@media screen and (max-width:520px) {
  #siteFooter .footer-decor span:first-child { right: 0; width: 100%; }
  #siteFooter .footer-top-title div { font-size: 23px; line-height: 1.55 }
  #siteFooter .footer-contact-btn { padding-right: 20px; padding-left: 20px }
  #siteFooter #footer-cis { width: 220px }
  #siteFooter .footer-line-area { display: block }
  #siteFooter #footer-qrcode { margin-bottom: 24px }
  #siteFooter .footer-line-tip { max-width: 100% }
  #siteFooter .footer-line-links { max-width: 100% }
  #siteFooter .footer-bottom { display: block }
  #siteFooter .footer-top-link { margin-top: 22px }
  #siteFooter #webSeo .seo { height: 102px; overflow-y: scroll; }
}
@media screen and (max-width:480px) {
  :root { --header-height: 68px }
  #siteHeader,#siteHeader.is-scrolled { height: 68px; top: -1px; }
  #siteHeader .header-shell { padding: 0px 6vw; }
  #siteHeader #cis,#siteHeader.is-scrolled #cis { flex-basis: 280px; margin-left: -6vw; }
  #siteHeader .header-logo {display: flex;justify-content: flex-start;padding-left: 1vw;}
  #siteHeader #cis img,#siteHeader.is-scrolled #cis img {max-width: 185px;max-height: 52px;}
  #siteHeader .menu-toggle-text { display: none }
  #siteHeader .mobile-nav-panel { width: 100%; padding-right: 24px; padding-left: 24px }
  #siteHeader .mobile-menu>li>a {padding-top: 17px;padding-bottom: 17px;}
}
@media (prefers-reduced-motion:reduce) {
  #siteHeader,#siteHeader *,#siteHeader *::before,#siteHeader *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important }
  #siteFooter .footer-contact-btn,#siteFooter .footer-contact-btn i,#siteFooter .footer-contact-value a,#siteFooter .footer-line-links a,#siteFooter .footer-top-link i { transition-duration: .01ms!important }
}
