@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('/css/37/root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Montserrat:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap');
@font-face { font-family: 'ChenYuluoyan-Thin'; font-style: normal; font-weight: normal; src: url(/fonts/chenyuluoyan/ChenYuluoyan-Thin.ttf) format('truetype'); }
* { margin: 0; padding: 0; box-sizing: border-box }
*:focus { outline: none; }
body { position: relative; background: var(--oc-bg); color: var(--oc-ink); font-family: 'Noto Sans TC',sans-serif; font-weight: 400; line-height: 1.9; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body::before{
	content:"";position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.05;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
body ::selection { background: #191919; text-shadow: none; color: #fff; }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #c0c0c0; }
body::-webkit-scrollbar-thumb { background: #191919; }
body::-webkit-scrollbar-thumb:hover { background: #000; }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, font, strong, b, a, i {text-align: left;vertical-align: middle;margin: 0;padding: 0;line-height: 170%;border-width: 0;font-family: var(--font-family);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;}
: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%; display: block }
a , a:link , a:visited , a:hover { color: inherit; display: inline-block; text-decoration: none; }
.text-clamp , a.text-clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

/*a.photo*/
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/*svg*/
svg.arrow { width: 15px; }
svg.arrow.white { fill: #fff; }
svg.show { width: 8px; }

/*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; }

/*header*/
header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 3vw; height: 80px; display: flex; align-items: center; transition: background .4s,height .4s,border-color .4s; border-bottom: 1px solid transparent; }
header .official-logo,header .official-logo2 {display: block;width: 220px;padding: 0;}
header .official-logo{display: none;}
header .header-inner {height: 100%;display: flex;align-items: center;gap: 34px;width: 100%;}
header .main-nav { margin-left: auto }
header .main-nav ul { display: flex; align-items: center; gap: 25px }
header .main-nav li { position: relative }
header .main-nav a {font-weight: 500;letter-spacing: .08em;font-size: 15px;color: var(--info);}
header .menu_body { display: none }
header .header-cta {background: var(--amber);padding: 12px 18px;}
header.headerfixed {background: var(--paper);}
header.headerfixed .official-logo{
    display: block;
}
header.headerfixed .official-logo2{
    display: none;
}
header.headerfixed:not(.open) #linelink >a:not(.linne) { border: 1px solid rgb(99 92 92 / 30%); }
header.headerfixed a {
    color: var(--black);
}
header.headerfixed #menuIcon a font.btn span { background: #1f1f1f; }


.menu-btn { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; position: relative }
.menu-btn:before,.menu-btn:after,.menu-btn span { content: ""; position: absolute; left: 12px; right: 12px; height: 1px; background: var(--ink); transition: .3s }
.menu-btn:before { top: 15px }
.menu-btn span { top: 22px }
.menu-btn:after { top: 29px }
.mobile-nav { display: none }
#contact { background: var(--amber); color: var(--ink); position: relative; overflow: hidden }
.contact-stage {min-height: 61vh;display: flex;flex-direction: column;justify-content: space-between;padding: 130px 0 55px;position: relative}
.contact-stage:before { content: ""; position: absolute; width: 45vw; height: 45vw; border: 1px solid rgba(34,35,33,.16); border-radius: 50%; right: -15vw; top: 6vh; box-shadow: 0 0 110px rgba(242,101,34,.16) }
.contact-title {font: 600 clamp(32px,8vw,60px)/.83 var(--display);letter-spacing: -.08em;margin: 30px 0;position: relative;line-height: 1.2;}
.contact-title em { font-style: normal; background: linear-gradient(90deg,#fff 0 22%,var(--orange) 70%); -webkit-background-clip: text; color: transparent }
.contact-info { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; border-top: 1px solid rgba(34,35,33,.25); padding-top: 28px; position: relative }
.contact-info p,.contact-info a {font-size: 15px;line-height: 1.8;color: #42423d}
.contact-info h3 {font-size: 12px;letter-spacing: .16em;text-transform: uppercase;color: #756a38;opacity: .5;}
.contact-button { display: flex; align-items: center; justify-content: space-between; background: #fff; color: #222; padding: 19px 24px; max-width: 310px; font-size: 12px; text-transform: uppercase; font-weight: 700; transition: .35s }
.contact-button:hover { background: var(--orange); color: #fff; transform: translateX(6px) }
footer * {
}

footer#innerFooter {background: #5b5a55;color: #fff;padding: 90px 0 28px;}
footer#innerFooter .footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding-bottom: 70px }
footer#innerFooter .footer-title {font: 600 clamp(45px,6vw,60px)/.9 var(--display);letter-spacing: -.06em;margin: 0;color: #ffffff;}
footer#innerFooter .footer-title em { font-style: normal; background: linear-gradient(90deg,#fff,var(--amber),var(--orange)); -webkit-background-clip: text; color: transparent }
footer#innerFooter .footer-action { justify-self: end; background: #fff; color: #111; padding: 18px 24px; min-width: 260px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; text-transform: uppercase; transition: .3s }
footer#innerFooter .footer-action:hover { background: var(--amber); transform: translateX(5px) }
footer#innerFooter .footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 35px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 38px }
footer#innerFooter .footer-logo {width: 270px;height: auto;}
footer#innerFooter h3 {font-size: 12px;letter-spacing: .16em;text-transform: uppercase;color: #d0d1cc}
footer#innerFooter p,footer#innerFooter a {font-size: 14px;line-height: 1.9;color: #f0f0ed;display: block}
footer#innerFooter .copyright {margin-top: 40px;padding-top: 10px;display: flex;justify-content: center;}
footer#innerFooter .copyright span{
    font-size: 12px;
    color: #95948d;
}
footer .footer-arianav nav ul{
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    display: none;
}
.floating-actions { position: fixed; z-index: 70; right: 18px; bottom: 18px; display: grid; gap: 6px }
.floating-actions a,.floating-actions button { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.35); background: #5b5a55; color: #fff; display: grid; place-items: center; font-size: 8px; letter-spacing: .08em; cursor: pointer }
.floating-actions .line { background: #00c300; border-color: #00c300 }
.floating-actions button { opacity: 0; pointer-events: none; transition: .3s }
.floating-actions button.show { opacity: 1; pointer-events: auto }

@media(max-width:1000px) {
  header .main-nav,header .header-cta { display: none }
  header .menu-btn { display: block }
  .mobile-nav { display: flex; position: fixed; z-index: 75; inset: 0; background: var(--amber); color: var(--ink); flex-direction: column; padding: 110px 24px 35px; transform: translateX(100%); transition: .45s var(--ease) }
  .mobile-nav ul { display: grid }
  .mobile-nav a { font: 500 32px/1 var(--display); padding: 16px 0; border-bottom: 1px solid rgba(34,35,33,.22); display: block }
  .mobile-nav .menu_body { display: none }
  .mobile-nav .mobile-contact { margin-top: auto; font-size: 14px }
  .nav-open .mobile-nav { transform: none }
  .nav-open .menu-btn:before { top: 22px; transform: rotate(45deg) }
  .nav-open .menu-btn span { opacity: 0 }
  .nav-open .menu-btn:after { top: 22px; transform: rotate(-45deg) }
  footer#innerFooter .footer-top { grid-template-columns: 1fr }
  footer#innerFooter .footer-action { justify-self: start }
  footer#innerFooter .footer-grid { grid-template-columns: 1fr 1fr }
}
@media(max-width:600px) {
  header { height: 72px }
  header .official-logo { width: 164px; padding: 5px 8px }
  header .menu-btn { width: 43px; height: 43px }
  .contact-stage { min-height: auto; padding: 100px 0 55px }
  .contact-title { font-size: 55px }
  .contact-info { grid-template-columns: 1fr }
  .contact-info>div:first-child { grid-column: auto }
  footer#innerFooter { padding-top: 80px }
  footer#innerFooter .footer-grid { grid-template-columns: 1fr }
  footer#innerFooter .copyright { flex-direction: column; gap: 12px }
  .floating-actions { right: 9px; bottom: 9px }
}
