@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * 全域變數
 */
:root {
  --ff-default: "Berkshire Swash", "Noto Serif TC", cursive;
  --ff-serif: "Noto Serif TC", "Noto Serif CJK TC", serif;
  --fs-head-title: clamp(1.5rem, 2.5vw, 2rem);
  --fs-head-subtitle: clamp(1.25rem, 2.5vw, 1.5rem);
  --fs-head-text: clamp(1.125rem, 2.5vw, 1.375rem);
  --fs-list-title: 1.5rem;
  --fs-list-text: 1rem;
  --fs-message-text: clamp(1rem, 2.5vw, 1.125rem);
  --fz-h1: clamp(1.625rem, 2.5vw, 2rem);
  --fz-h2: clamp(1.4125rem, 2.5vw, 1.875rem);
  --fz-h3: clamp(1.375rem, 2.5vw, 1.625rem);
  --fz-h4: clamp(1.25rem, 2.5vw, 1.5rem);
  --fz-h5: clamp(1.1875rem, 2vw, 1.4125rem);
  --fz-h6: clamp(1.125rem, 1.8vw, 1.375rem);
  --fz-sm: 0.9375em;
  --color-default: #111111;
  --color-primary: #83b7d7;
  --color-secondary: #3f74ad;
  --color-gray-lv1: #111111;
  --color-gray-lv2: #555555;
  --color-white: #ffffff;
  --color-brand-cream: #fbf4ea;
  --color-brand-cream-deep: #f2e3c1;
  --color-brand-brown: #471a14;
  --color-brand-curry: #c9742b;
  --color-brand-saffron: #e0a93f;
  --color-brand-green: #1c5a4a;
  --color-brand-green-deep: #123f33;
  --h-header: 166px;
  --h-header-scrolled: 85px;
}
@media (max-width: 1023.98px) {
  :root {
    --h-header: 80px;
    --h-header-scrolled: 60px;
  }
}
:root {
  --w-container: 1480px;
  --plyr-control-spacing: 10px;
  --plyr-color-main: #c22020;
  --article-title: #000;
  --kanban-title: #fff;
  --kanban-subtitle: #000000;
  --kanban-text: #ddd;
  --kanban-button: #222;
  --kanban-pagination: #fff;
  --kanban-pagination-active: #222;
}

/* 
 * Font
 */
@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Thin.eot");
  src: url("../webfonts/Roboto-Thin.woff2") format("woff2"), url("../webfonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Regular.eot");
  src: url("../webfonts/Roboto-Regular.woff2") format("woff2"), url("../webfonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../webfonts/Roboto-Bold.eot");
  src: url("../webfonts/Roboto-Bold.woff2") format("woff2"), url("../webfonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Reset
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #000;
  outline: none;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input, textarea, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: var(--ff-default);
  font-weight: 500;
  scroll-behavior: smooth;
}

/**!
 * * 保留BS v3隱藏/顯示的樣式 https://getbootstrap.com/docs/3.4/customize/
 * * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * * Copyright 2011-2019 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role=button] {
  cursor: pointer;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.site-header {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h-header);
  background-color: transparent;
  color: #fbf4ea;
  padding: 0 15px;
  -webkit-transition: height 400ms ease, background 400ms ease, color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: height 400ms ease, background 400ms ease, color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: height 400ms ease, background 400ms ease, color 400ms ease, box-shadow 400ms ease;
  transition: height 400ms ease, background 400ms ease, color 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}
@media (min-width: 1180px) {
  .site-header {
    padding: 44px 30px 0;
  }
}
.site-header.is-scrolled {
  height: var(--h-header-scrolled);
  background: -webkit-gradient(linear, left bottom, left top, from(#fbf4ea), to(#f2e3c1));
  background: linear-gradient(to top, #fbf4ea 0%, #f2e3c1 100%);
  color: #471a14;
  -webkit-box-shadow: 0 2px 12px rgba(71, 26, 20, 0.08);
          box-shadow: 0 2px 12px rgba(71, 26, 20, 0.08);
  padding-top: 3px;
}
.site-header .site-header__topline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/topline_1@3840x6.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 3px;
  pointer-events: none;
}
.site-header.is-scrolled .site-header__topline {
  background-image: url("../images/topline_2@3840x6.png");
}
.site-header .site-header__inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.site-header .site-header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  height: 100%;
}
.site-header .site-header__logo img {
  display: block;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media (max-width: 1179.98px) {
  .site-header .site-header__logo img {
    width: 84px;
  }
}
.site-header .site-header__logo-light {
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.site-header .site-header__logo-dark {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media (min-width: 1180px) {
  .site-header .site-header__logo-dark {
    width: 120px;
  }
}
.site-header .site-header__logo-dark img {
  display: block;
  pointer-events: none;
}
.site-header.is-scrolled .site-header__logo-light {
  opacity: 0;
}
.site-header.is-scrolled .site-header__logo-dark {
  opacity: 1;
}
@media (max-width: 1179.98px) {
  .site-header .site-header__nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf4ea), to(#f2e3c1));
    background: linear-gradient(to bottom, #fbf4ea 0%, #f2e3c1 100%);
    padding: 30px 24px 60px;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  }
}
@media (max-width: 1179.98px) {
  .site-header.is-scrolled .site-header__nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.site-header .site-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, 1vw, 26px);
}
@media (max-width: 1179.98px) {
  .site-header .site-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1179.98px) {
  .site-header .site-header__nav-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(71, 26, 20, 0.15);
  }
}
.site-header .site-header__nav-link {
  display: inline-block;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
}
.site-header .site-header__nav-link:hover, .site-header .site-header__nav-link:focus-visible {
  color: #c9742b;
}
@media (max-width: 1179.98px) {
  .site-header .site-header__nav-link {
    width: 100%;
    padding: 18px 12px;
    color: #471a14;
  }
}
.site-header .site-header__nav-sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1179.98px) {
  .site-header .site-header__nav-sep {
    display: none;
  }
}
.site-header .site-header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.site-header .site-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px;
}
@media (max-width: 1179.98px) {
  .site-header .site-header__utility {
    gap: 12px;
    padding: 4px;
  }
}
.site-header .site-header__login {
  font-family: "Berkshire Swash", "Noto Serif TC", cursive;
  font-size: 17px;
  letter-spacing: 1px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.site-header .site-header__login:hover, .site-header .site-header__login:focus-visible {
  color: #c9742b;
}
.site-header .site-header__utility-sep {
  display: block;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  opacity: 0.6;
}
@media (max-width: 380px) {
  .site-header .site-header__utility-sep {
    display: none;
  }
}
.site-header .site-header__cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.site-header .site-header__cart:hover, .site-header .site-header__cart:focus-visible {
  color: #c9742b;
}
.site-header .site-header__cart-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.site-header .site-header__cart-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.site-header .site-header__cart-icon-light {
  opacity: 1;
}
.site-header .site-header__cart-icon-dark {
  opacity: 0;
}
.site-header.is-scrolled .site-header__cart-icon-light {
  opacity: 0;
}
.site-header.is-scrolled .site-header__cart-icon-dark {
  opacity: 1;
}
.site-header .site-header__cart-count {
  font-family: "Berkshire Swash", "Noto Serif TC", cursive;
  font-size: 17px;
  letter-spacing: 1px;
}
.site-header .site-header__burger {
  display: none;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1179.98px) {
  .site-header .site-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.site-header .site-header__burger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 300ms ease;
  transition: opacity 200ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 200ms ease;
  transition: transform 300ms ease, opacity 200ms ease, -webkit-transform 300ms ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 1179.98px) {
  .site-header.is-expand .site-header__nav {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
  .site-header.is-expand .site-header__burger-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-expand .site-header__burger-bar:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-expand .site-header__burger-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 1179.98px) {
  .site-header.is-expand:not(.is-scrolled) {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbf4ea), to(#f2e3c1));
    background: linear-gradient(to top, #fbf4ea 0%, #f2e3c1 100%);
    color: #471a14;
  }
  .site-header.is-expand:not(.is-scrolled) .site-header__logo-light {
    opacity: 0;
  }
  .site-header.is-expand:not(.is-scrolled) .site-header__logo-dark {
    opacity: 1;
  }
  .site-header.is-expand:not(.is-scrolled) .site-header__cart-icon-light {
    opacity: 0;
  }
  .site-header.is-expand:not(.is-scrolled) .site-header__cart-icon-dark {
    opacity: 1;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header__search {
  position: fixed;
  z-index: 2000;
  width: 100%;
  max-width: 400px;
  top: 140px;
  right: 0;
  background-color: #FBF4EA;
  -webkit-box-shadow: 2px 0 8px rgba(71, 26, 20, 0.08);
          box-shadow: 2px 0 8px rgba(71, 26, 20, 0.08);
  border-radius: 999px 0 0 999px;
  padding: 15px 30px;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: top 400ms ease, -webkit-transform 800ms ease;
  transition: top 400ms ease, -webkit-transform 800ms ease;
  transition: top 400ms ease, transform 800ms ease;
  transition: top 400ms ease, transform 800ms ease, -webkit-transform 800ms ease;
}
.is-scrolled .site-header__search {
  top: 95px;
}
.site-header__search.is-expand {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1023.98px) {
  .site-header__search {
    top: 80px;
  }
  .is-scrolled .site-header__search {
    top: 70px;
  }
}

.site-header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.site-header__search-input {
  width: calc(100% - 90px);
  font-family: var(--ff-serif);
  font-size: 16px;
  line-height: 32px;
  color: #231815;
  border-bottom: 1px solid #471a14;
  background-color: transparent;
  padding: 0 8px;
}

.site-header__search-submit {
  width: 80px;
  font-family: var(--ff-serif);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: rgba(71, 26, 20, 0.8);
  border-radius: 999px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.site-header__search-submit:hover {
  background-color: #471a14;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.site-footer {
  position: relative;
  z-index: 999;
  overflow: hidden;
  font-family: var(--ff-serif);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf4ea), to(#f2e3c1));
  background: linear-gradient(to bottom, #fbf4ea, #f2e3c1);
  color: #471a14;
  padding: clamp(28px, 3vw, 44px) clamp(20px, 4vw, 60px) 0;
}
.site-footer::before, .site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: clamp(180px, 19vw, 340px);
  aspect-ratio: 360/324;
  background: url("../images/footer/corner_flower.png") no-repeat center/contain;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.site-footer::before {
  left: -30px;
}
.site-footer::after {
  right: -30px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.site-footer .site-footer__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--w-container);
  margin: 0 auto;
}
.site-footer .site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 4vw, 60px);
  padding-bottom: clamp(20px, 2.5vw, 32px);
  border-bottom: 1px solid rgba(71, 26, 20, 0.2);
}
.site-footer .site-footer__contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.1vw, 17px);
  letter-spacing: 1px;
  color: #471a14;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.site-footer .site-footer__contact-item .fa,
.site-footer .site-footer__contact-item .fas,
.site-footer .site-footer__contact-item .far {
  color: #471a14;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.site-footer .site-footer__contact-item:hover {
  color: #c9742b;
}
.site-footer .site-footer__contact-item:hover .fa,
.site-footer .site-footer__contact-item:hover .fas,
.site-footer .site-footer__contact-item:hover .far {
  color: #c9742b;
}
.site-footer .site-footer__main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(24px, 4vw, 64px);
  padding-block: clamp(20px, 2.5vw, 30px);
}
.site-footer .site-footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.site-footer .site-footer__logo-img {
  width: 109px;
  height: auto;
}
.site-footer .site-footer__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #471a14;
}
.site-footer .site-footer__social-label {
  letter-spacing: 1px;
}
.site-footer .site-footer__social-label a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.site-footer .site-footer__social-label a:hover {
  color: #c9742b;
}
.site-footer .site-footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #471a14;
  color: #fbf4ea;
  font-size: 15px;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.site-footer .site-footer__social-link:not(.no-reaction):hover {
  background-color: #c9742b;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-footer .site-footer__nav {
  list-style: none;
  margin: 0;
  padding-block: clamp(6px, 1.2vw, 16px);
  padding-inline: clamp(24px, 4vw, 64px);
  border-inline: 1px solid rgba(71, 26, 20, 0.2);
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(20px, 3vw, 48px);
     -moz-column-gap: clamp(20px, 3vw, 48px);
          column-gap: clamp(20px, 3vw, 48px);
  row-gap: clamp(14px, 1.6vw, 22px);
}
.site-footer .site-footer__nav-link {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  letter-spacing: 2px;
  color: #471a14;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.site-footer .site-footer__nav-link:hover {
  color: #c9742b;
}
.site-footer .site-footer__emblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.site-footer .site-footer__emblem-img {
  width: 80px;
  height: auto;
}
.site-footer .site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: clamp(14px, 1.6vw, 20px) 0;
  border-top: 1px solid rgba(71, 26, 20, 0.2);
  font-size: clamp(13px, 0.95vw, 15px);
  letter-spacing: 1px;
  color: rgba(71, 26, 20, 0.8);
}
.site-footer .site-footer__copyright a {
  color: rgba(71, 26, 20, 0.8);
}
.site-footer .site-footer__copyright a:hover {
  color: #471a14;
}
.site-footer .site-footer__design,
.site-footer .site-footer__design a {
  color: rgba(71, 26, 20, 0.2);
}
.site-footer .site-footer__topline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url("../images/topline_1@3840x6.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 3px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer__main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
  }
  .site-footer .site-footer__nav {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    border-inline: 0;
    border-block: 1px solid rgba(71, 26, 20, 0.2);
    padding-block: clamp(18px, 4vw, 28px);
  }
}
@media (max-width: 575.98px) {
  .site-footer .site-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .site-footer .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.back-to-top {
  position: fixed;
  z-index: 1899;
  right: 50px;
  bottom: 30px;
  width: 56px;
  height: 70px;
  background-image: url("../images/common/scrolltop.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease, background-image 500ms ease;
  transition: opacity 500ms ease, background-image 500ms ease;
}
.back-to-top.is-active {
  opacity: 0.8;
  pointer-events: auto;
}
.back-to-top:hover {
  opacity: 0.8;
  background-image: url("../images/common/scrolltop_hover.png");
}
.back-to-top .back-to-top__icon {
  display: block;
}
@media (max-width: 991.98px) {
  .back-to-top {
    right: 30px;
    bottom: 20px;
  }
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: var(--h-header) 20px 40px;
  text-align: center;
  color: #fbf4ea;
}
.page-banner--lg {
  min-height: clamp(460px, 44vw, 850px);
}
.page-banner--sm {
  min-height: clamp(360px, 33vw, 635px);
}
.page-banner .page-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(71, 26, 20, 0.4);
}
.page-banner .page-banner__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}
.page-banner .page-banner__overlay {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(71, 26, 20, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(71, 26, 20, 0.5));
}
.page-banner .page-banner__decorator * {
  position: absolute;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.page-banner .page-banner__decorator-tl {
  top: 0;
  left: 0;
  width: 230px;
  height: 230px;
  background-image: url("../images/common/page_cover_tl.png");
}
.page-banner .page-banner__decorator-br {
  bottom: 0;
  right: 0;
  width: 260px;
  height: 260px;
  background-image: url("../images/common/page_cover_br.png");
}
.page-banner .page-banner__decorator-line {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-banner .page-banner__decorator-line-top {
  top: 160px;
  right: 46px;
  width: calc(100% - 520px);
  height: 1px;
  background-color: rgba(233, 209, 152, 0.3);
}
.page-banner .page-banner__decorator-line-left {
  left: 45px;
  bottom: 0;
  width: 1px;
  height: calc(100% - 250px);
  background-color: rgba(233, 209, 152, 0.3);
}
.page-banner .page-banner__decorator-line-right {
  top: 0;
  right: 45px;
  width: 1px;
  height: calc(100% - 280px);
  background-color: rgba(233, 209, 152, 0.3);
}
.page-banner .page-banner__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.4vw, 20px);
  width: 100%;
  max-width: 720px;
  opacity: 0;
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  -webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, transform 800ms ease;
  transition: opacity 800ms ease, transform 800ms ease, -webkit-transform 800ms ease;
}
.page-banner .page-banner__title-en {
  font-family: "Berkshire Swash", "Noto Serif TC", cursive;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.page-banner .page-banner__title-zh {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: clamp(18px, 3.4vw, 26px);
  line-height: 1.7;
  letter-spacing: 4px;
  color: #ffffff;
  margin: 0;
}
.page-banner .page-banner__star {
  display: block;
  width: clamp(24px, 2.2vw, 32px);
  aspect-ratio: 1;
  background: url("../images/icons/star_flower.svg") center/contain no-repeat;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}
.page-banner .page-banner__breadcrumb {
  margin-top: 2px;
}
.page-banner .page-banner__crumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Berkshire Swash", "Noto Serif TC", cursive;
  font-size: clamp(14px, 1vw, 16px);
  letter-spacing: 1px;
  color: rgba(251, 244, 234, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
.page-banner .page-banner__crumb {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-banner .page-banner__crumb a {
  color: inherit;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.page-banner .page-banner__crumb a:hover {
  color: #e0a93f;
}
.page-banner .page-banner__crumb:not(:last-child) {
  padding-right: 26px;
}
.page-banner .page-banner__crumb:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(251, 244, 234, 0.7);
}
.page-banner .page-banner__crumb:last-child {
  color: #e0a93f;
}
@media (max-width: 767.98px) {
  .page-banner {
    padding-top: var(--h-header);
  }
  .page-banner .page-banner__title-zh {
    letter-spacing: 2px;
  }
}

.is-inited .page-banner__bg-img {
  opacity: 1;
}

.is-inited .page-banner__inner {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.editor-custom {
  width: 100%;
  font-family: var(--ff-serif);
}
.editor-custom > * + * {
  margin-top: clamp(40px, 5vw, 72px);
}
.editor-custom img {
  display: inline !important;
}

.editor-custom__media {
  display: block;
  margin: 0;
  overflow: hidden;
}
.editor-custom__media img {
  width: 100% !important;
  height: auto !important;
}

.editor-custom__img {
  display: block;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 900ms ease;
  transition: -webkit-transform 900ms ease;
  transition: transform 900ms ease;
  transition: transform 900ms ease, -webkit-transform 900ms ease;
}

.editor-custom__media:hover .editor-custom__img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.editor-custom__body,
.editor-custom__cell {
  color: #471a14;
  padding-top: 1rem;
}

.editor-custom__title {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
  letter-spacing: 1px;
  color: #471a14;
  margin: 0 0 12px;
}

.editor-custom__text {
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.5px;
  color: rgba(71, 26, 20, 0.82);
  margin: 0;
}
.editor-custom__text + .editor-custom__text {
  margin-top: 14px;
}

.editor-custom__pic-l {
  display: grid;
  gap: clamp(0px, 2vw, 50px);
  grid-template-columns: 1fr;
  margin: clamp(12px, 3vw, 25px) 0;
}
@media (min-width: 768px) {
  .editor-custom__pic-l {
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  }
}

.editor-custom__pic-r {
  display: grid;
  gap: clamp(0px, 2vw, 50px);
  grid-template-columns: 1fr;
  margin: clamp(12px, 3vw, 25px) 0;
}
@media (min-width: 768px) {
  .editor-custom__pic-r {
    grid-template-columns: minmax(0, 1fr) minmax(0, 42%);
  }
}
@media (max-width: 767.98px) {
  .editor-custom__pic-r .editor-custom__media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.editor-custom__pic-top .editor-custom__media {
  margin-bottom: clamp(18px, 2vw, 28px);
}
.editor-custom__pic-top .editor-custom__title,
.editor-custom__pic-top .editor-custom__text {
  text-align: center;
  padding: 0 15px;
}

.editor-custom__col-3 {
  display: grid;
  gap: clamp(20px, 2.4vw, 40px);
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .editor-custom__col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .editor-custom__col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.editor-custom__col-3 .editor-custom__media {
  margin-bottom: 18px;
}
.editor-custom__col-3 .editor-custom__title,
.editor-custom__col-3 .editor-custom__text {
  padding: 0 15px;
}

.editor-custom__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: rgba(71, 26, 20, 0.12);
}
.editor-custom__video iframe,
.editor-custom__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.editor-custom__col-2 {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .editor-custom__col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.editor-custom__col-2 .editor-custom__media {
  margin-bottom: 18px;
}
.editor-custom__col-2 .editor-custom__title,
.editor-custom__col-2 .editor-custom__text {
  padding: 0 15px;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, 1vw, 14px);
}
.pagination .pagination__page,
.pagination .pagination__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: clamp(15px, 1.1vw, 17px);
  color: #471a14;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}
.pagination .pagination__page:hover {
  background-color: rgba(201, 116, 43, 0.15);
}
.pagination .pagination__page.is-active {
  background-color: #c9742b;
  color: #ffffff;
  font-weight: 700;
  pointer-events: none;
}
.pagination .pagination__arrow {
  background-color: rgba(71, 26, 20, 0.08);
}
.pagination .pagination__arrow img {
  width: 8px;
  height: auto;
}
.pagination .pagination__arrow:hover {
  background-color: #c9742b;
}
.pagination .pagination__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.form-field + .form-field {
  margin-top: clamp(16px, 1.8vw, 22px);
}

.form-label {
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 1px;
  color: #471a14;
}

.form-req {
  color: #c9742b;
  margin-left: 2px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: clamp(14px, 1vw, 15px);
  color: #471a14;
  background-color: #ffffff;
  border: 1px solid rgba(71, 26, 20, 0.2);
  border-radius: 8px;
  -webkit-transition: border-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: border-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: border-color 250ms ease, box-shadow 250ms ease;
  transition: border-color 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control::-webkit-input-placeholder {
  color: rgba(71, 26, 20, 0.4);
}
.form-control::-moz-placeholder {
  color: rgba(71, 26, 20, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(71, 26, 20, 0.4);
}
.form-control::-ms-input-placeholder {
  color: rgba(71, 26, 20, 0.4);
}
.form-control::placeholder {
  color: rgba(71, 26, 20, 0.4);
}
.form-control:focus {
  outline: 0;
  border-color: #c9742b;
  -webkit-box-shadow: 0 0 0 3px rgba(201, 116, 43, 0.15);
          box-shadow: 0 0 0 3px rgba(201, 116, 43, 0.15);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.7;
}

select.form-control {
  padding-right: 40px;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #471a14 50%), linear-gradient(135deg, #471a14 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 15px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.form-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.form-name-row .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.form-radio,
.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: clamp(14px, 1vw, 15px);
  color: #471a14;
  cursor: pointer;
}
.form-radio input,
.form-check input {
  accent-color: #c9742b;
  width: 16px;
  height: 16px;
}

.form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.form-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(71, 26, 20, 0.2);
  border-radius: 8px;
  font-size: clamp(14px, 1vw, 15px);
  color: #471a14;
  cursor: pointer;
  -webkit-transition: border-color 250ms ease, background-color 250ms ease;
  transition: border-color 250ms ease, background-color 250ms ease;
}
.form-option input {
  accent-color: #c9742b;
  width: 16px;
  height: 16px;
}
.form-option:hover {
  border-color: rgba(201, 116, 43, 0.5);
}
.form-option:has(input:checked) {
  border-color: #c9742b;
  background-color: rgba(201, 116, 43, 0.06);
}

.form-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.form-address .form-address__detail {
  grid-column: 1/-1;
}
@media (max-width: 479.98px) {
  .form-address {
    grid-template-columns: 1fr;
  }
}