@charset "UTF-8";
@import '../vendor/swiper/swiper-bundle.min.css';
@import '../vendor/fancybox/fancybox.css';
@import '../vendor/animate/animate.css';
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
.breadcrumb ul li + li:before {
  content: " > ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #3d3124;
}

/* Grid system*/
/*== Media queries breakpoints*/
/* Extra small screen / phone*/
/* $screenXs:                  480px !default;*/
/* Small screen / tablet*/
/* $screenSm:                  768px !default;*/
/* Medium screen / desktop*/
/* $screenMd:                  992px !default;*/
/* Large screen / wide desktop*/
/* $screenLg:                  1400px !default;*/
/*== Grid system*/
/* $gridColumns:              12 !default;*/
/* $gridGutterWidth:         30px !default;*/
/*== Container sizes*/
/* Small screen / tablet*/
/* Medium screen / desktop*/
/* Large screen / wide desktop*/
/* Creates a wrapper for a series of columns*/
/* Generate the extra small columns*/
/* Generate the small columns*/
/* Generate the medium columns*/
/* Generate the large columns*/
.demoSection2 .container {
  clear: both;
  zoom: 1;
}
.demoSection2 .container:before, .demoSection2 .container:after {
  content: "";
  display: table;
}
.demoSection2 .container:after {
  clear: both;
}

img {
  max-width: 100%;
}

@layer webScss {
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  .demoSection2 {
    padding: 0em 0 3em;
    text-align: center;
  }
  .demoSection2 [class^=col] {
    border: 1px solid #156a81;
    background: #4dc2e2;
    min-height: 200px;
    color: #1d1d1d;
    text-align: center;
    line-height: 200px;
    font-size: 1.5em;
    font-weight: bold;
    box-sizing: border-box;
  }
  .demoSection2 + .demoSection2 {
    padding-top: 2em;
  }
  .demoSection2 + .bg {
    background: #f99dbc;
  }
  .demoSection2.full .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
  }
  .demoSection2 [class^=col] {
    border: 2px solid #fff;
    background: #dedede;
  }
  .col-12.full .container {
    max-width: 100% !important;
  }
  .col_6_6 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_6_6 .col {
      float: left;
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    .col_6_6 .col {
      float: left;
      width: 50%;
    }
  }
  @media (min-width: 1400px) {
    .col_6_6 .col {
      float: left;
      width: 50%;
    }
  }
  .col_4_4_4 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_4_4_4 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 992px) {
    .col_4_4_4 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 1400px) {
    .col_4_4_4 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  .col_3_3_3_3 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_3_3_3_3 .col {
      float: left;
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .col_3_3_3_3 .col {
      float: left;
      width: 25%;
    }
  }
  @media (min-width: 1400px) {
    .col_3_3_3_3 .col {
      float: left;
      width: 25%;
    }
  }
  .col_8_4 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_8_4 .col {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col_8_4 .col {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 1400px) {
    .col_8_4 .col {
      float: left;
      width: 66.6666666667%;
    }
  }
  .col_8_4 .col:nth-of-type(2n) {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_8_4 .col:nth-of-type(2n) {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 992px) {
    .col_8_4 .col:nth-of-type(2n) {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 1400px) {
    .col_8_4 .col:nth-of-type(2n) {
      float: left;
      width: 33.3333333333%;
    }
  }
  .col_4_8 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_4_8 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 992px) {
    .col_4_8 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 1400px) {
    .col_4_8 .col {
      float: left;
      width: 33.3333333333%;
    }
  }
  .col_4_8 .col:nth-of-type(2n) {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_4_8 .col:nth-of-type(2n) {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col_4_8 .col:nth-of-type(2n) {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 1400px) {
    .col_4_8 .col:nth-of-type(2n) {
      float: left;
      width: 66.6666666667%;
    }
  }
  .col_2_2_2_2_2_2 .col {
    float: left;
    width: 50%;
  }
  @media (min-width: 768px) {
    .col_2_2_2_2_2_2 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col_2_2_2_2_2_2 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  @media (min-width: 1400px) {
    .col_2_2_2_2_2_2 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  .cssName .news {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .cssName .news {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .cssName .news {
      float: left;
      width: 66.6666666667%;
    }
  }
  @media (min-width: 1400px) {
    .cssName .news {
      float: left;
      width: 66.6666666667%;
    }
  }
  .cssName .video {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .cssName .video {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 992px) {
    .cssName .video {
      float: left;
      width: 33.3333333333%;
    }
  }
  @media (min-width: 1400px) {
    .cssName .video {
      float: left;
      width: 33.3333333333%;
    }
  }
  .col_3_6_3 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_3_6_3 .col {
      float: left;
      width: 25%;
    }
  }
  @media (min-width: 992px) {
    .col_3_6_3 .col {
      float: left;
      width: 25%;
    }
  }
  @media (min-width: 1400px) {
    .col_3_6_3 .col {
      float: left;
      width: 25%;
    }
  }
  .col_3_6_3 .col:nth-child(2) {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_3_6_3 .col:nth-child(2) {
      float: left;
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .col_3_6_3 .col:nth-child(2) {
      float: left;
      width: 50%;
    }
  }
  @media (min-width: 1400px) {
    .col_3_6_3 .col:nth-child(2) {
      float: left;
      width: 50%;
    }
  }
  .col_5 .col {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    .col_5 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col_5 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  @media (min-width: 1400px) {
    .col_5 .col {
      float: left;
      width: 16.6666666667%;
    }
  }
  .col_5 .col:first-child {
    margin-left: 0%;
  }
  @media (min-width: 768px) {
    .col_5 .col:first-child {
      margin-left: 8.3333333333%;
    }
  }
  @media (min-width: 992px) {
    .col_5 .col:first-child {
      margin-left: 8.3333333333%;
    }
  }
  @media (min-width: 1400px) {
    .col_5 .col:first-child {
      margin-left: 8.3333333333%;
    }
  }
  .mixEqual_2 .inner_4_8, .mixEqual_2 .flexSet, .flexSet {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .demo .flexSet .col {
    background: #485b8a;
    color: #fff;
  }
  .demo .flexEqual_3 .flexSet .col,
  .demo .flexEqual-5 .flexSet .col,
  .demo .flexEqual_7 .flexSet .col,
  .demo .flexEqual_9 .flexSet .col,
  .demo .flexEqual_11 .flexSet .col {
    background: #00b0c6;
  }
  .flexSet .col {
    margin: 4px 0;
  }
  .flexSet .col p {
    color: rgba(255, 255, 255, 0.5);
  }
  .flexEqual_2 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_2 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  .flexEqual_2 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_2 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_3 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_3 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  .flexEqual_3 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_3 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_4 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_4 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  .flexEqual_4 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_4 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_5 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_5 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 5 - 4px);
      max-width: calc(100% / 5 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-1) {
      margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-2) {
      margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-3) {
      margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-4) {
      margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
    }
  }
  .flexEqual_5 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 5 - 4px);
      max-width: calc(100% / 5 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-1) {
      margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-2) {
      margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-3) {
      margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-4) {
      margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_5 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .full .container {
    padding: 0;
    max-width: 100%;
  }
  .flex_3_6_3 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 12 - 4px);
      max-width: calc(8.3333333333% * 12 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 4px);
      max-width: calc(8.3333333333% * 12 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  .flex_8_4 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  .flex_4_8 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  .mixEqual_2 .flexSet .col {
    padding: 1em;
  }
  @media (min-width: 320px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .mixEqual_2 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  .mixEqual_2 .flexSet .col h3 {
    margin: 10px 0;
  }
  @media (min-width: 320px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 320px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  .cp {
    font-size: 1.0666666em;
    line-height: 1.65em;
  }
  @media screen and (max-width: 575px) {
    .cp {
      font-size: 1.2em;
    }
  }
  .cp h1 {
    font-size: 2em;
  }
  .cp h2 {
    font-size: 1.75em;
    margin-bottom: 1.25em;
  }
  .cp h3 {
    font-size: 1.5em;
  }
  .cp h4 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h5 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h6 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp p {
    font-size: 1em;
    line-height: 1.85em;
    margin-top: 0;
  }
  .cp ul,
  .cp ol {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .cp ul li,
  .cp ol li {
    margin-bottom: 0.5em;
  }
  .cp dd,
  .cp th,
  .cp td figure {
    font-size: 1em;
  }
  .cp blockquote {
    background: #f6f4ef;
    font-style: normal;
    display: block;
    font-size: 1em;
    border-left: 5px solid #8f0836;
    padding: 2em;
    box-sizing: border-box;
    margin: 0 0em 2em;
  }
  .cp img {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .cp img {
      max-width: 100%;
      width: auto;
      clear: both;
    }
  }
  :focus:not(:focus-visible) {
    outline: none;
  }
  :focus-visible {
    outline: #d30000 2px solid;
    outline-offset: -2px;
    isolation: isolate;
    opacity: 1 !important;
  }
  :focus-visible .imgContainer {
    z-index: -1;
  }
  :focus-visible img {
    position: relative;
    z-index: -1;
  }
  .accessKeyItem {
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 9;
    color: #fff;
    font-size: 1em;
  }
  @media screen and (max-width: 767px) {
    .accessKeyItem {
      display: none;
    }
  }
  a.goCenter {
    position: absolute;
    top: -2.2em;
    left: 0;
    padding: 0 0.5em;
    height: 2em;
    line-height: 2em;
    background: #8f0836;
    color: #fff;
    text-decoration: none;
    z-index: 999999999999;
    opacity: 0;
    transition: 0.5s;
    border-radius: 0px 0px 4px 4px;
    color: #fff;
  }
  a.goCenter:hover, a.goCenter:focus {
    background: #bf0b48;
    top: 0;
    opacity: 1;
    box-shadow: none;
    color: #fff;
  }
  .no-js noscript {
    display: block;
    padding: 0.5em;
    border: 2px solid #8f0836;
    background: #fff;
    color: #666;
    overflow: hidden;
    line-height: 1.45em;
    font-size: 0.813em;
    margin: 0 0.5em 0.5em;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .no-js noscript a {
    color: #8f0836;
  }
  .no-js noscript a:hover {
    color: #810731;
  }
  .no-js .mpSlider .imgContainer {
    display: none;
  }
  .no-js .mpSlider .imgContainer img {
    object-fit: cover;
  }
  .no-js .mpSlider .imgContainer:nth-child(1) {
    display: block;
  }
  .no-js .navigation {
    padding-right: 170px;
  }
  .no-js .navigation .language {
    width: auto;
    position: absolute;
    right: 160px;
  }
  .no-js .navigation .language > a {
    display: none;
  }
  .no-js .navigation .language ul {
    top: 0;
    width: 160px;
  }
  .no-js .navigation .language ul li {
    display: block;
    width: auto;
  }
  .no-js #webSearch noscript {
    margin-left: 1%;
    margin-right: 1%;
  }
  .no-js .tabSet {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .no-js .tabSet .tabItem {
    width: 100%;
    display: block;
    position: relative;
    color: #000;
    margin-bottom: 0px;
    border-bottom: 3px solid #ddd;
  }
  .no-js .tabSet .tabItem > a {
    background: none;
    font-size: 1.5em;
    color: #000;
  }
  .no-js .tabSet .tabItem:before {
    display: none;
  }
  .no-js .tabSet .tabItem.active {
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 3px solid #ddd;
  }
  .no-js .tabSet .tabItem.active > a {
    color: #000;
    background: none;
  }
  .no-js .tabSet .tabContent {
    width: 100%;
    position: relative;
    display: block;
  }
  .no-js .cpSlider .imgContainer {
    display: inline-block;
    width: 30%;
    margin: 0 1% 1em;
  }
  @media screen and (max-width: 767px) {
    .no-js .cpSlider .imgContainer {
      width: 47%;
      margin: 0 1% 1em;
    }
  }
  .no-js .cpSlider .imgContainer img {
    object-fit: cover;
  }
  .no-js .adSlider .imgContainer {
    display: inline-block;
    width: 22%;
    margin: 0 1% 1em;
    border: 1px solid #ddd;
  }
  @media screen and (max-width: 767px) {
    .no-js .adSlider .imgContainer {
      width: 47%;
      margin: 0 1% 1em;
    }
  }
  .no-js .adSlider .imgContainer img {
    object-fit: cover;
  }
  .no-js img.lazy {
    display: none;
  }
  .no-js img.lazy + noscript img {
    display: block;
    object-fit: cover;
  }
  body {
    font-weight: bold;
    color: #2a2a2a;
    line-height: 1.45em;
    font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    background: url("../images/body_bg.jpg") repeat left top;
  }
  body:before {
    position: absolute;
    content: "";
    width: 32vw;
    height: 20px;
    top: 0;
    left: 0;
    background: #7f684b;
    z-index: 999;
  }
  @media screen and (max-width: 767px) {
    body:before {
      display: none;
    }
  }
  body:after {
    position: absolute;
    content: "";
    width: 68vw;
    height: 20px;
    top: 0;
    left: 32vw;
    background: #8f0836;
    z-index: 999;
  }
  @media screen and (max-width: 767px) {
    body:after {
      display: none;
    }
  }
  a {
    text-decoration: none;
    color: #8f0836;
  }
  a:hover {
    color: #810731;
    cursor: pointer;
  }
  kbd {
    background: #fff;
    border-radius: 0.2em;
    color: #555;
    font-weight: bold;
    display: inline-block;
    padding: 0.1em 0.6em;
    font-size: 0.938em;
    font-family: sans-serif;
    margin-right: 0.4em;
    margin-bottom: 0.1em;
    vertical-align: middle;
    border-top: 1px solid #bbb;
    border-bottom: 3px solid #bbb;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
  }
  kbd ~ kbd {
    margin-left: 0.4em;
  }
  kbd kbd {
    border: none;
  }
  .fontSize {
    display: flex;
    align-items: center;
    margin-right: 0.5em;
  }
  .fontSize > button, .fontSize > button.disabled,
  .fontSize button[disabled] {
    font-size: 0.875em;
    color: #222;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: none;
    border: none;
    text-align: left;
  }
  .fontSize span {
    content: "字型大小：";
    display: block;
    font-size: 0.875em;
    margin-top: 4px;
  }
  .fontSize ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 0 0 6em;
  }
  .fontSize ul li {
    font-size: 1em;
    flex: 0 0 auto;
    margin: 2px;
    align-items: center;
  }
  .fontSize ul li button {
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    color: #333;
    margin: 0;
    padding: 0;
  }
  .fontSize ul li button.small {
    font-size: 0.938em;
  }
  .fontSize ul li button.large {
    font-size: 1.125em;
  }
  .fontSize ul li button:hover, .fontSize ul li button:focus {
    background: #810731;
    color: #fff;
    box-shadow: none;
  }
  .fontSize ul li.active button,
  .fontSize ul li.active a {
    background: #810731;
    color: #fff;
    box-shadow: none;
  }
  @media screen and (max-width: 767px) {
    .fontSize {
      display: none;
    }
  }
  .fontSize.typeB {
    margin: 0;
    position: relative;
  }
  .fontSize.typeB::before {
    display: none;
  }
  .fontSize.typeB > button {
    text-indent: -9999px;
    color: transparent;
    width: 50px;
    aspect-ratio: 1/1;
    position: relative;
  }
  .fontSize.typeB > button::before {
    width: 100%;
    aspect-ratio: 1/1;
    content: "Aa";
    text-indent: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    inset: 0;
    line-height: 50px;
    z-index: 2;
    display: block;
  }
  .fontSize.typeB ul {
    background: #444;
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fontSize.typeB ul li {
    margin: 0 auto;
  }
  .fontSize.typeB ul li button {
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    transition: 0.3s ease-out;
  }
  .fontSize.typeB ul li button:hover, .fontSize.typeB ul li button:focus-visible {
    background: #8f0836;
    border-inline: #810731 2px solid;
  }
  .fontSize.typeB ul li.active button {
    background: #810731;
    color: #fff;
    box-shadow: none;
  }
  .language {
    font-weight: bold;
    font-size: 0.75em;
    width: 140px;
    z-index: 9999;
    position: relative;
    align-items: center;
  }
  .language button, .language > a {
    text-align: left;
    display: block;
    background: #555;
    box-sizing: border-box;
    color: #fff;
    padding: 0.2em 1em;
    position: relative;
    transition: 0.3s ease-out;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    margin: 0;
    width: 100%;
  }
  .language button:after, .language > a:after {
    position: absolute;
    right: 0.8em;
    top: 1em;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
  }
  .language button:before, .language > a:before {
    position: absolute;
    width: 1px;
    height: 1.6em;
    right: 2em;
    top: 0.4em;
    content: "";
    border-left: 1px solid #ddd;
  }
  .language ul {
    background: #444;
    padding: 1em 1.5em;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .language ul li {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
  }
  .language ul li a {
    display: block;
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;
    transition: 0.3s ease-out;
  }
  .language ul li a:hover {
    background: #8f0836;
    border-inline: #810731 2px solid;
  }
  @media screen and (min-width: 767px) {
    .language.typeB {
      width: auto;
    }
    .language.typeB > button, .language.typeB > a {
      text-indent: -9999px;
      color: transparent;
      width: 50px;
      aspect-ratio: 1/1;
      position: relative;
      background: none;
      padding: 0;
      border: none;
    }
    .language.typeB > button::before, .language.typeB > a::before {
      content: "";
      width: 100%;
      height: auto;
      position: absolute;
      inset: 0;
      z-index: 2;
      aspect-ratio: 1/1;
      display: block;
      mask: url("../images/icon/icon_global2.svg") center no-repeat;
      mask-size: 40%;
      background: #fff;
      pointer-events: none;
    }
    .language.typeB > button::after, .language.typeB > a::after {
      display: none;
    }
    .language.typeB ul {
      width: 100px;
      left: 50%;
      text-align: center;
      transform: translateX(-50%);
    }
    .language.typeB ul li a {
      padding: 5px;
    }
  }
  .header .container > .webSearchBtn {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .header .container > .webSearchBtn {
      display: block;
    }
  }
  .header .container .navigation .webSearchBtn {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .header .container .navigation .webSearchBtn {
      display: none;
    }
  }
  .webSearchBtn {
    position: relative;
    text-indent: -9999px;
    color: transparent;
    width: 60px;
    aspect-ratio: 1/1;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 90;
  }
  .webSearchBtn::before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
    aspect-ratio: 1/1;
    display: block;
    mask: url("../images/icon/icon_search2.svg") center no-repeat;
    mask-size: 40%;
    background: #fff;
  }
  [for=topSearch] {
    position: absolute;
    width: 0;
    overflow: hidden;
  }
  .webSearch {
    vertical-align: top;
    font-size: 0.938em;
    margin: 1em 0.5em;
    box-sizing: border-box;
  }
  @media screen and (min-width: 767px) {
    .webSearch:not(.typeB) {
      display: block !important;
    }
  }
  .webSearch:not(.typeB) .webSearchBtn {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      width: 100% !important;
    }
  }
  .webSearch .content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .webSearch.active {
    display: flex;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    background: #444;
  }
  .webSearch.active label {
    display: none;
  }
  .webSearch.active .formGrp {
    display: flex;
    flex-grow: 1;
  }
  .webSearch.active .formGrp input {
    flex-grow: 1;
  }
  .webSearch.active .keywordHot ul a {
    color: #fff;
  }
  .webSearch label {
    font-size: 0em;
  }
  .webSearch .formGrp {
    flex: 0 0 auto;
    margin: 0 0 0.5em;
  }
  .webSearch .formGrp input {
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.5em;
    box-shadow: none;
    width: auto;
  }
  .webSearch .formGrp input[type=submit] {
    min-width: auto;
    padding: 0.2em 0.8em;
  }
  .webSearch .formGrp button,
  .webSearch .formGrp .btn,
  .webSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.2em 0.8em;
    margin: 0;
  }
  .webSearch .formGrp button:hover,
  .webSearch .formGrp .btn:hover,
  .webSearch .formGrp .btnSearch:hover {
    box-shadow: none;
  }
  .webSearch .btnGrp {
    flex: 0 0 auto;
    padding: 0 0 0 0.5em;
    margin: 0 0 0.5em;
  }
  .webSearch .btnGrp button,
  .webSearch .btnGrp .btn,
  .webSearch .btnGrp .btnSearch {
    min-width: auto;
    padding: 0.2em 0.8em;
    margin: 0;
  }
  .webSearch .btnGrp button:hover,
  .webSearch .btnGrp .btn:hover,
  .webSearch .btnGrp .btnSearch:hover {
    box-shadow: none;
  }
  .webSearch .keywordHot {
    flex: 1 1 100%;
  }
  .webSearch .keywordHot ul {
    font-size: 0.813em;
    line-height: 1.65em;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
  }
  .webSearch .keywordHot ul li {
    margin: 0;
    padding: 0 0.5em;
    flex: 0 0 auto;
  }
  .webSearch .keywordHot ul a {
    text-decoration: none;
    color: #2a2a2a;
  }
  .webSearch .keywordHot ul a:hover {
    color: #810731;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      display: none;
      width: 100% !important;
      left: 0;
      right: 0;
      margin: 0;
    }
    .webSearch .content {
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      background: #444;
    }
    .webSearch .formGrp {
      display: flex;
      flex-grow: 1;
    }
    .webSearch .formGrp input {
      flex-grow: 1;
      margin: 0;
      margin-right: 8px;
    }
    .webSearch .keywordHot ul a {
      color: #fff;
    }
  }
  .webSearchBg {
    position: fixed;
    inset: 0;
    z-index: 91;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s linear;
  }
  .webSearchBg.active {
    transform: translateY(0%);
    opacity: 1;
  }
  .mobileSearch {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 0.8em 0.3em;
    display: block;
    height: auto;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 98;
    background: #333;
    transform: translateY(-100%);
    opacity: 0;
    margin: 0;
    transition: all 0.3s linear;
  }
  .mobileSearch.active {
    transform: translateY(0%);
    opacity: 1;
  }
  .mobileSearch label {
    font-size: 0em;
    line-height: 0;
  }
  .mobileSearch .formGrp {
    display: flex;
    align-items: center;
  }
  .mobileSearch .formGrp label {
    display: none;
    flex: 0 0 0%;
  }
  .mobileSearch .formGrp input {
    margin: 0.5em;
    padding: 0.5em;
    flex: 1 1 50%;
    max-width: 70%;
  }
  .mobileSearch .formGrp input[type=submit] {
    flex: 0 1 15%;
    margin: 0.5em;
  }
  .mobileSearch .formGrp .btn,
  .mobileSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.5em 0.8em;
    margin: 0;
    flex: 1 1 20%;
    max-width: 25%;
  }
  .mobileSearch .formGrp .btn:hover,
  .mobileSearch .formGrp .btnSearch:hover {
    box-shadow: none;
  }
  .mobileSearch .btnGrp {
    flex: 1 1 auto;
    padding: 0.25em 0.5em;
    border-bottom: solid 1px #444;
    box-sizing: border-box;
    text-align: right;
  }
  .mobileSearch .btnGrp .btn {
    width: auto;
    padding: 0.2em 0.5em;
    margin: 0;
    background: transparent;
    font-size: 0.875rem;
    color: #ddd;
    border: none;
  }
  .mobileSearch .btnGrp .btn:hover {
    color: #b10a43;
  }
  .mobileSearch .keywordHot {
    flex: 1 1 100%;
  }
  .mobileSearch .keywordHot ul {
    font-size: 0.875em;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0 0 0.5em;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
  }
  .mobileSearch .keywordHot ul li {
    margin: 0;
    padding: 0.5em;
    flex: 0 0 auto;
  }
  .mobileSearch .keywordHot ul a {
    color: #fff;
  }
  .mobileSearch .keywordHot ul a:hover {
    color: #b10a43;
  }
  .webSearch.typeB {
    position: absolute;
    top: 90px;
    right: 15px;
    display: none;
    width: 40%;
    margin: 0;
    z-index: 100;
  }
  @media screen and (max-width: 767px) {
    .webSearch.typeB {
      top: 60px;
      right: 0;
    }
  }
  .webSearch.typeB .content {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #444;
  }
  .webSearch.typeB .formGrp {
    display: flex;
    flex-grow: 1;
  }
  .webSearch.typeB .formGrp input {
    flex-grow: 1;
    margin: 0;
    margin-right: 8px;
  }
  .webSearch.typeB .keywordHot ul a {
    color: #fff;
  }
  @media screen and (max-width: 991px) {
    .webSearch.typeB.active {
      display: block;
      width: 100%;
      padding: 0;
    }
  }
  .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;
  }
  @media screen and (max-width: 767px) {
    .mobileSearchBtn {
      display: block;
    }
  }
  .mobileSearchBtn::before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
    aspect-ratio: 1/1;
    display: block;
    mask: url("../images/icon/icon_search2.svg") center no-repeat;
    mask-size: 40%;
    background: #8f0836;
  }
  .mpSearch {
    vertical-align: top;
    font-size: 1em;
    margin: 1em 0.5em;
    box-sizing: border-box;
    z-index: 90;
    position: relative;
  }
  .mpSearch .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(248, 244, 242) 100%);
    border-radius: 15px;
    box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
    padding: 1.5em 2em;
    width: 800px;
    margin: -60px auto 0;
  }
  @media screen and (max-width: 991px) {
    .mpSearch .content {
      width: 90%;
      margin: 20px auto 0;
      padding: 1.5em;
    }
  }
  .mpSearch label {
    font-size: 0em;
  }
  .mpSearch .formGrp {
    flex: 0 0 auto;
    margin: 0 0 0.5em;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .mpSearch .formGrp select {
    flex: 0 0 8em;
    margin-right: 0.5em;
    border: 1px solid #f0f0f0;
    background: #f0f0f0 url(../images/d_arrow.png) no-repeat right 1em center;
    background-size: 15px auto;
    border-radius: 2em;
    padding: 0.5em 1.85em 0.5em 1em;
  }
  .mpSearch .formGrp input {
    flex: 1 1 calc(100% - 8em);
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 2em;
    padding: 0.5em 1em 0.5em;
  }
  .mpSearch .formGrp button,
  .mpSearch .formGrp .btn,
  .mpSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0 1.125em !important;
    margin: 0;
    border-radius: 2em;
    line-height: 1em !important;
    font-size: 0.938rem;
    flex: 0 0 8em;
    height: 2.5em;
  }
  .mpSearch .formGrp button:hover,
  .mpSearch .formGrp .btn:hover,
  .mpSearch .formGrp .btnSearch:hover {
    box-shadow: none;
  }
  @media screen and (max-width: 767px) {
    .mpSearch .formGrp {
      flex-direction: column;
      align-items: stretch;
    }
    .mpSearch .formGrp select {
      flex: 1 1 auto;
      margin-right: 0;
      margin-bottom: 0.5em;
    }
    .mpSearch .formGrp input {
      flex: 1 1 auto;
      margin-right: 0;
      margin-bottom: 0.5em;
    }
    .mpSearch .formGrp button,
    .mpSearch .formGrp .btn,
    .mpSearch .formGrp .btnSearch {
      flex: 1 1 auto;
      width: 100%;
      margin-bottom: 0.5em;
    }
  }
  .mpSearch .keywordHot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.938em;
  }
  .mpSearch .keywordHot .title {
    color: #666;
    margin: 0.5em 0.2em;
  }
  .mpSearch .keywordHot ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .mpSearch .keywordHot ul li {
    margin: 0.5em 0.2em;
    padding: 0;
    flex: 0 0 auto;
  }
  .mpSearch .keywordHot ul a {
    text-decoration: none;
    color: #666;
    border: solid 1px #b8b8b8;
    border-radius: 2em;
    padding: 0.4em 1em;
  }
  .mpSearch .keywordHot ul a:hover {
    color: #810731;
    cursor: pointer;
  }
  .Advanced_search_content {
    margin: 0;
    background: #f6f4ef;
    padding: 2em 4% 1em;
    font-size: 1.125rem;
  }
  .Advanced_search_content h3 {
    margin: 0.5em 0;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #5f0524;
    font-size: 1.5rem;
  }
  .Advanced_search_content .visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  .Advanced_search_content .addition {
    font-size: 0;
    background: url(../images/icon/icon_add.svg) no-repeat center center, linear-gradient(180deg, rgb(74, 75, 75) 0%, rgb(3, 3, 3) 100%);
    background-color: #4a4b4b;
    background-size: 12px;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 50%;
  }
  .Advanced_search_content .addition:hover {
    background: url(../images/icon/icon_add.svg) no-repeat center center, linear-gradient(180deg, rgb(57, 57, 57) 0%, rgb(106, 106, 106) 100%);
    background-size: 12px;
  }
  .Advanced_search_content .minus {
    font-size: 0;
    background: url(../images/icon/icon_minus.svg) no-repeat center center, linear-gradient(180deg, rgb(74, 75, 75) 0%, rgb(3, 3, 3) 100%);
    background-color: #4a4b4b;
    background-size: 12px;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
  }
  .Advanced_search_content .minus:hover {
    background: url(../images/icon/icon_minus.svg) no-repeat center center, linear-gradient(180deg, rgb(57, 57, 57) 0%, rgb(106, 106, 106) 100%);
    background-size: 12px;
  }
  .Advanced_search_content .search_group,
  .Advanced_search_content .advancedgroup,
  .Advanced_search_content .narrowgroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .Advanced_search_content .search_group .search_group,
  .Advanced_search_content .advancedgroup .search_group,
  .Advanced_search_content .narrowgroup .search_group {
    flex: 0 0 auto;
  }
  .Advanced_search_content .search_group .search_right,
  .Advanced_search_content .search_group .search_left,
  .Advanced_search_content .advancedgroup .search_right,
  .Advanced_search_content .advancedgroup .search_left,
  .Advanced_search_content .narrowgroup .search_right,
  .Advanced_search_content .narrowgroup .search_left {
    flex: 0 0 auto;
  }
  @media screen and (max-width: 767px) {
    .Advanced_search_content .search_group .search_right,
    .Advanced_search_content .search_group .search_left,
    .Advanced_search_content .advancedgroup .search_right,
    .Advanced_search_content .advancedgroup .search_left,
    .Advanced_search_content .narrowgroup .search_right,
    .Advanced_search_content .narrowgroup .search_left {
      flex: 1 1 auto;
    }
  }
  .Advanced_search_content .search_group .search_middle,
  .Advanced_search_content .advancedgroup .search_middle,
  .Advanced_search_content .narrowgroup .search_middle {
    flex: 1 1 auto;
  }
  .Advanced_search_content .tactics_btn {
    padding: 0.3em 1em;
    margin: 0;
  }
  .Advanced_search_content input,
  .Advanced_search_content select {
    border-radius: 3em;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .Advanced_search_content .btn {
    flex: 0 0 auto;
  }
  .Advanced_search_content .keywordHot {
    flex: 1 1 100%;
    margin-top: 0.8em;
  }
  .Advanced_search_content .keywordHot ul {
    line-height: 1.65em;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
  }
  .Advanced_search_content .keywordHot ul li {
    margin: 0 0.2em 0.2em 0;
    padding: 0;
    flex: 0 0 auto;
    font-size: 1em;
  }
  .Advanced_search_content .keywordHot ul li a {
    text-decoration: none;
    display: block;
    background: #8f0836;
    color: #fff;
    border-radius: 50px;
    padding: 0.2em 1em;
    transition: 0.5s;
    font-weight: bold;
  }
  .Advanced_search_content .keywordHot ul li a:hover {
    background: #5f0524;
  }
  .Advanced_search_content .form_title {
    max-width: inherit;
    flex: 0 0 auto;
    width: 10em;
    padding-right: 1em;
    margin: 0;
  }
  .Advanced_search_content .narrowgroup .form_inline {
    display: flex;
    align-items: center;
  }
  .Advanced_search_content .narrowgroup label {
    margin: 0;
  }
  .Advanced_search_content .yearsgroup label {
    display: flex;
    align-items: center;
  }
  .Advanced_search_content .yearsgroup span {
    flex: 0 0 auto;
  }
  .Advanced_search_content .yearsgroup section {
    flex: 0 0 auto;
  }
  .Advanced_search_content .btn_grp {
    display: flex;
    justify-content: center;
    padding: 1em;
  }
  .Advanced_search_content .btn_grp .btn {
    border-radius: 2em;
    margin: 0.3em;
    padding: 0.6em 1em;
    border: none;
    flex: 0 0 10em;
  }
  @media screen and (max-width: 767px) {
    .Advanced_search_content .btn_grp .btn {
      flex: 1 1 auto;
    }
  }
  .Advanced_search_content .btn_grp .btn-submit {
    background: #8f0836;
    color: #fff;
  }
  .Advanced_search_content .btn_grp .btn-submit:hover {
    background: #5f0524;
  }
  .Advanced_search_content .back_search {
    display: flex;
    justify-content: center;
  }
  .Advanced_search_content .form_grp {
    padding: 0.5em 0;
  }
  .Advanced_search_content .radio_grp,
  .Advanced_search_content .check_grp {
    display: flex;
    padding: 0.5em;
    flex-wrap: wrap;
  }
  .Advanced_search_content .radio_grp input,
  .Advanced_search_content .radio_grp label,
  .Advanced_search_content .check_grp input,
  .Advanced_search_content .check_grp label {
    flex: 0 0 auto;
  }
  .Advanced_search_content .radio_grp input[type=radio],
  .Advanced_search_content .check_grp input[type=radio] {
    border-radius: 50%;
  }
  .Advanced_search_content .radio_grp input[type=checkbox],
  .Advanced_search_content .check_grp input[type=checkbox] {
    border-radius: 3px;
  }
  @media screen and (max-width: 767px) {
    .Advanced_search_content input,
    .Advanced_search_content select,
    .Advanced_search_content textarea {
      width: 96%;
      margin: 5px;
    }
    .Advanced_search_content .search_middle {
      flex: 1 1 calc(100% - 40px);
    }
    .Advanced_search_content .advancedgroup .search_left {
      flex: 1 1 auto;
    }
    .Advanced_search_content .narrowgroup .form_title {
      flex: 1 1 100%;
    }
    .Advanced_search_content .form_title {
      flex: 1 1 auto;
      padding: 0.5em 0;
    }
  }
  .btnGrp {
    text-align: center;
    padding: 1em 0;
  }
  .uploadGrp .uploadBtn, .btn {
    font-size: 1em;
    touch-action: manipulation;
    background-image: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
    width: auto;
    padding: 0.5em 1.25em;
    min-width: 4em;
    margin: 0.25em 0.1em;
  }
  .uploadGrp .uploadBtn i, .btn i {
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
  .btn {
    background: #d7d1ca;
    border: 1px solid #d7d1ca;
    color: #222;
    text-shadow: none;
  }
  .btn:hover {
    background: #c1b8ad;
    border: 1px solid #ab9f90;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn.active {
    background: #e2ded9;
    cursor: pointer;
  }
  .btn:hover {
    color: #222;
    outline: none;
  }
  .btnGreen {
    background: #298729;
    border: 1px solid #298729;
    color: #fff;
  }
  .btnGreen:hover {
    background: #1d601d;
    border: 1px solid #113911;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnGreen.active {
    background: #2f9b2f;
    cursor: pointer;
  }
  .btnBlue {
    background: #156a81;
    border: 1px solid #156a81;
    color: #fff;
  }
  .btnBlue:hover {
    background: #0e4655;
    border: 1px solid #072229;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnBlue.active {
    background: #197c97;
    cursor: pointer;
  }
  .btnYellow {
    background: #fec61c;
    border: 1px solid #fec61c;
    color: #333;
  }
  .btnYellow:hover {
    background: #e7ae01;
    border: 1px solid #b48801;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnYellow.active {
    background: #fecd36;
    cursor: pointer;
  }
  .btnOrange {
    background: #d04500;
    border: 1px solid #d04500;
    color: #fff;
  }
  .btnOrange:hover {
    background: #9d3400;
    border: 1px solid #6a2300;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnOrange.active {
    background: #ea4d00;
    cursor: pointer;
  }
  .btnRed {
    background: #d30000;
    border: 1px solid #d30000;
    color: #fff;
  }
  .btnRed:hover {
    background: #a00000;
    border: 1px solid #6d0000;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnRed.active {
    background: #ed0000;
    cursor: pointer;
  }
  .btnPurple {
    background: #414f7b;
    border: 1px solid #414f7b;
    color: #fff;
  }
  .btnPurple:hover {
    background: #2f3959;
    border: 1px solid #1e2438;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnPurple.active {
    background: #4a598b;
    cursor: pointer;
  }
  .btnSubmit {
    background: #a7093f;
    border: 1px solid #a7093f;
    color: #fff;
  }
  .btnSubmit:hover {
    background: #77072d;
    border: 1px solid #47041b;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit.active {
    background: #bf0b48;
    cursor: pointer;
  }
  .btnReset {
    color: #505050;
  }
  .btnSearch {
    background: #a7093f;
    border: 1px solid #a7093f;
    color: #fff;
  }
  .btnSearch:hover {
    background: #77072d;
    border: 1px solid #47041b;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch.active {
    background: #bf0b48;
    cursor: pointer;
  }
  .btnPrimary {
    background: #8f0836;
    color: #fff;
    border: solid 1px #8f0836;
  }
  .btnPrimary:hover {
    background: #5f0524;
    border: solid 1px #8f0836;
  }
  .btnSecondary {
    background: #fff;
    color: #47041b;
    border: solid 1px #8f0836;
    text-shadow: none;
  }
  .btnSecondary:hover {
    color: black;
    background: #b5deff;
    border: solid 1px #b5deff;
  }
  .btnNormal {
    background: #f1f1f1;
    color: #65656e;
    border: solid 1px #c3c3c3;
    text-shadow: none;
  }
  .btnNormal:hover {
    color: #404046;
    background: #c3c3c3;
    border: solid 1px #c3c3c3;
  }
  .btnBack {
    background: #555;
    color: #fff;
    border: 1px solid #ddd;
  }
  .btnBack:hover {
    background: #5f0524;
    border: 1px solid #ddd;
  }
  .disabled,
  [disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .readonly,
  [readonly] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .btnXl {
    font-size: 1.5em;
  }
  .btnLg {
    font-size: 1.25em;
  }
  .btnSm {
    font-size: 0.938em;
  }
  .btnXs {
    font-size: 0.75em;
  }
  .btn-black {
    background: #3d3124;
    color: #fff;
    border: solid 1px #3d3124;
    border-radius: 2em;
  }
  .btn-black:hover {
    background: #1d1711;
    border: solid 1px #3d3124;
    color: #fff;
  }
  .tactics_btn {
    padding: 0.5em 1em 0.5em 0.6em;
    min-width: auto;
  }
  .tactics_btn .i_search:before {
    background: url(../images/icon_search.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
    filter: invert(100);
  }
  .breadcrumb {
    padding: 0.1em 0em 0.1em;
    font-size: 1rem;
    margin: 0px auto 5px;
    color: #8f0836;
  }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
  }
  .breadcrumb ul:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 4px solid #3d3124;
    border-radius: 50%;
    margin: 0.3em 0.5em 0.2em 0px;
    vertical-align: middle;
    background: #fff;
  }
  .breadcrumb ul li {
    margin: 0px 0.1em 0.1em 0px;
  }
  .breadcrumb a {
    text-decoration: none;
    color: #3d3124;
  }
  .breadcrumb a:hover {
    color: #810731;
    cursor: pointer;
  }
  .divider,
  .dividerVertical {
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0.813em;
    color: grey;
    text-shadow: 0 1px 1px #fff;
    display: block;
  }
  .divider {
    display: table;
    line-height: 1;
    margin: 20px 0;
  }
  .divider:after, .divider:before {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/basic/divider.jpg");
  }
  .divider:before {
    background-position: right 1em top 50%;
  }
  .divider:after {
    background-position: left 1em top 50%;
  }
  .dividerVertical {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: auto;
    height: 50%;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .dividerVertical:after, .dividerVertical:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 0;
    height: calc(100% - 1.2rem);
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .dividerVertical:before {
    top: -100%;
  }
  .dividerVertical:after {
    bottom: 0;
  }
  hr {
    border: none;
    border-top: 1px solid #cfcfcf;
    margin: 1em 0px;
    display: block;
    clear: both;
  }
  [class^=i_]:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
  }
  .i_calendarColor:before {
    background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_add_dark:before {
    background: url(../images/icon/icon_add_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_apple_dark:before {
    background: url(../images/icon/icon_apple_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowLeft_dark:before {
    background: url(../images/icon/icon_arrow_left_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowRight_dark:before {
    background: url(../images/icon/icon_arrow_right_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowUp_dark:before {
    background: url(../images/icon/icon_arrow_up_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowDown_dark:before {
    background: url(../images/icon/icon_arrow_down_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_bookmark_dark:before {
    background: url(../images/icon/icon_bookmark_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar_dark:before {
    background: url(../images/icon/icon_calendar_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_chat_dark:before {
    background: url(../images/icon/icon_chat_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_check_dark:before {
    background: url(../images/icon/icon_check_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_clock_dark:before {
    background: url(../images/icon/icon_clock_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_close_dark:before {
    background: url(../images/icon/icon_close_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_copy_dark:before {
    background: url(../images/icon/icon_copy_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_dot_dark:before {
    background: url(../images/icon/icon_dot_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_edit_dark:before {
    background: url(../images/icon/icon_edit_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_facebook_dark:before {
    background: url(../images/icon/icon_facebook_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_global_dark:before {
    background: url(../images/icon/icon_global_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_googleplus_dark:before {
    background: url(../images/icon/icon_googleplus_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_grid_dark:before {
    background: url(../images/icon/icon_grid_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_heart_dark:before {
    background: url(../images/icon/icon_heart_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_home_dark:before {
    background: url(../images/icon/icon_home_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_info_dark:before {
    background: url(../images/icon/icon_info_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_layout_dark:before {
    background: url(../images/icon/icon_layout_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_link_dark:before {
    background: url(../images/icon/icon_link_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_linkedin_dark:before {
    background: url(../images/icon/icon_linkedin_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_lock_dark:before {
    background: url(../images/icon/icon_lock_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_mail_dark:before {
    background: url(../images/icon/icon_mail_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_man_dark:before {
    background: url(../images/icon/icon_man_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_minus_dark:before {
    background: url(../images/icon/icon_minus_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_move_dark:before {
    background: url(../images/icon/icon_move_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_order_dark:before {
    background: url(../images/icon/icon_order_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_photo_dark:before {
    background: url(../images/icon/icon_photo_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_pick_dark:before {
    background: url(../images/icon/icon_pick_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_play_dark:before {
    background: url(../images/icon/icon_play_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_reflash_dark:before {
    background: url(../images/icon/icon_reflash_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_rss_dark:before {
    background: url(../images/icon/icon_rss_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_search_dark:before {
    background: url(../images/icon/icon_search_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_setting_dark:before {
    background: url(../images/icon/icon_setting_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_sort_dark:before {
    background: url(../images/icon/icon_sort_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_star_dark:before {
    background: url(../images/icon/icon_star_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_top_dark:before {
    background: url(../images/icon/icon_top_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_trash_dark:before {
    background: url(../images/icon/icon_trash_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_twitter_dark:before {
    background: url(../images/icon/icon_x_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_video_dark:before {
    background: url(../images/icon/icon_video_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_view_dark:before {
    background: url(../images/icon/icon_view_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_vimeo_dark:before {
    background: url(../images/icon/icon_vimeo_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_youtube_dark:before {
    background: url(../images/icon/icon_youtube_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_add:before {
    background: url(../images/icon/icon_add.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_apple:before {
    background: url(../images/icon/icon_apple.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowLeft:before {
    background: url(../images/icon/icon_arrow_left.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowRight:before {
    background: url(../images/icon/icon_arrow_right.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowUp:before {
    background: url(../images/icon/icon_arrowUp.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowDown:before {
    background: url(../images/icon/icon_arrowDown.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_bookmark:before {
    background: url(../images/icon/icon_bookmark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar:before {
    background: url(../images/icon/icon_calendar.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar_color:before {
    background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_chat:before {
    background: url(../images/icon/icon_chat.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_check:before {
    background: url(../images/icon/icon_check.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_clock:before {
    background: url(../images/icon/icon_clock.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_close:before {
    background: url(../images/icon/icon_close.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_copy:before {
    background: url(../images/icon/icon_copy.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_dot:before {
    background: url(../images/icon/icon_dot.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_edit:before {
    background: url(../images/icon/icon_edit.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_facebook:before {
    background: url(../images/icon/icon_facebook.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_global:before {
    background: url(../images/icon/icon_global.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_googleplus:before {
    background: url(../images/icon/icon_googleplus.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_grid:before {
    background: url(../images/icon/icon_grid.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_heart:before {
    background: url(../images/icon/icon_heart.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_home:before {
    background: url(../images/icon/icon_home.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_info:before {
    background: url(../images/icon/icon_info.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_layout:before {
    background: url(../images/icon/icon_layout.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_link:before {
    background: url(../images/icon/icon_link.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_linkedin:before {
    background: url(../images/icon/icon_linkedin.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_lock:before {
    background: url(../images/icon/icon_lock.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_mail:before {
    background: url(../images/icon/icon_mail.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_man:before {
    background: url(../images/icon/icon_man.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_minus:before {
    background: url(../images/icon/icon_minus.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_move:before {
    background: url(../images/icon/icon_move.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_order:before {
    background: url(../images/icon/icon_order.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_photo:before {
    background: url(../images/icon/icon_photo.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_pick:before {
    background: url(../images/icon/icon_pick.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_play:before {
    background: url(../images/icon/icon_play.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_reflash:before {
    background: url(../images/icon/icon_reflash.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_rss:before {
    background: url(../images/icon/icon_rss.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_search:before {
    background: url(../images/icon/icon_search.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_setting:before {
    background: url(../images/icon/icon_setting.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_sort:before {
    background: url(../images/icon/icon_sort.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_star:before {
    background: url(../images/icon/icon_star.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_top:before {
    background: url(../images/icon/icon_top.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_trash:before {
    background: url(../images/icon/icon_trash.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_twitter:before {
    background: url(../images/icon/icon_x.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_video:before {
    background: url(../images/icon/icon_video.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_view:before {
    background: url(../images/icon/icon_view.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_vimeo:before {
    background: url(../images/icon/icon_vimeo.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_youtube:before {
    background: url(../images/icon/icon_youtube.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .category {
    text-align: left;
    margin: 1em auto;
  }
  .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .category ul li {
    margin: 0px 3px 3px 0px;
    display: block;
  }
  .category a {
    padding: 0.25em 0.75em;
    display: block;
    color: #756b62;
    font-size: 1.125rem;
    font-weight: 400;
    box-sizing: border-box;
  }
  .category a:hover, .category a:focus, .category a.active {
    color: #77072d;
    box-shadow: none;
  }
  .category a span {
    font-size: 0.813em;
  }
  .category a span:before {
    content: "(";
    display: inline-block;
  }
  .category a span:after {
    content: ")";
    display: inline-block;
  }
  .lp .category a {
    padding: 0.25em 1.5em;
    display: block;
    color: #756b62;
    font-size: 1rem;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 2em;
    border: solid 1px #a3958a;
  }
  .lp .category a:hover, .lp .category a:focus, .lp .category a.active {
    color: #fff;
    background: #a7093f;
    border: 1px solid #a7093f;
    box-shadow: none;
  }
  .lp .category a span {
    font-size: 0.813em;
  }
  .lp .category a span:before {
    content: "(";
    display: inline-block;
  }
  .lp .category a span:after {
    content: ")";
    display: inline-block;
  }
  .tag {
    margin-bottom: 1em;
    position: relative;
  }
  .tag:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: url(../images/basic/icon_tag.svg) no-repeat center center;
    background-size: 16px;
  }
  .tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.5em;
  }
  .tag ul li {
    margin: 0 0.5em 0.5em 0;
    flex: 0 0 auto;
  }
  .tag ul li a {
    display: block;
    font-size: 0.938em;
    text-decoration: none;
    color: #2a2a2a;
    border: 1px solid #ddd;
    padding: 0.2em 0.75em;
    font-weight: 400;
  }
  .tag ul li a:hover {
    color: #810731;
    cursor: pointer;
  }
  .scrollToTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/basic/icon_top.svg) no-repeat center top rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.3s ease-out;
    display: none;
    z-index: 99999999;
    text-indent: -999999px;
  }
  .scrollToTop:hover {
    background: url(../images/basic/icon_top.svg) no-repeat center top rgba(0, 0, 0, 0.8);
    box-shadow: none;
  }
  [tooltip] {
    position: relative;
  }
  em[tooltip] {
    text-decoration: none;
    color: #8f0836;
  }
  em[tooltip]:hover {
    color: #810731;
    cursor: pointer;
  }
  [tooltip]:before,
  [tooltip]:after {
    text-transform: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
  }
  [tooltip]:after {
    content: attr(tooltip);
    text-align: left;
    min-width: 150px;
    line-height: 1.5em;
    max-width: 300px;
    font-size: 0.813em;
    max-height: 5.182875em;
    overflow: hidden;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    box-sizing: border-box;
  }
  [tooltip]:hover:before,
  [tooltip]:hover:after {
    display: block;
  }
  [tooltip=""]:before,
  [tooltip=""]:after {
    display: none;
  }
  [tooltip]:not([flow]):before,
  [tooltip][flow^=up]:before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [tooltip]:not([flow]):after,
  [tooltip][flow^=up]:after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow]):before,
  [tooltip]:not([flow]):after,
  [tooltip][flow^=up]:before,
  [tooltip][flow^=up]:after {
    left: 50%;
    transform: translate(-50%, -0.5em);
  }
  [tooltip][flow^=down]:before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^=down]:after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^=down]:before,
  [tooltip][flow^=down]:after {
    left: 50%;
    transform: translate(-50%, 0.5em);
  }
  [tooltip][flow^=left]:before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
  }
  [tooltip][flow^=left]:after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
  }
  [tooltip][flow^=right]:before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
  }
  [tooltip][flow^=right]:after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
  }
  @keyframes tooltips-vert {
    to {
      opacity: 0.9;
      transform: translate(-50%, 0);
    }
  }
  @keyframes tooltips-horz {
    to {
      opacity: 0.9;
      transform: translate(0, -50%);
    }
  }
  /* FX All The Things */
  [tooltip]:not([flow]):hover:before,
  [tooltip]:not([flow]):hover:after,
  [tooltip][flow^=up]:hover:before,
  [tooltip][flow^=up]:hover:after,
  [tooltip][flow^=down]:hover:before,
  [tooltip][flow^=down]:hover:after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  [tooltip][flow^=left]:hover:before,
  [tooltip][flow^=left]:hover:after,
  [tooltip][flow^=right]:hover:before,
  [tooltip][flow^=right]:hover:after {
    animation: tooltips-horz 300ms ease-out forwards;
  }
  .tooltip {
    text-align: center;
    padding: 40px 0;
  }
  .tooltip span {
    display: inline-block;
    background: #dedede;
    text-align: center;
    padding: 10px;
    width: 100px;
    line-height: 20px;
    vertical-align: baseline;
  }
  .tooltip p > em {
    color: red;
  }
  .sidebarCtrlBtn {
    display: none;
    left: 0px;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 100;
    top: 25px;
  }
  @media screen and (max-width: 767px) {
    .sidebarCtrlBtn {
      display: block;
    }
  }
  .sidebarCtrlBtn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #8f0836;
    box-shadow: #8f0836 0 6px 0 0, #8f0836 0 -6px 0 0;
    transition: 0.2s linear;
  }
  .sidebarCtrlBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #8f0836;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
  .searchCtrlBtn {
    display: none;
    right: 0px;
    font-size: 0em;
    z-index: 9;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 100;
  }
  @media screen and (max-width: 767px) {
    .searchCtrlBtn {
      display: block;
    }
  }
  .searchCtrlBtn:before {
    width: 40px;
    height: 40px;
    background: url(../images/basic/icon_search.svg) no-repeat center center;
    background-size: 28px;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
  }
  .header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s ease-out;
    height: 120px;
  }
  @media screen and (max-width: 767px) {
    .header {
      position: fixed;
      width: 100%;
      height: 90px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .header:after {
      content: "";
      width: 100%;
      height: 20px;
      background: url("../images/m_t_header_bg.png") no-repeat left top;
      z-index: 9999;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  .header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }
  @media screen and (max-width: 767px) {
    .header:before {
      height: 90px;
      background: url("../images/body_bg.jpg") repeat left top;
    }
  }
  .header > .container {
    max-width: 1320px;
    overflow: visible;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .header > .container {
      padding: 0;
    }
  }
  .header h1 {
    float: left;
    width: 276px;
    height: 75px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 99999;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .header h1 {
      float: none;
    }
  }
  .header h1 a {
    display: inline-block;
    padding: 45px 0;
  }
  @media screen and (max-width: 767px) {
    .header h1 a {
      padding: 30px 0;
    }
  }
  .header h1 img {
    display: block;
    max-width: 300px;
    max-height: 75px;
  }
  @media screen and (max-width: 767px) {
    .header h1 {
      padding: 2px 0 2px 50px;
      width: 100%;
      text-align: center;
      height: 90px;
    }
    .header h1 img {
      width: auto !important;
      height: auto;
      max-height: 54px;
      min-height: 50px;
      min-width: 200px;
      margin: 0px auto;
      transform: scale(0.8);
    }
  }
  .header .navigation {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    z-index: 99999;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .header .navigation {
      display: none;
    }
  }
  .header .navigation .navList {
    margin: 45px 0.5em 25px 0;
  }
  @media screen and (max-width: 991px) {
    .header .navigation .navList {
      margin: 70px 0.5em 20px auto;
    }
  }
  .header .navigation .navList ul {
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  .header .navigation .navList li {
    flex: 0 0 auto;
  }
  .header .navigation .navList li a {
    display: block;
    padding: 0;
    margin: 0 0.2em;
    text-decoration: none;
    background: #5f0524;
    text-indent: -9999px;
    color: transparent;
    width: 44px;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 50%;
  }
  .header .navigation .navList li a:hover, .header .navigation .navList li a:focus {
    background: #8f0836;
  }
  .header .navigation .navList li a::before {
    width: 100%;
    aspect-ratio: 1/1;
    content: "";
    text-indent: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    inset: 0;
    line-height: 44px;
    z-index: 2;
    display: block;
    font-size: 1.125em;
  }
  .header .navigation .navList li.gohome a::before {
    content: "H";
  }
  .header .navigation .navList li.gositemap a::before {
    content: "";
    background: url("../images/nav_icon01.png") no-repeat center center;
    background-size: 1.35em auto;
  }
  .header .navigation .navList li.goqa a::before {
    content: "";
    background: url("../images/nav_icon02.png") no-repeat center center;
    background-size: 1.35em auto;
  }
  .header .navigation .navList li.goeng a::before {
    content: "En";
  }
  .header .navigation .submenuBox {
    display: flex;
    align-items: center;
    padding: 15px;
    background: linear-gradient(135deg, #005d9d 0%, #98d1a7 100%);
    position: relative;
  }
  .header .navigation .submenuBox > div + div::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header.typeB h1 {
    position: absolute;
    top: 20px;
    z-index: 50;
  }
  @media screen and (max-width: 767px) {
    .header.typeB h1 {
      position: relative;
      top: auto;
    }
  }
  .header.typeB .navigation {
    margin-bottom: 40px;
  }
  @keyframes showMenu {
    0% {
      transform: translateX(30px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .mainMenu {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 9999;
    clear: both;
  }
  @media screen and (max-width: 991px) {
    .mainMenu {
      top: 0;
    }
  }
  .mainMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #8f0836;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .mainMenu.sticky:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainMenu.sticky > ul {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .mainMenu.sticky > ul li a {
    padding: 0 1em;
    color: #fff;
  }
  .mainMenu.sticky > ul li a:hover, .mainMenu.sticky > ul li a:focus {
    color: #efede9;
  }
  .mainMenu.sticky > ul li ul li a {
    padding: 0.6em 1.2em;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
  }
  .mainMenu.sticky > ul li.hasChild > a:after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border: 2px solid #fff;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
  }
  .mainMenu.sticky > ul li.hasChild > a:hover:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    border-color: #efede9;
    box-sizing: border-box;
  }
  .mainMenu.sticky > ul li.hasChild > a:focus:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    border-color: #fff;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .mainMenu {
      display: none;
    }
  }
  .mainMenu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media screen and (max-width: 991px) {
    .mainMenu > ul {
      justify-content: flex-end;
    }
  }
  .mainMenu > ul > li {
    flex: 0 1 auto;
  }
  .mainMenu > ul > li > a {
    display: block;
    padding: 25px 1em 10px;
    min-height: 2.5em;
    font-weight: bold;
    line-height: 2.5em;
    white-space: nowrap;
    color: #2a2a2a;
    box-sizing: border-box;
    font-size: 1.125em;
  }
  .mainMenu > ul > li > a:hover {
    color: #fff;
    background: #8f0836;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .mainMenu > ul > li.active > a {
    color: #fff;
    background: #8f0836;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .mainMenu > ul > li.active > a ul {
    display: none;
    opacity: 1;
  }
  .mainMenu > ul > li.hasChild > a:after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border: 2px solid #909090;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
  }
  .mainMenu > ul > li.hasChild > a:hover:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    border-color: #fff;
    box-sizing: border-box;
  }
  .mainMenu > ul > li.hasChild > a:focus:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    border-color: #fff;
    box-sizing: border-box;
  }
  .mainMenu ul li {
    position: relative;
  }
  .mainMenu ul li a {
    display: block;
    text-decoration: none;
  }
  .mainMenu ul li ul {
    display: none;
    overflow: visible;
    width: 99%;
    padding: 0;
    z-index: 90;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    list-style: none;
    text-align: left;
    font-size: 1em;
  }
  .mainMenu ul li ul li a {
    padding: 0.6em 1.2em;
    margin: 3px 0;
    display: block;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
  }
  .mainMenu ul li ul li a:hover {
    color: #fff;
    background: #810731;
  }
  .mainMenu ul li ul li.active > a {
    color: #fff;
    background: #810731;
  }
  .mainMenu ul li ul li.hasChild > ul {
    z-index: 999;
  }
  .mainMenu ul li ul li.hasChild > a {
    padding-right: 2em;
  }
  .mainMenu ul li ul li.hasChild > a:hover {
    background: #8f0836;
  }
  .mainMenu ul li ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    border-width: 2px 2px 0 0;
  }
  .mainMenu ul li ul ul {
    top: 0;
    left: 100%;
    animation: none;
    font-size: 1em;
  }
  .mainMenu ul li.active > ul {
    opacity: 1;
    display: block;
  }
  .mainMenu > ul > li.active > ul {
    animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mainMenu > ul > li.leftSlider ul ul {
    left: auto;
    right: 100%;
  }
  .menuArrowDown,
  .menuArrowUp {
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 5px;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s linear;
  }
  .menuArrowDown.active,
  .menuArrowUp.active {
    opacity: 1;
  }
  .menuArrowDown::after, .menuArrowDown::before,
  .menuArrowUp::after,
  .menuArrowUp::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 6px;
    display: block;
    background: #fff;
  }
  .menuArrowDown::before {
    transform: rotate(45deg);
    left: 4px;
  }
  .menuArrowDown::after {
    transform: rotate(-45deg);
    right: 4px;
  }
  .menuArrowUp::before {
    transform: rotate(45deg);
    right: 4px;
  }
  .menuArrowUp::after {
    transform: rotate(-45deg);
    left: 4px;
  }
  .mainMenu li.leftSlider li a {
    padding-right: 1.2em;
    padding-left: 2em;
  }
  .mainMenu li.leftSlider li.hasChild a::after {
    right: auto;
    left: 10px;
    border-width: 0 0 2px 2px;
  }
  .megaMenu > ul {
    position: relative;
  }
  .megaMenu > ul > li.active {
    position: initial;
  }
  .megaMenu > ul > li.active > ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    gap: 10px;
  }
  .megaMenu > ul > li.active > ul > li {
    flex-basis: calc((100% - 30px) / 4);
    flex-grow: 1;
  }
  .megaMenu > ul > li.active > ul ul {
    display: block;
    position: relative;
    left: 0;
    opacity: 1;
    background: none;
    padding-left: 20px;
  }
  .megaMenu > ul ul li.hasChild a::after {
    display: none;
  }
  .demoFixedSidebar {
    min-height: 300px;
  }
  .fixedSidebar {
    background: RGBA(0, 0, 0, 0.6);
    width: 50px;
    min-height: 200px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 10%;
    margin: 0;
    padding: 0;
    border-radius: 6px 0 0 6px;
  }
  .fixedSidebar ul {
    margin: 0;
    padding: 0;
  }
  .fixedSidebar ul li {
    width: 50px;
    height: 50px;
    list-style: none;
  }
  .fixedSidebar ul li a {
    display: block;
    padding: 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease-out;
    color: #fff;
    text-decoration: none;
  }
  .fixedSidebar ul li a:before {
    position: absolute;
    content: attr(title);
    width: 10em;
    text-align: left;
    right: -10em;
    padding: 0 1em 0 1em;
    height: 50px;
    line-height: 50px;
    background: #00a688;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
    transition: 0.3s ease-out;
    z-index: 9;
  }
  .fixedSidebar ul li a:hover:before {
    display: block;
    right: 0;
  }
  .fixedSidebar ul li img {
    width: 24px;
    height: 24px;
    margin: 13px auto;
  }
  footer {
    clear: both;
    text-align: left;
    font-size: 0.9375rem;
    padding: 3em 0 1em;
    background: #43413f;
    color: #c5bcb4;
    position: relative;
  }
  footer .accessKeyItem {
    color: #43413f;
  }
  footer .container {
    justify-content: space-between;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
  @media screen and (max-width: 991px) {
    footer .container {
      flex-wrap: wrap;
    }
  }
  footer a {
    text-decoration: none;
    color: #8f0836;
  }
  footer a:hover {
    color: #5f0524;
  }
  footer .footerLogo {
    flex: 0 1 30%;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 991px) {
    footer .footerLogo {
      flex: 1 1 100%;
      text-align: center;
    }
  }
  footer .footerLogo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  footer .footerInfo {
    flex: 1 1 auto;
  }
  footer .footerInfo p {
    margin: 0.5em 1em;
    line-height: 1.65em;
  }
  footer .footerIcon {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgba(180, 171, 164, 0.35);
    padding: 1em 0;
  }
  @media screen and (max-width: 991px) {
    footer .footerIcon {
      flex: 1 1 100%;
    }
  }
  footer .footerIcon .copyright {
    flex: 1 1 auto;
  }
  footer .footerIcon .acc {
    flex: 0 0 140px;
  }
  footer .footerLink {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    display: flex;
  }
  @media screen and (max-width: 767px) {
    footer .footerLink {
      flex-flow: row wrap;
    }
  }
  footer .footerLink li {
    flex: 0 1 auto;
    margin: 0px 5px 5px 0px;
  }
  @media screen and (max-width: 767px) {
    footer .footerLink li {
      flex: 1 1 25%;
    }
  }
  footer .footerLink li a {
    display: block;
    padding: 0.25em 1em;
    color: #fff9f0;
    text-align: center;
    transition: 0.3s ease-out;
    white-space: nowrap;
    position: relative;
  }
  footer .footerLink li a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.8em;
    background: #fff9f0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
  }
  footer .footerLink li a:hover {
    color: #fff;
  }
  footer .footerLink li:last-child a:before {
    display: none;
  }
  footer p {
    line-height: 1.65em;
  }
  footer .update,
  footer .counter {
    display: inline-block;
    margin-right: 5px;
    margin: 0.5em 0;
  }
  footer .update em,
  footer .counter em {
    font-style: normal;
    padding: 0 0.5em;
  }
  footer .footerIcon a {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  footer .footerIcon img {
    max-width: 150px;
  }
  footer.typeB {
    padding-top: 3%;
    background: #014072;
  }
  footer.typeB .container {
    justify-content: space-between;
  }
  footer.typeB .footerInfo {
    color: #fff;
  }
  footer.typeB .footerLink li a {
    padding: 0;
    padding: 0 0 0 20px;
    text-align: right;
    background: none;
  }
  footer.typeB .footerIcon {
    text-align: right;
  }
  .fatFooter {
    overflow: hidden;
    padding-bottom: 1em;
    margin: 0 auto;
    background: #d2cfca;
  }
  .fatFooter .container {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .fatFooter .btnFatFooter {
    font-size: 0.813em;
    height: 30px;
    display: block;
    width: 6em;
    color: #fff;
    border: none;
    background: #8f0836;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -3em;
    z-index: 90;
    text-indent: -9999px;
    border-radius: 0;
  }
  .fatFooter .btnFatFooter:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
    left: 50%;
    top: 12px;
    margin-left: -6px;
  }
  .fatFooter .btnFatFooter:hover {
    background: #5f0524;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: none;
  }
  .fatFooter .btnFatFooter.close:before {
    transform: rotate(135deg);
    top: 5px;
  }
  .fatFooter nav {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 3em 0 2em 2em;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav {
      padding: 3em 0.5em 1em;
    }
  }
  .fatFooter nav ul {
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul {
      flex-flow: wrap row;
    }
  }
  .fatFooter nav ul li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 16%;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li {
      flex: 1 1 90%;
    }
  }
  .fatFooter nav ul li a {
    line-height: 1.5;
    font-size: 1.125rem;
    display: block;
    font-weight: bold;
    padding: 0.5em 0px;
    box-sizing: border-box;
    color: #2a2a2a;
  }
  .fatFooter nav ul li a:hover {
    box-shadow: none;
    color: #8f0836;
  }
  .fatFooter nav ul li ul {
    display: block;
    margin: 0;
    padding: 0 1em 0 0;
    transition: height 0.5s;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li ul {
      width: auto;
      overflow: hidden;
    }
  }
  .fatFooter nav ul li ul li {
    width: auto;
    margin-right: 0.5em;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li ul li {
      display: inline-block;
    }
  }
  .fatFooter nav ul li ul li a {
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    font-weight: normal;
    text-align: left;
    font-size: 0.938em;
    line-height: 1.5em;
    padding: 0.2em 0;
    background: none;
    color: #474745;
  }
  .fatFooter nav ul li ul li a:hover {
    color: #810731;
    cursor: pointer;
  }
  @media screen and (max-width: 575px) {
    .fatFooter nav ul li ul li a {
      font-size: 0.813rem;
      padding: 0.25em 0;
    }
  }
  .fatFooter nav ul li ul ul {
    display: none;
  }
  .fatFooter.typeB {
    background: linear-gradient(175deg, rgb(75, 146, 160) 0%, rgb(0, 93, 157) 80%);
  }
  .fatFooter.typeB .btnFatFooter {
    right: 0;
    left: auto;
    width: 64px;
    aspect-ratio: 1/1;
    background: #e2e2e2;
  }
  .fatFooter.typeB .btnFatFooter::before {
    border-color: #000;
    top: 45%;
  }
  .fatFooter.typeB .btnFatFooter:hover {
    background: #fff;
  }
  .fatFooter.typeB .btnFatFooter.close:before {
    top: 35%;
  }
  .fatFooter.typeB a {
    color: #fff;
  }
  .fatFooter.typeB nav {
    padding: 70px 0 20px;
  }
  .fatFooter.typeB nav ul li ul {
    overflow: hidden;
  }
  .fatFooter.typeB nav ul li ul li a {
    color: #dddddd;
    padding: 5px 0 5px 15px;
    position: relative;
    font-size: 0.875rem;
  }
  .fatFooter.typeB nav ul li ul li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
  }
  select::-ms-expand {
    display: none;
  }
  .necessary {
    color: #c00;
    margin: 0px 0.2em;
  }
  .formGrid {
    border-top: 1px solid #ddd;
  }
  .formGrid .formGrp {
    border-bottom: 1px dashed #ddd;
    padding: 0.5em 0;
  }
  .flexForm {
    font-size: 0.938rem;
    margin: 0.5em;
  }
  .flexForm .formGrp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .flexForm .formGrp.agree {
    border-bottom: none;
  }
  .flexForm .formGrp.agree label {
    width: auto;
    margin: 0 0.5em 0.5em 0;
  }
  .flexForm .formTitle {
    max-width: 150px;
    flex: 0 0 150px;
    align-self: flex-start;
    padding: 0.3em 1em;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formTitle {
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      margin: 0 0.3em;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formTitle + .formContent[class*=formCol] {
    flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formTitle + .formContent[class*=formCol] {
      flex-basis: 100%;
      max-width: 100%;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formContent {
    display: flex;
    max-width: calc(100% - 150px);
    flex: auto;
    flex-basis: calc(100% - 150px);
    position: relative;
    min-height: 1px;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent {
      max-width: 100%;
      flex-basis: 100%;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formContent *[class^=notice] {
    margin: 0 0.3em 0.3em 0.3em;
    width: calc(100% - 0.6em);
  }
  .flexForm .formContent.additional {
    flex-wrap: nowrap;
    align-items: center;
  }
  .flexForm .formContent.additional .checkbox {
    flex: 1 0 auto;
    width: auto;
    display: inline-flex;
    align-items: center;
  }
  .flexForm .formContent.additional .checkbox label {
    margin-bottom: 0;
  }
  .flexForm .formContent .help {
    font-size: 0.813em;
    color: #888;
    padding: 0 0.5em;
  }
  .flexForm .formContent .formGrp {
    flex: 0 0 100%;
    min-height: 2.5em;
    margin: 0;
  }
  .flexForm .formContent .formGrp .formContent {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent .formGrp .formContent {
      flex-basis: 100%;
    }
  }
  .flexForm .formContent .formGrp .formContent.formInline input[type=text],
  .flexForm .formContent .formGrp .formContent.formInline input[type=tel],
  .flexForm .formContent .formGrp .formContent.formInline select,
  .flexForm .formContent .formGrp .formContent.formInline .checkbox {
    width: auto;
    min-width: 100px;
    display: inline-block;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .formGrp .formContent.formInline input[type=text],
    .flexForm .formContent .formGrp .formContent.formInline input[type=tel],
    .flexForm .formContent .formGrp .formContent.formInline select,
    .flexForm .formContent .formGrp .formContent.formInline .checkbox {
      width: calc(100% - 0.6em);
      display: block;
    }
  }
  .flexForm .formContent .formGrp:first-child {
    padding-top: 0;
  }
  .flexForm .formContent .formGrp:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .flexForm .formContent .tel input[type=text]:first-child,
  .flexForm .formContent .tel input[type=tel]:first-child {
    background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
    background-size: 12px;
    padding-left: 1.5em;
  }
  .flexForm .formContent .tel input[type=text]:first-child,
  .flexForm .formContent .tel select:first-child,
  .flexForm .formContent .tel input[type=tel]:first-child {
    width: 100px;
  }
  .flexForm .formContent .tel input[type=text]:first-child ~ input,
  .flexForm .formContent .tel select:first-child ~ input,
  .flexForm .formContent .tel input[type=tel]:first-child ~ input {
    width: calc(100% - 200px);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .tel input[type=text]:first-child ~ input,
    .flexForm .formContent .tel select:first-child ~ input,
    .flexForm .formContent .tel input[type=tel]:first-child ~ input {
      width: 100%;
      display: block;
    }
  }
  .flexForm .formContent .birthday select {
    display: inline-block;
    margin-right: 0.5em;
    text-align-last: center;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .birthday select {
      width: 88%;
      min-width: 88%;
      display: inline-block;
      text-align-last: left;
    }
  }
  .flexForm .formContent .birthday select option {
    text-align: center;
  }
  .flexForm .formContent .address select {
    min-width: 100px;
  }
  .flexForm .formContent .address select option {
    text-align: center;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .address select {
      width: 100px;
      display: inline-block;
    }
  }
  .flexForm .formContent .address input[type=text] {
    flex: 1 1 auto;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent .address input[type=text] {
      display: block;
      width: calc(100% - 0.6em);
    }
  }
  .flexForm .formContent .datePick {
    position: relative;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick {
      width: 100%;
      display: block;
      padding-right: 0;
    }
  }
  .flexForm .formContent .datePick + .datePick {
    margin-left: 0.3em;
    margin-right: 0;
    padding-right: 0;
  }
  .flexForm .formContent .datePick + .datePick:before {
    content: "~";
    font-size: 1.5em;
    color: #777;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick + .datePick {
      margin-left: 0em;
    }
    .flexForm .formContent .datePick + .datePick:before {
      display: none;
    }
  }
  .flexForm .formContent .datePick i {
    position: absolute;
    padding: 0.37em 0.1em;
    right: 1em;
    top: 0.2em;
    min-width: 1em;
    background: none;
    border: none;
    width: auto;
    pointer-events: none;
  }
  .flexForm .formContent .datePick i:hover {
    box-shadow: none;
    border: none;
  }
  .flexForm .formContent .datePick > input[type=text], .flexForm .formContent .datePick > input[type=date] {
    width: 10em;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick > input[type=text], .flexForm .formContent .datePick > input[type=date] {
      width: calc(100% - 0.6em);
    }
  }
  .flexForm .formContent .datePick > input[type=text] {
    padding-right: 2em;
  }
  .flexForm [class*=formCol] {
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .flexForm [class*=formCol] > .formGrp {
    border-bottom: 0;
    padding-top: 0;
  }
  .flexForm [class*=formCol] label {
    position: relative;
    min-height: 1px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    box-sizing: border-box;
    padding-top: 5px;
  }
  @media screen and (max-width: 767px) {
    .flexForm [class*=formCol] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
    }
  }
  .flexForm .formCol_6_6 > .formGrp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_6 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_6_6 > input, .flexForm .formCol_6_6 > select, .flexForm .formCol_6_6 > label {
    width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_6 > input, .flexForm .formCol_6_6 > select, .flexForm .formCol_6_6 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_4_4_4 > .formGrp {
    width: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_4_4 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_4_4_4 > input, .flexForm .formCol_4_4_4 > select, .flexForm .formCol_4_4_4 > label {
    width: calc(33.333% - 0.6em);
    flex-basis: calc(33.333% - 0.6em);
    max-width: calc(33.333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_4_4 > input, .flexForm .formCol_4_4_4 > select, .flexForm .formCol_4_4_4 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_3_3 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formCol_3_3_3_3 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_3_3 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_3_3_3 > input, .flexForm .formCol_3_3_3_3 > select, .flexForm .formCol_3_3_3_3 > label {
    width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_3_3 > input, .flexForm .formCol_3_3_3_3 > select, .flexForm .formCol_3_3_3_3 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_2_2_2_2 > .formGrp {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formCol_2_2_2_2_2_2 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  .flexForm .formCol_2_2_2_2_2_2 > input, .flexForm .formCol_2_2_2_2_2_2 > select, .flexForm .formCol_2_2_2_2_2_2 > label {
    width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_2_2_2_2 > input, .flexForm .formCol_2_2_2_2_2_2 > select, .flexForm .formCol_2_2_2_2_2_2 > label {
      width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_3_9 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_9 > .formGrp:nth-child(2) {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > .formGrp:nth-child(2) {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_9 > input, .flexForm .formCol_3_9 > select, .flexForm .formCol_3_9 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > input, .flexForm .formCol_3_9 > select, .flexForm .formCol_3_9 > label {
      width: calc(25% - 0.6em);
      max-width: calc(25% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_9 > input:nth-child(2), .flexForm .formCol_3_9 > select:nth-child(2), .flexForm .formCol_3_9 > label:nth-child(2) {
    width: calc(75% - 0.6em);
    flex-basis: calc(75% - 0.6em);
    max-width: calc(75% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > input:nth-child(2), .flexForm .formCol_3_9 > select:nth-child(2), .flexForm .formCol_3_9 > label:nth-child(2) {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_9_3 > .formGrp {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > .formGrp {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_9_3 > .formGrp:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > .formGrp:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_9_3 > input, .flexForm .formCol_9_3 > select, .flexForm .formCol_9_3 > label {
    width: calc(75% - 0.6em);
    max-width: calc(75% - 0.6em);
    flex-basis: calc(75% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > input, .flexForm .formCol_9_3 > select, .flexForm .formCol_9_3 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_9_3 > input:nth-child(2), .flexForm .formCol_9_3 > select:nth-child(2), .flexForm .formCol_9_3 > label:nth-child(2) {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > input:nth-child(2), .flexForm .formCol_9_3 > select:nth-child(2), .flexForm .formCol_9_3 > label:nth-child(2) {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_6 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  .flexForm .formCol_3_3_6 > .formGrp:last-child {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > .formGrp:last-child {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_3_6 > input, .flexForm .formCol_3_3_6 > select, .flexForm .formCol_3_3_6 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > input, .flexForm .formCol_3_3_6 > select, .flexForm .formCol_3_3_6 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_6 > input:last-child, .flexForm .formCol_3_3_6 > select:last-child, .flexForm .formCol_3_3_6 > label:last-child {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > input:last-child, .flexForm .formCol_3_3_6 > select:last-child, .flexForm .formCol_3_3_6 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_6_3_3 > .formGrp, .flexForm .formCol_6_3_3 > input[type=text], .flexForm .formCol_6_3_3 > select {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_3_3 > .formGrp, .flexForm .formCol_6_3_3 > input[type=text], .flexForm .formCol_6_3_3 > select {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_6_3_3 > .formGrp:first-child, .flexForm .formCol_6_3_3 > input[type=text]:first-child, .flexForm .formCol_6_3_3 > select:first-child {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_3_3 > .formGrp:first-child, .flexForm .formCol_6_3_3 > input[type=text]:first-child, .flexForm .formCol_6_3_3 > select:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_4_8 > .formGrp {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_4_8 > .formGrp:last-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > .formGrp:last-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_4_8 > input, .flexForm .formCol_4_8 > select, .flexForm .formCol_4_8 > label {
    width: calc(33.3333333333% - 0.6em);
    max-width: calc(33.3333333333% - 0.6em);
    flex-basis: calc(33.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > input, .flexForm .formCol_4_8 > select, .flexForm .formCol_4_8 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_4_8 > input:last-child, .flexForm .formCol_4_8 > select:last-child, .flexForm .formCol_4_8 > label:last-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > input:last-child, .flexForm .formCol_4_8 > select:last-child, .flexForm .formCol_4_8 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_10 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > .formGrp {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_2_10 > .formGrp:last-child {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > .formGrp:last-child {
      max-width: 100%;
      flex-basis: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_2_10 > input, .flexForm .formCol_2_10 > select, .flexForm .formCol_2_10 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > input, .flexForm .formCol_2_10 > select, .flexForm .formCol_2_10 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_10 > input:last-child, .flexForm .formCol_2_10 > select:last-child, .flexForm .formCol_2_10 > label:last-child {
    width: calc(83.3333333333% - 0.6em);
    max-width: calc(83.3333333333% - 0.6em);
    flex-basis: calc(83.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > input:last-child, .flexForm .formCol_2_10 > select:last-child, .flexForm .formCol_2_10 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_10_2 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > .formGrp {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_10_2 > .formGrp:first-child {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > .formGrp:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_10_2 > input, .flexForm .formCol_10_2 > select, .flexForm .formCol_10_2 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > input, .flexForm .formCol_10_2 > select, .flexForm .formCol_10_2 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_10_2 > input:first-child, .flexForm .formCol_10_2 > select:first-child, .flexForm .formCol_10_2 > label:first-child {
    width: calc(83.3333333333% - 0.6em);
    max-width: calc(83.3333333333% - 0.6em);
    flex-basis: calc(83.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > input:first-child, .flexForm .formCol_10_2 > select:first-child, .flexForm .formCol_10_2 > label:first-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_8 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_2_2_8 > .formGrp:last-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > .formGrp:last-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_2_2_8 > input, .flexForm .formCol_2_2_8 > select, .flexForm .formCol_2_2_8 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > input, .flexForm .formCol_2_2_8 > select, .flexForm .formCol_2_2_8 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_8 > input:last-child, .flexForm .formCol_2_2_8 > select:last-child, .flexForm .formCol_2_2_8 > label:last-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > input:last-child, .flexForm .formCol_2_2_8 > select:last-child, .flexForm .formCol_2_2_8 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_8_2_2 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_8_2_2 > .formGrp:first-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > .formGrp:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_8_2_2 > input, .flexForm .formCol_8_2_2 > select, .flexForm .formCol_8_2_2 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > input, .flexForm .formCol_8_2_2 > select, .flexForm .formCol_8_2_2 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_8_2_2 > input:first-child, .flexForm .formCol_8_2_2 > select:first-child, .flexForm .formCol_8_2_2 > label:first-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > input:first-child, .flexForm .formCol_8_2_2 > select:first-child, .flexForm .formCol_8_2_2 > label:first-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .btnGrp {
    justify-content: center;
  }
  .flexForm .btnGrp .btn,
  .flexForm .btnGrp .btnReset,
  .flexForm .btnGrp .btnSubmit,
  .flexForm .btnGrp input[type=submit],
  .flexForm .btnGrp input[type=reset],
  .flexForm .btnGrp input[type=button],
  .flexForm .btnGrp input[type=search] {
    margin: 0.3em;
  }
  .flexForm .btn,
  .flexForm input[type=submit],
  .flexForm input[type=reset],
  .flexForm input[type=button],
  .flexForm input[type=search] {
    flex: 1 1 auto;
  }
  .flexForm .formGrp,
  .flexForm .checkGrp,
  .flexForm .radioGrp,
  .flexForm .btnGrp,
  .flexForm .uploadGrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.3em 0;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formGrp,
    .flexForm .checkGrp,
    .flexForm .radioGrp,
    .flexForm .btnGrp,
    .flexForm .uploadGrp {
      flex-wrap: wrap;
    }
  }
  .flexForm .checkGrp label,
  .flexForm .radioGrp label {
    position: relative;
    z-index: 1;
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }
  .flexForm .checkGrp label input:checked ~ span:after,
  .flexForm .radioGrp label input:checked ~ span:after {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #54caff;
    content: "";
    left: 0.35em;
    top: 0.3em;
    z-index: -1;
    animation: ripple 0.35s linear;
  }
  .flexForm .checkGrp.formInline label,
  .flexForm .radioGrp.formInline label {
    margin: 0 0.5em 0 0;
    flex-basis: auto;
    margin-right: 1em;
    display: inline-flex;
    align-items: center;
  }
  .flexForm.formInline .checkGrp label,
  .flexForm.formInline .radioGrp label,
  .flexForm .formInline .checkGrp label,
  .flexForm .formInline .radioGrp label {
    flex-basis: auto;
  }
  .flexForm .formGrp.formInline label,
  .flexForm .uploadGrp.formInline label {
    display: inline-block;
    margin-right: 0.5em;
  }
  .flexForm .formGrp.formInline > input, .flexForm .formGrp.formInline > textarea, .flexForm .formGrp.formInline > select, .flexForm .formGrp.formInline > .input_i,
  .flexForm .uploadGrp.formInline > input,
  .flexForm .uploadGrp.formInline > textarea,
  .flexForm .uploadGrp.formInline > select,
  .flexForm .uploadGrp.formInline > .input_i {
    width: auto;
    flex: 0 1 auto;
  }
  .flexForm .formGrp.formInline input[type=checkbox],
  .flexForm .formGrp.formInline input[type=radio],
  .flexForm .uploadGrp.formInline input[type=checkbox],
  .flexForm .uploadGrp.formInline input[type=radio] {
    width: 1em;
  }
  .formInline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .formInline label {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
  }
  .formInline label ~ input, .formInline label ~ textarea {
    width: auto;
    vertical-align: middle;
  }
  .formInline input[type=text],
  .formInline input[type=password],
  .formInline select,
  .formInline textarea,
  .formInline button,
  .formInline .btn,
  .formInline input[type=submit],
  .formInline input[type=reset],
  .formInline input[type=button],
  .formInline input[type=search],
  .formInline .input_i {
    width: auto;
    flex: 0 0 auto;
  }
  .formInline .formGrp,
  .formInline .checkGrp,
  .formInline .radioGrp,
  .formInline .btnGrp,
  .formInline .uploadGrp {
    display: flex;
    margin-right: 0.5em;
    width: auto;
    flex: 0 0 auto;
  }
  .formInline .btnGrp {
    padding: 0;
  }
  .formInline .btnGrp .btn,
  .formInline .btnGrp input[type=submit],
  .formInline .btnGrp input[type=reset],
  .formInline .btnGrp input[type=button],
  .formInline .btnGrp input[type=search] {
    margin: 0.3em;
    padding: 0.45em 1em;
  }
  label,
  legend {
    display: inline-block;
    margin: 0 0 0.5em 0;
    position: relative;
    min-height: 1px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    box-sizing: border-box;
  }
  @media screen and (max-width: 575px) {
    label,
    legend {
      display: block;
    }
  }
  label.inline input,
  label.inline select,
  label.inline textarea,
  legend.inline input,
  legend.inline select,
  legend.inline textarea {
    width: auto;
  }
  label.labelHidden,
  legend.labelHidden {
    font-size: 0px !important;
    width: 0px !important;
    position: absolute !important;
    overflow: hidden !important;
  }
  fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  input,
  textarea,
  select,
  button {
    color: #2a2a2a;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    background: #fff;
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.2em;
    transition: all 0.3s ease-out;
    padding: 0.6em 1em;
  }
  input,
  select,
  textarea {
    width: calc(100% - 0.6em);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  @media screen and (max-width: 767px) {
    input,
    select,
    textarea {
      width: 100%;
    }
  }
  .input_i input {
    width: calc(100% - 0.6em);
  }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=file]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=mail]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
    font-weight: 400;
  }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=file]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=mail]::-moz-placeholder,
  input[type=number]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
  }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=file]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=mail]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
  }
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=file]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=mail]:-moz-placeholder,
  input[type=number]:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
  }
  textarea {
    color: #2a2a2a;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    background: #fff;
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.2em;
    transition: all 0.3s ease-out;
    height: 5em;
    overflow-y: scroll;
  }
  @media screen and (max-width: 575px) {
    textarea {
      width: 100%;
    }
  }
  input[type=text]:focus-visible,
  input[type=tel]:focus-visible,
  input[type=email]:focus-visible,
  input[type=password]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: #d30000 2px solid;
    outline-offset: -2px;
  }
  select {
    line-height: 1.35em;
    padding: 0.5em 35px 0.5em 1em;
    border: 1px solid #ccc;
    background: #fff url(../images/icon_select_arrow.svg) no-repeat right 13px top 0.75em;
    background-size: 16px;
  }
  select option {
    border: none;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1em;
    margin: 0.3em;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border: 1px solid #8b837c;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    border-color: #3d3124;
    background-color: #3d3124;
  }
  input[type=checkbox]:checked {
    background-image: url(../images/basic/icon_checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98%;
    box-shadow: #3d3124 0 0 0 2px;
    border-radius: 2px;
  }
  input[type=radio]:checked {
    border-color: #3d3124;
    background-color: #3d3124;
    box-shadow: #fff 0 0 0 3px inset, #3d3124 0 0 0 2px;
  }
  .uploadGrp {
    position: relative;
  }
  .uploadGrp input[readonly],
  .uploadGrp input[disable] {
    background: transparent;
    color: #666;
  }
  .uploadGrp .uploadBtn {
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 0.5em;
    background: #3d3124;
    border: 1px solid #3d3124;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 4px;
  }
  .uploadGrp .uploadBtn:hover {
    background: #1d1711;
    border: 1px solid black;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .uploadGrp .uploadBtn.active {
    background: #4d3e2d;
    cursor: pointer;
  }
  .uploadGrp .uploadBtn:hover {
    cursor: pointer;
  }
  input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  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;
  }
  img.captcha + input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  img.captcha ~ .btn {
    min-width: 0;
    padding: 8px 10px;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: none;
  }
  .input_i {
    position: relative;
    width: 100%;
  }
  .input_i i {
    position: absolute;
    padding: 0.2em 0;
    left: 0.5em;
    top: 0.6em;
    background: none;
    border-right: 1px solid #ccc;
    width: 2.4em;
    pointer-events: none;
    z-index: 5;
  }
  .input_i i:before {
    width: 2.2em;
    text-align: center;
  }
  .input_i i + input {
    padding: 0.5em 0.5em 0.5em 3em;
  }
  .input_i input {
    padding: 0.5em 3em 0.5em 0.5em;
  }
  .input_i input + i {
    border-right: none;
    border-left: 1px solid #ccc;
    right: 0.5em;
    left: auto;
  }
  .password {
    padding: 0.5em 3em 0.5em 3em !important;
  }
  .passwordEye {
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    color: transparent;
    width: 20px !important;
    height: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .passwordEye::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/icon/icon_eye_c_dark.svg") center no-repeat;
  }
  .passwordEye.hide::before {
    background: url("../images/icon/icon_eye_dark.svg") center no-repeat;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  @media screen and (max-width: 575px) {
    table {
      width: 100%;
    }
  }
  table th,
  table td {
    padding: 1em 0.5em;
    text-align: left;
  }
  table caption {
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 0.5em;
  }
  table caption .summary {
    display: block;
    font-size: 1em;
    font-weight: normal;
  }
  table td {
    border: #d7d1ca 1px solid;
    word-break: break-all;
  }
  table td a {
    word-break: break-all;
    color: #2a2a2a;
    display: inline-block;
  }
  table th {
    background-color: #ddd8cc;
    color: #574531;
    border: #c6c1bc 1px solid;
    text-align: center;
    white-space: nowrap;
  }
  table.tableHover tr:hover {
    background: #f3f3f3;
  }
  table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  @media screen and (max-width: 575px) {
    .tableList {
      background-color: transparent;
    }
    .tableList thead,
    .tableList tbody,
    .tableList th,
    .tableList td,
    .tableList tr {
      display: block;
    }
    .tableList thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .tableList table {
      background: rgba(255, 255, 255, 0) !important;
    }
    .tableList tr {
      border: 0px solid #ccc;
      margin-bottom: 1em;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
      padding: 5px 15px;
    }
    .tableList td {
      border: none;
    }
    .tableList.loaded td:before {
      content: attr(data-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.688rem;
    }
  }
  .tableList .sorttd {
    text-align: center;
  }
  .tableList .sorttd .sort {
    display: block;
    border: solid 1px #a0a0a0;
    padding: 0.1em 0.3em;
    color: #444444;
    margin: 0 auto;
    font-size: 1.125rem;
    border-radius: 3px;
    margin: 0 0.5em;
    white-space: nowrap;
  }
  @media screen and (max-width: 575px) {
    .tableList .sorttd .sort {
      display: block;
    }
  }
  .tableList .download_icon {
    text-align: center;
  }
  .tableList .download_icon a {
    display: block;
  }
  .tableList .download_icon a img {
    width: 46px;
  }
  .fixThTable {
    margin: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .fixThTable {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable table {
      display: block;
      width: 100%;
      overflow-x: scroll;
      padding-bottom: 1em;
    }
  }
  .fixThTable th,
  .fixThTable td {
    width: 10em;
    padding: 0.8em 0;
    text-align: center;
    line-height: 1.2;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th,
    .fixThTable td {
      display: inline-block;
      margin-right: -6px;
      margin-left: 0;
      margin-top: -1px;
    }
  }
  .fixThTable th:first-child {
    width: 8em;
    white-space: normal;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th:first-child {
      position: absolute;
      left: 0;
      top: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable tr {
      display: block;
      clear: both;
      white-space: nowrap;
      width: auto;
      padding-left: 8em;
    }
    .fixThTable tr:first-child {
      border-top: #ddd 1px solid;
    }
  }
  .tableWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  @media screen and (max-width: 767px) {
    .tableWrapper {
      width: 100%;
      display: block;
      clear: both;
      zoom: 1;
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 1em;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
    }
    .tableWrapper:before, .tableWrapper:after {
      content: "";
      display: table;
    }
    .tableWrapper:after {
      clear: both;
    }
    .tableWrapper table {
      width: 100%;
      min-width: 600px;
    }
  }
  .tableWrapper > .tableScroll > table {
    min-width: 600px;
  }
  .tableWrapper > .tableScroll > table caption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tableWrapper > div {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .scrollTableNav {
    width: 60px;
    position: absolute;
    transition: 0.5s opacity;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0.6) 39%, rgba(255, 255, 255, 0) 100%);
  }
  .scrollTableNavLeft {
    left: 0;
    display: none;
  }
  .scrollTableNavRight {
    right: 0;
    transform: rotateY(180deg);
  }
  .scrollTableNavLeft .scrollTableLeftBtn,
  .scrollTableNavRight .scrollTableRightBtn {
    width: 35px;
    height: 100%;
    background: url(../images/basic/icon_ar.svg) no-repeat center;
    cursor: pointer;
  }
  .lp table td a {
    text-decoration: none;
    color: #2a2a2a;
  }
  .lp table td a:hover {
    color: #810731;
    cursor: pointer;
  }
  .lp table td.date {
    text-align: center;
    color: #666;
  }
  @media screen and (max-width: 767px) {
    .lp table td.date {
      text-align: left;
    }
  }
  .lp table td.num {
    text-align: center;
    color: #666;
  }
  @media screen and (max-width: 767px) {
    .lp table td.num {
      text-align: left;
    }
  }
  .lp .list > ul,
  .lp .list ol {
    list-style-type: none;
    padding: 0;
    border-top: 2px solid #8f0836;
  }
  .lp .list > ul > li,
  .lp .list ol > li {
    padding: 0.75em 0 0.5em;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .lp .list > ul > li .tag,
  .lp .list ol > li .tag {
    margin-left: 2em;
  }
  .lp .list > ul > li > a,
  .lp .list ol > li > a {
    display: block;
    padding-left: 2em;
    position: relative;
    line-height: 1.45em;
    font-weight: bold;
    color: #2a2a2a;
  }
  .lp .list > ul > li > a:hover,
  .lp .list ol > li > a:hover {
    color: #810731;
  }
  .lp .list > ul > li > a .num,
  .lp .list ol > li > a .num {
    width: 1.5em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lp .list > ul > li > a .num:after,
  .lp .list ol > li > a .num:after {
    content: ".";
    display: inline-block;
  }
  .lp .list > ul > li span.dept,
  .lp .list ol > li span.dept {
    display: inline-block;
    font-size: 0.938em;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .lp .list > ul > li span.dept,
    .lp .list ol > li span.dept {
      display: block;
    }
  }
  .lp .list > ul > li time,
  .lp .list ol > li time {
    display: block;
    color: #756b62;
    font-size: 0.938em;
    font-weight: normal;
  }
  .submenu ul,
  .submenu ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
  }
  .submenu li {
    flex: 1 1 48%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .submenu li:nth-child(odd) {
    margin-right: 10px;
  }
  @media screen and (max-width: 767px) {
    .submenu li {
      flex: 1 1 100%;
    }
    .submenu li:nth-child(odd) {
      margin-right: 0;
    }
  }
  .submenu li a {
    border: 0px solid #d7d1ca;
    padding: 1em 1em 1em 2.5em;
    display: block;
    vertical-align: top;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #2a2a2a;
  }
  .submenu li a:hover {
    color: #810731;
    cursor: pointer;
  }
  .submenu li a .num {
    position: absolute;
    width: 1em;
    top: 1em;
    left: 0.5em;
    text-align: right;
  }
  .submenu li a .num:after {
    content: ".";
  }
  .submenu li a:hover {
    border: 0px solid #d7d1ca;
    color: #810731;
    background: #f6f4ef;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .tabSet {
    margin: 30px auto;
  }
  .tabSet .tabItems {
    display: flex;
  }
  .tabSet .hidden {
    display: none;
  }
  .tabSet .modeBBtn,
  .tabSet .tabBtn {
    flex: 1 1 auto;
    font-size: 1em;
    height: 2.8em;
    text-align: center;
    border: none;
    margin: 1px;
    border-radius: 0;
    box-shadow: none;
    background: #ddd;
    cursor: pointer;
  }
  .tabSet .modeBBtn.active,
  .tabSet .tabBtn.active {
    cursor: default;
    background: #00a4f9;
    color: #fff;
  }
  .tabSet .modeBBtn > *,
  .tabSet .tabBtn > * {
    pointer-events: none;
  }
  .tabSet .tabContent {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .tabSet .tabContent .mobileTabBtn {
    width: 100%;
    text-align: left;
    margin: 0;
    border-radius: 0;
  }
  .tabSet .tabContent .mobileTabBtn.active {
    background: #00a4f9;
    color: #fff;
  }
  .tabSet .tabContent .tabContentIn {
    padding: 15px;
  }
  .tabSet .tabContent .tabContentIn ul {
    margin: 0;
  }
  .tabSet .modeBBtn {
    width: 100%;
    margin: 0;
    display: none;
  }
  .tabSet.modeB .tabItems {
    display: none;
  }
  .tabSet.modeB .tabContent {
    display: block;
  }
  .tabSet.modeB .tabContent .tabContentIn {
    display: none;
  }
  .tabSet .modeBBtn {
    display: block;
  }
  .thumbnail {
    box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .thumbnail:hover {
    box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
  }
  .thumbnail a {
    display: block;
    text-decoration: none;
    color: #555;
    position: relative;
  }
  .thumbnail a:hover {
    color: #810731;
    cursor: pointer;
  }
  .thumbnail .imgContainer {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.5em;
  }
  .thumbnail .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .thumbnail h2,
  .thumbnail h3,
  .thumbnail h4,
  .thumbnail .title {
    margin: 0.2em 0;
    font-weight: bold;
  }
  .thumbnail .caption {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .thumbnail .btnGrp {
    padding: 0.2em 0;
  }
  .thumbnail hr {
    width: 90%;
    margin: 0.1em auto 1em;
  }
  .functionPanel {
    margin: 0.2em 0;
    padding: 0.5em 0 0.5em;
    min-height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.938rem;
  }
  @media screen and (max-width: 767px) {
    .functionPanel {
      margin: 0.6em 0;
      padding: 0.5em 0 0.5em;
    }
  }
  .functionPanel .share {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .functionPanel .function {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .functionPanel .publishTime {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    display: block;
    color: #555;
  }
  @media screen and (max-width: 767px) {
    .functionPanel .publishTime span {
      display: none;
    }
  }
  .functionPanel .publishTime time {
    font-family: georgia;
    font-size: 1.125em;
  }
  .functionPanel .publishTime:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 0.3em;
    margin-right: 5px;
    background: url(../images/basic/icon_time.svg) no-repeat center center;
    background-size: 12px;
  }
  div.function ul li.icon_contribute a:before, div.function ul li.icon_download a:before, div.function ul li.icon_forward a:before, div.function ul li.icon_print a:before, div.function ul li.icon_back a:before {
    vertical-align: middle;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    display: inline-block;
  }
  div.function {
    box-sizing: border-box;
    margin: 0.5em 0;
  }
  div.function ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
  }
  div.function ul li {
    margin: 0 2px;
    flex: 0 0 auto;
  }
  div.function ul li button,
  div.function ul li a {
    font-size: 0.9375rem;
    font-weight: 600;
    display: block;
    background: #5f0524;
    border-color: #8f0836;
    color: #fff;
    border-radius: 2em;
    line-height: 1em;
    padding: 0.5em 1.2em 0.4em;
  }
  div.function ul li button:hover,
  div.function ul li a:hover {
    background: #810731;
    border-color: #810731;
  }
  div.function ul li.icon_back a:before {
    background: url(../images/basic/icon_back.svg) no-repeat center center;
    background-size: 16px;
  }
  div.function ul li.icon_print a:before {
    background: url(../images/basic/icon_print.svg) no-repeat center center;
    background-size: 20px;
  }
  div.function ul li.icon_forward a:before {
    background: url(../images/basic/icon_forward.svg) no-repeat center bottom;
    background-size: 20px;
  }
  div.function ul li.icon_download a:before {
    background: url(../images/icon_download.png) no-repeat center bottom;
    background-size: 18px;
  }
  div.function ul li.icon_contribute a:before {
    background: url(../images/icon_contribute.png) no-repeat center bottom;
    background-size: 18px;
  }
  .functionPanel {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
  }
  .functionPanel .fontSize {
    padding: 0;
    flex: initial;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .functionPanel .function {
    height: 32px;
    margin: 0;
  }
  .functionPanel .function ul {
    display: flex;
  }
  .functionPanel .function ul li {
    font-size: 1em;
    margin: 0 0.2em;
    flex: 0 0 32px;
  }
  .functionPanel .function ul li a {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: #d7d1ca;
    text-indent: -9999px;
    position: relative;
  }
  .functionPanel .function ul li a:hover {
    background: #810731;
    color: #fff;
  }
  .functionPanel .function ul li a:hover:before {
    filter: invert(100%);
  }
  .functionPanel .function ul li a:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
  }
  .functionPanel .function ul li.back a:before {
    background: url(../images/basic/icon_back_dark.svg) no-repeat center center;
    background-size: 100%;
  }
  .functionPanel .function ul li.print a:before {
    background: url(../images/icon_print_dark2.svg) no-repeat center center;
    background-size: 100%;
  }
  @media screen and (max-width: 767px) {
    .functionPanel .function ul li.print {
      display: none;
    }
  }
  .functionPanel .function ul li.forward a:before {
    background: url(../images/basic/icon_forward_dark.svg) no-repeat center center;
    background-size: 100%;
  }
  .functionPanel .function ul li.link a:before {
    background: url(../images/icon_link.svg) no-repeat center center;
    background-size: 100%;
  }
  .functionPanel .function ul li.search a:before {
    background: url(../images/icon_search.svg) no-repeat center center;
    background-size: 90%;
  }
  .share {
    box-sizing: border-box;
    margin: 0.5em 0;
  }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .share ul li {
    margin: 0px 3px 3px;
    flex: 0 0 32px;
  }
  .share ul li a {
    display: block;
    height: 32px;
  }
  @media screen and (max-width: 991px) {
    .share ul li {
      margin: 0px 1px 2px;
      width: 32px;
      height: 32px;
    }
  }
  .share ul li img {
    width: 100%;
    height: 100%;
  }
  .functionPanel .share {
    box-sizing: border-box;
    text-align: center;
    height: 32px;
    margin: 0 4px;
    position: relative;
  }
  .functionPanel .share .shareButton {
    display: block;
    background: #d7d1ca;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    text-align: center;
    position: relative;
    border: none;
    margin: 0;
  }
  .functionPanel .share .shareButton:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: url(../images/basic/icon_share.svg) no-repeat center center;
    background-size: 24px;
  }
  .functionPanel .share .shareButton:hover {
    background: #810731;
  }
  .functionPanel .share .shareButton:hover:before {
    filter: invert(100%);
  }
  .functionPanel .share ul {
    display: none;
    position: absolute;
    top: 2.5em;
    left: -6px;
    padding: 6px;
    background: #fff;
    box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 999;
    height: auto;
  }
  .functionPanel .share ul li {
    display: block;
    margin: 0 auto 5px;
  }
  .functionPanel .share ul li:last-child {
    margin-bottom: 0;
  }
  .functionPanel .share ul li img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
  }
  .functionPanel .share ul li a {
    background: transparent;
    display: block;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .functionPanel .share ul li a:hover {
    background: transparent;
  }
  .marquee .swiperBox {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
  }
  @media (max-width: 991px) {
    .marquee .swiperBox {
      margin: 1.5em 0em;
    }
  }
  .marquee .swiperBox .swiper {
    height: 40px;
  }
  .marquee .swiperBox .marquee-arrow {
    padding: 0;
    position: absolute;
    cursor: pointer;
    left: 5px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 0;
    margin: 0;
    border: none;
  }
  .marquee .swiperBox .marquee-arrow::before {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    background: url("../vendor/swiper/ar.svg") center no-repeat;
  }
  .marquee .swiperBox .marquee-arrow.prevSlider {
    top: 0;
  }
  .marquee .swiperBox .marquee-arrow.nextSlider {
    bottom: 0;
    left: 4px;
  }
  .marquee .swiperBox .marquee-arrow.nextSlider::before {
    transform: rotate(180deg);
  }
  .marquee .swiperBox .marquee-arrow.marquee-arrow-disabled {
    opacity: 0.3;
  }
  .marquee a {
    display: block;
    line-height: 40px;
    margin-right: 3em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222 !important;
    text-decoration: none;
  }
  .marquee a span {
    color: #666;
    margin-right: 15px;
  }
  .marquee a:hover {
    color: #8f0836 !important;
  }
  .pagination {
    margin: 0.5em auto;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0.938em;
  }
  .pagination .formInline {
    justify-content: center;
  }
  .pagination span {
    color: #8f0836;
    margin: 0px 0.5em;
  }
  .pagination .page {
    margin: 10px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination .page li {
    margin: 2px;
    list-style: none;
    box-sizing: border-box;
  }
  .pagination .page li a {
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 6px 10px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    font-size: 1em;
    color: #2a2a2a;
    margin: 0 0.1em 0.25em;
    line-height: 1.75em;
  }
  .pagination .page li a:hover {
    background: #8f0836;
    color: #fff;
  }
  .pagination .page li.active a {
    color: #fff;
    background: #77072d;
  }
  .pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 2px solid #666;
    border-left: none;
    border-bottom: none;
  }
  .pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
    text-indent: -9999px;
    position: relative;
  }
  .pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after {
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
  }
  .pagination .page li.first a:before {
    margin-left: -6px;
    transform: rotate(-135deg);
  }
  .pagination .page li.first a:after {
    margin-left: 0px;
    transform: rotate(-135deg);
  }
  .pagination .page li.prev a:before {
    margin-left: -2px;
    transform: rotate(-135deg);
  }
  .pagination .page li.next a:before {
    margin-left: -6px;
    transform: rotate(45deg);
  }
  .pagination .page li.last a:before {
    margin-left: -3px;
    transform: rotate(45deg);
  }
  .pagination .page li.last a:after {
    margin-left: -9px;
    transform: rotate(45deg);
  }
  .pagination .total {
    padding: 0em;
    display: flex;
    align-items: center;
    vertical-align: middle;
    flex-wrap: wrap;
  }
  .pagination .total select {
    margin: 0px 0.5em;
    border-radius: 2em;
    background-size: 14px auto;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 767px) {
    .pagination .total select {
      margin: 0px;
    }
  }
  .pagination .total .btn {
    min-width: auto;
    padding: 0.4em 1em;
    border-radius: 2em;
  }
  .pagination .total .btn.btnSubmit {
    margin-left: 10px;
  }
  .pagination .items {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination .items a {
    padding: 0 5px;
    color: #8f0836;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .pagination .total select.formControl {
      margin: 0px 0px;
      text-align: center;
    }
  }
  [class^=formNotice] {
    padding: 0.4em 2.5em;
    display: block;
    width: 100%;
    font-size: 0.938em;
    margin: 0.2em 0;
    position: relative;
    color: #666;
    background-color: #f2f2f2;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
  }
  [class^=formNotice]:before {
    position: absolute;
    top: 0.7em;
    left: 0.8em;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    background: url(../images/basic/icon_info.svg) no-repeat center center;
    background-size: 15px;
  }
  [class^=formNotice]:before img {
    width: 100%;
  }
  [class^=formNotice] .close {
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    width: 12px;
    height: 12px;
    top: 0.8em;
    right: 1em;
    display: block;
    opacity: 0.5;
    background: none;
  }
  [class^=formNotice] .close:hover {
    opacity: 1;
  }
  [class^=formNotice] .close img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  [class^=formNoticeInfo] {
    color: #00529b;
    background-color: #ceecfa;
  }
  [class^=formNoticeInfo]:before {
    background-image: url(../images/basic/icon_info2.svg);
  }
  [class^=formNoticeSuccess] {
    color: #3b7600;
    background-color: #dff2bf;
  }
  [class^=formNoticeSuccess]:before {
    background-image: url(../images/basic/icon_success.svg);
  }
  [class^=formNoticeWarning] {
    color: #c23e00;
    background-color: #feefb3;
  }
  [class^=formNoticeWarning]:before {
    background-image: url(../images/basic/icon_warning.svg);
  }
  [class^=formNoticeError] {
    color: #c40000;
    background-color: #ffd2d2;
  }
  [class^=formNoticeError]:before {
    background-image: url(../images/basic/icon_error.svg);
  }
  .accordion ul {
    list-style: none;
    padding: 0;
  }
  .accordion ul li.accordionList {
    margin-bottom: 0.5em;
  }
  .accordion ul li.accordionList .accordionBtn {
    width: 100%;
    border: none;
    border-radius: 0;
    display: block;
    text-align: left;
    background-color: #21baff;
    color: #fff;
    text-decoration: none;
    padding: 5px 50px 5px 20px;
    position: relative;
  }
  .accordion ul li.accordionList.active .accordionArrow {
    top: calc(50% - 2px);
    transform: rotate(225deg);
  }
  .accordion .accordionContent {
    line-height: 1.45em;
    transition: height 0.3s linear;
    overflow: hidden;
  }
  .accordion .accordionContent.hidden {
    display: none;
  }
  .accordion .accordionContent .content {
    padding: 10px;
  }
  .accordion .accordionState {
    margin-left: 10px;
  }
  .accordion .accordionArrow {
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    transform: rotate(45deg);
    transform-origin: center center;
  }
  .accordion .accordionArrow:after {
    content: "";
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    display: block;
    width: 8px;
    height: 8px;
  }
  .accordion .accordionArrow.open:after {
    top: 8px;
    transform: rotate(225deg);
  }
  /* sitemap */
  .sitemap {
    margin: 0px auto 1em;
  }
  .sitemap p {
    font-size: 0.813em;
  }
  .sitemap p kbd {
    border: 1px solid #aaa;
    background: transparent;
    color: #2a2a2a;
    padding: 0 0.3em;
    margin: 0 0.2em 0.1em;
  }
  .sitemap p kbd kbd {
    border: none;
  }
  .sitemap .accessKeyDefine {
    padding: 1em 2em;
    background: #eee;
    border-radius: 6px;
  }
  .sitemap .accessKeyDefine li {
    margin-bottom: 0.2em;
  }
  .cascading {
    border-top: 1px solid #ccc;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    box-sizing: border-box;
  }
  .cascading ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cascading li {
    line-height: 1.5;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 1em 0;
    box-sizing: border-box;
    padding: 0px 0.5em;
  }
  .cascading li a {
    margin: 0.2em 0;
    color: #222;
    padding: 0.5em;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 2px solid #8f0836;
  }
  .cascading li a:hover {
    color: #8f0836;
    text-decoration: none;
  }
  .cascading li ul {
    padding-left: 1em;
  }
  .cascading li ul li {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .cascading li ul li a {
    display: block;
    font-size: 1em;
    padding: 0.2em 0;
    border-bottom: 1px dotted #ccc;
    background-color: transparent;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .cascading {
      width: 95%;
      margin: 0px auto;
    }
    .cascading li {
      width: 100%;
    }
  }
  .leftBlock .banner {
    padding: 0 0 2.5em 0;
  }
  .leftBlock .banner .item {
    color: #666;
    text-align: center;
    font-weight: bold;
    background-color: #eee;
    margin-bottom: 10px;
  }
  .leftBlock .banner .item a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
  }
  .leftBlock .banner .item a img {
    width: 100%;
    aspect-ratio: 3/1;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .leftBlock .listBlock {
    padding: 0 0 0.5em 0;
    margin-bottom: 1.5em;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .leftBlock .listBlock .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #8f0836;
    font-size: 1.25em;
    font-weight: bolder;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .leftBlock .listBlock ul {
    margin: 0;
    padding: 0 1em;
    list-style-type: none;
  }
  .leftBlock .listBlock ul li {
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .leftBlock .listBlock ul li time {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.813rem;
  }
  .leftBlock .listBlock ul li .dept {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #f1f1f1;
    color: #555;
    font-size: 0.813em;
  }
  .leftBlock .listBlock ul li a {
    display: block;
    padding: 0 0 0.25em;
    line-height: 1.4em;
    font-size: 0.938em;
    color: #333;
    margin: 0.5em 0;
  }
  .leftBlock .listBlock ul li a:hover {
    color: #810731;
  }
  .leftBlock .nodeMenu {
    padding: 0 0 0.5em 0;
    margin-bottom: 1.5em;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .leftBlock .nodeMenu .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #8f0836;
    font-size: 1.25em;
    font-weight: bolder;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .leftBlock .nodeMenu ul {
    margin: 0;
    padding: 0 1em 0em;
    list-style-type: none;
  }
  .leftBlock .nodeMenu ul li {
    font-size: 0.9375rem;
    margin: 0;
    padding: 0;
  }
  .leftBlock .nodeMenu ul li:last-child {
    border: none;
  }
  .leftBlock .nodeMenu ul li a {
    display: block;
    padding: 0.5em 0 0.5em 1em;
    line-height: 1.6em;
    color: #333;
    position: relative;
  }
  .leftBlock .nodeMenu ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 1.1em;
    left: 0.2em;
    background: #704430;
    border-radius: 50%;
  }
  .leftBlock .nodeMenu ul li a:hover {
    color: #810731;
  }
  .leftBlock .nodeMenu ul ul {
    padding: 0 0 0 1em;
  }
  .leftBlock .nodeMenu ul ul li a {
    margin: 0;
    border: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  html.smallSize {
    font-size: 0.938em;
  }
  html.largeSize {
    font-size: 1.125em;
  }
  body.noscroll {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > div {
    box-sizing: border-box;
  }
  .wrapper {
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      overflow: hidden;
      overflow-y: auto;
    }
  }
  .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main {
    position: relative;
    padding: 0 auto 5em;
  }
  .main:before {
    content: "";
    display: block;
    width: 720px;
    height: 100%;
    background: url("../images/body_left_bg.png") no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  @media screen and (max-width: 767px) {
    .main:before {
      display: none;
    }
  }
  .main:after {
    content: "";
    display: block;
    width: 720px;
    height: 100%;
    background: url("../images/body_right_bg.png") no-repeat right top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  @media screen and (max-width: 767px) {
    .main:after {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 90px;
    }
  }
  .main h2 {
    line-height: 1.25em;
  }
  .innerPage > .container {
    padding-top: 1em;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
  }
  .innerPage .centerBlock {
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
    padding: 3em 4% 2em;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 3em;
  }
  .innerPage .leftBlock {
    flex: none;
    flex-basis: 260px;
    max-width: 260px;
    margin-right: 40px;
    align-self: flex-start;
    position: sticky;
    top: 50px;
  }
  .innerPage .leftBlock.hidden + .centerBlock {
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
  }
  .innerPage .leftBlock + .centerBlock {
    flex: auto;
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  @media screen and (max-width: 991px) {
    .innerPage .leftBlock {
      display: none;
    }
    .innerPage .leftBlock + .centerBlock {
      flex: none;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .hidden {
    display: none;
  }
  .mobileSidebar {
    width: 300px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #8f0836;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: translateX(-300px);
  }
  @media screen and (min-width: 767px) {
    .mobileSidebar {
      display: none;
    }
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(1) {
    transition-delay: 0.27s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(2) {
    transition-delay: 0.34s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(3) {
    transition-delay: 0.41s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(4) {
    transition-delay: 0.48s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(5) {
    transition-delay: 0.55s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(6) {
    transition-delay: 0.62s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(7) {
    transition-delay: 0.69s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(8) {
    transition-delay: 0.76s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(9) {
    transition-delay: 0.83s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(10) {
    transition-delay: 0.9s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(11) {
    transition-delay: 0.97s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(12) {
    transition-delay: 1.04s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(13) {
    transition-delay: 1.11s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(14) {
    transition-delay: 1.18s;
  }
  .mobileSidebar.open .menuContent .sideMainMenu > ul > li:nth-child(15) {
    transition-delay: 1.25s;
  }
  .mobileSidebar .menuContent {
    width: 90%;
    margin: 0 auto;
    padding: 3em 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .menuContent .sideMainMenu {
    width: 100%;
    margin: 0 0 1em;
  }
  .mobileSidebar .menuContent .sideMainMenu a {
    display: block;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    text-align: left;
    font-weight: bold;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li {
    transform: scale(1.15) translateX(-30px);
    opacity: 0;
    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);
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(1) {
    transition-delay: 0.49s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(2) {
    transition-delay: 0.42s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(3) {
    transition-delay: 0.35s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(4) {
    transition-delay: 0.28s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(5) {
    transition-delay: 0.21s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(6) {
    transition-delay: 0.14s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(7) {
    transition-delay: 0.07s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(8) {
    transition-delay: 0s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(9) {
    transition-delay: -0.07s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(10) {
    transition-delay: -0.14s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(11) {
    transition-delay: -0.21s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(12) {
    transition-delay: -0.28s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(13) {
    transition-delay: -0.35s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(14) {
    transition-delay: -0.42s;
  }
  .mobileSidebar .menuContent .sideMainMenu > ul > li:nth-child(15) {
    transition-delay: -0.49s;
  }
  .mobileSidebar .menuContent .sideMainMenu ul {
    animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    padding: 0;
    left: 0;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li {
    flex: 1 1 100%;
    flex-direction: row;
    list-style: none;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li > a {
    padding: 0.5em 1em;
    min-height: 2em;
    line-height: 2em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
  }
  .mobileSidebar .menuContent .sideMainMenu ul li > a:hover {
    color: #f2f0eb;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li.hasChild > a {
    position: relative;
    padding: 0.5em 2em 0.5em 1em;
    color: #fff;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.25em;
    width: 5px;
    line-height: 1.25em;
    height: 5px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .menuContent .sideMainMenu ul li ul {
    position: relative;
    visibility: visible;
    display: none;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    background-color: transparent;
    font-size: 0.938em;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .menuContent .sideMainMenu ul li ul li a {
    display: block;
    min-height: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    padding: 0.5em 1em 0.5em 2em;
    border: none;
    position: relative;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li ul li a::before {
    content: "";
    position: absolute;
    left: 1em;
    top: 0.9em;
    width: 3px;
    height: 0.8em;
    background: #f9eedf;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li ul li.hasChild > a {
    padding: 0.5em 1em 0.5em 2em;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li ul li.hasChild > a:after {
    top: 0.85em;
  }
  .mobileSidebar .menuContent .sideMainMenu ul li.active ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobileSidebar .navigation {
    position: relative;
    margin: 1em auto;
    text-align: left;
    width: 100%;
  }
  .mobileSidebar .navigation .navList ul {
    float: none;
    overflow: hidden;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .mobileSidebar .navigation .navList ul li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    margin: 0;
    padding: 0;
  }
  .mobileSidebar .navigation .navList ul li:nth-child(odd):last-child {
    width: 50%;
  }
  .mobileSidebar .navigation .navList ul li a {
    display: block;
    line-height: 1.5em;
    padding: 0.5em;
    margin: 0.5em 0.2em;
    font-size: 0.875em;
    color: #2a2a2a;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 2em;
    text-align: center;
  }
  .mobileSidebar .navigation .navList ul li a:hover {
    background: #f2f0eb;
  }
  .mobileSidebar .navigation .language {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .mobileSidebar .navigation .language a,
  .mobileSidebar .navigation .language button {
    padding: 0.6em;
    background: rgba(0, 0, 0, 0.4);
  }
  .mobileSidebar .navigation .language a:after,
  .mobileSidebar .navigation .language button:after {
    top: 1.3em;
  }
  .mobileSidebar .navigation .language a:before,
  .mobileSidebar .navigation .language button:before {
    top: 0.8em;
  }
  .mobileSidebar .navigation .language button {
    width: 100%;
    border: 0em;
  }
  .mobileSidebar .navigation .language ul {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .mobileSidebar .navigation .language ul li {
    width: 100%;
  }
  .mobileSidebar .navigation .language ul li a {
    border: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .mobileSidebar .navigation .fontSize {
    display: none;
  }
  .mobileSidebar button.sidebarClose {
    position: absolute;
    display: block;
    width: 3em;
    height: 3em;
    padding: 0;
    min-width: auto;
    top: 0px;
    right: 0px;
    margin: 0;
    text-indent: -999px;
    border: none;
    background: none;
    border: none;
  }
  .mobileSidebar button.sidebarClose:hover {
    box-shadow: none;
  }
  .mobileSidebar button.sidebarClose:hover {
    outline: red 2px solid;
  }
  .mobileSidebar button.sidebarClose: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;
  }
  .menuOverlay {
    background: RGBA(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 90;
    cursor: pointer;
  }
  @media screen and (min-width: 991px) {
    .menuOverlay {
      display: none !important;
    }
  }
}
@layer secScss {
  img.imgRounded {
    border-radius: 10px;
  }
  img.imgCircle {
    border-radius: 50%;
  }
  img:not([src]) {
    visibility: hidden;
    opacity: 0;
  }
  img.lazy {
    visibility: hidden;
  }
  img.loaded {
    visibility: visible;
    animation: lazy_animation 0.5s ease-out;
  }
  @keyframes lazy_animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /*for IE */
  .imgContainer {
    width: 100%;
    position: relative;
    background: #f1f1f1;
  }
  .imgContainer .fill {
    object-fit: fill;
  }
  .imgContainer .contain {
    object-fit: contain;
  }
  .imgContainer .cover {
    object-fit: cover;
  }
  .imgContainer .none {
    object-fit: none;
  }
  .imgContainer .scale-down {
    object-fit: scale-down;
  }
  br {
    font-family: unset !important;
    font: unset !important;
  }
  .gsc-control-cse {
    padding: 1rem 0 !important;
  }
  .gsc-control-cse.gsc-control-cse-zh-TW table td {
    padding: 0 0.5em !important;
  }
  .gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_a, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_b, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsc-search-button {
    border: 0 !important;
  }
  .gsc-input-box {
    border: 0 !important;
  }
  .gsc-search-box.gsc-search-box-tools {
    margin-bottom: 2rem !important;
  }
  .table.gsc-search-box table td {
    border-bottom: 0 !important;
  }
  .gs-result .gs-title,
  .gs-result .gs-title * {
    color: #8f0836 !important;
  }
  .gsst_a .gscb_a {
    color: #ccc !important;
    line-height: 2rem !important;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #7f684b !important;
  }
  .gsc-search-button.gsc-search-button-v2 {
    border: 0 !important;
  }
  .gsc-search-button-v2,
  .gsc-search-button-v2:hover,
  .gsc-search-button-v2:focus-visible {
    background-color: #8f0836 !important;
  }
  .gsc-tabHeader {
    font-size: 1rem !important;
  }
  .gsc-search-button-v2 svg {
    vertical-align: middle;
  }
  .gsc-result-info-container,
  .gsc-orderby-container {
    border: 0 !important;
  }
  .gsc-selected-option {
    white-space: nowrap;
  }
  :root {
    --dotSize: 15px;
  }
  .mpSlider {
    position: relative;
  }
  .mpSlider a {
    display: block;
  }
  .mpSlider .swiperDots {
    position: absolute;
    z-index: 999;
    margin-bottom: 60px;
  }
  .mpSlider img {
    width: 100%;
    object-fit: cover;
  }
  .cpSlider {
    padding: 1em 0;
  }
  .cpSlider .swiperArrow {
    width: 44px;
    height: 44px;
  }
  .cpSlider .swiperArrow.prevSlider {
    left: -22px;
  }
  .cpSlider .swiperArrow.prevSlider:before {
    background-size: 16px auto;
  }
  .cpSlider .swiperArrow.nextSlider {
    right: -22px;
  }
  .cpSlider .swiperArrow.nextSlider:before {
    background-size: 16px auto;
  }
  .swiperBox {
    position: relative;
  }
  .swiper img {
    display: block;
  }
  .swiperDots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .swiperDots .swiper-pagination-bullet {
    /* 點的顏色 */
    background: rgb(255, 255, 255) !important;
    opacity: 0.65 !important;
    width: var(--dotSize);
    height: var(--dotSize);
    border-radius: 50%;
    width: 42px !important;
    height: 6px !important;
    border-radius: 0px !important;
  }
  .swiperDots .swiper-pagination-bullet:hover {
    opacity: 1;
    /* 點hover的顏色 */
    background: #8f0836;
  }
  .swiperDots .swiper-pagination-bullet:hover {
    opacity: 1;
    /* 點focus的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    /* 點 active 的顏色 */
    background: #810731 !important;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    /* 點 active  hover的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    /* 點 active  focus的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.noFonts {
    font-size: 0;
  }
  .swiperArrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 10px;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    border: none;
    z-index: 9;
    width: 78px;
    height: 78px;
    box-sizing: border-box;
    font-size: 0;
  }
  .swiperArrow:hover {
    background: rgba(0, 0, 0, 0.85);
  }
  @media screen and (max-width: 767px) {
    .swiperArrow {
      width: 50px;
      height: 50px;
    }
  }
  .swiperArrow::before {
    content: "";
    width: 22px;
    height: 32px;
    display: block;
    background: url("../images/pre_arrow.png") center center no-repeat;
    background-size: 22px 32px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 767px) {
    .swiperArrow::before {
      width: 16px;
      height: 24px;
      background-size: 16px 24px;
      left: 50%;
    }
  }
  .swiperArrow.prevSlider {
    left: 5%;
  }
  @media screen and (max-width: 767px) {
    .swiperArrow.prevSlider {
      left: 2%;
    }
  }
  .swiperArrow.nextSlider {
    right: 5%;
  }
  @media screen and (max-width: 767px) {
    .swiperArrow.nextSlider {
      right: 2%;
    }
  }
  .swiperArrow.nextSlider::before {
    background: url("../images/next_arrow.png") center center no-repeat;
    background-size: 22px 32px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 767px) {
    .swiperArrow.nextSlider::before {
      width: 16px;
      height: 24px;
      background-size: 16px 24px;
      left: 50%;
    }
  }
  .swiperArrow.swiperArrow-disabled {
    opacity: 0.3;
  }
  .cpSlider .swiper {
    margin: 0 40px;
    background: #fff;
    overflow: hidden;
  }
  .cpSlider .swiper h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 1.2em;
    border-bottom: 1px solid #8f0836;
  }
  .cpSlider .swiper .cpSlider {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .cpSlider .swiper .imgContainer {
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .cpSlider .swiper .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .cpSlider .swiper .caption {
    padding: 0.5em;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    bottom: -2em;
    left: 0;
    font-size: 0.938em;
    height: 2em;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease-out;
  }
  .cpSlider .swiper a {
    color: #555;
    display: block;
  }
  .cpSlider .swiper a:hover .caption {
    bottom: 0;
  }
  .cpSlider .swiper .swiperArrow {
    padding: 0;
  }
  .sliderFor {
    position: relative;
  }
  .navSlider {
    position: relative;
  }
  .navSlider .swiper-slide {
    max-height: 180px;
    position: relative;
  }
  .navSlider .swiper-slide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  .navSlider .swiper-slide a {
    position: relative;
    display: block;
  }
  .navSlider .swiper-slide a img {
    height: 100%;
    object-fit: cover;
  }
  .adSlider a {
    display: block;
  }
  .adSlider img {
    width: 100%;
    display: block;
    object-fit: contain;
  }
  .customSwiperBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .customSwiperBox .swiper {
    width: 80%;
    height: 100%;
  }
  .customSwiperBox .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .customSwiperBox .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .customSwiperBox .swiper .swiper-slide a p {
    margin: 1.5em 0;
    color: #2a2a2a;
    text-align: center;
  }
  .customSwiperBox .swiper .swiper-slide a:hover p {
    color: #8f0836;
  }
  .customSwiperBox .swiper .swiper-slide img {
    height: 248px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  .customSwiperBox .swiper .swiper-slide img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
  .customSwiperBox .swiperArrow.nextSlider {
    right: 0;
  }
  .customSwiperBox .swiperArrow.prevSlider {
    left: 0;
  }
  .mpSlider .swiper {
    width: 100vw;
    overflow: hidden;
    position: relative;
    /* height: 100vh; */
    /* 箭頭樣式 */
  }
  .mpSlider .swiper img {
    width: 100%;
    aspect-ratio: 5/2;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  @media screen and (max-width: 767px) {
    .mpSlider .swiper {
      overflow: hidden;
      position: relative;
    }
    .mpSlider .swiper img {
      width: 100%;
      aspect-ratio: 5/3;
      display: block;
      object-fit: contain;
      object-position: 50% 50%;
    }
  }
  .mpSlider .swiper .swiper-slide {
    width: 85vw !important;
    height: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mpSlider .swiper .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 12px; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
  }
  .mpSlider .swiper .swiper-slide-prev,
  .mpSlider .swiper .swiper-slide-next {
    transform: scale(0.8);
    opacity: 0.6;
  }
  .mpSlider .swiper .swiper-slide-prev img,
  .mpSlider .swiper .swiper-slide-next img {
    opacity: 0.6;
  }
  .mpSlider .swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .mpSlider .swiper .swiper-button-next,
  .mpSlider .swiper .swiper-button-prev {
    color: white;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mpSlider .swiper .swiper-button-next::after,
  .mpSlider .swiper .swiper-button-prev::after {
    font-size: 32px;
    font-weight: bold;
  }
  .mpSlider .swiperControlBox {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    display: flex;
    gap: 5px;
  }
  .mpSlider .swiperControlBox button {
    background: #000;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    aspect-ratio: 1;
    font-size: 14px;
    margin: 0;
    border: none;
    height: 40px;
    white-space: nowrap;
  }
  .mpSlider .swiperControlBox button.stop {
    background: #fff;
    color: #000;
  }
  .mpSlider .item .titleBox {
    position: absolute;
    max-width: 75rem;
    padding: 20px;
    width: 100%;
    margin: auto;
    inset: 0 0 70px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }
  @media screen and (max-width: 767px) {
    .mpSlider .item .titleBox {
      padding: 20px 60px;
    }
  }
  .mpSlider .item .titleBox h1,
  .mpSlider .item .titleBox h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .mpSlider .item .titleBox h1,
    .mpSlider .item .titleBox h2 {
      font-size: 1.125rem;
    }
  }
  .mpSlider .item .titleBox h1 {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 991px) {
    .mpSlider .item .titleBox h1 {
      font-size: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .mpSlider .item .titleBox h1 {
      font-size: 1.375rem;
    }
  }
  .mpSlider .item .titleBox p {
    margin: 0;
    font-size: 1rem;
  }
  .mpSlider .item .txtBox {
    position: absolute;
    background: rgba(8, 31, 56, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mpSlider .item .txtBox .txt {
    font-size: 1.125rem;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    max-width: 75rem;
  }
  @media screen and (max-width: 991px) {
    .mpSlider .item .txtBox .txt {
      font-size: 1rem;
    }
  }
  section .titleBox {
    font-size: 2.25rem;
    text-align: center;
    font-weight: bold;
    padding: 1.4em 0 1.2em;
    color: #47041b;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 8px;
  }
  @media screen and (max-width: 991px) {
    section .titleBox {
      font-size: 2rem;
    }
  }
  section .listBox {
    margin-bottom: 30px;
  }
  section .more {
    display: block;
    width: 170px;
    border-radius: 2px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    font-size: 1rem;
    background: #8f0836;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border-radius: 2em;
  }
  section .more:hover {
    background: #5f0524;
  }
  .listTypeA {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 1em 0 1em;
    padding-bottom: 40px;
  }
  @media screen and (max-width: 991px) {
    .listTypeA {
      margin: 1em 0;
      padding-bottom: 1em;
    }
  }
  .listTypeA:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 51.5%;
    height: 88%;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  @media screen and (max-width: 991px) {
    .listTypeA:before {
      display: none;
    }
  }
  .listTypeA:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: 51.5%;
    height: 89%;
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 2.8em -1.5em rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  @media screen and (max-width: 991px) {
    .listTypeA:after {
      display: none;
    }
  }
  .listTypeA .col {
    padding: 15px;
    margin: 0;
  }
  .listTypeA .news {
    margin: 20px 60px 50px 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 991px) {
    .listTypeA .news {
      padding: 2em 3em;
      margin: 0 0 1em 0;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0.5em 1.5em -0.8em rgba(0, 0, 0, 0.5);
    }
  }
  @media screen and (max-width: 575px) {
    .listTypeA .news {
      padding: 2em;
    }
  }
  .listTypeA .popular {
    margin: 75px 0 50px 60px;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  @media screen and (max-width: 991px) {
    .listTypeA .popular {
      padding: 2em 3em;
      margin: 0 0 1em 0;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0.5em 1.5em -0.8em rgba(0, 0, 0, 0.5);
    }
  }
  @media screen and (max-width: 575px) {
    .listTypeA .popular {
      padding: 2em;
    }
  }
  .listTypeA .item {
    position: relative;
  }
  .listTypeA .item a {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: #d1caca 2px solid;
  }
  .listTypeA .item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 6em;
    height: 2px;
    background: #8f0836;
  }
  @media screen and (max-width: 575px) {
    .listTypeA .item a {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .listTypeA .item a:hover .title {
    color: #8f0836;
    cursor: pointer;
  }
  .listTypeA .item a:hover .title:after {
    background: #807c77 url("../images/arrow.png") no-repeat center;
  }
  .listTypeA .item + .item {
    border-width: 0 0 2px;
  }
  .listTypeA .item:last-child a {
    border-top: #d1caca 2px solid;
    border-bottom: #d1caca 2px solid;
    position: relative;
  }
  .listTypeA .item:last-child a:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 6em;
    height: 2px;
    background: #8f0836;
  }
  .listTypeA .item:last-child a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 6em;
    height: 2px;
    background: #8f0836;
  }
  .listTypeA .date {
    text-align: center;
    width: 6em;
    color: #6c6c6b;
    font-weight: bold;
  }
  @media screen and (max-width: 575px) {
    .listTypeA .date {
      text-align: left;
      margin-bottom: 10px;
    }
  }
  .listTypeA .title {
    flex: 1 0 calc(100% - 6em);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #313131;
    padding: 0 32px 0 20px;
    font-weight: bold;
    font-size: 1.125rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .listTypeA .title:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: #98938d url("../images/arrow.png") no-repeat center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
  }
  @media screen and (max-width: 575px) {
    .listTypeA .title {
      padding: 0 32px 0 0 !important;
      white-space: normal;
      line-height: 1.6;
      font-size: 1rem;
      -webkit-line-clamp: 3;
    }
  }
  .listTypeA .title .sort1 {
    color: #8f0836;
    margin-right: 10px;
  }
  .listTypeA .title .sort2 {
    color: #156a81;
    margin-right: 10px;
  }
  .listTypeA .title .sort3 {
    color: #38446a;
    margin-right: 10px;
  }
  .listTypeB .item a {
    display: block;
  }
  .listTypeB .date,
  .listTypeB .txt,
  .listTypeB .title {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .listTypeB .date,
    .listTypeB .txt,
    .listTypeB .title {
      margin-left: 0px;
      margin-right: 0px;
    }
  }
  .listTypeB .title {
    margin-top: -10%;
    margin-bottom: 20px;
    height: 75px;
    padding: 0;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .listTypeB .title span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
  }
  .listTypeB .date {
    font-size: 1.125rem;
    color: #030303;
    display: block;
    font-family: "Verdana";
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
  }
  @media screen and (max-width: 991px) {
    .listTypeB .date {
      font-size: 1rem;
    }
  }
  .listTypeB .date::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 3px;
    display: block;
    bottom: -15px;
    left: 0;
    background: #001827;
  }
  .listTypeB .txt {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #545454;
  }
  .listTypeC .flexSet {
    align-items: flex-end;
  }
  .listTypeC .item {
    margin-bottom: 30px;
  }
  .listTypeC .item .pic {
    line-height: 0;
  }
  .listTypeC .item .col {
    padding: 0;
    margin: 0;
  }
  .listTypeC .item .col + .col {
    padding: 20px 0 0 3%;
  }
  .listTypeC .title {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
    line-height: 1.6;
  }
  .listTypeC .date {
    font-size: 0.875rem;
    color: #666666;
    display: block;
    font-family: "Verdana";
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
  }
  .listTypeC .txt {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #545454;
  }
  .listTypeD .item a {
    display: block;
    padding-right: 20px;
  }
  @media screen and (max-width: 767px) {
    .listTypeD .item a {
      padding-right: 0px;
    }
  }
  .listTypeD .pic {
    position: relative;
    margin-bottom: 10px;
  }
  .listTypeD .pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    height: 30%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
  .listTypeD .pic img {
    width: 100%;
    aspect-ratio: 23/31;
    display: block;
    object-fit: cover;
  }
  .listTypeD .topBox {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: -20px;
    z-index: 2;
  }
  .listTypeD .txt {
    margin-left: 30px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
  }
  .listTypeD .title {
    padding: 0;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
  .listTypeD .title span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
  }
  .listTypeD .date {
    font-size: 1.125rem;
    color: #030303;
    display: block;
    font-family: "Verdana";
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
  }
  .listTypeD .date::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 3px;
    display: block;
    bottom: -15px;
    left: 0;
    background: #001827;
  }
  .listTypeD .txt {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #545454;
  }
  .listTypeE .item a {
    display: block;
    position: relative;
  }
  .listTypeE .item a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    background: rgba(0, 0, 0, 0.2) url("../images/demo/icon_play.png") center no-repeat;
    transition: 0.3s ease-out;
  }
  .listTypeE .item a img {
    display: block;
  }
  .listTypeE .item a:hover:before {
    opacity: 0;
  }
  .listTypeF i {
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, rgb(0, 93, 157) 20%, rgb(152, 209, 167) 100%);
  }
  .listTypeF i img {
    width: 60%;
  }
  .listTypeF .txt {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
  }
  .listTypeG {
    padding-bottom: 3%;
    background: url("../images/demo/listtypeg_bg.jpg") center no-repeat;
  }
  .listTypeG .item a {
    display: block;
  }
  .listTypeG .pic {
    position: relative;
  }
  .listTypeG .pic img {
    width: 100%;
    aspect-ratio: 1/2;
    display: block;
    object-fit: cover;
  }
  .listTypeG .topBox {
    position: absolute;
    inset: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .listTypeG .title {
    padding: 0;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .listTypeG .title span {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 5px;
  }
  .listTypeG .date {
    font-size: 1.125rem;
    color: #030303;
    display: block;
    font-family: "Verdana";
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
  }
  .listTypeG .date::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 3px;
    display: block;
    bottom: -15px;
    left: 0;
    background: #001827;
  }
  .adSlider {
    padding: 3% 0 0;
  }
  .adSlider .swiperBox {
    padding: 0 50px;
  }
  .mpBook {
    margin: 2em 0;
    position: relative;
    z-index: 1;
  }
  .mpBook .group {
    display: flex;
    flex-wrap: wrap;
  }
  .mpBook .group .list {
    flex: 1 0 calc(25% - 15px);
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 300px;
    margin: 0;
    transition: 0.5s;
    /* 半圓初始在下方（translateY 全出畫面） */
    /* hover 時滑上來 */
  }
  @media screen and (max-width: 991px) {
    .mpBook .group .list {
      flex: 1 0 calc(50% - 15px);
    }
  }
  @media screen and (max-width: 575px) {
    .mpBook .group .list {
      flex: 1 0 calc(100% - 15px);
    }
  }
  .mpBook .group .list:hover {
    padding-top: 0;
  }
  .mpBook .group .list a {
    display: block;
    padding: 50px 20px 0 20px;
    text-align: center;
    position: relative;
    z-index: 9;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s;
    color: #2a2a2a;
  }
  .mpBook .group .list a:before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 90px;
    transition: 0.5s;
    border-radius: 15px;
    box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
  }
  .mpBook .group .list a:hover, .mpBook .group .list a:focus {
    padding: 30px 20px 0;
  }
  .mpBook .group .list a:hover:before, .mpBook .group .list a:focus:before {
    top: 0;
    box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
  }
  .mpBook .group .list a:focus-visible {
    outline: none;
    border: 2px solid #d30000;
    border-radius: 15px;
  }
  .mpBook .group .list a .imgContainer {
    padding: 0 20%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    max-height: 200px;
  }
  .mpBook .group .list a .imgContainer img {
    max-width: 100%;
    max-height: 202px;
    object-fit: contain;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
  .mpBook .group .list a .imgContainer:hover img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  }
  .mpBook .group .list a .caption {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 9;
  }
  .mpBook .group .list a .caption .title {
    margin: 1.5em 0 1em;
    padding: 0.3em 0;
    font-weight: bold;
    color: #2a2a2a;
    font-size: 1.25rem;
    border-bottom: solid 3px #8f423c;
    text-align: left;
  }
  .mpBook .group .list a p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    color: #2a2a2a;
    text-align: left;
    color: #525252;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    height: calc(1.8em * 6);
  }
  @media screen and (max-width: 991px) {
    .mpBook .group .list a p {
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      height: calc(1.8em * 4);
    }
  }
  @media screen and (max-width: 767px) {
    .mpBook .group .list a p {
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      height: calc(1.8em * 3);
      margin-bottom: 60px;
    }
  }
  .mpBook .group .list .more2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .mpBook .group .list .half-circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px; /* 半圓寬度的一半 */
    width: 100px;
    height: 50px;
    background-color: #8f0836;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    color: #fff;
    font-weight: bold;
    line-height: 58px;
  }
  .mpBook .group .list:hover .more2 .half-circle, .mpBook .group .list:focus .more2 .half-circle {
    transform: translateY(0);
  }
  .collection {
    position: relative;
    z-index: 9;
    padding-bottom: 3em;
  }
  .collection .titleBox {
    border-bottom: 2px solid #d1caca;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
  }
  .collection .titleBox::before {
    content: "";
    position: absolute;
    width: 5em;
    height: 2px;
    background: #8f0836;
    bottom: -2px;
    left: 50%;
    margin-left: -2.5em;
  }
  h1.title,
  h2.title {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0.5em 0;
  }
  .cp .pic {
    float: left;
    margin: 0px 1em 1em 0;
    width: auto;
    width: 45%;
    max-width: 400px;
    background: #f1f1f1;
    overflow: hidden;
    padding: 0.5em 0.5em 0.2em;
  }
  .cp .pic img {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
  }
  .cp .pic span {
    text-align: center;
    display: block;
    font-size: 0.938em;
  }
  @media screen and (max-width: 767px) {
    .cp .pic {
      float: none;
      max-width: 100%;
      width: auto;
      margin: 0px auto;
      display: block;
      margin-bottom: 0.5em;
    }
  }
  .cp table {
    background: #fff;
  }
  .cp img.floatLeft {
    float: left;
    margin: 0px 1em 1em 0;
    width: auto;
    max-width: 55%;
  }
  @media screen and (max-width: 767px) {
    .cp img.floatLeft {
      float: none;
      max-width: 100%;
      margin: 0px auto;
    }
  }
  .cp img.floatRight {
    float: right;
    margin: 0px 0 1em 1em;
    width: auto;
    max-width: 55%;
  }
  @media screen and (max-width: 767px) {
    .cp img.floatRight {
      float: none;
      max-width: 100%;
      margin: 0px auto;
    }
  }
  .cp a {
    text-decoration: none;
    color: #8f0836;
  }
  .cp a:hover {
    color: #810731;
    cursor: pointer;
  }
  .cp .publishInfo {
    font-size: 0.875em;
    line-height: 1.5em;
    list-style: none;
    margin: 0 0 0.7em 0;
    border-left: solid 5px #8f0836;
    padding: 0.5em 1.5em 0.5em;
    background: #f6f4ef;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-weight: 400;
  }
  .cp .publishInfo li {
    flex: 1 1 33.3333333333%;
    margin: 0.3em 0;
  }
  @media screen and (max-width: 991px) {
    .cp .publishInfo li {
      flex: 1 1 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .cp .publishInfo li {
      flex: 1 1 100%;
    }
  }
  .fileDownload {
    width: 100%;
    margin: 0 auto 2em;
    clear: both;
    zoom: 1;
  }
  .fileDownload:before, .fileDownload:after {
    content: "";
    display: table;
  }
  .fileDownload:after {
    clear: both;
  }
  .fileDownload h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 0.2em;
    border-bottom: 1px solid #8f0836;
  }
  .fileDownload ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .fileDownload li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0.5em 0 0.5em 1.5em;
    border-bottom: solid 1px #eee;
    font-size: 1.125rem;
  }
  .fileDownload li:before {
    content: "·";
    font-size: 1em;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 1em;
    left: 0.5em;
    color: #666;
  }
  .fileDownload li .fileName {
    line-height: 1.8em;
    margin: 0.2em 0.5em 0.2em 0;
    color: #4f1d2e;
    flex: 1 1 auto;
    margin: 0.1em;
  }
  .fileDownload li span {
    flex: 0 0 auto;
    vertical-align: middle;
  }
  .fileDownload li span a {
    color: #fff;
    display: inline-block;
    margin: 0;
  }
  .fileDownload li span img {
    width: 42px;
    height: 42px;
  }
  .fileDownload li span.file_doc a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_doc a:hover {
    color: #fff;
  }
  .fileDownload li span.file_docx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_docx a:hover {
    color: #fff;
  }
  .fileDownload li span.file_odt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_odt a:hover {
    color: #fff;
  }
  .fileDownload li span.file_xls a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_xls a:hover {
    color: #fff;
  }
  .fileDownload li span.file_xlsx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_xlsx a:hover {
    color: #fff;
  }
  .fileDownload li span.file_csv a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_csv a:hover {
    color: #fff;
  }
  .fileDownload li span.file_ods a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_ods a:hover {
    color: #fff;
  }
  .fileDownload li span.file_ppt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_ppt a:hover {
    color: #fff;
  }
  .fileDownload li span.file_pptx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_pptx a:hover {
    color: #fff;
  }
  .fileDownload li span.file_odp a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_odp a:hover {
    color: #fff;
  }
  .fileDownload li span.file_zip a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_zip a:hover {
    color: #fff;
  }
  .fileDownload li span.file_txt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_txt a:hover {
    color: #fff;
  }
  .fileDownload li span.file_mov a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_mov a:hover {
    color: #fff;
  }
  .fileDownload li span.file_mp3 a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_mp3 a:hover {
    color: #fff;
  }
  .fileDownload li span.file_jpg a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_jpg a:hover {
    color: #fff;
  }
  .fileDownload li span.file_wmv a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_wmv a:hover {
    color: #fff;
  }
  .fileDownload li span.file_mp4 a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_mp4 a:hover {
    color: #fff;
  }
  .fileDownload li span.file_pdf a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_pdf a:hover {
    color: #fff;
  }
  .fileDownload li span.file_other a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload li span.file_other a:hover {
    color: #fff;
  }
  .fileDownload li span {
    display: flex;
    align-items: center;
  }
  .fileDownload li span.file_doc a, .fileDownload li span.file_docx a, .fileDownload li span.file_odt a {
    background: #275cb7;
  }
  .fileDownload li span.file_doc a:hover, .fileDownload li span.file_docx a:hover, .fileDownload li span.file_odt a:hover {
    background: #2351a2;
  }
  .fileDownload li span.file_xls a, .fileDownload li span.file_xlsx a, .fileDownload li span.file_csv a, .fileDownload li span.file_ods a {
    background: #387947;
  }
  .fileDownload li span.file_xls a:hover, .fileDownload li span.file_xlsx a:hover, .fileDownload li span.file_csv a:hover, .fileDownload li span.file_ods a:hover {
    background: #30683d;
  }
  .fileDownload li span.file_ppt a, .fileDownload li span.file_pptx a, .fileDownload li span.file_odp a, .fileDownload li span.file_pdf a {
    background: #c55a3b;
  }
  .fileDownload li span.file_ppt a:hover, .fileDownload li span.file_pptx a:hover, .fileDownload li span.file_odp a:hover, .fileDownload li span.file_pdf a:hover {
    background: #b25135;
  }
  .fileDownload li span.file_pdf a {
    background: #c00;
  }
  .fileDownload li span.file_pdf a:hover {
    background: #b30000;
  }
  .fileDownload li span.file_zip a {
    background: #eb712e;
  }
  .fileDownload li span.file_zip a:hover {
    background: #e96117;
  }
  .fileDownload li span.file_txt a, .fileDownload li span.file_other a {
    background: #555;
  }
  .fileDownload li span.file_txt a:hover, .fileDownload li span.file_other a:hover {
    background: #484848;
  }
  .fileDownload li span.file_mov a {
    background: #009999;
  }
  .fileDownload li span.file_mov a:hover {
    background: teal;
  }
  .fileDownload li span.file_mp3 a, .fileDownload li span.file_mp4 a {
    background: #088ecc;
  }
  .fileDownload li span.file_mp3 a:hover, .fileDownload li span.file_mp4 a:hover {
    background: #077db3;
  }
  .fileDownload li span.file_jpg a {
    background: #6c29a4;
  }
  .fileDownload li span.file_jpg a:hover {
    background: #5f2490;
  }
  .fileDownload li span.file_wmv a {
    background: #430a1f;
  }
  .fileDownload li span.file_wmv a:hover {
    background: #2d0715;
  }
  .webLink {
    margin: 1em 0;
  }
  .webLink h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 0.2em;
    color: #3d3124;
  }
  .webLink ol,
  .webLink ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .webLink li {
    position: relative;
    padding: 0.25em 0;
    border-bottom: solid 1px #d7d1ca;
    padding-left: 1.5em;
    line-height: 1.5em;
  }
  .webLink li:first-child {
    border-top: solid 1px #d7d1ca;
  }
  .webLink li:before {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 1.24em;
    left: 0.2em;
    background: url("../images/weblink_libg.png") no-repeat center center;
    background-size: 1em auto;
  }
  .webLink li a {
    padding: 0.6em 0px;
    display: block;
    text-decoration: none;
    color: #2a2a2a;
  }
  .webLink li a:hover {
    color: #810731;
    cursor: pointer;
  }
  .cp .webLink {
    margin: 1em 0;
  }
  .cp .webLink h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 0.2em;
    color: #3d3124;
    border-bottom: 1px solid #8f0836;
  }
  .cp .webLink li:first-child {
    border-top: none;
  }
  .cp .fileDownload li {
    border-bottom: solid 1px #d7d1ca;
  }
  .cp .fileDownload li .fileName {
    color: #2a2a2a;
  }
  .cp p {
    word-break: break-all;
    font-weight: 400;
  }
  .cp ul,
  .cp ol {
    font-weight: 400;
  }
  .cp table td {
    font-weight: 400;
  }
  .sp {
    position: relative;
    margin: 2em 0 1em;
  }
  .spinfoBlock {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 3em 6% 2em;
    margin: 1em 0;
    background: #f6f4ef;
  }
  .spinfoBlock h2 {
    margin: 0.5em 0;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #5f0524;
    font-size: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .spinfoBlock h2 {
      font-size: 1.75rem;
    }
  }
  .spinfoBlock ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .spinfoBlock ul.infoist {
    color: #646464;
    line-height: 2;
    font-weight: 400;
  }
  .spinfoBlock ul.infobtn {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
  }
  .spinfoBlock ul.infobtn li {
    flex: 1 0 auto;
    margin: 0.5em 0.5em 0 0;
  }
  .spinfoBlock ul.infobtn li a {
    display: inline-block;
    padding: 0.5em 2em;
    background: #1d2747;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    display: block;
    text-align: center;
  }
  .spinfoBlock ul.infobtn li a:hover {
    background: #8f0836;
  }
  .spinfoBlock .img-container {
    flex: 0 0 218px;
    position: relative;
  }
  .spinfoBlock .img-container img {
    transition: 0.3s;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .spinfoBlock .img-container {
      flex: 0 1 218px;
      margin: 1em auto;
    }
    .spinfoBlock .img-container img {
      max-width: 100%;
      max-height: 100%;
    }
  }
  .spinfoBlock .img-container .series {
    background-color: #ffd800;
    color: #2a2a2a;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 1em;
    margin: 1.2em 0 0;
    display: inline-block;
    border-radius: 1em;
    float: right;
    position: relative;
  }
  .spinfoBlock .img-container .series:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px;
    border-color: transparent transparent #ffd800;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: absolute;
    bottom: -8px;
    right: 2em;
    content: "";
  }
  .spinfoBlock .caption {
    padding: 0 0 0 2em;
    height: 100%;
    flex: 1 1 calc(100% - 300px);
    position: relative;
  }
  .spinfoBlock .caption p {
    line-height: 2em;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .spinfoBlock .caption {
      flex: 1 1 100%;
      padding: 0;
    }
  }
  .spinfoBlock2 {
    background: #f6f4ef;
    margin: 1em 0;
    padding: 2em 4%;
  }
  .spinfoBlock2 .tabs {
    display: flex;
    gap: 0.5em;
  }
  .spinfoBlock2 .tab-btn {
    background: rgba(255, 255, 255, 0);
    padding: 0.5em;
    cursor: pointer;
    border: none;
    border-radius: 4px 4px 0 0;
    font-size: 1em;
    color: #756e69;
    font-size: 1.75rem;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
  }
  .spinfoBlock2 .tab-btn[aria-selected=true] {
    background: rgba(255, 255, 255, 0);
    border-bottom: 2px solid #8f0836;
    font-weight: bold;
    color: #3d3124;
  }
  .spinfoBlock2 h3 {
    color: #5f0524;
    margin: 1em 0.5rem;
  }
  .spinfoBlock2 p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 1em 0.5em;
  }
  .spinfoBlock2 p .more2 {
    background: #d1c8c4;
    color: #4f1d2e;
    display: inline-block;
    padding: 0 0.8em;
    border-radius: 2em;
    margin-left: 0.5em;
  }
  .spinfoBlock2 p .more2:hover {
    background: #8f0836;
    color: #fff;
  }
  .spinfoBlock2 .tableList {
    margin-bottom: 1em;
  }
  .spinfoBlock2 .tableList table {
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
  .spinfoBlock2 .tableList table th {
    border: none;
    border-top: solid 1px #d7d1ca;
    border-bottom: solid 1px #d7d1ca;
  }
  .spinfoBlock2 .tableList table td {
    line-height: 1.8;
    border: none;
    border-top: solid 1px #d7d1ca;
    border-bottom: solid 1px #d7d1ca;
  }
  @media screen and (max-width: 575px) {
    .spinfoBlock2 .tableList table td {
      border: none !important;
    }
  }
  .spinfoBlock2 .tableList table tr:last-child td {
    border-bottom: none;
  }
  .spinfoBlock2 .tableList caption {
    display: none;
  }
  .spinfoBlock2 .author {
    color: #646464;
    font-weight: 400;
  }
  .spinfoBlock2 .author a {
    color: #646464;
  }
  .spinfoBlock2 .author a:hover {
    color: #8f0836;
  }
  .timeline {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 1em;
    overflow-x: auto;
    padding: 0.5em 0;
  }
  .timeline .timeline-arrow {
    background: rgba(255, 255, 255, 0);
    border: 0px solid #bbb;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.2em;
    cursor: pointer;
    color: #333;
    transition: background 0.2s;
  }
  .timeline .timeline-arrow:focus-visible {
    outline: 2px solid #d30000;
    outline-offset: 2px;
  }
  .timeline .timeline-list {
    display: flex;
    gap: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .timeline .timeline-item button {
    background: #f5f5f5;
    border: 2px solid transparent;
    border-radius: 2em;
    padding: 0.2em 1em;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    color: #756b62;
    font-size: 1.125rem;
  }
  .timeline .timeline-item[aria-current=true] button,
  .timeline .timeline-item button[aria-pressed=true] {
    background: transparent;
    color: #8f0836;
    border-color: transparent;
  }
  .timeline .timeline-item button:hover {
    color: #3d3834;
  }
  .timeline .timeline-item button:focus-visible {
    outline: 2px solid #d30000;
    outline-offset: 2px;
  }
  .spinfoBlock3 {
    background: #f6f4ef;
    margin: 1em 0;
    padding: 2em 4%;
  }
  .spinfoBlock3 .collapse-toggle {
    background: none;
    border: none;
    font-size: 1.25em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
    width: 100%;
  }
  .spinfoBlock3 .collapse-toggle h3 {
    flex: 1 1 calc(100% - 50px);
    text-align: left;
    margin: 0.5em 0;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #3d3124;
    font-size: 1.75rem;
  }
  .spinfoBlock3 .collapse-toggle .arrow {
    flex: 0 0 50px;
  }
  .spinfoBlock3 .collapse-content {
    margin-top: 1em;
    outline: none;
  }
  .spinfoBlock3 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1em;
  }
  .spinfoBlock3 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1.5em;
    position: relative;
  }
  .spinfoBlock3 .noticeTab:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .spinfoBlock3 .noticeTab .tab-btn {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 1em 0.5em;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    outline: none;
    font-size: 1em;
    color: #756b62;
    font-size: 1.25rem;
    margin: 0;
    flex: 1 1 auto;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .spinfoBlock3 .noticeTab .tab-btn[aria-selected=true] {
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #3d3124;
    color: #3d3124;
    font-weight: bold;
    z-index: 1;
  }
  .spinfoBlock3 .tab-panel {
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    padding: 2em 4%;
    font-weight: 500;
    line-height: 2.3em;
  }
  .spinfoBlock3 p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
    margin: 1em 0.5em;
  }
  .spinfoBlock3 p .more2 {
    background: #d1c8c4;
    color: #4f1d2e;
    display: inline-block;
    padding: 0 0.8em;
    border-radius: 2em;
    margin-left: 0.5em;
    line-height: 1.5;
  }
  .spinfoBlock3 p .more2:hover {
    background: #8f0836;
    color: #fff;
  }
  .spinfoBlock4 {
    background: #f6f4ef;
    margin: 1em 0;
    padding: 2em 4%;
  }
  .spinfoBlock4 .collapse-toggle {
    background: none;
    border: none;
    font-size: 1.25em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
    width: 100%;
  }
  .spinfoBlock4 .collapse-toggle h3 {
    flex: 1 1 calc(100% - 50px);
    text-align: left;
    margin: 0.5em 0;
    font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: #3d3124;
    font-size: 1.75rem;
  }
  .spinfoBlock4 .collapse-toggle .arrow {
    flex: 0 0 50px;
  }
  .spinfoBlock4 .collapse-content {
    margin-top: 1em;
    outline: none;
  }
  .spinfoBlock4 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1em;
  }
  .spinfoBlock4 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1.5em;
    position: relative;
  }
  .spinfoBlock4 .noticeTab:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .spinfoBlock4 .noticeTab .tab-btn {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 1em 0.5em;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    outline: none;
    font-size: 1em;
    color: #756b62;
    font-size: 1.25rem;
    margin: 0;
    flex: 1 1 auto;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .spinfoBlock4 .noticeTab .tab-btn[aria-selected=true] {
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #3d3124;
    color: #3d3124;
    font-weight: bold;
    z-index: 1;
  }
  .spinfoBlock4 .tab-panel {
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    padding: 2em 4%;
    font-weight: 500;
    line-height: 2.3em;
  }
  .spinfoBlock4 table th {
    background: #f9f7f4;
    color: #6a6866;
    border-left: none;
    border-right: none;
    vertical-align: top;
  }
  .spinfoBlock4 table td {
    border-left: none;
    border-right: none;
  }
  .spinfoBlock5 {
    background: #f6f4ef;
    margin: 1em 0;
    padding: 2em 4% 3em;
  }
  .spinfoBlock5 .detailBox {
    background: #d7d1ca;
    padding: 2em 5% 3em;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .spinfoBlock5 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1em;
  }
  .spinfoBlock5 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1.5em;
    position: relative;
  }
  .spinfoBlock5 .noticeTab:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .spinfoBlock5 .noticeTab .tab-btn {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 1em 0.5em;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    outline: none;
    font-size: 1em;
    color: #212121;
    font-size: 1.25rem;
    margin: 0;
    flex: 1 1 auto;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .spinfoBlock5 .noticeTab .tab-btn[aria-selected=true] {
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #3d3124;
    color: #212121;
    font-weight: bold;
    z-index: 1;
  }
  .spinfoBlock5 .tab-panel {
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    padding: 2em 4%;
    font-weight: 500;
    line-height: 2.3em;
  }
  .spinfoBlock5 table th {
    background: #f9f7f4;
    color: #6a6866;
    border-left: none;
    border-right: none;
    vertical-align: top;
    padding: 0.5em;
  }
  .spinfoBlock5 table td {
    border-left: none;
    border-right: none;
    padding: 0.5em;
  }
  .spinfoBlock5 table select {
    width: auto;
  }
  .spinfoBlock5 table .icon_cite {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: #d7d1ca;
    text-indent: -9999px;
    position: relative;
  }
  .spinfoBlock5 table .icon_cite:hover {
    background: #810731;
    color: #fff;
  }
  .spinfoBlock5 table .icon_cite:hover:before {
    filter: invert(100%);
  }
  .spinfoBlock5 table .icon_cite:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: url(../images/icon_cite.svg) no-repeat center center;
    background-size: 80%;
  }
  .spinfoBlock5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .spinfoBlock5 ul.infobtn {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 2.5em;
  }
  .spinfoBlock5 ul.infobtn li {
    flex: 0 1 auto;
    margin: 0.5em 0.5em 0 0;
  }
  @media screen and (max-width: 575px) {
    .spinfoBlock5 ul.infobtn li {
      flex: 1 1 auto;
    }
  }
  .spinfoBlock5 ul.infobtn li a {
    display: block;
    padding: 0.5em 2em 0.5em 3.5em;
    background: #8f0836;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    display: block;
    text-align: left;
    position: relative;
  }
  .spinfoBlock5 ul.infobtn li a:hover {
    background: #5f0524;
  }
  .spinfoBlock5 ul.infobtn i {
    padding: 0 0.5em;
    font-size: 1.5em;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1em;
  }
  .spinfoBlock5 ul.infobtn i.i_new2 {
    background: url(../images/icon_new.svg) center center no-repeat;
    background-size: 1em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .spinfoBlock5 ul.infobtn i.i_info2 {
    background: url(../images/icon_info.svg) center center no-repeat;
    background-size: 1em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .spinfoBlock5 ul.infobtn i.i_edit2 {
    background: url(../images/icon_edit.svg) center center no-repeat;
    background-size: 0.9em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .spinfoBlock5 .webLink {
    margin: 3em 5% 1em;
  }
  .spinfoBlock6 {
    background: #f6f4ef;
    margin: 0;
    padding: 0;
  }
  .spinfoBlock6 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1em;
  }
  .spinfoBlock6 .noticeTab {
    display: flex;
    gap: 0.5em;
    margin-bottom: 1.5em;
    position: relative;
  }
  .spinfoBlock6 .noticeTab:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .spinfoBlock6 .noticeTab .tab-btn {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 1em 0.5em;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    outline: none;
    font-size: 1em;
    color: #212121;
    font-size: 1.25rem;
    margin: 0;
    flex: 1 1 auto;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  .spinfoBlock6 .noticeTab .tab-btn[aria-selected=true] {
    background: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #3d3124;
    color: #212121;
    font-weight: bold;
    z-index: 1;
  }
  .spinfoBlock6 .tab-panel {
    background: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    padding: 2em 4%;
    font-weight: 500;
    line-height: 2.3em;
  }
  .spinfoBlock6 table th {
    background: #f9f7f4;
    color: #6a6866;
    border-left: none;
    border-right: none;
    vertical-align: top;
    padding: 0.5em;
  }
  .spinfoBlock6 table td {
    border-left: none;
    border-right: none;
    padding: 0.5em;
  }
  .spinfoBlock6 table select {
    width: auto;
  }
  .spinfoBlock6 table .icon_cite {
    display: block;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: #d7d1ca;
    text-indent: -9999px;
    position: relative;
  }
  .spinfoBlock6 table .icon_cite:hover {
    background: #810731;
    color: #fff;
  }
  .spinfoBlock6 table .icon_cite:hover:before {
    filter: invert(100%);
  }
  .spinfoBlock6 table .icon_cite:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: url(../images/icon_cite.svg) no-repeat center center;
    background-size: 80%;
  }
  .spinfoBlock6 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .spinfoBlock6 ul.infobtn {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 2.5em;
  }
  .spinfoBlock6 ul.infobtn li {
    flex: 0 1 auto;
    margin: 0.5em 0.5em 0 0;
  }
  @media screen and (max-width: 575px) {
    .spinfoBlock6 ul.infobtn li {
      flex: 1 1 auto;
    }
  }
  .spinfoBlock6 ul.infobtn li a {
    display: block;
    padding: 0.5em 2em 0.5em 3.5em;
    background: #8f0836;
    border-radius: 2em;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    display: block;
    text-align: left;
    position: relative;
  }
  .spinfoBlock6 ul.infobtn li a:hover {
    background: #5f0524;
  }
  .spinfoBlock6 ul.infobtn i {
    padding: 0 0.5em;
    font-size: 1.5em;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1em;
  }
  .spinfoBlock6 ul.infobtn i.i_new2 {
    background: url(../images/icon_new.svg) center center no-repeat;
    background-size: 1em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .spinfoBlock6 ul.infobtn i.i_info2 {
    background: url(../images/icon_info.svg) center center no-repeat;
    background-size: 1em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .spinfoBlock6 ul.infobtn i.i_edit2 {
    background: url(../images/icon_edit.svg) center center no-repeat;
    background-size: 0.9em auto;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.55em;
  }
  .theme1:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/theme_bg1.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -130px;
    left: 0;
  }
  .theme1:after {
    content: "";
    width: 100%;
    height: 300px;
    background: rgba(53, 58, 79, 0.75);
    position: absolute;
    top: 130px;
    left: 0;
  }
  .theme2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/theme_bg1.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -130px;
    left: 0;
  }
  .theme2:after {
    content: "";
    width: 100%;
    height: 300px;
    background: rgba(78, 34, 35, 0.75);
    position: absolute;
    top: 130px;
    left: 0;
  }
  .theme2 .spinfoBlock ul.infobtn li a {
    background: #8f0836;
  }
  .theme2 .spinfoBlock ul.infobtn li a:hover {
    background: #5f0524;
  }
  .theme3:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/theme_bg2.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -130px;
    left: 0;
  }
  .theme3 .spinfoBlock ul.infobtn li a {
    background: #3a7082;
  }
  .theme3 .spinfoBlock ul.infobtn li a:hover {
    background: #2a525f;
  }
  .theme3 .function ul li a {
    background: #3a7082;
  }
  .theme3 .function ul li a:hover {
    background: #2a525f;
  }
  .theme4:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/theme_bg1.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -130px;
    left: 0;
  }
  .theme4 .spinfoBlock ul.infobtn li a {
    background: #8f0836;
  }
  .theme4 .spinfoBlock ul.infobtn li a:hover {
    background: #5f0524;
  }
  .h2_title_c {
    font-size: 1.875rem;
    color: #353535;
    text-align: center;
  }
  .h2_title_c span {
    display: inline-block;
    margin: 0 auto;
    letter-spacing: 8px;
    position: relative;
    padding: 0 50px;
  }
  .h2_title_c span:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0.18em;
    left: 0;
    background: url("../images/h2_c_bg.svg") no-repeat center center;
  }
  .h2_title_c span:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0.18em;
    right: 0.2em;
    background: url("../images/h2_c_bg.svg") no-repeat center center;
  }
  .qp p {
    font-size: 1rem;
    margin-left: 0.5em;
    font-weight: 400;
  }
  .qp .flexForm {
    border-top: 2px solid #d7d1ca;
    border-bottom: 1px solid #d7d1ca;
  }
  .qp .flexForm .formGrp {
    background: #f6f4ef;
    padding: 0;
    border-bottom: solid 1px #d7d1ca;
  }
  .qp .flexForm .formContent {
    background: #fff;
    padding: 0.5em;
  }
  .qp .flexForm .formTitle {
    padding: 0.5em 1em;
  }
  @media screen and (max-width: 767px) {
    .qp .flexForm {
      border: none;
    }
    .qp .flexForm .formGrp {
      border: none;
    }
  }
  .qp .btnGrp {
    justify-content: center;
  }
  .qp h3 {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
  .qp .btn {
    border-radius: 2em;
    border: none;
    padding: 0.5em 0.4em;
  }
  .qp .btnReset,
  .qp .btnSubmit {
    padding: 0.6em 1em;
    min-width: 10em;
    margin: 1em 0.5em;
  }
  .qp input {
    border-radius: 2em;
  }
  .qp textarea {
    border-radius: 15px;
  }
  .innerpage_content {
    background-color: #f6f4ef;
    padding: 2em 2%;
    overflow: hidden;
  }
  @media screen and (max-width: 575px) {
    .innerpage_content {
      padding: 2em 1.5em;
    }
  }
  .chooseblock {
    padding: 0.5em 0;
  }
  .keywordsearch_block {
    flex: 1 1 auto;
    flex-basis: 100%;
    display: flex;
    margin: 0 0 1em;
  }
  .keywordsearch_block input {
    margin: 0.3em 0.3em 0.3em 0;
  }
  .select_block {
    flex: 0 0 auto;
    margin: 0 auto 1em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 500px) {
    .select_block {
      flex-basis: 100%;
    }
  }
  @media screen and (max-width: 400px) {
    .select_block {
      position: relative;
      top: 0em;
    }
  }
  .select_block .interval_group {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin-right: 0.5em;
    justify-content: center;
    padding-left: 0.3em;
  }
  @media screen and (max-width: 500px) {
    .select_block .interval_group {
      flex-wrap: wrap;
      padding-left: 0;
      margin-right: 0;
    }
    .select_block .interval_group select {
      margin-bottom: 0.5em;
      flex-basis: 100%;
    }
    .select_block .interval_group .btn-submit {
      min-width: 100%;
    }
  }
  .select_block label {
    font-size: 0;
    height: 3em;
    line-height: 3em;
    font-weight: bold;
  }
  .select_block select {
    background-color: #7f684b;
    border-radius: 50px;
    margin: 0 0.3em 0 0;
    min-width: 9em;
    display: block;
    color: #fff;
    border: none;
    background-image: url("../images/icon/icon_select_arrow_white.png");
    background-size: 26px 16px;
    height: 3em;
    flex: 0 0 auto;
    flex-basis: 150px;
  }
  .select_block input[type=text] {
    height: 3em;
    margin: 0.3em 0.3em 0.3em 0;
  }
  .select_block .btn-submit {
    border-radius: 50px;
    padding: 0 1em;
    height: 3em;
    margin: 0;
    min-width: 5em;
    background: #666;
    border: 1px solid #666;
  }
  .select_block .btn-submit:hover {
    background: #333333;
    border: 1px solid #333333;
  }
  .select_block2 {
    margin: 0 0 1em;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  @media screen and (max-width: 400px) {
    .select_block2 {
      position: relative;
      top: 0em;
    }
  }
  .select_block2 label {
    flex: 0 0 auto;
  }
  @media screen and (max-width: 1200px) {
    .select_block2 label {
      flex-basis: 100%;
      margin-bottom: 0.5em;
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .select_block2 label {
      flex-basis: auto;
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 575px) {
    .select_block2 label {
      flex-basis: 100%;
      margin-bottom: 0.5em;
    }
  }
  .select_block2 select {
    background-color: #7f684b;
    border-radius: 50px;
    padding: 0em 1em 0em 0;
    margin: 0 0.3em 0 0;
    min-width: 9em;
    display: block;
    text-align: center;
    flex: 0 0 auto;
    flex-basis: 150px;
    background-color: #fff;
    background-image: url("../images/icon/icon_select_arrow2.png");
    background-size: 26px 16px;
    color: #333333;
    border: 1px solid #cfcfcf;
    height: 2.5em;
  }
  .select_block2 input[type=text] {
    height: 3em;
    margin: 0.3em 0.3em 0.3em 0;
  }
  .select_block2 .btn-submit {
    border-radius: 50px;
    padding: 0 1em;
    height: 2.5em;
    margin: 0;
    min-width: 5em;
    background: #666;
    border: 1px solid #666;
  }
  .select_block2 .btn-submit:hover {
    background: #333333;
    border: 1px solid #333333;
  }
  .constriction_block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .constriction_block {
      flex-wrap: wrap;
    }
  }
  .constriction_block .title {
    font-size: 1.125rem;
    flex: 0 0 auto;
    padding: 0.3em 0.3em 0.3em 0;
  }
  @media screen and (max-width: 767px) {
    .constriction_block .title {
      flex: 1 1 auto;
      flex-basis: 100%;
      margin-bottom: 0.5em;
    }
  }
  .constriction_block .constriction_list {
    flex: 1 1 auto;
  }
  .constriction_block .constriction_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  .constriction_block .constriction_list ul li {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    flex: 0 0 auto;
  }
  @media screen and (max-width: 767px) {
    .constriction_block .constriction_list ul li {
      flex: 1 1 auto;
    }
  }
  .constriction_block .constriction_list ul li a {
    display: block;
    padding: 0.3em 3em 0.3em 1.5em;
    border: 1px solid #807f7d;
    border-radius: 2em;
    color: #3d3124;
    position: relative;
    z-index: 1;
  }
  .constriction_block .constriction_list ul li a:hover {
    color: #810731;
  }
  .constriction_block .constriction_list ul li .close {
    position: absolute;
    z-index: 2;
    top: 1.3em;
    right: 0.8em;
    margin-top: -0.75em;
  }
  .constriction_block .constriction_list ul li .close a {
    display: block;
    font-size: 0;
    background-image: url("../images/icon_close.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
  }
  .constriction_block .searchbtn {
    flex: 0 0 auto;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .constriction_block .searchbtn {
      flex: 1 1 auto;
    }
  }
  .member_pic {
    font-size: 1.125em;
    font-weight: bolder;
    margin-bottom: 1.5em;
    display: block;
  }
  .member_pic .pic_img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 1em;
    vertical-align: middle;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .search_data .search_list {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .search_data .search_list > div {
    margin-right: 0.3em;
  }
  @media screen and (max-width: 767px) {
    .search_data .search_list {
      flex-wrap: wrap;
    }
  }
  .search_data .search_list:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url("../images/icon_arrow2.png") no-repeat center center;
    background-size: 16px auto;
  }
  .search_data .within_search {
    background: #f6f4ef;
    padding: 1em 4%;
    color: #3d3124;
    margin: 1em 0;
  }
  .search_data .within_search .form_title {
    font-size: 1.125rem;
  }
  .search_data .within_search .flex-form {
    font-size: 100%;
    margin: 0.5em 0;
  }
  .search_data .within_search .flex-form .form_content {
    display: flex;
    align-items: center;
    flex: auto;
    position: relative;
    min-height: 1px;
    flex-wrap: wrap;
  }
  .search_data .within_search .flex-form .label_hide {
    display: none;
  }
  .search_data .within_search .form_grp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.3em 0;
    border: none;
  }
  @media screen and (max-width: 991px) {
    .search_data .within_search .form_title {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .search_data .within_search .form_content {
      max-width: 100%;
      flex: 1 1 auto;
      flex-basis: 100%;
    }
  }
  .search_data .within_search .form_inline {
    display: flex;
    align-items: center;
  }
  .search_data .within_search .form_inline input {
    flex: 1 1 auto;
    width: auto;
    border-radius: 2em;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 767px) {
    .search_data .within_search .form_inline input {
      flex: 1 1 auto;
    }
  }
  .search_data .within_search .form_inline select {
    flex: 0 0 auto;
    width: auto;
    border-radius: 2em;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 767px) {
    .search_data .within_search .form_inline select {
      flex: 1 1 auto;
    }
  }
  .search_data .within_search .form_inline .addition {
    font-size: 0;
    background: url("../images/icon_add2.svg") no-repeat center center;
    background-size: 24px;
    width: 40px;
    height: 40px;
    flex: 0 0 46px;
    border: none;
  }
  .search_data .within_search .form_inline .search_group {
    align-items: center;
    width: 100%;
    flex: 1 1 100%;
  }
  .search_data .within_search .form_inline .search_group .search_left {
    flex: 0 0 auto;
    padding: 0 3px 0 0;
  }
  .search_data .within_search .form_inline .search_group .search_left.nocontent label,
  .search_data .within_search .form_inline .search_group .search_left.nocontent select {
    display: none;
  }
  .search_data .within_search .form_inline .search_group .search_left.nothis {
    display: none;
  }
  .search_data .within_search .form_inline .search_group .search_middle {
    flex: 1 1 auto;
    padding: 0 3px 0 0;
  }
  .search_data .within_search .form_inline .search_group .search_right {
    flex: 0 0 auto;
    padding: 0 3px 0 0;
  }
  .search_data .within_search .form_inline .search_group .search_btn_content {
    flex: 0 0 auto;
    flex-basis: 135px;
    display: flex;
    align-items: center;
  }
  .search_data .within_search .form_inline .search_group .search_btn_content button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 3px;
  }
  .search_data .within_search .form_inline .search_group .search_btn_content .tactics_btn {
    flex: 0 0 auto;
    flex-basis: 80px;
  }
  .search_data .within_search .form_inline .search_group .search_btn_content .minus {
    font-size: 0;
    background-image: url("../images/icon/icon_minus2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    flex-basis: 46px;
  }
  @media (max-width: 600px) {
    .search_data .within_search .form_inline .search_group {
      flex-wrap: wrap;
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #ccc;
    }
    .search_data .within_search .form_inline .search_group .search_right {
      flex: 0 0 auto;
    }
  }
  @media (max-width: 380px) {
    .search_data .within_search .form_inline .search_group .search_left {
      flex-basis: 100%;
    }
    .search_data .within_search .form_inline .search_group .search_middle {
      flex-basis: 100%;
    }
    .search_data .within_search .form_inline .search_group .search_right {
      flex-basis: 100%;
    }
  }
  .search_data .word_red {
    color: #9e1140;
    padding: 0 0.1em;
  }
  .search_data .keywords_bg {
    padding: 0 0.1em;
    color: #9e1140;
  }
  .sequence_block {
    display: flex;
    margin-bottom: 1.5em;
  }
  @media screen and (max-width: 575px) {
    .sequence_block {
      display: block;
    }
  }
  .sequence_block div {
    position: relative;
    margin: 0 0.3em 0 0;
  }
  @media screen and (max-width: 575px) {
    .sequence_block div {
      margin: 0 0 0.5em 0;
    }
  }
  .sequence_block div .form_title {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  .sequence_block div select {
    background-color: #7f684b;
    border-radius: 50px;
    padding: 0em 2.5em 0em 1.5em;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff;
    border: none;
    background-image: url("../images/icon_select_arrow_white.png");
    background-size: 26px 16px;
    height: 3em;
    width: 100%;
  }
  .classification_block {
    display: flex;
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .classification_block {
      display: block;
    }
  }
  .classification_block .classification_menu_btn {
    display: none;
    position: absolute;
    left: -1em;
    top: 3.2em;
    z-index: 1;
    width: 1.5em;
  }
  @media screen and (max-width: 991px) {
    .classification_block .classification_menu_btn {
      display: block;
    }
  }
  @media screen and (max-width: 575px) {
    .classification_block .classification_menu_btn {
      left: -1.5em;
    }
  }
  .classification_block .classification_menu_btn a {
    color: #fff;
    display: block;
    background-color: #3d3124;
    padding: 2em 0.5em 0.5em;
    border-radius: 0 5px 5px 0;
    width: 2em;
    position: relative;
  }
  .classification_block .classification_menu_btn a:before {
    content: "";
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    transform: rotate(135deg);
    position: absolute;
    top: 0.8em;
    left: 0.6em;
    width: 8px;
    height: 8px;
  }
  .classification_block .classification_menu_btn a.open:before {
    left: 0.8em;
    transform: rotate(-45deg);
  }
  .classification_block .classification_groupleft {
    flex: 0 0 auto;
    flex-basis: 280px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 991px) {
    .classification_block .classification_groupleft {
      position: absolute;
      top: 0;
      left: -400px;
      width: 280px;
      height: 100%;
      z-index: 999;
      transition: all 0.3s ease-out;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .classification_block .classification_groupleft.open {
      left: 8px;
    }
    .classification_block .classification_groupleft .title {
      background: #8f0836;
      color: #fff;
      margin: 0;
      padding: 1em;
    }
  }
  @media screen and (max-width: 575px) {
    .classification_block .classification_groupleft {
      width: 100%;
      left: -150%;
    }
    .classification_block .classification_groupleft.open {
      left: 5px;
    }
  }
  .classification_block .classification_groupright {
    flex: 1 1 auto;
  }
  .classification_block .keywords_bg {
    padding: 0 0.1em;
    color: #9e1140;
  }
  .classification_data {
    margin-left: 1.5em;
  }
  @media screen and (max-width: 991px) {
    .classification_data {
      margin-left: 1em;
    }
  }
  .classification_data.noleftbg {
    margin-left: 0em;
  }
  .classification_data input[type=checkbox] {
    border-radius: 3px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -4px 0.5em 0 0;
    border: 1px solid #8b837c;
  }
  .classification_data .classification_heading {
    padding: 1em;
    text-align: center;
    position: relative;
    font-size: 1.125em;
    font-weight: bolder;
    background-color: #d7d1ca;
    color: #2a2a2a;
    min-height: 3.2em;
  }
  .classification_data .classification_heading span {
    position: absolute;
    top: 1em;
    left: 0.8em;
  }
  @media screen and (max-width: 480px) {
    .classification_data .classification_heading {
      text-align: right;
    }
    .classification_data .classification_heading span {
      left: 0.3em;
    }
  }
  .classification_data .classification_list_block {
    display: flex;
    padding: 1.5em 1em 0.5em;
    border-bottom: 1px solid #d7d1ca;
    background: #fff;
  }
  @media screen and (max-width: 480px) {
    .classification_data .classification_list_block {
      flex-wrap: wrap;
      padding: 1.5em 0.5em 0.5em;
    }
  }
  .classification_data .classification_list_block .num {
    flex: 0 0 auto;
    flex-basis: 80px;
    font-weight: bolder;
  }
  @media screen and (max-width: 480px) {
    .classification_data .classification_list_block .num {
      margin-bottom: 1em;
    }
  }
  .classification_data .classification_list_block .classification_list_data {
    flex: 1 1 auto;
  }
  .classification_data .classification_list_block .classification_list_data .title {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 0.5em;
    display: flex;
  }
  @media screen and (max-width: 991px) {
    .classification_data .classification_list_block .classification_list_data .title {
      flex-wrap: wrap;
    }
  }
  .classification_data .classification_list_block .classification_list_data .title a {
    flex: 1 1 auto;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    height: calc(1.6em * 2);
  }
  .classification_data .classification_list_block .classification_list_data .title a:hover {
    color: #8f0836;
  }
  @media screen and (max-width: 991px) {
    .classification_data .classification_list_block .classification_list_data .title a {
      margin-bottom: 10px;
    }
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul li {
    margin: 0;
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul li a {
    display: block;
    padding: 0.2em;
    border-radius: 50%;
    background-color: #d7d1ca;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    margin: 0 5px;
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul li a.collect {
    background-image: url("../images/icon_cite.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul li a.searchicon {
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  .classification_data .classification_list_block .classification_list_data .title .data_share ul li a:hover {
    background-color: #c1b8ad;
  }
  .classification_data .classification_list_block .classification_list_data .title .date {
    flex: 0 0 auto;
    flex-basis: 250px;
    font-weight: normal;
    text-align: right;
    color: #666;
    font-size: 0.938em;
  }
  @media screen and (max-width: 991px) {
    .classification_data .classification_list_block .classification_list_data .title .date {
      flex-basis: 100%;
      text-align: left;
    }
  }
  .classification_data .classification_list_block .classification_list_data .data_introduction {
    margin: 0 0 1em;
  }
  .classification_data .classification_list_block .classification_list_data .data_introduction ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .classification_data .classification_list_block .classification_list_data .data_introduction ul li {
    color: #704430;
    margin: 0 0 0.4em;
    display: block;
  }
  .classification_data .classification_list_block .classification_list_data .data_introduction p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8em;
    height: calc(1.8em * 2);
    color: #666;
  }
  .classification_data .classification_list_block .classification_list_data .data_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul {
    margin: 0 0 0.5em;
    padding: 0;
    list-style-type: none;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    margin-right: 3em;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li img {
    width: 36px;
    vertical-align: middle;
    margin: 0 2px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li span {
    color: #666;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li span a {
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li span a:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_type ul li span a img {
    width: 42px;
    vertical-align: middle;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul li {
    margin: 0;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul li a {
    display: block;
    padding: 0.2em;
    border-radius: 50%;
    background-color: #d7d1ca;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    margin: 0 5px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul li a.collect {
    background-image: url("../images/icon_cite.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul li a.searchicon {
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  .classification_data .classification_list_block .classification_list_data .data_content .data_share ul li a:hover {
    background-color: #eee;
  }
  .search_result_output_block {
    background-color: #f6f4ef;
    padding: 2em 3%;
    margin: 1em 0;
  }
  @media screen and (max-width: 575px) {
    .search_result_output_block {
      padding: 2em 1.5em;
    }
  }
  .search_result_output_block .result_output_group h3 {
    color: #3d3124;
    margin: 1em 0;
    padding: 0;
    font-size: 1.75rem;
  }
  .search_result_output_block .form_grid {
    display: flex;
    flex-wrap: wrap;
  }
  .search_result_output_block .form_grid .form_grp {
    flex: 1 1 50%;
  }
  @media screen and (max-width: 1199px) {
    .search_result_output_block .form_grid .form_grp {
      flex: 1 1 100%;
    }
  }
  .search_result_output_block .form_grp {
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .search_result_output_block .form_grp .form_title {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .search_result_output_block .form_grp .form_content {
    max-width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
  }
  @media screen and (max-width: 767px) {
    .search_result_output_block .form_grp .form_content {
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .search_result_output_block .form_grp .form_content label {
    line-height: 2em;
    margin: 0;
  }
  .search_result_output_block .form_grp .form_content input[type=radio],
  .search_result_output_block .form_grp .form_content input[type=checkbox] {
    margin: 0 0.3em 0.3em 0;
  }
  .search_result_output_block .form_grp .form_content select {
    min-width: 150px;
    border-radius: 2em;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 480px) {
    .search_result_output_block .form_grp .form_content select {
      width: 100%;
      min-width: 100%;
      margin: 0.3em 0 0.5em;
    }
  }
  .search_result_output_block .form_grp .form_content .btn-submit {
    border-radius: 50px;
    padding: 0.5em 1.25em;
    line-height: 1.4em;
    margin: 0;
    min-width: 5em;
    background: #666;
    border: 1px solid #666;
  }
  .search_result_output_block .form_grp .form_content .btn-submit:hover {
    background: #333333;
    border: 1px solid #333333;
  }
  @media screen and (max-width: 480px) {
    .search_result_output_block .form_grp .form_content .btn-submit {
      width: 100%;
    }
  }
  .search_result_output_block .btn_grp {
    justify-content: flex-start;
  }
  @media screen and (max-width: 480px) {
    .search_result_output_block .btn_grp button {
      width: 100%;
      margin: 0.3em 0 !important;
    }
  }
  .search_result_output_block .function {
    margin: 2em 0 1em;
    padding: 2em 0 1em 0.3em;
    border-top: solid 1px #3d3124;
    display: block;
    flex: 1 1 100%;
  }
  .search_result_output_block .function ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 767px) {
    .search_result_output_block .function ul li {
      flex: 1 1 auto;
      margin: 2px 5px;
    }
  }
  .search_result_output_block .function ul li button,
  .search_result_output_block .function ul li a {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    background: #8f0836;
    border-color: #8f0836;
    color: #fff;
    border-radius: 2em;
    line-height: 1em;
    padding: 0.65em 2em 0.5em;
    margin: 2px;
  }
  .search_result_output_block .function ul li button:hover,
  .search_result_output_block .function ul li a:hover {
    background: #51041f;
    border-color: #51041f;
  }
  .message_analysis_block {
    background-color: #fff;
    border-radius: 15px;
    padding: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 2em 0 0 0;
  }
  @media screen and (max-width: 575px) {
    .message_analysis_block {
      padding: 2em 1.5em;
    }
  }
  .message_analysis_block .analysis_group {
    margin-bottom: 2em;
  }
  .message_analysis_block .analysis_group h3 {
    color: #7f684b;
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.375em;
  }
  .message_analysis_block .analysis_group .keywordsblock {
    display: flex;
    align-items: center;
  }
  .message_analysis_block .analysis_group .keywordsblock span {
    white-space: nowrap;
    color: #000;
    font-weight: bold;
  }
  .message_analysis_block .analysis_group .keywordsblock input[type=text] {
    width: 80px;
  }
  .message_analysis_block .flex-form {
    margin-bottom: 3em;
  }
  .message_analysis_block .form_grp .form_title {
    max-width: inherit;
    flex: 0 0 auto;
    width: 150px;
    padding-right: 1em;
  }
  .message_analysis_block .form_grp .form_title input[type=radio] {
    margin: 0 0.3em 0.3em 0;
  }
  .message_analysis_block .form_grp .form_content {
    flex: 1 1 auto;
    max-width: calc(100% - 150px);
    flex-basis: calc(100% - 15px);
  }
  @media screen and (max-width: 767px) {
    .message_analysis_block .form_grp .form_content {
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .message_analysis_block .form_grp .check_grp {
    padding-top: 0.65em;
  }
  .message_analysis_block .form_grp .check_grp label {
    margin-bottom: 8px;
  }
  @media screen and (max-width: 767px) {
    .message_analysis_block .form_grp .form_inline select {
      width: 100%;
    }
  }
  .message_analysis_block .form_grp .form_inline.yearsgroup label {
    display: flex;
  }
  .message_analysis_block .form_grp .form_inline.yearsgroup label select {
    width: auto;
  }
  @media screen and (max-width: 767px) {
    .message_analysis_block .form_grp .form_inline.yearsgroup label {
      width: 100%;
    }
    .message_analysis_block .form_grp .form_inline.yearsgroup label select {
      width: 100%;
    }
  }
  .message_analysis_block .form_grp .continent_group {
    margin-bottom: 10px;
    padding-left: 80px;
    flex: 1 1 100%;
  }
  .message_analysis_block .form_grp .continent_group:last-child {
    margin-bottom: 0;
  }
  .message_analysis_block .form_grp .continent_group span {
    width: 70px;
    display: inline-block;
    color: #7f684b;
    font-weight: bold;
    margin-left: -75px;
  }
  .message_analysis_block .btn_grp .btn {
    min-width: 10em;
  }
  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
  }
  .highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
  }
  .highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
  }
  .highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
  }
  .highcharts-data-table td,
  .highcharts-data-table th,
  .highcharts-data-table caption {
    padding: 0.5em;
  }
  .highcharts-data-table thead tr,
  .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
  }
  .highcharts-data-table tr:hover {
    background: #f1f7ff;
  }
  .keycountries ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .keycountries ul li {
    margin: 0 5px;
    border-radius: 50px;
    padding: 0.8em 1em;
    font-size: 1.125em;
    background-color: #8f0836;
    color: #fff;
  }
  .keycountries ul li em {
    font-style: normal;
    padding: 5px 8px;
    color: #333;
    background-color: #fff;
    border-radius: 30px;
    margin-left: 0.5em;
  }
  .innerpage.small_size {
    font-size: 0.938em;
  }
  .innerpage.large_size {
    font-size: 1.125em;
  }
  .innerpage.large_size .category a {
    padding: 0.3em 1.5em;
  }
  .innerpage.large_size .classification_tabs > .tabItem {
    padding: 0.3em 0;
  }
  .innerpage.large_size .classification_tabs > .tabItem.active:before {
    bottom: -1em;
  }
  .login_lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .login_lightbox .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .login_lightbox .lightbox_content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 80vh;
    background-color: #fff;
    border-radius: 1.5em;
    padding: 50px 40px 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  @media (max-width: 1200px) {
    .login_lightbox .lightbox_content {
      width: 50vw;
      height: 70vh;
    }
  }
  @media screen and (max-width: 991px) {
    .login_lightbox .lightbox_content {
      width: 80vw;
    }
  }
  @media screen and (max-width: 767px) {
    .login_lightbox .lightbox_content {
      width: 90vw;
      height: 90vh;
      padding: 50px 20px 30px;
    }
  }
  .login_lightbox .lightbox_content:after {
    content: "";
    width: 100%;
    height: 343px;
    background-image: url("../images/lightbox_bottombg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .login_lightbox .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .login_lightbox .close a {
    font-size: 0;
    background-image: url("../images/icon_close_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    width: 40px;
    height: 40px;
    display: block;
  }
  .login_lightbox .title {
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.75em;
    color: #8f0836;
    text-align: center;
    font-weight: bolder;
  }
  .login_lightbox .title span {
    font-family: "Arya", sans-serif;
    font-weight: 400;
    color: #8f0836;
    display: block;
    margin-top: 10px;
  }
  .login_lightbox .flex-form {
    height: 80%;
    overflow-y: scroll;
  }
  .login_lightbox .form_grp {
    border-bottom: none;
  }
  .login_lightbox .form_grp .form_title {
    font-size: 1.25em;
    color: #8f0836;
  }
  .login_lightbox .form_grp .form_title span {
    font-family: "Arya", sans-serif;
    font-weight: 400;
    color: rgba(18, 39, 92, 0.7);
    padding-left: 10px;
  }
  .login_lightbox .form_grp .form_content input.account,
  .login_lightbox .form_grp .form_content input.password {
    border: none;
    background-color: rgba(9, 125, 189, 0.08);
  }
  .login_lightbox .form_grp .form_content .labelEffect input {
    border-radius: 50px;
  }
  .login_lightbox .form_grp .form_content .labelEffect .btn-icon {
    right: 1.3em;
  }
  .login_lightbox .form_grp .form_content .captchatext {
    width: 120px;
  }
  .login_lightbox .verify_box {
    margin: 10px 0 0;
    text-align: center;
    display: none;
  }
  .login_lightbox .btn_grp {
    margin-top: 1em;
  }
  .login_lightbox .btn_grp .loginbtn {
    background: rgb(5, 109, 204);
    background: linear-gradient(0deg, rgba(5, 109, 204, 0.7973564426) 0%, rgb(7, 105, 197) 100%);
    border: #056dcc;
    min-width: 225px;
    color: #fff;
    font-size: 1.25em;
    padding: 0.3em 1.25em;
    margin: 0;
  }
  .login_lightbox .orword {
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 1.125em;
  }
  .login_lightbox .orword:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(87, 90, 109, 0.7);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
  .login_lightbox .orword span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
  }
  .login_lightbox .community {
    margin-bottom: 10px;
  }
  .login_lightbox .community ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login_lightbox .community ul li {
    flex: 0 0 auto;
    margin: 0 20px;
  }
  .login_lightbox .forgotkword {
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 1.125em;
  }
  .login_lightbox .forgotkword ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  @media screen and (max-width: 480px) {
    .login_lightbox .forgotkword ul {
      flex-wrap: wrap;
    }
  }
  .login_lightbox .forgotkword ul li {
    flex: 0 0 none;
  }
  @media screen and (max-width: 480px) {
    .login_lightbox .forgotkword ul li {
      flex-basis: 100%;
      margin-bottom: 10px;
    }
  }
  .login_lightbox .forgotkword ul li a {
    display: block;
    padding: 0 15px;
  }
  .login_lightbox .forgotkword ul li a:hover {
    text-decoration: underline;
  }
  .generally_lightbox2 .title {
    margin: 0 0 30px;
    padding: 0 0 0.5em;
    font-size: 1.5em;
    color: #8f0836;
    text-align: left;
    font-weight: bolder;
    border-bottom: 1px solid #8f0836;
  }
  .generally_lightbox2 p {
    font-size: 1.125rem;
  }
  .generally_lightbox2 .flex-form {
    height: 80%;
    overflow: hidden;
  }
  .generally_lightbox2 .form_grp {
    border-bottom: none;
  }
  .generally_lightbox2 .form_grp .form_title {
    font-size: 1.125rem;
  }
  .generally_lightbox2 .btn_grp .btn {
    flex: 0 0 auto;
    padding: 0.5em 2em;
  }
  .emailform {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 8px;
    margin: 1em 0;
  }
  .related_links_group {
    margin: 0.5em 0;
  }
  .related_links_group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  .related_links_group ul li {
    margin-left: 5px;
  }
  .related_links_group ul li a {
    display: block;
    padding: 0.5em 1.25em;
    background-color: #7f684b;
    color: #fff;
    border-radius: 50px;
  }
  .related_links_group ul li a:hover {
    background-color: #5f4e38;
  }
  .sort_block {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    padding: 1em;
  }
  .classification_list .collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #4a3f33;
    margin-bottom: 1em;
  }
  .classification_list .collapsible-header .sort {
    font-size: 1.125rem;
    color: #704430;
  }
  .classification_list .collapse-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.7em 0 0.5em 0.5em;
    margin-left: 1em;
    display: flex;
    align-items: center;
  }
  .classification_list .collapse-toggle .arrow {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #564c40;
    border-bottom: 2px solid #564c40;
    transform: rotate(-135deg);
    transition: transform 0.2s;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    font-size: 0;
  }
  .classification_list .collapse-toggle[aria-expanded=false] .arrow {
    transform: rotate(45deg);
    margin-top: -0.3em;
  }
  .classification_list .collapsible-content {
    max-height: 500px;
    opacity: 1;
  }
  .classification_list .collapsible-content ul {
    padding: 0;
    margin: 0 0 1em 1.5em;
  }
  .classification_list .collapsible-content ul li {
    list-style: none;
    padding: 0.2em 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .classification_list .collapsible-content ul li label {
    flex: 1 1 auto;
    max-width: 80%;
  }
  .classification_list .collapsible-content ul li .quantity {
    flex: 1 0 auto;
    text-align: right;
    color: #646464;
  }
  .classification_list .collapsible-content input[type=checkbox] {
    margin: -0.25em 0.3em 0 -1.5em;
  }
  .classification_list .collapsible-content.collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .sequence {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.8em;
  }
  @media screen and (max-width: 767px) {
    .sequence {
      justify-content: flex-start;
      margin-left: 1em;
    }
  }
  .sequence label {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .sequence label {
      flex: 1 1 100%;
    }
  }
  .sequence select {
    flex: 0 0 auto;
    width: auto;
    border-radius: 2em;
    background: #3d3124 url(../images/icon_select_arrow_w.svg) no-repeat right 15px top 0.75em;
    background-size: 16px;
    color: #fff;
    border: solid 1px #3d3124;
    padding: 0.5em 40px 0.5em 1.5em;
  }
  @media screen and (max-width: 767px) {
    .sequence select {
      flex: 1 1 100%;
    }
  }
}
.colorA a:hover {
  color: #298729;
}
.colorA .fontSize ul li button:hover, .colorA .fontSize ul li button:focus, .colorA .fontSize ul li button.active,
.colorA .fontSize ul li a:hover,
.colorA .fontSize ul li a:focus,
.colorA .fontSize ul li a.active {
  background: #257a25;
  color: #fff;
}
.colorA a.goCenter {
  background: #298729;
}
.colorA a.goCenter:hover {
  background: #35ae35;
}
.colorA .no-js noscript {
  border-color: #298729;
}
.colorA .no-js noscript a {
  color: #298729;
}
.colorA .no-js noscript a:hover {
  color: #257a25;
}
.colorA .gs-result .gs-title,
.colorA .gs-result .gs-title * {
  color: #298729 !important;
}
.colorA .gs-webResult div.gs-visibleUrl {
  color: #7f684b !important;
}
.colorA .gsc-search-button-v2,
.colorA .gsc-search-button-v2:hover,
.colorA .gsc-search-button-v2:focus-visible {
  background-color: #298729 !important;
}
.colorA blockquote {
  border-color: #298729;
}
.colorA .btnSubmit {
  background: #298729;
  border-color: #298729;
}
.colorA .btnSearch {
  background: #298729;
  border-color: #298729;
}
.colorA .btnPrimary {
  background: #298729;
  color: #fff;
  border-color: #298729;
}
.colorA .btnPrimary:hover {
  background: #1d601d;
  border-color: #298729;
}
.colorA .btnSecondary {
  color: #174c17;
  border-color: #298729;
}
.colorA .btnSecondary:hover {
  color: #051205;
  background: #2f9b2f;
  border-color: #2f9b2f;
}
.colorA .category a:hover, .colorA .category a:focus, .colorA .category a.active {
  color: #fff;
  background: #2f9b2f;
  border-color: #2f9b2f;
}
.colorA div.function ul li button,
.colorA div.function ul li a {
  color: #fff;
}
.colorA div.function ul li button:hover,
.colorA div.function ul li a:hover {
  background: #257a25;
  border-color: #257a25;
}
.colorA .language ul li a {
  color: #fff;
}
.colorA .language ul li a:hover {
  background: #298729;
  border-inline: #257a25 2px solid;
}
.colorA .fatFooter .btnFatFooter {
  background: #298729;
}
.colorA .fatFooter .btnFatFooter:hover {
  background: #1d601d;
}
.colorA .fatFooter nav > ul > li > a {
  color: #298729;
}
.colorA footer a {
  color: #298729;
}
.colorA footer a:hover {
  color: #1d601d;
}
.colorA footer .footerLink li a {
  color: #fff;
  background: #298729;
}
.colorA footer .footerLink li a:hover {
  background: #1d601d;
}
.colorA footer .update em,
.colorA footer .counter em {
  color: #298729;
}
.colorA .sidebarCtrlBtn::before {
  background: #298729;
  box-shadow: #298729 0 6px 0 0, #298729 0 -6px 0 0;
}
.colorA .sidebarCtrlBtn::after {
  background: #298729;
}
.colorA .sidebarCtrlBtn:hover::before {
  box-shadow: none;
}
.colorA .lp .list > ul,
.colorA .lp .list ol {
  border-top: 2px solid #298729;
}
.colorA .lp .list > ul > li > a:hover,
.colorA .lp .list ol > li > a:hover {
  color: #257a25;
}
.colorA .mainMenu > ul > li > a {
  color: #2a2a2a;
}
.colorA .mainMenu > ul > li.active > a, .colorA .mainMenu > ul > li:hover > a {
  color: #257a25;
}
.colorA .mainMenu > ul > li.active > a:after, .colorA .mainMenu > ul > li:hover > a:after {
  border-color: #257a25;
}
.colorA .mainMenu ul li ul li a {
  color: #fff;
}
.colorA .mainMenu ul li ul li a:hover {
  color: #fff;
  background: #257a25;
}
.colorA .mainMenu ul li ul li.hasChild > a:hover {
  background: #298729;
}
.colorA .modal h2 {
  border-color: #298729;
}
.colorA .pagination span {
  color: #298729;
}
.colorA .pagination .page li a:hover {
  color: #fff;
  background: #298729;
  border-color: #298729;
}
.colorA .pagination .page li.active a {
  background: #298729;
  border-color: #237323;
}
.colorA .cpSlider .swiper h3 {
  border-color: #298729;
}
.colorA .tabSet {
  margin: 30px auto;
}
.colorA .tabSet .tabItems button.active {
  background: #298729;
}
.colorA .cp a {
  color: #298729;
}
.colorA .cp a:hover {
  color: #237323;
}
.colorA .cp .publishInfo {
  border-color: #298729;
}
.colorA .fileDownload h3 {
  border-color: #298729;
}
.colorA .webLink h3 {
  border-color: #298729;
}
.colorA .webLink li a {
  color: #000;
}
.colorA em[tooltip] {
  color: #298729;
}
.colorA a.more {
  color: #298729;
  border-color: #298729;
}
.colorA a.more:before {
  background: #298729;
}
.colorA .cascading li a {
  border-color: #298729;
}
.colorA .cascading li a:hover {
  color: #298729;
}
.colorA .submenu li a:hover {
  border-color: #257a25;
  color: #257a25;
}
.colorA input[type=checkbox]:checked,
.colorA input[type=radio]:checked {
  border-color: #298729;
  background-color: #298729;
}
.colorA input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #298729 0 0 0 2px;
}
.colorA .accordion ul li .accordionList {
  color: #fff;
  background-color: #298729;
}
.colorA .accordion ul li .accordionContent a {
  color: #298729;
}
.colorA .accordion ul li .accordionContent a:hover {
  color: #113911;
}
.colorA .tabContent a {
  color: #2a2a2a;
}
.colorA .tabContent a:hover {
  color: #113911;
}
.colorA .breadcrumb a {
  color: #2a2a2a;
}
.colorA .breadcrumb a:hover {
  color: #113911;
}

.colorB a:hover {
  color: #c32727;
}
.colorB .fontSize ul li button:hover, .colorB .fontSize ul li button:focus, .colorB .fontSize ul li button.active,
.colorB .fontSize ul li a:hover,
.colorB .fontSize ul li a:focus,
.colorB .fontSize ul li a.active {
  background: #0094e0;
  color: #fff;
}
.colorB a.goCenter {
  background: #c32727;
}
.colorB a.goCenter:hover {
  background: #da4444;
}
.colorB .no-js noscript {
  border-color: #c32727;
}
.colorB .no-js noscript a {
  color: #c32727;
}
.colorB .no-js noscript a:hover {
  color: #0094e0;
}
.colorB .gs-result .gs-title,
.colorB .gs-result .gs-title * {
  color: #c32727 !important;
}
.colorB .gs-webResult div.gs-visibleUrl {
  color: #7f684b !important;
}
.colorB .gsc-search-button-v2,
.colorB .gsc-search-button-v2:hover,
.colorB .gsc-search-button-v2:focus-visible {
  background-color: #c32727 !important;
}
.colorB blockquote {
  border-color: #c32727;
}
.colorB .btnSubmit {
  background: #c32727;
  border-color: #c32727;
}
.colorB .btnSearch {
  background: #c32727;
  border-color: #c32727;
}
.colorB .btnPrimary {
  background: #c32727;
  color: #fff;
  border-color: #c32727;
}
.colorB .btnPrimary:hover {
  background: #991f1f;
  border-color: #c32727;
}
.colorB .btnSecondary {
  color: #831a1a;
  border-color: #c32727;
}
.colorB .btnSecondary:hover {
  color: #440e0e;
  background: #d52e2e;
  border-color: #d52e2e;
}
.colorB .category a:hover, .colorB .category a:focus, .colorB .category a.active {
  color: #fff;
  background: #d52e2e;
  border-color: #d52e2e;
}
.colorB div.function ul li button,
.colorB div.function ul li a {
  color: #fff;
}
.colorB div.function ul li button:hover,
.colorB div.function ul li a:hover {
  background: #0094e0;
  border-color: #0094e0;
}
.colorB .language ul li a {
  color: #fff;
}
.colorB .language ul li a:hover {
  background: #c32727;
  border-inline: #0094e0 2px solid;
}
.colorB .fatFooter .btnFatFooter {
  background: #c32727;
}
.colorB .fatFooter .btnFatFooter:hover {
  background: #991f1f;
}
.colorB .fatFooter nav > ul > li > a {
  color: #c32727;
}
.colorB footer a {
  color: #c32727;
}
.colorB footer a:hover {
  color: #991f1f;
}
.colorB footer .footerLink li a {
  color: #fff;
  background: #c32727;
}
.colorB footer .footerLink li a:hover {
  background: #991f1f;
}
.colorB footer .update em,
.colorB footer .counter em {
  color: #c32727;
}
.colorB .sidebarCtrlBtn::before {
  background: #c32727;
  box-shadow: #c32727 0 6px 0 0, #c32727 0 -6px 0 0;
}
.colorB .sidebarCtrlBtn::after {
  background: #c32727;
}
.colorB .sidebarCtrlBtn:hover::before {
  box-shadow: none;
}
.colorB .lp .list > ul,
.colorB .lp .list ol {
  border-top: 2px solid #c32727;
}
.colorB .lp .list > ul > li > a:hover,
.colorB .lp .list ol > li > a:hover {
  color: #0094e0;
}
.colorB .mainMenu > ul > li > a {
  color: #2a2a2a;
}
.colorB .mainMenu > ul > li.active > a, .colorB .mainMenu > ul > li:hover > a {
  color: #0094e0;
}
.colorB .mainMenu > ul > li.active > a:after, .colorB .mainMenu > ul > li:hover > a:after {
  border-color: #0094e0;
}
.colorB .mainMenu ul li ul li a {
  color: #fff;
}
.colorB .mainMenu ul li ul li a:hover {
  color: #fff;
  background: #0094e0;
}
.colorB .mainMenu ul li ul li.hasChild > a:hover {
  background: #c32727;
}
.colorB .modal h2 {
  border-color: #c32727;
}
.colorB .pagination span {
  color: #c32727;
}
.colorB .pagination .page li a:hover {
  color: #fff;
  background: #c32727;
  border-color: #c32727;
}
.colorB .pagination .page li.active a {
  background: #00a4f9;
  border-color: #0093e0;
}
.colorB .cpSlider .swiper h3 {
  border-color: #c32727;
}
.colorB .tabSet {
  margin: 30px auto;
}
.colorB .tabSet .tabItems button.active {
  background: #c32727;
}
.colorB .cp a {
  color: #c32727;
}
.colorB .cp a:hover {
  color: #ae2323;
}
.colorB .cp .publishInfo {
  border-color: #c32727;
}
.colorB .fileDownload h3 {
  border-color: #c32727;
}
.colorB .webLink h3 {
  border-color: #c32727;
}
.colorB .webLink li a {
  color: #000;
}
.colorB em[tooltip] {
  color: #c32727;
}
.colorB a.more {
  color: #c32727;
  border-color: #c32727;
}
.colorB a.more:before {
  background: #c32727;
}
.colorB .cascading li a {
  border-color: #c32727;
}
.colorB .cascading li a:hover {
  color: #c32727;
}
.colorB .submenu li a:hover {
  border-color: #0094e0;
  color: #0094e0;
}
.colorB input[type=checkbox]:checked,
.colorB input[type=radio]:checked {
  border-color: #c32727;
  background-color: #c32727;
}
.colorB input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #c32727 0 0 0 2px;
}
.colorB .accordion ul li .accordionList {
  color: #fff;
  background-color: #c32727;
}
.colorB .accordion ul li .accordionContent a {
  color: #c32727;
}
.colorB .accordion ul li .accordionContent a:hover {
  color: #6e1616;
}
.colorB .tabContent a {
  color: #2a2a2a;
}
.colorB .tabContent a:hover {
  color: #6e1616;
}
.colorB .breadcrumb a {
  color: #2a2a2a;
}
.colorB .breadcrumb a:hover {
  color: #6e1616;
}

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatFooter,
  footer,
  .accessKeyItem,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .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 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .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;
    /* 表格即使分頁也會顯示表頭 */
  }
}/*# sourceMappingURL=style.css.map */