@charset "UTF-8";
@import url("../plugins/swiper-master/swiper-bundle.min.css");
@import url("../plugins/WOW-master/css/libs/animate.css");
@import url("../plugins/Magnific-Popup-master/magnific-popup.css");
@import url("https://fonts.googleapis.com/css2?family=Nova+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nova+Script&display=swap");
:root {
  --RWDWidth: 1024px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveRight {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes pulsate2 {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(50%, -50%) scale(100);
    opacity: 0.1;
  }
  100% {
    transform: translate(50%, -50%) scale(200);
    opacity: 0;
  }
}
@keyframes bgAnimation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 150%;
  }
}
:root {
  --contentPadding: 60px;
  --clamp18: clamp(16px, 1.6vw, 18px);
  --clamp20: clamp(18px, 1.6vw, 20px);
  --clamp21: clamp(18px, 1.6vw, 21px);
  --clamp24: clamp(20px, 2vw, 24px);
  --clamp28: clamp(22px, 2vw, 28px);
  --clamp32: clamp(22px, 2vw, 32px);
  --clamp36: clamp(26px, 3vw, 36px);
  --clamp40: clamp(28px, 3.2vw, 40px);
  --clamp48: clamp(30px, 3.5vw, 48px);
  --clamp51: clamp(30px, 4vw, 51px);
  --clamp54: clamp(32px, 4vw, 54px);
  --clamp60: clamp(34px, 4vw, 60px);
  --clamp64: clamp(42px, 4vw, 64px);
  --clamp72: clamp(38px, 4vw, 72px);
  --clamp85: clamp(40px, 4vw, 85px);
  --clamp100: clamp(42px, 5vw, 100px);
  --clamp110: clamp(42px, 5vw, 110px);
  --clamp250: clamp(45px, 13vw, 250px);
}
@media screen and (max-width: 1200px) {
  :root {
    --contentPadding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 20px;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
  min-width: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #130A06;
  font-family: "Playfair", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  line-height: 1.75;
  background: #fff;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #454545;
}
body::-webkit-scrollbar-thumb {
  background: #EC7831;
  border-radius: 5px;
}

footer {
  margin: auto 0 0;
}

a {
  color: #130A06;
  transition: all 0.3s ease;
}
a:hover {
  color: #EC7831;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.wrapper {
  position: relative;
}

.outerBox {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

section {
  position: relative;
}

[type=text],
[type=password],
[type=email] {
  border: none;
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  color: #000;
  font-weight: 600;
}
.select::before {
  content: "";
  display: block;
  position: absolute;
  text-indent: 0px;
  width: 8px;
  aspect-ratio: 1;
  right: 10px;
  top: 15px;
  z-index: 5;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select select {
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
  background: none;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none !important;
}

.privacyBox {
  position: fixed;
  background: #000;
  z-index: 9999;
  bottom: 0px;
  width: 100%;
  color: #e7e7e7;
  padding: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.privacyBox a {
  color: #EC7831;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  max-width: 100px;
  line-height: 30px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 3px 5px;
  color: #e7e7e7;
  display: block;
  background: #E66E0D;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableBox {
  width: 100%;
  position: relative;
  overflow-x: auto;
  scrollbar-color: #EC7831 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.tableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tableBox::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EC7831;
}
.tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tableBox table {
  min-width: 1000px;
}

.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .editor {
    font-size: 1.125rem;
  }
}
.editor ul:not(.list) {
  list-style: disc;
  padding-left: 20px;
}
.editor img {
  width: auto !important;
}

.mfp-bg {
  background: #B5CDE1;
  opacity: 0.85;
}

.mfp-figure:after {
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: clamp(40px, 3%, 70px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.popup-modal-dismiss {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #EC7831;
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 5px;
}
.popup-modal-dismiss::before, .popup-modal-dismiss::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
}
.popup-modal-dismiss::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-zoom-out-cur .mfp-img {
  padding-top: 0;
  padding-bottom: 0;
}
.mfp-zoom-out-cur .mfp-counter {
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #EC7831;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 40px;
  border-radius: 50%;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  padding: 60px 100px 0;
  position: relative;
  display: block !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content .mfp-figure {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.mfp-zoom-out-cur .mfp-container > .mfp-arrow {
  display: none;
}
.mfp-zoom-out-cur .mfp-arrow {
  width: 54px;
  height: 104px;
  top: 50%;
  filter: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mfp-zoom-out-cur .mfp-arrow {
    opacity: 1;
  }
}
.mfp-zoom-out-cur .mfp-arrow::before {
  display: none;
}
.mfp-zoom-out-cur .mfp-arrow::after {
  content: "";
  width: 54px;
  height: 104px;
  display: block;
  border: none;
  margin: unset;
  top: 0;
  -webkit-mask: url("../images/icon/icon_arrow_swiper.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow_swiper.svg") center no-repeat;
  background: #EC7831;
}
.mfp-zoom-out-cur .mfp-arrow-left {
  left: 20px;
}
.mfp-zoom-out-cur .mfp-arrow-right {
  right: 20px;
}
.mfp-zoom-out-cur .mfp-arrow-right::after {
  transform: rotate(180deg);
}

.menuBox {
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  height: 80px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 0 0 0 50px;
  box-shadow: 0 0 15px 0 rgba(236, 120, 49, 0.3);
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .menuBox {
    height: 40px;
    border-radius: 0 0 0 20px;
    padding: 0 10px;
  }
}
.menuBox .mainMenu a,
.menuBox .mainMenu button {
  line-height: 1.2;
}
.menuBox .mainMenu > ul {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.menuBox .mainMenu > ul > li {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li:first-child {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul > li {
    padding: 0 20px;
  }
  .menuBox .mainMenu > ul > li:not(:first-child) {
    border-left: #000 1px solid;
  }
}
.menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
  height: 100%;
  color: #000;
  letter-spacing: 3px;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    padding: 15px 10px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    padding: 5px;
    font-size: 0.75rem;
  }
}
.menuBox .mainMenu > ul > li.active > a, .menuBox .mainMenu > ul > li:hover > a {
  color: #EC7831;
}
.menuBox .mainMenu > ul > li.active::before, .menuBox .mainMenu > ul > li:hover::before {
  opacity: 1;
}
.menuBox .mainMenu > ul .full {
  position: unset;
}
.menuBox .mainMenu > ul .full .nextMenuBox {
  width: auto !important;
  transform: translateX(0) !important;
  left: 0;
}
.menuBox .mainMenu > ul .full .nextMenuBox a {
  text-align: left;
}
.menuBox .nextMenuBox {
  min-width: 100%;
  position: relative;
  display: none;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  border: #EC7831 1px solid;
}
@media screen and (min-width: 1025px) {
  .menuBox .nextMenuBox {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
  }
}
.menuBox .nextMenuBox.active {
  display: block;
  animation: menuUse 0.3s ease-in-out forwards;
}
@keyframes menuUse {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.menuBox .nextMenuBox a,
.menuBox .nextMenuBox button {
  white-space: nowrap;
  color: #000;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}
.menuBox .nextMenuBox a span,
.menuBox .nextMenuBox button span {
  font-size: 16px;
  display: block;
}
.menuBox .nextMenuBox a:hover,
.menuBox .nextMenuBox button:hover {
  color: #EC7831;
}
.menuBox .nextMenuBox li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .menuBox .nextMenuBox .nextMenuBox {
    position: absolute;
    top: 0;
    left: 100%;
    transform: none;
  }
}

.mobileOpen .menuBox {
  transform: translateX(0);
}

.floatNav {
  left: 60px;
  z-index: 50;
  bottom: 10%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .floatNav {
    left: 15px;
    bottom: 30px;
  }
}
.floatNav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.floatNav a {
  display: block;
}
.floatNav a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
.floatNav a.line::before {
  -webkit-mask: url("../images/icon/icon_line.svg") center no-repeat;
          mask: url("../images/icon/icon_line.svg") center no-repeat;
  background: #CDCDCB;
}
.floatNav a.line:hover::before {
  background: #00cb42;
}
.floatNav a.skype::before {
  -webkit-mask: url("../images/icon/icon_skype.svg") center no-repeat;
          mask: url("../images/icon/icon_skype.svg") center no-repeat;
  background: #CDCDCB;
}
.floatNav a.skype:hover::before {
  background: #0e78c8;
}
.floatNav a.whatsapp::before {
  -webkit-mask: url("../images/icon/icon_whatsapp.svg") center no-repeat;
          mask: url("../images/icon/icon_whatsapp.svg") center no-repeat;
  background: #CDCDCB;
}
.floatNav a.whatsapp:hover::before {
  background: #25d366;
}

.floatBox {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  .floatBox {
    width: 50px;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .floatBox .pc {
    display: none;
  }
}
.floatBox .mobile {
  display: none;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .floatBox .mobile {
    display: block;
  }
}
.floatBox ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floatBox a {
  display: block;
}
.floatBox a:hover {
  animation: identifier 0.5s linear infinite alternate;
}
@keyframes identifier {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  display: none;
}
.mobileBtn::before, .mobileBtn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #fab512;
  box-shadow: #fab512 0 7px 0 0, #fab512 0 -7px 0 0;
  transition: all 0.3s ease;
}
.mobileBtn::after {
  box-shadow: none;
  opacity: 0;
}
.mobileBtn span {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .mobileBtn span {
    display: none;
  }
}
.mobileBtn:hover::before, .mobileBtn:hover::after {
  background: #fab512;
  box-shadow: #fab512 0 7px 0 0, #fab512 0 -7px 0 0;
}

.mobileOpen .mobileBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobileOpen .mobileBtn::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobileOpen .mobileBtn::before, .mobileOpen .mobileBtn::after {
  background: #fab512;
  box-shadow: #fab512 0 7px 0 0, #fab512 0 -7px 0 0;
  box-shadow: none;
}

.siteHeader {
  left: 0;
  top: 0;
  width: 100%;
  isolation: isolate;
  z-index: 99;
  position: fixed;
  transition: all 0.8s ease;
}
.siteHeader .headerBox .container {
  width: 100%;
  max-width: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .siteHeader .headerBox .container {
    padding-right: 0;
  }
}
.siteHeader .headerBox .contentBox {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  gap: 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .siteHeader .headerBox .contentBox {
    gap: 20px;
    padding-right: 50px;
    height: 50px;
  }
}
.siteHeader .logo {
  height: 45px;
  aspect-ratio: 272/50;
  line-height: 0;
  padding: 15px 15px 15px 65px;
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  margin-right: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .siteHeader .logo {
    margin: 0 auto 0 0;
    height: 20px;
    padding: 15px 15px 15px 15px;
  }
}
.siteHeader .logo img {
  width: 100%;
  height: 100%;
}

/*.headFix .siteHeader {*/
/*  -webkit-backdrop-filter: blur(10px);*/
/*          backdrop-filter: blur(10px);*/
/*}*/

.insidePages {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .insidePages {
    padding-top: 60px;
  }
}
.insidePages footer {
  margin-top: auto;
}
.insidePages .inBanner {
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.insidePages .inBanner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.insidePages .inBanner .title {
  color: #FFF;
  font-size: var(--clamp48);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .insidePages .inBanner .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .insidePages .inBanner .title {
    font-size: 2.625rem;
    margin-bottom: 5px;
  }
}
.insidePages .inBanner .title span {
  font-size: var(--clamp28);
  font-weight: 500;
  display: block;
}
.insidePages .pageTitleBox {
  margin-left: 100px;
}
@media screen and (max-width: 1024px) {
  .insidePages .pageTitleBox {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.insidePages .pageTitleBox .title {
  font-size: var(--clamp64);
  color: #EC7831;
  line-height: 1.2;
  letter-spacing: 3px;
  transform: scaleY(1.1);
}
.insidePages .pageMenu {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu {
    width: 100%;
  }
}
.insidePages .pageMenu button {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: block;
  background: #565656;
  display: none;
  line-height: 1.75;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.insidePages .pageMenu button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  display: block;
}
.insidePages .pageMenu button.active::after {
  transform: rotate(-45deg);
}
.insidePages .pageMenu nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .insidePages .pageMenu nav {
    display: block !important;
  }
}
.insidePages .pageMenu nav ul {
  height: 100%;
  display: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul {
    flex-direction: column;
    background: #858585;
  }
}
.insidePages .pageMenu nav ul li {
  position: relative;
}
.insidePages .pageMenu nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul li::before {
    display: none;
  }
}
.insidePages .pageMenu nav ul li:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul li:last-child::after {
    display: none;
  }
}
.insidePages .pageMenu nav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #858585;
  font-size: var(--clamp21);
  position: relative;
  padding: 0 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul a {
    color: #fff;
    padding: 10px 20px;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
.insidePages .pageMenu nav ul a.active, .insidePages .pageMenu nav ul a:hover {
  color: #E66E0D;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul a.active, .insidePages .pageMenu nav ul a:hover {
    color: #fff;
    background: #E66E0D;
  }
}
.insidePages .pageMenu nav ul .active a {
  color: #E66E0D;
}
.insidePages .pageMenu nav ul .active a::before {
  width: 100%;
}
.insidePages main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.insidePages .mainBox {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.insidePages .mainBox section {
  flex-grow: 1;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.insidePages .mainBox section .contentBox {
  max-width: 1200px;
  margin: 0 auto;
}
.insidePages .mainBox section .infoBox {
  max-width: 853px;
  width: 100%;
  margin: 0 0 0 auto;
}
.insidePages .mainBox .outerBox {
  width: 100%;
  flex-grow: 1;
  padding-bottom: clamp(50px, 10vw, 100px);
  isolation: isolate;
}
.insidePages .mainBox .outerBox::before {
  content: "";
  position: absolute;
  height: 350px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FAF6EB;
  z-index: -1;
}
.insidePages .mainBox .outerBox::after {
  content: "";
  position: absolute;
  height: 292px;
  bottom: 350px;
  left: 0;
  width: 100%;
  background: url(../images/index/irbgb.png) center bottom no-repeat;
  z-index: -1;
}
.insidePages .mainBox .contentBox {
  max-width: 1440px;
  margin: 0 auto;
}
.insidePages .mainBox .contentBox .container {
  max-width: none;
}
.insidePages .contentTopNav {
  margin-bottom: 30px;
}
.insidePages .contentTopNav ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul {
    gap: 5px;
  }
}
.insidePages .contentTopNav ul li a,
.insidePages .contentTopNav ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--clamp18);
  padding: 8px 20px;
  margin: 0;
  font-weight: 700;
  color: #666666;
  background: none;
  border-radius: 8px;
  border: #CCCCCC 1px solid;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul li a,
  .insidePages .contentTopNav ul li button {
    padding: 8px 10px;
  }
}
.insidePages .contentTopNav ul li a:hover,
.insidePages .contentTopNav ul li button:hover {
  color: #EC7831;
  border-color: #EC7831;
}
.insidePages .contentTopNav ul li.active a,
.insidePages .contentTopNav ul li.active button {
  color: #EC7831;
  border-color: #EC7831;
}
.insidePages .hasSide {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide {
    flex-direction: row;
    gap: 50px;
  }
}
.insidePages .hasSide.active .sideBox > button {
  background: #E66E0D;
}
.insidePages .hasSide.active .sideBox > button::after {
  transform: translateY(40%) rotate(225deg);
}
.insidePages .hasSide.active .sideBox ul {
  border-color: #E66E0D;
}
.insidePages .hasSide .sideBox {
  position: relative;
  z-index: 9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox {
    width: 180px;
    flex-shrink: 0;
    margin: 0;
  }
}
.insidePages .hasSide .sideBox > button {
  color: #FFF;
  background: #EC7831;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  padding: 15px 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox > button {
    display: none;
  }
}
.insidePages .hasSide .sideBox > button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-10%) rotate(45deg);
  margin: 0 0 0 20px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox .content {
  display: none;
  position: absolute;
  z-index: 9;
  background: #FFF;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EC7831;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox .content {
    display: block !important;
    position: relative;
    background: none;
    border-radius: 10px;
  }
}
.insidePages .hasSide .sideBox ul li a,
.insidePages .hasSide .sideBox ul li button {
  width: 100%;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: var(--clamp18);
  font-weight: 500;
  color: #666666;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .insidePages .hasSide .sideBox ul li a,
  .insidePages .hasSide .sideBox ul li button {
    text-align: center;
  }
}
.insidePages .hasSide .sideBox ul li a::before,
.insidePages .hasSide .sideBox ul li button::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to right, #ec7831 0%, #e66e0d 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox ul li a:hover,
.insidePages .hasSide .sideBox ul li button:hover {
  color: #FFF;
}
.insidePages .hasSide .sideBox ul li a:hover::before,
.insidePages .hasSide .sideBox ul li button:hover::before {
  opacity: 1;
}
.insidePages .hasSide .sideBox ul li.active a,
.insidePages .hasSide .sideBox ul li.active button {
  color: #FFF;
}
.insidePages .hasSide .sideBox ul li.active a::before,
.insidePages .hasSide .sideBox ul li.active button::before {
  opacity: 1;
}
.insidePages .hasSide .contentBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .contentBox {
    width: calc(100% - 180px - 50px);
    margin: 0 0 0 auto;
  }
}
.insidePages footer .titleBox,
.insidePages footer .logoBox,
.insidePages footer .info,
.insidePages footer .mapBox {
  display: none;
}

.goTop {
  width: 44px;
  height: 44px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #EC7831;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
}
.goTop::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(-90deg);
  background: #FFF;
}
.goTop:hover {
  background: #E66E0D;
}

footer .infoBox {
  margin-top: -40px;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  footer .infoBox {
    max-width: none;
    margin: 0 auto 10px;
  }
}
footer .titleBox {
  position: absolute;
  margin-top: -200px;
  left: var(--contentPadding);
}
@media screen and (max-width: 1024px) {
  footer .titleBox {
    width: 100%;
    left: 0;
    text-align: center;
    max-width: none;
    margin: -130px auto 10px;
  }
}
footer .titleBox .en {
  font-size: var(--clamp64);
  color: #EC7831;
  line-height: 1.2;
  letter-spacing: 3px;
  transform: scaleY(1.1);
}
footer .outerBox {
  background: #FAF6EB url("../images/index/fbg.png") center bottom no-repeat;
  padding-bottom: 100px;
}
footer .contentBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  footer .contentBox {
    flex-direction: column;
  }
}
footer .logoBox {
  display: flex;
  align-items: center;
  font-size: var(--clamp32);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  footer .logoBox {
    justify-content: center;
  }
}
footer .logoBox img {
  width: auto !important;
}
footer .logoBox .zh {
  color: #333333;
}
footer .logoBox .en {
  font-family: Arial, "微軟正黑體", "Open Sans", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  color: #F9B412;
}
footer .info {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  footer .info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .info {
    margin-bottom: 30px;
  }
}
footer .info li {
  display: flex;
  align-items: center;
  color: #333333;
  font-family: Arial, "微軟正黑體", "Open Sans", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  padding: 15px 0;
}
footer .info li .title {
  width: 100px;
  color: #BE9333;
  font-size: var(--clamp18);
  font-weight: 600;
}
footer .info li:not(:last-child) {
  border-bottom: #EFE1CF 1px solid;
}
footer .shareBox {
  margin-bottom: 20px;
}
footer .shareBox .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  isolation: isolate;
  line-height: 1;
}
footer .shareBox .title::before {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #EC7831;
  z-index: -1;
}
footer .shareBox ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  footer .shareBox ul {
    justify-content: center;
  }
}
footer .shareBox a {
  display: block;
}
footer .shareBox a.line {
  height: 60px;
  aspect-ratio: 323/60;
}
@media screen and (max-width: 1024px) {
  footer .shareBox a.line {
    height: 40px;
  }
}
footer .shareBox a.fb {
  height: 50px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  footer .shareBox a.fb {
    height: 40px;
  }
}
footer .copyright {
  width: 100%;
  font-size: 14px;
  color: #6C4B3E;
  margin: 0 auto;
  font-family: Arial, "微軟正黑體", "Open Sans", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    padding: 30px 0;
  }
}
footer .copyright span {
  display: none;
}
footer .copyright a {
  color: #D8A613;
  text-decoration: none;
}
footer .copyright a:nth-last-of-type(1) {
  font-size: 0.9375rem;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #E66E0D;
}
footer .mapBox {
  width: 50%;
  margin-top: -120px;
  padding-bottom: 30px;
  padding-right: 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .mapBox {
    width: 80%;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .mapBox {
    width: 90%;
    padding: 0;
  }
}
footer .mapBox .map {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1024px) {
  footer .mapBox .map {
    margin: 0 auto;
  }
}
footer .mapBox .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
footer .mapBox .map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: -20px;
  bottom: -20px;
  background: #FFF0CF;
}
footer .mapBox .dPicBox {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  footer .mapBox .dPicBox {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  footer .mapBox .dPicBox {
    display: none;
  }
}

.loading {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff url("../images/logo.png") center no-repeat;
  transition: all 1s ease;
}
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */