* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

ul {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* color */
/* font */
/* transition */
header .navList>li a,
header .navList>li .subtitle,
header .navList .submenu:has(.submenu2) li.hasSubmenu:before,
header .navList .submenu:has(.submenu2) .submenu2 li,
header .navList .submenu:has(.submenu2) .submenu2 li:before,
header .navList .submenu:has(.submenu2) .submenu2 li a,
header .navList .submenu>li,
header .navList .submenu>li:before,
header .navList .submenu>li:after,
.searchModal,
.searchModalClose,
.searchRadio input[type="radio"]::after,
.searchInputBox,
.searchSubmit,
.btn,
footer .sitemapList .title,
footer .infoList a,
footer .infoList span,
footer .socialBox .socialList a,
.pageLayout aside,
.pageLayout aside .categoryBox:after,
.sideBox .sideMenu>li,
.sideBox .sideMenu>li:before,
.sideBox .sideMenu>li.hasChild>a:before,
.sideBox .sideMenu .child a:before,
.pageList li:after,
.pageArrow li:after,
.mobileCategoryBox .mobileCategory .categoryItem {
  transition: all 0.5s ease-in-out;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slowShowLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shine {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

body {
  position: relative;
  font-family: "Wix Madefor Display", Noto Sans TC, sans-serif;
  background-color: #FFFBF6;
  font-size: 16px;
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
}

body:not(.home).scroll-disabled,
body:not(.home).isLoading {
  overflow: hidden;
}

.loading {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100vh;
  height: 100dvh;
  justify-content: center;
  opacity: 1;
  position: fixed;
  pointer-events: none;
  top: 0;
  transition: all 0.5s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
}

.loading-logo {
  margin: auto;
  max-width: 325px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  animation: slowShowLeft 1s ease-in-out forwards;
}

@media (max-width: 640px) {
  .loading-logo {
    max-width: 180px;
  }
}

.loading-logo img {
  width: 100%;
}

.outerContainer {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

@media (max-width: 1180px) {
  .outerContainer {
    padding-top: 80px;
  }
}

@media (max-width: 640px) {
  .outerContainer {
    padding-top: 80px;    
  }
}

.outerContainer.show {
  opacity: 1;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .container {
    max-width: 90vw;
  }
}

header {
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  background-image: linear-gradient(#478dbe 0%, rgba(116, 171, 208, 0.6) 68%, rgba(192, 221, 239, 0.32) 100%);
  left: 50%;
  height: 110px;
  width: 100%;  
  margin: 0 auto;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header {
    display: none;
  }
}

header.scrolled {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

header .container {
  height: 100%;
}

header .headerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .logo {
  display: block;
}

header .navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1600px) {
  header .navList {
    max-width: 90vw;
    margin: 0 auto;
  }
}

header .navList>li {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  height: 100%;
}

@media (min-width: 1181px) {
  header .navList>li:hover a {
    color: #0A6989;
  }

  header .navList>li:hover .subtitle {
    opacity: 0.35;
  }
}

header .navList>li.current a {
  color: #0A6989;
}

header .navList>li.current .subtitle {
  opacity: 0.35;
}

header .navList>li a {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1.4px;
}

header .navList>li .title {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}

header .navList>li .subtitle {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header .navList .submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 180px;
  top: 100%;
  left: 0%;
  padding: 10px;
  background: rgba(95, 156, 198, 0.9);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-align: left;
  transition: all 0.5s ease-in-out;
}

header .navList .submenu.open {
  opacity: 1;
  pointer-events: all;
}

header .navList .submenu:has(.submenu2) {
  width: 100%;
  overflow: visible;
  gap: 8px;
}

header .navList .submenu:has(.submenu2) li {
  text-align: left;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  height: auto;
  padding: 0 18px 5px;
}

header .navList .submenu:has(.submenu2) li .title {
  font-size: 14px;
  font-weight: normal;
}

header .navList .submenu:has(.submenu2) li.hasSubmenu {
  position: relative;
}

header .navList .submenu:has(.submenu2) li.hasSubmenu:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("../assets/images/nav-icon.png");
  background-size: contain;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1181px) {
  header .navList .submenu:has(.submenu2) li.hasSubmenu:hover .submenu2 {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

header .navList .submenu:has(.submenu2) .submenu2 {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  padding: 10px;
  top: 0;
  left: calc(100% + 12px);
  min-width: 200px;
  background: rgba(199, 220, 235, 0.95);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

header .navList .submenu:has(.submenu2) .submenu2 li {
  padding: 6px 0;
  text-align: center;
  position: relative;
}

header .navList .submenu:has(.submenu2) .submenu2 li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../assets/images/bg-sli.png") lightgray 50%/cover no-repeat;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1181px) {
  header .navList .submenu:has(.submenu2) .submenu2 li:hover:before {
    content: "";
    position: absolute;
    opacity: 1;
  }
}

header .navList .submenu:has(.submenu2) .submenu2 li a {
  color: #0A6989;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1.4px;
}

header .navList .submenu:has(.submenu2) .submenu2.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

header .navList .submenu>li {
  padding: 0 18px 5px;
  position: relative;
}

header .navList .submenu>li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0A6989;
  opacity: 0;
}

header .navList .submenu>li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
}

header .navList .submenu>li.current:before {
  content: "";
  position: absolute;
  opacity: 1;
}

header .navList .submenu>li.current:after {
  content: "";
  position: absolute;
  transform: scaleX(1);
}

@media (min-width: 1181px) {
  header .navList .submenu>li:hover:before {
    content: "";
    position: absolute;
    opacity: 1;
  }

  header .navList .submenu>li:hover:after {
    content: "";
    position: absolute;
    transform: scaleX(1);
  }
}

header .navList .submenu>li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
}

header .search {
  margin-left: 30px;
  margin-right: 0;
}

.mobileHeader {
  background-image: linear-gradient(#478dbe 0%, #74abd0 68%, #c0ddef 100%);
  padding: 15px 40px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (min-width: 1181px) {
  .mobileHeader {
    display: none;
  }
}

.mobileHeader .wrap {
  height: 100%;
}

.mobileHeader .logo {
  align-items: center;
  display: flex;
  max-width: 95px;
}

.mobileHeader .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobileHeader .mobileMenuTrigger {
  height: 30px;
  width: 30px;
  position: relative;
}

.mobileHeader .mobileMenuTrigger.open span {
  background-color: transparent;
}

.mobileHeader .mobileMenuTrigger.open span:before {
  content: "";
  position: absolute;
  top: 0;
  transform: rotate(45deg);
}

.mobileHeader .mobileMenuTrigger.open span:after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-45deg);
}

.mobileHeader .mobileMenuTrigger span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}

.mobileHeader .mobileMenuTrigger span:before,
.mobileHeader .mobileMenuTrigger span:after {
  background: #fff;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
}

.mobileHeader .mobileMenuTrigger span:before {
  content: "";
  position: absolute;
  top: -7px;
}

.mobileHeader .mobileMenuTrigger span:after {
  content: "";
  position: absolute;
  bottom: -7px;
}

.mobileHeader .mobileMenuBox {
  background-color: #478dbe;
  display: none;
  padding: 40px;
  position: absolute;
  top: 80px;
  height: 100vh;
  height: 100dvh;
  left: 0;
  width: 100%;
  z-index: 50;
}

.mobileHeader .mobileMenuList li {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  letter-spacing: 1.08px;
}

@media (max-width: 820px) {
  .mobileHeader .mobileMenuList li {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
  }
}

.mobileHeader .mobileMenuList li a {
  display: block;
}

.mobileHeader .mobileMenuList li.hasSubmenu>a {
  display: block;
  position: relative;
  width: 100%;
}

.mobileHeader .mobileMenuList li.hasSubmenu>a:after {
  content: "";
  position: absolute;
  color: #fff;
  content: "+";
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.mobileHeader .mobileMenuList li.hasSubmenu.open>a:after {
  content: "";
  position: absolute;
  content: "-";
}

.mobileHeader .mobileMenuList .submenu,
.mobileHeader .mobileMenuList .submenu2 {
  display: none;
  padding: 10px 0;
}

.mobileHeader .mobileMenuList .submenu li,
.mobileHeader .mobileMenuList .submenu2 li {
  font-size: 14px;
  padding: 5px 10px;
}

.mobileHeader .mobileMenuMask {
  background-color: rgba(10, 105, 137, 0.65);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 49;
  transition: all 0.5s ease-in-out;
}

.mobileHeader .mobileMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

.mobileHeader .mobileMenuFnc {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.mobileHeader .mobileMenuFnc .searchBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-right: 10px;
  border-bottom: 1px solid #fff;
}

.mobileHeader .mobileMenuFnc .searchBox input {
  background-color: transparent;
  border: none;
  margin-right: 50px;
  color: #fff;
}

.mobileHeader .mobileMenuFnc .searchBox input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.mobileHeader .mobileMenuFnc .searchBox input:focus {
  outline: none;
}

.mobileHeader .mobileMenuFnc .searchBox button {
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1181px) {
  .mobileHeader .mobileMenuFnc .searchBox button:hover {
    color: #0A6989;
  }
}

.mobileHeader .mobileMenuFnc a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
}

.mobileHeader .mobileMenuFnc svg {
  height: 20px;
  width: 20px;
  color: #fff;
  fill: #fff;
}

.mobileHeader .mobileContent {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobileHeader .mobileLanguage {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.mobileHeader .mobileLanguage a {
  margin: 0 10px;
  color: #0A6989;
}

.modalBox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 45px;
  background-color: #fff;
  padding: 45px;
  width: 100%;
  max-width: 900px;
  z-index: 101;
  transition: all 0.5s ease-in-out;
  display: none;
}

.modalBox.show {
  display: block;
}

.modalBox .btnBox {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.modalBox .btnBox .btn {
  padding: 5px 80px;
}

@media (max-width: 640px) {
  .modalBox {
    padding: 20px;
    width: calc(100% - 40px);
    max-width: none;
    border-radius: 0;
  }
}

.modalMask {
  background: rgba(10, 101, 132, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

.modalMask.show {
  opacity: 1;
  pointer-events: auto;
}

.searchModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 101, 132, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.searchModal.show {
  opacity: 1;
  visibility: visible;
}

.searchModalBox {
  position: relative;
  background-color: #fff;
  padding: 60px 80px;
  width: 90%;
  max-width: 700px;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
  .searchModalBox {
    padding: 40px 30px;
    width: calc(100% - 40px);
    max-width: none;
  }
}

.searchModalClose {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .searchModalClose {
    top: -30px;
    right: -10px;
    width: 35px;
    height: 35px;
  }
}

.searchModalClose:hover {
  transform: rotate(90deg);
}

.searchModalClose svg {
  width: 100%;
  height: 100%;
}

.searchModalContent {
  text-align: center;
}

.searchModalTitle {
  color: #0A6989;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .searchModalTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.searchForm {
  width: 100%;
}

.searchRadioBox {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  .searchRadioBox {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.searchRadio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #0A6989;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

@media (max-width: 640px) {
  .searchRadio {
    font-size: 16px;
  }
}

.searchRadio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0A6989;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.searchRadio input[type="radio"]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0A6989;
  opacity: 0;
}

.searchRadio input[type="radio"]:checked::after {
  opacity: 1;
}

.searchInputBox {
  display: flex;
  align-items: center;
  border: 2px solid #0A6989;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.searchInputBox:focus-within {
  box-shadow: 0 0 0 3px rgba(10, 105, 137, 0.2);
}

.searchInput {
  flex: 1;
  padding: 15px 25px;
  border: none;
  font-size: 16px;
  color: #333;
  background: transparent;
  outline: none;
}

@media (max-width: 640px) {
  .searchInput {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.searchInput::placeholder {
  color: #999;
}

.searchSubmit {
  width: 60px;
  height: 60px;
  background: #0A6989;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .searchSubmit {
    width: 50px;
    height: 50px;
  }
}

.searchSubmit:hover {
  background: #074559;
}

.searchSubmit svg {
  width: 45px;
  height: 45px;
}

@media (max-width: 640px) {
  .searchSubmit svg {
    width: 24px;
    opacity: 1;
    pointer-events: auto;
  }
}
.sideBtns {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 99;
}

@media (max-width: 640px) {
  .sideBtns {
    right: 20px;
    bottom: 100px;
  }
}

.sideBtns .socialList {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.sideBtns .socialList.open {
  opacity: 1;
  pointer-events: auto;
}

.sideBtns .socialList a {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  display: block;
}

.sideBtns .sideSocial {
  transition: all 0.5s ease-in-out;
}

.sideBtns li {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 95px;
  height: 100px;
  color: #fff;
  font-size: 28px;
  transition: all 0.5s ease-in-out;
  margin: 10px 0;
  cursor: pointer;
}

.sideBtns li a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sideBtns li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sideBtns li.toTop {
  margin-top: 20px;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}

.sideBtns li.show {
  opacity: 1;
  pointer-events: auto;
}

.btn {
  display:block;
  width: fit-content;
  padding: 5px 30px;
  background-color: #fff;
  font-size: 14px;
  color: #074559;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.5s ease-in-out;
}

.btn::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #e94d10;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 640px) {
  .btn {
    padding: 2.5px 20px;
    font-size: 10px;
  }

  .btn::before {
    width: 20px;
    left: -10px;
  }
}


@media (min-width: 1181px) {
  .btn:hover {
    color: #fff;
    background-color: #074559;    
  }

  .btn:hover::before {
    background-color: #fff;
  }
}


footer {
  background-image: linear-gradient(to bottom, #478DBE 0%, #74ABD0 70%, #C0DDEF52 100%);
}

footer .footerContent {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 640px) {
  footer .footerContent {
    padding: 40px 0 80px;
  }
}

footer .topBox {
  width: fit-content;
}

@media (max-width: 640px) {
  footer .topBox .logo {
    max-width: 150px;
  }
}

footer .middleBox {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 640px) {
  footer .middleBox {
    row-gap: 20px;
  }
}

footer .sitemapList {
  display: grid;
  grid-template-columns: repeat(5, auto);
  row-gap: 10px;
  column-gap: 65px;
}

@media (max-width: 640px) {
  footer .sitemapList {
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "sitemapColumn1 sitemapColumn2 sitemapColumn2"
      "sitemapColumn3 sitemapColumn4 sitemapColumn5";
    row-gap: 20px;
    column-gap: 30px;
  }
}

footer .sitemapList .sitemapColumn.sitemapColumn1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .sitemapList .sitemapColumn.sitemapColumn1 a {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.5px;
  font-size: 15px;
}

@media (max-width: 640px) {
  footer .sitemapList .sitemapColumn.sitemapColumn1 {
    grid-area: sitemapColumn1;
  }

  footer .sitemapList .sitemapColumn.sitemapColumn2 {
    grid-area: sitemapColumn2;
  }

  footer .sitemapList .sitemapColumn.sitemapColumn3 {
    grid-area: sitemapColumn3;
  }

  footer .sitemapList .sitemapColumn.sitemapColumn4 {
    grid-area: sitemapColumn4;
  }

  footer .sitemapList .sitemapColumn.sitemapColumn5 {
    grid-area: sitemapColumn5;
  }
}

footer .sitemapList a {
  color: #FFF;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.1px;
}

footer .sitemapList .title {
  color: #FFF;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.5px;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

footer .sitemapList .submenu {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
}

footer .sitemapList .submenu.four {
  grid-template-columns: repeat(2, auto);
  column-gap: 25px;
}

footer .infoList {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

footer .infoList li {
  display: flex;
  align-items: center;
  gap: 5px;
}

footer .infoList li .icon {
  font-size: 0;
}

@media (min-width: 1181px) {
  footer .infoList li:hover a {
    color: #cd9b33;
  }
}

footer .infoList a,
footer .infoList span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.4px;
}

footer .socialBox .socialList {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 640px) {
  footer .socialBox .socialList {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
}

footer .socialBox .socialList a {
  display: block;
  height: 24px;
  width: 24px;
}

footer .socialBox .socialList a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1181px) {
  footer .socialBox .socialList a:hover {
    transform: translateY(-20px);
  }
}

footer .copyright {
  width: 100%;
  font-size: 11px;
  padding: 12px 0;
  color: #0A6989;
  border-top: 1px solid #0A6989;
  font-weight: 700;
  letter-spacing: 1.111px;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
  display: flex;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 640px) {
  footer .copyright {
    flex-direction: column;
    gap: 0;
  }
}

.fixedMenus {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 90;
  display: flex;
  align-items: center;
  background: rgba(116, 196, 252, 0.8);
  padding: 0 10px;
}

@media (min-width: 641px) {
  .fixedMenus {
    display: none;
  }
}

.fixedMenus .fixedMenuBtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  letter-spacing: 1.2px;
  position: relative;
}

.fixedMenus .fixedMenuBtn:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.fixedMenus .fixedMenuBtn svg {
  width: 27px;
  height: 27px;
}

@media (min-width: 641px) {
  .fixedMenus {
    display: none;
  }
}

.breadBox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 1024px) {
  .breadBox {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.breadBox .pageTitle {
  position: relative;
}

.breadBox .pageTitle svg {
  position: absolute;
  left: 0;
}

@media (max-width: 1024px) {
  .breadBox .pageTitle svg {
    left: 50%;
    transform: translateX(-50%);
  }
}

.breadBox .pageTitle .top {
  top: -10px;
}

.breadBox .pageTitle .bottom {
  bottom: -10px;
}

.breadBox .pageTitle .subtitle {
  background: linear-gradient(201deg, #628FA9 42.11%, #84B8D6 49.14%, #2C6383 58%, #84B8D6 69.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Wix Madefor Display";
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  word-break: keep-all;
  text-wrap: nowrap;
}

@media (max-width: 420px) {
  .breadBox .pageTitle .subtitle {
    font-size: 26px;
  }
}

.breadBox .pageTitle .title {
  background: linear-gradient(353deg, #628FA9 27.53%, #84B8D6 35.72%, #2C6383 46.04%, #84B8D6 59.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.breadBox .bread {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  max-width: 300px;  
}

@media (max-width: 1024px) {
  .breadBox .bread {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .breadBox .bread {
    display: none;
  }
}

.breadBox .bread a,
.breadBox .bread span {
  color: #0A6989;
  font-size: 12px;
  line-height: 1;
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.breadBox .bread a:last-child, .breadBox .bread span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100px;
}

.insBox {
  position: relative;
}

.insBanner {
  position: relative;
  z-index: 2;
}

.insBanner .bg {
  height: 310px;
  font-size: 0;
}

@media (max-width: 1180px) {
  .insBanner .bg {
    height: 200px;
  }
}

.insBanner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insBanner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}

.insContent {
  z-index: 2;
  padding: 80px 0 150px;
}

.insContent.noPadding {
  padding: 0 0 100px;
}

@media (max-width: 1024px) {
  .insContent {
    padding-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .insContent {
    padding: 40px 0 80px;
  }
}

@media (min-width: 641px) {
  .insContent {
    position: relative;
  }
}

.pageTitle {
  color: #0A6989;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 18px;
}

@media (max-width: 640px) {
  .pageTitle {
    font-size: 20px;
  }
}

.pageLayout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
}

.pageLayout.noside {
  grid-template-columns: 1fr;
}

.pageLayout .sideMobileBtn {
  position: relative;
  z-index: 2;
  padding: 10px;
  background-color: #0A6989;
  color: #fff;
  border: none;
  border-radius: 15px;
  margin-bottom: 30px;
  display: none;
}

.pageLayout aside {
  padding-right: 70px;
  position: relative;
}

.pageLayout aside .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  background-color: transparent;
  border: none;
}

@media (min-width: 641px) {
  .pageLayout aside .closeBtn {
    display: none;
  }
}

@media (max-width: 640px) {
  .pageLayout aside {
    display: none;
  }
}

.pageLayout aside .categoryBox {
  display: block;
  color: #0A6989;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 14px;
  position: relative;
  padding: 2.5px 10px;
}

@media (max-width: 640px) {
  .pageLayout aside .categoryBox {
    color: #fff;
  }
}

.pageLayout aside .categoryBox.current:after {
  content: "";
  position: absolute;
  opacity: 1;
}

@media (max-width: 640px) {
  .pageLayout aside .categoryBox.current {
    color: #0A6989;
  }
}

@media (min-width: 1181px) {
  .pageLayout aside .categoryBox:hover:after {
    content: "";
    position: absolute;
    opacity: 1;
  }
}

.pageLayout aside .categoryBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../assets/images/bg-sli.png") lightgray 50%/cover no-repeat;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .pageLayout {
    grid-template-columns: 1fr;
  }
}

.blockTitleBox {
  text-align: center;
  background-color: #0A6989;
  position: relative;
}

.blockTitleBox.horizontal {
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 40px;
}

.blockTitleBox.horizontal .deco {
  width: 10px;
  height: 40px;
  background-color: #e06665;
  position: absolute;
  left: 0;
  top: 0;
}

.blockTitleBox.horizontal .blockTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.pageTool {
  margin-top: 120px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 640px) {
  .pageTool {
    margin-top: 60px;
  }
}

@media (min-width: 1181px) {
  .pageTool .btn:hover .btn {
    color: #0A6989;
    border: 1px solid #000;
    background-image: linear-gradient(12deg, #ffdeb3 0%, #d8ad77 60%, #c19574 100%);
  }
}

.viewBox {
  align-items: center;
  display: flex;
  color: #d7682e;
  font-family: "Wix Madefor Display", Noto Sans TC, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  padding-left: 20px;
  gap: 10px;
}

@media (max-width: 640px) {
  .sideBox {
    margin-bottom: 20px;
  }
}

.sideBox .titleBox {
  margin-left: 0;
  margin-right: auto;
}

.sideBox .titleBox .title {
  color: #0A6989;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 2.4px;
  width: 100%;
  margin-bottom: 20px;
}

.sideBox .blockTitleBox {
  margin-top: 40px;
}

.sideBox .sideMenu {
  text-align: center;
}

@media (max-width: 1024px) {
  .sideBox .sideMenu {
    display: none;
  }
}

.sideBox .sideMenu>li {
  color: #212122;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 20px 5px 10px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .sideBox .sideMenu>li {
    font-size: 18px;
    text-align: center;
  }
}

.sideBox .sideMenu>li:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  background-color: #0A6989;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  right: 0;
  top: 0;
  opacity: 0;
}

@media (max-width: 1180px) {
  .sideBox .sideMenu>li:before {
    width: 100%;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  }
}

@media (max-width: 640px) {
  .sideBox .sideMenu>li:before {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}

.sideBox .sideMenu>li a {
  width: 100%;
  position: relative;
  color: currentColor;
  display: block;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

@media (max-width: 1180px) {
  .sideBox .sideMenu>li a {
    max-width: 100%;
  }
}

@media (min-width: 1181px) {
  .sideBox .sideMenu>li a:hover {
    color: #0A6989;
  }
}

.sideBox .sideMenu>li.hasChild {
  color: #96775c;
  text-align: left;
}

.sideBox .sideMenu>li.hasChild:after {
  content: "";
  position: absolute;
  opacity: 1;
}

.sideBox .sideMenu>li.hasChild>a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  color: #0A6989;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/icon-arrow.png");
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.sideBox .sideMenu>li.hasChild>a.open:before {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
}

.sideBox .sideMenu>li.current {
  color: #fff;
}

.sideBox .sideMenu>li.current:before {
  content: "";
  position: absolute;
  opacity: 1;
}

@media (min-width: 1181px) {
  .sideBox .sideMenu>li:hover {
    color: #0A6989;
    border-color: #96775c;
  }

  .sideBox .sideMenu>li:hover:after {
    content: "";
    position: absolute;
    opacity: 1;
  }
}

.sideBox .sideMenu .child {
  display: none;
  padding: 10px;
}

.sideBox .sideMenu .child a {
  display: block;
  font-size: 18px;
  text-align: left;
  padding: 8px 30px;
  margin-bottom: 5px;
  position: relative;
  color: #a3805b;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.sideBox .sideMenu .child a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background-image: url("../assets/images/icon-arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -5px;
  top: 50%;
  transform: translateY(-45%);
  opacity: 0;
}

@media (min-width: 1181px) {
  .sideBox .sideMenu .child a:hover {
    background-color: rgba(216, 177, 138, 0.4);
  }

  .sideBox .sideMenu .child a:hover:before {
    content: "";
    position: absolute;
    opacity: 1;
  }
}

.sideBox .sideMenu .child a.current {
  background-color: rgba(216, 177, 138, 0.4);
}

.sideBox .sideMenu .child a.current:before {
  content: "";
  position: absolute;
  opacity: 1;
}

.sideBox .sideMenuBtn {
  margin: 0 0 30px;
}

@media (min-width: 1025px) {
  .sideBox .sideMenuBtn {
    display: none;
  }
}

.sideBox .sideMenuBtn button {
  color: #fff;
  cursor: pointer;
  background-color: #0A6989;
  border: 2px solid #0A6989;
  padding: 7.5px 0;
  aspect-ratio: unset;
  max-width: unset;
}

@media (max-width: 1180px) {
  .sideBox .sideMenuBtn button {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .sideBox .sideMenuBtn+.sideMenu {
    margin-top: 30px;
  }
}

.sideBox .sideInputBox {
  margin-top: 20px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  border: 1px solid #0A6989;
}

.sideBox .sideInput {
  border: none;
  background-color: transparent;
  display: flex;
  color: #cd9b33;
  width: auto;
}

@media (max-width: 1180px) {
  .sideBox .sideInput {
    width: 100%;
  }
}

.sideBox .sideInput button {
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}

.sideBox .sideInput i {
  font-size: 16px;
  color: #0A6989;
  border-right: 1px solid #000;
  padding-right: 10px;
}

.sideBox .sideInput input {
  border: none;
  padding: 0 0 0 5px;
  color: #000;
  font-size: 14px;
  flex-grow: 1;
  max-width: 120px;
  width: fit-content;
  letter-spacing: 1.68px;
}

.sideBox .sideInput input::-webkit-input-placeholder {
  color: #000;
}

.sideBox .sideInput input:-moz-placeholder {
  color: #000;
}

.sideBox .sideInput input::-moz-placeholder {
  color: #000;
}

.sideBox .sideInput input:-ms-input-placeholder {
  color: #000;
}

.sideBox .sideInput input:focus {
  outline: none;
}

.sideBox .sideFilter {
  border-bottom: 1px solid #0A6989;
  display: flex;
  padding: 5px 15px;
  color: #0A6989;
  margin-top: 30px;
  width: fit-content;
}

@media (max-width: 1024px) {
  .sideBox .sideFilter {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}

.sideBox .sideFilter select {
  border: none;
  padding: 0 5px;
  color: #0A6989;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.68px;
}

.backBox {
  display: flex;
  justify-content: flex-end;
  margin: 100px 0;
}

.textEditor p {
  font-family: "Noto Sans TC", sans-serif;
  color: #767676;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1.7px;
}

.textEditor img {
  height: auto;
  max-width: 100%;
}

.textEditor .videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.textEditor .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  border-bottom: 2px solid #0A6989;
  margin-bottom: 30px;
}

.tabList .tabItem {
  padding: 10px 35px;
  color: #583B1B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}

.tabList .tabItem.current:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #E94D11;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.tabContent {
  background-color: #fff;
  padding: 30px;
}

.pageList,
.pageArrow {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 170px;
}

@media (max-width: 640px) {

  .pageList,
  .pageArrow {
    margin-top: 50px;
  }
}

.pageList li,
.pageArrow li {
  position: relative;
}

.pageList li:after,
.pageArrow li:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../assets/images/page-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.pageList li.current a,
.pageArrow li.current a {
  font-size: 22px;
  color: #830f0f;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.pageList li.current:after,
.pageArrow li.current:after {
  content: "";
  position: absolute;
  opacity: 0.8;
}

.pageList a,
.pageArrow a {
  color: #56220a;
  font-size: 16px;
  letter-spacing: 1.28px;
}

.formItem {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-bottom: 1px solid #c8c8c8;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 640px) {
  .formItem {
    padding: 10px;
  }
}

.formItem.textarea {
  align-items: flex-start;
}

.formItem label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
  letter-spacing: 1.44px;
}

.formItem select {
  padding: 5px 30px;
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px solid #c8c8c8;
}

.formItem input[type="radio"] {
  width: auto;
  flex: initial;
  margin-right: 10px;
}

.formItem input[type="radio"]+label {
  margin-right: 10px;
}

.formItem input,
.formItem textarea {
  font-family: 'fgdc';
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: 700;
  background-color: transparent;
  border: none;
  width: max-content;
  flex: 1;
  padding: 0 30px;
}

.formItem input:focus,
.formItem textarea:focus {
  outline: none;
}

.formItem textarea {
  border: 1px solid #c8c8c8;
}

.formItem2 {
  background-color: #f8f8f8;
  border-bottom: none;
  margin-bottom: 15px;
}

.formRadioBox {
  display: flex;
}

.formRadio {
  cursor: pointer;
  padding: 5px 15px;
  border: 1px solid #0A6989;
  color: #0A6989;
  background-color: #fff;
  margin-right: 10px;
}

.formRadio.selected {
  background-color: #0A6989;
  color: #fff;
}

.rwdTable {
  max-width: 100%;
  overflow-x: scroll;
}

.rwdTable table * {
  word-break: keep-all;
}

@media (max-width: 640px) {
  .rwdTable table th {
    min-width: 150px;
    width: 100% !important;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.table th {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: 0.48px;
}

.table td {
  text-align: center;
  position: relative;
}

.table tbody {
  padding: 10px 15px;
}

.table select {
  padding: 2.5px 10px;
  border: none;
  border-bottom: 1px solid #56220a;
}

.table .productImg {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

.table .iconBtn {
  cursor: pointer;
  color: #9c9c9c;
  border: none;
  background-color: transparent;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1181px) {
  .table .iconBtn:hover {
    color: #0A6989;
  }
}

.table.table2 {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table.table2 thead {
  background-color: #cd9b33;
}

.table.table2 tbody {
  background-color: #fff;
}

.table.table2 th {
  color: #fff;
  padding: 5px;
}

.table.table2 tr:nth-child(odd) {
  background-color: transparent;
}

.table.table2 tr:nth-child(even) {
  background-color: #f5f5f5;
}

.table.table2 td {
  color: #797a7a;
  padding: 10px 0;
}

.table.table2 td:after {
  content: "";
  position: absolute;
  display: none;
}

.albumBox {
  display: none;
}

.mobileCategoryBox {
  padding: 0 30px;
  height: 40px;
  background: #0A6989;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobileCategoryBox .mobileCategory {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 10px;
}

@media (min-width: 641px) {
  .mobileCategoryBox .mobileCategory {
    display: none;
  }
}

.mobileCategoryBox .mobileCategory .categoryItem {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.3px;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
}

.mobileCategoryBox .mobileCategory .categoryItem.current {
  color: #F4C25E;
  background-color: rgba(10, 105, 137, 0.7);
}

.mobileCategoryBox .swiper-button-next,
.mobileCategoryBox .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  min-width: 12px;
  min-height: 12px;
  margin: 0;
  width: 12px;
  height: 12px;
  color: transparent;
}

.mobileCategoryBox .swiper-button-next svg,
.mobileCategoryBox .swiper-button-prev svg {
  height: 12px;
  width: 12px;
}

@media (min-width: 641px) {
  .mobileCategoryBox {
    display: none;
  }
}