@charset "UTF-8";
@import '../vendor/swiper/swiper-bundle.min.css';
@import '../vendor/fancybox/fancybox.css';
.breadcrumb ul li + li:before {
  content: " > ";
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 5px 0px 5px;
  color: #5e5e5e;
}

/* 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;
  }
  a:active, a:hover {
    outline: 0;
  }
  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::-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 #007f85;
    background: #1ff5ff;
    min-height: 200px;
    color: #120f06;
    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: #f9efeb;
  }
  .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: 50%;
    }
  }
  @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;
  }
  .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% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 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% * 9 - 4px);
      max-width: calc(8.3333333333% * 9 - 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% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 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% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 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% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 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% * 9 - 4px);
      max-width: calc(8.3333333333% * 9 - 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: #f1f1f1;
    font-style: normal;
    display: block;
    font-size: 1em;
    border-left: 5px solid #af5636;
    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;
    }
  }
  a:focus-visible {
    outline: #b7674a 2px solid;
  }
  @media screen and (max-width: 767px) {
    a:focus-visible {
      box-shadow: none;
    }
  }
  .accessKey {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
    color: rgba(0, 0, 0, 0);
    font-size: 1em;
  }
  .accessKey:hover, .accessKey:focus-visible {
    color: rgba(0, 0, 0, 0.8);
  }
  @media screen and (max-width: 767px) {
    .accessKey {
      display: none;
    }
  }
  a.goCenter {
    position: absolute;
    top: -2.2em;
    left: 50%;
    margin-left: -480px;
    padding: 0 0.5em;
    height: 2em;
    line-height: 2em;
    background: #af5636;
    color: #fff;
    text-decoration: none;
    z-index: 999999999999;
    opacity: 1 !important;
    transition: 0.5s;
    border-radius: 0px 0px 4px 4px;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    a.goCenter {
      display: none;
    }
  }
  a.goCenter:hover, a.goCenter:focus, a.goCenter:focus-visible {
    background: #af5636;
    top: 0;
    opacity: 1;
    box-shadow: none;
    color: #fff;
  }
  .no-js noscript {
    display: block;
    padding: 0.5em;
    border: 2px solid #af5636;
    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: #af5636;
  }
  .no-js noscript a:hover, .no-js noscript a:focus-visible {
    color: #9e4d31;
  }
  .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;
  }
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
  body {
    font-size: 1em;
    font-weight: normal;
    color: #251f0c;
    line-height: 1.45em;
    font-family: "Noto Sans TC", Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    background: url("../images/bodybg.jpg") repeat left top;
  }
  body.smallSize {
    font-size: 0.938em;
  }
  body.largeSize {
    font-size: 1.125em;
  }
  a {
    text-decoration: none;
    color: #434e0d;
  }
  a:hover, a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  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,
  .fontSize ul li a {
    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:hover, .fontSize ul li button:focus, .fontSize ul li button.active,
  .fontSize ul li a:hover,
  .fontSize ul li a:focus,
  .fontSize ul li a.active {
    background: #9e4d31;
    color: #fff;
    box-shadow: none;
  }
  .fontSize ul li button.small,
  .fontSize ul li a.small {
    font-size: 0.938em;
  }
  .fontSize ul li button.large,
  .fontSize ul li a.large {
    font-size: 1.125em;
  }
  @media screen and (max-width: 767px) {
    .fontSize {
      display: none;
    }
  }
  .fontSize.typeB {
    margin: 0;
    position: relative;
    font-weight: bold;
    padding-top: 50px;
  }
  .fontSize.typeB::before {
    display: none;
  }
  .fontSize.typeB > button {
    text-indent: -9999px;
    color: transparent;
    width: 2.5rem;
    aspect-ratio: 1/1;
    position: relative;
    background: #af5636;
    border-radius: 50%;
  }
  .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: 2.5rem;
    display: block;
  }
  .fontSize.typeB ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
  }
  .fontSize.typeB ul li {
    margin: 0 auto;
  }
  .fontSize.typeB ul li button {
    color: #251f0c;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    transition: 0.3s ease-out;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  .fontSize.typeB ul li button.active {
    background: #333;
    color: #fff;
    box-shadow: none;
  }
  .fontSize.typeB ul li button:hover, .fontSize.typeB ul li button:focus-visible {
    background: #af5636;
    color: #fff;
  }
  .language {
    font-weight: bold;
    font-size: 0.813em;
    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: 0px 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, .language ul li a:focus-visible {
    background: #af5636;
    border-inline: #9e4d31 2px solid;
  }
  @media screen and (min-width: 767px) {
    .language.typeB {
      width: auto;
      padding-top: 50px;
    }
    .language.typeB > button, .language.typeB > a {
      text-indent: -9999px;
      color: transparent;
      width: 2.5rem;
      aspect-ratio: 1/1;
      position: relative;
      background: #af5636;
      border-radius: 50%;
      border: none;
    }
    .language.typeB > button::before, .language.typeB > a::before {
      width: 100%;
      aspect-ratio: 1/1;
      content: "En";
      text-indent: 0;
      color: #fff;
      position: absolute;
      text-align: center;
      inset: 0;
      line-height: 2.5rem;
      z-index: 2;
      display: block;
    }
    .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 .webSearch {
    visibility: hidden;
    height: 0;
    position: absolute;
  }
  @media screen and (max-width: 767px) {
    .header .container .webSearch {
      visibility: visible;
      height: auto;
      position: relative;
    }
  }
  .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;
  }
  .webSearchBtn > button {
    text-indent: -9999px;
    color: transparent;
    width: 60px;
    aspect-ratio: 1/1;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 90;
  }
  .webSearchBtn > button::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;
  }
  .webSearch {
    vertical-align: middle;
    font-size: 0.938em;
    margin: 6em 1em 2em 1em;
    box-sizing: border-box;
    clear: both;
    display: none;
  }
  @media screen and (min-width: 767px) {
    .webSearch:not(.typeB) {
      display: block !important;
    }
  }
  .webSearch:not(.typeB) .webSearchBtn {
    display: none;
  }
  @media screen and (max-width: 991px) {
    .webSearch {
      margin: 2em 1em 1em 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      width: 100% !important;
    }
  }
  .webSearch .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .webSearch .content {
      max-width: 1400px;
    }
  }
  .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: 1.25rem;
    font-weight: bold;
    margin: 0;
    flex: 0 0 5em;
    white-space: nowrap;
    align-self: center;
    margin-left: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .webSearch label {
      color: #fff;
      padding-top: 0.5em;
      font-size: 1rem;
    }
  }
  .webSearch .formGrp {
    margin: 0.5em 0;
    display: flex;
    width: 74%;
    max-width: 74%;
  }
  @media screen and (max-width: 1399px) {
    .webSearch .formGrp {
      width: 66%;
      max-width: 66%;
    }
  }
  @media screen and (max-width: 767px) {
    .webSearch .formGrp {
      width: calc(100% - 0.5em);
      max-width: calc(100% - 0.5em);
    }
  }
  .webSearch .formGrp input {
    margin: 0 0.5em 0 0;
    padding: 0.4em 3em 0.4em 0.5em;
    box-shadow: none;
    flex: 1 1 70%;
    align-items: center;
    vertical-align: middle;
    font-size: 1.125rem;
    color: #5e5e5e !important;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
    border: none;
    position: relative;
  }
  .webSearch .formGrp input:focus-visible {
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .webSearch .formGrp [class^=i_]:before {
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    margin: 0.5em 0 0 -2.6em;
  }
  .webSearch .formGrp button,
  .webSearch .formGrp .btn,
  .webSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.5em 4em;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 2em;
  }
  .webSearch .formGrp button:hover, .webSearch .formGrp button:focus-visible,
  .webSearch .formGrp .btn:hover,
  .webSearch .formGrp .btn:focus-visible,
  .webSearch .formGrp .btnSearch:hover,
  .webSearch .formGrp .btnSearch:focus-visible {
    box-shadow: none;
  }
  @media screen and (max-width: 991px) {
    .webSearch .formGrp button,
    .webSearch .formGrp .btn,
    .webSearch .formGrp .btnSearch {
      padding: 0.5em 3em;
    }
  }
  @media screen and (max-width: 767px) {
    .webSearch .formGrp button,
    .webSearch .formGrp .btn,
    .webSearch .formGrp .btnSearch {
      padding: 0.3em 1em;
    }
  }
  .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 button:focus-visible,
  .webSearch .btnGrp .btn:hover,
  .webSearch .btnGrp .btn:focus-visible,
  .webSearch .btnGrp .btnSearch:hover,
  .webSearch .btnGrp .btnSearch:focus-visible {
    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;
    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: #434e0d;
  }
  .webSearch .keywordHot ul a:hover, .webSearch .keywordHot ul a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .webSearch .keywordHot ul a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      display: none;
      position: fixed;
      width: 100% !important;
      top: 60px;
      left: 0;
      right: 0;
      margin: 0;
      z-index: 9999;
    }
    .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 5px;
      padding-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 .btn:focus-visible,
  .mobileSearch .formGrp .btnSearch:hover,
  .mobileSearch .formGrp .btnSearch:focus-visible {
    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, .mobileSearch .btnGrp .btn:focus-visible {
    color: #c3613f;
  }
  .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, .mobileSearch .keywordHot ul a:focus-visible {
    color: #c3613f;
  }
  .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: absolute;
    top: 0;
    right: 0;
    z-index: 99999999;
    color: transparent;
    width: 60px;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
    border: none;
    display: none;
    background: transparent;
  }
  @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;
    background: url("../images/icon/icon_search2.svg") center center no-repeat;
    background-size: 36px;
  }
  .innerPageSearch {
    position: fixed;
    margin-top: -1000px;
  }
  @media screen and (max-width: 767px) {
    .innerPageSearch {
      position: absolute;
      top: -15px;
      margin-top: 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: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #222;
    text-shadow: none;
    border-radius: 3em;
  }
  .btn:hover {
    background: #c7c7c7;
    border: 1px solid #adadad;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn:focus-visible {
    background: #c7c7c7;
    border: 1px solid #adadad;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btn.active {
    background: #ededed;
    cursor: pointer;
  }
  .btn:hover, .btn:focus-visible {
    color: #fff;
    outline: none;
  }
  .btnGreen {
    background: #434e0d;
    border: 1px solid #434e0d;
    color: #fff;
  }
  .btnGreen:hover {
    background: #1d2206;
    border: 1px solid black;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnGreen:focus-visible {
    background: #1d2206;
    border: 1px solid black;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnGreen.active {
    background: #566411;
    cursor: pointer;
  }
  .btnBlue {
    background: #007f85;
    border: 1px solid #007f85;
    color: #fff;
  }
  .btnBlue:hover {
    background: #004e52;
    border: 1px solid #001e1f;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnBlue:focus-visible {
    background: #004e52;
    border: 1px solid #001e1f;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnBlue.active {
    background: #00979f;
    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:focus-visible {
    background: #e7ae01;
    border: 1px solid #b48801;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .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:focus-visible {
    background: #9d3400;
    border: 1px solid #6a2300;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .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:focus-visible {
    background: #a00000;
    border: 1px solid #6d0000;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnRed.active {
    background: #ed0000;
    cursor: pointer;
  }
  .btnPurple {
    background: #8c248d;
    border: 1px solid #8c248d;
    color: #fff;
  }
  .btnPurple:hover {
    background: #641a65;
    border: 1px solid #3c0f3c;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnPurple:focus-visible {
    background: #641a65;
    border: 1px solid #3c0f3c;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnPurple.active {
    background: #a029a2;
    cursor: pointer;
  }
  .btnSubmit {
    background: #c2603c;
    border: 1px solid #c2603c;
    color: #fff;
  }
  .btnSubmit:hover {
    background: #9c4c30;
    border: 1px solid #753924;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit:focus-visible {
    background: #9c4c30;
    border: 1px solid #753924;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnSubmit.active {
    background: #c96f4f;
    cursor: pointer;
  }
  .btnReset {
    color: #251f0c;
  }
  .btnReset:hover, .btnReset:focus-visible {
    background: gray;
    border: solid 1px #ccc;
  }
  .btnSearch {
    background: #af5636;
    border: 1px solid #af5636;
    color: #fff;
  }
  .btnSearch:hover {
    background: #88432a;
    border: 1px solid #61301e;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch:focus-visible {
    background: #88432a;
    border: 1px solid #61301e;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .btnSearch.active {
    background: #c2603c;
    cursor: pointer;
  }
  .btnPrimary {
    background: #af5636;
    color: #fff;
    border: solid 1px #af5636;
  }
  .btnPrimary:hover, .btnPrimary:focus-visible {
    background: #88432a;
    border: solid 1px #af5636;
  }
  .btnSecondary {
    background: #fff;
    color: #753924;
    border: solid 1px #ccc;
    text-shadow: none;
  }
  .btnSecondary:hover, .btnSecondary:focus-visible {
    color: #3a1d12;
    background: #ddd;
    border: solid 1px #ccc;
  }
  .btnNormal {
    background: #f1f1f1;
    color: #65656e;
    border: solid 1px #c3c3c3;
    text-shadow: none;
  }
  .btnNormal:hover, .btnNormal:focus-visible {
    color: #404046;
    background: #c3c3c3;
    border: solid 1px #c3c3c3;
  }
  .btnBack {
    background: #555;
    color: #fff;
    border: 1px solid #ddd;
  }
  .btnBack:hover, .btnBack:focus-visible {
    background: #88432a;
    border: 1px solid #ddd;
  }
  .disabled,
  [disabled] {
    opacity: 0.8;
    cursor: not-allowed;
    text-shadow: none;
  }
  .readonly,
  [readonly] {
    opacity: 0.8;
    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;
  }
  .breadcrumb {
    padding: 0.1em 0em 0.1em 22px;
    font-size: 0.9338em;
    margin: 0px auto 5px;
    background: url(../images/icon_home.png) no-repeat left center;
    background-size: 18px auto;
  }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
  }
  .breadcrumb ul li {
    margin: 0px 0.1em 0.1em 0px;
    color: #af5636;
  }
  .breadcrumb a {
    text-decoration: none;
    color: #434e0d;
  }
  .breadcrumb a:hover, .breadcrumb a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .breadcrumb a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .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_twitter_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_twitter.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;
    margin-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .category ul {
      background: none;
      border-radius: 0;
    }
  }
  .category ul li {
    margin: 0px;
    display: block;
    flex: 0 1 19%;
    text-align: center;
    margin: 0 4px 8px;
  }
  @media screen and (max-width: 767px) {
    .category ul li {
      flex: 1 1 48%;
    }
  }
  @media screen and (max-width: 575px) {
    .category ul li {
      flex: 1 1 100%;
    }
  }
  .category a {
    padding: 0.6em 1em;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1.25rem;
    background: #ede9e4;
    border-radius: 2em;
    box-sizing: border-box;
    white-space: nowrap;
  }
  @media screen and (max-width: 991px) {
    .category a {
      padding: 0.6em 0.5em;
    }
  }
  .category a:hover {
    color: #af5636;
  }
  .category a.active, .category a:focus {
    background: #af5636;
    border-radius: 2em;
    color: #fff;
  }
  .category a span {
    font-size: 0.813em;
  }
  .category a span:before {
    content: "(";
    display: inline-block;
  }
  .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: #434e0d;
    border: 1px solid #ddd;
    padding: 0.2em 0.75em;
  }
  .tag ul li a:hover, .tag ul li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .tag ul li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .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, .scrollToTop:focus-visible {
    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: #434e0d;
  }
  em[tooltip]:hover, em[tooltip]:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  em[tooltip]:focus-visible {
    outline: #9e4d31 2px solid;
  }
  [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: absolute;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: rgba(84, 86, 32, 0.8);
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 999999;
  }
  @media screen and (max-width: 767px) {
    .sidebarCtrlBtn {
      display: block;
    }
  }
  .sidebarCtrlBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 4px;
    background: #fff;
    box-shadow: #fff 0 10px 0 0, #fff 0 -10px 0 0;
    transition: 0.2s linear;
    border-radius: 5px;
  }
  .sidebarCtrlBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #af5636;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
  .searchCtrlBtn {
    display: none;
    right: 0px;
    font-size: 0em;
    z-index: 999999;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: rgba(84, 86, 32, 0.8);
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 999999;
  }
  @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;
    background: rgb(221, 225, 106);
    background: linear-gradient(90deg, rgb(221, 225, 106) 0%, rgb(221, 225, 106) 50%, rgba(221, 225, 106, 0) 100%);
  }
  @media screen and (max-width: 767px) {
    .header {
      width: 100%;
    }
  }
  .header:before {
    content: "";
    width: 304px;
    height: 298px;
    background: url(../images/tree2.png) no-repeat left top;
    background-size: 100% auto;
    position: fixed;
    top: 0;
    right: -100px;
  }
  @media screen and (max-width: 767px) {
    .header {
      padding: 0;
      height: 60px;
    }
    .header:before {
      display: none;
    }
  }
  .header > .container {
    max-width: 1400px;
    overflow: visible;
    position: relative;
  }
  .header h1 {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 400px;
    height: 84px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 99999;
    font-size: 0em;
  }
  @media screen and (max-width: 767px) {
    .header h1 {
      float: none;
      top: 0;
      left: o;
    }
  }
  .header h1 a {
    display: inline-block;
  }
  .header h1 img {
    display: block;
    max-width: 450px;
    max-height: 90px;
  }
  @media screen and (max-width: 767px) {
    .header h1 {
      padding: 2px 60px;
      width: 100%;
      text-align: center;
      height: 60px;
      margin-left: -15px;
    }
    .header h1 img {
      width: auto;
      height: auto;
      max-height: 50px;
      margin: 5px auto;
      transform: scale(1);
    }
  }
  .header .navigation {
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 55;
    align-items: center;
    max-width: calc(100% - 0px);
  }
  @media screen and (max-width: 1399px) {
    .header .navigation {
      max-width: calc(100% - 140px);
    }
  }
  @media screen and (max-width: 767px) {
    .header .navigation {
      display: none;
    }
  }
  .header .navigation .navList {
    flex: 1 1 auto;
    margin: 50px 5px 0 0;
  }
  .header .navigation .navList ul {
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    z-index: 99;
  }
  .header .navigation .navList li {
    flex: 0 0 auto;
    position: relative;
  }
  .header .navigation .navList li:before {
    content: "";
    width: 1px;
    height: 0.8em;
    background: #a2a19f;
    position: absolute;
    top: 0.9em;
    right: 0;
  }
  .header .navigation .navList li:last-child:before {
    display: none;
  }
  .header .navigation .navList li a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-decoration: none;
    color: #434e0d;
  }
  .header .navigation .navList li a:hover, .header .navigation .navList li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .header .navigation .navList li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .header .navigation .submenuBox {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
  }
  .header .navigation .submenuBox > div {
    margin: 0 5px;
  }
  .header .navigation .submenuBox > div + div::after {
    content: "";
    width: 0px;
    height: 17px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header.typeB {
    background: url(../images/bodybg.jpg) repeat left top rgb(221, 225, 106);
    background: linear-gradient(90deg, rgb(221, 225, 106) 0%, rgb(221, 225, 106) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 20px;
    height: auto;
  }
  .header.typeB:before {
    display: none;
  }
  @media screen and (min-width: 1700px) {
    .header.typeB {
      padding-bottom: 0;
      height: 620px;
    }
  }
  @media screen and (max-width: 1399px) {
    .header.typeB {
      padding-bottom: 20px;
      height: 540px;
    }
  }
  @media screen and (max-width: 991px) {
    .header.typeB {
      padding-bottom: 10px;
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .header.typeB {
      background: linear-gradient(180deg, rgb(221, 225, 106) 0%, rgb(221, 225, 106) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
      padding-bottom: 30px;
      height: auto;
    }
  }
  .header.typeB > .container {
    max-width: 1400px;
    overflow: visible;
    position: relative;
  }
  .header.typeB > .container:before {
    content: "";
    width: 700px;
    height: 650px;
    background: url(../images/tree.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 50px;
    left: 200px;
  }
  @media screen and (min-width: 1700px) {
    .header.typeB > .container:before {
      width: 760px;
    }
  }
  @media screen and (max-width: 1399px) {
    .header.typeB > .container:before {
      width: 680px;
      height: 650px;
    }
  }
  @media screen and (max-width: 767px) {
    .header.typeB > .container:before {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .header.typeB > .container {
      padding: 0;
    }
  }
  .header.typeB h1 {
    position: absolute;
    top: 30px;
    left: 15px;
  }
  @media screen and (max-width: 767px) {
    .header.typeB h1 {
      position: relative;
      top: auto;
    }
  }
  .header.typeB .navigation {
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 55;
    align-items: center;
    max-width: calc(100% - 20px);
  }
  @media screen and (max-width: 767px) {
    .header.typeB .navigation {
      display: none;
    }
  }
  .header.typeB .navList {
    flex: 1 1 auto;
    margin: 0.25em 0 0 0;
  }
  .header.typeB .language.typeB {
    width: auto;
    padding-top: 0;
  }
  .header.typeB .fontSize.typeB {
    padding-top: 0;
  }
  @keyframes showMenu {
    0% {
      transform: translateX(30px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .mainMenu {
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    top: 52px;
    clear: both;
    background: #fff;
    background: linear-gradient(180deg, rgb(255, 255, 231) 0%, rgb(255, 255, 231) 30%, rgb(255, 255, 255) 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .mainMenu {
      display: none;
    }
  }
  .mainMenu > ul {
    margin: 0 2em;
    padding: 0.5em 0.2em 0.2em;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px #e0e07e;
  }
  .mainMenu > ul > li {
    flex: 0 1 16.6666666667%;
  }
  .mainMenu > ul > li > a {
    display: block;
    padding: 0 1em;
    min-height: 2.5em;
    font-weight: bold;
    line-height: 2.5em;
    white-space: nowrap;
    color: #251f0c;
    box-sizing: border-box;
    font-size: 1.25rem;
    text-align: center;
  }
  .mainMenu > ul > li > a:focus-visible {
    box-shadow: 0 0 0 2px inset #9e4d31;
  }
  @media screen and (max-width: 991px) {
    .mainMenu > ul > li > a {
      font-size: 1.125rem;
    }
  }
  .mainMenu > ul > li.hasChild > a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border: 2px solid #251f0c;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.3em;
    z-index: 1;
  }
  .mainMenu > ul > li.active > a, .mainMenu > ul > li:hover > a {
    color: #9e4d31;
  }
  .mainMenu > ul > li.active > a:after, .mainMenu > ul > li:hover > a:after {
    border: 2px solid #9e4d31;
    border-bottom: none;
    border-left: none;
  }
  .mainMenu ul li {
    position: relative;
  }
  .mainMenu ul li a {
    display: block;
    outline: none;
    text-decoration: none;
  }
  .mainMenu ul li ul {
    display: none;
    overflow: visible;
    width: 99%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    z-index: 9;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    list-style: none;
    text-align: left;
    font-size: 0.938em;
  }
  .mainMenu ul li ul li a {
    padding: 0.6em 1.2em;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
  }
  .mainMenu ul li ul li a:hover, .mainMenu ul li ul li a:focus-visible {
    color: #fff;
    background: #9e4d31;
  }
  .mainMenu ul li ul li.active > a {
    color: #fff;
    background: #9e4d31;
  }
  .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, .mainMenu ul li ul li.hasChild > a:focus-visible {
    background: #af5636;
  }
  .mainMenu ul li ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 48%;
    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;
  }
  .mpvhMenu {
    background: rgb(255, 255, 222);
    background: linear-gradient(90deg, rgb(255, 255, 222) 0%, rgba(255, 255, 222, 0) 100%);
    padding: 5em 1em 8em 2em;
    border-radius: 16px;
    box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.05);
    top: 0;
    z-index: 99999;
  }
  @media screen and (max-width: 1399px) {
    .mpvhMenu {
      padding: 3em 1em 5em 2em;
    }
  }
  .mpvhMenu > ul {
    display: block;
    width: 200px;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .mpvhMenu > ul > li > a {
    font-size: 1.25em;
    border-bottom: solid 1px #e0e07e;
    padding: 0 0.5em;
    text-align: left;
    font-size: 1.25rem;
  }
  .mpvhMenu > ul > li.hasChild > a {
    position: relative;
  }
  .mpvhMenu > ul > li.hasChild > a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    border: 3px solid #434e0d;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    z-index: 1;
    position: absolute;
    top: 1em;
  }
  .mpvhMenu > ul > li.hasChild ul {
    font-size: 1em;
    border-radius: 10px;
  }
  .mpvhMenu > ul > li.hasChild ul li:first-child a:hover, .mpvhMenu > ul > li.hasChild ul li:first-child:focus-visible {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .mpvhMenu > ul > li.hasChild ul li:last-child a:hover, .mpvhMenu > ul > li.hasChild ul li:last-child:focus-visible {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .mpvhMenu ul li {
    position: relative;
  }
  .mpvhMenu ul li ul {
    top: 0.5em;
    left: 11em;
    width: 15em;
    box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.3);
  }
  .mpvhMenu ul li ul ul {
    top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .mpvhMenu ul li ul ul li {
    border-bottom: dotted 1px #bbb;
  }
  .mpvhMenu ul li ul ul li:last-child {
    border: none;
  }
  .mpvhMenu ul li ul ul a {
    color: #251f0c;
    font-weight: normal;
    font-size: 0.938em;
  }
  .mpvhMenu ul li ul ul a:hover, .mpvhMenu ul li ul ul a:focus-visible {
    color: #9e4d31;
    background: none;
  }
  .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, .fixedSidebar ul li a:focus-visible:before {
    display: block;
    right: 0;
  }
  .fixedSidebar ul li img {
    width: 24px;
    height: 24px;
    margin: 13px auto;
  }
  footer {
    clear: both;
    text-align: left;
    font-size: 1em;
    padding: 2em 0;
    background: #484845;
    color: #fff;
  }
  footer .container {
    justify-content: space-between;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
  }
  footer .container > div {
    padding-bottom: 1em;
  }
  @media screen and (max-width: 991px) {
    footer .container {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 575px) {
    footer .container {
      padding-bottom: 60px;
    }
  }
  footer a {
    text-decoration: none;
    color: #af5636;
  }
  footer a:hover, footer a:focus-visible {
    color: #88432a;
  }
  footer .infoBox {
    padding: 0 2em 0 1em;
  }
  @media screen and (max-width: 991px) {
    footer .infoBox {
      flex: 1 1 100%;
    }
  }
  footer .footerLogo {
    flex: 0 1 240px;
  }
  footer .footerLogo a {
    font-size: 0;
  }
  footer .footerInfo {
    flex: 1 1 auto;
    padding: 0 2em;
    border-left: solid 1px #8a8988;
  }
  @media screen and (max-width: 991px) {
    footer .footerInfo {
      border: none;
    }
  }
  footer .footerIcon {
    flex: 0 1 200px;
    text-align: right;
  }
  footer .footerIcon a {
    font-size: 0;
  }
  @media screen and (max-width: 991px) {
    footer .footerIcon {
      flex: 1 1 100%;
      margin-top: -5em;
    }
  }
  @media screen and (max-width: 575px) {
    footer .footerIcon {
      margin-top: 0;
      position: absolute;
      left: 2.5em;
      bottom: 0;
    }
  }
  footer .footerLink {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    display: flex;
    margin-bottom: 10px;
  }
  @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;
    background: #af5636;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-out;
    white-space: nowrap;
    border-radius: 2em;
  }
  footer .footerLink li a:hover, footer .footerLink li a:focus-visible {
    background: #88432a;
  }
  footer p {
    line-height: 1.65em;
    margin: 5px 0;
  }
  footer .update,
  footer .counter {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.938em;
  }
  footer .update em,
  footer .counter em {
    font-style: normal;
    color: #dde16a;
    padding: 0 0.5em;
  }
  footer .footerIcon a {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  footer .footerIcon a:focus-visible:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px 1px #9e4d31 inset;
    z-index: 99;
  }
  footer .footerIcon img {
    max-width: 150px;
    margin: 0 5px;
  }
  footer .tname {
    color: #dde16a;
  }
  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;
    font-size: 0.875rem;
  }
  footer.typeB .footerIcon {
    text-align: right;
  }
  .fatFooter {
    overflow: hidden;
    padding-bottom: 3em;
    margin: 0 auto;
    background: rgba(223, 217, 198, 0.6);
  }
  @media screen and (max-width: 767px) {
    .fatFooter {
      display: none;
    }
  }
  .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;
    display: block;
    width: 6em;
    color: #fff;
    border: none;
    background: #af5636;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -3em;
    z-index: 90;
    text-indent: -9999px;
    border-radius: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  .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, .fatFooter .btnFatFooter:focus {
    background: #88432a;
    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 0 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;
    display: block;
    font-weight: bold;
    padding: 0.5em 0px;
    box-sizing: border-box;
    font-size: 1.125em;
    text-decoration: none;
    color: #434e0d;
  }
  .fatFooter nav ul li a:hover, .fatFooter nav ul li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .fatFooter nav ul li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .fatFooter nav ul li a:hover {
    box-shadow: none;
  }
  .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: #434e0d;
    font-weight: normal;
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.5em 0;
    background: none;
  }
  .fatFooter nav ul li ul li a:hover, .fatFooter nav ul li ul li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .fatFooter nav ul li ul li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  @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, .fatFooter.typeB .btnFatFooter:focus {
    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: red;
    margin: 0px 0.2em;
  }
  .formGrid {
    border-top: 1px solid #ddd;
  }
  .formGrid .formGrp {
    border-bottom: 1px dashed #ddd;
    padding: 0.5em 0;
  }
  .flexForm {
    font-size: 1.125rem;
    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: 14em;
    flex: 0 0 14em;
    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% - 14em);
    max-width: calc(100% - 14em);
    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% - 14em);
    flex: auto;
    flex-basis: calc(100% - 14em);
    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.address .postalcode {
    flex: 0 0 5em !important;
    max-width: 5em;
  }
  .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.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 .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 .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, .flexForm .formContent .datePick i:focus-visible {
    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;
    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: 0;
    line-height: 1;
    width: 0;
    flex-basis: 0;
  }
  fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  input,
  textarea,
  select,
  button {
    color: #666;
    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;
  }
  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: #666;
  }
  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: #666;
    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%;
    }
  }
  button:focus-visible,
  input[type=text]:focus-visible,
  input[type=reset]:focus-visible,
  input[type=file]:focus-visible,
  input[type=tel]:focus-visible,
  input[type=email]:focus-visible,
  input[type=password]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    box-shadow: 0px 0px 0px 2px #d58f76;
    outline: none;
  }
  button:focus,
  input[type=text]:focus,
  input[type=reset]:focus,
  input[type=file]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }
  select {
    line-height: 1.35em;
    padding: 0.5em 24px 0.5em 0.5em;
    border: 1px solid #ccc;
    background: #fff url(../images/icon/icon_select_arrow.svg) no-repeat right center;
    background-size: 16px;
  }
  select option {
    outline: none;
    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: #f7f6ee;
    border: 2px solid #ccc;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=checkbox]:checked,
  input[type=checkbox]:focus,
  input[type=radio]:checked,
  input[type=radio]:focus {
    border-color: #af5636;
    background-color: #af5636;
    outline: none;
  }
  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: #af5636 0 0 0 2px;
    border-radius: 2px;
  }
  input[type=radio]:focus {
    border-color: #af5636;
    background-color: #af5636;
    box-shadow: #fff 0 0 0 3px inset, #af5636 0 0 0 2px;
  }
  input[type=checkbox]:focus {
    border-color: #af5636;
    background-color: #af5636;
    box-shadow: #af5636 0 0 0 2px;
  }
  .uploadGrp {
    position: relative;
  }
  .uploadGrp input[readonly],
  .uploadGrp input[disabled] {
    background: transparent;
    color: #666;
  }
  .uploadGrp .uploadBtn {
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 0.5em;
    background: #af5636;
    border: 1px solid #af5636;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 4px;
  }
  .uploadGrp .uploadBtn:hover {
    background: #88432a;
    border: 1px solid #61301e;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .uploadGrp .uploadBtn:focus-visible {
    background: #88432a;
    border: 1px solid #61301e;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a;
  }
  .uploadGrp .uploadBtn.active {
    background: #c2603c;
    cursor: pointer;
  }
  .uploadGrp .uploadBtn:hover, .uploadGrp .uploadBtn:focus-visible {
    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 {
    display: inline-block;
    vertical-align: middle;
    max-height: 2.5em;
    margin: 0.3em 0.5em 0.3em 0.3em;
  }
  img.captcha + input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  img.captcha ~ img {
    display: inline-block;
    vertical-align: middle;
    max-height: 2.4em;
    margin-bottom: 0.5em;
  }
  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;
  }
  .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;
  }
  .lp table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    border-bottom: #d1d1d1 2px solid;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 575px) {
    .lp table {
      width: 100%;
    }
  }
  .lp table th,
  .lp table td {
    padding: 0.8em 0.5em;
    text-align: left;
  }
  .lp table caption {
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .lp table caption .summary {
    display: block;
    font-size: 1em;
    font-weight: normal;
  }
  .lp table td {
    border: #ddd 0px solid;
    word-break: break-all;
  }
  .lp table td a {
    word-break: break-all;
  }
  .lp table td.aLeft {
    text-align: left;
  }
  .lp table td.aCenter {
    text-align: center;
  }
  .lp table th {
    background-color: #605951;
    color: #fff;
    border: #d1d1d1 0px solid;
    text-align: center;
    white-space: nowrap;
  }
  .lp table th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .lp table th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .lp table.tableHover tr:hover {
    background: #f3f3f3;
  }
  .lp table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  .popupBox table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    border-bottom: #d1d1d1 2px solid;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 575px) {
    .popupBox table {
      width: 100%;
    }
  }
  .popupBox table th,
  .popupBox table td {
    padding: 0.8em 0.5em;
    text-align: left;
  }
  .popupBox table caption {
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .popupBox table caption .summary {
    display: block;
    font-size: 1em;
    font-weight: normal;
  }
  .popupBox table td {
    border: #ccc 1px solid;
    word-break: break-all;
  }
  .popupBox table td a {
    word-break: break-all;
  }
  .popupBox table td.aLeft {
    text-align: left;
  }
  .popupBox table td.aCenter {
    text-align: center;
  }
  .popupBox table th {
    background-color: #605951;
    color: #fff;
    border: #d1d1d1 0px solid;
    text-align: center;
    white-space: nowrap;
  }
  .popupBox table th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .popupBox table th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .popupBox table.tableHover tr:hover {
    background: #f3f3f3;
  }
  .popupBox table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  @media screen and (max-width: 767px) {
    .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 tr {
      border: 1px solid #ccc;
      margin-bottom: 10px;
    }
    .tableList td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 0.5em;
      padding-top: 2em;
      white-space: normal;
      text-align: left;
    }
    .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;
    }
  }
  .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: auto;
    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 table td {
      white-space: nowrap;
    }
  }
  .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: auto;
    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 th,
  .lp table td {
    text-align: center;
  }
  .lp table td {
    color: #383838;
  }
  .lp table td a {
    text-decoration: none;
    color: #434e0d;
  }
  .lp table td a:hover, .lp table td a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .lp table td a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .lp table td.date {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp table td.date {
      text-align: left;
    }
  }
  .lp table td.num {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp table td.num {
      text-align: left;
    }
  }
  .lp table td.speed_red {
    color: #af5636;
  }
  .lp table td.aLeft {
    text-align: left;
  }
  .lp table .btn {
    padding: 0.25em 1em;
    margin: 0 0.25em;
  }
  .lp .list > ul,
  .lp .list ol {
    list-style-type: none;
    padding: 0;
    border-top: 2px solid #af5636;
  }
  .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: #251f0c;
  }
  .lp .list > ul > li > a:hover,
  .lp .list ol > li > a:hover {
    color: #9e4d31;
  }
  .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: #aaa;
    font-size: 0.938em;
    font-weight: normal;
  }
  .img_list {
    margin: 0 1em;
  }
  .img_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .img_list ul li {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 0;
    margin-bottom: 1em;
    position: relative;
    border-radius: 10px;
  }
  .img_list ul li iframe {
    width: 100% !important;
    height: 240px !important;
    margin: 0;
    padding: 0;
  }
  .img_list ul li .img-container {
    height: 240px;
    flex: 0 1 40%;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .img_list ul li .img-container {
      float: none;
      flex: 1 1 100%;
      margin: 0;
      height: 200px !important;
    }
    .img_list ul li .img-container iframe {
      height: 200px !important;
    }
  }
  .img_list ul li .infotb {
    margin: 2em 0;
    flex: 1 1 60%;
  }
  .img_list ul li .infotb table {
    border: none;
    font-size: 0.938em;
    width: calc(100% - 3em);
    margin: 0 1.5em;
  }
  .img_list ul li .infotb table th,
  .img_list ul li .infotb table td {
    padding: 5px;
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px #ddd;
  }
  .img_list ul li .infotb table th {
    width: 6em;
    color: #251f0c;
    text-align: right;
    font-weight: normal;
    vertical-align: top;
  }
  .img_list ul li .infotb table td {
    text-align: left;
  }
  .img_list ul li a {
    display: flex;
    flex-wrap: wrap;
  }
  .img_list ul li a:hover, .img_list ul li a:focus {
    color: #9e4d31;
  }
  .img_list ul li h3 {
    font-size: 1.75em;
    color: #333;
    font-family: "Noto Serif TC", serif;
    line-height: 1.25em;
    overflow: hidden;
    display: block;
    margin: 0 0 0.5em;
    padding-top: 0.5em;
  }
  @media screen and (max-width: 575px) {
    .img_list ul li h3 {
      width: 90%;
      margin: 0 auto 1em;
    }
  }
  .img_list ul li .publish_time {
    overflow: hidden;
    display: block;
    color: #555;
    font-size: 0.813rem;
  }
  .img_list ul li .publish_time time {
    display: inline-block;
    color: #555;
    margin-left: 1em;
  }
  @media screen and (max-width: 575px) {
    .img_list ul li .publish_time {
      width: 90%;
      margin: 0 auto 1em;
    }
  }
  .img_list ul li p {
    max-height: 4.5em;
    line-height: 1.5em;
    display: block;
    font-size: 0.875rem;
    overflow: hidden;
    color: #555;
  }
  @media screen and (max-width: 575px) {
    .img_list ul li p {
      width: 90%;
      margin: 0 auto 3em;
    }
  }
  .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: 1px solid #ddd;
    padding: 1em 1em 1em 2.5em;
    display: block;
    vertical-align: top;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #434e0d;
  }
  .submenu li a:hover, .submenu li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .submenu li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .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, .submenu li a:focus-visible {
    border: 1px solid #9e4d31;
    color: #9e4d31;
  }
  .tabSet {
    margin: 30px auto 10px;
  }
  .tabSet .tabItems {
    display: flex;
    background: #ede9e4;
    border-radius: 2em;
  }
  .tabSet .modeBBtn,
  .tabSet .tabBtn {
    flex: 1 1 auto;
    font-size: 1.25em;
    height: 2.3em;
    line-height: 1em;
    text-align: center;
    border: none;
    margin: 1px;
    border-radius: 0;
    box-shadow: none;
    background: #ede9e4;
    cursor: pointer;
    border-radius: 2em;
    font-weight: bold;
  }
  .tabSet .modeBBtn:hover,
  .tabSet .tabBtn:hover {
    color: #88432a;
  }
  .tabSet .modeBBtn:focus-visible,
  .tabSet .tabBtn:focus-visible {
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a inset;
  }
  .tabSet .modeBBtn.active,
  .tabSet .tabBtn.active {
    cursor: default;
    background: #af5636;
    color: #fff;
  }
  .tabSet .tabContent {
    display: none;
    position: relative;
    padding: 15px;
  }
  .tabSet .tabContent.active {
    display: block;
  }
  .tabSet .tabContent a:focus {
    outline: none;
    box-shadow: 0 0px 0px 2px #b7674a inset;
  }
  @media screen and (max-width: 767px) {
    .tabSet .tabContent a:focus {
      box-shadow: none;
    }
  }
  .tabSet .tabContent .content ul {
    margin: 0;
  }
  .tabSet .modeBBtn {
    width: 100%;
    margin: 0;
    display: none;
  }
  .tabSet.modeB .tabItems {
    display: none;
  }
  .tabSet.modeB .tabContent {
    display: block;
    padding: 5px;
  }
  .tabSet.modeB .tabContent .content {
    display: none;
  }
  .tabSet.modeB .tabContent .content a:focus-visible {
    outline: #b7674a 2px solid;
  }
  .tabSet.modeB .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: #434e0d;
    position: relative;
  }
  .thumbnail a:hover, .thumbnail a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .thumbnail a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .thumbnail a:focus-visible:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0px 0px 0px 1px #9e4d31 inset;
  }
  .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_forward a:before, div.function ul li.icon_print a:before, div.function ul li.icon_back a:before {
    vertical-align: middle;
    content: "";
    width: 1.2em;
    height: 1.2em;
    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 0px 0px 3px;
    flex: 0 0 auto;
  }
  div.function ul li button,
  div.function ul li a {
    font-size: 0.813rem;
    display: block;
    padding: 0.2em 1em;
    background: #666;
    border-color: #666;
    color: #fff;
    border-radius: 4px;
  }
  div.function ul li button:hover, div.function ul li button:focus-visible,
  div.function ul li a:hover,
  div.function ul li a:focus-visible {
    background: #9e4d31;
    border-color: #9e4d31;
  }
  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;
  }
  .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: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: #f1f1f1;
    text-indent: -9999px;
    position: relative;
  }
  .functionPanel .function ul li a:hover, .functionPanel .function ul li a:focus-visible {
    background: #9e4d31;
    color: #fff;
  }
  .functionPanel .function ul li a:hover:before, .functionPanel .function ul li a:focus-visible: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/basic/icon_print_dark.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%;
  }
  .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: #f1f1f1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    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, .functionPanel .share .shareButton:focus-visible {
    background: #9e4d31;
  }
  .functionPanel .share .shareButton:hover:before, .functionPanel .share .shareButton:focus-visible: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 0.5em;
  }
  .functionPanel .share ul li:last-child {
    margin-bottom: 0;
  }
  .functionPanel .share ul li img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .functionPanel .share ul li a {
    background: transparent;
    display: block;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .functionPanel .share ul li a:hover, .functionPanel .share ul li a:focus-visible {
    background: transparent;
  }
  .functionPanel .share ul li a:hover img, .functionPanel .share ul li a:focus-visible img {
    filter: grayscale(1);
  }
  .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 {
    width: 10px;
    height: 20px;
    padding: 0;
    position: absolute;
    cursor: pointer;
    left: 5px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0;
  }
  .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: #000;
    text-decoration: none;
  }
  .marquee a span {
    color: #7cb52f;
    margin-right: 15px;
  }
  .marquee a:hover {
    color: #7cb52f;
  }
  .pagination {
    margin: 0.5em auto 1em;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0.938em;
  }
  .pagination .formInline {
    justify-content: center;
  }
  .pagination span {
    color: #af5636;
    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: #251f0c;
    background: #eee;
    border: #ccc solid 1px;
    margin: 0 0.1em 0em;
  }
  .pagination .page li a:hover, .pagination .page li a:focus-visible {
    background: #af5636;
    color: #fff;
    border: #af5636 solid 1px;
  }
  .pagination .page li.active a {
    color: #fff;
    background: #af5636;
    border: #9c4c30 solid 1px;
  }
  .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.first a:focus-visible:before, .pagination .page li.first a:focus-visible:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus-visible:before, .pagination .page li.prev a:focus-visible:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus-visible:before, .pagination .page li.next a:focus-visible:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus-visible:before, .pagination .page li.last a:focus-visible: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;
  }
  .pagination .total select {
    margin: 0px 0.5em;
  }
  @media screen and (max-width: 767px) {
    .pagination .total select {
      margin: 0px;
    }
  }
  .pagination .total .btn {
    min-width: auto;
    padding: 0.4em 1em;
  }
  .pagination .total .btn.btnSubmit {
    margin-left: 10px;
  }
  .pagination .items {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination .items a {
    padding: 0 5px;
    color: #af5636;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .pagination .total select.formControl {
      margin: 0px 0px;
      text-align: center;
    }
  }
  *[class^=notice] {
    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^=notice]:before {
    position: absolute;
    top: 0.7em;
    left: 0.8em;
    display: block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    content: "";
  }
  *[class^=notice]:before img {
    width: 100%;
  }
  *[class^=notice] a.close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.8em;
    right: 1em;
    display: block;
    opacity: 0.5;
  }
  *[class^=notice] a.close:hover, *[class^=notice] a.close:focus-visible {
    opacity: 1;
  }
  *[class^=notice] a.close img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  *[class*=noticeInfo] {
    color: #00529b;
    background-color: #ceecfa;
  }
  *[class*=noticeInfo]:before {
    background: url(../images/basic/icon_info.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeSuccess] {
    color: #3b7600;
    background-color: #dff2bf;
  }
  *[class*=noticeSuccess]:before {
    background: url(../images/basic/icon_success.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeWarning] {
    color: #c23e00;
    background-color: #feefb3;
  }
  *[class*=noticeWarning]:before {
    background: url(../images/basic/icon_warning.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeError] {
    color: #c40000;
    background-color: #ffd2d2;
  }
  *[class*=noticeError]:before {
    background: url(../images/basic/icon_error.svg) no-repeat center center;
    background-size: 15px;
  }
  .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;
    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: 1em;
  }
  .sitemap p kbd {
    border: 1px solid #aaa;
    background: transparent;
    color: #251f0c;
    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;
    padding: 1em 0;
  }
  .cascading ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cascading li {
    line-height: 1.5;
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 1em 0;
    box-sizing: border-box;
    padding: 0px 1em;
  }
  .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 #af5636;
  }
  .cascading li a:hover, .cascading li a:focus-visible {
    color: #af5636;
    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 .banner .item a:focus-visible:after {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 2px #c2603c inset;
    content: "";
    z-index: 9;
    top: 0;
    left: 0;
  }
  .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;
  }
  .leftBlock .listBlock .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #666;
    font-size: 1.25em;
    font-weight: bolder;
  }
  .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: #9e4d31;
  }
  .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;
  }
  .leftBlock .nodeMenu .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #666;
    font-size: 1.25em;
    font-weight: bolder;
  }
  .leftBlock .nodeMenu ul {
    margin: 0;
    padding: 0 1em 0em;
    list-style-type: none;
  }
  .leftBlock .nodeMenu ul li {
    font-size: 0.938rem;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
  }
  .leftBlock .nodeMenu ul li:last-child {
    border: none;
  }
  .leftBlock .nodeMenu ul li a {
    display: block;
    padding: 0.5em 0;
    line-height: 1.4em;
    color: #333;
  }
  .leftBlock .nodeMenu ul li a:hover {
    color: #9e4d31;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  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;
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      overflow: hidden;
      overflow-y: auto;
    }
  }
  .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main {
    position: relative;
    margin: 0 auto 5em;
  }
  .main h2 {
    line-height: 1.25em;
  }
  .innerPage {
    padding: 0 15px;
    margin-top: 2em;
  }
  @media screen and (max-width: 767px) {
    .innerPage {
      margin-top: 1em;
    }
  }
  .innerPage > .container {
    position: relative;
    padding: 1em 80px 1em;
    display: flex;
    background: #fff;
    max-width: 1370px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  @media screen and (max-width: 991px) {
    .innerPage > .container {
      padding: 1em 50px 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .innerPage > .container {
      max-width: calc(100% - 0px);
      border-radius: 12px;
      margin: 0 auto;
      padding: 1em 1.5em;
    }
  }
  .innerPage .centerBlock {
    flex: none;
    flex-basis: 100%;
    max-width: 100%;
  }
  .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 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999999;
    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 .mobileArea {
    width: 300px;
    padding: 3em 0;
    height: 100%;
    background: #dde16a;
    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 .mobileArea.open .sideMainMenu > ul > li {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(1) {
    transition-delay: 0.27s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(2) {
    transition-delay: 0.34s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(3) {
    transition-delay: 0.41s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(4) {
    transition-delay: 0.48s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(5) {
    transition-delay: 0.55s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(6) {
    transition-delay: 0.62s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(7) {
    transition-delay: 0.69s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(8) {
    transition-delay: 0.76s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(9) {
    transition-delay: 0.83s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(10) {
    transition-delay: 0.9s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(11) {
    transition-delay: 0.97s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(12) {
    transition-delay: 1.04s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(13) {
    transition-delay: 1.11s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(14) {
    transition-delay: 1.18s;
  }
  .mobileSidebar .mobileArea.open .sideMainMenu > ul > li:nth-child(15) {
    transition-delay: 1.25s;
  }
  .mobileSidebar .mobileArea .sideMainMenu {
    width: 90%;
    margin: 0 auto 1em;
    padding: 1em;
    background: #fff;
    border-radius: 15px;
  }
  .mobileSidebar .mobileArea .sideMainMenu a {
    display: block;
    font-size: 1.25em;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    text-align: left;
    font-weight: bold;
  }
  .mobileSidebar .mobileArea .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 .mobileArea .sideMainMenu > ul > li:nth-child(1) {
    transition-delay: 0.49s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(2) {
    transition-delay: 0.42s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(3) {
    transition-delay: 0.35s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(4) {
    transition-delay: 0.28s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(5) {
    transition-delay: 0.21s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(6) {
    transition-delay: 0.14s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(7) {
    transition-delay: 0.07s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(8) {
    transition-delay: 0s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(9) {
    transition-delay: -0.07s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(10) {
    transition-delay: -0.14s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(11) {
    transition-delay: -0.21s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(12) {
    transition-delay: -0.28s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(13) {
    transition-delay: -0.35s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(14) {
    transition-delay: -0.42s;
  }
  .mobileSidebar .mobileArea .sideMainMenu > ul > li:nth-child(15) {
    transition-delay: -0.49s;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul {
    animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    padding: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li {
    flex: 1 1 100%;
    flex-direction: row;
    list-style: none;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li > a {
    padding: 0.3em 1em;
    min-height: 2em;
    line-height: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li:last-child, .mobileSidebar .mobileArea .sideMainMenu ul li:first-child {
    border-radius: 0;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.hasChild > a {
    position: relative;
    padding: 0.3em 2em 0.3em 1em;
    color: #251f0c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.1em;
    width: 5px;
    line-height: 1.25em;
    height: 5px;
    border: 2px solid #5b6426;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul {
    position: relative;
    visibility: visible;
    display: none;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    background: transparent;
    font-size: 0.938em;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    box-shadow: none;
    margin-bottom: 1em;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul li {
    border: none;
  }
  .mobileSidebar .mobileArea .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 1em;
    background: #af5636;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul li.hasChild > a {
    padding: 0.5em 1em 0.5em 1em;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul li.hasChild > a:after {
    top: 1em;
    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 .mobileArea .sideMainMenu ul li ul ul li a {
    color: #251f0c;
    background: #eee;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.active ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobileSidebar .navigation {
    position: relative;
    margin: 1em auto;
    text-align: left;
    width: 90%;
  }
  .mobileSidebar .navigation ul {
    float: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0.5em;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
  }
  .mobileSidebar .navigation ul li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
  }
  .mobileSidebar .navigation ul li:nth-child(odd):last-child {
    width: 100%;
  }
  .mobileSidebar .navigation ul li a {
    display: block;
    line-height: 1.5em;
    padding: 0.25em 0.5em 0.25em 1.1em;
    font-size: 1em;
    color: #fff;
    background: #545614;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding: 0.5em 2em;
    border-radius: 2em;
    margin: 5px 0;
    font-size: 1em;
  }
  .mobileSidebar .navigation ul li a:before {
    position: absolute;
    top: 0.75em;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #ffffff;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    opacity: 0;
  }
  .mobileSidebar .navigation ul li a:hover:before, .mobileSidebar .navigation ul li a:focus-visible:before {
    left: 0.5em;
    opacity: 1;
  }
  .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 1em;
    background: rgba(0, 0, 0, 0.6);
  }
  .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, .mobileSidebar button.sidebarClose:focus-visible {
    box-shadow: none;
  }
  .mobileSidebar button.sidebarClose:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #545614;
    content: "";
    top: 15px;
    right: 20px;
    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;
  }
}
@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: #af5636 !important;
  }
  .gsst_a .gscb_a {
    color: #ccc !important;
    line-height: 2rem !important;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #dde16a !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 {
    background-color: #af5636 !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;
  }
  .cpSlider {
    padding: 1em 0;
  }
  .swiperBox {
    position: relative;
  }
  .swiper img {
    display: block;
  }
  .swiperDots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .swiperDots .swiper-pagination-bullet {
    /* 點的顏色 */
    background: #b0aa9c;
    opacity: 0.4;
    width: var(--dotSize);
    height: var(--dotSize);
    border-radius: 50%;
  }
  .swiperDots .swiper-pagination-bullet:hover, .swiperDots .swiper-pagination-bullet:focus-visible {
    opacity: 1;
    /* 點hover的顏色 */
    background: #21baff;
  }
  .swiperDots .swiper-pagination-bullet:focus-visible {
    opacity: 1;
    /* 點focus的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    /* 點 active 的顏色 */
    background: #9e4d31;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    /* 點 active  hover的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
    /* 點 active  focus的顏色 */
    background: #ff3e4d;
  }
  .swiperDots .swiper-pagination-bullet.noFonts {
    font-size: 0;
  }
  .swiperArrow {
    position: absolute;
    cursor: pointer;
    top: 45%;
    transform: translateY(-50%);
    padding: 22px 10px 15px;
    margin: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    z-index: 99;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 0;
  }
  @media screen and (min-width: 1700px) {
    .swiperArrow {
      top: 40%;
    }
  }
  .swiperArrow::before {
    content: "";
    width: 35px;
    height: 30px;
    display: block;
    background: url("../images/ar.svg") no-repeat left center;
    filter: invert(1);
  }
  .swiperArrow.prevSlider {
    left: 0px;
  }
  .swiperArrow.prevSlider::before {
    transform: rotate(0deg);
    content: "";
    width: 35px;
    height: 30px;
    display: block;
    background: url("../images/ar.svg") no-repeat right center;
    filter: invert(1);
  }
  .swiperArrow.nextSlider {
    right: 0px;
  }
  .swiperArrow.nextSlider::before {
    transform: rotate(180deg);
    content: "";
    width: 40px;
    height: 30px;
    display: block;
    background: url("../images/ar.svg") no-repeat left center;
    filter: invert(1);
  }
  .swiperArrow.swiperArrow-disabled {
    opacity: 0.7;
  }
  .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 #af5636;
  }
  .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, .cpSlider .swiper a:focus-visible .caption {
    bottom: 0;
  }
  .cpSlider .swiper .swiperArrow {
    padding: 0;
  }
  .navSlider {
    position: relative;
  }
  .navSlider .swiper-slide {
    max-height: 180px;
  }
  .navSlider .swiper-slide a {
    position: relative;
    display: block;
  }
  .navSlider .swiper-slide a:focus::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
    border: 2px solid red;
  }
  .navSlider .swiper-slide a img {
    height: 100%;
    object-fit: cover;
  }
  .adSlider {
    clear: both;
  }
  @media screen and (max-width: 1500px) {
    .adSlider {
      width: calc(100% - 100px);
    }
  }
  @media screen and (max-width: 991px) {
    .adSlider {
      width: calc(100% - 0px);
    }
  }
  .adSlider a {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5px;
  }
  .adSlider a img {
    width: 100%;
    aspect-ratio: 16/6;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .adSlider a img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    object-fit: fill !important;
  }
  .adSlider .swiperArrow {
    padding: 15px 5px 5px 5px;
    width: 56px;
    height: 56px;
    top: 35%;
  }
  .adSlider .swiperArrow:before {
    width: 30px;
    height: 25px;
  }
  .mpSlider .swiperDots {
    margin-top: 0;
  }
  .mpSlider .imgContainer {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .mpSlider .imgContainer img {
    width: 100%;
    aspect-ratio: 16/7;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .mpSlider .imgContainer img {
    width: 100%;
    object-fit: cover;
  }
  .mpSlider .caption {
    position: absolute;
    width: 100%;
    height: 3em;
    line-height: 3em;
    background: rgba(0, 0, 0, 0.45);
    padding: 0 1em;
    font-size: 1.25em;
    color: #fff;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .mpSlider .caption {
      width: 100%;
      height: 2em;
      line-height: 2em;
      left: 0;
      padding: 0 1em;
    }
  }
  .mpSlider .swiperArrow::before {
    content: "";
    width: 35px;
    height: 30px;
    display: block;
    background: url("../images/ar.svg") no-repeat left center;
    filter: invert(1);
  }
  .mpSlider .swiperArrow.prevSlider {
    left: -20px;
  }
  .mpSlider .swiperArrow.prevSlider::before {
    transform: rotate(0deg);
    content: "";
    width: 32px;
    height: 30px;
    display: block;
    background: url("../images/ar.svg") no-repeat right center;
    filter: invert(1);
  }
  @media screen and (max-width: 991px) {
    .mpSlider .swiperArrow.prevSlider {
      left: -30px;
    }
  }
  @media screen and (max-width: 767px) {
    .mpSlider .swiperArrow.prevSlider {
      left: -20px;
    }
  }
  .mpSlider .swiperArrow.nextSlider {
    right: -36px;
  }
  @media screen and (max-width: 991px) {
    .mpSlider .swiperArrow.nextSlider {
      right: -25px;
    }
  }
  @media screen and (max-width: 767px) {
    .mpSlider .swiperArrow.nextSlider {
      right: -20px;
    }
  }
  .videoSlider {
    clear: both;
    margin: 5em 0 2em 0;
  }
  @media screen and (max-width: 1500px) {
    .videoSlider {
      width: calc(100% - 100px);
    }
  }
  @media screen and (max-width: 991px) {
    .videoSlider {
      width: calc(100% - 0px);
    }
  }
  @media screen and (max-width: 767px) {
    .videoSlider {
      margin: 1em 0 2em 0;
    }
  }
  .videoSlider .titleBox {
    display: inline-block;
    margin: 2em 0 2em -3.5em;
    position: relative;
    text-align: center;
    left: 50%;
  }
  @media screen and (max-width: 767px) {
    .videoSlider .titleBox {
      margin: 1em 0 1em -3.2em;
    }
  }
  .videoSlider .swiperBox {
    margin: 0 12px 2em;
  }
  .videoSlider a {
    display: block;
    padding: 0;
    position: relative;
    border-radius: 10px;
  }
  .videoSlider a img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #fff;
    object-fit: fill !important;
  }
  .videoSlider a img img {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .videoSlider a iframe {
    width: 100% !important;
    height: 240px !important;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .videoSlider a iframe img {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .videoSlider a .img-container {
    width: 100%;
    height: 100%;
    flex: 0 1 40%;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .videoSlider a .img-container {
      float: none;
      flex: 1 1 100%;
      margin: 0;
    }
  }
  .videoSlider a p {
    color: #251f0c;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .videoSlider a:hover p, .videoSlider a:focus-visible p {
    color: #9e4d31;
  }
  .videoSlider .swiperArrow {
    padding: 20px 5px 5px 5px;
    top: 60%;
  }
  @media screen and (max-width: 767px) {
    .videoSlider .swiperArrow {
      top: 50%;
    }
  }
  .mpSlider {
    margin-left: 350px;
  }
  @media screen and (max-width: 991px) {
    .mpSlider {
      margin-left: 280px;
    }
  }
  @media screen and (max-width: 767px) {
    .mpSlider {
      margin-left: 0;
    }
  }
  .mpSlider .item img {
    min-height: 350px;
  }
  @media screen and (max-width: 575px) {
    .mpSlider .item img {
      min-height: 280px;
    }
  }
  .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: 1.625rem;
    font-weight: bold;
    padding: 0 0 0 56px;
    margin: 0.5em 0;
    position: relative;
    color: #251f0c;
    letter-spacing: 1px;
  }
  section .titleBox:before {
    content: "";
    width: 38px;
    height: 60px;
    background: url(../images/h2tree.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -0.4em;
  }
  @media screen and (max-width: 767px) {
    section .titleBox:before {
      left: 50%;
      top: -0.4em;
      margin-left: -3.2em;
    }
  }
  @media screen and (max-width: 991px) {
    section .titleBox {
      font-size: 1.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    section .titleBox {
      text-align: center;
      padding: 0 0 0 1.5em;
    }
  }
  section .listBox {
    margin-bottom: 30px;
  }
  section .more {
    display: block;
    border-radius: 2px;
    position: relative;
    margin: 0 0 0 auto;
    color: #251f0c;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: right;
    padding: 10px 45px 10px 0;
    transition: 0.5s;
    height: 3em;
  }
  section .more:after {
    content: "";
    width: 34px;
    height: 8px;
    background: url(../images/more_bg.png) no-repeat right top;
    background-size: auto 8px;
    position: absolute;
    top: 1.1em;
    right: 5px;
    transition: 0.1s;
  }
  section .more:hover {
    color: #9e4d31;
    padding: 10px 40px 0 0;
  }
  section .more:hover:after {
    content: "";
    width: 36px;
    height: 8px;
    background: url(../images/more_bg.png) no-repeat right top;
    background-size: auto 8px;
    position: absolute;
    top: 1.1em;
    right: 0;
  }
  .listTypeA .item {
    border: #e2e2e2 1px solid;
    border-width: 1px 0;
  }
  .listTypeA .item a {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  @media screen and (max-width: 575px) {
    .listTypeA .item a {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .listTypeA .item a:hover .title, .listTypeA .item a:focus-visible .title {
    color: #0094e0;
    cursor: pointer;
  }
  .listTypeA .item + .item {
    border-width: 0 0 1px;
  }
  .listTypeA .date {
    text-align: center;
    width: 170px;
    color: #545454;
  }
  @media screen and (max-width: 575px) {
    .listTypeA .date {
      text-align: left;
      margin-bottom: 10px;
    }
  }
  .listTypeA .title {
    flex: 1 0 calc(100% - 170px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
  }
  .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;
  }
  .topGrp {
    position: relative;
    margin: 70px 20px 0 0;
  }
  @media screen and (max-width: 1670px) {
    .topGrp {
      margin: 70px 90px 0 15px;
    }
  }
  @media screen and (max-width: 1399px) {
    .topGrp {
      margin: 70px 130px 0 15px;
    }
  }
  @media screen and (max-width: 991px) {
    .topGrp {
      margin: 70px 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .topGrp {
      margin: 0 30px;
    }
  }
  .topGrp .mpvhMenu {
    float: left;
    width: 350px;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 1700px) {
    .topGrp .mpvhMenu {
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 991px) {
    .topGrp .mpvhMenu {
      width: 280px;
    }
  }
  .topGrp .mpSlider {
    position: relative;
    top: 30px;
  }
  @media screen and (max-width: 991px) {
    .topGrp .mpSlider {
      margin-bottom: 10em;
    }
  }
  @media screen and (max-width: 767px) {
    .topGrp .mpSlider {
      margin-bottom: 0;
    }
  }
  .navBar {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 99;
    width: 90px;
  }
  @media screen and (max-width: 991px) {
    .navBar {
      position: static;
      width: 100%;
      margin: 0 0 2em;
      display: none;
    }
  }
  .navBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(63, 53, 37, 0.9);
    padding: 24px 8px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  @media screen and (max-width: 991px) {
    .navBar ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border-radius: 0;
    }
  }
  .navBar li {
    padding: 8px 0;
    margin: 0 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px rgba(221, 225, 106, 0.3);
  }
  .navBar li:last-child {
    border: none;
  }
  .navBar li:last-of-type {
    margin-bottom: 0;
  }
  @media screen and (max-width: 991px) {
    .navBar li {
      margin: 0;
      flex: 1 1 20%;
      padding: 0 0.5em;
      border-bottom: none;
      border-right: solid 1px rgba(221, 225, 106, 0.3);
    }
  }
  .navBar li a {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }
  @media screen and (max-width: 991px) {
    .navBar li a {
      font-size: 1rem;
      width: auto;
    }
  }
  .navBar li a:hover {
    color: #dde16a;
  }
  .navBar li a:hover img {
    transform: translateY(-2px) scale(1.1);
  }
  .navBar li a img {
    transition: 0.2s all;
    width: 18px;
  }
  @media screen and (max-width: 991px) {
    .navBar li a img {
      height: 30px;
      margin: 3px;
    }
  }
  .navBar li a .txt {
    display: block;
  }
  @media screen and (max-width: 575px) {
    .navBar li a .txt {
      width: 2em;
    }
  }
  .newsBlock {
    margin: 30px 0;
    position: relative;
  }
  .newsBlock .container:after {
    content: "";
    width: 380px;
    height: 380px;
    background: url(../images/oldpeople.png) no-repeat right top;
    background-size: 80% auto;
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 0;
  }
  @media screen and (max-width: 1399px) {
    .newsBlock .container:after {
      right: 5%;
    }
  }
  @media screen and (max-width: 991px) {
    .newsBlock .container:after {
      background-size: 70% auto;
      top: -140px;
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .newsBlock .container:after {
      display: none;
    }
  }
  .newsBlock:before {
    content: "";
    width: 60%;
    height: 100%;
    background: rgb(222, 225, 124);
    background: linear-gradient(90deg, rgba(222, 225, 124, 0) 0%, rgb(222, 225, 124) 25%, rgb(222, 225, 124) 100%);
    position: absolute;
    top: 2.5em;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .newsBlock:before {
      content: "";
      width: 100%;
      height: 60%;
      background: rgb(222, 225, 124);
      background: linear-gradient(180deg, rgba(222, 225, 124, 0) 0%, rgb(222, 225, 124) 25%, rgb(222, 225, 124) 100%);
      position: absolute;
      top: auto;
      bottom: 0;
      right: 0;
    }
  }
  .newsBlock .flexSet {
    justify-content: start;
  }
  .newsBlock .service {
    position: relative;
    z-index: 9;
  }
  .newsBlock .service .titleBox {
    margin: 4.5em 0 1em 10%;
  }
  @media screen and (max-width: 767px) {
    .newsBlock .service .titleBox {
      margin: 2em 0 1em 0;
    }
  }
  .newsBlock .service ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  @media screen and (max-width: 1399px) {
    .newsBlock .service ul {
      margin: 0 60px 0 0;
    }
  }
  @media screen and (max-width: 991px) {
    .newsBlock .service ul {
      margin: 0;
    }
  }
  .newsBlock .service ul li {
    margin: 1em 0 1em 1em;
    padding: 0;
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .newsBlock .service ul li {
      margin: 1em 0 0 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .newsBlock .service ul li {
      margin: 1em 0;
    }
  }
  .newsBlock .service ul li img {
    width: 30px;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .newsBlock .service ul li a {
    padding: 0.5em 1em 0.5em 1.5em;
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 2em;
    line-height: 2em;
    font-size: 1.25em;
    font-weight: bold;
  }
  .newsBlock .service ul li a:hover, .newsBlock .service ul li a:focus-visible {
    background: rgba(255, 255, 255, 0.7);
  }
  .newsBlock .service ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    border: 3px solid #434e0d;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
    z-index: 1;
    position: absolute;
    top: 1.3em;
    right: 1.4em;
  }
  .newsBlock .service ul li.signup a {
    border-radius: 2em;
    box-shadow: 0 0 0 5px rgb(255, 204, 0) inset;
  }
  .newsBlock .service ul li.signup a .new {
    position: absolute;
    top: -0.5em;
    right: 15%;
    background: #c00;
    color: #fff;
    line-height: 1em;
    padding: 0.34em 1em 0.3em;
    font-size: 0.875rem;
    border-radius: 2em;
  }
  .newsBlock .service ul li.signup a .txt {
    font-size: 1.35rem;
  }
  .newsBlock .service ul li.signup a .txt2 {
    text-align: center;
    display: block;
    line-height: 1.2em;
    font-size: 1.125rem;
    color: #c00;
    font-style: italic;
    letter-spacing: 5px;
  }
  .newsBlock .service .more {
    margin-right: 1em;
  }
  @media screen and (max-width: 991px) {
    .newsBlock .service .more {
      margin-right: 0;
    }
  }
  .newsBlock .news {
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    padding: 2em 2em 1em;
  }
  @media screen and (max-width: 767px) {
    .newsBlock .news {
      padding: 1em;
    }
  }
  .newsBlock .list > ul,
  .newsBlock .list ol {
    list-style-type: none;
    padding: 0;
    margin: 0.5em 0;
  }
  @media screen and (max-width: 767px) {
    .newsBlock .list > ul,
    .newsBlock .list ol {
      margin: 0.5em 0.8em;
    }
  }
  .newsBlock .list > ul > li,
  .newsBlock .list ol > li {
    padding: 0.75em 0 0.5em;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
  }
  .newsBlock .list > ul > li:before,
  .newsBlock .list ol > li:before {
    content: "";
    width: 6.5em;
    height: 3px;
    background: #bdb9b1;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .newsBlock .list > ul > li .tag,
  .newsBlock .list ol > li .tag {
    margin-left: 2em;
  }
  .newsBlock .list > ul > li > a,
  .newsBlock .list ol > li > a {
    display: flex;
    padding-left: 10px;
    position: relative;
    line-height: 2em;
    font-weight: bold;
    color: #251f0c;
    font-size: 1.125em;
  }
  .newsBlock .list > ul > li > a:hover,
  .newsBlock .list ol > li > a:hover {
    color: #9e4d31;
  }
  .newsBlock .list > ul > li .title,
  .newsBlock .list ol > li .title {
    flex: 1 0 calc(100% - 7em);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsBlock .list > ul > li time,
  .newsBlock .list ol > li time {
    display: block;
    color: #251f0c;
    font-size: 0.938em;
    font-weight: normal;
    flex: 0 0 7em;
  }
  .mpInfo {
    position: relative;
    margin: 4em 0;
  }
  @media screen and (max-width: 767px) {
    .mpInfo {
      margin: 4em 0 6em;
    }
  }
  .mpInfo:before {
    content: "";
    width: 80%;
    height: 95%;
    background: #dde16a url(../images/mpInfo_bg.jpg) no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .mpInfo:before {
      width: 100%;
    }
  }
  .mpInfo:after {
    content: "";
    width: 60%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
    position: absolute;
    top: 2em;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .mpInfo:after {
      width: 100%;
      display: none;
    }
  }
  .mpInfo .titleBox {
    margin-top: 6rem;
    padding-bottom: 0.55rem;
    border-bottom: solid 1px #8b8d56;
    z-index: 2;
  }
  .mpInfo h3 {
    position: relative;
    font-size: 1.5em;
    line-height: 1.2em;
    width: 3.8em;
    height: 3.8em;
    font-weight: bold;
    color: #fff;
    background: #af5636;
    padding: 0.7em;
    border-radius: 50%;
    z-index: 2;
    float: left;
    margin-right: 1rem;
    vertical-align: middle;
  }
  .mpInfo p {
    position: relative;
    z-index: 2;
    margin: 1.5em 0 1em 5.5em;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.8em;
  }
  .mpInfo p img {
    width: 1.2em;
    vertical-align: middle;
    margin: 0 5px;
  }
  .mpInfo .map {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0.5em;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    margin-top: 2em;
    margin-bottom: -4em;
    width: 90%;
  }
  @media screen and (max-width: 991px) {
    .mpInfo .map {
      width: 100%;
    }
  }
  .mpInfo .map iframe {
    border: none;
    width: 100%;
    height: 300px;
    margin: 0;
  }
  @media screen and (max-width: 575px) {
    .mpInfo .map iframe {
      height: 240px;
    }
  }
  .calendar_wrap {
    border-radius: 10px;
    margin-top: 5.5em;
  }
  @media screen and (max-width: 767px) {
    .calendar_wrap {
      padding: 1em 0;
    }
  }
  .calendar_wrap .tip {
    background-color: #fafafa;
    padding: 0 1em;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    border: none;
    margin: -2px 1px 0;
  }
  .calendar_wrap .closed,
  .calendar_wrap .activity_day {
    display: inline-block;
    font-size: 0.938em;
    padding: 0.5em;
  }
  .calendar_wrap .closed:before,
  .calendar_wrap .activity_day:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .calendar_wrap .closed:before {
    background: #ccc;
  }
  .calendar_wrap .activity_day:before {
    background: #af5636;
  }
  h1.title,
  h2.title {
    font-size: 1.8em;
    line-height: 1.25em;
    margin: 1em 0 0.5em;
    padding-left: 50px;
    position: relative;
    color: #434e0d;
  }
  h1.title:before,
  h2.title:before {
    content: "";
    width: 38px;
    height: 60px;
    background: url(../images/h2tree.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -0.2em;
  }
  h3 {
    font-size: 1.5rem;
    border-left: solid 5px #af5636;
    padding-left: 0.5em;
  }
  .cp {
    margin: 1em 0 3em;
  }
  .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 .peopleimg {
    float: left;
    margin: 0px 2em 1em 0;
    width: auto;
    width: 45%;
    max-width: 200px;
    background: #f1f1f1;
    overflow: hidden;
    padding: 0.5em 0.5em 0.2em 0.6em;
  }
  .cp .peopleimg img {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
  }
  .cp .peopleimg span {
    text-align: center;
    display: block;
    font-size: 0.938em;
  }
  .cp .peopleimg figcaption {
    text-align: center;
    display: block;
    font-size: 0.938em;
  }
  @media screen and (max-width: 767px) {
    .cp .peopleimg {
      float: none;
      max-width: 80%;
      width: auto;
      margin: 1px auto;
      display: block;
      margin-bottom: 2em;
    }
  }
  .cp table caption {
    text-align: center;
    margin: 0.5em;
    font-size: 1.25rem;
  }
  .cp table th {
    padding: 0.5em;
    border-radius: 0;
  }
  .cp table td {
    padding: 0.5em;
  }
  .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: #434e0d;
    text-decoration: underline;
  }
  .cp a:hover, .cp a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .cp a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .cp a:hover {
    text-decoration: none;
  }
  .publishInfo {
    font-size: 0.875em;
    line-height: 1.5em;
    list-style: none;
    margin: 1em 0 1em 0;
    border-left: solid 5px #af5636;
    padding: 0.8em 1.5em 0.8em;
    background: #f5f3dc;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .publishInfo li {
    flex: 1 1 33.3333333333%;
  }
  @media screen and (max-width: 991px) {
    .publishInfo li {
      flex: 1 1 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .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,
  .fileDownload h4 {
    font-size: 1.5rem;
    margin-left: 0.3em;
  }
  .fileDownload ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .fileDownload li {
    display: flex;
    flex: 1 1 48%;
    flex-wrap: wrap;
    position: relative;
    padding: 0.5em 0 0.5em 1.5em;
    border-bottom: solid 1px #eee;
  }
  @media screen and (max-width: 991px) {
    .fileDownload li {
      flex: 1 1 100%;
    }
  }
  .fileDownload li:before {
    content: "·";
    font-size: 2em;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.42em;
    left: 0.1em;
    color: #666;
  }
  .fileDownload li .fileName {
    line-height: 1.8em;
    margin: 0.2em 0.5em 0.2em 0;
    color: #222;
  }
  .fileDownload li .fileName ~ span {
    flex: 0 0 auto;
    margin: 0.2em;
    font-size: 0.875em;
    line-height: 1.5em;
    vertical-align: middle;
    color: #555;
  }
  .fileDownload li .fileName ~ span a {
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
  .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, .fileDownload li span.file_doc a:focus-visible {
    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, .fileDownload li span.file_docx a:focus-visible {
    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, .fileDownload li span.file_odt a:focus-visible {
    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, .fileDownload li span.file_xls a:focus-visible {
    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, .fileDownload li span.file_xlsx a:focus-visible {
    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, .fileDownload li span.file_csv a:focus-visible {
    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, .fileDownload li span.file_ods a:focus-visible {
    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, .fileDownload li span.file_ppt a:focus-visible {
    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, .fileDownload li span.file_pptx a:focus-visible {
    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, .fileDownload li span.file_odp a:focus-visible {
    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, .fileDownload li span.file_zip a:focus-visible {
    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, .fileDownload li span.file_txt a:focus-visible {
    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, .fileDownload li span.file_mov a:focus-visible {
    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, .fileDownload li span.file_mp3 a:focus-visible {
    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, .fileDownload li span.file_jpg a:focus-visible {
    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, .fileDownload li span.file_wmv a:focus-visible {
    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, .fileDownload li span.file_mp4 a:focus-visible {
    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, .fileDownload li span.file_pdf a:focus-visible {
    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, .fileDownload li span.file_other a:focus-visible {
    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;
    text-decoration: none;
  }
  .fileDownload li span.file_doc a:hover, .fileDownload li span.file_doc a:focus-visible, .fileDownload li span.file_docx a:hover, .fileDownload li span.file_docx a:focus-visible, .fileDownload li span.file_odt a:hover, .fileDownload li span.file_odt a:focus-visible {
    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;
    text-decoration: none;
  }
  .fileDownload li span.file_xls a:hover, .fileDownload li span.file_xls a:focus-visible, .fileDownload li span.file_xlsx a:hover, .fileDownload li span.file_xlsx a:focus-visible, .fileDownload li span.file_csv a:hover, .fileDownload li span.file_csv a:focus-visible, .fileDownload li span.file_ods a:hover, .fileDownload li span.file_ods a:focus-visible {
    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;
    text-decoration: none;
  }
  .fileDownload li span.file_ppt a:hover, .fileDownload li span.file_ppt a:focus-visible, .fileDownload li span.file_pptx a:hover, .fileDownload li span.file_pptx a:focus-visible, .fileDownload li span.file_odp a:hover, .fileDownload li span.file_odp a:focus-visible, .fileDownload li span.file_pdf a:hover, .fileDownload li span.file_pdf a:focus-visible {
    background: #b25135;
  }
  .fileDownload li span.file_pdf a {
    background: #c00;
    text-decoration: none;
  }
  .fileDownload li span.file_pdf a:hover, .fileDownload li span.file_pdf a:focus-visible {
    background: #b30000;
  }
  .fileDownload li span.file_zip a {
    background: #eb712e;
    text-decoration: none;
  }
  .fileDownload li span.file_zip a:hover, .fileDownload li span.file_zip a:focus-visible {
    background: #e96117;
  }
  .fileDownload li span.file_txt a, .fileDownload li span.file_other a {
    background: #555;
    text-decoration: none;
  }
  .fileDownload li span.file_txt a:hover, .fileDownload li span.file_txt a:focus-visible, .fileDownload li span.file_other a:hover, .fileDownload li span.file_other a:focus-visible {
    background: #484848;
  }
  .fileDownload li span.file_mov a {
    background: #009999;
    text-decoration: none;
  }
  .fileDownload li span.file_mov a:hover, .fileDownload li span.file_mov a:focus-visible {
    background: teal;
  }
  .fileDownload li span.file_mp3 a, .fileDownload li span.file_mp4 a {
    background: #088ecc;
    text-decoration: none;
  }
  .fileDownload li span.file_mp3 a:hover, .fileDownload li span.file_mp3 a:focus-visible, .fileDownload li span.file_mp4 a:hover, .fileDownload li span.file_mp4 a:focus-visible {
    background: #077db3;
  }
  .fileDownload li span.file_jpg a {
    background: #6c29a4;
    text-decoration: none;
  }
  .fileDownload li span.file_jpg a:hover, .fileDownload li span.file_jpg a:focus-visible {
    background: #5f2490;
  }
  .fileDownload li span.file_wmv a {
    background: #430a1f;
    text-decoration: none;
  }
  .fileDownload li span.file_wmv a:hover, .fileDownload li span.file_wmv a:focus-visible {
    background: #2d0715;
  }
  .fileDownload2 {
    width: 100%;
    margin: 2em auto 3em;
    clear: both;
    zoom: 1;
    background: rgb(247, 247, 247);
    border-radius: 5px;
    box-shadow: 4px 2px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .fileDownload2:before, .fileDownload2:after {
    content: "";
    display: table;
  }
  .fileDownload2:after {
    clear: both;
  }
  .fileDownload2 h3,
  .fileDownload2 h4 {
    font-size: 1.5rem;
    margin-left: 0.3em;
  }
  .fileDownload2 h4 {
    background: #dee17d;
    font-weight: 500;
    display: inline-block;
    font-size: 1.25rem;
    padding: 0.5em 1em;
    margin: -1em 0 0.5em 0;
    float: left;
    clear: both;
    min-width: 12em;
    border-radius: 5px;
  }
  .fileDownload2 ul {
    clear: both;
    list-style-type: none;
    padding: 0;
    margin: 0 1em 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  @media screen and (max-width: 767px) {
    .fileDownload2 ul {
      margin: 0 0.5em 1em;
    }
  }
  .fileDownload2 li {
    display: flex;
    flex: 0 1 33%;
    flex-wrap: wrap;
    position: relative;
    padding: 0.5em 0 0.5em 1.5em;
  }
  @media screen and (max-width: 991px) {
    .fileDownload2 li {
      flex: 1 1 100%;
    }
  }
  .fileDownload2 li:before {
    content: "·";
    font-size: 2em;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.3em;
    left: 0.1em;
    color: #666;
  }
  .fileDownload2 li .fileName {
    line-height: 1.5em;
    margin: 0.2em 0.5em 0.2em 0;
    color: #222;
    font-weight: bold;
    flex: 1 1 100%;
  }
  .fileDownload2 li .fileName ~ span {
    flex: 0 0 auto;
    margin: 0.2em;
    font-size: 0.813em;
    line-height: 1.5em;
    vertical-align: middle;
    color: #666;
  }
  .fileDownload2 li .fileName ~ span a {
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
  .fileDownload2 li span.file_doc a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_doc a:hover, .fileDownload2 li span.file_doc a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_docx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_docx a:hover, .fileDownload2 li span.file_docx a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_odt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_odt a:hover, .fileDownload2 li span.file_odt a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_xls a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_xls a:hover, .fileDownload2 li span.file_xls a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_xlsx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_xlsx a:hover, .fileDownload2 li span.file_xlsx a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_csv a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_csv a:hover, .fileDownload2 li span.file_csv a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_ods a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_ods a:hover, .fileDownload2 li span.file_ods a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_ppt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_ppt a:hover, .fileDownload2 li span.file_ppt a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_pptx a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_pptx a:hover, .fileDownload2 li span.file_pptx a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_odp a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_odp a:hover, .fileDownload2 li span.file_odp a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_zip a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_zip a:hover, .fileDownload2 li span.file_zip a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_txt a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_txt a:hover, .fileDownload2 li span.file_txt a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_mov a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_mov a:hover, .fileDownload2 li span.file_mov a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_mp3 a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_mp3 a:hover, .fileDownload2 li span.file_mp3 a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_jpg a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_jpg a:hover, .fileDownload2 li span.file_jpg a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_wmv a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_wmv a:hover, .fileDownload2 li span.file_wmv a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_mp4 a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_mp4 a:hover, .fileDownload2 li span.file_mp4 a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_pdf a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_pdf a:hover, .fileDownload2 li span.file_pdf a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span.file_other a {
    color: #fff;
    font-weight: bold;
    padding: 0.2em 0.8em;
    border-radius: 3px;
  }
  .fileDownload2 li span.file_other a:hover, .fileDownload2 li span.file_other a:focus-visible {
    color: #fff;
  }
  .fileDownload2 li span {
    display: flex;
    align-items: center;
  }
  .fileDownload2 li span.file_doc a, .fileDownload2 li span.file_docx a, .fileDownload2 li span.file_odt a {
    background: #275cb7;
    text-decoration: none;
  }
  .fileDownload2 li span.file_doc a:hover, .fileDownload2 li span.file_doc a:focus-visible, .fileDownload2 li span.file_docx a:hover, .fileDownload2 li span.file_docx a:focus-visible, .fileDownload2 li span.file_odt a:hover, .fileDownload2 li span.file_odt a:focus-visible {
    background: #2351a2;
  }
  .fileDownload2 li span.file_xls a, .fileDownload2 li span.file_xlsx a, .fileDownload2 li span.file_csv a, .fileDownload2 li span.file_ods a {
    background: #387947;
    text-decoration: none;
  }
  .fileDownload2 li span.file_xls a:hover, .fileDownload2 li span.file_xls a:focus-visible, .fileDownload2 li span.file_xlsx a:hover, .fileDownload2 li span.file_xlsx a:focus-visible, .fileDownload2 li span.file_csv a:hover, .fileDownload2 li span.file_csv a:focus-visible, .fileDownload2 li span.file_ods a:hover, .fileDownload2 li span.file_ods a:focus-visible {
    background: #30683d;
  }
  .fileDownload2 li span.file_ppt a, .fileDownload2 li span.file_pptx a, .fileDownload2 li span.file_odp a, .fileDownload2 li span.file_pdf a {
    background: #c55a3b;
    text-decoration: none;
  }
  .fileDownload2 li span.file_ppt a:hover, .fileDownload2 li span.file_ppt a:focus-visible, .fileDownload2 li span.file_pptx a:hover, .fileDownload2 li span.file_pptx a:focus-visible, .fileDownload2 li span.file_odp a:hover, .fileDownload2 li span.file_odp a:focus-visible, .fileDownload2 li span.file_pdf a:hover, .fileDownload2 li span.file_pdf a:focus-visible {
    background: #b25135;
  }
  .fileDownload2 li span.file_pdf a {
    background: #007f85;
    text-decoration: none;
  }
  .fileDownload2 li span.file_pdf a:hover, .fileDownload2 li span.file_pdf a:focus-visible {
    background: #00676c;
  }
  .fileDownload2 li span.file_zip a {
    background: #eb712e;
    text-decoration: none;
  }
  .fileDownload2 li span.file_zip a:hover, .fileDownload2 li span.file_zip a:focus-visible {
    background: #e96117;
  }
  .fileDownload2 li span.file_txt a, .fileDownload2 li span.file_other a {
    background: #555;
    text-decoration: none;
  }
  .fileDownload2 li span.file_txt a:hover, .fileDownload2 li span.file_txt a:focus-visible, .fileDownload2 li span.file_other a:hover, .fileDownload2 li span.file_other a:focus-visible {
    background: #484848;
  }
  .fileDownload2 li span.file_mov a {
    background: #009999;
    text-decoration: none;
  }
  .fileDownload2 li span.file_mov a:hover, .fileDownload2 li span.file_mov a:focus-visible {
    background: teal;
  }
  .fileDownload2 li span.file_mp3 a, .fileDownload2 li span.file_mp4 a {
    background: #088ecc;
    text-decoration: none;
  }
  .fileDownload2 li span.file_mp3 a:hover, .fileDownload2 li span.file_mp3 a:focus-visible, .fileDownload2 li span.file_mp4 a:hover, .fileDownload2 li span.file_mp4 a:focus-visible {
    background: #077db3;
  }
  .fileDownload2 li span.file_jpg a {
    background: #6c29a4;
    text-decoration: none;
  }
  .fileDownload2 li span.file_jpg a:hover, .fileDownload2 li span.file_jpg a:focus-visible {
    background: #5f2490;
  }
  .fileDownload2 li span.file_wmv a {
    background: #430a1f;
    text-decoration: none;
  }
  .fileDownload2 li span.file_wmv a:hover, .fileDownload2 li span.file_wmv a:focus-visible {
    background: #2d0715;
  }
  .webLink {
    margin: 1em 0;
  }
  .webLink ol,
  .webLink ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .webLink li {
    position: relative;
    padding: 0.25em 0;
    border-bottom: solid 1px #eee;
    padding-left: 1.5em;
  }
  .webLink li:before {
    content: "·";
    font-size: 2em;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.25em;
    left: 0.1em;
    color: #666;
  }
  .webLink li a {
    padding: 0.2em 0px;
    display: block;
    text-decoration: none;
    color: #434e0d;
  }
  .webLink li a:hover, .webLink li a:focus-visible {
    color: #9e4d31;
    cursor: pointer;
  }
  .webLink li a:focus-visible {
    outline: #9e4d31 2px solid;
  }
  .info {
    margin: 1em 0;
  }
  .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
    color: #666;
  }
  .info ul li {
    margin: 1em 0.5em;
    padding: 0 0 0 0.8em;
    display: inline-block;
    position: relative;
  }
  .info ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #af5636;
    position: absolute;
    left: 0;
    top: 0.65em;
  }
  .rightBlock {
    display: flex;
    flex-wrap: wrap;
  }
  .rightBlock h3 {
    flex: 1 1 auto;
    border-left: solid 5px #af5636;
    padding-left: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .rightBlock h3 {
      flex: 1 1 100%;
    }
  }
  .rightBlock .formGrp {
    flex: 0 0 40%;
  }
  .rightBlock .formGrp label {
    display: none;
  }
  .rightBlock .formGrp select,
  .rightBlock .formGrp input {
    width: calc(100% - 6em);
  }
  @media screen and (max-width: 767px) {
    .rightBlock .formGrp {
      flex: 1 1 100%;
    }
  }
  .rightBlock2 {
    display: flex;
    justify-content: flex-end;
  }
  .rightBlock2 .formGrp {
    flex: 0 0 40%;
  }
  .rightBlock2 .formGrp label {
    display: block;
  }
  .rightBlock2 .formGrp select,
  .rightBlock2 .formGrp input {
    width: calc(100% - 10em);
  }
  @media screen and (max-width: 991px) {
    .rightBlock2 .formGrp {
      flex: 1 1 auto !important;
    }
  }
  .chief {
    margin: 3em 0 2em;
  }
  .pic2 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
  .pic2 ul li {
    flex: 0 1 50%;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .pic2 ul li {
      flex: 1 1 100%;
    }
  }
  .pic2 ul li img {
    width: 100%;
    max-width: 100% !important;
    max-height: 100%;
    padding: 1em 1em 0;
  }
  @media screen and (max-width: 767px) {
    .pic2 ul li img {
      padding: 1em 0em 0;
    }
  }
  .pic2 figcaption {
    font-size: 0.9375rem;
    line-height: 1.3em;
  }
  .pic3 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .pic3 ul li {
    flex: 0 1 80%;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .pic3 ul li {
      flex: 1 1 100%;
    }
  }
  .pic3 ul li img {
    width: 100%;
    max-width: 100% !important;
    max-height: 100%;
    padding: 1em 0.5em 0;
  }
  @media screen and (max-width: 767px) {
    .pic3 ul li img {
      padding: 1em 0em 0;
    }
  }
  .pic3 figcaption {
    font-size: 0.9375rem;
    line-height: 1.3em;
  }
  .int {
    background: #f9ebe5;
    padding: 0.5em 1em;
    border-radius: 6px;
    font-size: 0.938em;
    margin-bottom: 1em;
  }
  .int p {
    margin: 0;
  }
  .popupBox {
    padding: 1em 2em;
  }
  .popupBox h1.title,
  .popupBox h2.title {
    margin: 0.5em 0;
  }
  .popupBox ol,
  .popupBox ul {
    margin: 1em 0.8em 1em 2em;
    padding: 0;
  }
  .popupBox ol li,
  .popupBox ul li {
    margin: 0;
    padding: 0;
  }
  .popupBox p {
    margin: 1em 0.8em;
  }
  .popupBox .publishInfo {
    background: #eee;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .popupBox .publishInfo li {
    margin: 0;
  }
  .login p {
    margin: 1em;
  }
  .protect {
    text-align: right;
    padding: 1em;
  }
  .protect img {
    width: 100%;
    max-width: 300px !important;
  }
  .form_service .int {
    font-size: 1rem;
    margin: 1em 0;
    padding: 1em;
  }
  .searchbtn {
    min-width: 10em;
  }
  .f_download {
    margin: 2rem 0;
  }
  .f_download .col {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    border-radius: 10px;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.15);
  }
  @media screen and (max-width: 767px) {
    .f_download .col {
      flex-basis: calc(100% - 15px);
      max-width: calc(100% - 15px);
      margin-bottom: 2rem;
    }
  }
  .f_download .col:nth-child(1) {
    background: url(../images/f_download_bg1.png) no-repeat left top;
    background-size: auto 10em;
  }
  .f_download .col:nth-child(2) {
    background: url(../images/f_download_bg2.png) no-repeat left top;
    background-size: auto 9em;
  }
  .f_download h3 {
    border: none;
    padding: 0;
    color: #af5636;
    margin: 10rem 1rem 0.5rem;
  }
  .f_download ul {
    list-style: none;
    margin: 1rem 1rem 2rem;
    padding: 0;
  }
  .f_download ul li {
    position: relative;
  }
  .f_download ul li a {
    display: block;
    padding: 0.6rem 1.5rem 0.6rem 0.2rem;
    border-bottom: solid 1px #d3d3d3;
    font-weight: bold;
    color: #251f0c;
  }
  .f_download ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border: 2px solid #726025;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.3em;
    z-index: 1;
    position: absolute;
    right: 0.5rem;
    top: 1.1rem;
  }
  .f_download ul li a:hover, .f_download ul li a:focus-visible {
    color: #9e4d31;
  }
  .events .formGrp {
    flex-wrap: nowrap;
    display: flex;
  }
  @media screen and (max-width: 767px) {
    .events .formGrp {
      flex-wrap: wrap;
    }
  }
  .events .formGrp label {
    flex: 0 0 6em;
    margin: 0;
  }
  .events .formGrp select {
    flex: 1 1 auto;
  }
  @media screen and (max-width: 991px) {
    .events .formGrp select {
      flex: 1 1 calc(100% - 12em);
      max-width: 60%;
    }
  }
  @media screen and (max-width: 767px) {
    .events .formGrp select {
      flex: 1 1 calc(100% - 5em);
      max-width: 60%;
    }
  }
  .totalAmount {
    border-radius: 4px;
    background-color: #ececec;
    padding: 0.5em 1em;
    display: flex;
    justify-content: flex-end;
    font-size: 1.125rem;
    margin: 1em 0;
    font-weight: bold;
  }
  .totalAmount span {
    margin: 0 0.5em;
    display: inline-block;
    color: #d30000;
  }
  .hideDisabled label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .calendarTB {
    margin: 0 0 20px;
  }
  .calendarTB table {
    word-break: break-all;
    table-layout: fixed;
    margin-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .calendarTB table {
      border-bottom: none;
    }
  }
  .calendarTB table thead {
    margin-bottom: 5px;
  }
  .calendarTB table tbody {
    border-top: 1px solid #bcbcbc;
  }
  .calendarTB table tr {
    background-color: #fff;
  }
  .calendarTB table tr:hover {
    transition: 0.2s;
  }
  .calendarTB table th {
    background-color: #fff !important;
    border: 0px solid #f8f3e4;
    border-bottom: 1px solid #bcbcbc;
    color: #434e0d;
    padding: 1em 0;
    width: 10%;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
  }
  .calendarTB table th.weekend {
    background-color: #fff !important;
    color: #97928d;
  }
  .calendarTB table th:first-child {
    width: 5%;
    padding: 0;
  }
  .calendarTB table th:last-child {
    width: 5%;
    padding: 0;
  }
  .calendarTB table td {
    position: relative;
    border: 1px solid #bcbcbc;
    padding: 2px;
  }
  .calendarTB table td:first-child {
    border-left: none;
  }
  .calendarTB table td:last-child {
    border-right: none;
  }
  @media screen and (max-width: 767px) {
    .calendarTB table td {
      min-height: 65px;
      border: 1px solid #ddd;
      padding: 2px 7px 2px 5.5em !important;
    }
  }
  .calendarTB table td:before {
    position: absolute;
    width: 5.5em;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 5px;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    box-sizing: border-box;
  }
  .calendarTB table td.otherMonth .numDate {
    color: #d5d5d5;
  }
  @media screen and (max-width: 767px) {
    .calendarTB table td.otherMonth {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .calendarTB table td:first-child {
      display: none;
    }
    .calendarTB table td:last-child {
      display: none;
    }
  }
  .calendarTB table .numDate {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    margin: 1rem 0;
  }
  @media screen and (max-width: 767px) {
    .calendarTB table .numDate {
      position: absolute;
      text-align: center;
      right: 0;
      left: 0;
      top: 30px;
      width: 15%;
      border: none;
    }
  }
  .calendarTB .periodContent {
    margin: 0px 0 0;
    text-align: center;
  }
  .calendarTB .periodContent .applyPeriod {
    background: #f6f4f1;
    padding: 2em 0.5em;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin: 5px;
  }
  @media screen and (max-width: 767px) {
    .calendarTB .periodContent .applyPeriod {
      padding: 1em 0.5em;
    }
  }
  .calendarTB .periodContent .applyPeriod.disabled {
    background-color: #fff;
    color: #af5636;
    opacity: 1;
  }
  .calendarTB .periodContent .applyPeriod.disabled .time {
    border-bottom: 1px dotted rgb(255, 255, 255);
  }
  .calendarTB .periodContent .applyPeriod span {
    display: block;
  }
  .calendarTB .periodContent .applyPeriod .time {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .calendarTB .periodContent .applyPeriod .quota {
    font-size: 1.75rem;
    margin-bottom: 1em;
    line-height: 1.2em;
  }
  .calendarTB .periodContent .applyPeriod .quota em {
    font-style: normal;
    padding: 0 5px;
    font-size: 2.25rem;
    color: #af5636;
    font-weight: bold;
  }
  .calendarTB .periodContent .applyPeriod .btnGrp {
    padding: 0;
    margin-top: 5px;
    justify-content: center;
  }
  .calendarTB .periodContent .applyPeriod .btn {
    padding: 0.25em;
    font-size: 1.25rem;
    font-weight: bold;
  }
  @media screen and (max-width: 991px) {
    .calendarTB .periodContent .applyPeriod .btn {
      font-size: 1.125rem;
    }
  }
  .calendarTB .periodContent .applyPeriod .btn2 {
    padding: 0.45em 1em;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 2em;
    min-width: 8em;
  }
  @media screen and (max-width: 991px) {
    .calendarTB .periodContent .applyPeriod .btn2 {
      font-size: 1.125rem;
    }
  }
  .calendarTB .notopen {
    padding: 0 0.5em;
    margin: 5px 0 10px;
    color: #707070;
  }
  .calendarTB .prev,
  .calendarTB .next {
    font-size: 0;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
  }
  .calendarTB .prev:hover,
  .calendarTB .next:hover {
    opacity: 1;
  }
  .calendarTB .prev {
    background: #4c4c4c url(../images/icon/icon_arrow_left.svg) center no-repeat;
    background-size: 1.5rem;
    left: 0;
  }
  .calendarTB .next {
    background: #4c4c4c url(../images/icon/icon_arrow_right.svg) center no-repeat;
    background-size: 1.5rem;
    right: 0;
  }
  .serviceApply {
    background: #fff url(../images/paperbg01.png);
    padding: 1em 2em;
    margin-bottom: 1em;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .serviceApply {
      padding: 1em 15px;
    }
  }
  .serviceApply .title {
    text-align: center;
    font-size: 2em;
  }
  .serviceApply .dateSelect {
    font-size: 1.5rem;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .serviceApply .dateSelect {
      flex-wrap: wrap;
      padding: 0 1em;
      border: none;
    }
  }
  @media screen and (min-width: 768px) {
    .serviceApply .dateSelect .prev,
    .serviceApply .dateSelect .next {
      position: relative;
      display: none;
    }
  }
  .serviceApply .dateSelect .dateRange {
    margin: 0 10px;
  }
  .serviceApply .dateSelect .dateRange + .dateRange::before {
    content: "-";
    display: inline-block;
    margin-right: 20px;
  }
  @media screen and (max-width: 767px) {
    .serviceApply .dateSelect .dateRange + .dateRange {
      padding-top: 20px;
      position: relative;
    }
    .serviceApply .dateSelect .dateRange + .dateRange::before {
      position: absolute;
      top: -4px;
      left: 50%;
      margin-right: 0;
      transform: rotate(90deg);
    }
  }
  .serviceApply .dateSelect .dateRange span {
    color: #af5636;
    font-size: 1.5em;
    font-weight: bold;
  }
  .modal {
    border-radius: 10px;
  }
  .modal .modalTitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .listModal .applyList {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .listModal .applyList li {
    display: flex;
    padding: 0.8em 0;
    border-bottom: 1px dashed #ccc;
  }
  .listModal .applyList li:first-of-type {
    border-top: 1px dashed #ccc;
  }
  .listModal .applyList li span {
    display: block;
    margin: 0 1em;
  }
  .applyModal {
    width: 800px;
    max-width: 98%;
    padding: 30px 15px !important;
  }
  .orgChart {
    font-size: 1rem;
    overflow: hidden;
  }
  .orgChart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .orgChart ul {
      display: block;
    }
  }
  .orgChart ul li {
    position: relative;
    padding-top: 30px;
  }
  @media screen and (max-width: 767px) {
    .orgChart ul li {
      padding-top: 0;
    }
  }
  .orgChart ul li:before, .orgChart ul li:after {
    box-sizing: border-box;
  }
  .orgChart ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    min-height: 60px;
    background-color: #ececec;
    margin: 0 5px 30px;
    text-align: center;
    border-radius: 4px;
    color: #251f0c;
    transition: 0.3s;
  }
  .orgChart ul a:hover {
    filter: brightness(95%);
  }
  @media screen and (max-width: 767px) {
    .orgChart ul a {
      margin-bottom: 15px;
    }
  }
  .orgChart .administration > li > a,
  .orgChart .director > li > a {
    width: 30%;
    margin: 0 auto 30px;
    background-color: #d3a290;
  }
  @media screen and (max-width: 767px) {
    .orgChart .administration > li > a,
    .orgChart .director > li > a {
      width: 100%;
      margin-bottom: 15px;
    }
  }
  .orgChart .administration > li > a {
    position: relative;
  }
  .orgChart .administration > li > a:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 100%;
    width: 3px;
    height: 30px;
    background-color: #dbb3a5;
  }
  @media screen and (max-width: 767px) {
    .orgChart .administration > li > a:before {
      left: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .orgChart .director ul {
      padding-left: 30px;
    }
    .orgChart .director ul li:before {
      content: "";
      position: absolute;
      left: -15px;
      top: -15px;
      width: 3px;
      height: calc(100% + 15px);
      background-color: #8ec6c9;
    }
    .orgChart .director ul li:last-of-type:before {
      content: "";
      height: calc(50% + 15px);
    }
    .orgChart .director ul li a {
      position: relative;
    }
    .orgChart .director ul li a:before {
      content: "";
      position: absolute;
      top: calc(-50% - 30px);
      left: -20px;
      width: 20px;
      height: calc(100% + 30px);
      border-bottom: 3px solid #dbb3a5;
      box-sizing: border-box;
    }
  }
  .orgChart .director > li {
    margin-top: -30px;
  }
  @media screen and (max-width: 767px) {
    .orgChart .director > li {
      margin-top: 0;
    }
  }
  .orgChart .director > li > a {
    position: relative;
  }
  .orgChart .director > li > a:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 100%;
    width: 3px;
    height: 30px;
    background-color: #dbb3a5;
  }
  @media screen and (max-width: 767px) {
    .orgChart .director > li > a:before {
      content: none;
    }
  }
  .orgChart .subdirector {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .orgChart .subdirector:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 3px;
    height: 100%;
    background-color: #dbb3a5;
  }
  @media screen and (max-width: 767px) {
    .orgChart .subdirector:before {
      content: none;
    }
  }
  .orgChart .subdirector > li {
    flex-shrink: 1;
    flex-basis: calc(25% - 15px);
  }
  .orgChart .subdirector > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #dbb3a5;
  }
  @media screen and (min-width: 768px) {
    .orgChart .subdirector > li:nth-of-type(4n + 1):before {
      width: 50%;
      left: 50%;
    }
    .orgChart .subdirector > li:nth-of-type(4n + 1):last-of-type:before {
      width: calc(150% + 30px);
    }
    .orgChart .subdirector > li:nth-of-type(4n + 2) {
      margin-right: 30px;
    }
    .orgChart .subdirector > li:nth-of-type(4n + 2):before {
      width: calc(100% + 30px);
    }
    .orgChart .subdirector > li:nth-of-type(4n + 3) {
      margin-left: 30px;
    }
    .orgChart .subdirector > li:nth-of-type(4n + 3):before {
      width: calc(100% + 30px);
      left: -30px;
    }
    .orgChart .subdirector > li:nth-of-type(4n + 3):last-of-type:before {
      width: calc(50% + 30px);
    }
    .orgChart .subdirector > li:nth-of-type(4n):before {
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .orgChart .subdirector > li:last-of-type:before {
      height: calc(100% + 15px) !important;
    }
  }
  .orgChart .subdirector > li a {
    position: relative;
  }
  .orgChart .subdirector > li a:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 50%;
    height: 30px;
    border-right: 3px dotted #dbb3a5;
  }
  @media screen and (max-width: 767px) {
    .orgChart .subdirector > li a:before {
      border-right: none;
      border-bottom: 3px dotted #dbb3a5 !important;
    }
  }
  .orgChart .subdirector > li a {
    background-color: #655d51;
  }
  .orgChart .subdirector > li .inner {
    margin-top: -30px;
  }
  @media screen and (max-width: 767px) {
    .orgChart .subdirector > li .inner {
      margin-top: 0;
    }
  }
  .orgChart .subdirector > li .inner > li {
    flex-grow: 1;
  }
  .orgChart .department {
    position: relative;
  }
  .orgChart .department > li {
    flex: 1 1 10%;
  }
  .orgChart .department > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dbb3a5;
  }
  @media screen and (min-width: 768px) {
    .orgChart .department > li:first-of-type:before, .orgChart .department > li:last-of-type:before {
      width: 50%;
    }
    .orgChart .department > li:first-of-type::before {
      left: auto;
      right: 0;
    }
  }
  .orgChart .department > li > a {
    position: relative;
  }
  .orgChart .department > li > a:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    height: 30px;
    width: 50%;
    border-left: 3px solid #dbb3a5;
  }
  .orgChart .department > li > a {
    background-color: #73b9bc;
  }
  .orgChart .department li.mission > a:before {
    border-left: 3px dotted #dbb3a5;
  }
  .orgChart .department li.mission a {
    background-color: #b3d9da;
  }
  @media screen and (max-width: 767px) {
    .orgChart .department li.mission a:before {
      border-bottom-style: dotted;
      border-left: 0;
    }
  }
  .orgChart .section {
    flex-direction: column;
  }
  .orgChart .section:last-of-type {
    float: left;
    width: 100%;
  }
  .orgChart .section > li {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .orgChart .section > li {
      padding: 0;
    }
  }
  .orgChart .section > li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 15px;
    height: calc(100% + 10px);
    border-left: 3px solid #dbb3a5;
  }
  .orgChart .section > li:first-of-type:before {
    height: calc(100% + 30px);
    top: -30px;
  }
  @media screen and (max-width: 767px) {
    .orgChart .section > li:first-of-type:before {
      height: calc(100% + 15px);
      top: -15px;
    }
  }
  .orgChart .section > li:last-of-type:before {
    height: calc(50% + 30px);
    top: -30px;
  }
  @media screen and (max-width: 767px) {
    .orgChart .section > li:last-of-type:before {
      height: calc(100% + 15px);
      top: -15px;
    }
  }
  .orgChart .section > li > a {
    min-height: 76px;
    margin-bottom: 0;
    background-color: #b3d9da;
    font-size: 0.938em;
    position: relative;
  }
  .orgChart .section > li > a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 50%;
    top: -3px;
    left: -15px;
    border-bottom: 3px dotted #dbb3a5 !important;
  }
  .startime {
    display: block;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    .startime {
      display: inline-block;
      font-size: 1.125em;
      font-weight: bold;
      margin-top: 1em;
      margin-left: 1em;
    }
  }
  .endtime {
    display: block;
    position: relative;
    padding-top: 2em;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    .endtime {
      padding-top: 0;
      display: inline-block;
      font-size: 1.125em;
      font-weight: bold;
    }
  }
  .endtime:before {
    content: "---";
    transform: rotate(90deg);
    position: absolute;
    left: 0.65em;
    top: 0.25em;
    letter-spacing: -2px;
  }
  @media screen and (max-width: 767px) {
    .endtime:before {
      content: " ~ ";
      transform: rotate(0deg);
      position: static;
    }
  }
  .form_apply {
    background: #fff;
    border-radius: 10px;
    padding: 1em 2em;
    margin-bottom: 1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width: 767px) {
    .form_apply {
      padding: 1em;
    }
  }
  .form_apply .checkGrp {
    margin: 1em 0;
  }
  .form_apply .checkGrp a {
    margin: 0 0.5em;
  }
  .msgtxt {
    text-align: center;
    font-size: 2em;
    padding: 2em 1em 4em;
  }
  .msgtxt p {
    line-height: 1.6em;
  }
  .splist {
    margin: 0 0.5em 2em;
  }
  .splist > ul,
  .splist ol {
    list-style-type: none;
    padding: 0;
    border-top: 2px solid #af5636;
  }
  .splist > ul > li,
  .splist ol > li {
    padding: 0.75em 0 0.5em;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .splist > ul > li > a,
  .splist ol > li > a {
    display: inline-block;
    position: relative;
    line-height: 1.45em;
    color: #251f0c;
  }
  .splist > ul > li > a:hover,
  .splist ol > li > a:hover {
    color: #9e4d31;
  }
  .splist > ul > li .title,
  .splist ol > li .title {
    text-align: center;
    background: #dde16a;
    flex: 0 0 6em;
    margin-right: 1em;
    padding: 0.5em;
    border-radius: 6px;
    position: relative;
  }
  .splist > ul > li .title:after,
  .splist ol > li .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #dde16a;
    position: absolute;
    top: 0.8em;
    right: -8px;
  }
  .splist > ul > li .txt,
  .splist ol > li .txt {
    flex: 1 1 calc(100% - 8em);
    padding: 0.5em;
  }
  .splist > ul > li .file,
  .splist ol > li .file {
    color: #fff;
    font-weight: bold;
    padding: 0 0.8em;
    border-radius: 2em;
    background: #007f85;
    font-size: 0.875em;
    font-style: normal;
    margin: 0 3px;
  }
  .navBarSelect {
    margin: 0 auto;
    padding: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .navBarSelect {
      padding: 0 20px 1em 10px;
    }
  }
  .navBarSelect label {
    font-size: 0;
    display: none;
  }
  @media screen and (min-width: 992px) {
    .navBarSelect {
      display: none;
    }
  }
}
.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, .colorA a.goCenter:focus-visible {
  background: #35ae35;
}
.colorA .no-js noscript {
  border-color: #298729;
}
.colorA .no-js noscript a {
  color: #298729;
}
.colorA .no-js noscript a:hover, .colorA .no-js noscript a:focus-visible {
  color: #257a25;
}
.colorA .gs-result .gs-title,
.colorA .gs-result .gs-title * {
  color: #298729 !important;
}
.colorA .gs-webResult div.gs-visibleUrl {
  color: #dde16a !important;
}
.colorA .gsc-search-button-v2,
.colorA .gsc-search-button-v2:hover,
.colorA .gsc-search-button-v2:focus {
  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, .colorA .btnPrimary:focus-visible {
  background: #1d601d;
  border-color: #298729;
}
.colorA .btnSecondary {
  color: #174c17;
  border-color: #298729;
}
.colorA .btnSecondary:hover, .colorA .btnSecondary:focus-visible {
  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 button:focus-visible,
.colorA div.function ul li a:hover,
.colorA div.function ul li a:focus-visible {
  background: #257a25;
  border-color: #257a25;
}
.colorA .language ul li a {
  color: #fff;
}
.colorA .language ul li a:hover, .colorA .language ul li a:focus-visible {
  background: #298729;
  border-inline: #257a25 2px solid;
}
.colorA .fatFooter .btnFatFooter {
  background: #298729;
}
.colorA .fatFooter .btnFatFooter:hover, .colorA .fatFooter .btnFatFooter:focus {
  background: #1d601d;
}
.colorA .fatFooter nav > ul > li > a {
  color: #298729;
}
.colorA footer a {
  color: #298729;
}
.colorA footer a:hover, .colorA footer a:focus-visible {
  color: #1d601d;
}
.colorA footer .footerLink li a {
  color: #fff;
  background: #298729;
}
.colorA footer .footerLink li a:hover, .colorA footer .footerLink li a:focus-visible {
  background: #1d601d;
}
.colorA footer .update em,
.colorA footer .counter em {
  color: #298729;
}
.colorA footer .footerIcon a:focus-visible:after {
  box-shadow: 0px 0px 0px 1px #257a25 inset;
}
.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: #251f0c;
}
.colorA .mainMenu > ul > li > a:focus-visible {
  box-shadow: 0 0 0 2px inset #257a25;
}
.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, .colorA .mainMenu ul li ul li a:focus-visible {
  color: #fff;
  background: #257a25;
}
.colorA .mainMenu ul li ul li.hasChild > a:hover, .colorA .mainMenu ul li ul li.hasChild > a:focus-visible {
  background: #298729;
}
.colorA .modal h2 {
  border-color: #298729;
}
.colorA .pagination span {
  color: #298729;
}
.colorA .pagination .page li a:hover, .colorA .pagination .page li a:focus-visible {
  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:focus-visible {
  box-shadow: 0 0px 0px 2px #3e933e inset;
}
.colorA .tabSet .tabItems button.active {
  background: #298729;
}
.colorA .tabContent a:focus {
  box-shadow: 0 0px 0px 2px #3e933e inset;
}
@media screen and (max-width: 767px) {
  .colorA .tabContent a:focus {
    box-shadow: none;
  }
}
.colorA .cp a {
  color: #298729;
}
.colorA .cp a:hover, .colorA .cp a:focus-visible {
  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 .leftBlock .banner .item a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px #2f9b2f inset;
}
.colorA a.more {
  color: #298729;
  border-color: #298729;
}
.colorA a.more:before {
  background: #298729;
}
.colorA .adSlider .imgContainer:focus-visible:before {
  box-shadow: 0 0px 0px 3px #298729 inset;
}
.colorA .cascading li a {
  border-color: #298729;
}
.colorA .cascading li a:hover, .colorA .cascading li a:focus-visible {
  color: #298729;
}
.colorA .submenu li a:hover, .colorA .submenu li a:focus-visible {
  border-color: #257a25;
  color: #257a25;
}
.colorA button:focus-visible,
.colorA input[type=text]:focus-visible,
.colorA input[type=reset]:focus-visible,
.colorA input[type=file]:focus-visible,
.colorA input[type=tel]:focus-visible,
.colorA input[type=email]:focus-visible,
.colorA input[type=password]:focus-visible,
.colorA textarea:focus-visible,
.colorA select:focus-visible {
  border-color: #2f9b2f;
  box-shadow: 0px 0px 0px 2px #2f9b2f;
}
.colorA input[type=checkbox]:checked,
.colorA input[type=checkbox]:focus,
.colorA input[type=radio]:checked,
.colorA input[type=radio]:focus {
  border-color: #298729;
  background-color: #298729;
  outline: none;
}
.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: #251f0c;
}
.colorA .tabContent a:hover {
  color: #113911;
}
.colorA .breadcrumb a {
  color: #251f0c;
}
.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, .colorB a.goCenter:focus-visible {
  background: #da4444;
}
.colorB .no-js noscript {
  border-color: #c32727;
}
.colorB .no-js noscript a {
  color: #c32727;
}
.colorB .no-js noscript a:hover, .colorB .no-js noscript a:focus-visible {
  color: #0094e0;
}
.colorB .gs-result .gs-title,
.colorB .gs-result .gs-title * {
  color: #c32727 !important;
}
.colorB .gs-webResult div.gs-visibleUrl {
  color: #dde16a !important;
}
.colorB .gsc-search-button-v2,
.colorB .gsc-search-button-v2:hover,
.colorB .gsc-search-button-v2:focus {
  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, .colorB .btnPrimary:focus-visible {
  background: #991f1f;
  border-color: #c32727;
}
.colorB .btnSecondary {
  color: #831a1a;
  border-color: #c32727;
}
.colorB .btnSecondary:hover, .colorB .btnSecondary:focus-visible {
  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 button:focus-visible,
.colorB div.function ul li a:hover,
.colorB div.function ul li a:focus-visible {
  background: #0094e0;
  border-color: #0094e0;
}
.colorB .language ul li a {
  color: #fff;
}
.colorB .language ul li a:hover, .colorB .language ul li a:focus-visible {
  background: #c32727;
  border-inline: #0094e0 2px solid;
}
.colorB .fatFooter .btnFatFooter {
  background: #c32727;
}
.colorB .fatFooter .btnFatFooter:hover, .colorB .fatFooter .btnFatFooter:focus {
  background: #991f1f;
}
.colorB .fatFooter nav > ul > li > a {
  color: #c32727;
}
.colorB footer a {
  color: #c32727;
}
.colorB footer a:hover, .colorB footer a:focus-visible {
  color: #991f1f;
}
.colorB footer .footerLink li a {
  color: #fff;
  background: #c32727;
}
.colorB footer .footerLink li a:hover, .colorB footer .footerLink li a:focus-visible {
  background: #991f1f;
}
.colorB footer .update em,
.colorB footer .counter em {
  color: #c32727;
}
.colorB footer .footerIcon a:focus-visible:after {
  box-shadow: 0px 0px 0px 1px #0094e0 inset;
}
.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: #251f0c;
}
.colorB .mainMenu > ul > li > a:focus-visible {
  box-shadow: 0 0 0 2px inset #0094e0;
}
.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, .colorB .mainMenu ul li ul li a:focus-visible {
  color: #fff;
  background: #0094e0;
}
.colorB .mainMenu ul li ul li.hasChild > a:hover, .colorB .mainMenu ul li ul li.hasChild > a:focus-visible {
  background: #c32727;
}
.colorB .modal h2 {
  border-color: #c32727;
}
.colorB .pagination span {
  color: #c32727;
}
.colorB .pagination .page li a:hover, .colorB .pagination .page li a:focus-visible {
  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:focus-visible {
  box-shadow: 0 0px 0px 2px #1aadfa inset;
}
.colorB .tabSet .tabItems button.active {
  background: #c32727;
}
.colorB .tabContent a:focus {
  box-shadow: 0 0px 0px 2px #1aadfa inset;
}
@media screen and (max-width: 767px) {
  .colorB .tabContent a:focus {
    box-shadow: none;
  }
}
.colorB .cp a {
  color: #c32727;
}
.colorB .cp a:hover, .colorB .cp a:focus-visible {
  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 .leftBlock .banner .item a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px #d52e2e inset;
}
.colorB a.more {
  color: #c32727;
  border-color: #c32727;
}
.colorB a.more:before {
  background: #c32727;
}
.colorB .adSlider .imgContainer:focus-visible:before {
  box-shadow: 0 0px 0px 3px #c32727 inset;
}
.colorB .cascading li a {
  border-color: #c32727;
}
.colorB .cascading li a:hover, .colorB .cascading li a:focus-visible {
  color: #c32727;
}
.colorB .submenu li a:hover, .colorB .submenu li a:focus-visible {
  border-color: #0094e0;
  color: #0094e0;
}
.colorB button:focus-visible,
.colorB input[type=text]:focus-visible,
.colorB input[type=reset]:focus-visible,
.colorB input[type=file]:focus-visible,
.colorB input[type=tel]:focus-visible,
.colorB input[type=email]:focus-visible,
.colorB input[type=password]:focus-visible,
.colorB textarea:focus-visible,
.colorB select:focus-visible {
  border-color: #d52e2e;
  box-shadow: 0px 0px 0px 2px #d52e2e;
}
.colorB input[type=checkbox]:checked,
.colorB input[type=checkbox]:focus,
.colorB input[type=radio]:checked,
.colorB input[type=radio]:focus {
  border-color: #c32727;
  background-color: #c32727;
  outline: none;
}
.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: #251f0c;
}
.colorB .tabContent a:hover {
  color: #6e1616;
}
.colorB .breadcrumb a {
  color: #251f0c;
}
.colorB .breadcrumb a:hover {
  color: #6e1616;
}

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatFooter,
  footer,
  .accessKey,
  .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 */