@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=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&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: 50px;
  --clamp18: clamp(1rem, 1.6vw, 1.125rem);
  --clamp20: clamp(1.125rem, 1.6vw, 1.25rem);
  --clamp21: clamp(1.125rem, 1.6vw, 1.3125rem);
  --clamp24: clamp(1.25rem, 2vw, 1.5rem);
  --clamp28: clamp(1.375rem, 2vw, 1.75rem);
  --clamp32: clamp(1.375rem, 2vw, 2rem);
  --clamp36: clamp(1.625rem, 3vw, 2.25rem);
  --clamp40: clamp(1.75rem, 3vw, 2.5rem);
  --clamp45: clamp(1.875rem, 3vw, 2.8125rem);
  --clamp46: clamp(1.875rem, 3vw, 2.875rem);
  --clamp48: clamp(1.875rem, 3vw, 3rem);
  --clamp51: clamp(1.875rem, 3vw, 3.1875rem);
  --clamp54: clamp(2rem, 3vw, 3.375rem);
  --clamp60: clamp(2.125rem, 4vw, 3.75rem);
  --clamp64: clamp(2.625rem, 4vw, 4rem);
  --clamp72: clamp(2.375rem, 4vw, 4.5rem);
  --clamp84: clamp(2.5rem, 4vw, 5.25rem);
  --clamp96: clamp(2.5rem, 5vw, 6rem);
  --clamp120: clamp(2.625rem, 6.3vw, 7.5rem);
  --clamp280: clamp(6.25rem, 13vw, 17.5rem);
}
@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: "Hind", "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: #1B4A2D;
  border-radius: 5px;
}

footer {
  margin: auto 0 0;
}

a {
  color: #130A06;
  transition: all 0.3s ease;
}
a:hover {
  color: #1B4A2D;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 50px;
  }
}

.outerBox {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1720px + var(--contentPadding) * 2);
  padding-left: var(--contentPadding);
  padding-right: var(--contentPadding);
  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: #FFCC00;
}
.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: #1B4A2D;
  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: #1B4A2D 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: #1B4A2D;
}
.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 {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor {
  font-size: 1.125rem;
  line-height: 2;
}
@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: #000;
  opacity: 1;
}

.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: #1B4A2D;
  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: #1B4A2D;
  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%;
  display: none;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  padding: 60px 100px 0;
  position: relative;
  display: block !important;
}
.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: #1B4A2D;
}
.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 {
  align-self: stretch;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .menuBox {
    position: fixed;
    left: auto;
    right: 0;
    top: 50px !important;
    bottom: 0;
    transform: translateX(100%);
    width: 300px;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    overflow-y: auto;
    scrollbar-color: #FFCC00 rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    background: #212120;
    box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .menuBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menuBox::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #FFCC00;
  }
  .menuBox::-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);
  }
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu {
    height: 100%;
  }
}
.menuBox .mainMenu a,
.menuBox .mainMenu button {
  line-height: 1.2;
}
.menuBox .mainMenu > ul {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1310px) {
  .menuBox .mainMenu > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
    gap: 0;
  }
}
.menuBox .mainMenu > ul > li {
  height: 100%;
  position: relative;
}
.menuBox .mainMenu > ul > li:first-child a::before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul > li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li {
    width: 100%;
    padding: 0;
  }
}
.menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
  color: #FFFFFF;
  display: flex;
  font-size: 1.25rem;
  position: relative;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 13px 30px;
}
@media screen and (max-width: 1400px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1310px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li > a, .menuBox .mainMenu > ul > li > button {
    padding: 20px 40px;
  }
}
.menuBox .mainMenu > ul > li > a::before, .menuBox .mainMenu > ul > li > button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background: #fff;
  opacity: 0.3;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.menuBox .mainMenu > ul > li.active > a, .menuBox .mainMenu > ul > li:hover > a {
  position: relative;
  color: #FFCC00;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li.active > a, .menuBox .mainMenu > ul > li:hover > a {
    color: #fff;
  }
}
.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: #323232;
  box-shadow: none;
  border: #1B4A2D 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: #FFF;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .menuBox .nextMenuBox a,
  .menuBox .nextMenuBox button {
    color: #FFCC00;
    border: none;
    font-size: 1rem;
    white-space: normal;
    text-align: center !important;
    padding: 15px 40px;
  }
}
.menuBox .nextMenuBox a span,
.menuBox .nextMenuBox button span {
  font-size: 16px;
  display: block;
}
.menuBox .nextMenuBox a:hover,
.menuBox .nextMenuBox button:hover {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .menuBox .nextMenuBox a:hover,
  .menuBox .nextMenuBox button:hover {
    color: #fff;
    background: #1B4A2D;
  }
}
.menuBox .nextMenuBox li {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .menuBox .nextMenuBox .nextMenuBox {
    position: absolute;
    top: 0;
    left: 100%;
    transform: none;
  }
}
/*.menuBox .contact a::before {*/
/*  display: none;*/
/*}*/
@media screen and (min-width: 1025px) {
  .menuBox .contact a:hover {
    border-color: #FFCC00;
  }
}

.mobileOpen .menuBox {
  transform: translateX(0);
}

.topNav {
  margin: 0 0 0 auto;
}
.topNav .language {
  position: relative;
  align-self: stretch;
}
.topNav .language button {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
  width: auto;
  padding: 10px;
  margin: 0;
  font-weight: 500;
  gap: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topNav .language button {
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .topNav .language button {
    font-size: 1.125rem;
  }
}
.topNav .language button::before {
  content: "";
  -webkit-mask: url("../images/icon/icon_language.svg") center no-repeat;
          mask: url("../images/icon/icon_language.svg") center no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1500px) {
  .topNav .language button::before {
    width: 20px;
    height: 20px;
  }
}
.topNav .language button span {
  transition: all 0.3s ease;
  color: #fff;
}
.topNav .language ul {
  display: flex;
  gap: 10px;
}
.topNav .language ul a {
  width: 34px;
  height: 38px;
  display: block;
  position: relative;
  padding-top: 4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  color: #FAB512;
}
.topNav .language ul a svg {
  position: absolute;
  inset: 0;
  display: block;
  fill: none;
  stroke: #FAB512;
  stroke-width: 1px;
  z-index: -1;
}
.topNav .language ul li.active a {
  color: #502D0A;
}
.topNav .language ul li.active a svg {
  fill: #FAB512;
}

.pageBox {
  padding-top: 50px;
  padding-bottom: 8%;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pageBox {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination {
    gap: 5px;
  }
}
.pageBox .pagination li {
  line-height: 1.5;
  text-align: center;
  color: #1B4A2D;
}
.pageBox .pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  font-weight: 500;
  line-height: 1;
  font-size: 1rem;
  color: #444444;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li a {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}
.pageBox .pagination li a:hover {
  color: #1B4A2D;
}
.pageBox .pagination li.active a {
  color: #1B4A2D;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:first-child {
    margin: 0 10px 0 0;
  }
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:last-child {
    margin: 0 0 0 10px;
  }
}
.pageBox .pagination li.controls a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 100%;
  border: none;
  transition: all 0.3s ease;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.pageBox .pagination li.controls a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask: url("../images/icon/icon_page_arrow.svg") center no-repeat;
          mask: url("../images/icon/icon_page_arrow.svg") center no-repeat;
  background: #1B4A2D;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
  transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
  background: none;
}
.pageBox .pagination li.controls a:hover::before {
  background: #0075C2;
}

.pageBtnBox {
  margin: 40px 0 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .pageBtnBox {
    margin: 20px 0 0;
  }
}
.pageBtnBox .back {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 10px 10px 0;
  height: 70px;
  color: #FFCC00;
  background: #1B4A2D;
  font-size: var(--clamp20);
  overflow: hidden;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageBtnBox .back {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
}
.pageBtnBox .back::before {
  content: "";
  width: 68px;
  height: 3px;
  display: block;
  background: #FFCC00;
}
.pageBtnBox .back::after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .back:hover::after {
  width: 100%;
  left: 0;
}
.pageBtnBox .send {
  width: 100%;
  display: block;
  gap: 20px;
  padding: 10px 14% 10px 0;
  height: 70px;
  color: #FFCC00;
  background: #1B4A2D;
  font-size: var(--clamp20);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  isolation: isolate;
  position: relative;
}
.pageBtnBox .send::after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow_send.svg") center no-repeat;
          mask: url("../images/icon/icon_arrow_send.svg") center no-repeat;
  background: #FFCC00;
  flex-shrink: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.pageBtnBox .send::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.pageBtnBox .send:hover::before {
  width: 100%;
  left: 0;
}

.lightBoxActive {
  overflow: hidden;
  position: relative;
}
.lightBoxActive .lightBoxOut {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}

.lightBoxOut {
  display: none;
}

.lightBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1320px;
  width: 100%;
  position: relative;
}
.lightBox .picBox {
  margin: 0 auto;
  position: relative;
}
.lightBox .videoBox {
  width: 90vh;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .lightBox .videoBox {
    width: 100%;
  }
}
.lightBox .videoBox .slick-slide div {
  line-height: 0;
}
.lightBox .videoBox .item {
  position: relative;
  padding: 60px 20px 20px;
}
.lightBox .videoBox .item .videoContainer {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}
.lightBox .videoBox .item .title {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  left: 0px;
  top: 0px;
  color: #000;
  width: 100%;
  line-height: 1.2;
}
.lightBox.onlyOne {
  max-width: 900px;
}
.lightBox.onlyOne .videoBox {
  width: 100%;
}
.lightBox.onlyOne .videoList {
  display: none;
}
.lightBox .lightBoxClose {
  color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 50%;
  border: #fff 2px solid;
}
.lightBox .lightBoxClose::after, .lightBox .lightBoxClose::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightBox .lightBoxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightBox .lightBoxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightBox .lds-ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lightBox .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lightBox .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lightBox .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lightBox .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightBox .slick-dots li {
  margin: 0 10px;
}
.lightBox .slick-dots li button {
  padding: 0;
  margin: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #909090;
}
.lightBox .slick-dots li.slick-active button {
  background: #1B4A2D;
}

.breadcrumbBox {
  z-index: 5;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox {
    margin-bottom: 40px;
  }
}
.breadcrumbBox .container {
  position: relative;
}
.breadcrumbBox .breadcrumb {
  font-size: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  color: #ccc;
  line-height: 1;
  opacity: 0.8;
  font-size: var(--clamp18);
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    padding: 10px 10px 10px 0;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbBox .breadcrumb li:first-child a {
  color: #CCCCCC;
}
.breadcrumbBox .breadcrumb li:first-child:hover {
  color: #FFCC00;
}
.breadcrumbBox .breadcrumb li a {
  color: #CCCCCC;
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #FFCC00;
}
.breadcrumbBox .breadcrumb li::after {
  content: "/";
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  font-weight: normal;
  color: #878788;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #FFCC00;
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.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);
  }
}

.formBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.formBox ul + ul {
  padding-top: 40px;
  border-top: 1px solid #1B4A2D;
}
.formBox .textareaItem,
.formBox .inputItem {
  width: calc(50% - 25px);
  position: relative;
  align-items: center;
  gap: 15px;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .formBox .textareaItem,
  .formBox .inputItem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formBox .textareaItem.flexStart,
.formBox .inputItem.flexStart {
  align-items: flex-start;
}
.formBox .textareaItem > label,
.formBox .textareaItem .label,
.formBox .inputItem > label,
.formBox .inputItem .label {
  width: 158px;
  color: #000000;
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  font-size: var(--clamp18);
  margin-bottom: 10px;
}
.formBox .textareaItem .select,
.formBox .inputItem .select {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  height: 44px;
}
.formBox .textareaItem .select::before,
.formBox .inputItem .select::before {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
}
.formBox .textareaItem .select select.selectControl,
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
  height: 100%;
}
.formBox .textareaItem .select select.selectControl::-ms-expand,
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .textareaItem select.selectControl,
.formBox .textareaItem input.inputControl,
.formBox .textareaItem textarea.textareaControl,
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  padding: 12px 15px;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: 1px solid #BFC3D0;
  background: none;
}
.formBox .textareaItem select.selectControl::-moz-placeholder, .formBox .textareaItem input.inputControl::-moz-placeholder, .formBox .textareaItem textarea.textareaControl::-moz-placeholder, .formBox .inputItem select.selectControl::-moz-placeholder, .formBox .inputItem input.inputControl::-moz-placeholder, .formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #0075C2;
}
.formBox .textareaItem select.selectControl::placeholder,
.formBox .textareaItem input.inputControl::placeholder,
.formBox .textareaItem textarea.textareaControl::placeholder,
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #0075C2;
}
.formBox .textareaItem select.selectControl:focus,
.formBox .textareaItem input.inputControl:focus,
.formBox .textareaItem textarea.textareaControl:focus,
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
  border-color: #1B4A2D;
  box-shadow: 0 0 10px 0 #1B4A2D;
}
.formBox .textareaItem.full,
.formBox .inputItem.full {
  width: 100%;
}
.formBox .textareaItem.required > label::after, .formBox .textareaItem.required > .label::after,
.formBox .inputItem.required > label::after,
.formBox .inputItem.required > .label::after {
  content: "※";
  color: #e50012;
  display: block;
  margin: 0 0 0 2px;
}
.formBox .textareaItem {
  align-items: flex-start;
  line-height: 0;
}
.formBox .flex {
  display: flex;
}
.formBox .itemBox ul {
  margin: 0;
  gap: 25px;
}
.formBox .itemBox.checkBox label {
  padding-left: 22px;
}
.formBox .itemBox.checkBox label::before {
  width: 15px;
  height: 15px;
  background: url("../images/icon/checkbox.png") bottom no-repeat;
}
.formBox .itemBox.checkBox.full ul {
  gap: 15px;
}
.formBox .itemBox.checkBox.full li {
  width: 100%;
}
.formBox .itemBox.checkBox.half ul {
  gap: 10px;
}
.formBox .itemBox.checkBox.half li {
  width: calc((100% - 10px) / 2);
}
.formBox .itemBox.checkBox.half li.other {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.formBox .itemBox.checkBox.half li.other .label {
  width: -moz-fit-content;
  width: fit-content;
}
.formBox .itemBox.radio label::before {
  background: url("../images/icon/radio.png") bottom no-repeat;
}
.formBox .itemBox label {
  font-size: var(--clamp18);
  display: block;
  padding-left: 24px;
  position: relative;
  line-height: 1.2;
}
.formBox .itemBox label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  left: 0px;
  top: 2px;
  z-index: 9;
}
.formBox .itemBox input[type=checkbox] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type=checkbox]:checked + label::before {
  background: url("../images/icon/checkbox.png") top no-repeat;
}
.formBox .itemBox input[type=radio] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type=radio]:checked + label::before {
  background: url("../images/icon/radio.png") top no-repeat;
}
.formBox a {
  color: #666666;
  font-size: 13px;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #FFCC00;
}
.formBox .checkImg {
  position: absolute;
  bottom: 10px;
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  bottom: 16px;
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}
.formBox .reBtn::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/icon/icon_re.svg") no-repeat;
          mask: url("../images/icon/icon_re.svg") no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

.menuSearch > .btn {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  background: #1B4A2D;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1310px) {
  .menuSearch > .btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn {
    width: 30px;
    height: 30px;
  }
}
.menuSearch > .btn::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask: url("../images/icon/icon_search.svg") center no-repeat;
          mask: url("../images/icon/icon_search.svg") center no-repeat;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn::before {
    width: 15px;
    height: 15px;
  }
}
.menuSearch > .btn:hover {
  background: #fff;
}
.menuSearch > .btn:hover::before {
  background: #000;
}
.menuSearch .searchOuter {
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #1B4A2D;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter {
    top: 50px;
    bottom: auto;
    height: 50px;
    position: fixed;
  }
}
.menuSearch .searchOuter .searchClose {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
  margin: 0;
  cursor: pointer;
}
.menuSearch .searchOuter .searchClose::before, .menuSearch .searchOuter .searchClose::after {
  content: "";
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuSearch .searchOuter .searchClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuSearch .searchOuter .searchBox {
  flex-grow: 1;
  height: 100%;
}
.menuSearch .searchOuter .searchBox input {
  border: none;
  height: 30px;
  color: #fff;
  height: 100%;
}
.menuSearch .searchOuter .searchBox input::-moz-placeholder {
  color: #FFF;
}
.menuSearch .searchOuter .searchBox input::placeholder {
  color: #FFF;
}
.menuSearch .searchOuter .searchBtn {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSearch .searchOuter .searchBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask: url("../images/icon/icon_search.svg") center no-repeat;
          mask: url("../images/icon/icon_search.svg") center no-repeat;
  background: #fff;
}
.menuSearch .searchOuter.active {
  width: 100%;
  padding: 0 20px;
}

.subMenu {
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .subMenu {
    margin-bottom: 30px;
  }
}
.subMenu button {
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 7px 30px 5px;
  transition: all 0.3s ease;
  font-size: var(--clamp20);
  border: #999999 1px solid;
  display: none;
  line-height: 1.75;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .subMenu button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.subMenu button::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1025px) {
  .subMenu {
    display: flex;
  }
  .subMenu button {
    display: none;
  }
}
.subMenu .title {
  font-size: 2.25rem;
  font-weight: 800;
  padding: 0 60px 0 40px;
  margin-right: 40px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .subMenu .title {
    display: none;
  }
}
.subMenu ul {
  height: 100%;
  display: none;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .subMenu ul {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    border: none;
  }
}
.subMenu ul li {
  flex-grow: 1;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .subMenu ul li {
    max-width: none;
    background: #fff;
  }
}
.subMenu ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 7px 30px 5px;
  transition: all 0.3s ease;
  font-size: var(--clamp20);
  border: #999999 1px solid;
}
@media screen and (min-width: 1025px) {
  .subMenu ul a {
    height: 100%;
  }
}
.subMenu ul a:hover {
  color: #FFCC00;
  background: #1B4A2D;
  border-color: #1B4A2D;
}
.subMenu ul .active a {
  color: #FFCC00;
  border-color: #1B4A2D;
  background: #1B4A2D;
}

.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;
}
@media screen and (min-width: 1025px) {
  .mobileBtn {
    display: none;
  }
}
.mobileBtn::before, .mobileBtn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #fff;
  box-shadow: #fff 0 7px 0 0, #fff 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: #FFCC00;
  box-shadow: #FFCC00 0 7px 0 0, #FFCC00 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: #FFCC00;
  box-shadow: #FFCC00 0 7px 0 0, #FFCC00 0 -7px 0 0;
  box-shadow: none;
}

.siteHeader {
  z-index: 90;
  position: relative;
  transition: all alls 0.8;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.siteHeader .headerBox .contentBox {
  max-width: 1780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 90px;
  position: relative;
  gap: 20px;
  transition: all 0.3s ease;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .siteHeader .headerBox .contentBox {
    gap: 20px;
    padding-left: 0;
    padding-right: 30px;
    height: 50px;
  }
}
.siteHeader .logo {
  line-height: 0;
  position: relative;
  isolation: isolate;
  box-sizing: content-box;
  align-self: flex-start;
  transition: all 0.3s ease;
}
.siteHeader .logo img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 55/50;
}
@media screen and (max-width: 1024px) {
  .siteHeader .logo img {
    max-height: 50px;
  }
}

.headFix .siteHeader {
  background: black;
  position: fixed;
  width: 100%;
  top: 0;
}
.headFix .wrapper {
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .headFix .wrapper {
    padding-top: 50px;
  }
}

.shareBox ul {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .shareBox ul {
    gap: 5px;
    justify-content: center;
  }
}
.shareBox ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .shareBox ul a {
    width: 36px;
    height: 36px;
  }
}
.shareBox ul a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #666666;
  transition: all 0.3s ease;
}
.shareBox ul a:hover::before {
  background: #FFCC00;
}
.shareBox ul li .facebook::before {
  -webkit-mask: url("../images/icon/icon_facebook.svg") center no-repeat;
          mask: url("../images/icon/icon_facebook.svg") center no-repeat;
}
.shareBox ul li .line::before {
  -webkit-mask: url("../images/icon/icon_line.svg") center no-repeat;
          mask: url("../images/icon/icon_line.svg") center no-repeat;
}
.shareBox ul li .wechat::before {
  width: 28px;
  height: 28px;
  -webkit-mask: url("../images/icon/icon_wechat.svg") center no-repeat;
          mask: url("../images/icon/icon_wechat.svg") center no-repeat;
}
@media screen and (max-width: 1024px) {
  .shareBox ul li .wechat::before {
    width: 24px;
    height: 24px;
  }
}
.shareBox ul li .whatsapp::before {
  -webkit-mask: url("../images/icon/icon_whatsapp.svg") center no-repeat;
          mask: url("../images/icon/icon_whatsapp.svg") center no-repeat;
}
.shareBox ul li .youtube::before {
  -webkit-mask: url("../images/icon/icon_youtube.svg") center no-repeat;
          mask: url("../images/icon/icon_youtube.svg") center no-repeat;
}
.shareBox ul li .linkedin::before {
  -webkit-mask: url("../images/icon/icon_linkedin.svg") center no-repeat;
          mask: url("../images/icon/icon_linkedin.svg") center no-repeat;
}

.insidePage {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.insidePage main {
  margin-bottom: 10vh;
}
.insidePage .inBanner {
  line-height: 0;
  position: relative;
  z-index: 5;
  background: #000;
}
.insidePage .inBanner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.insidePage .inBanner .pic {
  overflow: visible;
  position: relative;
  margin-bottom: -7vw;
}
@media screen and (max-width: 767px) {
  .insidePage .inBanner .pic {
    height: 200px;
  }
}
.insidePage .inBanner .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.insidePage .inBanner .pic::before {
  content: "";
  top: 0;
  right: 0;
  width: 53%;
  aspect-ratio: 1;
  pointer-events: none;
  position: absolute;
  background: url("../images/in/bt.png") top right no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .insidePage .inBanner .pic::before {
    width: 50%;
  }
}
.insidePage .pageTitleBox {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .insidePage .pageTitleBox {
    padding: 30px 0 0;
  }
}
.insidePage .pageTitleBox .title {
  font-size: 3.375rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .insidePage .pageTitleBox .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .insidePage .pageTitleBox .title {
    font-size: 2.5rem;
  }
}
.insidePage .mainBox {
  padding-top: 13vw;
  background: url("../images/in/tbg.jpg") center top repeat-x;
}
@media screen and (max-width: 767px) {
  .insidePage .mainBox {
    padding-top: 80px;
  }
}
.insidePage .pageMenu {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .insidePage .pageMenu {
    width: 100%;
  }
}
.insidePage .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) {
  .insidePage .pageMenu button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.insidePage .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;
}
.insidePage .pageMenu button.active::after {
  transform: rotate(-45deg);
}
.insidePage .pageMenu nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .insidePage .pageMenu nav {
    display: block !important;
  }
}
.insidePage .pageMenu nav ul {
  height: 100%;
  display: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .insidePage .pageMenu nav ul {
    flex-direction: column;
    background: #858585;
  }
}
.insidePage .pageMenu nav ul li {
  position: relative;
}
.insidePage .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) {
  .insidePage .pageMenu nav ul li::before {
    display: none;
  }
}
.insidePage .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) {
  .insidePage .pageMenu nav ul li:last-child::after {
    display: none;
  }
}
.insidePage .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) {
  .insidePage .pageMenu nav ul a {
    color: #fff;
    padding: 10px 20px;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
.insidePage .pageMenu nav ul a.active, .insidePage .pageMenu nav ul a:hover {
  color: #FFCC00;
}
@media screen and (max-width: 767px) {
  .insidePage .pageMenu nav ul a.active, .insidePage .pageMenu nav ul a:hover {
    color: #fff;
    background: #FFCC00;
  }
}
.insidePage .pageMenu nav ul .active a {
  color: #FFCC00;
}
.insidePage .pageMenu nav ul .active a::before {
  width: 100%;
}
.insidePage main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.insidePage .mainBox {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.insidePage .mainBox section {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.insidePage .mainBox section .contentBox {
  margin: 0 auto;
}
.insidePage .mainBox .outerBox {
  width: 100%;
  flex-grow: 1;
}
.insidePage .mainBox .contentBox {
  max-width: 1720px;
  margin: 0 auto;
}
.insidePage .mainBox .contentBox .container {
  max-width: none;
}
.insidePage .contentTopNav {
  margin-bottom: 30px;
}
.insidePage .contentTopNav ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .insidePage .contentTopNav ul {
    gap: 5px;
  }
}
.insidePage .contentTopNav ul li a,
.insidePage .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) {
  .insidePage .contentTopNav ul li a,
  .insidePage .contentTopNav ul li button {
    padding: 8px 10px;
  }
}
.insidePage .contentTopNav ul li a:hover,
.insidePage .contentTopNav ul li button:hover {
  color: #1B4A2D;
  border-color: #1B4A2D;
}
.insidePage .contentTopNav ul li.active a,
.insidePage .contentTopNav ul li.active button {
  color: #1B4A2D;
  border-color: #1B4A2D;
}
.insidePage .hasSide {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .insidePage .hasSide {
    flex-direction: row;
    gap: 50px;
  }
}
.insidePage .hasSide.active .sideBox > button {
  background: #FFCC00;
}
.insidePage .hasSide.active .sideBox > button::after {
  transform: translateY(40%) rotate(225deg);
}
.insidePage .hasSide.active .sideBox ul {
  border-color: #FFCC00;
}
.insidePage .hasSide .sideBox {
  position: relative;
  z-index: 9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .insidePage .hasSide .sideBox {
    width: 180px;
    flex-shrink: 0;
    margin: 0;
  }
}
.insidePage .hasSide .sideBox > button {
  color: #FFF;
  background: #1B4A2D;
  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) {
  .insidePage .hasSide .sideBox > button {
    display: none;
  }
}
.insidePage .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;
}
.insidePage .hasSide .sideBox .content {
  display: none;
  position: absolute;
  z-index: 9;
  background: #FFF;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1B4A2D;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .insidePage .hasSide .sideBox .content {
    display: block !important;
    position: relative;
    background: none;
    border-radius: 10px;
  }
}
.insidePage .hasSide .sideBox ul li a,
.insidePage .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) {
  .insidePage .hasSide .sideBox ul li a,
  .insidePage .hasSide .sideBox ul li button {
    text-align: center;
  }
}
.insidePage .hasSide .sideBox ul li a::before,
.insidePage .hasSide .sideBox ul li button::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to right, #1b4a2d 0%, #ffcc00 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.insidePage .hasSide .sideBox ul li a:hover,
.insidePage .hasSide .sideBox ul li button:hover {
  color: #FFF;
}
.insidePage .hasSide .sideBox ul li a:hover::before,
.insidePage .hasSide .sideBox ul li button:hover::before {
  opacity: 1;
}
.insidePage .hasSide .sideBox ul li.active a,
.insidePage .hasSide .sideBox ul li.active button {
  color: #FFF;
}
.insidePage .hasSide .sideBox ul li.active a::before,
.insidePage .hasSide .sideBox ul li.active button::before {
  opacity: 1;
}
.insidePage .hasSide .contentBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .insidePage .hasSide .contentBox {
    width: calc(100% - 180px - 50px);
    margin: 0 0 0 auto;
  }
}
.insidePage footer .titleBox,
.insidePage footer .logoBox,
.insidePage footer .info,
.insidePage footer .mapBox {
  display: none;
}

.goTop {
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #1B4A2D;
  color: #FFCC00;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  gap: 10px;
  top: 50%;
  right: 0;
  z-index: 9;
  writing-mode: sideways-lr;
  line-height: 1;
  padding: 25px 10px 25px 15px;
}
@media screen and (max-width: 767px) {
  .goTop {
    padding: 15px 8px;
  }
}
.goTop::after {
  content: "";
  width: 7px;
  height: 42px;
  display: block;
  -webkit-mask: url("../images/icon/gotop.svg") center no-repeat;
          mask: url("../images/icon/gotop.svg") center no-repeat;
  background: #FFCC00;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.goTop:hover {
  color: #1B4A2D;
  background: #FFCC00;
}
.goTop:hover::after {
  background: #1B4A2D;
}
@media screen and (max-width: 767px) {
  .goTop span {
    display: none;
  }
}

footer {
  padding: 120px 0 140px;
  position: relative;
  z-index: 9;
  background: #F6F6F6;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 30px 0 50px;
  }
}
footer .contentBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  footer .contentBox {
    flex-direction: column;
    padding-left: 0;
  }
}
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;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #1B4A2D;
  gap: 13px;
  flex-shrink: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  footer .shareBox {
    position: relative;
    right: auto;
    margin: 0 auto;
  }
}
footer .shareBox .title {
  color: #000;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 500;
}
footer .shareBox ul {
  display: flex;
  align-items: center;
  gap: 13px;
}
footer .shareBox ul li {
  flex-shrink: 0;
}
footer .shareBox a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
footer .shareBox a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
}
footer .shareBox a.instagram::before {
  -webkit-mask: url("../images/icon/icon_instagram.svg") center no-repeat;
          mask: url("../images/icon/icon_instagram.svg") center no-repeat;
}
footer .shareBox a.facebook::before {
  -webkit-mask: url("../images/icon/icon_facebook.svg") center no-repeat;
          mask: url("../images/icon/icon_facebook.svg") center no-repeat;
}
footer .shareBox a.youtube {
  background: #000;
}
footer .shareBox a.youtube::before {
  width: 17px;
  height: 13px;
  -webkit-mask: url("../images/icon/icon_youtube.svg") center no-repeat;
          mask: url("../images/icon/icon_youtube.svg") center no-repeat;
  background: #1B4A2D;
}
footer .infoBox {
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  footer .infoBox {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  footer .infoBox .logo {
    max-width: 100px;
  }
}
footer .name {
  font-size: 1.125rem;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .copyright {
  font-size: 0.875rem;
  color: #777777;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright span {
  display: none;
}
footer .copyright a {
  color: #AAAAAA;
  text-decoration: none;
}
footer .copyright a:nth-last-of-type(1) {
  font-size: 0.9375rem;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #1B4A2D;
}
footer .footerMenuBox {
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 1024px) {
  footer .footerMenuBox {
    display: none;
  }
}
footer .footerMenuBox .menu {
  padding-right: 7%;
  flex-shrink: 0;
}
footer .footerMenuBox .menu .title {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #000;
  font-size: var(--clamp18);
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  line-height: 1.2;
}
footer .footerMenuBox .menu .title:hover {
  color: #1B4A2D;
}
footer .footerMenuBox ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footerMenuBox ul li a {
  display: block;
  color: #444444;
  font-size: var(--clamp18);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footerMenuBox ul li a:hover {
  text-decoration: underline;
  color: #1B4A2D;
}

.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 alls 1;
}
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */