* {
  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:before, header .navList > li:after, header .navList > li a, 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, .btn, footer .sitemapList a, footer .sitemapList .title, footer .infoList a,
footer .infoList span, footer .socialBox .socialList a, .pageLayout aside, .sideBox .sideMenu > li, .sideBox .sideMenu > li:before, .sideBox .sideMenu > li.hasChild > a:before, .sideBox .sideMenu .child a:before, .pageList li:after,
.pageArrow li:after {
  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: "Libre Baskerville", Noto Serif TC, sans-serif;
  font-size: 16px; }
  body:not(.home) .mainContent {
    background-image: url("../assets/images/content-bg.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: 300px;
    padding-top: 90px;
    position: relative; }
    @media (max-width: 1180px) {
      body:not(.home) .mainContent {
        padding-top: 0; } }
    body:not(.home) .mainContent:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../assets/images/content-top.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 640px) {
        body:not(.home) .mainContent:before {
          display: none; } }
    body:not(.home) .mainContent:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: url("../assets/images/content-bottom.jpg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.5;
      z-index: 1;
      pointer-events: none; }
      @media (max-width: 640px) {
        body:not(.home) .mainContent:after {
          display: none; } }
  @media (max-width: 640px) {
    body:not(.home) {
      background-size: 15%; } }
  body:not(.home):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../assets/images/pageTop.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1; }
    @media (max-width: 640px) {
      body:not(.home):before {
        background-size: 300%; } }
  body:not(.home) a {
    transition: all 0.5s ease-in-out; }
    @media (min-width: 1181px) {
      body:not(.home) a:hover {
        color: #6f2517; } }
  body:not(.home).scroll-disabled, body:not(.home).isLoading {
    overflow: hidden; }

.loading {
  align-items: center;
  background-color: #6f2517;
  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: 300px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    animation: slowShowLeft 1s ease-in-out forwards; }
    .loading-logo img {
      width: 100%;
      filter: brightness(0) invert(1); }

.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: 80px 0 0; } }
  .outerContainer.show {
    opacity: 1; }

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

header {
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  background-color: #6f2517;
  left: 50%;
  height: 90px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  border-bottom: 10px solid #c19574; }
  @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: baseline;
    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: 20px 36px 0;
      height: 100%; }
      @media (min-width: 1181px) {
        header .navList > li:hover:before {
          content: "";
          position: absolute;
          opacity: 1; }
        header .navList > li:hover:after {
          content: "";
          position: absolute;
          opacity: 1; }
        header .navList > li:hover a {
          color: #6f2517; } }
      header .navList > li:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 28px;
        background-image: url("../assets/images/nav-hover.svg");
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        top: calc(50% - 18px);
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        opacity: 0; }
      header .navList > li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #cd9b33;
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
        z-index: -1;
        opacity: 0; }
      header .navList > li.current:before {
        content: "";
        position: absolute;
        opacity: 1; }
      header .navList > li.current:after {
        content: "";
        position: absolute;
        opacity: 1; }
      header .navList > li.current a {
        color: #6f2517; }
      header .navList > li a {
        color: #fefeff;
        font-size: 16px;
        font-family: "Noto Serif TC", sans-serif;
        font-weight: 600;
        letter-spacing: 2.4px; }
    header .navList .submenu {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      display: flex;
      flex-direction: column;
      width: 90%;
      top: 100%;
      left: 0%;
      background-color: rgba(242, 232, 210, 0.8);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      padding: 12px 10px;
      transition: all 0.5s ease-in-out; }
      header .navList .submenu.open {
        opacity: 1;
        pointer-events: all; }
      header .navList .submenu:has(.submenu2) {
        width: 100%;
        padding: 20px 16px;
        overflow: visible;
        gap: 8px; }
        header .navList .submenu:has(.submenu2) li {
          text-align: left;
          font-family: "Noto Serif TC", sans-serif;
          height: auto;
          padding: 10px 10px 10px 25px; }
          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: 6px;
          position: absolute;
          top: 0;
          left: calc(100% + 12px);
          min-width: 120px;
          background-color: rgba(242, 232, 210, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          padding: 12px;
          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: 18px;
              height: 18px;
              background-color: transparent;
              background-image: url("../assets/images/nav-icon.png");
              background-size: contain;
              left: 5px;
              top: 50%;
              transform: translateY(-50%);
              opacity: 0; }
            @media (min-width: 1181px) {
              header .navList .submenu:has(.submenu2) .submenu2 li:hover {
                background-color: #6f2517; }
                header .navList .submenu:has(.submenu2) .submenu2 li:hover:before {
                  content: "";
                  position: absolute;
                  opacity: 1; }
                header .navList .submenu:has(.submenu2) .submenu2 li:hover a {
                  color: #fff; } }
          header .navList .submenu:has(.submenu2) .submenu2.open {
            opacity: 1;
            pointer-events: auto;
            transform: translateX(0); }
      header .navList .submenu > li {
        position: relative; }
        header .navList .submenu > li:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: #6f2517;
          opacity: 0; }
        header .navList .submenu > li:after {
          content: "";
          position: absolute;
          width: calc(100% - 20px);
          height: 2px;
          background-color: #6f2517;
          left: 20px;
          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: #6f2517;
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 1.44px; }

.mobileHeader {
  background-color: rgba(111, 37, 23, 0.95);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  @media (min-width: 1181px) {
    .mobileHeader {
      display: none; } }
  .mobileHeader .wrap {
    height: 100%; }
  .mobileHeader .logo {
    align-items: center;
    display: flex;
    max-width: 200px; }
    .mobileHeader .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: brightness(0) invert(1); }
  .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: rgba(242, 232, 210, 0.95);
    display: none;
    padding: 40px;
    position: absolute;
    top: 80px;
    height: 100vh;
    height: 100dvh;
    left: 0;
    width: 100%;
    z-index: 50; }
  .mobileHeader .mobileMenuList li {
    color: #6f2517;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    letter-spacing: 1.08px; }
    @media (max-width: 640px) {
      .mobileHeader .mobileMenuList li {
        padding: 10px 0;
        font-size: 18px; } }
    .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: #6f2517;
        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(111, 37, 23, 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: #6f2517; } }
    .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: #6f2517; }

.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-color: rgba(0, 0, 0, 0.5);
  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; }

.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 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #830f0f;
  border: 1px solid transparent;
  padding: 5px 35px;
  border-radius: 12px; }
  @media (min-width: 1181px) {
    .btn:hover {
      color: #6f2517;
      border: 1px solid #000;
      background-image: linear-gradient(12deg, #ffdeb3 0%, #d8ad77 60%, #c19574 100%); } }
  @media (max-width: 640px) {
    .btn {
      padding: 5px 15px; } }

footer {
  background-color: #6f2517; }
  footer .footerContent {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 640px) {
      footer .footerContent {
        padding: 40px 0; } }
  footer .topBox {
    width: fit-content; }
  footer .bottomBox {
    display: flex;
    align-items: flex-end;
    gap: 80px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      footer .bottomBox {
        gap: 40px; } }
  footer .sitemapList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 10px; }
    footer .sitemapList li:nth-child(3n+ 1) a:before {
      content: "";
      position: absolute;
      display: none; }
    @media (min-width: 1181px) {
      footer .sitemapList li:hover a {
        color: #cd9b33; } }
    footer .sitemapList a {
      display: block;
      color: #fff;
      font-family: "Libre Baskerville", Noto Serif TC, sans-serif;
      font-size: 14px;
      position: relative;
      letter-spacing: 1.4px; }
      footer .sitemapList a:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #fff;
        rotate: -60deg;
        left: -35px;
        top: 50%;
        transform: translateY(-50%); }
  footer .infoList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    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: 12px; }
  footer .socialBox .socialList {
    display: flex;
    gap: 10px; }
    @media (max-width: 640px) {
      footer .socialBox .socialList {
        justify-content: center;
        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: #fff;
    border-top: 1px solid #fff;
    font-weight: 700;
    letter-spacing: 1.111px;
    text-align: center;
    font-family: "Noto Serif TC", sans-serif; }

.breadBox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-end; }
  @media (max-width: 1024px) {
    .breadBox {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .breadBox .pageTitle {
    text-align: center;
    color: #6f2517;
    font-size: 27px;
    letter-spacing: 4.05px;
    font-weight: 700; }
  .breadBox .bread {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .breadBox .bread {
        justify-content: center; } }
    .breadBox .bread a,
    .breadBox .bread span {
      color: #a30d16;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.12px; }

.insBox {
  position: relative; }

.insBanner {
  position: relative;
  z-index: 2;
  padding: 100px 0 120px; }
  @media (max-width: 1024px) {
    .insBanner {
      padding: 80px 0; } }
  @media (max-width: 640px) {
    .insBanner {
      padding: 40px 0; } }

.insContent {
  z-index: 2;
  padding-bottom: 300px; }
  @media (max-width: 1024px) {
    .insContent {
      padding-bottom: 100px; } }
  @media (min-width: 641px) {
    .insContent {
      position: relative; } }

.pageLayout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr); }
  .pageLayout .sideMobileBtn {
    position: relative;
    z-index: 2;
    padding: 10px;
    background-color: #6f2517;
    color: #fff;
    border: none;
    border-radius: 15px;
    margin-bottom: 30px; }
    @media (min-width: 641px) {
      .pageLayout .sideMobileBtn {
        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 {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 50px;
        height: calc(100dvh - 80px);
        overflow-y: scroll;
        background-color: rgba(241, 232, 216, 0.95);
        padding-right: 0;
        opacity: 0;
        pointer-events: none;
        z-index: 100; }
        .pageLayout aside.open {
          z-index: 3;
          pointer-events: auto;
          opacity: 1; } }
  @media (max-width: 640px) {
    .pageLayout {
      grid-template-columns: 1fr; } }

.blockTitleBox {
  text-align: center;
  background-color: #6f2517;
  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; } }
  .pageTool .btn {
    color: #6f2517;
    font-weight: 700;
    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: "Libre Baskerville", Noto Serif TC, sans-serif;
  font-size: 20px;
  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: #6f2517;
    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: #6f2517;
      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: #6f2517; } }
    .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: #6f2517;
        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: #6f2517;
        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: #6f2517;
      border: 2px solid #6f2517;
      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 #6f2517; }

.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: #6f2517;
    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 #6f2517;
  display: flex;
  padding: 5px 15px;
  color: #6f2517;
  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: #6f2517;
    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 Serif TC", sans-serif;
  color: #5d2c13;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.96333; }

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

.tabList {
  display: flex;
  margin-bottom: 30px;
  width: 100%; }

.tabItem {
  border-radius: 20px;
  padding: 15px 30px;
  background-color: #cd9b33;
  color: #fff;
  width: 100%; }

.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; }
    .pageList li.current a,
    .pageArrow li.current a {
      font-size: 22px;
      color: #830f0f;
      font-weight: 600; }
    .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 #6f2517;
  color: #6f2517;
  background-color: #fff;
  margin-right: 10px; }
  .formRadio.selected {
    background-color: #6f2517;
    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: #6f2517; } }
  .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; }
