@charset "UTF-8";
@import '../vendor/swiper/swiper-bundle.min.css';
@import '../vendor/fancybox/fancybox.css';
:root {
  --RWDWidth: 991px;
  --sideFixTop: 80px;
  --borderRadius36: 36px;
  --borderRadius8: 8px;
  --borderRadius4: 4px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* noto-sans-tc-100 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-200 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 200;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-300 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-regular - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-500 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-600 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-700 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-800 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-tc-900 - chinese-traditional_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/noto-sans-tc/noto-sans-tc-v36-chinese-traditional_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media print {
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatFooter,
  footer,
  .accessKey,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    background: none;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
  }
  .innerPage {
    margin-top: 0 !important;
  }
  .innerPage > .container {
    display: block !important;
  }
  .innerPage > .container .centerBlock {
    overflow: hidden;
  }
  .innerPage > .container .leftBlock {
    float: left !important;
    width: 260px !important;
  }
  main,
  .content {
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    background: none;
    padding-top: 0px !important;
  }
  main img.floatLeft,
  .content img.floatLeft {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  main img.floatRight,
  .content img.floatRight {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  main a:link,
  main a:visited,
  main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  main p a,
  .content p a {
    word-wrap: break-word;
  }
  main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  main table,
  .content table {
    background: #fff;
  }
  main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .fileDownload a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .fileDownload .update,
  .fileDownload .fileView {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
}
*:focus-visible {
  outline: #c40000 2px solid;
  outline-offset: -2px;
}

header h1 a:focus-visible,
#mobileSearchBtn:focus-visible,
#mobileMainMenuBtn:focus-visible {
  outline-offset: -2px !important;
}

.accessKeyItem {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  text-decoration: none;
  scroll-margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .accessKeyItem {
    display: none;
  }
}
.accessKeyItem:focus, .accessKeyItem:focus-visible {
  outline: #c40000 2px solid;
  outline-offset: 1px;
}

.no-js noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #c40000;
  background: #fff;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: var(--borderRadius8);
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", Arial, "PingFang TC", "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.6px;
}
body.mediumSize {
  zoom: 1.125;
}
body.largeSize {
  zoom: 1.25;
}
body .mainContent.mediumSize {
  zoom: 1.125;
}
body .mainContent.largeSize {
  zoom: 1.25;
}

[data-theme=green] h1 > a > img {
  content: url("../images/logo.png");
}

main {
  width: 100%;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
main.innerPage {
  padding: 40px 0;
  background: #fff;
}
main:has(:not(.innerPage)) section:nth-of-type(odd) {
  background-color: #f8f8f8;
}
main:has(:not(.innerPage)) section:nth-of-type(even), main:has(:not(.innerPage)) section:first-of-type {
  background-color: #fff;
}
main:has(aside) .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  main:has(aside) .container {
    flex-direction: column;
  }
}
main:has(aside) .mainContentBox {
  flex-grow: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  main:has(aside) .mainContentBox {
    width: 100%;
  }
}
main .mainContentBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .mainContentBox .pageTitle {
  font-size: 2.25rem;
  margin: 0;
  font-weight: 600;
}
main .mainContentBox .mainContent {
  width: 100%;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}
.noscroll .wrapper {
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 60px;
  }
}

.container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.codeBox {
  padding: 20px;
  border-radius: 8px;
  background: #dee0e3;
  color: #383838;
}

textarea,
select,
input:not([type=checkBox], [type=radio]) {
  min-height: 44px;
  display: block;
  padding: 6px 12px;
  border-radius: 4px;
  border: #dee0e3 1px solid;
  background: #fff;
  box-sizing: border-box !important;
}

input:not([type=checkBox], [type=radio]) {
  line-height: 1;
}

a {
  color: var(--aColor);
}
a:hover {
  color: var(--colorPrimary);
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  word-break: break-word;
}

.floatLeft {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}

.floatRight {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.floatBox::after {
  content: "";
  display: block;
  clear: both;
}

.picBox {
  background: #f1f1f1;
  padding: 12px;
}
.picBox .pic {
  overflow: hidden;
  margin: 0;
}
.picBox.floatLeft, .picBox.floatRight {
  width: calc((100% - 24px * 11) / 12 * 5 + 24px * (5 - 1));
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .picBox.floatLeft, .picBox.floatRight {
    width: 100%;
    margin: 20px 0;
    float: none;
  }
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.16;
  margin: 12px 0;
  font-weight: 600;
  text-transform: capitalize;
}
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

.overlay {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .overlay {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}

.srOnly {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.icon {
  width: 20px;
  height: 20px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.goCenter {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -2.2em;
  left: 0;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background: var(--colorPrimary);
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
}
.goCenter:focus-visible, .goCenter:hover {
  top: 0;
  opacity: 1;
  box-shadow: none;
  color: #fff;
}

#scrollTop {
  position: fixed;
  right: 34px;
  bottom: 5vh;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #scrollTop {
    width: 40px;
    height: 40px;
    right: 10px;
    font-size: 0.8125rem;
    gap: 0px;
  }
}
#scrollTop::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
#scrollTop.active {
  opacity: 1;
}

.pic {
  overflow: hidden;
  line-height: 0;
}
.pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pic figcaption {
  line-height: 1.4;
  margin-top: 5px;
}

[data-fancybox-close] span {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.theme-switcher {
  position: fixed;
  right: 0;
  top: 15%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.theme-switcher button {
  border-radius: 0;
  font-size: 0.9375rem;
  color: #fff;
  padding: 6px 15px;
}
.theme-switcher button[data-set-theme=default] {
  background: #5b1c88;
}
.theme-switcher button[data-set-theme=red] {
  background: #ad000e;
}
.theme-switcher button[data-set-theme=blue] {
  background: #003677;
}
.theme-switcher button[data-set-theme=green] {
  background: #278400;
}

.testBox {
  position: fixed;
  z-index: 99;
  width: 100%;
  pointer-events: none;
  opacity: 0.05;
}
.testBox .container {
  display: flex;
  width: 100%;
  height: 100vh;
}
.testBox span {
  height: 100%;
  width: calc((100% - 220px) / 12);
  display: block;
  padding: 1px;
  background: var(--colorPrimary);
}
.testBox span:not(:last-child) {
  margin-right: 20px;
}

*:has(.flexFull) > .container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.flexTemplate {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 45px;
}
.flexTemplate h2 {
  margin: 0;
}
.flexTemplate .card {
  padding: 20px;
  border-radius: var(--borderRadius8);
  box-shadow: 0px 4px 16px -4px rgba(34, 34, 34, 0.3);
}

[class*=flexTpl] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  [class*=flexTpl] {
    flex-direction: column;
  }
}
[class*=flexTpl] .col {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  [class*=flexTpl] .col {
    width: 100% !important;
  }
}

.flexTpl_12 {
  display: block;
}

.flexTpl_8_4 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
}
.flexTpl_8_4 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 4 + 24px * (4 - 1));
}

.flexTpl_4_8 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 4 + 24px * (4 - 1));
}
.flexTpl_4_8 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
}

.flexTpl_5_7 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 5 + 24px * (5 - 1));
}
.flexTpl_5_7 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 7 + 24px * (7 - 1));
}

.flexTpl_7_5 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 7 + 24px * (7 - 1));
}
.flexTpl_7_5 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 5 + 24px * (5 - 1));
}

.flexTpl_9_3 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 9 + 24px * (9 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_9_3 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
  }
}
.flexTpl_9_3 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_9_3 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 4 + 24px * (4 - 1));
  }
}

.flexTpl_3_9 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_9 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 4 + 24px * (4 - 1));
  }
}
.flexTpl_3_9 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 9 + 24px * (9 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_9 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
  }
}

.flexTpl_3_6_3 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_6_3 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_3_6_3 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_6_3 .col:nth-child(2) {
    flex: 1 1 100%;
  }
}
.flexTpl_3_6_3 .col:nth-child(3) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_6_3 .col:nth-child(3) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}

.flexTpl_3_3_6 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_3_6 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_3_3_6 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_3_6 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_3_3_6 .col:nth-child(3) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_3_3_6 .col:nth-child(3) {
    flex: 1 1 100%;
  }
}

.flexTpl_6_3_3 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_6_3_3 .col:nth-child(1) {
    flex: 1 1 100%;
  }
}
.flexTpl_6_3_3 .col:nth-child(2) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_6_3_3 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_6_3_3 .col:nth-child(3) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
}
@media screen and (max-width: 991px) {
  .flexTpl_6_3_3 .col:nth-child(3) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}

.flexTpl_2_2_8 .col:nth-child(1) {
  flex-shrink: 0;
  flex: 1 1 calc((100% - 24px * 11) / 12 * 2 + 24px * (2 - 1));
}
@media screen and (max-width: 1200px) {
  .flexTpl_2_2_8 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
  }
}
@media screen and (max-width: 991px) {
  .flexTpl_2_2_8 .col:nth-child(1) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_2_2_8 .col:nth-child(2) {
  flex-shrink: 0;
  flex: 1 1 calc((100% - 24px * 11) / 12 * 2 + 24px * (2 - 1));
}
@media screen and (max-width: 1200px) {
  .flexTpl_2_2_8 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 3 + 24px * (3 - 1));
  }
}
@media screen and (max-width: 991px) {
  .flexTpl_2_2_8 .col:nth-child(2) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
.flexTpl_2_2_8 .col:nth-child(3) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
}
@media screen and (max-width: 1200px) {
  .flexTpl_2_2_8 .col:nth-child(3) {
    flex: 1 1 calc((100% - 24px * 11) / 12 * 6 + 24px * (6 - 1));
  }
}
@media screen and (max-width: 991px) {
  .flexTpl_2_2_8 .col:nth-child(3) {
    flex: 1 1 100%;
  }
}

.flexTpl_8_2_2 .col:nth-child(1) {
  flex: 1 1 calc((100% - 24px * 11) / 12 * 8 + 24px * (8 - 1));
}
.flexTpl_8_2_2 .col:nth-child(2) {
  flex-shrink: 0;
  flex: 1 1 calc((100% - 24px * 11) / 12 * 2 + 24px * (2 - 1));
}
.flexTpl_8_2_2 .col:nth-child(3) {
  flex-shrink: 0;
  flex: 1 1 calc((100% - 24px * 11) / 12 * 2 + 24px * (2 - 1));
}

.flexTpl_2 .col {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 991px) {
  .flexTpl_2 .col {
    width: 100%;
  }
}

.flexTpl_3 .col {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 991px) {
  .flexTpl_3 .col {
    width: 100%;
  }
}

.flexTpl_4 .col {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 991px) {
  .flexTpl_4 .col {
    width: calc((100% - 24px) / 2);
  }
}

.flexTpl_5 .col {
  width: calc((100% - 96px) / 5);
}
@media screen and (max-width: 991px) {
  .flexTpl_5 .col {
    width: calc((100% - 48px) / 3);
  }
}

.flexTpl_6 .col {
  width: calc((100% - 120px) / 6);
}
@media screen and (max-width: 1399px) {
  .flexTpl_6 .col {
    width: calc((100% - 72px) / 4);
  }
}
@media screen and (max-width: 991px) {
  .flexTpl_6 .col {
    width: calc((100% - 48px) / 3);
  }
}

.iconDemo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  color: #4a4a4a;
}
.iconDemo.w {
  background: #000;
  color: #cacaca;
}
.iconDemo.w table td:nth-child(odd):has([class^=i_]) {
  border: 1px solid #505050;
}
.iconDemo table td:nth-child(odd) {
  text-align: center;
  width: 30px;
}
.iconDemo table td:nth-child(odd):has([class^=i_]) {
  border: 1px solid #ccc;
}
.iconDemo table td:nth-child(odd) [class^=i_] {
  margin: 0 auto;
}
.iconDemo table td:nth-child(even) {
  padding-left: 10px;
}

[class^=i_] {
  display: block;
  height: 18px;
  width: 18px;
}
[class^=i_]::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.i_account_circle_dk::before {
  background-image: url("../images/basic/icon/account_circle_dk.svg");
}

.i_account_circle_w::before {
  background-image: url("../images/basic/icon/account_circle_w.svg");
}

.i_add_dk::before {
  background-image: url("../images/basic/icon/add_dk.svg");
}

.i_add_w::before {
  background-image: url("../images/basic/icon/add_w.svg");
}

.i_arrow_back_dk::before {
  background-image: url("../images/basic/icon/arrow_back_dk.svg");
}

.i_arrow_back_w::before {
  background-image: url("../images/basic/icon/arrow_back_w.svg");
}

.i_arrow_down_dk::before {
  background-image: url("../images/basic/icon/arrow_down_dk.svg");
}

.i_arrow_down_w::before {
  background-image: url("../images/basic/icon/arrow_down_w.svg");
}

.i_arrow_forward_dk::before {
  background-image: url("../images/basic/icon/arrow_forward_dk.svg");
}

.i_arrow_forward_w::before {
  background-image: url("../images/basic/icon/arrow_forward_w.svg");
}

.i_arrow_left_dk::before {
  background-image: url("../images/basic/icon/arrow_left_dk.svg");
}

.i_arrow_left_w::before {
  background-image: url("../images/basic/icon/arrow_left_w.svg");
}

.i_arrow_right_dk::before {
  background-image: url("../images/basic/icon/arrow_right_dk.svg");
}

.i_arrow_right_w::before {
  background-image: url("../images/basic/icon/arrow_right_w.svg");
}

.i_arrow_up_dk::before {
  background-image: url("../images/basic/icon/arrow_up_dk.svg");
}

.i_arrow_up_w::before {
  background-image: url("../images/basic/icon/arrow_up_w.svg");
}

.i_arrows_output_dk::before {
  background-image: url("../images/basic/icon/arrows_output_dk.svg");
}

.i_arrows_output_w::before {
  background-image: url("../images/basic/icon/arrows_output_w.svg");
}

.i_attach_file_dk::before {
  background-image: url("../images/basic/icon/attach_file_dk.svg");
}

.i_attach_file_w::before {
  background-image: url("../images/basic/icon/attach_file_w.svg");
}

.i_back_dk::before {
  background-image: url("../images/basic/icon/back_dk.svg");
}

.i_back_w::before {
  background-image: url("../images/basic/icon/back_w.svg");
}

.i_block_dk::before {
  background-image: url("../images/basic/icon/block_dk.svg");
}

.i_block_w::before {
  background-image: url("../images/basic/icon/block_w.svg");
}

.i_block_dk::before {
  background-image: url("../images/basic/icon/block_dk.svg");
}

.i_block_w::before {
  background-image: url("../images/basic/icon/block_w.svg");
}

.i_book_dk::before {
  background-image: url("../images/basic/icon/book_dk.svg");
}

.i_book_w::before {
  background-image: url("../images/basic/icon/book_w.svg");
}

.i_browse_dk::before {
  background-image: url("../images/basic/icon/browse_dk.svg");
}

.i_browse_w::before {
  background-image: url("../images/basic/icon/browse_w.svg");
}

.i_calendar_1_dk::before {
  background-image: url("../images/basic/icon/calendar_1_dk.svg");
}

.i_calendar_1_w::before {
  background-image: url("../images/basic/icon/calendar_1_w.svg");
}

.i_calendar_2_dk::before {
  background-image: url("../images/basic/icon/calendar_2_dk.svg");
}

.i_calendar_2_w::before {
  background-image: url("../images/basic/icon/calendar_2_w.svg");
}

.i_call_made_dk::before {
  background-image: url("../images/basic/icon/call_made_dk.svg");
}

.i_call_made_w::before {
  background-image: url("../images/basic/icon/call_made_w.svg");
}

.i_call_received_dk::before {
  background-image: url("../images/basic/icon/call_received_dk.svg");
}

.i_call_received_w::before {
  background-image: url("../images/basic/icon/call_received_w.svg");
}

.i_cancel_dk::before {
  background-image: url("../images/basic/icon/cancel_dk.svg");
}

.i_cancel_w::before {
  background-image: url("../images/basic/icon/cancel_w.svg");
}

.i_cancel::before {
  background-image: url("../images/basic/icon/cancel.svg");
}

.i_check_circle_dk::before {
  background-image: url("../images/basic/icon/check_circle_dk.svg");
}

.i_check_circle_w::before {
  background-image: url("../images/basic/icon/check_circle_w.svg");
}

.i_check_circle::before {
  background-image: url("../images/basic/icon/check_circle.svg");
}

.i_check_dk::before {
  background-image: url("../images/basic/icon/check_dk.svg");
}

.i_check_w::before {
  background-image: url("../images/basic/icon/check_w.svg");
}

.i_clock_dk::before {
  background-image: url("../images/basic/icon/clock_dk.svg");
}

.i_clock_w::before {
  background-image: url("../images/basic/icon/clock_w.svg");
}

.i_close_dk::before {
  background-image: url("../images/basic/icon/close_dk.svg");
}

.i_close_w::before {
  background-image: url("../images/basic/icon/close_w.svg");
}

.i_cloud_download_dk::before {
  background-image: url("../images/basic/icon/cloud_download_dk.svg");
}

.i_cloud_download_w::before {
  background-image: url("../images/basic/icon/cloud_download_w.svg");
}

.i_cloud_upload_dk::before {
  background-image: url("../images/basic/icon/cloud_upload_dk.svg");
}

.i_cloud_upload_w::before {
  background-image: url("../images/basic/icon/cloud_upload_w.svg");
}

.i_contrast_dk::before {
  background-image: url("../images/basic/icon/contrast_dk.svg");
}

.i_contrast_w::before {
  background-image: url("../images/basic/icon/contrast_w.svg");
}

.i_database_dk::before {
  background-image: url("../images/basic/icon/database_dk.svg");
}

.i_database_w::before {
  background-image: url("../images/basic/icon/database_w.svg");
}

.i_delete_dk::before {
  background-image: url("../images/basic/icon/delete_dk.svg");
}

.i_delete_w::before {
  background-image: url("../images/basic/icon/delete_w.svg");
}

.i_description_dk::before {
  background-image: url("../images/basic/icon/description_dk.svg");
}

.i_description_w::before {
  background-image: url("../images/basic/icon/description_w.svg");
}

.i_desktop_landscape_dk::before {
  background-image: url("../images/basic/icon/desktop_landscape_dk.svg");
}

.i_desktop_landscape_w::before {
  background-image: url("../images/basic/icon/desktop_landscape_w.svg");
}

.i_developer_guide_dk::before {
  background-image: url("../images/basic/icon/developer_guide_dk.svg");
}

.i_developer_guide_w::before {
  background-image: url("../images/basic/icon/developer_guide_w.svg");
}

.i_distance_dk::before {
  background-image: url("../images/basic/icon/distance_dk.svg");
}

.i_distance_w::before {
  background-image: url("../images/basic/icon/distance_w.svg");
}

.i_download_dk::before {
  background-image: url("../images/basic/icon/download_dk.svg");
}

.i_download_w::before {
  background-image: url("../images/basic/icon/download_w.svg");
}

.i_edit_dk::before {
  background-image: url("../images/basic/icon/edit_dk.svg");
}

.i_edit_w::before {
  background-image: url("../images/basic/icon/edit_w.svg");
}

.i_error_dk::before {
  background-image: url("../images/basic/icon/error_dk.svg");
}

.i_error_w::before {
  background-image: url("../images/basic/icon/error_w.svg");
}

.i_expand_all_dk::before {
  background-image: url("../images/basic/icon/expand_all_dk.svg");
}

.i_expand_all_w::before {
  background-image: url("../images/basic/icon/expand_all_w.svg");
}

.i_favorite_dk::before {
  background-image: url("../images/basic/icon/favorite_dk.svg");
}

.i_favorite_w::before {
  background-image: url("../images/basic/icon/favorite_w.svg");
}

.i_first_page_dk::before {
  background-image: url("../images/basic/icon/first_page_dk.svg");
}

.i_first_page_w::before {
  background-image: url("../images/basic/icon/first_page_w.svg");
}

.i_folder_dk::before {
  background-image: url("../images/basic/icon/folder_dk.svg");
}

.i_folder_w::before {
  background-image: url("../images/basic/icon/folder_w.svg");
}

.i_format_size_dk::before {
  background-image: url("../images/basic/icon/format_size_dk.svg");
}

.i_format_size_w::before {
  background-image: url("../images/basic/icon/format_size_w.svg");
}

.i_help_dk::before {
  background-image: url("../images/basic/icon/help_dk.svg");
}

.i_help_w::before {
  background-image: url("../images/basic/icon/help_w.svg");
}

.i_home_dk::before {
  background-image: url("../images/basic/icon/home_dk.svg");
}

.i_home_w::before {
  background-image: url("../images/basic/icon/home_w.svg");
}

.i_image_dk::before {
  background-image: url("../images/basic/icon/image_dk.svg");
}

.i_image_w::before {
  background-image: url("../images/basic/icon/image_w.svg");
}

.i_info_dk::before {
  background-image: url("../images/basic/icon/info_dk.svg");
}

.i_info_w::before {
  background-image: url("../images/basic/icon/info_w.svg");
}

.i_info::before {
  background-image: url("../images/basic/icon/info.svg");
}

.i_key_vertical_dk::before {
  background-image: url("../images/basic/icon/key_vertical_dk.svg");
}

.i_key_vertical_w::before {
  background-image: url("../images/basic/icon/key_vertical_w.svg");
}

.i_language_dk::before {
  background-image: url("../images/basic/icon/language_dk.svg");
}

.i_language_w::before {
  background-image: url("../images/basic/icon/language_w.svg");
}

.i_language::before {
  background-image: url("../images/basic/icon/language.svg");
}

.i_last_page_dk::before {
  background-image: url("../images/basic/icon/last_page_dk.svg");
}

.i_last_page_w::before {
  background-image: url("../images/basic/icon/last_page_w.svg");
}

.i_leaderboard_dk::before {
  background-image: url("../images/basic/icon/leaderboard_dk.svg");
}

.i_leaderboard_w::before {
  background-image: url("../images/basic/icon/leaderboard_w.svg");
}

.i_link_dk::before {
  background-image: url("../images/basic/icon/link_dk.svg");
}

.i_link_w::before {
  background-image: url("../images/basic/icon/link_w.svg");
}

.i_list_dk::before {
  background-image: url("../images/basic/icon/list_dk.svg");
}

.i_list_w::before {
  background-image: url("../images/basic/icon/list_w.svg");
}

.i_lock_dk::before {
  background-image: url("../images/basic/icon/lock_dk.svg");
}

.i_lock_w::before {
  background-image: url("../images/basic/icon/lock_w.svg");
}

.i_logout_dk::before {
  background-image: url("../images/basic/icon/logout_dk.svg");
}

.i_logout_w::before {
  background-image: url("../images/basic/icon/logout_w.svg");
}

.i_mail_dk::before {
  background-image: url("../images/basic/icon/mail_dk.svg");
}

.i_mail_w::before {
  background-image: url("../images/basic/icon/mail_w.svg");
}

.i_menu_dk::before {
  background-image: url("../images/basic/icon/menu_dk.svg");
}

.i_menu_w::before {
  background-image: url("../images/basic/icon/menu_w.svg");
}

.i_more_vert_dk::before {
  background-image: url("../images/basic/icon/more_vert_dk.svg");
}

.i_more_vert_w::before {
  background-image: url("../images/basic/icon/more_vert_w.svg");
}

.i_new_releases_dk::before {
  background-image: url("../images/basic/icon/new_releases_dk.svg");
}

.i_new_releases_w::before {
  background-image: url("../images/basic/icon/new_releases_w.svg");
}

.i_notifications_dk::before {
  background-image: url("../images/basic/icon/notifications_dk.svg");
}

.i_notifications_w::before {
  background-image: url("../images/basic/icon/notifications_w.svg");
}

.i_open_in_new_dk::before {
  background-image: url("../images/basic/icon/open_in_new_dk.svg");
}

.i_open_in_new_w::before {
  background-image: url("../images/basic/icon/open_in_new_w.svg");
}

.i_palette_dk::before {
  background-image: url("../images/basic/icon/palette_dk.svg");
}

.i_palette_w::before {
  background-image: url("../images/basic/icon/palette_w.svg");
}

.i_pause_dk::before {
  background-image: url("../images/basic/icon/pause_dk.svg");
}

.i_pause_w::before {
  background-image: url("../images/basic/icon/pause_w.svg");
}

.i_person_dk::before {
  background-image: url("../images/basic/icon/person_dk.svg");
}

.i_person_w::before {
  background-image: url("../images/basic/icon/person_w.svg");
}

.i_play_arrow_dk::before {
  background-image: url("../images/basic/icon/play_arrow_dk.svg");
}

.i_play_arrow_w::before {
  background-image: url("../images/basic/icon/play_arrow_w.svg");
}

.i_print_dk::before {
  background-image: url("../images/basic/icon/print_dk.svg");
}

.i_print_w::before {
  background-image: url("../images/basic/icon/print_w.svg");
}

.i_refresh_dk::before {
  background-image: url("../images/basic/icon/refresh_dk.svg");
}

.i_refresh_w::before {
  background-image: url("../images/basic/icon/refresh_w.svg");
}

.i_remove_dk::before {
  background-image: url("../images/basic/icon/remove_dk.svg");
}

.i_remove_w::before {
  background-image: url("../images/basic/icon/remove_w.svg");
}

.i_search_dk::before {
  background-image: url("../images/basic/icon/search_dk.svg");
}

.i_search_w::before {
  background-image: url("../images/basic/icon/search_w.svg");
}

.i_select_arrow_dk::before {
  background-image: url("../images/basic/icon/select_arrow_dk.svg");
}

.i_select_arrow_w::before {
  background-image: url("../images/basic/icon/select_arrow_w.svg");
}

.i_settings_dk::before {
  background-image: url("../images/basic/icon/settings_dk.svg");
}

.i_settings_w::before {
  background-image: url("../images/basic/icon/settings_w.svg");
}

.i_share_dk::before {
  background-image: url("../images/basic/icon/share_dk.svg");
}

.i_share_w::before {
  background-image: url("../images/basic/icon/share_w.svg");
}

.i_slash_dk::before {
  background-image: url("../images/basic/icon/slash_dk.svg");
}

.i_slash_w::before {
  background-image: url("../images/basic/icon/slash_w.svg");
}

.i_smile::before {
  background-image: url("../images/basic/icon/smile.svg");
}

.i_star_dk::before {
  background-image: url("../images/basic/icon/star_dk.svg");
}

.i_star_w::before {
  background-image: url("../images/basic/icon/star_w.svg");
}

.i_swap_vert_dk::before {
  background-image: url("../images/basic/icon/swap_vert_dk.svg");
}

.i_swap_vert_w::before {
  background-image: url("../images/basic/icon/swap_vert_w.svg");
}

.i_sync_dk::before {
  background-image: url("../images/basic/icon/sync_dk.svg");
}

.i_sync_w::before {
  background-image: url("../images/basic/icon/sync_w.svg");
}

.i_tag_dk::before {
  background-image: url("../images/basic/icon/tag_dk.svg");
}

.i_tag_w::before {
  background-image: url("../images/basic/icon/tag_w.svg");
}

.i_tooltip_dk::before {
  background-image: url("../images/basic/icon/info_dk.svg");
}

.i_tooltip_w::before {
  background-image: url("../images/basic/icon/info_w.svg");
}

.i_thumb_up_dk::before {
  background-image: url("../images/basic/icon/thumbs_up_dk.svg");
}

.i_upload_dk::before {
  background-image: url("../images/basic/icon/upload_dk.svg");
}

.i_upload_w::before {
  background-image: url("../images/basic/icon/upload_w.svg");
}

.i_visibility_dk::before {
  background-image: url("../images/basic/icon/visibility_dk.svg");
}

.i_visibility_w::before {
  background-image: url("../images/basic/icon/visibility_w.svg");
}

.i_visibility_off_dk::before {
  background-image: url("../images/basic/icon/visibility_off_dk.svg");
}

.i_visibility_off_w::before {
  background-image: url("../images/basic/icon/visibility_off_w.svg");
}

.i_voice_dk::before {
  background-image: url("../images/basic/icon/voice_dk.svg");
}

.i_voice_w::before {
  background-image: url("../images/basic/icon/voice_w.svg");
}

.i_warning_dk::before {
  background-image: url("../images/basic/icon/warning_dk.svg");
}

.i_warning_w::before {
  background-image: url("../images/basic/icon/warning_w.svg");
}

.i_warning::before {
  background-image: url("../images/basic/icon/warning.svg");
}

button {
  color: #333333;
  border: 1px solid #333333;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  padding: 6px 18px;
  border: none;
  border-radius: var(--borderRadius4);
  font-weight: 400;
  gap: 6px;
  line-height: 2;
  text-decoration: none;
  background: #dee0e3;
  transition: all 0.3s ease;
}
button.btnS {
  font-size: 0.875rem;
  padding: 4px 16px;
}
button.btnS i::before {
  width: 16px;
  height: 16px;
}
button.btnL {
  font-size: 1.125rem;
  padding: 12px 18px;
}
button[disabled] {
  color: rgba(51, 51, 51, 0.5) !important;
  border: none !important;
  background: #dee0e3 !important;
  cursor: not-allowed;
}
button[disabled] i {
  opacity: 0.5;
}
button.active, button:hover {
  background: rgb(199.8, 201.6, 204.3);
}

.btnPrimary {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  padding: 6px 18px;
  border: none;
  border-radius: var(--borderRadius4);
  font-weight: 400;
  gap: 6px;
  line-height: 2;
  text-decoration: none;
  background: var(--colorPrimary);
  transition: all 0.3s ease;
}
.btnPrimary.bd {
  color: var(--btnPrimary);
  border: 1px solid var(--btnPrimary);
  background: none;
}
.btnPrimary.bd:hover {
  color: var(--btnPrimary);
  background: var(--colorPrimaryLight);
}
.btnPrimary.nbd {
  color: var(--btnPrimary);
  background: none;
  border: none;
}
.btnPrimary.nbd:hover {
  color: var(--btnPrimary);
  background: var(--colorPrimaryLight);
}
.btnPrimary.active, .btnPrimary:hover {
  color: #fff;
  background: var(--btnPrimaryHover);
}

.btnSecondary {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  padding: 6px 18px;
  border: none;
  border-radius: var(--borderRadius4);
  font-weight: 400;
  gap: 6px;
  line-height: 2;
  text-decoration: none;
  background: #dcdcdc;
  transition: all 0.3s ease;
}
.btnSecondary.bd {
  color: var(--colorSecondary);
  border: 1px solid var(--colorSecondary);
  background: none;
}
.btnSecondary.bd:hover {
  color: var(--colorSecondary);
  background: #c6c6c6;
}
.btnSecondary.nbd {
  color: var(--colorSecondary);
  background: none;
  border: none;
}
.btnSecondary.nbd:hover {
  color: var(--colorSecondary);
  background: var(--colorSecondaryLight);
}
.btnSecondary.active, .btnSecondary:hover {
  background: #c6c6c6;
}

.btnNormal {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  padding: 6px 18px;
  border: none;
  border-radius: var(--borderRadius4);
  font-weight: 400;
  gap: 6px;
  line-height: 2;
  text-decoration: none;
  background: #dee0e3;
  transition: all 0.3s ease;
}
.btnNormal.bd {
  border: 1px solid #dee0e3;
  background: none;
}
.btnNormal.bd:hover {
  color: #333333;
  background: #f1f1f1;
}
.btnNormal.nbd {
  background: none;
  border: none;
}
.btnNormal.nbd:hover {
  color: #333333;
  background: #f1f1f1;
}
.btnNormal.active, .btnNormal:hover {
  color: #333333;
  background: rgb(199.8, 201.6, 204.3);
}

.bp {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 30px;
  background: #fff;
  overflow: auto;
}
.bp .btnGrp {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 20px;
  line-height: 1.4;
  align-items: center;
}
.bp .btnGrp > .title {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
.bp .btnGrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.bp .btnGrp ul ul {
  flex-direction: column;
}
.bp .btnGrp li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bp .btnGrp li .title {
  width: 100px;
  flex-shrink: 0;
}
.bp .btnGrp .btnBox {
  display: flex;
  gap: 30px;
  align-items: center;
}

.popupB,
.popupS {
  border-radius: 12px;
  overflow: hidden;
  display: none;
  padding: 40px 20px 20px;
}
.popupB [data-fancybox-close],
.popupS [data-fancybox-close] {
  opacity: 1 !important;
  top: 5px !important;
  right: 5px !important;
  background: none !important;
  border-radius: 50% !important;
}
.popupB [data-fancybox-close] svg,
.popupS [data-fancybox-close] svg {
  stroke: #555;
}
.popupB [data-fancybox-close]:focus-visible,
.popupS [data-fancybox-close]:focus-visible {
  outline: #c40000 2px solid;
  outline-offset: 1px;
  box-shadow: none;
}
.popupB .f-button:focus:not(:focus-visible),
.popupS .f-button:focus:not(:focus-visible) {
  outline: #c40000 2px solid;
  outline-offset: -2px;
}

.popupB {
  max-width: 1000px;
  width: 80vw;
  max-height: 80vh;
}
.popupB .popupBox {
  overflow: auto;
  height: 100%;
  padding: 0px 0px 0px;
}
.popupB .popupBox .popTitle {
  margin: 0 20px 10px 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.popupB .popupContent {
  border-top: #d4d4d4 1px solid;
  margin: 0 0 20px;
}
.popupB .popupContent p:first-child {
  margin-top: 0;
}
.popupB .popupContent p:last-child {
  margin-bottom: 0;
}
.popupB .btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.popupS {
  max-width: 500px;
  width: 80vw;
}
.popupS .popupContent {
  margin: 0 0 20px;
}
.popupS .popupContent h3 {
  margin: 0 40px 15px 0;
}
.popupS .btnBox {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.fancybox__content {
  color: #000;
}

.notionInfo {
  color: #333333;
}
.notionInfo span {
  color: red;
}

.inputFile {
  flex-grow: 1;
  min-width: 200px;
  color: #333333;
  padding: 4px 12px;
  border-radius: var(--borderRadius8);
  border: 1px solid #dee0e3;
  background: #fff;
  align-self: stretch;
  height: 44px;
  position: relative;
}
.inputFile input {
  border: none;
  background: none;
}
.inputFile .uploadStyle {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0px 16px;
  border-radius: var(--borderRadius8);
  cursor: pointer;
}
.inputFile .downloadFile {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.inputFile .fileName {
  width: calc(100% - 150px);
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.formEyes {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: url("../images/basic/icon/visibility_off_dk.svg") no-repeat center !important;
}
.formEyes.active {
  background: url("../images/basic/icon/visibility_dk.svg") no-repeat 0px -1px !important;
}

.inputOption {
  cursor: pointer;
}
.inputOption:has([type=checkbox]) {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
  padding: 4px 0;
}
.inputOption:has([type=checkbox])::before {
  content: "" !important;
  width: 24px;
  height: 24px;
  border: 2px solid #97a3b6;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: var(--borderRadius4);
  pointer-events: none;
}
.inputOption:has([type=checkbox]) [type=checkbox] {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  opacity: 0;
  cursor: pointer;
}
.inputOption:has([type=checkbox]):has([type=checkbox]:focus-visible)::before {
  outline: 2px solid red;
  outline-offset: 2px;
}
.inputOption:has([type=checkbox]):has([type=checkbox]:checked)::before {
  background: url("../images/basic/icon/check_w.svg"), var(--colorPrimary);
  border-color: var(--colorPrimary);
  background-position: center center;
}
.inputOption:has([type=radio]) {
  padding: 8px 0;
  position: relative;
  display: flex;
  gap: 4px 8px;
  align-items: flex-start;
  cursor: pointer;
}
.inputOption:has([type=radio])::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  border: 2px solid #97a3b6;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}
.inputOption:has([type=radio]) [type=radio] {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.inputOption:has([type=radio]):has([type=radio]:focus-visible)::before {
  outline: 2px solid red;
  outline-offset: 2px;
}
.inputOption:has([type=radio]):has([type=radio]:checked)::before {
  background: var(--colorPrimary);
  box-shadow: inset 0px 0px 0px 2px #fff;
  border-color: var(--colorPrimary);
}
.inputOption:has(input[disabled]) {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.inputOption:has(input[disabled]) input {
  cursor: not-allowed !important;
}
.inputOption label {
  order: 2;
}

.select {
  position: relative;
  isolation: isolate;
}
.select::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../images/basic/icon/select_arrow_dk.svg") no-repeat center;
  z-index: 9;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select > select {
  width: 100%;
  padding-right: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select > select[disabled] {
  background: #dee0e3;
  opacity: 1;
}

input:not([type=checkBox], [type=radio]),
select,
textarea {
  color: #333333;
  padding: 0px 12px;
  border-radius: var(--borderRadius4);
  border: 1px solid #dee0e3;
  background: #fff;
  flex-grow: 1;
}
input:not([type=checkBox], [type=radio])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}
input:not([type=checkBox], [type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #333333;
}
input:not([type=checkBox], [type=radio]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-color: var(--formFocus);
  outline-offset: 0;
}
input:not([type=checkBox], [type=radio])[disabled],
select[disabled],
textarea[disabled] {
  background: #dee0e3;
  cursor: not-allowed;
}
input:not([type=checkBox], [type=radio])[disabled]::-moz-placeholder, select[disabled]::-moz-placeholder, textarea[disabled]::-moz-placeholder {
  opacity: 0.75;
}
input:not([type=checkBox], [type=radio])[disabled]::placeholder,
select[disabled]::placeholder,
textarea[disabled]::placeholder {
  opacity: 0.75;
}

textarea {
  min-height: 100px;
}

fieldset {
  all: unset;
  position: relative;
  box-sizing: border-box;
}
fieldset legend {
  all: unset;
  float: left;
  transform: none;
  box-sizing: border-box;
}

.inputBox {
  flex-grow: 1;
  position: relative;
}
.inputBox input {
  width: 100%;
}
.inputBox i {
  position: absolute;
  top: 10px;
  z-index: 2;
}
.inputBox i::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.inputBox:has(i + *) i {
  left: 10px;
}
.inputBox:has(i + *) input:not([type=checkBox], [type=radio]),
.inputBox:has(i + *) select,
.inputBox:has(i + *) textarea {
  padding-left: 45px;
}
.inputBox:has(* + i) i {
  right: 10px;
}
.inputBox:has(* + i) input:not([type=checkBox], [type=radio]),
.inputBox:has(* + i) select,
.inputBox:has(* + i) textarea {
  padding-right: 45px;
}

.formBox {
  display: flex;
  flex-direction: column;
  --titleWidth: 160px;
}
.formBox .gridBox {
  border-top: 2px solid #dee0e3;
}
@media screen and (max-width: 575px) {
  .formBox .gridBox .formList {
    padding-left: 0 !important;
    padding-top: 20px !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .formBox .gridBox .formList .formList {
    flex-direction: column !important;
  }
}
.formBox .gridBox .formList:has(.formContent) {
  border-bottom: 1px dashed #dee0e3;
}
.formBox .btnBox {
  display: flex;
  gap: 10px;
}
.formBox .formList {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.formBox .formList .formListTitle {
  line-height: 1.4;
  color: #333333;
  padding: 10px 10px 10px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .formBox .formList .formListTitle {
    width: auto;
    padding: 0px;
  }
}
.formBox .formList .formContent {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  isolation: isolate;
  gap: 0 8px;
}
.formBox .formList .formContent:not(.inline) {
  flex-direction: column;
}
.formBox .formList .formContent:not(.inline) .formList:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .formBox .formList .formContent {
    width: 100%;
  }
}
.formBox .formList .formContent.inline {
  align-items: center;
}
.formBox .formList .formContent.inline .formList {
  padding: 0;
}
.formBox .formList .formListTitle em {
  color: #c40000;
  margin-right: 4px;
}
.formBox .formList.error input:not([type=checkBox], [type=radio]),
.formBox .formList.error select,
.formBox .formList.error textarea {
  border-color: #c40000;
}
.formBox .formList.error input:not([type=checkBox], [type=radio])::-moz-placeholder, .formBox .formList.error select::-moz-placeholder, .formBox .formList.error textarea::-moz-placeholder {
  color: #c40000;
}
.formBox .formList.error input:not([type=checkBox], [type=radio])::placeholder,
.formBox .formList.error select::placeholder,
.formBox .formList.error textarea::placeholder {
  color: #c40000;
}
.formBox .formList.error input:not([type=checkBox], [type=radio]):focus-visible,
.formBox .formList.error select:focus-visible,
.formBox .formList.error textarea:focus-visible {
  outline-color: #c40000;
  outline-offset: 0;
}
.formBox .formList .help {
  width: 100%;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-top: 10px;
}
.formBox .formList [role=alert]:has([class^=formNotice]) {
  padding-top: 10px;
}
.formBox .formList.inline .formList:first-child {
  padding-top: 0;
}
.formBox .formList.inline .formList:last-child {
  padding-bottom: 0;
}
.formBox .inline {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .formBox .inline {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .formBox .inline legend {
    margin-bottom: 5px;
  }
}
.formBox .inline .formListTitle {
  width: var(--titleWidth);
}
.formBox .inline label:has([type=checkbox]),
.formBox .inline label:has([type=radio]) {
  word-break: break-all;
}
.formBox .inline > .inputOption + .inputOption {
  margin-left: 10px;
}
.formBox .inline > .inputOption + input {
  width: auto;
  flex-grow: 1;
}
.formBox .inline .select {
  flex-grow: 1;
}
.formBox .noFull > *:not(label, [type=checkBox], [type=radio]) {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: unset !important;
}
.formBox .noFull .inputBox {
  width: -moz-fit-content;
  width: fit-content;
}
.formBox .formBtnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 24px 0 0;
}
.formBox [class*=flexTpl] {
  flex-direction: row !important;
  gap: 8px;
  position: relative;
  flex-grow: 1;
}
.formBox [class*=flexTpl]:not(:has(.inline)) input:not([type=checkBox], [type=radio]),
.formBox [class*=flexTpl]:not(:has(.inline)) select,
.formBox [class*=flexTpl]:not(:has(.inline)) textarea {
  width: 100%;
}
.formBox .formList [class*=flexTpl] .formList {
  border: none !important;
  padding: 0;
}
.formBox img.captcha {
  padding: 0;
  line-height: 0;
  border-radius: 0;
  vertical-align: middle;
  max-height: 2.5em;
  margin: 0 0.3em;
  border: 1px solid #ccc;
}

[role=alert] {
  width: 100% !important;
}

[class^=formNotice] {
  position: relative;
  width: 100%;
  padding: 4px 42px 4px 12px;
  color: #333;
  background: #dee0e3;
  border-radius: var(--borderRadius4);
  isolation: isolate;
}
[class^=formNotice]::before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
}
[class^=formNotice] .noticeClose {
  position: absolute;
  right: 5px;
  top: 8px;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url("../images/basic/icon/close_dk.svg") no-repeat center;
  opacity: 0.4;
}

[class^=formNoticeInfo] {
  color: #00529b;
  background-color: #cfe5fc;
  padding-left: 42px;
}
[class^=formNoticeInfo]:before {
  content: "";
  background-image: url("../images/basic/icon/info.svg");
}

[class^=formNoticeSuccess] {
  color: #00754b;
  background-color: #cdf3e6;
  padding-left: 42px;
}
[class^=formNoticeSuccess]:before {
  content: "";
  background-image: url("../images/basic/icon/check_circle.svg");
}

[class^=formNoticeWarning] {
  color: #c23e00;
  background-color: #faece6;
  padding-left: 42px;
}
[class^=formNoticeWarning]:before {
  content: "";
  background-image: url("../images/basic/icon/warning.svg");
}

[class^=formNoticeError] {
  color: #c40000;
  background-color: #fdd7de;
  padding-left: 42px;
}
[class^=formNoticeError]:before {
  content: "";
  background-image: url("../images/basic/icon/cancel.svg");
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
@media screen and (max-width: 575px) {
  table {
    width: 100%;
  }
}
table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
table caption .summary {
  display: block;
  font-weight: normal;
}
table th,
table td {
  border-left: #dee0e3 1px solid;
  border-right: #dee0e3 1px solid;
  border-top: #dee0e3 1px solid;
  border-bottom: #dee0e3 1px solid;
  padding: 0.5em;
}
table td {
  color: #555;
  word-break: break-all;
}
table td a {
  word-break: break-all;
}
table td a:not(:hover) {
  color: #555;
}
@media screen and (min-width: 576px) {
  table td.num {
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  table td.date {
    text-align: center;
  }
}
table th {
  background-color: var(--tablePrimary);
  color: #fff;
  white-space: nowrap;
  border-bottom: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  table th {
    min-width: 150px;
  }
}
table tbody th {
  color: #fff;
  background: var(--colorSecondary);
}
table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
table table:has(thead) tbody th {
  color: #333333;
  background: #f1f1f1;
}

thead + tbody th {
  color: #555;
  background: #dee0e3;
}

.tableList,
.tableScroll {
  width: 100%;
  position: relative;
}
.tableList table,
.tableScroll table {
  background: #fff;
}
.tableList .tableScrollIn,
.tableScroll .tableScrollIn {
  scroll-behavior: smooth;
  padding-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}
.tableList .caption,
.tableScroll .caption {
  position: relative;
  z-index: 9;
}
.tableList .scrollTablePrevBtn,
.tableScroll .scrollTablePrevBtn {
  left: 0;
}
.tableList .scrollTableNextBtn,
.tableScroll .scrollTableNextBtn {
  right: 0;
  transform: rotateY(180deg);
}
.tableList .scrollTablePrevBtn,
.tableList .scrollTableNextBtn,
.tableScroll .scrollTablePrevBtn,
.tableScroll .scrollTableNextBtn {
  color: transparent;
  font-size: 0;
  width: 50px;
  position: absolute;
  bottom: 20px;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 0px;
  display: none;
  background: linear-gradient(to left, rgba(248, 248, 248, 0) 33%, rgba(248, 248, 248, 0.5) 50%, #f8f8f8 100%);
  z-index: 5;
  padding: 0;
}
.tableList .scrollTablePrevBtn::before,
.tableList .scrollTableNextBtn::before,
.tableScroll .scrollTablePrevBtn::before,
.tableScroll .scrollTableNextBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/basic/icon/arrow_back_dk.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.tableList a,
.tableScroll a {
  text-decoration: none;
}

.tableScroll table {
  min-width: 797px;
}

@media screen and (max-width: 575px) {
  .tableList table thead,
  .tableList table tbody,
  .tableList table th,
  .tableList table td,
  .tableList table tr {
    display: block;
  }
  .tableList table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .tableList table tr {
    margin-bottom: 10px;
    border: #ddd 1px solid;
    border-color: #97a3b6;
  }
  .tableList table td {
    border: none;
    position: relative;
    padding-left: 0.5em;
    padding-top: 2em;
    white-space: normal;
    text-align: left;
    border-bottom: 1px solid #eee;
    border-color: #dee0e3;
  }
  .tableList table td:last-child {
    border: none;
  }
  .tableList table td:before {
    display: none;
  }
  .tableList table a {
    text-decoration: none;
  }
  .tableList table.loaded td:before {
    content: attr(data-td-title);
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    color: #888;
    font-size: 0.875rem;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  header {
    padding: 10px 0 0;
  }
}
header .topNav {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 991px) {
  header .topNav {
    display: none;
  }
}

.topNav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  z-index: 20;
}
.topNav .accessKeyItem {
  top: auto;
  left: auto;
  position: relative;
  color: #333333;
}
.topNav .navList {
  display: flex;
  position: relative;
  z-index: 20;
}
.topNav .navList > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topNav .navList > ul a {
  padding: 5px 10px;
  border-radius: var(--borderRadius4);
  font-weight: 400;
  line-height: 1.4;
  display: block;
  color: var(--headerTextColor);
  transition: 0.3s;
}
.topNav .navList > ul a:hover {
  background-color: var(--aHover);
  color: #fff;
}
.topNav .navList .sliderFn {
  position: relative;
}
.topNav .navList .sliderFn > button {
  padding: 5px 25px 5px 10px;
  background: none;
  font-weight: 400;
  line-height: 1.4;
}
.topNav .navList .sliderFn > button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #333333 transparent transparent transparent;
  top: 50%;
  right: 10px;
}
.topNav .navList .sliderFn > button.active, .topNav .navList .sliderFn > button:hover {
  color: var(--colorPrimary);
}
.topNav .navList .sliderFn > button.active:after, .topNav .navList .sliderFn > button:hover:after {
  border-color: var(--colorPrimary) transparent transparent transparent;
}
.topNav .navList .sliderFn ul {
  display: none;
}
.topNav a {
  text-decoration: none;
}

.subNavList {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.subNavList .sliderFn {
  line-height: 0;
}
.subNavList .sliderFn > button {
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  background: var(--navSurface);
  border-radius: 50%;
  font-weight: 600;
  line-height: 0;
  border: none;
  transition: all 0.3s ease;
}
.subNavList .sliderFn > button::after {
  display: none;
}
.subNavList .sliderFn > button::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subNavList .sliderFn > button.active, .subNavList .sliderFn > button:hover {
  background: var(--navSurfaceHover);
}

.sideNav {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
}
.sideNav button#sideNavBtn {
  width: 35px;
  padding: 34px 8px 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  writing-mode: vertical-rl;
  position: sticky;
  top: 80px;
  letter-spacing: 2px;
  color: #fff;
  background: var(--colorPrimary);
  border-radius: var(--borderRadius8);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  transition: none;
}
.sideNav button#sideNavBtn::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 14px;
  left: 35%;
  transform: rotate(-45deg);
  transform-origin: center;
}
.sideNav button#sideNavBtn.active::before {
  left: 40%;
  transform: rotate(135deg);
}
.sideNav #sideMenu {
  flex-grow: 1;
  overflow: hidden;
  border-radius: var(--borderRadius8);
  background: #FFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: var(--sideFixTop);
}
.sideNav #sideMenu .sideMenuContent {
  width: 260px;
  display: flex;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.sideNav #sideMenu .sideMenuContent .sideTitle {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-align: center;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox {
  overflow-y: auto;
  padding: 4px;
  width: 100%;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.needLink a {
  position: relative;
  flex-grow: 1;
  padding-right: 10px;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.needLink button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 30px;
  position: relative;
  margin: 0 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.needLink button::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, var(--colorPrimaryDark) 0%, var(--colorPrimary) 100%);
  opacity: 0;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.needLink > button::after, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild:not(.needLink) > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #555;
  border-left: 3px solid #555;
  position: absolute;
  right: 12px;
  top: 18px;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.active > a, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.active > button {
  color: var(--colorPrimary);
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.active.needLink > button::after, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul .hasChild.active:not(.needLink) > a::after {
  top: 20px;
  transform: rotate(135deg);
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li {
  background: #F8F8F8;
  border-radius: 4px;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  padding: 8px 12px;
  line-height: 2;
  isolation: isolate;
  border-radius: 8px;
  background: #F8F8F8;
  position: relative;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a:not(:hover) {
  color: #333333;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--colorPrimaryDark) 0%, var(--colorPrimary) 100%);
  opacity: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a i {
  line-height: 0;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.active > a, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a:hover {
  color: #fff !important;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.active > a::before, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a:hover::before {
  opacity: 1;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.active > a::after, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a:hover::after {
  border-color: #fff !important;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.active > a .icon, .sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li > a:hover .icon {
  filter: brightness(50);
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.needLink.active > a::before {
  width: calc(100% + 30px) !important;
  left: 0 !important;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.needLink.active > button::after {
  border-color: #fff !important;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.needLink:has(button:hover) > a::before {
  width: 30px;
  left: 100%;
  opacity: 1;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li.needLink:has(button:hover) > button::after {
  border-color: #fff !important;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li li a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 8px 12px 8px 48px;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li li a:not(:hover) {
  color: #333333;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul > li li li a::before {
  content: "";
  height: 1px;
  width: 12px;
  background: #555;
  margin: 0 3px;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul ul {
  width: 100%;
  display: none;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sideNav #sideMenu .sideMenuContent .sideNavBox > ul a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .sideNav.typeA {
    position: fixed;
    z-index: 50;
    left: 0;
    top: var(--sideFixTop);
    gap: 0;
    height: calc(100vh - var(--sideFixTop) - 40px);
  }
  .sideNav.typeA button#sideNavBtn {
    width: 30px;
    border-radius: 0 var(--borderRadius8) var(--borderRadius8) 0;
    order: 4;
    top: 0;
  }
  .sideNav.typeA #sideMenu {
    display: none;
    height: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .sideNav.typeA #sideMenu {
    border-radius: var(--borderRadius8) 0 var(--borderRadius8) 0;
  }
}
@media screen and (max-width: 991px) {
  .sideNav.typeB {
    flex-direction: column;
  }
  .sideNav.typeB button#sideNavBtn {
    width: 100%;
    writing-mode: unset;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 20px 8px 20px;
  }
  .sideNav.typeB button#sideNavBtn::before {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(45deg);
  }
  .sideNav.typeB button#sideNavBtn.active::before {
    transform: rotate(-135deg);
  }
  .sideNav.typeB #sideMenu {
    width: 100%;
    display: none;
  }
  .sideNav.typeB #sideMenu .sideMenuContent {
    width: 100%;
  }
}

.breadcrumb {
  font-size: 1rem;
  display: flex;
  gap: 5px;
}
.breadcrumb::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/basic/icon/home_dk.svg") center no-repeat;
  background-size: contain;
  margin-top: 6px;
}
.breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
}
.breadcrumb ul li {
  margin: 0px 0.1em 0.1em 0px;
  color: #69707d;
  line-height: 2;
}
.breadcrumb ul li + li:before {
  content: " / ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #ccc;
}
.breadcrumb ul li a {
  text-decoration: none;
}
.breadcrumb ul li a:not(:hover) {
  color: #69707d;
}

.functionPanel {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  position: relative;
}
.functionPanel a {
  text-decoration: none;
}
.functionPanel .back {
  color: transparent !important;
}
.functionPanel .back::before {
  content: "";
  background-image: url("../images/basic/icon/back_dk.svg");
}
.functionPanel .print {
  color: transparent !important;
}
.functionPanel .print::before {
  content: "";
  background-image: url("../images/basic/icon/print_dk.svg");
}
.functionPanel .email {
  color: transparent !important;
}
.functionPanel .email::before {
  content: "";
  background-image: url("../images/basic/icon/mail_dk.svg");
}

.fontSizeInner button,
.functionPanelBtn {
  width: 42px;
  height: 42px;
  padding: 5px;
  aspect-ratio: 1;
  line-height: 1;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #e0e0e0;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .fontSizeInner button,
  .functionPanelBtn {
    width: 42px;
    height: 42px;
  }
}
.fontSizeInner button.active, .fontSizeInner button:hover,
.functionPanelBtn.active,
.functionPanelBtn:hover {
  color: #fff;
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
}
.fontSizeInner button.active::before, .fontSizeInner button:hover::before,
.functionPanelBtn.active::before,
.functionPanelBtn:hover::before {
  filter: brightness(100);
}
.fontSizeInner button::before,
.functionPanelBtn::before {
  position: absolute;
  width: 22px;
  height: 22px;
  right: auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.fontSizeInner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .fontSizeInner {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .fontSizeInner span {
    font-size: 0.8125rem;
  }
}
.fontSizeInner ul {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fontSizeInner ul li.active button {
  color: #fff;
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
}

.contentSearchBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  gap: 8px;
  padding: 6px 16px;
}
.contentSearchBtn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/basic/icon/search_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contentSearchBox {
  display: none;
  border-top: 3px solid var(--colorPrimary);
  order: 99;
  width: 100%;
  box-shadow: 0px 4px 16px -4px rgba(38, 43, 67, 0.3);
  background: #f1f1f1;
}
.contentSearchBox .searchContent {
  padding: 24px;
}
.contentSearchBox .btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.contentSearchBox .btnBox button {
  border-radius: var(--borderRadius4);
}

.tagBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .tagBox ul li {
    flex-grow: 1;
  }
}
.tagBox ul a,
.tagBox ul button {
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 4px;
  border-radius: var(--borderRadius4);
  background: #e6e6e6;
  line-height: 1.8;
  color: #111;
  text-decoration: none;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .tagBox ul a,
  .tagBox ul button {
    padding: 4px 16px;
  }
}
.tagBox ul a.active, .tagBox ul a:hover,
.tagBox ul button.active,
.tagBox ul button:hover {
  color: #fff;
  background: #555;
}
.tagBox ul a.active i::before, .tagBox ul a.active::before, .tagBox ul a:hover i::before, .tagBox ul a:hover::before,
.tagBox ul button.active i::before,
.tagBox ul button.active::before,
.tagBox ul button:hover i::before,
.tagBox ul button:hover::before {
  filter: invert(100%) brightness(200%);
}

.shareBox {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.shareBox .share {
  color: transparent !important;
}
.shareBox .share::before {
  content: "";
  background-image: url("../images/basic/icon/share_dk.svg");
}
.shareBox .shareBoxList {
  padding: 5px;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  width: 42px;
  overflow: hidden;
  z-index: 5;
}
.shareBox .shareBoxList ul {
  flex-direction: column;
}
.shareBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shareBox ul li {
  line-height: 0;
}
.shareBox ul a {
  display: block;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.shareBox ul a:hover {
  transform: translate(-2px, -2px);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.shareBox ul img {
  width: 32px;
  aspect-ratio: 1;
}

.pagination {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0 32px;
}
.pagination .formInline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #555;
}
.pagination .formInline span {
  color: var(--colorPrimary);
}
.pagination .formInline button {
  border-radius: var(--borderRadius4);
  line-height: 2;
}
.pagination .formInline select,
.pagination .formInline input {
  flex-grow: unset;
}
.pagination .formInline .count {
  padding: 0;
  background: none;
  color: var(--colorPrimary);
  font-weight: 500;
}
.pagination .formInline .count.active {
  text-decoration: underline;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 5px;
  }
}
.pagination li.active a {
  color: #fff;
  background: var(--colorPrimary) !important;
  border-color: var(--colorPrimary);
}
.pagination li.active a::before {
  filter: brightness(100);
}
.pagination li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #333333;
  background: #DEE0E3;
  border-radius: var(--borderRadius4);
  text-decoration: none;
}
.pagination li a:hover {
  color: #fff;
  background: var(--colorPrimary) !important;
  border-color: var(--colorPrimary);
}
.pagination li a:hover::before {
  filter: brightness(100);
}
.pagination li[class*=Arrow] a {
  color: transparent;
  border: none;
  font-size: 0;
  position: relative;
  background: #fff;
}
.pagination li[class*=Arrow] a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.pagination li[class*=Arrow].prevArrow a::before, .pagination li[class*=Arrow].nextArrow a::before {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .pagination li[class*=Arrow].firstArrow, .pagination li[class*=Arrow].lastArrow {
    display: none;
  }
}
.pagination li[class*=Arrow].firstArrow a::before {
  background-image: url("../images/basic/icon/first_page_dk.svg");
}
.pagination li[class*=Arrow].lastArrow a::before {
  transform: scale(-1) translate(50%, 50%);
  background-image: url("../images/basic/icon/first_page_dk.svg");
}
.pagination li[class*=Arrow].prevArrow a::before {
  background-image: url("../images/basic/icon/arrow_left_dk.svg");
}
.pagination li[class*=Arrow].nextArrow a::before {
  transform: scale(-1) translate(50%, 50%);
  background-image: url("../images/basic/icon/arrow_left_dk.svg");
}

@media screen and (min-width: 992px) {
  *:has(.topSearch) .webSearch {
    position: absolute;
    display: none;
    top: 100%;
    right: 10px;
    background: #fff;
    border-radius: var(--borderRadius8);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
*:has(.topSearch) .webSearchContent {
  padding: 20px;
}

.topSearch > button::before {
  background: url("../images/basic/icon/search_w.svg") center no-repeat;
}

#mobileSearchBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  color: transparent;
  width: 60px;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  background: none;
}
@media screen and (max-width: 991px) {
  #mobileSearchBtn {
    display: block;
  }
}
#mobileSearchBtn::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 2;
  aspect-ratio: 1/1;
  display: block;
  background: url("../images/basic/icon/search_w.svg") center no-repeat;
  width: 28px;
  height: 28px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.webSearch {
  vertical-align: top;
  margin: 0 0 0 auto;
  order: 3;
  z-index: 55;
}
@media screen and (max-width: 991px) {
  .webSearch {
    width: 100%;
    position: fixed;
    top: 60px;
    background: rgba(0, 0, 0, 0.8);
    right: 0px;
    margin: 0;
    display: none;
  }
}
.webSearch .webSearchContent {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .webSearch .webSearchContent {
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}
.webSearch .formList {
  display: flex;
  gap: 5px;
}
.webSearch .formList input {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .webSearch .formList > * {
    flex-grow: 1;
  }
}
.webSearch .formList button {
  flex-shrink: 0;
  white-space: nowrap;
}
.webSearch .hotKeyword ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  gap: 10px;
}
.webSearch .hotKeyword ul li {
  margin: 0;
  flex: 0 0 auto;
}
.webSearch .hotKeyword a {
  text-decoration: none;
}
.webSearch .hotKeyword a:not(:hover) {
  color: #333333;
}
@media screen and (max-width: 991px) {
  .webSearch .hotKeyword a:not(:hover) {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .webSearch .hotKeyword a:hover {
    color: color-mix(in srgb, var(--colorPrimary), white 50%);
  }
}

.subNavList .language {
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .subNavList .language > button {
    text-align: left;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: var(--borderRadius8);
    margin: 0;
    width: 100%;
    padding: 3px 30px 3px 16px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    color: #fff;
  }
}
.subNavList .language > button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.subNavList .language.sliderFn > button::before {
  border: none;
  background: url("../images/basic/icon/language_w.svg") center no-repeat;
}

@media screen and (max-width: 991px) {
  .language {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .language > button {
    text-align: left;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: var(--borderRadius8);
    margin: 0;
    width: 100%;
    padding: 3px 30px 3px 16px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    color: #fff;
  }
}
.language ul {
  width: 100%;
  min-width: 110px;
  left: 50%;
  top: calc(100% + 5px);
  transform: translateX(-50%);
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background: #fff;
  border-radius: var(--borderRadius8);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.language ul li + li {
  margin-top: 5px;
}
.language ul a {
  padding: 6px 16px;
  display: block;
  color: #333333;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.language ul a:focus-visible {
  outline-offset: -2px;
}
.language ul a:hover {
  color: #fff;
  background: var(--colorPrimary);
}

.fontSize {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.fontSize ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fontSize ul li.active button {
  color: #fff;
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
}
.fontSize ul button {
  padding: 5px;
  aspect-ratio: 1;
  line-height: 1;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fontSize ul button:hover {
  color: #fff;
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
}
.fontSize.sliderFn > button::before {
  background: url("../images/basic/icon/format_size_w.svg") center no-repeat;
}
.fontSize.sliderFn ul {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  list-style: none;
}
.fontSize.sliderFn ul li {
  padding: 5px 10px;
}
.fontSize.sliderFn ul li:first-child {
  padding: 10px 10px 0px;
}
.fontSize.sliderFn ul li:last-child {
  padding: 0px 10px 10px;
}
.fontSize.sliderFn ul button {
  width: 38px;
  height: 38px;
  padding: 0;
}

@keyframes showMenu {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
#mobileMainMenuBtn {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  padding: 0;
  margin: 0;
  color: transparent;
  background: none;
  border: none;
}
@media screen and (max-width: 991px) {
  #mobileMainMenuBtn {
    display: block;
  }
}
#mobileMainMenuBtn:focus-visible {
  outline-offset: -2px !important;
}
#mobileMainMenuBtn::after, #mobileMainMenuBtn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background: var(--navBtnColor);
  box-shadow: var(--navBtnColor) 0 7px 0 0, var(--navBtnColor) 0 -7px 0 0;
  transition: all 0.3s ease;
}
#mobileMainMenuBtn::after {
  box-shadow: none;
  opacity: 0;
  transition: all 0.3s ease;
}
#mobileMainMenuBtn.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: none;
}
#mobileMainMenuBtn.active::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#mobileMenu {
  width: 280px;
  background: var(--colorPrimary);
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 99;
  padding: 30px 20px 20px;
  display: none;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}
#mobileMenu a {
  text-decoration: none;
}
#mobileMenu.open .mobileMainMenu li {
  transform: scale(1) translateX(0px);
  opacity: 1;
}
#mobileMenu.open .mobileMainMenu li:nth-child(1) {
  transition-delay: 0.27s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(2) {
  transition-delay: 0.34s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(3) {
  transition-delay: 0.41s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(4) {
  transition-delay: 0.48s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(5) {
  transition-delay: 0.55s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(6) {
  transition-delay: 0.62s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(7) {
  transition-delay: 0.69s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(8) {
  transition-delay: 0.76s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(9) {
  transition-delay: 0.83s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(10) {
  transition-delay: 0.9s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(11) {
  transition-delay: 0.97s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(12) {
  transition-delay: 1.04s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(13) {
  transition-delay: 1.11s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(14) {
  transition-delay: 1.18s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(15) {
  transition-delay: 1.25s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(16) {
  transition-delay: 1.32s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(17) {
  transition-delay: 1.39s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(18) {
  transition-delay: 1.46s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(19) {
  transition-delay: 1.53s;
}
#mobileMenu.open .mobileMainMenu li:nth-child(20) {
  transition-delay: 1.6s;
}
#mobileMenu #mobileMainMenuClose {
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  padding: 0;
  min-width: auto;
  top: 2px;
  right: 0px;
  margin: 0;
  text-indent: -999px;
  border: none;
  background: none;
  border: none;
}
#mobileMenu #mobileMainMenuClose:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #eee;
  content: "";
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}
#mobileMenu .mobileMainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileMenu .mobileMainMenu ul li.hasChild > a {
  position: relative;
}
#mobileMenu .mobileMainMenu ul li.hasChild:not(:has(button)) > a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  border-top: none;
  border-left: none;
  transition: all 0.3s ease;
}
#mobileMenu .mobileMainMenu ul li.hasChild.needLink {
  display: flex;
  flex-wrap: wrap;
}
#mobileMenu .mobileMainMenu ul li.hasChild.needLink a {
  flex-grow: 1;
}
#mobileMenu .mobileMainMenu ul li.hasChild.needLink button {
  background: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mobileMenu .mobileMainMenu ul li.hasChild.needLink button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  border-top: none;
  border-left: none;
  transition: all 0.3s ease;
}
#mobileMenu .mobileMainMenu ul li.hasChild.needLink ul {
  width: 100%;
}
#mobileMenu .mobileMainMenu ul a {
  color: #fff;
  display: block;
  padding: 10px 16px;
  text-decoration: none;
}
#mobileMenu .mobileMainMenu ul ul {
  display: none;
}
#mobileMenu .mobileMainMenu ul ul a {
  padding-left: 20px;
}
#mobileMenu .mobileMainMenu ul ul ul a {
  padding-left: 24px;
}
#mobileMenu .mobileMainMenu ul ul ul ul a {
  padding-left: 28px;
}
#mobileMenu .mobileMainMenu ul ul ul ul ul a {
  padding-left: 32px;
}
#mobileMenu .mobileMainMenu > ul li {
  opacity: 0;
  transform: scale(1.15) translateX(-30px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#mobileMenu .mobileMainMenu > ul li:nth-child(1) {
  transition-delay: 0.49s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(2) {
  transition-delay: 0.42s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(3) {
  transition-delay: 0.35s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(4) {
  transition-delay: 0.28s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(5) {
  transition-delay: 0.21s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(6) {
  transition-delay: 0.14s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(7) {
  transition-delay: 0.07s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(8) {
  transition-delay: 0s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(9) {
  transition-delay: -0.07s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(10) {
  transition-delay: -0.14s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(11) {
  transition-delay: -0.21s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(12) {
  transition-delay: -0.28s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(13) {
  transition-delay: -0.35s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(14) {
  transition-delay: -0.42s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(15) {
  transition-delay: -0.49s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(16) {
  transition-delay: -0.56s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(17) {
  transition-delay: -0.63s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(18) {
  transition-delay: -0.7s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(19) {
  transition-delay: -0.77s;
}
#mobileMenu .mobileMainMenu > ul li:nth-child(20) {
  transition-delay: -0.84s;
}
#mobileMenu .mobileMainMenu > ul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#mobileMenu .topNav {
  align-items: unset;
  gap: 0;
  flex-direction: column;
  width: 100%;
}
#mobileMenu .topNav .navList {
  padding: 20px 0;
}
#mobileMenu .topNav .navList > ul {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileMenu .topNav .navList > ul > li {
  flex-grow: 1;
  position: relative;
}
#mobileMenu .topNav .navList > ul > li > a {
  display: block;
  padding: 3px 16px 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
}
#mobileMenu .topNav .language button {
  text-indent: 0;
}
#mobileMenu .topNav .language button::before {
  display: none;
}
#mobileMenu .topNav .language button:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #mobileMenu .topNav .language ul {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.menu {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}
.menu a {
  text-decoration: none;
}
.menu ul {
  min-width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
}
.menu ul li.hasChild > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.menu ul li.hasChild > a::after {
  content: "";
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.menu ul li.leftSlider ul ul {
  left: auto;
  right: 100%;
}
.menu ul li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.menu ul li.active > ul, .menu ul li:hover > ul {
  animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  opacity: 1;
  display: block;
}
.menu ul li.active > a, .menu ul li:hover > a {
  color: #fff;
  background: var(--aHover);
}
.menu ul li.active > a::after, .menu ul li:hover > a::after {
  content: "";
  border-color: #fff;
}
.menu > ul {
  display: flex;
  max-width: 1340px;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  margin: 0 auto;
}
.menu > ul > li > a, .menu > ul > li > button {
  color: var(--headerTextColor);
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.menu > ul ul {
  display: none;
  top: 100%;
  position: absolute;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.menu > ul ul ul {
  top: 0;
  left: 100%;
}
.menu > ul ul a {
  color: #333333;
  transition: all 0.3s ease;
}
.menu > ul ul a:hover {
  background: #555555;
}

.megaMenu {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .megaMenu {
    display: none;
  }
}
.megaMenu a {
  text-decoration: none;
}
.megaMenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.megaMenu ul li.hasChild > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.megaMenu ul li.hasChild > a::after {
  content: "";
  border: 2px solid #333333;
  border-top: none;
  border-left: none;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.megaMenu ul li.leftSlider ul ul {
  left: auto;
  right: 100%;
}
.megaMenu > ul {
  display: flex;
  max-width: 1340px;
  justify-content: space-between;
  margin: 0 auto;
}
.megaMenu > ul > li.active > ul {
  animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
}
.megaMenu > ul > li > a, .megaMenu > ul > li > button {
  color: #333333;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  padding: 10px 16px;
  display: block;
}
.megaMenu > ul > li > a:hover, .megaMenu > ul > li > button:hover {
  color: var(--aColor);
}
.megaMenu > ul > li > ul {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  position: absolute;
  left: 0;
  overflow-y: auto;
  max-height: 50vh;
}
.megaMenu > ul > li > ul a {
  padding: 8px 15px;
  display: block;
  color: #fff;
}
.megaMenu > ul > li > ul a::after {
  display: none !important;
}
.megaMenu > ul > li > ul > li {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .megaMenu > ul > li > ul > li {
    width: 100%;
  }
}
.megaMenu > ul > li > ul ul {
  display: block;
  background: rgba(255, 255, 255, 0.3);
}
.megaMenu > ul > li > ul ul a {
  padding-left: 26px;
}
.megaMenu > ul > li > ul ul ul a {
  padding-left: 36px;
}
.megaMenu > ul li:hover > a,
.megaMenu > ul li.active > a {
  color: #fff;
  background: var(--colorPrimary);
}

.fatFooter {
  width: 100%;
  background: var(--footerBg);
}
.fatFooter a {
  text-decoration: none;
}
.fatFooter #fatFooterBtn {
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 26px 6px;
  border-radius: 0 0 var(--borderRadius4) var(--borderRadius4);
  color: #fff;
}
.fatFooter #fatFooterBtn.active::before {
  top: 8px;
  transform: rotate(135deg);
}
.fatFooter nav {
  padding: 68px 0 30px;
}
.fatFooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.fatFooter nav > ul {
  gap: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fatFooter nav > ul {
    flex-direction: column;
    text-align: left;
  }
}
.fatFooter nav > ul > li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
  width: calc((100% - 100px) / 6);
}
@media screen and (max-width: 991px) {
  .fatFooter nav > ul > li {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0;
  }
}
.fatFooter nav > ul > li > a {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 8px 0;
  color: var(--footerTitleColor);
  border-bottom: 1px solid var(--colorPrimary);
}
@media screen and (max-width: 991px) {
  .fatFooter nav > ul > li > a {
    border-bottom: none;
  }
}
body[data-theme=red] .fatFooter nav > ul > li > a {
  border-bottom: none;
}
.fatFooter nav > ul ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .fatFooter nav > ul ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 20px;
  }
}
.fatFooter nav > ul ul li a {
  font-size: 1rem;
  color: var(--footerTextColor);
}

.swiperArrow {
  width: 52px;
  height: 84px;
  padding: 0;
  background: none;
  border-radius: 0;
  position: relative;
  background: none;
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .swiperArrow {
    width: 30px;
    height: 50px;
  }
}
.swiperArrow::before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-image: url("../images/basic/icon/arrow_back_dk.svg");
}
@media screen and (max-width: 1200px) {
  .swiperArrow::before {
    width: 30px;
    height: 30px;
  }
}
.swiperArrow.swiperPrev {
  left: 0;
}
.swiperArrow.swiperNext {
  right: 0;
}
.swiperArrow.swiperNext::before {
  transform: translate(-50%, -50%) scale(-1);
}
.swiperArrow.swiperArrow-disabled {
  opacity: 0.3;
  background: none !important;
}
.swiperArrow:hover {
  background: none !important;
}

.swiperPagination {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.swiperPagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  opacity: 1 !important;
}
.swiperPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--colorPrimary);
}
.swiperPagination .swiper-pagination-current {
  color: var(--colorPrimary);
}

*:has(.autoPlaySwitch) .swiperBox {
  margin-top: 20px;
  position: relative;
}

button.autoPlaySwitch {
  flex-shrink: 0;
  background: #326dc7;
  border-radius: 50px;
  color: #fff;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: none;
  position: relative;
}
button.autoPlaySwitch.stop {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
}
button.autoPlaySwitch.stop::before {
  content: "";
  width: 4px;
  height: 12px;
  top: 16px;
  left: 16px;
  background-color: #fff;
  box-shadow: #fff 8px 0px 0px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
button.autoPlaySwitch.play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
button.autoPlaySwitch:hover {
  background: var(--colorSecondary);
}

.mpSlider {
  width: 100%;
  isolation: isolate;
  margin-top: 32px;
}
.mpSlider .autoPlaySwitch {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mpSlider .autoPlaySwitch {
    top: 10px;
  }
}
.mpSlider .swiper {
  margin-top: 0;
}
.mpSlider .swiper a {
  display: block;
  position: relative;
  text-decoration: none;
}
.mpSlider .swiperArrow {
  background: rgba(255, 255, 255, 0.4);
}
.mpSlider .swiperPagination {
  top: 100%;
  height: 30px;
}
.mpSlider:has(.contentBox) img {
  min-height: 300px;
}
.mpSlider .contentBox {
  display: flex;
  align-items: center;
}
.mpSlider .contentBox .infoBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 13%;
  text-decoration: none;
  color: #333333;
}
.mpSlider .contentBox .infoBox .title {
  font-size: 2.25rem;
  line-height: 1.2;
}
.mpSlider .contentBox .infoBox .subtitle {
  font-size: 1.75rem;
}
.mpSlider .contentBox .infoBox .description {
  font-weight: 300;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lightBoxSlider {
  position: relative;
  isolation: isolate;
}
.lightBoxSlider .swiperBox {
  padding: 0px 70px;
}
@media screen and (max-width: 991px) {
  .lightBoxSlider .swiperBox {
    padding: 10px 40px;
  }
}
.lightBoxSlider .item {
  cursor: pointer;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.lightBoxSlider .item:focus-visible .caption, .lightBoxSlider .item:hover .caption {
  transform: translateY(0);
}
.lightBoxSlider .item:focus-visible {
  outline-width: 4px;
  outline-offset: -4px;
}
.lightBoxSlider .swiperDots {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.lightBoxSlider .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightBoxSlider .pic img {
  aspect-ratio: 4/3;
}
.lightBoxSlider .caption {
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lightBoxSlider .caption {
    transform: translateY(0);
  }
}
.lightBoxSlider .caption span {
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}

.thumbsAlbum {
  width: 100%;
}
.thumbsAlbum .sliderFor {
  position: relative;
}
.thumbsAlbum .sliderFor .autoPlaySwitch {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}
.thumbsAlbum .sliderFor .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbsAlbum .sliderFor .pic img {
  aspect-ratio: 16/9;
}
.thumbsAlbum .navSlider {
  position: relative;
  isolation: isolate;
}
.thumbsAlbum .navSlider .swiperArrow {
  background: rgba(255, 255, 255, 0.4);
}
.thumbsAlbum .navSlider .item {
  cursor: pointer;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.thumbsAlbum .navSlider .item:focus-visible .caption, .thumbsAlbum .navSlider .item:hover .caption {
  transform: translateY(0);
}
.thumbsAlbum .navSlider .item:focus-visible {
  outline-width: 4px;
  outline-offset: -4px;
}
.thumbsAlbum .navSlider .swiperDots {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.thumbsAlbum .navSlider .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbsAlbum .navSlider .pic img {
  aspect-ratio: 4/3;
}
.thumbsAlbum .navSlider .caption {
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .thumbsAlbum .navSlider .caption {
    transform: translateY(0);
  }
}
.thumbsAlbum .navSlider .caption span {
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}

.linkSlider {
  position: relative;
  isolation: isolate;
}
.linkSlider .swiperBox {
  padding: 10px 70px;
}
@media screen and (max-width: 991px) {
  .linkSlider .swiperBox {
    padding: 10px 40px;
  }
}
.linkSlider .swiper {
  margin-bottom: 15px;
}
.linkSlider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.linkSlider .swiper-slide .item {
  flex-basis: calc(20% - 16px);
}
@media screen and (max-width: 991px) {
  .linkSlider .swiper-slide .item {
    flex-basis: calc(25% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .linkSlider .swiper-slide .item {
    flex-basis: calc(33.333% - 13.333333px);
  }
}
@media screen and (max-width: 575px) {
  .linkSlider .swiper-slide .item {
    flex-basis: calc(50% - 10px);
  }
}
.linkSlider a {
  display: block;
}
.linkSlider .pic {
  aspect-ratio: 3/1.1;
}
.linkSlider .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.accordion {
  list-style: none;
  padding: 0;
}
.accordion .accordionList {
  margin-bottom: 0.5em;
}
.accordion .accordionList .accordionBtn {
  width: 100%;
  position: relative;
  padding: 0 16px 0 0;
  font-size: 1.125rem;
  border-radius: var(--borderRadius4);
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(38, 43, 67, 0.2);
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-weight: 500;
  line-height: 1.4;
  white-space: unset;
}
.accordion .accordionList .accordionBtn::before {
  content: "Q";
  align-self: stretch;
  background: var(--colorPrimary);
  padding: 6px 18px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.accordion .accordionList .accordionBtn > span {
  word-break: break-all;
  margin: 12px 0;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.accordion .accordionList.active .accordionState::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}
.accordion .accordionContent {
  overflow: hidden;
}
.accordion .accordionContent.hidden {
  display: none;
}
.accordion .accordionContent .content {
  padding: 10px 0;
}
.accordion .accordionState {
  margin-left: 10px;
  padding: 4px 16px;
  border-radius: var(--borderRadius4);
  background: #DEE0E3;
  align-self: flex-start;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0 auto;
  color: #333;
  font-size: 0.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion .accordionState {
    padding: 10px;
    aspect-ratio: 1;
  }
  .accordion .accordionState span {
    display: none;
  }
}
.accordion .accordionState:after {
  content: "";
  border: 1.5px solid #555555;
  border-top: none;
  border-left: none;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  transform: rotate(45deg);
}

.tabSet {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
}
.tabSet .tabBtnBox {
  overflow-x: auto;
  display: flex;
  padding-bottom: 5px;
}
.tabSet .tabItems {
  display: flex;
  gap: 10px 0;
  padding: 0 0 4px 0;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
}
.tabSet .tabBtn {
  display: block;
  position: relative;
  background: rgba(244, 244, 244, 0.8);
  box-shadow: inset 0px -15px 30px -20px rgba(0, 0, 0, 0.27);
  border-radius: 0;
  color: #111;
  font-weight: bold;
  padding: 12px 40px;
  flex-shrink: 0;
  flex-grow: 1;
  transition: all 0.3s;
  font-size: 1.375rem;
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tabSet .tabBtn > * {
  pointer-events: none;
}
.tabSet .tabBtn:hover {
  background: var(--colorPrimary);
  color: #fff;
}
.tabSet .tabBtn.active {
  background: #fff;
  box-shadow: inset 0px 5px 0px 0px var(--colorPrimary);
}
.tabSet .tabBtn.active:hover {
  background: #fff;
  color: #111;
}
.tabSet .tabContentGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tabSet .tabContent {
  padding: 0 20px;
}
.tabSet .mobileTabBtn {
  width: 100%;
  background: var(--btnPrimary);
  color: #fff;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 40px;
}
.tabSet .mobileTabBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
  transition: all 0.3s ease;
}
.tabSet .mobileTabBtn.active::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
.tabSet .mobileTabBtn.active, .tabSet .mobileTabBtn:hover {
  background: var(--btnPrimaryHover);
}

.floatNav {
  position: fixed;
  right: 22px;
  bottom: 20%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .floatNav {
    right: 10px;
  }
}
.floatNav ul.typeA {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.floatNav ul.typeA li {
  line-height: 0;
}
.floatNav ul.typeA li + li {
  margin-top: 10px;
}
.floatNav ul.typeA a {
  display: block;
  line-height: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .floatNav ul.typeA a {
    width: 40px;
    height: 40px;
  }
}
.floatNav ul.typeA a img {
  width: 100%;
  aspect-ratio: 1;
}
.floatNav .floatSwitchBtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background: #111;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .floatNav .floatSwitchBtn {
    width: 40px;
    height: 40px;
  }
}
.floatNav .floatSwitchBtn.active {
  transform: rotate(45deg);
  background: var(--colorSecondary);
}
.floatNav .floatSwitchBtn::before, .floatNav .floatSwitchBtn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: translate(-50%, -50%);
  transform-origin: center;
  left: 50%;
  top: 50%;
}
.floatNav .floatSwitchBtn::after {
  width: 20px;
  height: 2px;
}
.floatNav ul.typeB {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: absolute;
  left: calc(100% - 20px);
  width: 160px;
}
.floatNav ul.typeB a {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--colorPrimary);
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: var(--borderRadius8) 0 0 var(--borderRadius8);
  font-size: 0.875rem;
  line-height: 1.5;
}
.floatNav ul.typeB a:hover {
  transform: translateX(calc(-100% + 42px));
  background: var(--colorPrimaryDark);
}
.floatNav ul.typeB .pic {
  width: 25px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatNav ul.typeB .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fileDownloadBox > ul {
  border-top: #97A3B6 3px solid;
  border-bottom: #97A3B6 3px solid;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.fileDownloadBox > ul > li {
  padding: 12px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fileDownloadBox > ul > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.fileDownloadBox > ul > li:not(:last-child) {
  border-bottom: #DEE0E3 1px solid;
}
.fileDownloadBox .downloadFiles {
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .fileDownloadBox .downloadFiles {
    max-width: none;
    justify-content: flex-start;
  }
}
.fileDownloadBox .downloadFiles li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.fileDownloadBox .downloadFiles a {
  display: block;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2.5rem;
  text-decoration: none;
  position: relative;
  padding: 5px;
  isolation: isolate;
  color: #666666;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0));
}
.fileDownloadBox .downloadFiles a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #D9D9D9;
  clip-path: polygon(0% 5px, 1px 2.5px, 2.5px 1px, 5px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 5px), calc(100% - 1px) calc(100% - 2.5px), calc(100% - 2px) calc(100% - 1px), calc(100% - 5px) 100%, 5px 100%, 2.5px calc(100% - 1px), 1px calc(100% - 2px), 0% calc(100% - 5px));
}
.fileDownloadBox .downloadFiles a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent transparent #b1b7bc;
  border-radius: 2px;
  position: absolute;
  top: -0.5px;
  right: -0.5px;
}
.fileDownloadBox .downloadFiles a:focus-visible {
  outline-offset: 2px;
}
.fileDownloadBox .downloadFiles a:hover {
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
}
.fileDownloadBox .downloadFiles a:hover .fileType.blue {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #275cb7 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.green {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #387947 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.brown {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #c55a3b 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.purple {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #6c29a4 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.orange {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #eb712e 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.gray {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #555555 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.cyan {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #009999 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.cerulean {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #088ecc 0 0 0 2px;
}
.fileDownloadBox .downloadFiles a:hover .fileType.red {
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px inset, #e20000 0 0 0 2px;
}
.fileDownloadBox .downloadFiles .fileType {
  vertical-align: middle;
  position: absolute;
  top: 16px;
  right: 4px;
  min-width: 2.125rem;
  height: 18px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3px 2px;
  line-height: 1;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: left;
  color: #fff;
  border-radius: var(--borderRadius4);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(255, 255, 255, 0) 0 0 0 1px inset, rgba(255, 255, 255, 0) 0 0 0 2px;
  transition: all 0.3s ease;
}
.fileDownloadBox .downloadFiles .fileType.blue {
  background: #275CB7;
}
.fileDownloadBox .downloadFiles .fileType.green {
  background: #387947;
}
.fileDownloadBox .downloadFiles .fileType.brown {
  background: #C55A3B;
}
.fileDownloadBox .downloadFiles .fileType.purple {
  background: #6C29A4;
}
.fileDownloadBox .downloadFiles .fileType.orange {
  background: #EB712E;
}
.fileDownloadBox .downloadFiles .fileType.gray {
  background: #555555;
}
.fileDownloadBox .downloadFiles .fileType.cyan {
  background: #009999;
}
.fileDownloadBox .downloadFiles .fileType.cerulean {
  background: #088ECC;
}
.fileDownloadBox .downloadFiles .fileType.red {
  background: #e20000;
}
.fileDownloadBox .downloadFiles .fileSize {
  font-size: 0.8125rem;
  color: #666666;
}

.marqueeSlider {
  list-style: none;
  overflow: hidden;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
.marqueeSlider:has(.swiperArrow) {
  display: flex;
  gap: 20px;
}
.marqueeSlider .swiperBox {
  margin-top: 0;
  flex-grow: 1;
  padding: 8px 40px 8px 0;
}
.marqueeSlider .swiper {
  padding: 4px;
  flex-grow: 1;
  height: 40px;
  margin: 0 auto 0 0;
}
.marqueeSlider .swiperArrow {
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  cursor: pointer;
  right: 5px;
  z-index: 9;
  top: 50%;
  transform: translateY(-100%);
  padding: 0;
  margin: 0;
  border: none;
}
.marqueeSlider .swiperArrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(90deg);
  transform-origin: center top;
}
.marqueeSlider .swiperArrow.swiperPrev {
  left: auto;
}
.marqueeSlider .swiperArrow.swiperNext {
  transform: translateY(0%);
}
.marqueeSlider .swiperArrow.swiperNext::before {
  transform: rotate(-90deg);
  transform-origin: center left;
}
.marqueeSlider a {
  display: block;
  line-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.marqueeSlider a:not(:hover) {
  color: var(--colorSecondary);
}
.marqueeSlider a span {
  color: #69707D;
  margin-right: 15px;
}

.marqueeSliderH {
  gap: 20px;
  display: flex;
  justify-content: flex-end;
}
.marqueeSliderH .marqueeBox {
  display: flex;
  min-width: 0;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.marqueeSliderH .marqueeList {
  display: flex;
  flex-shrink: 0;
}
.marqueeSliderH .marqueeList .item {
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 4px;
}

header {
  width: 100%;
  position: relative;
  z-index: 55;
  background: var(--headerBg);
}
@media screen and (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header.sticky .mainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--headerBg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header .headTop:has(.topSearch) .topNav {
  width: auto;
  order: 3;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
@media screen and (max-width: 991px) {
  header .container {
    justify-content: center;
  }
}
header h1 {
  margin: 0;
  font-size: 2.25rem;
  margin: 0;
}
header h1 a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--colorPrimary);
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  height: 82px;
  width: 400px;
  padding: 10px 0;
  text-decoration: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  header h1 a {
    height: 60px;
    font-size: 1.75rem;
    color: #fff;
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
}
header h1 span {
  font-size: 1.25rem;
  margin-top: 13px;
  margin-left: -13px;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  header h1 span {
    margin-top: 7px;
  }
}
header h1 img {
  width: 100%;
}

footer {
  width: 100%;
  color: #333333;
  position: relative;
}
footer a {
  text-decoration: none;
}
footer {
  padding: 28px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  footer .container {
    flex-direction: column;
  }
}
footer .footerLogo {
  margin: 0 0 10px;
  padding-right: 50px;
}
footer .footerLogo a {
  display: flex;
  align-items: center;
}
footer .footerLogo a img {
  margin: 0 auto;
}
footer .footerLogo span {
  font-size: 1.25rem;
  margin-top: 13px;
  margin-left: -13px;
  font-weight: 600;
}
footer .infoBox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .copyright {
  font-size: 0.9375rem;
  margin: 0;
}
footer .footerLink {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footerLink li {
  position: relative;
}
footer .footerLink li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #666666;
}
@media screen and (max-width: 991px) {
  footer .footerLink li::before {
    display: none;
  }
}
footer .footerLink li:last-child::before {
  display: none;
}
footer .footerLink li a {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  footer .footerLink li {
    flex-grow: 1;
    width: 100%;
  }
  footer .footerLink li a {
    width: 100%;
  }
}
footer .footerInfo {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
footer .footerInfo span {
  color: #00529b;
  display: inline-block;
}
footer .footerIcon {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .footerIcon {
    justify-content: flex-start;
  }
}
footer .footerIcon img {
  height: 52px;
}

.sectionTitle {
  text-align: center;
  margin: 0 0 34px;
}

section + section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section + section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.indexBtn {
  position: relative;
  color: #fff;
  min-width: 160px;
  border-radius: 3px;
  padding: 5px 80px;
  margin: 1.5em auto;
  text-transform: capitalize;
}
.indexBtn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}
.indexBtn:hover, .indexBtn:focus {
  color: #fff;
}
.indexBtn:hover::after, .indexBtn:focus::after {
  opacity: 1;
  transform: rotate(45deg) translate(5px, -5px);
}

*:has(.flexFull) .mpSlider,
*:has(.flexFull) .swiperBox {
  margin-top: 0;
}

.blockTypeA .indexBtn {
  margin: 0 0 0 auto;
}
.blockTypeA ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blockTypeA ul.listBox {
    border-top: 3px solid #dee0e3;
  }
}
.blockTypeA ul.listBox li {
  border-bottom: 1px solid #dee0e3;
  padding: 24px 0;
}
.blockTypeA ul.listBox a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blockTypeA ul.listBox a {
    flex-direction: column;
    gap: 8px;
  }
}
.blockTypeA ul.listBox a:not(:hover) .title {
  color: #333333;
}
.blockTypeA ul.listBox time {
  color: #666666;
  line-height: 2;
}
.blockTypeA ul.listBox .title {
  -webkit-line-clamp: 4;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  transition: all 0.3s ease;
}

.list ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list ul.listBox {
    border-top: 3px solid #dee0e3;
  }
}
.list ul.listBox li {
  border-bottom: 1px solid #dee0e3;
}
.list ul.listBox a {
  position: relative;
  display: flex;
  text-decoration: none;
  padding: 15px 12px 15px 40px;
  transition: 0.3s;
  gap: 10px;
}
.list ul.listBox a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--colorPrimary) url("../images/basic/icon/arrow_right_w.svg") no-repeat center;
  background-size: 12px;
}
@media screen and (max-width: 767px) {
  .list ul.listBox a {
    flex-direction: column;
    gap: 5px;
  }
}
.list ul.listBox a:hover {
  background: #dcdcdc;
}
.list ul.listBox a:has(> .pic) {
  padding: 15px 12px;
  gap: 10px 20px;
  align-items: flex-start;
}
.list ul.listBox a:has(> .pic)::before {
  display: none;
}
.list ul.listBox .contentBox {
  position: relative;
  flex-basis: 70%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list ul.listBox .contentBox::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--colorPrimary) url("../images/basic/icon/arrow_right_w.svg") no-repeat center;
  background-size: 12px;
  position: absolute;
  left: 0;
  top: 24px;
}
.list ul.listBox .pic {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  .list ul.listBox .pic {
    flex-basis: 100%;
    width: 100%;
  }
}
.list ul.listBox .pic img {
  max-width: 100%;
  max-height: 240px;
}
.list ul.listBox time {
  flex: 0 0 auto;
  color: #666666;
  display: block;
  font-size: 0.9375rem;
}
.list ul.listBox .title {
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  color: #333333;
  font-weight: 600;
}
.list ul.listBox p {
  margin-top: 8px;
  color: #666666;
  -webkit-line-clamp: 6;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .list ul.listBox p {
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.media a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .media a {
    flex-direction: column;
    gap: 5px;
  }
}
.media a:hover {
  background: #dcdcdc;
}
.media .infoBox {
  position: relative;
  padding-left: 2em;
}
.media .infoBox::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--colorPrimary) url("../images/basic/icon/arrow_right_w.svg") no-repeat center;
  background-size: 12px;
  left: 0;
}
.media time {
  flex: 0 0 auto;
  color: #666666;
  display: block;
  font-size: 0.9375rem;
}
.media .title {
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  color: #333333;
  font-weight: 600;
}

.flexTpl_3 .list ul.listBox a {
  flex-direction: column;
  gap: 5px;
  padding: 12px 12px 12px 40px;
}

.columnList .listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .columnList .listBox {
    gap: 20px;
  }
}
.flexTpl_2 .columnList .listBox li {
  width: calc((100% - 40px) / 2);
}
.flexTpl_3 .columnList .listBox li {
  width: calc((100% - 0px) / 1);
}
.columnList .listBox li {
  width: calc((100% - 80px) / 3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .columnList .listBox li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .columnList .listBox li {
    width: 100%;
  }
}
.columnList .listBox li:hover {
  transform: translateY(-10px);
}
.columnList .listBox li a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  text-decoration: none;
}
.columnList .listBox li a:not(:hover) {
  color: #333333;
}
.columnList .listBox li a .pic {
  max-width: 100%;
  flex-shrink: 0;
  line-height: 0;
  overflow: hidden;
}
.columnList .listBox li a .pic img {
  aspect-ratio: 16/9;
}
.columnList .listBox li a .infoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 10px;
  padding: 16px 0;
}
.columnList .listBox li a .infoBox p {
  margin: 0;
  color: #333333;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.columnList .listBox li a .title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1.2px;
  color: var(--colorPrimary);
}
@media screen and (max-width: 1300px) {
  .columnList .listBox li a .title {
    font-size: 1.25rem;
  }
}
.columnList .listBox li a time {
  font-size: 1rem;
  color: #666666;
}
.columnList .listBox li a .con {
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}
.columnList .listBox li a .more {
  width: 100%;
}

.squareLinkList ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .squareLinkList ul.listBox {
    gap: 20px;
  }
}
.squareLinkList li {
  width: calc((100% - 80px) / 3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .squareLinkList li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .squareLinkList li {
    width: 100%;
  }
}
.squareLinkList li a {
  position: relative;
  display: flex;
  padding: 0;
  text-decoration: none;
  height: 100%;
}
.squareLinkList li a:hover .infoBox {
  opacity: 1;
}
.squareLinkList li .infoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 24px;
  background: rgba(var(--colorPrimaryDark-rgb), 0.8);
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.squareLink ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.squareLink li {
  width: calc((100% - 0px) / 2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .squareLink li {
    width: 100%;
  }
}
.squareLink li a {
  position: relative;
  display: flex;
  padding: 0;
  text-decoration: none;
  height: 100%;
}
.squareLink li a:hover .infoBox {
  opacity: 1;
}
.squareLink li .infoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 24px;
  background: rgba(var(--colorPrimaryDark-rgb), 0.8);
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.titleLinks ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .titleLinks ul.listBox {
    gap: 20px;
  }
}
.titleLinks li {
  width: calc((100% - 80px) / 3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .titleLinks li {
    width: calc((100% - 20px) / 2);
  }
}
.titleLinks a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-decoration: none;
  color: #4d4d4d;
  border-radius: 5px;
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 10px;
  height: 110px;
  transition: 0.3s;
}
.titleLinks a:hover {
  box-shadow: 0px 15px 70px -7px rgba(0, 0, 0, 0.4);
}
.titleLinks a:hover time {
  background-color: var(--colorPrimary);
}
.titleLinks a time {
  font-size: 0.875rem;
  color: #fff;
  background-color: #4d4d4d;
  padding: 5px 10px;
  transition: 0.3s;
}
.titleLinks a .title {
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 10px 10px 0;
}

.normalLinks ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.normalLinks li a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0;
  color: #333333;
  text-decoration: none;
  background-color: #757575;
  transition: 0.3s;
  border-radius: 5px;
  color: #fff;
  padding: 5px 16px;
  gap: 5px;
}
.normalLinks li a:hover {
  background-color: var(--aHover);
}

.quickLinks ul.listBox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .quickLinks ul.listBox {
    padding: 10px 0;
  }
}
.quickLinks ul.listBox li {
  flex-grow: 1;
}
@media screen and (max-width: 575px) {
  .quickLinks ul.listBox li {
    width: 100%;
  }
}
.quickLinks ul.listBox li a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  height: 250px;
  min-width: 234px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.quickLinks ul.listBox li a:hover {
  background-position: top center, center center;
}
@media screen and (max-width: 767px) {
  .quickLinks ul.listBox li a {
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .quickLinks ul.listBox li a {
    flex-direction: row;
    align-items: center;
    height: 130px;
    width: 100%;
    background-position: left center;
    padding-left: 120px;
  }
  .quickLinks ul.listBox li a:hover {
    background-position: left center, left center;
  }
}
.quickLinks ul.listBox li i {
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  line-height: 0;
  margin: 62px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .quickLinks ul.listBox li i {
    position: absolute;
    left: 37px;
    top: 35px;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
.quickLinks ul.listBox li i img {
  width: 100%;
  max-width: 70px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.quickLinks ul.listBox li:nth-of-type(1) a {
  background-image: url(../images/bg_bulb1.png);
}
.quickLinks ul.listBox li:nth-of-type(1) a:hover {
  background-image: url(../images/bg_bulb1_l.png), url(../images/bg_bulb1.png);
}
.quickLinks ul.listBox li:nth-of-type(2) a {
  background-image: url(../images/bg_bulb2.png);
}
.quickLinks ul.listBox li:nth-of-type(2) a:hover {
  background-image: url(../images/bg_bulb2_l.png), url(../images/bg_bulb2.png);
}
.quickLinks ul.listBox li:nth-of-type(3) a {
  background-image: url(../images/bg_bulb3.png);
}
.quickLinks ul.listBox li:nth-of-type(3) a:hover {
  background-image: url(../images/bg_bulb3_l.png), url(../images/bg_bulb3.png);
}
.quickLinks ul.listBox li:nth-of-type(4) a {
  background-image: url(../images/bg_bulb4.png);
}
.quickLinks ul.listBox li:nth-of-type(4) a:hover {
  background-image: url(../images/bg_bulb4_l.png), url(../images/bg_bulb4.png);
}
.quickLinks ul.listBox li:nth-of-type(5) a {
  background-image: url(../images/bg_bulb5.png);
}
.quickLinks ul.listBox li:nth-of-type(5) a:hover {
  background-image: url(../images/bg_bulb5_l.png), url(../images/bg_bulb5.png);
}
.quickLinks ul.listBox li .title {
  position: absolute;
  left: 50%;
  bottom: 21%;
  font-size: 1.375rem;
  font-weight: bold;
  word-break: keep-all;
  padding: 6px 20px;
  border-radius: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transform: translateX(-50%);
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .quickLinks ul.listBox li .title {
    position: static;
    transform: none;
    flex-grow: 1;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 30px;
  }
}

.nBoxOut {
  display: flex;
  gap: 30px;
}
.nBoxOut .nBox {
  width: 150px;
  height: 150px;
  background: var(--colorPrimary);
}
.nBoxOut .nBox:nth-child(2) {
  background: var(--colorPrimaryLight);
}
.nBoxOut .nBox:nth-child(3) {
  background: var(--colorPrimaryDark);
}

.customLinks {
  gap: 0;
  padding: 20px 0;
}
.customLinks a {
  display: flex;
}
.customLinks a img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.greenFactoty {
  background: url(../images/bg_greenFactory.jpg) no-repeat center top;
  background-size: cover;
}
.greenFactoty .sectionTitle {
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 4.2rem;
  font-family: serif;
  line-height: 1;
  letter-spacing: 1px;
  margin: 1.2em 0;
  padding-left: 4em;
  font-weight: lighter;
  text-shadow: 1px 1px 30px #083b25;
}
@media screen and (max-width: 991px) {
  .greenFactoty .sectionTitle {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .greenFactoty .sectionTitle {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .greenFactoty .sectionTitle {
    font-size: 2.2rem;
  }
}
.greenFactoty .items {
  padding: 0 20px;
}
.greenFactoty .items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
.greenFactoty .items ul li {
  flex: 1 1 auto;
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 991px) {
  .greenFactoty .items ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .greenFactoty .items ul li {
    width: 100%;
  }
}
.greenFactoty .items ul li:nth-of-type(1) a .title {
  color: color-mix(in oklch, var(--colorPrimary), #000000 0%);
}
.greenFactoty .items ul li:nth-of-type(2) a .title {
  color: color-mix(in oklch, var(--colorPrimary), #000000 10%);
}
.greenFactoty .items ul li:nth-of-type(3) a .title {
  color: color-mix(in oklch, var(--colorPrimary), #000000 20%);
}
.greenFactoty .items ul li:nth-of-type(4) a .title {
  color: color-mix(in oklch, var(--colorPrimary), #000000 30%);
}
.greenFactoty .items ul li:nth-of-type(5) a .title {
  color: color-mix(in oklch, var(--colorPrimary), #000000 40%);
}
.greenFactoty .items ul a {
  display: block;
  background: #fff;
  padding: 1em 2em;
  transform: skewX(-15deg) translateY(0);
  border-radius: 4px;
  transition: 0.3s;
  text-decoration: none;
  transition: 0.3s;
}
.greenFactoty .items ul a:hover {
  transform: skewX(-15deg) translateY(-10px);
}
.greenFactoty .items ul .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--colorPrimary);
  transform: skewX(15deg);
}
.greenFactoty .items ul p {
  transform: skewX(15deg);
  padding-left: 16px;
  margin-bottom: 0;
  color: #333333;
}

.linkList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .linkList ul {
    flex-direction: column;
  }
}
.linkList li {
  flex: 1 1 calc((100% - 30px) / 4);
}
@media screen and (max-width: 991px) {
  .linkList li {
    flex: 1 1 calc((100% - 10px) / 2);
  }
}
.linkList li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 82px;
  padding: 12px 56px 12px 16px;
  border-radius: 0;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ddd;
  transition: 0.3s;
}
.linkList li a::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: #ccc url(../images/basic/icon/link_w.svg) center no-repeat;
  background-size: 18px;
  transition: 0.3s;
}
.linkList li a:hover {
  background-color: #222;
  color: #fff;
}
.linkList li a:hover::before {
  background-color: #fff;
  background-image: url(../images/basic/icon/link_dk.svg);
}

.infoList {
  background: url(../images/bg_info_list.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}
.infoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 60px;
  margin-bottom: 30px;
}
.infoList li {
  flex: 1 1 calc((100% - 180px) / 4);
  max-width: 200px;
  height: 220px;
  text-align: center;
  background: url(../images/bg_Info_List_item.png) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .infoList li:nth-of-type(even) {
    transform: translateY(80px);
  }
}
@media screen and (max-width: 991px) {
  .infoList li {
    flex: 1 1 calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .infoList li {
    flex: 1 1 calc((100% - 0px) / 1);
  }
}
.infoList li .amount {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ad018c;
  margin-top: 50px;
  line-height: 1;
}
.infoList li .unit {
  font-size: 1rem;
}
.infoList li .info {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768pxpx) {
  .process {
    padding: 30px 0;
  }
}
.process ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process li {
  position: relative;
  flex: 1 1 auto;
  max-width: 250px;
  width: calc((100% - 0px) / 5);
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .process li {
    max-width: 100%;
  }
}
.process li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  bottom: 21px;
}
@media screen and (max-width: 767px) {
  .process li::before {
    bottom: 0;
    left: 7px;
    width: 6px;
    height: 100%;
  }
}
.process li::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 14px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .process li::after {
    bottom: calc(50% - 13px);
    left: 0;
  }
}
.process li:first-of-type::before {
  border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 767px) {
  .process li:first-of-type::before {
    border-radius: 3px 3px 0 0;
  }
}
.process li:last-of-type::before {
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 767px) {
  .process li:last-of-type::before {
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (max-width: 991px) {
  .process li {
    width: calc((100% - 0px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .process li {
    width: 100%;
  }
}
.process li:nth-of-type(1) {
  color: #243cb3;
}
.process li:nth-of-type(1)::before {
  background-color: #243cb3;
}
.process li:nth-of-type(1)::after {
  box-shadow: inset 0 0 0 4px #243cb3;
}
.process li:nth-of-type(1) .date::before {
  background-color: #243cb3;
}
.process li:nth-of-type(2) {
  color: #3f35b1;
}
.process li:nth-of-type(2)::before {
  background-color: #3f35b1;
}
.process li:nth-of-type(2)::after {
  box-shadow: inset 0 0 0 4px #3f35b1;
}
.process li:nth-of-type(2) .date::before {
  background-color: #3f35b1;
}
.process li:nth-of-type(3) {
  color: #692aab;
}
.process li:nth-of-type(3)::before {
  background-color: #692aab;
}
.process li:nth-of-type(3)::after {
  box-shadow: inset 0 0 0 4px #692aab;
}
.process li:nth-of-type(3) .date::before {
  background-color: #692aab;
}
.process li:nth-of-type(4) {
  color: #8c22a8;
}
.process li:nth-of-type(4)::before {
  background-color: #8c22a8;
}
.process li:nth-of-type(4)::after {
  box-shadow: inset 0 0 0 4px #8c22a8;
}
.process li:nth-of-type(4) .date::before {
  background-color: #8c22a8;
}
.process li:nth-of-type(5) {
  color: #a71ba5;
}
.process li:nth-of-type(5)::before {
  background-color: #a71ba5;
}
.process li:nth-of-type(5)::after {
  box-shadow: inset 0 0 0 4px #a71ba5;
}
.process li:nth-of-type(5) .date::before {
  background-color: #a71ba5;
}
.process li.coming {
  color: #666666;
}
.process li.coming::before {
  background-color: #999;
}
.process li.coming::after {
  box-shadow: inset 0 0 0 4px #999;
}
.process li.coming img {
  -webkit-filter: grayscale(1);
  opacity: 0.6;
}
.process li.coming .caption p {
  color: #666666;
}
.process li.coming .date::before {
  background-color: #666666;
}
.process li .date {
  position: relative;
  font-weight: bold;
  color: #fff;
  padding: 4px 15px;
  transform: perspective(1px) translateZ(0);
  font-size: 1rem;
}
.process li .date::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewX(-30deg);
  z-index: -1;
}
.process li .caption {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.process li .caption .title {
  font-size: 24px;
  font-weight: bold;
}
.process li .caption p {
  margin: 0;
  color: #333333;
}

.videoBox .video {
  aspect-ratio: 16/9;
}
.videoBox iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoBox a {
  display: block;
  padding: 10px 0;
  color: var(--aColor);
  text-decoration: none;
}
.videoBox a:hover {
  color: var(--aHover);
  font-weight: bold;
}

.fb {
  text-align: center;
}

.nodeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nodeList ul {
    gap: 10px;
  }
}
.nodeList ul li.col {
  flex-grow: 0;
}
.nodeList a.card {
  position: relative;
  height: 100%;
  display: flex;
  padding: 16px 16px 16px 40px;
  gap: 12px;
  border-radius: var(--borderRadius36);
  border: 1px solid #dee0e3;
  background: #fff;
  text-decoration: none;
}
.nodeList a.card::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--colorPrimary) url("../images/basic/icon/arrow_right_w.svg") no-repeat center;
  background-size: 12px;
}
.nodeList a.card:not(:hover) {
  color: #333333;
}
.nodeList a.card .num::after {
  content: ".";
}
.nodeList a.card p {
  margin: 0;
}
.nodeList a.card:hover {
  color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.listGroup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listGroup li {
  border-top: 1px solid #dee0e3;
}
.listGroup li:last-child {
  border-bottom: 1px solid #dee0e3;
}
.listGroup li a {
  display: flex;
  gap: 24px;
  padding: 24px 16px 24px 48px;
  position: relative;
  text-decoration: none;
}
.listGroup li a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--colorPrimary) url("../images/basic/icon/arrow_right_w.svg") no-repeat center;
  background-size: 12px;
  top: 30px;
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .listGroup li a {
    flex-direction: column;
    gap: 5px 24px;
  }
}
.listGroup li a:not(:hover) {
  color: #333333;
}
.listGroup li a .num {
  width: 24px;
  text-align: right;
  color: #000;
  position: absolute;
  left: 0;
  top: 26px;
}
.listGroup li a .num::after {
  content: ".";
}
.listGroup li a .title {
  font-weight: 600;
  font-size: 1.125rem;
  -webkit-line-clamp: 8;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listGroup li a .dept {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 991px) {
  .listGroup li a .dept {
    margin: 0 auto 0 0;
  }
}
.listGroup li a .dept,
.listGroup li a time {
  min-width: 100px;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}

.listPhoto ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .listPhoto {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .listPhoto {
    gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .listPhoto li:nth-child(even) .col:has(.pic) {
    order: 10;
  }
}
@media screen and (max-width: 991px) {
  .listPhoto li {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .listPhoto li {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #dee0e3;
  }
}
.listPhoto li a {
  padding: 16px 16px 16px 48px;
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .listPhoto li a {
    padding: 0;
  }
  .listPhoto li a [class*=flexTpl] {
    flex-direction: column;
  }
  .listPhoto li a .col {
    width: 100% !important;
  }
}
.listPhoto li a:not(:hover) {
  color: #333333;
}
.listPhoto li a .col:has(.pic) {
  display: flex;
  gap: 10px;
}
.listPhoto li a .num {
  width: 30px;
  text-align: right;
  color: #000;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 991px) {
  .listPhoto li a .num {
    text-align: left;
    width: auto;
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }
}
.listPhoto li a .num::after {
  content: ".";
}
.listPhoto li a .pic {
  width: 100%;
  max-width: 412px;
  flex-shrink: 0;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .listPhoto li a .pic {
    max-width: none;
  }
}
.listPhoto li a .pic img {
  aspect-ratio: 4/3;
}
.listPhoto li a .infoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 10px;
}
.listPhoto li a .title {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 991px) {
  .listPhoto li a .title {
    font-size: 1.375rem;
  }
}
.listPhoto li a .subInfo {
  display: flex;
  gap: 10px;
}
.listPhoto li a .dept,
.listPhoto li a time {
  min-width: 90px;
  font-weight: 400;
  color: #666666;
}
.listPhoto li a .con {
  max-height: 160px;
  -webkit-line-clamp: 5;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}

.listAlbum ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .listAlbum {
    gap: 20px;
  }
}
.listAlbum li {
  width: calc((100% - 96px) / 4);
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .listAlbum li {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .listAlbum li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .listAlbum li {
    width: 100%;
  }
}
.listAlbum li:hover {
  transform: translateY(-5px);
}
.listAlbum li a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  text-decoration: none;
}
.listAlbum li a:not(:hover) {
  color: #333333;
}
.listAlbum li a .pic {
  max-width: 100%;
  flex-shrink: 0;
  line-height: 0;
  overflow: hidden;
}
.listAlbum li a .pic img {
  aspect-ratio: 4/3;
}
.listAlbum li a .infoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 10px;
  padding: 16px 0;
}
.listAlbum li a .title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1300px) {
  .listAlbum li a .title {
    font-size: 1.375rem;
  }
}
.listAlbum li a .subInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1rem;
}
.listAlbum li a .dept,
.listAlbum li a time {
  min-width: 90px;
  font-weight: 400;
  color: #666666;
}
.listAlbum li a .con {
  -webkit-line-clamp: 1;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  color: #333333;
  margin-bottom: 1rem;
}

.contentGroup {
  color: #111;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contentInfo {
  background: #dee0e3;
  color: #333333;
  border-left: var(--colorSecondary) 5px solid;
  padding: 32px;
}

.pageInfo ul {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  background: #fff;
  color: #666666;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 16px 0;
  font-size: 1rem;
}
.pageInfo ul span {
  color: #333333;
}
.pageInfo li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.subTitle {
  color: var(--colorPrimary);
}

.contentLinkBox > ul {
  border-top: #97a3b6 3px solid;
  border-bottom: #97a3b6 3px solid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contentLinkBox > ul li {
  padding: 12px 8px 12px 25px;
  position: relative;
}
.contentLinkBox > ul li:not(:last-child) {
  border-bottom: #dee0e3 1px solid;
}
.contentLinkBox > ul li::before {
  content: "";
  width: 3px;
  height: 12px;
  background: #69707d;
  display: block;
  position: absolute;
  left: 8px;
  top: 25px;
}
.contentLinkBox > ul li a {
  text-decoration: none;
}
.contentLinkBox > ul li a:not(:hover) {
  color: #333333;
}

.youtube {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
  margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.callout {
  display: block;
  padding: 32px;
  border-left: 5px solid var(--colorSecondary);
  background: #dee0e3;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textJustify {
  text-align: justify;
}

.textNowrap {
  white-space: nowrap;
}

.textLowercase {
  text-transform: lowercase;
}

.textUppercase {
  text-transform: uppercase;
}

.textCapitalize {
  text-transform: capitalize;
}

.ratioList {
  --bar-height: 14px;
  --bar-radius: 8px;
  --track-color: #eee;
  --label-width: 110px; /* 左側標籤固定寬度 */
  --count-width: 60px;
  padding: 1em 1.5em;
  border: 1px solid #dee0e3;
  border-radius: var(--borderRadius8);
  position: relative;
}
.ratioList .ratioListTitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.ratioList .btnRecommend {
  position: absolute;
  right: 1.5em;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .ratioList .btnRecommend {
    position: static;
  }
}
.ratioList ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
}
.ratioList .ratioItem {
  display: grid;
  grid-template-columns: var(--label-width) 1fr var(--count-width);
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .ratioList .ratioItem {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
}
.ratioList .label {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ratioList {
  /* 整塊軌道（track） */
}
.ratioList .bar {
  position: relative;
  background: var(--track-color);
  height: var(--bar-height);
  border-radius: var(--bar-radius);
  overflow: hidden;
}
.ratioList .bar .fill {
  height: 100%;
  width: 0%;
  border-radius: var(--bar-radius);
  background: linear-gradient(90deg, var(--colorPrimary), rgba(var(--colorPrimary), 0.75));
  transition: width 0.6s ease;
}
.ratioList .count {
  color: #222;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ratioList .count {
    text-align: left;
  }
}
.ratioList .formList .formListTitle {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--colorPrimary);
  font-weight: bold;
  font-size: 1.5rem;
}
.ratioList .formList .formListTitle i {
  width: 28px;
  height: 28px;
}
.ratioList .formList .formListTitle i::before {
  width: 28px;
  height: 28px;
  background-size: contain;
}

.wrapper:has(.errorPage) {
  padding: 30px !important;
  background: rgba(var(--colorPrimary), 0.2);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.errorPage {
  width: 100%;
  color: var(--colorPrimaryDark);
}
.errorPage .errorPageContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .errorPage .errorPageContent {
    gap: 30px;
  }
}
.errorPage .errorPageContent h3 {
  font-size: 3.5rem;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .errorPage .errorPageContent h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .errorPage .errorPageContent h3 {
    font-size: 1.875rem;
    margin: 0 0 10px;
  }
}
.errorPage .errorPageContent p {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin: 0;
  opacity: 0.8;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .errorPage .errorPageContent p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .errorPage .errorPageContent p {
    font-size: 1.125rem;
  }
}
.errorPage .errorPageContent p span {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .errorPage .errorPageContent p span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .errorPage .errorPageContent p span {
    font-size: 1rem;
  }
}
.errorPage .errorPageContent .pic {
  width: 35%;
}
@media screen and (max-width: 991px) {
  .errorPage .errorPageContent .pic {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .errorPage .errorPageContent .pic {
    max-width: 250px;
  }
}
.errorPage .btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .errorPage .btnBox {
    gap: 10px;
  }
}
.errorPage .btnBox button,
.errorPage .btnBox a {
  color: var(--colorPrimaryDark);
  text-decoration: none;
  width: 130px;
  padding: 5px 10px;
  text-align: center;
  border-radius: var(--borderRadius4);
  border: 1px solid var(--colorPrimaryDark);
}

.sitemap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sitemap p {
  margin: 0;
}
.sitemap kbd {
  background: #fff;
  border-radius: 4px;
  color: #555;
  font-weight: bold;
  display: inline-block;
  font-family: sans-serif;
  vertical-align: middle;
  border: 1px solid #bbb;
  padding: 0 12px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .sitemap kbd {
    font-size: 0.875rem;
    padding: 0 5px;
    margin: 0 2px !important;
  }
}
.sitemap .accessKeyDefine {
  background: #DEE0E3;
  border-radius: 6px;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .sitemap .accessKeyDefine {
    padding: 20px 20px;
  }
}
.sitemap .accessKeyDefine ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.sitemap .accessKeyDefine kbd {
  border-top: 1px solid #bbb;
  border-bottom: 3px solid #bbb;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
  margin: 0 10px;
}
.sitemap .accessKeyDefine p {
  margin: 14px 0;
}
.sitemap .accessKeyDefine .content {
  background: #F1F1F1;
  padding: 24px 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sitemap .accessKeyDefine .content {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .accessKeyDefine .content {
    padding: 0px 15px;
  }
}
.sitemap .accessKeyDefine .content .title {
  font-weight: 700;
}
.sitemap .accessKeyDefine .content .box {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .sitemap .accessKeyDefine .content .box {
    width: 100%;
    padding: 15px 10px;
  }
}
.sitemap .accessKeyDefine .content .box:first-child {
  border-right: 1px solid #DEE0E3;
}
@media screen and (max-width: 991px) {
  .sitemap .accessKeyDefine .content .box:first-child {
    border-right: none;
    border-bottom: 1px solid #DEE0E3;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .accessKeyDefine .content .box span {
    display: block;
  }
}
.sitemap .accessKeyDefine .content .box span > kbd:first-of-type {
  margin-left: 0;
}
.sitemap .accessKeyDefine ul,
.sitemap .accessKeyDefineOther ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .sitemap .accessKeyDefine ul,
  .sitemap .accessKeyDefineOther ul {
    list-style: none;
    padding: 0;
  }
}
.sitemap .accessKeyDefine ul li > kbd:first-of-type,
.sitemap .accessKeyDefineOther ul li > kbd:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .sitemap .accessKeyDefine ul li br,
  .sitemap .accessKeyDefineOther ul li br {
    display: none;
  }
}
.sitemap .accessKeyDefineOther ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .accessKeyDefineOther li {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .accessKeyDefineOther li kbd {
  padding: 0 9px;
  border: 1px solid #aaa;
  background: transparent;
}
.sitemap .cascading {
  padding: 32px 0 0;
  box-sizing: border-box;
}
.sitemap .cascading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .cascading ul a {
  display: flex;
  gap: 6px;
  text-decoration: none;
  padding: 6px 16px;
}
.sitemap .cascading ul a:not(:hover) {
  color: #333333;
}
.sitemap .cascading ul ul a {
  border-bottom: 1px dashed #97A3B6;
}
.sitemap .cascading > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  counter-reset: lv1;
}
@media screen and (max-width: 767px) {
  .sitemap .cascading > ul {
    flex-direction: column;
  }
}
.sitemap .cascading > ul > li {
  width: calc((100% - 72px) / 4);
  counter-increment: lv1;
}
@media screen and (max-width: 991px) {
  .sitemap .cascading > ul > li {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sitemap .cascading > ul > li {
    width: 100%;
  }
}
.sitemap .cascading > ul > li > a {
  border-radius: 4px;
  background: #69707D;
  color: #fff !important;
  padding: 6px 16px;
}
.sitemap .cascading > ul > li > a::before {
  content: counter(lv1) ".";
}
.sitemap .cascading > ul > li > a:hover {
  background: var(--colorPrimary);
}
.sitemap .cascading > ul > li > ul {
  counter-reset: lv2;
}
.sitemap .cascading > ul > li > ul > li {
  counter-increment: lv2;
}
.sitemap .cascading > ul > li > ul > li > a {
  padding: 6px 16px 6px 24px;
}
.sitemap .cascading > ul > li > ul > li > a::before {
  content: counter(lv1) "-" counter(lv2) ".";
}
.sitemap .cascading > ul > li > ul > li > ul {
  counter-reset: lv3;
}
.sitemap .cascading > ul > li > ul > li > ul > li {
  counter-increment: lv3;
}
.sitemap .cascading > ul > li > ul > li > ul > li > a {
  padding: 6px 16px 6px 40px;
}
.sitemap .cascading > ul > li > ul > li > ul > li > a::before {
  content: counter(lv1) "-" counter(lv2) "-" counter(lv3) ".";
}

[data-theme=default] {
  --colorPrimary: #5b1c88;
  --colorPrimaryLight: rgb(238.6, 232.3, 243.1);
  --colorPrimaryDark: rgb(81.9, 25.2, 122.4);
  --colorPrimaryDark-rgb: 82, 25, 122;
  --colorSecondary: #555555;
  --colorSecondaryLight: #eeeeee;
  --colorSecondaryDark: rgb(76.5, 76.5, 76.5);
  --navSurface: #5b1c88;
  --navSurfaceHover: rgb(81.9, 25.2, 122.4);
  --aColor: #5b1c88;
  --aHover: rgb(81.9, 25.2, 122.4);
  --btnPrimary: #5b1c88;
  --btnPrimaryHover: rgb(81.9, 25.2, 122.4);
  --btnPrimaryLightHover: rgb(238.6, 232.3, 243.1);
  --btnSecondaryLightHover: #eeeeee;
  --formFocus: #5b1c88;
  --tablePrimary: #5b1c88;
  --tableSecondary: #555555;
  --headerBg: #5b1c88;
  --headerTextColor: #ffffff;
  --navBtnColor: #ffffff;
  --footerBg: #5b1c88;
  --footerTitleColor: #ffffff;
  --footerTextColor: #ffffff;
}

[data-theme=green] {
  --colorPrimary: #278400;
  --colorPrimaryLight: rgb(233.4, 242.7, 229.5);
  --colorPrimaryDark: rgb(35.1, 118.8, 0);
  --colorPrimaryDark-rgb: 35, 119, 0;
  --colorSecondary: #555555;
  --colorSecondaryLight: #eeeeee;
  --colorSecondaryDark: rgb(76.5, 76.5, 76.5);
  --navSurface: #278400;
  --navSurfaceHover: rgb(35.1, 118.8, 0);
  --aColor: #278400;
  --aHover: rgb(35.1, 118.8, 0);
  --btnPrimary: #278400;
  --btnPrimaryHover: rgb(35.1, 118.8, 0);
  --btnPrimaryLightHover: rgb(233.4, 242.7, 229.5);
  --btnSecondaryLightHover: #eeeeee;
  --formFocus: #278400;
  --tablePrimary: #278400;
  --tableSecondary: #555555;
  --headerBg: #fff;
  --headerTextColor: #333333;
  --navBtnColor: #278400;
  --footerBg: #f1f1f1;
  --footerTitleColor: #278400;
  --footerTextColor: #333333;
}

[data-theme=blue] {
  --colorPrimary: #003677;
  --colorPrimaryLight: rgb(229.5, 234.9, 241.4);
  --colorPrimaryDark: rgb(0, 48.6, 107.1);
  --colorPrimaryDark-rgb: 0, 49, 107;
  --colorSecondary: #555555;
  --colorSecondaryLight: #eeeeee;
  --colorSecondaryDark: rgb(76.5, 76.5, 76.5);
  --navSurface: #003677;
  --navSurfaceHover: rgb(0, 48.6, 107.1);
  --aColor: #003677;
  --aHover: rgb(0, 48.6, 107.1);
  --btnPrimary: #003677;
  --btnPrimaryHover: rgb(0, 48.6, 107.1);
  --btnPrimaryLightHover: rgb(229.5, 234.9, 241.4);
  --btnSecondaryLightHover: #eeeeee;
  --formFocus: #003677;
  --tablePrimary: #003677;
  --tableSecondary: #555555;
  --headerBg: #003677;
  --headerTextColor: #ffffff;
  --navBtnColor: #ffffff;
  --footerBg: #003677;
  --footerTitleColor: #ffffff;
  --footerTextColor: #ffffff;
}

[data-theme=red] {
  --colorPrimary: #ad000e;
  --colorPrimaryLight: rgb(246.8, 229.5, 230.9);
  --colorPrimaryDark: rgb(155.7, 0, 12.6);
  --colorPrimaryDark-rgb: 156, 0, 13;
  --colorSecondary: #f26800;
  --colorSecondaryLight: rgb(253.7, 239.9, 229.5);
  --colorSecondaryDark: rgb(217.8, 93.6, 0);
  --navSurface: #ad000e;
  --navSurfaceHover: rgb(155.7, 0, 12.6);
  --aColor: #ad000e;
  --aHover: rgb(155.7, 0, 12.6);
  --btnPrimary: #ad000e;
  --btnPrimaryHover: rgb(155.7, 0, 12.6);
  --btnPrimaryLightHover: rgb(246.8, 229.5, 230.9);
  --btnSecondaryLightHover: rgb(253.7, 239.9, 229.5);
  --formFocus: #ad000e;
  --tablePrimary: #ad000e;
  --tableSecondary: #f26800;
  --headerBg: linear-gradient(to right, #ad000e 0%, #f26800 100%);
  --headerTextColor: #ffffff;
  --navBtnColor: #ffffff;
  --footerBg: #656565;
  --footerTitleColor: #ffffff;
  --footerTextColor: #ffffff;
}/*# sourceMappingURL=style.css.map */