@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: #ccc;
}

/* 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;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  .demoSection2 {
    padding: 0em 0 3em;
    text-align: center;
  }
  .demoSection2 [class^=col] {
    border: 1px solid #0066cc;
    background: rgb(102, 178.5, 255);
    min-height: 200px;
    color: rgb(21.25, 21.25, 21.25);
    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: #8cffba;
  }
  .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;
  }
  .flexSet .col p {
    color: rgba(255, 255, 255, 0.5);
  }
  .flexEqual_2 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_2 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  .flexEqual_2 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_2 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_2 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_2 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_3 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_3 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_3 .flexSet .col {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .col:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  .flexEqual_3 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_3 .flexSet .thumbnail {
      flex-basis: calc(100% / 3 - 4px);
      max-width: calc(100% / 3 - 4px);
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-1) {
      margin-right: calc((100% / 3 - 4px) * 1 + 4px * 3 * 1 / (3 - 1));
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n) {
      margin-right: 0;
    }
    .flexEqual_3 .flexSet .thumbnail:last-child:nth-child(3n-2) {
      margin-right: calc((100% / 3 - 4px) * 2 + 4px * 3 * 2 / (3 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_3 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_4 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_4 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_4 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  .flexEqual_4 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_4 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_4 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_4 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .flexEqual_5 .flexSet .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_5 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_5 .flexSet .col {
      flex-basis: calc(100% / 5 - 4px);
      max-width: calc(100% / 5 - 4px);
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-1) {
      margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-2) {
      margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-3) {
      margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .col:last-child:nth-child(5n-4) {
      margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
    }
  }
  .flexEqual_5 .flexSet .thumbnail {
    margin-bottom: 30px;
  }
  @media (min-width: 320px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 4 - 4px);
      max-width: calc(100% / 4 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-1) {
      margin-right: calc((100% / 4 - 4px) * 1 + 4px * 4 * 1 / (4 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-2) {
      margin-right: calc((100% / 4 - 4px) * 2 + 4px * 4 * 2 / (4 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(4n-3) {
      margin-right: calc((100% / 4 - 4px) * 3 + 4px * 4 * 3 / (4 - 1));
    }
  }
  @media (min-width: 1400px) {
    .flexEqual_5 .flexSet .thumbnail {
      flex-basis: calc(100% / 5 - 4px);
      max-width: calc(100% / 5 - 4px);
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-1) {
      margin-right: calc((100% / 5 - 4px) * 1 + 4px * 5 * 1 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-2) {
      margin-right: calc((100% / 5 - 4px) * 2 + 4px * 5 * 2 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-3) {
      margin-right: calc((100% / 5 - 4px) * 3 + 4px * 5 * 3 / (5 - 1));
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n) {
      margin-right: 0;
    }
    .flexEqual_5 .flexSet .thumbnail:last-child:nth-child(5n-4) {
      margin-right: calc((100% / 5 - 4px) * 4 + 4px * 5 * 4 / (5 - 1));
    }
  }
  @media screen and (max-width: 767px) {
    .flexEqual_5 .flexSet .thumbnail {
      justify-content: center;
    }
  }
  .full .container {
    padding: 0;
    max-width: 100%;
  }
  .flex_3_6_3 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 12 - 4px);
      max-width: calc(8.3333333333% * 12 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_3_6_3 .col {
      flex-basis: calc(8.3333333333% * 3 - 4px);
      max-width: calc(8.3333333333% * 3 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 4px);
      max-width: calc(8.3333333333% * 12 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_3_6_3 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  .flex_8_4 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_8_4 .col {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_8_4 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  .flex_4_8 .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media (min-width: 320px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_4_8 .col {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 320px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 6 - 4px);
      max-width: calc(8.3333333333% * 6 - 4px);
    }
  }
  @media (min-width: 992px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .flex_4_8 .col:nth-child(2) {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  .mixEqual_2 .flexSet .col {
    padding: 1em;
  }
  @media (min-width: 320px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 1 - 0px);
      max-width: calc(100% / 1 - 0px);
    }
    .mixEqual_2 .flexSet .col:last-child {
      margin-right: 0;
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .flexSet .col {
      flex-basis: calc(100% / 2 - 4px);
      max-width: calc(100% / 2 - 4px);
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-1) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-2) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-3) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-4) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-5) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-6) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-7) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-8) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-9) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-10) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-11) {
      margin-right: 0;
    }
    .mixEqual_2 .flexSet .col:last-child:nth-child(12n-12) {
      margin-right: 0;
    }
  }
  .mixEqual_2 .flexSet .col h3 {
    margin: 10px 0;
  }
  @media (min-width: 320px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .inner_4_8 div {
      flex-basis: calc(8.3333333333% * 4 - 4px);
      max-width: calc(8.3333333333% * 4 - 4px);
    }
  }
  @media (min-width: 320px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 12 - 0px);
      max-width: calc(8.3333333333% * 12 - 0px);
    }
  }
  @media (min-width: 768px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 992px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  @media (min-width: 1400px) {
    .mixEqual_2 .inner_4_8 div:last-child {
      flex-basis: calc(8.3333333333% * 8 - 4px);
      max-width: calc(8.3333333333% * 8 - 4px);
    }
  }
  .cp {
    font-size: 1.0666666em;
    line-height: 1.65em;
  }
  @media screen and (max-width: 575px) {
    .cp {
      font-size: 1.2em;
    }
  }
  .cp h1 {
    font-size: 2em;
  }
  .cp h2 {
    font-size: 1.75em;
    margin-bottom: 1.25em;
  }
  .cp h3 {
    font-size: 1.5em;
  }
  .cp h4 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h5 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h6 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp p {
    font-size: 1em;
    line-height: 1.85em;
    margin-top: 0;
  }
  .cp ul,
  .cp ol {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .cp ul li,
  .cp ol li {
    margin-bottom: 0.5em;
  }
  .cp dd,
  .cp th,
  .cp td figure {
    font-size: 1em;
  }
  .cp blockquote {
    background: #f1f1f1;
    font-style: normal;
    display: block;
    font-size: 1em;
    border-left: 5px solid #008C38;
    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: rgb(25.5, 173.1, 249.6) 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: #222;
    font-size: 1em;
  }
  @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: #008C38;
    color: #fff;
    text-decoration: none;
    z-index: 999999999999;
    opacity: 0;
    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: rgb(0, 191, 76.4);
    top: 0;
    opacity: 1;
    box-shadow: none;
    color: #fff;
  }
  .no-js noscript {
    display: block;
    padding: 0.5em;
    border: 2px solid #008C38;
    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: #008C38;
  }
  .no-js noscript a:hover, .no-js noscript a:focus-visible {
    color: rgb(0, 147.6, 224.1);
  }
  .no-js .mpSlider .imgContainer {
    display: none;
  }
  .no-js .mpSlider .imgContainer img {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       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 {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .no-js img.lazy {
    display: none;
  }
  .no-js img.lazy + noscript img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body {
    font-size: 1em;
    font-weight: normal;
    color: #222;
    line-height: 1.45em;
    font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
    -webkit-text-size-adjust: none;
  }
  body.smallSize {
    font-size: 0.938em;
  }
  body.largeSize {
    font-size: 1.125em;
  }
  a {
    text-decoration: none;
    color: #00a4f9;
  }
  a:hover, a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 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: rgb(0, 147.6, 224.1);
    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;
  }
  .fontSize.typeB::before {
    display: none;
  }
  .fontSize.typeB > button {
    text-indent: -9999px;
    color: transparent;
    width: 50px;
    aspect-ratio: 1/1;
    position: relative;
  }
  .fontSize.typeB > button::before {
    width: 100%;
    aspect-ratio: 1/1;
    content: "Aa";
    text-indent: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    inset: 0;
    line-height: 50px;
    z-index: 2;
    display: block;
  }
  .fontSize.typeB ul {
    background: #444;
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fontSize.typeB ul li {
    margin: 0 auto;
  }
  .fontSize.typeB ul li button {
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    transition: 0.3s ease-out;
  }
  .fontSize.typeB ul li button.active {
    background: rgb(0, 147.6, 224.1);
    color: #fff;
    box-shadow: none;
  }
  .fontSize.typeB ul li button:hover, .fontSize.typeB ul li button:focus-visible {
    background: #008C38;
    border-inline: rgb(0, 147.6, 224.1) 2px solid;
  }
  .language {
    font-weight: bold;
    font-size: 0.75em;
    width: 140px;
    z-index: 9999;
    position: relative;
    align-items: center;
  }
  .language button, .language > a {
    text-align: left;
    display: block;
    background: #555;
    box-sizing: border-box;
    color: #fff;
    padding: 0.2em 1em;
    position: relative;
    transition: 0.3s ease-out;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    margin: 0;
    width: 100%;
  }
  .language button:after, .language > a:after {
    position: absolute;
    right: 0.8em;
    top: 1em;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
  }
  .language button:before, .language > a:before {
    position: absolute;
    width: 1px;
    height: 1.6em;
    right: 2em;
    top: 0.4em;
    content: "";
    border-left: 1px solid #ddd;
  }
  .language ul {
    background: #444;
    padding: 1em 1.5em;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .language ul li {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
  }
  .language ul li a {
    display: block;
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1em;
    transition: 0.3s ease-out;
  }
  .language ul li a:hover, .language ul li a:focus-visible {
    background: #008C38;
    border-inline: rgb(0, 147.6, 224.1) 2px solid;
  }
  @media screen and (min-width: 767px) {
    .language.typeB {
      width: auto;
    }
    .language.typeB > button, .language.typeB > a {
      text-indent: -9999px;
      color: transparent;
      width: 50px;
      aspect-ratio: 1/1;
      position: relative;
      background: none;
      padding: 0;
      border: none;
    }
    .language.typeB > button::before, .language.typeB > a::before {
      content: "";
      width: 100%;
      height: auto;
      position: absolute;
      inset: 0;
      z-index: 2;
      aspect-ratio: 1/1;
      display: block;
      -webkit-mask: url("../images/icon/icon_global2.svg") center no-repeat;
              mask: url("../images/icon/icon_global2.svg") center no-repeat;
      -webkit-mask-size: 40%;
              mask-size: 40%;
      background: #fff;
      pointer-events: none;
    }
    .language.typeB > button::after, .language.typeB > a::after {
      display: none;
    }
    .language.typeB ul {
      width: 100px;
      left: 50%;
      text-align: center;
      transform: translateX(-50%);
    }
    .language.typeB ul li a {
      padding: 5px;
    }
  }
  .header .container > .webSearchBtn {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .header .container > .webSearchBtn {
      display: block;
    }
  }
  .header .container .navigation .webSearchBtn {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .header .container .navigation .webSearchBtn {
      display: none;
    }
  }
  .webSearchBtn {
    position: relative;
  }
  .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;
    -webkit-mask: url("../images/icon/icon_search2.svg") center no-repeat;
            mask: url("../images/icon/icon_search2.svg") center no-repeat;
    -webkit-mask-size: 40%;
            mask-size: 40%;
    background: #fff;
  }
  .webSearch {
    vertical-align: top;
    font-size: 0.938em;
    margin: 1em 0.5em;
    box-sizing: border-box;
  }
  @media screen and (min-width: 767px) {
    .webSearch:not(.typeB) {
      display: block !important;
    }
  }
  .webSearch:not(.typeB) .webSearchBtn {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      width: 100% !important;
    }
  }
  .webSearch .content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .webSearch.active {
    display: flex;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    background: #444;
  }
  .webSearch.active label {
    display: none;
  }
  .webSearch.active .formGrp {
    display: flex;
    flex-grow: 1;
  }
  .webSearch.active .formGrp input {
    flex-grow: 1;
  }
  .webSearch.active .keywordHot ul a {
    color: #fff;
  }
  .webSearch label {
    font-size: 0em;
  }
  .webSearch .formGrp {
    flex: 0 0 auto;
    margin: 0 0 0.5em;
  }
  .webSearch .formGrp input {
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.5em;
    box-shadow: none;
    width: auto;
  }
  .webSearch .formGrp input[type=submit] {
    min-width: auto;
    padding: 0.2em 0.8em;
  }
  .webSearch .formGrp input:focus-visible {
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .webSearch .formGrp button,
  .webSearch .formGrp .btn,
  .webSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.2em 0.8em;
    margin: 0;
  }
  .webSearch .formGrp button:hover, .webSearch .formGrp button:focus-visible,
  .webSearch .formGrp .btn:hover,
  .webSearch .formGrp .btn:focus-visible,
  .webSearch .formGrp .btnSearch:hover,
  .webSearch .formGrp .btnSearch:focus-visible {
    box-shadow: none;
  }
  .webSearch .btnGrp {
    flex: 0 0 auto;
    padding: 0 0 0 0.5em;
    margin: 0 0 0.5em;
  }
  .webSearch .btnGrp button,
  .webSearch .btnGrp .btn,
  .webSearch .btnGrp .btnSearch {
    min-width: auto;
    padding: 0.2em 0.8em;
    margin: 0;
  }
  .webSearch .btnGrp button:hover, .webSearch .btnGrp 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;
    justify-content: flex-end;
    list-style-type: none;
  }
  .webSearch .keywordHot ul li {
    margin: 0;
    padding: 0 0.5em;
    flex: 0 0 auto;
  }
  .webSearch .keywordHot ul a {
    text-decoration: none;
    color: #222;
  }
  .webSearch .keywordHot ul a:hover, .webSearch .keywordHot ul a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .webSearch .keywordHot ul a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  @media screen and (max-width: 767px) {
    .webSearch {
      display: none;
      width: 100% !important;
      left: 0;
      right: 0;
      margin: 0;
    }
    .webSearch .content {
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      background: #444;
    }
    .webSearch .formGrp {
      display: flex;
      flex-grow: 1;
    }
    .webSearch .formGrp input {
      flex-grow: 1;
      margin: 0;
      margin-right: 8px;
    }
    .webSearch .keywordHot ul a {
      color: #fff;
    }
  }
  .webSearchBg {
    position: fixed;
    inset: 0;
    z-index: 91;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s linear;
  }
  .webSearchBg.active {
    transform: translateY(0%);
    opacity: 1;
  }
  .mobileSearch {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 0.8em 0.3em;
    display: block;
    height: auto;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 98;
    background: #333;
    transform: translateY(-100%);
    opacity: 0;
    margin: 0;
    transition: all 0.3s linear;
  }
  .mobileSearch.active {
    transform: translateY(0%);
    opacity: 1;
  }
  .mobileSearch label {
    font-size: 0em;
    line-height: 0;
  }
  .mobileSearch .formGrp {
    display: flex;
    align-items: center;
  }
  .mobileSearch .formGrp label {
    display: none;
    flex: 0 0 0%;
  }
  .mobileSearch .formGrp input {
    margin: 0.5em;
    padding: 0.5em;
    flex: 1 1 50%;
    max-width: 70%;
  }
  .mobileSearch .formGrp input[type=submit] {
    flex: 0 1 15%;
    margin: 0.5em;
  }
  .mobileSearch .formGrp .btn,
  .mobileSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.5em 0.8em;
    margin: 0;
    flex: 1 1 20%;
    max-width: 25%;
  }
  .mobileSearch .formGrp .btn:hover, .mobileSearch .formGrp .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: rgb(20.1, 174.813253012, 255);
  }
  .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: rgb(20.1, 174.813253012, 255);
  }
  .webSearch.typeB {
    position: absolute;
    top: 90px;
    right: 15px;
    display: none;
    width: 40%;
    margin: 0;
    z-index: 100;
  }
  @media screen and (max-width: 767px) {
    .webSearch.typeB {
      top: 60px;
      right: 0;
    }
  }
  .webSearch.typeB .content {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #444;
  }
  .webSearch.typeB .formGrp {
    display: flex;
    flex-grow: 1;
  }
  .webSearch.typeB .formGrp input {
    flex-grow: 1;
    margin: 0;
    margin-right: 8px;
  }
  .webSearch.typeB .keywordHot ul a {
    color: #fff;
  }
  @media screen and (max-width: 991px) {
    .webSearch.typeB.active {
      display: block;
      width: 100%;
      padding: 0;
    }
  }
  .mobileSearchBtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    color: transparent;
    width: 60px;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
    border: none;
    display: none;
  }
  @media screen and (max-width: 767px) {
    .mobileSearchBtn {
      display: block;
    }
  }
  .mobileSearchBtn::before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
    aspect-ratio: 1/1;
    display: block;
    -webkit-mask: url("../images/icon/icon_search2.svg") center no-repeat;
            mask: url("../images/icon/icon_search2.svg") center no-repeat;
    -webkit-mask-size: 40%;
            mask-size: 40%;
    background: #008C38;
  }
  .btnGrp {
    text-align: center;
    padding: 1em 0;
  }
  .btn {
    font-size: 1em;
    touch-action: manipulation;
    background-image: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    line-height: normal;
    width: auto;
    padding: 0.5em 1.25em;
    min-width: 4em;
  }
  .btn i {
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
  .btn {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #222;
    text-shadow: none;
  }
  .btn:hover {
    background: rgb(198.5, 198.5, 198.5);
    border: 1px solid #adadad;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn:focus-visible {
    background: rgb(198.5, 198.5, 198.5);
    border: 1px solid #adadad;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btn.active {
    background: rgb(236.75, 236.75, 236.75);
    cursor: pointer;
  }
  .btn:hover, .btn:focus-visible {
    color: #222;
    outline: none;
  }
  .btnGreen {
    background: #298729;
    border: 1px solid #298729;
    color: #fff;
  }
  .btnGreen:hover {
    background: rgb(29.1193181818, 95.8806818182, 29.1193181818);
    border: 1px solid rgb(17.2386363636, 56.7613636364, 17.2386363636);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnGreen:focus-visible {
    background: rgb(29.1193181818, 95.8806818182, 29.1193181818);
    border: 1px solid rgb(17.2386363636, 56.7613636364, 17.2386363636);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnGreen.active {
    background: rgb(46.9403409091, 154.5596590909, 46.9403409091);
    cursor: pointer;
  }
  .btnBlue {
    background: #0066cc;
    border: 1px solid #0066cc;
    color: #fff;
  }
  .btnBlue:hover {
    background: rgb(0, 76.5, 153);
    border: 1px solid #003366;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnBlue:focus-visible {
    background: rgb(0, 76.5, 153);
    border: 1px solid #003366;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnBlue.active {
    background: rgb(0, 114.75, 229.5);
    cursor: pointer;
  }
  .btnYellow {
    background: rgb(254.1007905138, 198.3498023715, 28.3992094862);
    border: 1px solid rgb(254.1007905138, 198.3498023715, 28.3992094862);
    color: #333;
  }
  .btnYellow:hover {
    background: rgb(230.5849802372, 173.8537549407, 0.9150197628);
    border: 1px solid rgb(179.7865612648, 135.5533596838, 0.7134387352);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnYellow:focus-visible {
    background: rgb(230.5849802372, 173.8537549407, 0.9150197628);
    border: 1px solid rgb(179.7865612648, 135.5533596838, 0.7134387352);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnYellow.active {
    background: rgb(254.2015810277, 204.6996047431, 53.7984189723);
    cursor: pointer;
  }
  .btnOrange {
    background: #d04500;
    border: 1px solid #d04500;
    color: #fff;
  }
  .btnOrange:hover {
    background: rgb(157, 52.0817307692, 0);
    border: 1px solid rgb(106, 35.1634615385, 0);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnOrange:focus-visible {
    background: rgb(157, 52.0817307692, 0);
    border: 1px solid rgb(106, 35.1634615385, 0);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnOrange.active {
    background: rgb(233.5, 77.4591346154, 0);
    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 rgb(25.5, 173.1, 249.6);
  }
  .btnRed.active {
    background: rgb(236.5, 0, 0);
    cursor: pointer;
  }
  .btnPurple {
    background: rgb(140.1315789474, 36.2006578947, 141.2993421053);
    border: 1px solid rgb(140.1315789474, 36.2006578947, 141.2993421053);
    color: #fff;
  }
  .btnPurple:hover {
    background: rgb(99.8684210526, 25.7993421053, 100.7006578947);
    border: 1px solid rgb(59.6052631579, 15.3980263158, 60.1019736842);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnPurple:focus-visible {
    background: rgb(99.8684210526, 25.7993421053, 100.7006578947);
    border: 1px solid rgb(59.6052631579, 15.3980263158, 60.1019736842);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnPurple.active {
    background: rgb(160.2631578947, 41.4013157895, 161.5986842105);
    cursor: pointer;
  }
  .btnSubmit {
    background: rgb(0, 165.5, 66.2);
    border: 1px solid rgb(0, 165.5, 66.2);
    color: #fff;
  }
  .btnSubmit:hover {
    background: rgb(0, 114.5, 45.8);
    border: 1px solid rgb(0, 63.5, 25.4);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit:focus-visible {
    background: rgb(0, 114.5, 45.8);
    border: 1px solid rgb(0, 63.5, 25.4);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnSubmit.active {
    background: rgb(0, 191, 76.4);
    cursor: pointer;
  }
  .btnReset {
    color: rgb(72.25, 72.25, 72.25);
  }
  .btnSearch {
    background: rgb(0, 165.5, 66.2);
    border: 1px solid rgb(0, 165.5, 66.2);
    color: #fff;
  }
  .btnSearch:hover {
    background: rgb(0, 114.5, 45.8);
    border: 1px solid rgb(0, 63.5, 25.4);
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch:focus-visible {
    background: rgb(0, 114.5, 45.8);
    border: 1px solid rgb(0, 63.5, 25.4);
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6);
  }
  .btnSearch.active {
    background: rgb(0, 191, 76.4);
    cursor: pointer;
  }
  .btnPrimary {
    background: #008C38;
    color: #fff;
    border: solid 1px #008C38;
  }
  .btnPrimary:hover, .btnPrimary:focus-visible {
    background: rgb(0, 89, 35.6);
    border: solid 1px #008C38;
  }
  .btnSecondary {
    background: #fff;
    color: rgb(0, 63.5, 25.4);
    border: solid 1px #008C38;
    text-shadow: none;
  }
  .btnSecondary:hover, .btnSecondary:focus-visible {
    color: black;
    background: #b5deff;
    border: solid 1px #b5deff;
  }
  .btnNormal {
    background: #f1f1f1;
    color: #65656e;
    border: solid 1px #c3c3c3;
    text-shadow: none;
  }
  .btnNormal:hover, .btnNormal:focus-visible {
    color: rgb(64.3815165877, 64.3815165877, 70.1184834123);
    background: #c3c3c3;
    border: solid 1px #c3c3c3;
  }
  .btnBack {
    background: #555;
    color: #fff;
    border: 1px solid #ddd;
  }
  .btnBack:hover, .btnBack:focus-visible {
    background: rgb(0, 89, 35.6);
    border: 1px solid #ddd;
  }
  .disabled,
  [disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .readonly,
  [readonly] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .btnXl {
    font-size: 1.5em;
  }
  .btnLg {
    font-size: 1.25em;
  }
  .btnSm {
    font-size: 0.938em;
  }
  .btnXs {
    font-size: 0.75em;
  }
  .breadcrumb {
    border-bottom: 1px solid #eee;
    padding: 0.1em 0em 0.1em;
    font-size: 0.813em;
    margin: 0px auto 5px;
  }
  .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;
  }
  .breadcrumb a {
    text-decoration: none;
    color: #222;
  }
  .breadcrumb a:hover, .breadcrumb a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .breadcrumb a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  .divider,
  .dividerVertical {
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-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;
    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;
  }
  .category ul li {
    margin: 0px 3px 3px 0px;
    display: block;
  }
  .category a {
    border: 1px solid #aaa;
    padding: 0.25em 0.75em;
    display: block;
    color: #333;
    font-size: 0.875rem;
    box-sizing: border-box;
  }
  .category a:before {
    content: "#";
    margin-right: 0.25em;
  }
  .category a:hover, .category a:focus, .category a.active {
    color: #fff;
    background: rgb(0, 165.5, 66.2);
    border: 1px solid rgb(0, 165.5, 66.2);
    box-shadow: none;
  }
  .category a span {
    font-size: 0.813em;
  }
  .category a span:before {
    content: "(";
    display: inline-block;
  }
  .category a span:after {
    content: ")";
    display: inline-block;
  }
  .tag {
    margin-bottom: 1em;
    position: relative;
  }
  .tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .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: #222;
    border: 1px solid #ddd;
    padding: 0.2em 0.75em;
  }
  .tag ul li a:hover, .tag ul li a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .tag ul li a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  .tag._scroll {
    overflow-x: scroll;
    margin-right: -1.5em;
  }
  .tag._scroll::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .tag._scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .tag._scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .tag._scroll ul {
    flex-wrap: nowrap;
  }
  .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: 90px;
    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: #00a4f9;
  }
  em[tooltip]:hover, em[tooltip]:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  em[tooltip]:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  [tooltip]:before,
  [tooltip]:after {
    text-transform: none;
    -webkit-user-select: none;
       -moz-user-select: 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;
  }
  .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;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  @media screen and (max-width: 575px) {
    table {
      width: 100%;
    }
  }
  table th,
  table td {
    padding: 0.5em;
    text-align: left;
  }
  table caption {
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 0.5em;
  }
  table caption .summary {
    display: block;
    font-size: 1em;
    font-weight: normal;
  }
  table td {
    border: #ddd 1px solid;
    word-break: break-all;
  }
  table td a {
    word-break: break-all;
  }
  table th {
    background-color: #f3f3f3;
    color: #333;
    border: #ddd 1px solid;
    text-align: center;
    white-space: nowrap;
  }
  table.tableHover tr:hover {
    background: #f3f3f3;
  }
  table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  @media screen and (max-width: 575px) {
    .tableList {
      background-color: transparent;
    }
    .tableList thead,
    .tableList tbody,
    .tableList th,
    .tableList td,
    .tableList tr {
      display: block;
    }
    .tableList thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .tableList 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: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  @media screen and (max-width: 767px) {
    .tableWrapper {
      width: 100%;
      display: block;
      clear: both;
      zoom: 1;
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 1em;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
    }
    .tableWrapper:before, .tableWrapper:after {
      content: "";
      display: table;
    }
    .tableWrapper:after {
      clear: both;
    }
    .tableWrapper table {
      width: 100%;
      min-width: 600px;
    }
  }
  .tableWrapper > .tableScroll > table {
    min-width: 600px;
  }
  .tableWrapper > .tableScroll > table caption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tableWrapper > div {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .scrollTableNav {
    width: 60px;
    position: absolute;
    transition: 0.5s opacity;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0.6) 39%, rgba(255, 255, 255, 0) 100%);
  }
  .scrollTableNavLeft {
    left: 0;
    display: none;
  }
  .scrollTableNavRight {
    right: 0;
    transform: rotateY(180deg);
  }
  .scrollTableNavLeft .scrollTableLeftBtn,
  .scrollTableNavRight .scrollTableRightBtn {
    width: 35px;
    height: 100%;
    background: url(../images/basic/icon_ar.svg) no-repeat center;
    cursor: pointer;
  }
  .lp table td a {
    text-decoration: none;
    color: #222;
  }
  .lp table td a:hover, .lp table td a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .lp table td a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  .lp table td.date {
    text-align: center;
    color: #666;
  }
  @media screen and (max-width: 767px) {
    .lp table td.date {
      text-align: left;
    }
  }
  .lp table td.num {
    text-align: center;
    color: #666;
  }
  @media screen and (max-width: 767px) {
    .lp table td.num {
      text-align: left;
    }
  }
  .lp .list > ul,
  .lp .list ol {
    list-style-type: none;
    padding: 0;
    border-top: 2px solid #008C38;
  }
  .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: #222;
  }
  .lp .list > ul > li > a:hover,
  .lp .list ol > li > a:hover {
    color: rgb(0, 147.6, 224.1);
  }
  .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;
  }
  .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: #222;
  }
  .submenu li a:hover, .submenu li a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .submenu li a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 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 rgb(0, 147.6, 224.1);
    color: rgb(0, 147.6, 224.1);
  }
  .tabSet {
    margin: 30px auto;
  }
  .tabSet .tabItems {
    display: flex;
  }
  .tabSet .modeBBtn,
  .tabSet .tabBtn {
    flex: 1 1 auto;
    font-size: 1em;
    height: 2.8em;
    text-align: center;
    border: none;
    margin: 1px;
    border-radius: 0;
    box-shadow: none;
    background: #ddd;
    cursor: pointer;
  }
  .tabSet .modeBBtn:focus-visible,
  .tabSet .tabBtn:focus-visible {
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6) inset;
  }
  .tabSet .modeBBtn.active,
  .tabSet .tabBtn.active {
    cursor: default;
    background: #00a4f9;
    color: #fff;
  }
  .tabSet .tabContent {
    display: none;
    position: relative;
    padding: 15px;
    box-shadow: #bbb 0 0 0 1px inset;
  }
  .tabSet .tabContent.active {
    display: block;
  }
  .tabSet .tabContent a:focus {
    outline: none;
    box-shadow: 0 0px 0px 2px rgb(25.5, 173.1, 249.6) 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;
  }
  .tabSet.modeB .tabContent .content {
    display: none;
  }
  .tabSet.modeB .tabContent .content a:focus-visible {
    outline: rgb(25.5, 173.1, 249.6) 2px solid;
  }
  .tabSet.modeB .modeBBtn {
    display: block;
  }
  .marquee .swiperBox {
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
  }
  @media (max-width: 991px) {
    .marquee .swiperBox {
      margin: 1.5em 0em;
    }
  }
  .marquee .swiperBox .swiper {
    height: 40px;
  }
  .marquee .swiperBox .marquee-arrow {
    padding: 0;
    position: absolute;
    cursor: pointer;
    left: 5px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 0;
    margin: 0;
    border: none;
  }
  .marquee .swiperBox .marquee-arrow::before {
    content: "";
    width: 10px;
    height: 20px;
    display: block;
    background: url("../vendor/swiper/ar.svg") center no-repeat;
  }
  .marquee .swiperBox .marquee-arrow.prevSlider {
    top: 0;
  }
  .marquee .swiperBox .marquee-arrow.nextSlider {
    bottom: 0;
    left: 4px;
  }
  .marquee .swiperBox .marquee-arrow.nextSlider::before {
    transform: rotate(180deg);
  }
  .marquee .swiperBox .marquee-arrow.marquee-arrow-disabled {
    opacity: 0.3;
  }
  .marquee a {
    display: block;
    line-height: 40px;
    margin-right: 3em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
  }
  .marquee a span {
    color: #7cb52f;
    margin-right: 15px;
  }
  .marquee a:hover {
    color: #7cb52f;
  }
  .pagination {
    margin: 0.5em auto;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0.938em;
  }
  .pagination .formInline {
    justify-content: center;
  }
  .pagination span {
    color: #008C38;
    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;
    min-width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .pagination .page li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    font-size: 1em;
    color: #333 !important;
    background: #fff;
    border: transparent solid 1px;
    margin: 0 0.1em 0.25em;
  }
  .pagination .page li a:hover, .pagination .page li a:focus-visible {
    background: #F1F3ED;
  }
  .pagination .page li.active a {
    background: #F1F3ED;
  }
  .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 #000;
    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);
  }
  @media (max-width: 768px) {
    .pagination .page li {
      min-width: auto;
    }
  }
  .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: #008C38;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .pagination .total select.formControl {
      margin: 0px 0px;
      text-align: center;
    }
  }
  *[class^=notice] {
    padding: 1em 3.5em 1em 4em;
    display: block;
    width: 100%;
    font-size: 1rem;
    margin: 0.2em 0;
    position: relative;
    color: #666;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border-radius: 8px;
    border: none;
  }
  *[class^=notice]:before {
    position: absolute;
    top: 50%;
    left: 1.3em;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    content: "";
  }
  *[class^=notice]:before img {
    width: 100%;
  }
  *[class^=notice] a.close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    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: 16px;
    height: 16px;
    margin: 7px auto;
  }
  *[class*=noticeNormal] {
    color: #008C38;
    background-color: #fff;
    margin: 0.75em 0;
    transition: 0.3s;
  }
  *[class*=noticeNormal]:before {
    background: url(../images/icon-coupon.svg) no-repeat center center;
    background-size: 32px;
  }
  *[class*=noticeNormal]:after {
    content: "";
    background: url(../images/icon-arrow-right.svg) no-repeat center center;
    background-size: 32px;
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
  }
  *[class*=noticeNormal]:after img {
    width: 100%;
  }
  *[class*=noticeNormal]:hover, *[class*=noticeNormal]:focus-visible {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  *[class*=noticeNormal]._announce {
    color: rgb(239.8, 145.7157894737, 0) !important;
  }
  *[class*=noticeNormal]._announce:before {
    background: url(../images/icon-speaker.svg) no-repeat center center;
    background-size: 30px;
  }
  *[class*=noticeNormal]._slotBar:before {
    background: url(../images/icon-slotBar.svg) no-repeat center center;
    background-size: 30px;
  }
  *[class*=noticeNormal]._gift:before {
    background: url(../images/icon-gift.svg) no-repeat center center;
    background-size: 30px;
  }
  *[class*=noticeWarning] {
    color: #EA3349;
    background-color: rgba(234, 51, 73, 0.1);
  }
  *[class*=noticeWarning]:before {
    background: url(../images/basic/icon_warning.svg) no-repeat center center;
    background-size: 32px;
  }
  .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);
  }
  .mobileSidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: translateX(-300px);
  }
  @media screen and (min-width: 767px) {
    .mobileSidebar {
      display: none;
    }
  }
  .mobileSidebar .mobileArea {
    width: 300px;
    padding: 3em 0;
    height: 100%;
    background: rgb(0, 48.2, 19.28);
    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;
  }
  .mobileSidebar .mobileArea .sideMainMenu a {
    display: block;
    color: #fff;
    font-size: 0.938em;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    text-align: left;
  }
  .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;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li {
    flex: 1 1 100%;
    flex-direction: row;
    list-style: none;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li > a {
    padding: 0.5em 1em;
    min-height: 2em;
    line-height: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.hasChild > a {
    position: relative;
    padding: 0.5em 2em 0.5em 1em;
    color: #fff;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.25em;
    width: 5px;
    line-height: 1.25em;
    height: 5px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul {
    position: relative;
    visibility: visible;
    display: none;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    background-color: transparent;
    font-size: 0.938em;
    box-sizing: border-box;
    transition: 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobileSidebar .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 2em;
    border: none;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul li.hasChild > a {
    padding: 0.5em 1em 0.5em 2em;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li ul li.hasChild > a:after {
    top: 0.85em;
  }
  .mobileSidebar .mobileArea .sideMainMenu ul li.active ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobileSidebar .navigation {
    position: relative;
    margin: 1em auto;
    text-align: left;
    width: 90%;
  }
  .mobileSidebar .navigation ul {
    float: none;
    overflow: hidden;
    padding: 0;
    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: 0.875em;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    position: relative;
  }
  .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.4);
  }
  .mobileSidebar .navigation .language a:after,
  .mobileSidebar .navigation .language button:after {
    top: 1.3em;
  }
  .mobileSidebar .navigation .language a:before,
  .mobileSidebar .navigation .language button:before {
    top: 0.8em;
  }
  .mobileSidebar .navigation .language button {
    width: 100%;
    border: 0em;
  }
  .mobileSidebar .navigation .language ul {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .mobileSidebar .navigation .language ul li {
    width: 100%;
  }
  .mobileSidebar .navigation .language ul li a {
    border: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .mobileSidebar .navigation .fontSize {
    display: none;
  }
  .mobileSidebar button.sidebarClose {
    position: absolute;
    display: block;
    width: 3em;
    height: 3em;
    padding: 0;
    min-width: auto;
    top: 0px;
    right: 0px;
    margin: 0;
    text-indent: -999px;
    border: none;
    background: none;
    border: none;
  }
  .mobileSidebar button.sidebarClose:hover, .mobileSidebar button.sidebarClose:focus-visible {
    box-shadow: none;
  }
  .mobileSidebar button.sidebarClose:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #eee;
    content: "";
    top: 15px;
    right: 10px;
    transform: rotate(45deg);
    border-right: none;
    border-top: none;
  }
  .menuOverlay {
    background: RGBA(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 90;
    cursor: pointer;
  }
}
@layer secScss {
  img {
    display: block;
  }
  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;
  }
  .imgContainer .fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .imgContainer .contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .imgContainer .cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .imgContainer .none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .imgContainer .scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .imgContainer._3x1 {
    overflow: hidden;
    position: relative;
  }
  .imgContainer._3x1 img {
    width: 100%;
    aspect-ratio: 171/65;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  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: #008C38 !important;
  }
  .gsst_a .gscb_a {
    color: #ccc !important;
    line-height: 2rem !important;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #999 !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: #008C38 !important;
  }
  .gsc-tabHeader {
    font-size: 1rem !important;
  }
  .gsc-search-button-v2 svg {
    vertical-align: middle;
  }
  .gsc-result-info-container,
  .gsc-orderby-container {
    border: 0 !important;
  }
  .gsc-selected-option {
    white-space: nowrap;
  }
  :root {
    --dotSize: 15px;
  }
  .mpSlider .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 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cpSlider {
    padding: 1em 0;
  }
  .swiperBox {
    position: relative;
  }
  .swiper img {
    display: block;
  }
  .swiperDots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .swiperDots .swiper-pagination-bullet {
    /* 點的顏色 */
    background: #666;
    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: rgb(0, 147.6, 224.1);
  }
  .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: 50%;
    transform: translateY(-50%);
    padding: 15px 10px;
    margin: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    z-index: 9;
  }
  .swiperArrow::before {
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url("../vendor/swiper/ar.svg") center no-repeat;
  }
  .swiperArrow.prevSlider {
    left: 0px;
  }
  .swiperArrow.nextSlider {
    right: 0px;
  }
  .swiperArrow.nextSlider::before {
    transform: rotate(180deg);
  }
  .swiperArrow.swiperArrow-disabled {
    opacity: 0.3;
  }
  .cpSlider .swiper {
    margin: 0 40px;
    background: #fff;
    overflow: hidden;
  }
  .cpSlider .swiper h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 1.2em;
    border-bottom: 1px solid #008C38;
  }
  .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;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .cpSlider .swiper .caption {
    padding: 0.65em 1em;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    bottom: -5em;
    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%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .adSlider img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body {
    background: url(../images/bg-mp-deco-3-L2.png) right bottom no-repeat #fff;
    background-attachment: fixed;
  }
  body.mp {
    background: url(../images/bg-mp-deco-3-L2.png) right bottom no-repeat #fff;
    background-attachment: fixed;
  }
  body.mp._noDeco {
    background: #fff;
  }
  body.mp:has(header) .main {
    padding-top: calc(150px + 2em);
  }
  @media (max-width: 992px) {
    body.mp:has(header) .main {
      padding-top: 60px;
    }
  }
  body:has(header) .main {
    padding-top: calc(150px + 2em);
  }
  @media (max-width: 992px) {
    body:has(header) .main {
      padding-top: 60px;
    }
  }
  .container {
    max-width: 1440px;
    margin: auto;
  }
  .container._full {
    max-width: 100%;
  }
  a {
    color: rgb(0, 114.5, 45.8);
    text-decoration: none;
  }
  a.prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 0;
    background: url(../images/icon-arrow-left.svg) 48% 50% no-repeat;
    background-size: 32px;
    opacity: 0.5;
    transition: 0.3s;
  }
  a.prev:hover {
    opacity: 1;
    background: url(../images/icon-arrow-left.svg) 48% 50% no-repeat #efefef;
    background-size: 32px;
  }
  h3 {
    font-size: 1.65rem;
    color: #333;
    margin: 2em 0 1em;
  }
  p {
    line-height: 1.6;
    color: #777;
  }
  hr {
    margin: 2em 0;
    opacity: 0.2;
  }
  .ctlWrap {
    padding: 0 1.5em;
    max-width: 1440px;
    margin: auto;
    transition: 0.3s;
  }
  .ctlWrap._abs {
    position: absolute;
  }
  .ctlWrap._locked {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  @media (max-width: 992px) {
    .ctlWrap {
      padding: 0;
    }
  }
  .stickyWrap ul.infoType {
    margin: 0;
  }
  .stickyWrap.act {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1280px;
    z-index: 1;
  }
  .stickyWrap.act .tag {
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .stickyWrap.act ul.infoType {
      margin-left: 32px;
      margin-right: 32px;
    }
    .stickyWrap.act .tag {
      margin-left: 32px;
    }
  }
  .stickyWrap + ul.list {
    box-shadow: none !important;
  }
  .btnGrp {
    display: flex;
    justify-content: space-between;
    padding: 1.25em 0;
    gap: 6px;
  }
  .btnGrp .btn {
    flex: 1 1 50%;
  }
  .btnGrp._full {
    flex-wrap: wrap;
  }
  .btnGrp._full .btn {
    flex: 1 1 100%;
    width: 100%;
    margin: 4px 0;
    box-sizing: border-box;
  }
  .btnGrp._narrow {
    justify-content: normal;
    align-items: center;
  }
  .btnGrp._narrow .btn {
    flex: none;
  }
  .btnGrp._round .btn {
    border-radius: 40px;
    padding: 12px 48px;
  }
  .btnGrp._center {
    justify-content: center;
    align-items: center;
  }
  .btnGrp._right {
    justify-content: flex-end;
  }
  .btnGrp._stable {
    margin: auto;
  }
  .btnGrp._merge {
    flex-wrap: nowrap;
    flex-direction: row;
    background: #fff;
    border-radius: 8px;
    position: relative;
  }
  .btnGrp._merge .btn {
    background: transparent;
    color: #222;
    padding: 12px 0;
    border-radius: 0;
    z-index: 1;
  }
  .btnGrp._merge .btn._myCoupon, .btnGrp._merge .btn._myDelivery, .btnGrp._merge .btn._daliySlot {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2px;
    position: relative;
    transition: none;
  }
  .btnGrp._merge .btn._myCoupon:before, .btnGrp._merge .btn._myDelivery:before, .btnGrp._merge .btn._daliySlot:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
  }
  .btnGrp._merge .btn._myCoupon::after, .btnGrp._merge .btn._myDelivery::after, .btnGrp._merge .btn._daliySlot::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #BDBDBD;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .btnGrp._merge .btn._myCoupon:hover, .btnGrp._merge .btn._myCoupon:focus-visible, .btnGrp._merge .btn._myDelivery:hover, .btnGrp._merge .btn._myDelivery:focus-visible, .btnGrp._merge .btn._daliySlot:hover, .btnGrp._merge .btn._daliySlot:focus-visible {
    color: #008C38;
  }
  .btnGrp._merge .btn._myCoupon:before {
    background: url(../images/icon-coupon-black.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn._myCoupon:hover:before, .btnGrp._merge .btn._myCoupon:focus-visible:before {
    background: url(../images/icon-coupon.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn._myDelivery:before {
    background: url(../images/icon-delivery-black.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn._myDelivery:hover:before, .btnGrp._merge .btn._myDelivery:focus-visible:before {
    background: url(../images/icon-delivery.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn._daliySlot:before {
    background: url(../images/icon-slotBar-black.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn._daliySlot:hover:before, .btnGrp._merge .btn._daliySlot:focus-visible:before {
    background: url(../images/icon-slotBar.svg) 50% no-repeat;
  }
  .btnGrp._merge .btn:last-child::after {
    display: none;
  }
  .btnGrp._flow a._Edit {
    padding: 0 3em;
    line-height: 56px;
  }
  @media (max-width: 992px) {
    .btnGrp {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .btnGrp .btn {
      flex: 1 1 100%;
    }
    .btnGrp._full {
      flex-direction: column;
    }
    .btnGrp._stable {
      flex-wrap: nowrap;
      flex-direction: row;
    }
    .btnGrp._stable .btn {
      padding: 16px 4px;
    }
    .btnGrp._flow {
      flex-wrap: nowrap;
      flex-direction: row;
    }
    .btnGrp._flow a._Edit {
      padding: 0 2em;
    }
  }
  .btn {
    color: #fff;
    background: #999;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
  }
  .btn._primary {
    background: #008C38;
  }
  .btn._more {
    background: #008C38;
    border-radius: 40px;
    padding: 16px 48px;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .btn._more img {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 6px;
  }
  .btn._second {
    background: #EBEDDA;
    color: #333;
  }
  .btn._default {
    background: #fff;
    color: #333;
  }
  .btn._delete {
    background: #fff;
    color: #EA3349;
  }
  .btn._delete:hover, .btn._delete:focus-visible {
    color: #fff;
    background: #ea3349;
  }
  .btn._clear {
    background: transparent;
    color: rgb(0, 114.5, 45.8);
    padding: 4px 12px;
  }
  .btn._clear:hover, .btn._clear:focus-visible {
    color: #fff;
    background: rgb(0, 114.5, 45.8);
  }
  .btn._remove {
    background: url(../images/icon-close.svg) 50% 50% no-repeat #fff;
    background-size: 12px;
    border-radius: 50%;
    color: #222;
    padding: 4px 12px;
    font-size: 0;
    width: 32px;
    height: 32px;
  }
  .btn._remove:hover, .btn._remove:focus-visible {
    background: url(../images/icon-close-w.svg) 50% 50% no-repeat #b1b1b1;
    background-size: 12px;
  }
  .btn._discount {
    color: #86954D;
    background: url(../images/icon-info.svg) right 12px top 50% no-repeat #fff;
    background-size: 14px;
    font-size: 0.8em;
    border: 1px solid #86954D;
    padding: 3px 32px 3px 8px;
  }
  .btn._discount:hover, .btn._discount:focus-visible {
    background: url(../images/icon-info.svg) right 12px top 50% no-repeat #e3e9b8;
    background-size: 14px;
    color: rgb(118.8805309735, 132.1880530973, 68.3119469027);
    border-color: rgb(118.8805309735, 132.1880530973, 68.3119469027);
  }
  .btn:hover, .btn:focus-visible {
    background: rgb(0, 114.5, 45.8);
    color: #fff;
    border-color: rgb(0, 114.5, 45.8);
  }
  .btn._share, .btn._store {
    background: none;
    color: #222;
    padding: 0 !important;
  }
  .btn._share:before, .btn._store:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: auto;
  }
  .btn._share:before {
    background: url(../images/icon-share.svg) 50% 50% no-repeat #fff;
    background-size: 22px;
  }
  .btn._store:before {
    background: url(../images/icon-store.svg) 50% 50% no-repeat #fff;
    background-size: 22px;
  }
  .btn._change {
    flex: 0 1 auto;
    margin: auto;
    color: #008C38;
    background: url(../images/icon-change.svg) right 10px top 50% no-repeat transparent;
  }
  .btn._rotate {
    padding: 0 32px;
    margin: 4px 0;
    color: #008C38;
    background: url(../images/icon-rotate.svg) right 0 top 50% no-repeat transparent;
    background-size: 30px;
  }
  .btn._rotate._disable {
    background: url(../images/icon-rotate-gry.svg) right 0 top 50% no-repeat transparent;
    background-size: 30px;
    opacity: 0.5;
  }
  .btn._disable {
    background: #ddd;
    color: #666;
    cursor: not-allowed;
  }
  .btn.submit {
    background: rgb(0, 114.5, 45.8);
    color: #222;
    padding: 16px 52px;
    border: none;
  }
  .btn.submit:hover, .btn.submit:focus-visible {
    background: black;
    color: #000;
  }
  .btn.normal {
    background: #434343;
  }
  .btn.normal:hover, .btn.normal:focus-visible {
    color: rgb(0, 114.5, 45.8);
    background: transparent;
  }
  .btn.filter {
    border: none;
    padding: 0;
    font-size: 0;
    width: 52px;
    height: 52px;
    background: url(../images/icon-array.svg) left top no-repeat;
    background-size: cover;
    transition: 0s;
  }
  .btn.filter:hover, .btn.filter:focus-visible {
    background-position: left bottom;
  }
  .btnSwitch {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    right: 24px;
    top: 34px;
    border: none;
  }
  .btnSwitch::before, .btnSwitch::after {
    content: "";
    position: absolute;
    background: #222;
  }
  .btnSwitch::before {
    width: 22px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .btnSwitch::after {
    width: 2px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .btnSwitch + .content {
    display: none;
  }
  .btnSwitch._close::after {
    transform: translate(-50%, -50%) rotateX(90deg);
  }
  .btnSwitch._close + .content {
    display: block;
  }
  ._disable a {
    color: #666;
    cursor: not-allowed;
  }
  ._disable button {
    background: #ddd !important;
    color: #666;
    cursor: not-allowed;
  }
  ._disable button:hover, ._disable button:focus-visible {
    background: #ddd;
    color: #666;
    cursor: not-allowed;
  }
  form {
    max-width: 800px;
    margin: 2em auto 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  form input,
  form select {
    width: 100%;
    margin: 6px 0;
    box-sizing: border-box;
  }
  form .formGrp {
    padding: 0.5em 0;
    position: relative;
  }
  form .formGrp .title {
    font-size: 1.125rem;
  }
  form .formGrp .content p {
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2.2;
    margin-top: 4px;
  }
  form .formGrp .content._inline {
    display: flex;
  }
  form .formGrp .content._inline > input {
    margin: 6px 4px;
    padding: 12px;
    text-align: center;
  }
  form .formGrp .content._inline > input:first-child {
    margin-left: 0;
  }
  form .formGrp .content._inline > input:last-child {
    margin-right: 0;
  }
  form .formGrp .content._psssToggle {
    position: relative;
  }
  form .formGrp .content._psssToggle .btn {
    position: absolute;
    right: 1px;
    bottom: 7px;
    padding: 12px;
    border-radius: 2px;
    width: 46px;
    height: 46px;
    font-size: 0;
    background: url(../images/icon_hide.svg) 50% 50% no-repeat;
    background-size: 26px 26px;
  }
  form .formGrp .content._psssToggle .btn._iconShow {
    background: url(../images/icon_show.svg) 50% 50% no-repeat;
    background-size: 26px 26px;
  }
  form .formGrp .content._address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  form .formGrp .content._address select, form .formGrp .content._address ._col, form .formGrp .content._address .postalCode {
    flex: 1 1 31%;
  }
  form .formGrp .content._address ._col {
    padding-right: 2.5em;
    background: url(../images/icon-arrowDown.svg) no-repeat right 18px center #fff;
  }
  form .formGrp .content._address input {
    flex: 1 1 100%;
  }
  @media (max-width: 576px) {
    form .formGrp .content._address {
      -moz-column-gap: 4px;
           column-gap: 4px;
    }
  }
  form .formGrp .tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  form .formGrp .tip p {
    text-align: left;
    color: #333;
    margin: 0;
    line-height: 1.2;
  }
  form .formGrp .tip p b {
    color: #ba0000;
    margin: 0 4px;
  }
  form .formGrp .tip p a {
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0 2px;
  }
  form .formGrp .tip p a:hover {
    text-decoration: none;
  }
  form .formGrp .tip button {
    background: #fff;
    color: #008C38;
    border: 1px solid #008C38;
    padding: 6px 8px;
    border-radius: 4px;
    flex-basis: 110px;
    min-width: 110px;
    margin-left: 12px;
  }
  form .formGrp .tip button:hover {
    background: #008C38;
    color: #fff;
  }
  form .formGrp.error input,
  form .formGrp.error select {
    border: 1px solid #ba0000;
    box-shadow: 0 0 0 1px #ba0000;
  }
  form .formGrp._inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1em 0;
  }
  form .formGrp a.forgetPassword {
    position: absolute;
    right: 0;
    top: 0.5em;
  }
  .formGrp._copy {
    text-align: center;
    position: relative;
    padding: 1.25em 0 1em;
  }
  .formGrp._copy input {
    width: 70%;
    box-sizing: border-box;
  }
  .formGrp._copy .btn {
    margin: 1px;
    padding: 12px 24px;
    position: absolute;
    right: 15%;
    font-size: 0;
    height: 48px;
    border-radius: 2px;
    background: url(../images/icon-copy.svg) 50% no-repeat;
  }
  .formGrp._copy .btn:hover, .formGrp._copy .btn:focus-visible {
    background: url(../images/icon-copy.svg) 50% no-repeat #eee;
  }
  .normalInfo {
    color: #222;
  }
  .errorInfo {
    color: #ba0000;
  }
  .normalInfo {
    color: #333;
  }
  input,
  select {
    padding: 12px 24px;
    border: solid 1px #bdbdbd;
    border-radius: 4px;
    transition: 0.3s;
  }
  input:hover, input:focus-visible,
  select:hover,
  select:focus-visible {
    border: 1px solid #008C38;
    box-shadow: 0 0 0 2px #008C38;
    outline: none;
  }
  input.error,
  select.error {
    border: 1px solid #ba0000;
    box-shadow: 0 0 0 1px #ba0000;
  }
  input[disabled],
  select[disabled] {
    background: #eee;
    opacity: 1;
  }
  @media (max-width: 576px) {
    input,
    select {
      padding: 12px 12px;
    }
  }
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(../images/icon-arrowDown.svg) no-repeat right 18px center #fff;
  }
  input[type=radio],
  input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    accent-color: rgb(0, 129.8, 51.92);
    box-shadow: none;
  }
  input[readonly],
  input[disable],
  input[type=checkbox] disabled {
    background: #eee;
    color: #666;
  }
  input[readonly]:hover, input[readonly]:focus-visible,
  input[disable]:hover,
  input[disable]:focus-visible,
  input[type=checkbox] disabled:hover,
  input[type=checkbox] disabled:focus-visible {
    border-color: #bdbdbd;
    box-shadow: none;
    cursor: not-allowed;
  }
  .radioGrp,
  .checkGrp {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 0;
  }
  .radioGrp > label,
  .checkGrp > label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 24px;
    word-break: keep-all;
  }
  .radioGrp._column,
  .checkGrp._column {
    flex-direction: column;
  }
  @media (max-width: 992px) {
    .radioGrp > label,
    .checkGrp > label {
      flex-wrap: wrap;
      padding-right: 0;
    }
  }
  .checkGrp a {
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0 2px;
  }
  .checkGrp a:hover {
    text-decoration: none;
  }
  .necessary {
    color: #ba0000;
    padding: 0 4px;
    text-decoration: none;
  }
  .forgetPassword {
    color: #333;
  }
  .forgetPassword:hover {
    color: #008C38;
  }
  .checkSwitch {
    box-sizing: content-box;
    display: inline-block;
    cursor: pointer;
    height: 1.55rem;
    width: 2.79rem;
    position: relative;
  }
  .checkSwitch input {
    position: absolute;
    display: none;
  }
  .checkSwitch input:hover, .checkSwitch input:focus {
    cursor: pointer;
  }
  .checkSwitch_switch {
    position: absolute;
    top: 2px;
    width: 51px;
    height: 31px;
    left: 0;
    border-radius: 10rem;
    background: #ccc;
    box-shadow: 0px 0px 0px 2px #ccc inset;
  }
  .checkSwitch_switch:before {
    content: "";
    position: absolute;
    background: #FFF;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    top: 2px;
    left: 2px;
    z-index: 9;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: 200ms;
  }
  input:checked + .checkSwitch_switch {
    background: #008C38;
    box-shadow: 0px 0px 0px 2px #008C38 inset;
  }
  input:checked + .checkSwitch_switch:before {
    transform: translate(75%, 0);
    box-shadow: none;
  }
  .checkSwitch + span {
    margin-left: 0.25em;
    padding: 0 !important;
    border-right: 0 !important;
    font-weight: normal !important;
  }
  @media (max-width: 576px) {
    .checkSwitch + span {
      display: block;
      margin-left: 0;
    }
  }
  .city form,
  .county form {
    margin-top: 0;
  }
  .city .title,
  .county .title {
    display: block;
    text-align: center;
    line-height: 2;
  }
  .city .formContent,
  .county .formContent {
    max-height: 300px;
    overflow: scroll;
  }
  .county {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2em 1.25em;
    box-sizing: border-box;
    top: 0;
    background: #fff;
    left: 100%;
    transition: 0.3s;
  }
  .county._show {
    left: 0;
  }
  #mask,
  #mask_below {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 10000;
  }
  #mask .container,
  #mask_below .container {
    width: 480px;
    background: #fff;
    border-radius: 8px;
    padding: 2em 1.5em;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #mask .container .scrollCover,
  #mask_below .container .scrollCover {
    background: #eee;
    padding: 1em 1.25em;
    border-radius: 8px;
    height: 300px;
    overflow-y: scroll;
    position: relative;
  }
  #mask .container .scrollCover .btnToEnd,
  #mask_below .container .scrollCover .btnToEnd {
    position: sticky;
    bottom: 0;
    background: #222;
    color: #fff;
    border: none;
    padding: 0.75em 0;
    border-radius: 40px;
    width: 90%;
    left: 5%;
    transition: 0.3s;
  }
  #mask .container .scrollCover .btnToEnd:hover,
  #mask_below .container .scrollCover .btnToEnd:hover {
    background: #008C38;
    color: #fff;
  }
  #mask h3,
  #mask_below h3 {
    text-align: center;
  }
  #mask .btnClose,
  #mask_below .btnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 52px;
    height: 52px;
    font-size: 0;
    padding: 20px;
    border-radius: 50%;
    border: none;
    background: url(../images/icon-close.svg) 50% 50% no-repeat transparent;
    background-size: 18px 18px;
    transition: 0.3s;
  }
  #mask .btnClose:hover,
  #mask_below .btnClose:hover {
    background: url(../images/icon-close.svg) 50% 50% no-repeat #eee;
    background-size: 18px 18px;
  }
  #mask .btnPrev,
  #mask_below .btnPrev {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 52px;
    height: 52px;
    font-size: 0;
    padding: 20px;
    border-radius: 50%;
    border: none;
    background: url(../images/icon-arrow-right-2.svg) 50% 50% no-repeat transparent;
    background-size: 22px;
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #mask .btnPrev._hide,
  #mask_below .btnPrev._hide {
    display: none;
  }
  #mask .btnPrev:hover,
  #mask_below .btnPrev:hover {
    background: url(../images/icon-arrow-right-2.svg) 50% 50% no-repeat #eee;
    background-size: 22px;
  }
  #mask .loading,
  #mask_below .loading {
    flex-direction: column;
    margin: auto;
    height: 100vh;
    color: #fff;
    font-size: 1.125em;
    letter-spacing: 2px;
  }
  #mask._hide,
  #mask_below._hide {
    display: none;
  }
  @media (max-width: 576px) {
    #mask .container,
    #mask_below .container {
      width: calc(100% - 1em);
    }
  }
  #mask_below {
    z-index: 10000;
    transition: 0.3s;
  }
  #mask_below .container {
    left: 50%;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
  }
  #mask_below .container h3 + p {
    margin: 1em 0;
  }
  #mask_below .container p {
    margin: 2em 0 1em;
  }
  #mask_below .mainTitle {
    text-align: left;
    font-size: 1.25em;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 18px;
  }
  #mask_below .subTitle {
    margin: 8px 0;
    font-size: 1.125em;
    text-align: left;
    font-weight: bold;
  }
  #mask_below .maskSecBox {
    margin: 2em 0;
  }
  #mask_below .userAccount {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mask_below .userAccount .itemAccount {
    flex: 0 1 auto;
    width: 46%;
    border-radius: 4px;
    background: #F1F3ED;
    box-sizing: border-box;
    padding: 0.5em;
    margin: 6px;
    line-height: 1.2;
  }
  #mask_below .userAccount .itemAccount p {
    margin: 0;
    color: #222;
  }
  #mask_below .userAccount .itemAccount span {
    font-size: 0.6em;
    color: #777;
  }
  #mask_below .userAccount .itemAccount:hover, #mask_below .userAccount .itemAccount:focus-visible {
    cursor: pointer;
  }
  #mask_below .userAccount .itemAccount.disable p, #mask_below .userAccount .itemAccount.disable span {
    color: #C5C2C2;
  }
  #mask_below .userAccount .itemAccount.disable:hover, #mask_below .userAccount .itemAccount.disable:focus-visible {
    cursor: not-allowed;
  }
  #mask_below .userAccount .itemAccount.act {
    box-shadow: 0 0 0 3px #008C38;
  }
  #mask_below .ctlPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
  }
  #mask_below .ctlPanel p.points {
    margin: 0;
  }
  #mask_below .ctlPanel p.points span {
    color: #222;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
  }
  #mask_below .ctlPanel p.points b {
    padding-left: 24px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 20px;
    margin: 0 4px;
  }
  #mask_below .ctlPanel .ctlBtn {
    display: flex;
  }
  #mask_below .ctlPanel .ctlBtn button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0;
    border: none;
  }
  #mask_below .ctlPanel .ctlBtn b {
    width: 42px;
    height: 32px;
    font-size: 1.5em;
    text-align: center;
    line-height: 32px;
  }
  #mask_below .scroll-y {
    max-height: 200px;
    overflow-y: scroll;
  }
  #mask_below .errorInfo {
    font-size: 0.9em;
    font-weight: bold;
  }
  .subBtn,
  .addBtn {
    background: #fff;
    border: 1px solid #008C38 !important;
    position: relative;
  }
  .subBtn::before,
  .addBtn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #008C38;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .subBtn._disable,
  .addBtn._disable {
    border-color: #d1d1d1 !important;
  }
  .subBtn._disable::before, .subBtn._disable::after,
  .addBtn._disable::before,
  .addBtn._disable::after {
    background: #d1d1d1;
  }
  .addBtn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #008C38;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .listCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 1em 1.5em;
    border-radius: 8px;
    margin: 10px 0;
  }
  .listCard .itemName .col {
    display: flex;
    align-items: center;
  }
  .listCard .itemName .col .innerwrap {
    flex: 1 1 100%;
    min-width: 140px;
  }
  .listCard .itemName .col .innerwrap > div {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
  }
  .listCard .itemName .col .innerwrap > div:first-child {
    margin-top: 0;
  }
  .listCard .itemName .col .innerwrap > div:last-child {
    margin-bottom: 0;
  }
  .listCard .itemName .col .innerwrap + p {
    padding: 0;
  }
  .listCard .itemName img {
    display: block;
    width: 48px;
    height: 48px;
  }
  .listCard .itemName img + h3 {
    padding-left: 0.5em;
  }
  .listCard .itemName h3 {
    word-break: keep-all;
    margin: 0;
    color: #222;
    font-size: 1.25em;
    letter-spacing: 1px;
    -moz-text-align-last: left !important;
         text-align-last: left !important;
  }
  .listCard .itemName h3 + p {
    padding: 0;
    line-height: 1.6;
    margin: 0;
    color: #666;
  }
  .listCard .itemName p {
    text-align: left !important;
    padding: 0 1em;
    line-height: 1.4;
    color: #333;
  }
  .listCard .itemName + .state {
    flex: 0 0 auto;
    text-align: right;
    color: #999;
  }
  .listCard .itemName + .state img {
    width: 36px;
    height: 36px;
  }
  .listCard .itemName + .state._link {
    color: #015BE1;
  }
  .listCard > .state + .itemName {
    flex: 1 1 100%;
  }
  .listCard > .state + .itemName p {
    padding-right: 0;
  }
  .listCard .coupon {
    width: 100%;
  }
  .listCard .coupon .state {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  .listCard .coupon .state b {
    background: rgba(0, 140, 56, 0.1);
    color: #008C38;
    padding: 6px;
    border-radius: 4px;
    margin-right: 6px;
  }
  .listCard .coupon .state span {
    color: #777;
    font-weight: bold;
  }
  .listCard .coupon .state._overdue b {
    background: rgba(51, 51, 51, 0.1);
    color: #777;
  }
  .listCard .coupon .state._canceled b {
    background: rgba(238, 0, 129, 0.07);
    color: #EA3349;
  }
  .listCard .coupon .couponItem {
    display: flex;
    align-items: center;
  }
  .listCard .coupon .couponItem .col {
    flex: 1 1 auto;
  }
  .listCard .coupon .couponItem .col:first-child {
    flex: 0 0 100px;
    margin-right: 16px;
  }
  .listCard .coupon .couponItem .col h3 {
    margin: 0;
    font-size: 1em;
    text-align: left;
  }
  .listCard .coupon .couponItem .col h3 + span, .listCard .coupon .couponItem .col h3 + time {
    color: #777;
    font-size: 0.9em;
    text-align: left;
  }
  .listCard .coupon .couponItem .col span {
    font-size: 0.9em;
  }
  .listCard .coupon .couponItem .col time {
    margin-bottom: 10px;
    display: block;
  }
  .listCard .coupon .couponItem .col .points p {
    margin: 7px 0 0;
    text-align: left;
    color: #222;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 20px;
    padding-left: 26px;
  }
  .listCard .coupon a.orderCode {
    display: block;
    font-size: 90%;
    background: url(../images/icon-arrow-right-2.svg) right 10px top 50% no-repeat #F9F9F9;
    background-size: 18px;
    padding: 6px 12px;
    margin-top: 10px;
    border-radius: 4px;
    color: #777;
  }
  .listCard .coupon a.orderCode span {
    display: block;
  }
  .listCard .coupon._link {
    background: url(../images/icon-arrow-right-2.svg) right 50% no-repeat;
    background-size: 22px;
  }
  .listCard .coupon._link .couponItem {
    width: calc(100% - 30px);
  }
  .listCard .coupon._link .couponItem .imgContainer {
    overflow: hidden;
    position: relative;
  }
  .listCard .coupon._link .couponItem .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .listCard .coupon._role .couponItem .col h3 {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .listCard .coupon._role .couponItem .col:first-child {
    flex: 0 0 60px;
  }
  .listCard .coupon._role .couponItem .col:first-child .imgContainer {
    border-radius: 50%;
    overflow: hidden;
  }
  .listCard .coupon._role .imgContainer {
    overflow: hidden;
    position: relative;
  }
  .listCard .coupon._role .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .listCard input[type=checkbox] {
    margin: 6px 0;
  }
  .listCard._infoCard {
    border-radius: 0;
    border: none;
    padding: 0.5em 1.5em;
  }
  .listCard._infoCard h4 {
    margin: 0 0 6px;
  }
  .listCard._infoCard .couponItem {
    padding: 1em 0;
  }
  .listCard._infoCard .couponItem:has(.col > .points) {
    align-items: flex-start;
    padding-bottom: 0;
  }
  .listCard._infoCard p.points {
    text-align: right;
    border-top: 1px solid #BDBDBC;
    margin: 0;
    padding-top: 10px;
  }
  .listCard._infoCard p.points span {
    color: #222;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
  }
  .listCard._infoCard p.points b {
    padding-left: 24px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 20px;
    margin: 0 4px;
  }
  .listCard._mix {
    flex-wrap: wrap;
  }
  .listCard._mix .recipient {
    flex: 1 1 100%;
  }
  .listCard._mix .recipient p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .listCard.act {
    box-shadow: 0 0 0 2px #008C38;
    border: 1px solid #008C38;
  }
  @media (max-width: 992px) {
    .listCard {
      padding: 1em;
    }
  }
  .roleList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .roleList a {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .roleList h3 {
    text-align: center;
    font-size: 1em;
    margin: 10px 0 0;
  }
  .roleList .imgContainer {
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
  }
  .roleList .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .ticket {
    background: #fff;
    padding: 2.5em 2em;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ticket .couponItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
    position: relative;
  }
  .ticket .couponItem .col {
    flex: 0 1 auto;
    margin-bottom: 10px;
  }
  .ticket .couponItem .col:first-child {
    flex: 0 0 100px;
    padding-right: 16px;
  }
  .ticket .couponItem .col h3 {
    margin: 0;
    font-size: 1.125em;
    text-align: left;
  }
  .ticket .couponItem::before, .ticket .couponItem::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: #f6f7ef;
    border-radius: 50%;
    bottom: 0;
  }
  .ticket .couponItem::before {
    left: 0;
    transform: translate(-150%, 50%);
  }
  .ticket .couponItem::after {
    right: 0;
    transform: translate(150%, 50%);
  }
  .giftCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .giftCard .card {
    flex: 1 1 auto;
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
  }
  .giftCard .card .imgContainer {
    overflow: hidden;
    position: relative;
    border-radius: 0 !important;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
  }
  .giftCard .card .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .giftCard .card .imgContainer .mask {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .giftCard .card .imgContainer .mask span {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.75em 1em;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .giftCard .card .imgContainer .mask span img {
    width: 20px;
    height: 20px;
  }
  .giftCard .card .cardInfo {
    background: #fff;
    padding: 1em !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .giftCard .card .cardInfo span.category {
    display: flex;
    align-items: stretch;
    color: #008C38;
    font-size: 0.9em;
    margin: 0.5em auto 0;
  }
  .giftCard .card .cardInfo span.category img {
    height: 26px;
    margin-right: 4px;
  }
  .giftCard .card .cardInfo h3, .giftCard .card .cardInfo p {
    text-align: left;
  }
  .giftCard .card .cardInfo h3 {
    font-size: 1.125em;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .giftCard .card .cardInfo p.points {
    color: #333;
    font-weight: bold;
    font-size: 1.125em;
    margin: 0;
  }
  .giftCard .card .cardInfo p.points span {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #bdbdbd;
    text-decoration: line-through;
    text-align: left;
  }
  .giftCard .card .cardInfo .up {
    min-height: 111px;
  }
  .functionWrap {
    padding-bottom: 1em;
    transition: 0.3s;
  }
  .functionWrap._locked {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 79px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .functionWrap .container {
    padding: 0 1.5em !important;
  }
  .cardFunction {
    position: relative;
    text-align: center;
  }
  .cardFunction h3 {
    margin: 0 0 6px;
    font-size: 1.5em;
  }
  .cardFunction a.urPoints {
    display: inline-block;
    margin: auto;
    background: url(../images/icon-boCoin.svg) 12px 50% no-repeat #fff;
    background-size: 24px;
    color: #222;
    border: 1px solid #BDBDBD;
    border-radius: 14px;
    padding: 0.35em 1em 0.35em 2.75em;
  }
  .cardFunction a.urPoints:hover, .cardFunction a.urPoints:focus-visible {
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .cardFunction a.btnSearch {
    position: absolute;
    right: 0;
    background: url(../images/icon-search.svg) 50% 50% no-repeat #fff;
    background-size: 32px;
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    transition: 0.3s;
  }
  .cardFunction a.btnSearch:hover, .cardFunction a.btnSearch:focus-visible {
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .cardFunction + .cardFunction {
    margin-top: 1em;
  }
  .filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0;
  }
  .filter .col {
    flex: 0 0 auto;
  }
  .filter ._filter,
  .filter ._sort {
    padding: 8px 12px 8px 32px;
    display: inline-flex;
    align-items: center;
  }
  .filter ._filter {
    background: url(../images/icon-filter.svg) 10px 50% no-repeat #EBEDDA;
    color: #333;
    background-size: 20px;
  }
  .filter ._filter span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #333;
    color: #fff !important;
    border-radius: 50%;
    margin-left: 4px;
    font-size: 0.9em;
    font-weight: bold;
  }
  .filter ._filter:hover, .filter ._filter:focus-visible {
    background: url(../images/icon-filter-w.svg) 10px 50% no-repeat rgb(0, 114.5, 45.8);
    color: #fff;
    background-size: 20px;
  }
  .filter ._filter:hover span, .filter ._filter:focus-visible span {
    background: #fff;
    color: rgb(0, 114.5, 45.8) !important;
  }
  .filter ._sort {
    background: url(../images/icon-sorting.svg) 10px 50% no-repeat #EBEDDA;
    color: #333;
    background-size: 20px;
  }
  .filter ._sort:hover, .filter ._sort:focus-visible {
    background: url(../images/icon-sorting-w.svg) 10px 50% no-repeat rgb(0, 114.5, 45.8);
    color: #fff;
    background-size: 20px;
  }
  .itemSort {
    display: flex;
    flex-wrap: wrap;
  }
  .itemSort a {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    padding: 1em 0;
  }
  .itemSort a img {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }
  .itemSort a:hover, .itemSort a:focus-visible {
    background: #eee;
  }
  .secBox {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 1em;
    padding: 1.25em 0;
    position: relative;
  }
  .secBox .infoType {
    margin-top: 0;
  }
  .secBox._full .container {
    padding: 0 !important;
  }
  .secBox .giftDisplay {
    margin-top: -20px;
  }
  .secBox h2 {
    margin: 0;
  }
  .secBox h2 + .giftCard {
    margin-top: 2em;
  }
  .secBox .tip {
    color: #008C38;
    font-size: 90%;
    line-height: 3;
  }
  .giftDisplay {
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.5em;
  }
  .giftDisplay .imgContainer {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
  }
  .giftDisplay .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .giftDisplay p {
    color: #333 !important;
  }
  .giftInfo {
    padding: 0 1.5em !important;
  }
  .giftInfo h2 {
    margin: 1.5em 0 0;
  }
  .giftInfo > div {
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #BDBDBC;
  }
  .giftInfo > div:last-child {
    border-bottom: none;
  }
  .giftInfo > div h3 {
    margin: 0;
    font-size: 0.9em;
    color: #858585;
  }
  .giftInfo > div p {
    margin: 6px 0 0 !important;
    font-size: 1.25rem;
    color: #333 !important;
    font-weight: bold;
  }
  .giftInfo > div p.points span {
    color: #222;
    margin-left: 4px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .giftInfo > div p.points b {
    padding-left: 24px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 20px;
    margin: 0 4px;
  }
  .focusCard {
    background: transparent;
    overflow: hidden;
  }
  .focusCard .imgContainer {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
  }
  .focusCard .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .focusCard .cardInfo {
    background: transparent !important;
    padding: 1em 1.5em;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    flex-direction: column;
  }
  .focusCard .cardInfo span.category {
    display: flex;
    align-items: stretch;
    color: #008C38;
    font-size: 0.9em;
    margin: 0.5em 0;
  }
  .focusCard .cardInfo span.category b {
    margin-right: 10px;
    position: relative;
  }
  .focusCard .cardInfo span.category b::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #008C38;
    border-radius: 50%;
    right: -6px;
    top: 50%;
  }
  .focusCard .cardInfo span.category b:last-child::before {
    display: none;
  }
  .focusCard .cardInfo h3, .focusCard .cardInfo p {
    text-align: left !important;
  }
  .focusCard .cardInfo h3 {
    font-size: 1.25em;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .focusCard .cardInfo .points {
    font-weight: bold;
    font-size: 1.125em;
    margin: 0;
  }
  .focusCard .cardInfo .points span {
    display: block;
    font-size: 90%;
    font-weight: normal;
    color: #777;
    text-decoration: line-through;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 22px;
    padding-left: 26px;
    margin-bottom: 6px;
  }
  .focusCard .cardInfo .points p {
    font-size: 1.25em;
    color: #222;
    margin: 0;
    padding-left: 36px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 28px;
    display: flex;
    align-items: center;
  }
  .focusCard .cardInfo .points p a {
    margin-left: 8px;
    font-size: 65%;
  }
  .focusCard .cardInfo ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    color: #777;
  }
  .focusCard .cardInfo ul li {
    margin: 8px 0;
  }
  @media (max-width: 992px) {
    .focusCard .cardInfo {
      padding: 1em 1.5em !important;
    }
  }
  .recipient {
    padding: 1em 1.5em;
    margin: 0.5em 0;
    background: #F9F9F9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recipient p {
    margin: 0 !important;
    color: #222 !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.6 !important;
  }
  .recipient p.user {
    margin-top: 12px !important;
  }
  .recipient a {
    display: block;
    word-break: keep-all;
    padding: 10px 0 10px 10px;
  }
  .recipient._deliverType {
    font-size: 90%;
  }
  .recipient._deliverType > div > section {
    display: flex;
    align-items: center;
  }
  .recipient._deliverType .imgContainer {
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
  }
  .recipient._deliverType .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .recipient._progress {
    flex-direction: column;
    align-items: flex-start;
    font-size: 90%;
  }
  .recipient._progress .btn {
    padding: 0 12px;
    margin: 0;
    line-height: 2;
  }
  .recipient._progress > div {
    display: flex;
    align-items: center;
  }
  .recipient._progress > div p {
    line-height: 1.4 !important;
    padding-left: 38px;
    margin: 6px 4px 6px 0 !important;
    background: url(../images/icon-progress.svg) left 50% no-repeat;
    background-size: 30px;
  }
  .recipient.act {
    background: #F1F3ED;
    box-shadow: 0 0 0 3px #008C38;
  }
  a._Edit {
    display: block;
    word-break: keep-all;
  }
  a._Edit._disable {
    color: #666;
    cursor: not-allowed;
  }
  a.recipient {
    display: block;
  }
  ._fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    padding: 0 1.5em;
    z-index: 100;
  }
  .bannerSlider {
    margin: 0 -1.5em 2em;
  }
  .bannerSlider .container {
    padding: 0 !important;
  }
  .bannerSlider .item {
    border-radius: 8px;
    overflow: hidden;
  }
  .bannerSlider .item.imgContainer {
    overflow: hidden;
    position: relative;
  }
  .bannerSlider .item.imgContainer img {
    width: 100%;
    aspect-ratio: 3/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .scroll-x {
    margin-right: -1.5em;
    overflow-x: scroll;
  }
  .scroll-x .giftCard {
    flex-wrap: nowrap;
  }
  .scroll-x .giftCard .card {
    min-width: 40%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .searchBar {
    width: 100%;
    background: #eee;
    position: relative;
  }
  .searchBar input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 52px;
  }
  .searchBar .btn._remove {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-close-w.svg) 50% 50% no-repeat #b1b1b1;
    background-size: 10px;
  }
  .searchBar .btn._remove:hover, .searchBar .btn._remove:focus-visible {
    background: url(../images/icon-close.svg) 50% 50% no-repeat #fff;
    background-size: 10px;
  }
  .searchBar + .cardFunction {
    margin: 1em 0;
  }
  .historyList {
    margin: 2em 0;
    position: relative;
  }
  .historyList h3 {
    margin: 6px 0;
    font-size: 1em;
    color: rgb(119, 119, 119);
  }
  .historyList ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .historyList ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .historyList ul li a {
    color: #222;
    flex: 1 1 auto;
  }
  .historyList .btn._clear {
    position: absolute;
    right: 0;
    top: -3px;
    margin: 0;
  }
  header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }
  header .container, header nav {
    height: 150px;
  }
  header .goBack {
    font-size: 1em;
    font-weight: bold;
    color: #1a1a1a;
    transition: 0.3s;
  }
  header .goBack:hover, header .goBack:focus-visible {
    color: #008C38;
  }
  @media (max-width: 992px) {
    header .goBack {
      position: absolute;
      right: 2em;
      z-index: 3;
    }
  }
  header .sidebarCtrl {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 0px;
    display: block;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4em;
    padding-right: 4em;
  }
  header h1 {
    background: url(../images/logo.svg) left 50% no-repeat;
    background-size: contain;
    width: 340px;
    height: 88px;
    font-size: 0;
    letter-spacing: 3px;
    font-weight: normal;
    display: flex;
    align-items: flex-end;
  }
  header .sidebarCtrl {
    display: none;
    right: 0;
  }
  header .sidebarCtrl span {
    position: absolute;
    background: #222;
    width: 50%;
    height: 3px;
    top: 20px;
    left: 50%;
    margin-left: -25%;
    display: block;
    border-radius: 2px;
    transition: 0.3s;
  }
  header .sidebarCtrl span:nth-child(2) {
    top: 28px;
  }
  header .sidebarCtrl span:nth-child(3) {
    top: 36px;
  }
  header .sidebarCtrl.act span:nth-child(1) {
    top: 28px;
    transform: rotate(-45deg);
  }
  header .sidebarCtrl.act span:nth-child(2) {
    opacity: 0;
  }
  header .sidebarCtrl.act span:nth-child(3) {
    top: 28px;
    transform: rotate(45deg);
  }
  header nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  header nav a.lang {
    display: inline-block;
    padding: 8px 24px;
    background: #fff;
    color: #008C38;
    border: 1px solid #008C38;
    border-radius: 20px;
    margin: 10px 0;
    transition: 0.3s;
    visibility: hidden;
  }
  header nav a.lang:hover {
    color: #fff;
    background: #008C38;
  }
  header nav .menu {
    display: flex;
  }
  header nav .menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    color: #1a1a1a;
    background: transparent;
    padding: 22px 36px;
    border-radius: 4px 4px 0 0;
    transition: 0.3s;
    position: relative;
  }
  header nav .menu a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #aef35c;
    left: calc(50% + 18px);
    bottom: 46%;
    transform-origin: bottom left;
    transition: 0.2s;
  }
  header nav .menu a:hover:after {
    width: 32px;
    height: 32px;
  }
  @media (max-width: 1100px) {
    header nav .menu a {
      padding: 22px 28px;
    }
  }
  @media (max-width: 992px) {
    header .container, header h1, header nav {
      height: 60px;
    }
    header .container {
      padding-left: 2em;
      padding-right: 2em;
    }
    header h1 {
      background-size: auto 50px;
    }
    header .sidebarCtrl {
      display: block;
    }
    header nav {
      display: none;
      position: fixed;
      z-index: 10000;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255, 0.85);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      top: 60px;
      left: 0;
    }
    header nav a.lang {
      font-size: 112%;
      margin-top: 30px;
    }
    header nav .menu {
      flex-direction: column;
    }
    header nav .menu a {
      font-size: 112%;
      background: transparent;
      border-radius: 6px;
    }
    header nav.show {
      display: flex;
    }
  }
  .main {
    overflow-x: hidden;
    padding-bottom: 2em;
    min-height: 80vh;
  }
  .main .container {
    padding: 2em;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 60vh;
  }
  .main .memberID {
    color: #222;
    padding: 1em 0;
    text-align: center;
    font-size: 1.125em;
  }
  .main .centerLimit {
    max-width: 480px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2em 3em;
    border-radius: 12px;
  }
  .main .centerLimit h3 {
    line-height: 1.6;
  }
  .main .centerLimit h3 span {
    display: block;
    word-break: break-all;
  }
  .main .centerLimit h3, .main .centerLimit p {
    text-align: center;
  }
  .main .centerLimit time {
    display: block;
    text-align: center;
    line-height: 2;
  }
  .main .centerLimit p.spot {
    font-size: 1.125rem;
    margin: 3em 0;
  }
  .main .centerLimit .imgBox {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    margin: 2em auto auto;
  }
  .main .centerLimit .imgBox + h3 {
    margin-top: 1em;
  }
  .main .centerLimit .imgBox img,
  .main .centerLimit .portrait img {
    width: 100%;
    height: 100%;
  }
  .main .centerLimit .imgBox img.contain,
  .main .centerLimit .portrait img.contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .centerLimit .imgBox img.cover,
  .main .centerLimit .portrait img.cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .centerLimit .imgBox img.fill,
  .main .centerLimit .portrait img.fill {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .main .centerLimit .imgContainer {
    border-radius: 4px;
    overflow: hidden;
    overflow: hidden;
    position: relative;
  }
  .main .centerLimit .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main .centerLimit .info {
    padding: 2em 2em;
    margin: 2em 0;
    background: #F9F9F9;
    border-radius: 8px;
  }
  .main .centerLimit .info h4 {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .main .centerLimit .info h4._alignL {
    text-align: left;
    margin-top: 0;
  }
  .main .centerLimit .info ol, .main .centerLimit .info ul {
    list-style: none;
    padding: 0 2em;
  }
  .main .centerLimit .info ol li, .main .centerLimit .info ul li {
    padding-left: 32px;
    line-height: 1.6;
    margin: 12px 0;
    background: url(../images/icon-li-style.svg) left 4px no-repeat;
    background-size: 24px 24px;
  }
  .main .centerLimit .info._cancel ol li, .main .centerLimit .info._cancel ul li {
    background: url(../images/icon-li-style2.svg) left 4px no-repeat;
    background-size: 24px 24px;
  }
  .main .centerLimit .info._user {
    background: #F6F7EE;
  }
  .main .centerLimit .info._user h4 {
    margin: 1.25em 0 0;
    font-weight: normal;
  }
  .main .centerLimit .info._user h4:first-child {
    margin-top: 0.5em;
  }
  .main .centerLimit .info._user p {
    font-size: 1.45em;
    font-weight: bold;
    color: #333;
    margin: 12px auto 36px;
  }
  .main .centerLimit .info._user p:last-child {
    margin-bottom: 0;
  }
  .main .centerLimit .info._user a {
    margin: -2em -1em;
  }
  .main .centerLimit .info._user a h4, .main .centerLimit .info._user a p {
    text-align: left;
    margin: 0;
    color: #333;
  }
  .main .centerLimit .info._user a h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .main .centerLimit .info._user a p {
    font-size: 1rem;
  }
  .main .centerLimit .info._list {
    background: #fff;
  }
  .main .centerLimit .info._list ol, .main .centerLimit .info._list ul {
    list-style: disc;
  }
  .main .centerLimit .info._list ol li, .main .centerLimit .info._list ul li {
    padding-left: 0;
    background: none;
  }
  .main .centerLimit .info._list .points {
    background: #F9F9F9;
    padding: 1.125em 0;
  }
  .main .centerLimit .info._list .points p {
    line-height: 2;
  }
  .main .centerLimit .info._list .points p span {
    display: inline-block;
    padding: 0 4px;
    color: #008C38;
  }
  .main .centerLimit .info._list .points p b {
    display: inline-block;
    font-size: 1.25em;
    color: #122514;
    padding-left: 36px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 28px;
  }
  @media (max-width: 992px) {
    .main .centerLimit .info {
      padding: 2em 1.5em;
    }
    .main .centerLimit .info ol, .main .centerLimit .info ul {
      padding: 0 1em;
    }
  }
  .main .centerLimit .functions {
    margin: 2em 0;
  }
  .main .centerLimit .note {
    color: #BDBDBD;
  }
  .main .centerLimit .memberCode {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    position: relative;
    width: 220px;
    padding: 1em;
    border-radius: 12px;
  }
  .main .centerLimit .memberCode .imgBox {
    margin: 0 auto;
  }
  .main .centerLimit .memberCode .portrait {
    position: absolute;
    width: 62px;
    height: 62px;
    background: pink;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .main .centerLimit .memberCode:has(.gid) .portrait {
    top: calc(50% - 13px);
  }
  .main .centerLimit .Countdown {
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .centerLimit .Countdown .timer._invalid {
    color: #EA3349;
  }
  .main .centerLimit._pure {
    background: none;
    box-shadow: none;
  }
  .main .centerLimit._coupon {
    background: #F6F7EE;
    border-radius: 12px;
    box-shadow: none;
    margin: 0 auto 2em;
  }
  .main .centerLimit._coupon .btnGrp._stable {
    max-width: 280px;
  }
  @media (max-width: 530px) {
    .main .centerLimit._coupon {
      margin: 0 -1.5em 2em;
      border-radius: 0;
    }
  }
  @media (max-width: 992px) {
    .main .centerLimit {
      max-width: 100%;
      padding: 2em 1.5em;
      margin: 0 1em;
      background: rgb(255, 255, 255);
      -webkit-backdrop-filter: blur(2px);
              backdrop-filter: blur(2px);
      border-radius: 0;
    }
    .main .centerLimit._pure {
      margin: 0 auto;
    }
  }
  .main .userPoints,
  .main a.userPoints {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 2em;
    background: #F6F7EE;
    border-radius: 8px;
    text-align: center;
  }
  .main .userPoints h3, .main .userPoints p,
  .main a.userPoints h3,
  .main a.userPoints p {
    margin: 0;
  }
  .main .userPoints h3,
  .main a.userPoints h3 {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-left: 1.3em;
    position: relative;
  }
  .main .userPoints h3:before,
  .main a.userPoints h3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 8px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 30px;
  }
  .main .userPoints .btnGrp,
  .main a.userPoints .btnGrp {
    width: 100%;
    justify-content: flex-end;
  }
  .main .userPoints .btn,
  .main a.userPoints .btn {
    padding: 8px 20px;
    flex: 0 1 auto;
  }
  @media (max-width: 992px) {
    .main .userPoints .btnGrp,
    .main a.userPoints .btnGrp {
      flex-wrap: nowrap;
      flex-direction: row;
    }
    .main .userPoints .btnGrp .btn,
    .main a.userPoints .btnGrp .btn {
      margin: 0 4px;
    }
  }
  .main a.userPoints {
    display: block;
    background: url(../images/basic/icon_arrow_right.svg) right 16px top 50% no-repeat #F6F7EE;
    background-size: 24px;
    transition: 0.3s;
  }
  .main a.userPoints h3, .main a.userPoints p {
    text-align: left;
  }
  .main a.userPoints:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .main .userInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
  }
  .main .userInfo h3 {
    margin: 0;
  }
  .main .userInfo a {
    border: 1px solid #008C38;
    background: #fff;
    color: #008C38;
    padding: 0.5em 1.25em;
    border-radius: 8px;
    transition: 0.3s;
  }
  .main .userInfo a:hover {
    background: #008C38;
    color: #fff;
  }
  .main .actCards {
    margin: 2em 0;
  }
  .main .actCards h3 {
    text-align: left;
    margin: 1em 0;
  }
  .main .actCards a {
    display: block;
    margin: 1em 0;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
  }
  .main .actCards a .imgContainer {
    overflow: hidden;
    position: relative;
  }
  .main .actCards a .imgContainer img {
    width: 100%;
    aspect-ratio: 3/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .main .actCards a .imgContainer img {
    display: block;
  }
  .main .actCards a._more {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    background: #fff;
    color: #008C38;
  }
  .main .actCards a._more img {
    width: 20px;
    height: 20px;
  }
  .main .actCards a:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .main .setBox {
    margin: 2em 0;
  }
  .main .setBox h3 {
    text-align: left;
    margin: 1em 0;
  }
  .main .setBox h4 {
    font-size: 1.25em;
    margin: 1.75em 0 0.5em;
    font-weight: normal;
  }
  .main .setBox ._linkItems {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    overflow: auto;
  }
  .main .setBox ._linkItems a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #BDBDBD;
    font-size: 1.125rem;
    color: #222;
    word-break: break-word;
  }
  .main .setBox ._linkItems a span._state {
    flex: 0 0 auto;
    color: #666;
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    padding-left: 10px;
  }
  .main .setBox ._linkItems a span._state img {
    width: 24px;
    height: 24px;
    margin-left: 12px;
  }
  .main .setBox ._linkItems a span._state._undo {
    color: rgb(186, 0, 0);
  }
  .main .setBox ._linkItems a span._state._setting {
    color: #015BE1;
  }
  .main .setBox ._linkItems a:last-child {
    border-bottom: none;
  }
  .main .setBox ._linkItems a:hover {
    background: #eee;
  }
  .main .setBox ._linkItems a.readonly {
    opacity: 1;
    cursor: not-allowed;
  }
  .main .setBox ._linkItems a.readonly:hover {
    background: #fff;
  }
  .main .setBox ._linkItems a.userSetting {
    background-image: url(../images/icon-settings.svg);
  }
  .main .setBox ._linkItems a.commonDelivery {
    background-image: url(../images/icon-delivery-black.svg);
  }
  .main .setBox ._linkItems a.memberWebInfo {
    background-image: url(../images/icon-web.svg);
  }
  .main .setBox ._linkItems a.QA {
    background-image: url(../images/icon-question.svg);
  }
  .main .setBox ._linkItems a.userSetting, .main .setBox ._linkItems a.commonDelivery, .main .setBox ._linkItems a.memberWebInfo, .main .setBox ._linkItems a.QA {
    padding-left: 3.25em;
    background-position: left 24px top 50%;
    background-repeat: no-repeat;
    background-size: 26px;
  }
  .main .setBox ._linkItems + ._linkItems {
    margin-top: 1.5em;
  }
  .main .setBox ._linkItems div h3 {
    margin: 0;
    font-size: 0.9em;
    color: #858585;
  }
  .main .setBox ._linkItems div p {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    text-align: left;
  }
  .main .setBox ._linkItems div p.unfill {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
  }
  .main .noteList {
    padding: 2em 3em;
    margin: 2em 0 1em;
    background: #F9F9F9;
    border-radius: 8px;
  }
  .main .noteList h3, .main .noteList p, .main .noteList li {
    text-align: left !important;
  }
  .main .noteList h3 {
    margin: 0.65em 0;
    font-size: 1.25rem;
  }
  .main .noteList ol li a, .main .noteList ul li a {
    padding: 4px 8px;
  }
  .main .noteList b {
    color: #EA3349;
  }
  .main .noteList._simple {
    background: transparent;
    padding: 2em 0;
    border-top: 1px solid #666;
    border-radius: 0;
  }
  .main .noteList._simple h3, .main .noteList._simple p, .main .noteList._simple li {
    color: #777;
  }
  .main form .noteList._simple {
    border-top: none;
    margin: 0;
  }
  .main .infoSetBox {
    margin-bottom: 3em;
  }
  .main .infoSetBox h3 {
    font-size: 1.5rem !important;
  }
  .main .infoSetBox .wrap {
    padding: 3em;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 8px;
  }
  .main .infoSetBox .wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #666;
  }
  .main .infoSetBox .wrap .item:last-child {
    border-bottom: none;
  }
  .main .infoSetBox .wrap .item span.tag {
    color: #666;
  }
  .main .infoSetBox .wrap .item p {
    margin: 0;
    padding-right: 4px;
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    word-break: break-word;
  }
  .main .infoSetBox .wrap .item p span {
    display: inline-block;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.25em 1em;
    margin: 4px 8px;
  }
  .main .infoSetBox .wrap .item .btn {
    padding: 6px 12px;
    margin: 0;
  }
  .main._userSep2 {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .main._userSep2 .container {
    padding: 30px 0 0;
    margin-top: -30px;
  }
  .main._userSep2 .centerLimit {
    max-width: none;
    background: #fff;
    box-shadow: none;
    padding-top: 2em;
    border-radius: 20px 20px 0 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  }
  @media (max-width: 992px) {
    .main._userSep2 {
      left: 0;
      transform: translateX(0);
    }
  }
  @media (max-width: 992px) {
    .main .container {
      margin: auto 0;
      padding: 2em 0;
    }
    .main .infoSetBox .wrap {
      padding: 2em 1.5em;
    }
    .main .infoSetBox .wrap .item p span {
      display: inline-block;
    }
  }
  .fixedZone {
    position: fixed;
    top: 150px;
    padding: 1em 1.5em 2em;
    width: calc(100% - 3em);
  }
  .fixedZone::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: rgba(163, 177, 106, 0.12);
    left: 0;
    top: 0;
  }
  .fixedZone .userInfo h3 {
    font-size: 1.125rem;
  }
  .fixedZone .userPoints,
  .fixedZone a.userPoints {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.5em;
    background: #F6F7EE;
    border-radius: 8px;
    text-align: center;
  }
  .fixedZone .userPoints h3, .fixedZone .userPoints p,
  .fixedZone a.userPoints h3,
  .fixedZone a.userPoints p {
    margin: 0;
  }
  .fixedZone .userPoints h3,
  .fixedZone a.userPoints h3 {
    font-size: 1.125rem;
    line-height: 2.3;
    padding-left: 1.8em;
    position: relative;
  }
  .fixedZone .userPoints h3:before,
  .fixedZone a.userPoints h3:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 8px;
    background: url(../images/icon-boCoin.svg) left 50% no-repeat;
    background-size: 26px;
  }
  .fixedZone a.userPoints {
    display: block;
    background: url(../images/basic/icon_arrow_right.svg) right 16px top 50% no-repeat #fff;
    background-size: 24px;
    transition: 0.3s;
  }
  .fixedZone a.userPoints h3, .fixedZone a.userPoints p {
    text-align: left;
  }
  .fixedZone a.userPoints:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .fixedZone a.userPoints + .btnGrp {
    padding: 0;
    margin-top: 0.75em;
  }
  .fixedZone .userInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
  }
  .fixedZone .userInfo h3 {
    margin: 0;
  }
  .fixedZone .userInfo a {
    border: 1px solid #008C38;
    background: #fff;
    color: #008C38;
    padding: 0.5em 1.25em;
    border-radius: 8px;
    transition: 0.3s;
  }
  .fixedZone .userInfo a:hover {
    background: #008C38;
    color: #fff;
  }
  .fixedZone .userInfo a.btn {
    color: #fff;
    background: #999;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
  }
  .fixedZone .userInfo a.btn._primary {
    background: #008C38;
  }
  .fixedZone .userInfo a.btn._more {
    background: #008C38;
    border-radius: 40px;
    padding: 16px 48px;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
  .fixedZone .userInfo a.btn._more img {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 6px;
  }
  .fixedZone .userInfo a.btn._second {
    background: #EBEDDA;
    color: #333;
  }
  .fixedZone .userInfo a.btn._default {
    background: #fff;
    color: #333;
  }
  .fixedZone .userInfo a.btn._delete {
    background: #fff;
    color: #EA3349;
  }
  .fixedZone .userInfo a.btn._delete:hover, .fixedZone .userInfo a.btn._delete:focus-visible {
    color: #fff;
    background: #ea3349;
  }
  .fixedZone .userInfo a.btn._clear {
    background: transparent;
    color: rgb(0, 114.5, 45.8);
    padding: 4px 12px;
  }
  .fixedZone .userInfo a.btn._clear:hover, .fixedZone .userInfo a.btn._clear:focus-visible {
    color: #fff;
    background: rgb(0, 114.5, 45.8);
  }
  .fixedZone .userInfo a.btn._remove {
    background: url(../images/icon-close.svg) 50% 50% no-repeat #fff;
    background-size: 12px;
    border-radius: 50%;
    color: #222;
    padding: 4px 12px;
    font-size: 0;
    width: 32px;
    height: 32px;
  }
  .fixedZone .userInfo a.btn._remove:hover, .fixedZone .userInfo a.btn._remove:focus-visible {
    background: url(../images/icon-close-w.svg) 50% 50% no-repeat #b1b1b1;
    background-size: 12px;
  }
  .fixedZone .userInfo a.btn._discount {
    color: #86954D;
    background: url(../images/icon-info.svg) right 12px top 50% no-repeat #fff;
    background-size: 14px;
    font-size: 0.8em;
    border: 1px solid #86954D;
    padding: 3px 32px 3px 8px;
  }
  .fixedZone .userInfo a.btn._discount:hover, .fixedZone .userInfo a.btn._discount:focus-visible {
    background: url(../images/icon-info.svg) right 12px top 50% no-repeat #e3e9b8;
    background-size: 14px;
    color: rgb(118.8805309735, 132.1880530973, 68.3119469027);
    border-color: rgb(118.8805309735, 132.1880530973, 68.3119469027);
  }
  .fixedZone .userInfo a.btn:hover, .fixedZone .userInfo a.btn:focus-visible {
    background: rgb(0, 114.5, 45.8);
    color: #fff;
    border-color: rgb(0, 114.5, 45.8);
  }
  .fixedZone .userInfo a.btn._share, .fixedZone .userInfo a.btn._store {
    background: none;
    color: #222;
    padding: 0 !important;
  }
  .fixedZone .userInfo a.btn._share:before, .fixedZone .userInfo a.btn._store:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: auto;
  }
  .fixedZone .userInfo a.btn._share:before {
    background: url(../images/icon-share.svg) 50% 50% no-repeat #fff;
    background-size: 22px;
  }
  .fixedZone .userInfo a.btn._store:before {
    background: url(../images/icon-store.svg) 50% 50% no-repeat #fff;
    background-size: 22px;
  }
  .fixedZone .userInfo a.btn._change {
    flex: 0 1 auto;
    margin: auto;
    color: #008C38;
    background: url(../images/icon-change.svg) right 10px top 50% no-repeat transparent;
  }
  .fixedZone .userInfo a.btn._rotate {
    padding: 0 32px;
    margin: 4px 0;
    color: #008C38;
    background: url(../images/icon-rotate.svg) right 0 top 50% no-repeat transparent;
    background-size: 30px;
  }
  .fixedZone .userInfo a.btn._rotate._disable {
    background: url(../images/icon-rotate-gry.svg) right 0 top 50% no-repeat transparent;
    background-size: 30px;
    opacity: 0.5;
  }
  .fixedZone .userInfo a.btn._disable {
    background: #ddd;
    color: #666;
    cursor: not-allowed;
  }
  .fixedZone .userInfo a.btn.submit {
    background: rgb(0, 114.5, 45.8);
    color: #222;
    padding: 16px 52px;
    border: none;
  }
  .fixedZone .userInfo a.btn.submit:hover, .fixedZone .userInfo a.btn.submit:focus-visible {
    background: black;
    color: #000;
  }
  .fixedZone .userInfo a.btn.normal {
    background: #434343;
  }
  .fixedZone .userInfo a.btn.normal:hover, .fixedZone .userInfo a.btn.normal:focus-visible {
    color: rgb(0, 114.5, 45.8);
    background: transparent;
  }
  .fixedZone .userInfo a.btn.filter {
    border: none;
    padding: 0;
    font-size: 0;
    width: 52px;
    height: 52px;
    background: url(../images/icon-array.svg) left top no-repeat;
    background-size: cover;
    transition: 0s;
  }
  .fixedZone .userInfo a.btn.filter:hover, .fixedZone .userInfo a.btn.filter:focus-visible {
    background-position: left bottom;
  }
  .fixedZone .userInfo .thumbnail {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .fixedZone .userInfo .thumbnail .portrait {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
  }
  .fixedZone .userInfo .thumbnail h3 {
    margin-bottom: 8px;
  }
  .fixedZone .userInfo .userCode {
    border: 1px solid transparent;
    background: url(../images/icon-QRcode.svg) right 10px top 50% no-repeat transparent;
    background-size: 18px;
    padding: 0.3em 2.25em 0.3em 1em;
  }
  .fixedZone .userInfo .userCode:hover {
    border-color: #008C38;
    color: #008C38;
    background: url(../images/icon-QRcode.svg) right 10px top 50% no-repeat transparent;
    background-size: 18px;
  }
  @media (max-width: 992px) {
    .fixedZone {
      top: 60px;
    }
  }
  .scrollZone {
    background: #fff;
    margin: 0 -1.5em;
    padding: 2em 1.5em;
  }
  .marketLink {
    background: #F1F3ED;
    padding: 3em 1.5em 1em;
    border-radius: 8px;
    text-align: right;
    position: relative;
    margin-top: 2em;
  }
  .marketLink h3, .marketLink p {
    text-align: left !important;
    margin: 0;
  }
  .marketLink h3 {
    font-size: 1.125rem;
  }
  .marketLink p {
    font-size: 90%;
  }
  .marketLink a {
    display: inline-block;
    background: url(../images/icon-arrow-right.svg) right 50% no-repeat;
    margin-top: 32px;
    padding: 4px 24px 4px 12px;
  }
  .marketLink .roleIcon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #F1F3ED;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    top: -36px;
    left: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .marketLink .roleIcon img {
    width: 60px;
    height: 60px;
  }
  .hr-text {
    border: none;
    text-align: center;
    height: 1px;
    background: hsl(0, 0%, 80%);
    position: relative;
    overflow: visible;
    opacity: 1;
  }
  .hr-text::before {
    content: attr(data-content);
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 16px;
    font-size: 1.125em;
    font-weight: bold;
    color: #333;
  }
  .QA_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 2em;
    position: relative;
  }
  .QA_flex ._sticky {
    flex: 0 0 240px;
    position: sticky;
    background: #fff;
    padding: 2em 1em;
    border-radius: 6px;
    margin-right: 2em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .QA_flex ._sticky ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .QA_flex ._sticky ul a {
    display: block;
    color: #222;
    background: #fff;
    padding: 12px 24px;
    margin-right: 4px;
    border-radius: 24px;
    transition: 0.2s;
  }
  .QA_flex ._sticky ul a.act, .QA_flex ._sticky ul a:hover, .QA_flex ._sticky ul a:focus-visible {
    background: rgb(226.4645669291, 237.1653543307, 197.3346456693);
  }
  .QA_flex ._QA {
    flex: 0 1 auto;
    flex-basis: calc(100% - 240px);
  }
  .QA_flex ._QA .item {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    padding: 2em;
    margin-bottom: 1em;
    position: relative;
  }
  .QA_flex ._QA .item .btn-switch {
    position: relative;
    width: 42px;
    height: 42px;
    font-size: 0;
    border-radius: 50%;
    background: none;
    border: none;
  }
  .QA_flex ._QA .item .btn-switch::before, .QA_flex ._QA .item .btn-switch::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .QA_flex ._QA .item .btn-switch::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .QA_flex ._QA .item .btn-switch:hover, .QA_flex ._QA .item .btn-switch.act {
    background: #333;
  }
  .QA_flex ._QA .item .btn-switch:hover::before, .QA_flex ._QA .item .btn-switch:hover::after, .QA_flex ._QA .item .btn-switch.act::before, .QA_flex ._QA .item .btn-switch.act::after {
    background: #fff;
  }
  .QA_flex ._QA .item .btn-switch.act:before, .QA_flex ._QA .item .btn-switch.act::after {
    transform: translateX(-50%);
    width: 20px;
  }
  .QA_flex ._QA .item .Q {
    display: flex;
    align-items: center;
  }
  .QA_flex ._QA .item .Q .num {
    flex: 0 0 52px;
    min-width: 52px;
    display: block;
    width: 52px;
    height: 52px;
    background: #eee;
    border-radius: 50%;
    font-size: 1.125em;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
  }
  .QA_flex ._QA .item .Q p {
    flex: 1 1 auto;
    padding: 0 3em 0 1em;
    color: #222;
    font-size: 1.25em;
  }
  .QA_flex ._QA .item .Q .btn-switch {
    flex: 0 0 42px;
  }
  .QA_flex ._QA .item .A {
    padding: 0 3em 0 73px;
    display: none;
  }
  .QA_flex ._QA .item .A.show {
    display: block;
  }
  .QA_flex.act ._sticky {
    position: fixed;
    width: 240px;
    z-index: 1;
  }
  .QA_flex.act ._QA {
    margin-left: 304px;
  }
  @media (max-width: 992px) {
    .QA_flex {
      flex-direction: column;
      display: block;
    }
    .QA_flex ._sticky {
      flex: 1 1 100%;
      width: 100%;
      padding: 0;
      box-shadow: none;
    }
    .QA_flex ._sticky ul {
      display: flex;
      overflow-x: scroll;
      overflow-y: hidden;
      margin-right: -1.5em;
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .QA_flex ._sticky ul::-webkit-scrollbar {
      -webkit-appearance: none;
    }
    .QA_flex ._sticky ul::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
    .QA_flex ._sticky ul::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid #fff;
      background-color: rgba(0, 0, 0, 0.15);
    }
    .QA_flex ._sticky ul li {
      height: 48px;
      margin: 0;
    }
    .QA_flex ._sticky ul li a {
      word-break: keep-all;
      display: ruby-text;
    }
    .QA_flex ._QA .item {
      padding: 0.5em 1em;
    }
    .QA_flex ._QA .item .btn-switch {
      margin-top: 20px;
    }
    .QA_flex ._QA .item .btn-switch.act:hover {
      background: #333;
    }
    .QA_flex ._QA .item .btn-switch.act:hover::before, .QA_flex ._QA .item .btn-switch.act:hover::after {
      background: #fff;
    }
    .QA_flex ._QA .item .btn-switch:hover {
      background: transparent;
    }
    .QA_flex ._QA .item .btn-switch:hover::before, .QA_flex ._QA .item .btn-switch:hover::after {
      background: #000;
    }
    .QA_flex ._QA .item .Q {
      align-items: flex-start;
    }
    .QA_flex ._QA .item .Q .num {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .QA_flex ._QA .item .Q p {
      padding: 0 1em;
      text-align: justify;
      margin-top: 26px;
    }
    .QA_flex ._QA .item .A {
      margin-bottom: 20px;
      padding: 0 14px;
    }
    .QA_flex.act ._sticky {
      width: 100%;
    }
    .QA_flex.act ._QA {
      margin-left: 0;
    }
  }
  .tag ul {
    list-style: none;
    display: flex;
  }
  .tag ul li a {
    font-size: 90%;
    padding: 8px 24px;
    background: #eeeeee;
    color: #535353;
    border-radius: 24px;
    margin: 0 2px;
  }
  .tag ul li a:hover, .tag ul li a.act {
    background: #008C38;
    color: #fff;
    border-color: rgb(0, 124.7, 49.88);
  }
  .hotAct {
    background: #f7f7f7;
  }
  .hotAct .container {
    background: transparent;
    margin-bottom: 0 !important;
  }
  .hotAct h3 {
    text-align: center;
    margin: 2em 0 1.5em;
  }
  .actInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .actInfo .card {
    flex: 1 1 44%;
    max-width: 44%;
    padding: 3%;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  .actInfo .card .imgContainer {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .actInfo .card .imgContainer img {
    width: 100%;
    aspect-ratio: 171/65;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .actInfo .card .imgContainer img {
    transition: 0.3s;
  }
  .actInfo .card time {
    display: block;
    color: #030303 !important;
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .actInfo .card h4 {
    line-height: 1.4;
    font-size: 1.45em;
    margin: 0;
  }
  .actInfo .card .tag {
    margin-bottom: 0;
  }
  .actInfo .card .tag li {
    background: #666;
    color: #fff;
    font-size: 0.813rem;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 4px;
  }
  .actInfo .card a {
    color: #1a1a1a;
  }
  .actInfo .card:hover {
    background: #fff;
  }
  .actInfo .card:hover .imgContainer img {
    transform: scale(1.1);
  }
  @media (max-width: 992px) {
    .actInfo .card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  .logInfo .filterDate {
    display: flex;
    align-items: center;
  }
  .logInfo .filterDate + .functions {
    margin-top: 2em;
  }
  .logInfo select {
    padding-right: 3em;
  }
  .logInfo input,
  .logInfo input[readonly] {
    margin-left: 12px;
    line-height: 1.6;
    min-width: 200px;
    opacity: 1;
    padding-right: 40px;
  }
  .logInfo input:hover, .logInfo input:focus-visible,
  .logInfo input[readonly]:hover,
  .logInfo input[readonly]:focus-visible {
    border: solid 1px #bdbdbd;
    box-shadow: none;
  }
  .logInfo ul {
    list-style: none;
    padding: 0;
    margin: 2em 0;
  }
  .logInfo ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin: 0 !important;
  }
  .logInfo ul li:last-child {
    border-bottom: none;
  }
  .logInfo ul li > div > div {
    display: flex;
    align-items: flex-start;
    margin-top: 6px;
  }
  .logInfo ul li > div > div span {
    flex: 0 0 auto;
    background: #eee;
    padding: 0.25em 1em;
    margin-right: 1em;
  }
  .logInfo ul li > div > div p {
    margin: 0 !important;
    line-height: 2;
    color: #222 !important;
  }
  .logInfo ul li b {
    flex: 0 0 auto;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
  }
  .logInfo .noData {
    margin: 2em 0;
    padding: 3em 0;
    font-size: 1.125em;
    text-align: center;
  }
  @media (max-width: 768px) {
    .logInfo {
      background: rgba(255, 255, 255, 0.75);
      -webkit-backdrop-filter: blur(6px);
              backdrop-filter: blur(6px);
      border-radius: 6px;
    }
    .logInfo .filterDate {
      align-items: flex-start;
      flex-direction: column;
    }
    .logInfo .filterDate input,
    .logInfo .filterDate input[readonly] {
      margin-left: 0;
      margin-top: 6px;
    }
    .logInfo ul li > div > div {
      flex-direction: column;
    }
    .logInfo ul li > div > div span {
      margin-bottom: 10px;
    }
  }
  ul.infoType {
    list-style: none;
    margin: 4em 0 2em;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #e6e6e6;
  }
  ul.infoType li {
    flex: 1 1 auto;
    margin: 0 !important;
  }
  ul.infoType li a {
    display: block;
    font-size: 1.25rem;
    color: #666;
    font-weight: bold;
    text-align: center;
    padding: 0.75em 1.8em;
    position: relative;
  }
  ul.infoType li a span {
    font-size: 70%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #EBEDDA;
    border-radius: 50%;
    margin: 4px;
  }
  ul.infoType li a:hover {
    color: #222;
  }
  ul.infoType li a.act {
    color: #008C38;
  }
  ul.infoType li a.act:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #008C38;
    bottom: -3px;
    left: 0;
  }
  ul.infoType + ul.list {
    box-shadow: none !important;
  }
  @media (max-width: 768px) {
    ul.infoType {
      justify-content: center;
      margin-top: 2em;
    }
  }
  .loading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loading svg {
    margin: 40px;
    display: inline-block;
  }
  .spinner {
    animation: rotator 1.4s linear infinite;
  }
  @keyframes rotator {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  }
  @keyframes colors {
    0% {
      stroke: #4285f4;
    }
    25% {
      stroke: #de3e35;
    }
    50% {
      stroke: #f7c223;
    }
    75% {
      stroke: #1b9a59;
    }
    100% {
      stroke: #4285f4;
    }
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 187;
    }
    50% {
      stroke-dashoffset: 46.75;
      transform: rotate(135deg);
    }
    100% {
      stroke-dashoffset: 187;
      transform: rotate(450deg);
    }
  }
  .mp .main {
    padding-bottom: 0;
    line-height: 1.6;
    max-width: 1920px;
    margin: auto;
  }
  .mp .main:has(._fixed) {
    padding-bottom: 104px;
  }
  .mp .main .container {
    background: transparent;
    border-radius: 0;
    min-height: auto;
  }
  .mp .main .function {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 4em 0;
  }
  .mp .main .function a.back {
    color: #222;
    background: url(../images/icon-arrow-left.svg) 12px 50% no-repeat transparent;
    background-size: 24px;
    display: inline-block;
    padding: 6px 20px 6px 42px;
    border-radius: 20px;
    transition: 0.3s;
  }
  .mp .main .function a.back:hover, .mp .main .function a.back:focus-visible {
    background: url(../images/icon-arrow-left.svg) 12px 50% no-repeat #fff;
    background-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
  .mp .main .addFunction {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mp .main .addFunction .subTitle {
    font-size: 1.125em;
    color: #333;
    display: flex;
    align-items: center;
  }
  .mp .main .addFunction .subTitle .imgContainer {
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
  }
  .mp .main .addFunction .subTitle .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .mp .main .addBtn {
    border: none !important;
    padding: 4px 2em 4px 12px;
    border-radius: 4px;
  }
  .mp .main .addBtn::before {
    right: 0;
    left: auto;
  }
  .mp .main .addBtn::after {
    right: 14px;
    left: auto;
  }
  .mp .main > section .container {
    margin: 0 auto;
    padding: 3em 5em;
  }
  .mp .main p, .mp .main li, .mp .main time, .mp .main span {
    color: #777;
    word-break: break-word;
  }
  .mp .main p, .mp .main li {
    margin: 10px 0;
  }
  .mp .main p > span {
    display: block;
    text-align: center;
  }
  .mp .main h2.mainTitle {
    text-align: center;
    font-size: 2em;
    color: #008C38;
    letter-spacing: 2px;
  }
  .mp .main h2.mainTitle + time {
    display: block;
    text-align: right;
    padding: 2em 0;
  }
  .mp .main h2.mainTitle._left {
    text-align: left;
    margin: 0;
  }
  .mp .main h2.mainTitle._left + time {
    text-align: left;
    padding-bottom: 0.5em;
  }
  .mp .main h3.mainTitle {
    text-align: center;
    font-size: 2.25rem;
    color: #008C38;
    margin: 1em 0 0;
  }
  .mp .main h3.mainTitle + p {
    text-align: center;
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .mp .main h3.mainTitle._bar {
    color: #333;
    font-size: 1.875rem;
    margin: 1em 0 2em;
    position: relative;
  }
  .mp .main h3.mainTitle._bar:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 6px;
    background: linear-gradient(90deg, #269f5c, #a1c33d);
    border-radius: 6px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mp .main .hero .container {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .mp .main .hero .container .info {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: calc((100% - 1440px) / 2 + 110px);
    transform: translateY(-50%);
    width: -moz-max-content;
    width: max-content;
  }
  .mp .main .hero .container .info h2.mainTitle {
    color: #262626;
    text-align: left;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .mp .main .hero .container .info h2.mainTitle b {
    color: #008C38;
  }
  .mp .main .hero .container .info p {
    font-size: 1.65rem;
    color: #262626;
    font-weight: bold;
  }
  .mp .main .hero .container .btn {
    border-radius: 40px;
    padding: 16px 48px;
    background: #333;
    color: #fff;
    font-size: 1.125rem;
  }
  .mp .main .hero .container .btn._primary {
    background: #008C38;
  }
  .mp .main .hero .container .btn:hover, .mp .main .hero .container .btn:focus-visible {
    font-weight: bold;
    background: #fff;
    color: rgb(0, 114.5, 45.8);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .mp .main .hero .container picture img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (max-width: 1440px) {
    .mp .main .hero .container .info {
      left: 110px;
    }
  }
  @media (max-width: 992px) {
    .mp .main .hero .container .info {
      width: 100%;
      top: auto;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }
    .mp .main .hero .container .info h2.mainTitle {
      font-size: 2.125rem;
      text-align: center;
      padding: 0 1em;
    }
    .mp .main .hero .container .info p {
      font-size: 1.25rem;
    }
    .mp .main .hero .container picture img {
      height: 620px;
    }
  }
  .mp .main .discountInfo {
    display: flex;
    justify-content: center;
    margin: 5em 0;
  }
  .mp .main .discountInfo .col {
    flex: 0 1 25%;
    text-align: center;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .mp .main .discountInfo .col .imgContainer {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: relative;
  }
  .mp .main .discountInfo .col .imgContainer img {
    width: 100%;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .mp .main .discountInfo h4 {
    margin: 1em 0 0;
    font-size: 1.125rem;
  }
  .mp .main .discountInfo b {
    color: #ff5500;
  }
  .mp .main .downloadApp {
    overflow: hidden;
    position: relative;
  }
  .mp .main .downloadApp:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #e8f6eb;
    border-radius: 100px 100px 0 0;
    top: 160px;
  }
  .mp .main .downloadApp .container {
    max-width: 1200px;
    display: flex;
    align-items: center;
  }
  .mp .main .downloadApp .container .col {
    flex: 1 1 auto;
  }
  .mp .main .downloadApp .container .col:first-child {
    max-width: 320px;
  }
  .mp .main .downloadApp .container .col:last-child {
    padding-left: 2em;
  }
  .mp .main .downloadApp .container .appLink {
    display: flex;
    justify-content: center;
  }
  .mp .main .downloadApp .container .appLink a {
    margin: 1em;
  }
  .mp .main .downloadApp._type2 h3.mainTitle {
    text-align: left;
    font-size: 2.125rem;
    color: #333;
  }
  .mp .main .downloadApp._type2 .f_icons {
    margin: 2em 0;
  }
  .mp .main .downloadApp._type2 .f_icons > img {
    width: 120px;
    height: 120px;
  }
  .mp .main .downloadApp._type2:after {
    display: none;
  }
  .mp .main .downloadApp._type2 .container .col:last-child {
    padding-left: 5em;
  }
  .mp .main .downloadApp._type2 .container .appLink a {
    margin: 0 0 10px;
  }
  .mp .main .gsap-outer h3.mainTitle {
    margin: 0;
    padding-top: 1em;
  }
  .mp .main .steps {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .mp .main .steps .target {
    position: absolute;
    font-size: 0;
    width: 30px;
    height: 60px;
    background: url(../images/icon-m1-steps-spot.svg) 50% 50% no-repeat;
    background-size: 24px 36px;
    left: -5px;
  }
  .mp .main .steps ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    position: relative;
  }
  .mp .main .steps ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    border-bottom: 1px dotted #000;
    z-index: -1;
  }
  .mp .main .steps ul li {
    font-size: 0;
    width: 20px;
    height: 60px;
    background: url(../images/img-m1-steps-circle.png) 50% 50% no-repeat;
    background-size: contain;
    margin: 0;
  }
  .mp .main .steps ul li.now {
    background: transparent;
  }
  .mp .main .pushAd {
    margin-top: 8em;
    position: relative;
  }
  .mp .main .pushAd .container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .mp .main .pushAd .container .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .mp .main .pushAd .container .col:first-child h3.mainTitle {
    margin-top: 0;
  }
  .mp .main .pushAd .container .col:first-child h3, .mp .main .pushAd .container .col:first-child p {
    text-align: left;
  }
  .mp .main .pushAd ul.step {
    list-style: none;
    margin: 2em 0;
    padding: 0;
  }
  .mp .main .pushAd ul.step li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    color: #fff;
  }
  .mp .main .pushAd ul.step li.act span {
    background: #008C38;
    color: #fff;
  }
  .mp .main .pushAd .mpSlider img {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .mp .main .pushAd .swiperArrow {
    background: #333;
    padding: 10px;
    border-radius: 50%;
  }
  .mp .main .pushAd .swiperArrow::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/icon-arrow-right-w.svg") center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  }
  .mp .main .pushAd .swiperArrow.nextSlider::before {
    transform: rotate(0);
  }
  .mp .main .pushAd .deco {
    top: -120%;
    left: 30%;
  }
  @media (max-width: 992px) {
    .mp .main .pushAd .container {
      max-width: 100%;
    }
    .mp .main .pushAd .swiperArrow.prevSlider {
      left: -20px;
    }
    .mp .main .pushAd .swiperArrow.nextSlider {
      right: -20px;
    }
  }
  .mp .main .cardInfo {
    display: flex;
    padding: 3em;
    margin: 3em 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .mp .main .cardInfo .col:first-child {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mp .main .cardInfo .col:first-child .tag {
    color: #008C38;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
  }
  .mp .main .cardInfo .col:first-child .tag:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 8px;
    border-radius: 8px;
    left: -72px;
    top: 6px;
    background: linear-gradient(90deg, #269f5c, #a1c33d);
  }
  .mp .main .cardInfo .col:first-child h4 {
    font-size: 1.5rem;
    margin: 1em 0;
    display: flex;
    align-items: center;
  }
  .mp .main .cardInfo .col:first-child h4 img {
    height: 32px;
    padding-right: 16px;
  }
  .mp .main .cardInfo .col:last-child {
    flex: 0 1 40%;
    max-width: 40%;
    padding: 3em;
    position: relative;
  }
  .mp .main .cardInfo .col:last-child:after {
    content: "";
    position: absolute;
    width: calc(100% - 6em);
    height: calc(100% - 6em);
    background: #e5e5e5;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
  }
  .mp .main .cardInfo .imgContainer {
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  .mp .main .cardInfo .imgContainer img {
    width: 100%;
    aspect-ratio: 8/5;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .mp .main .cardInfo:nth-child(even) .col:last-child:after {
    transform: translate(-50%, -50%) rotate(12deg);
  }
  .mp .main ul.list {
    list-style: none;
    padding: 3em 5em;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .mp .main ul.list li {
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
  .mp .main ul.list li:last-child {
    border-bottom-color: transparent;
  }
  .mp .main ul.list a {
    display: block;
    padding: 10px 80px 10px 0;
    color: #222;
    background: url(../images/icon-arrow-right-2.svg) right 50% no-repeat;
    background-size: 24px;
    font-size: 1.125rem;
    font-weight: bold;
    transition: 0.3s;
  }
  .mp .main ul.list a time {
    display: block;
    color: #008C38;
    font-size: 90%;
  }
  .mp .main ul.list a:hover, .mp .main ul.list a:focus-visible {
    padding: 10px 80px 10px 20px;
  }
  .mp .main ul.list a.tag {
    margin: 0;
    background: url(../images/icon-arrow-right-2.svg) right 50% no-repeat, url(../images/icon-tag.svg) right 40px top 50% no-repeat;
    background-size: 24px;
  }
  @media (max-width: 768px) {
    .mp .main ul.list a:hover, .mp .main ul.list a:focus-visible {
      padding: 10px 80px 10px 0;
    }
  }
  .mp .main .mixDeco {
    position: relative;
  }
  .mp .main .mixDeco2 {
    position: relative;
  }
  .mp .main .mixDeco2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg-mp-deco-3-L1.png) right 50% no-repeat;
    background-attachment: fixed;
    z-index: -1;
  }
  @media (max-width: 992px) {
    .mp .main .mixDeco2 {
      background: rgba(255, 255, 255, 0.9);
    }
  }
  .mp .main .deco {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 20%;
  }
  .mp .main .deco._1_L1, .mp .main .deco._2_L1, .mp .main .deco._3_L1 {
    z-index: -1;
  }
  .mp .main .deco._1_L2, .mp .main .deco._2_L2, .mp .main .deco._3_L2 {
    z-index: -2;
  }
  .mp .main .deco._1_L3 {
    z-index: -3;
  }
  .mp .main .deco._3_L1, .mp .main .deco._3_L2 {
    left: auto;
    right: 0;
  }
  .mp .main .hero2 {
    max-height: 670px;
  }
  .mp .main .hero2 .container {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .mp .main .hero2 .container .info {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
  .mp .main .hero2 .container .info h2.mainTitle {
    font-size: 3rem;
    color: #262626;
  }
  .mp .main .hero2 .container picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mp .main .hero2 .container .decoArrow {
    position: absolute;
    width: 72px;
    height: 72px;
    background: url(../images/icon-arrow-down.svg) 50% 50% no-repeat #008C38;
    border-radius: 50%;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media (max-width: 992px) {
    .mp .main .hero2 .container .info {
      width: 100%;
      top: 42%;
    }
    .mp .main .hero2 .container .info h2.mainTitle {
      font-size: 2.5rem;
      padding: 0 1em;
      line-height: 1.4;
    }
    .mp .main .hero2 .container picture img {
      height: 620px;
    }
  }
  .mp .main .decobox {
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
  }
  .mp .main .decobox + .tab .pushAd .deco {
    top: -140%;
    left: 12%;
  }
  @media (max-width: 768px) {
    .mp .main .decobox + .tab .pushAd .deco {
      top: -180%;
      left: 0;
    }
  }
  .mp .main .tab .pushAd {
    margin: 0 -1.5em auto;
  }
  .mp .main .tabTitle {
    display: flex;
    justify-content: center;
    margin: 2em 0;
  }
  .mp .main .tabTitle a {
    color: #222;
    font-size: 1.125rem;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 40px;
    padding: 16px 48px;
    margin: 0 2px;
    transition: 0.3s;
  }
  .mp .main .tabTitle a:hover {
    background: #eee;
  }
  .mp .main .tabTitle a.act {
    color: #fff;
    background: #008C38;
  }
  @media (max-width: 992px) {
    .mp .main .tabTitle {
      flex-wrap: wrap;
    }
    .mp .main .tabTitle a {
      padding: 12px 36px;
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 6px;
    }
  }
  .mp .main .tabItems section {
    display: none;
  }
  .mp .main .tabItems section.show {
    display: flex;
  }
  .mp .main .pointInfo {
    margin-top: 5em;
  }
  .mp .main .pointInfo .discountInfo {
    margin-bottom: 0;
  }
  @media (max-width: 992px) {
    .mp .main .pointInfo .discountInfo {
      margin-top: 0;
    }
  }
  .mp .main .thumbInfo .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4em 0;
  }
  .mp .main .thumbInfo .item .col:first-child {
    flex: 0 1 480px;
  }
  .mp .main .thumbInfo .item .col:last-child {
    padding-left: 2em;
    flex: 0 1 400px;
  }
  .mp .main .thumbInfo .item h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .mp .main .thumbInfo .item .imgContainer {
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    overflow: hidden;
    position: relative;
  }
  .mp .main .thumbInfo .item .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .mp .main .thumbInfo .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .mp .main .thumbInfo .item:nth-child(even) .col:last-child {
    padding-left: 0;
    padding-right: 2em;
  }
  .mp .main .thumbInfo .item a.btn {
    display: inline-block;
    margin-top: 1.5em;
  }
  @media (max-width: 992px) {
    .mp .main .thumbInfo .item {
      margin: 2em 0;
      flex-direction: column;
    }
    .mp .main .thumbInfo .item:nth-child(even) {
      flex-direction: column;
    }
    .mp .main .thumbInfo .item .col {
      padding: 0 1em !important;
    }
    .mp .main .thumbInfo .item .col:last-child {
      flex: 1 1 auto;
    }
  }
  .mp .main .terms h3 {
    font-size: 1.5em;
    margin: 1.5em 0 1em;
    color: #008c38;
  }
  .mp .main .terms ul, .mp .main .terms ol {
    margin: 1.5em 0 1.5em 1.5em;
  }
  .mp .main .terms a {
    padding: 2px 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .mp .main .terms a:hover {
    text-decoration: none;
  }
  .mp .main .terms p > span {
    display: inline-block;
    text-align: left;
  }
  .mp._page .main > section .container {
    padding: 1em 1.5em;
  }
  .mp._page .main > section .container .functionWrap .container {
    padding: 0 !important;
  }
  @media (max-width: 992px) {
    .mp .main > section .container {
      margin: 0 auto;
      padding: 2em 1.5em;
    }
    .mp .main .function {
      padding: 1em 1em 0;
    }
    .mp .main .discountInfo {
      flex-wrap: wrap;
      margin: 1em 0;
    }
    .mp .main .discountInfo .col {
      flex: 1 1 100%;
      padding: 1em 0;
    }
    .mp .main .downloadApp:after {
      border-radius: 30px 30px 0 0;
      top: initial;
      bottom: 0;
    }
    .mp .main .downloadApp .container {
      flex-direction: column;
    }
    .mp .main .downloadApp .container .col:last-child {
      padding-left: 0;
    }
    .mp .main .downloadApp._type2 .container .col:first-child {
      max-width: 180px;
    }
    .mp .main .downloadApp._type2 .container .col:last-child {
      padding-left: 0;
    }
    .mp .main .downloadApp._type2 .container .col:last-child h3.mainTitle {
      text-align: center;
      font-size: 2rem;
    }
    .mp .main .downloadApp._type2 .container .col:last-child .f_icons {
      justify-content: center;
    }
    .mp .main .pushAd .container {
      flex-direction: column;
    }
    .mp .main .pushAd .container .col {
      flex: 1 1 100%;
      max-width: 100%;
      min-width: 90%;
    }
    .mp .main .pushAd .container .col:first-child {
      text-align: center;
    }
    .mp .main .pushAd .container .col:first-child h3.mainTitle {
      text-align: center;
    }
    .mp .main .pushAd .container .col:first-child ul.step {
      margin: 0;
    }
    .mp .main .pushAd .container .col:first-child ul.step + .btnGrp {
      margin-bottom: 2em;
    }
    .mp .main .pushAd ul.step li {
      display: none;
    }
    .mp .main .pushAd ul.step li.act {
      display: block;
    }
    .mp .main .cardInfo {
      flex-direction: column;
      padding: 3em 2em;
    }
    .mp .main .cardInfo .col:first-child h4 img {
      height: 28px;
    }
    .mp .main .cardInfo .col:last-child {
      flex: 1 1 100%;
      max-width: 100%;
      display: none;
    }
    .mp .main ul.list {
      padding: 2em;
    }
  }
  time.VersionNum {
    display: block;
    text-align: right;
    margin-bottom: 1.5em;
  }
  .subTitle {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-top: 6px;
  }
  .subTitle + .functionWrap {
    margin-bottom: 2.25em;
  }
  .subTitle + .stickyWrap {
    padding-top: 40px;
  }
  .subTitle + .stickyWrap ul.infoType {
    margin-bottom: 2em;
  }
  @media (max-width: 768px) {
    .subTitle + .stickyWrap {
      padding-top: 8px;
    }
  }
  .subTitle:has(+ p) {
    margin-bottom: 0;
  }
  .subTitle + p {
    text-align: center;
  }
  footer {
    background: #3a3737;
    border-radius: 40px 40px 0 0;
  }
  footer .container {
    padding: 4em;
  }
  footer .flex {
    display: flex;
    flex-direction: column;
  }
  footer .f_links {
    display: flex;
  }
  footer .f_links a {
    color: #fff;
    padding: 6px 20px;
    border-radius: 2px;
    position: relative;
    transition: 0.3s;
  }
  footer .f_links a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .f_links a:last-child::after {
    opacity: 0;
  }
  footer .f_links a:hover {
    background: #666;
  }
  footer .f_info {
    display: flex;
  }
  footer .f_info .col {
    flex: 1 1 50%;
  }
  footer .f_info .col h3 {
    margin: 20px 0;
  }
  footer .f_info .col:last-child h3 {
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
  footer .Copyright {
    color: #fff;
    font-size: 0.875rem;
    margin-top: 2em;
  }
  @media (max-width: 992px) {
    footer .container {
      padding: 4em 2em;
    }
    footer .flex {
      flex-direction: column-reverse;
    }
    footer .f_links {
      margin-top: 2em;
      justify-content: center;
    }
    footer .f_links a {
      font-size: 0.9rem;
      text-align: center;
    }
    footer .f_info {
      flex-direction: column;
      align-items: center;
    }
    footer .f_info .col {
      flex: 1 1 100%;
    }
    footer .f_info .col:first-child {
      display: none;
    }
    footer .f_info .col:last-child h3 {
      text-align: center;
    }
    footer .Copyright {
      text-align: center;
    }
  }
  .f_icons {
    display: flex;
  }
  .f_icons > img {
    width: 100px;
    height: 100px;
  }
  .f_icons div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
  }
  .f_icons div a img {
    display: block;
  }
  h1.title,
  h2.title {
    font-size: 2em;
    line-height: 1.25em;
    margin: 0.5em 0;
  }
  .cp .pic {
    float: left;
    margin: 0px 1em 1em 0;
    width: auto;
    width: 45%;
    max-width: 400px;
    background: #f1f1f1;
    overflow: hidden;
    padding: 0.5em 0.5em 0.2em;
  }
  .cp .pic img {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
  }
  .cp .pic span {
    text-align: center;
    display: block;
    font-size: 0.938em;
  }
  .cp .pic figcaption {
    line-height: 3;
  }
  @media screen and (max-width: 767px) {
    .cp .pic {
      float: none;
      max-width: 100%;
      width: auto;
      margin: 0px auto;
      display: block;
      margin-bottom: 0.5em;
    }
  }
  .cp table {
    background: #fff;
  }
  .cp img.floatLeft {
    float: left;
    margin: 0px 1em 1em 0;
    width: auto;
    max-width: 55%;
  }
  @media screen and (max-width: 767px) {
    .cp img.floatLeft {
      float: none;
      max-width: 100%;
      margin: 0px auto;
    }
  }
  .cp img.floatRight {
    float: right;
    margin: 0px 0 1em 1em;
    width: auto;
    max-width: 55%;
  }
  @media screen and (max-width: 767px) {
    .cp img.floatRight {
      float: none;
      max-width: 100%;
      margin: 0px auto;
    }
  }
  .cp a {
    text-decoration: none;
    color: #00a4f9;
  }
  .cp a:hover, .cp a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .cp a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
  .cp .publishInfo {
    font-size: 0.875em;
    line-height: 1.5em;
    list-style: none;
    margin: 0 0 0.7em 0;
    border-left: solid 5px #008C38;
    padding: 0.8em 1.5em 0.8em;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .cp .publishInfo li {
    flex: 1 1 33.3333333333%;
    margin-bottom: 0.5em;
  }
  @media screen and (max-width: 991px) {
    .cp .publishInfo li {
      flex: 1 1 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .cp .publishInfo li {
      flex: 1 1 100%;
    }
  }
  .fileDownload {
    width: 100%;
    margin: 0 auto 2em;
    clear: both;
    zoom: 1;
  }
  .fileDownload:before, .fileDownload:after {
    content: "";
    display: table;
  }
  .fileDownload:after {
    clear: both;
  }
  .fileDownload h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 0.2em;
    border-bottom: 1px solid #008C38;
  }
  .fileDownload ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .fileDownload li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0.5em 0 0.5em 1.5em;
    border-bottom: solid 1px #eee;
  }
  .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: #666;
  }
  .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;
  }
  .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: rgb(34.5202702703, 81.4324324324, 161.9797297297);
  }
  .fileDownload li span.file_xls a, .fileDownload li span.file_xlsx a, .fileDownload li span.file_csv a, .fileDownload li span.file_ods a {
    background: #387947;
  }
  .fileDownload li span.file_xls a:hover, .fileDownload li span.file_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: rgb(47.9322033898, 103.5677966102, 60.7711864407);
  }
  .fileDownload li span.file_ppt a, .fileDownload li span.file_pptx a, .fileDownload li span.file_odp a, .fileDownload li span.file_pdf a {
    background: #c55a3b;
  }
  .fileDownload li span.file_ppt a:hover, .fileDownload li span.file_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: rgb(177.8661417323, 80.7657480315, 52.6338582677);
  }
  .fileDownload li span.file_pdf a {
    background: #c00;
  }
  .fileDownload li span.file_pdf a:hover, .fileDownload li span.file_pdf a:focus-visible {
    background: rgb(178.5, 0, 0);
  }
  .fileDownload li span.file_zip a {
    background: #eb712e;
  }
  .fileDownload li span.file_zip a:hover, .fileDownload li span.file_zip a:focus-visible {
    background: rgb(232.7729257642, 97.1877729258, 22.7270742358);
  }
  .fileDownload li span.file_txt a, .fileDownload li span.file_other a {
    background: #555;
  }
  .fileDownload li span.file_txt a:hover, .fileDownload li span.file_txt a:focus-visible, .fileDownload li span.file_other a:hover, .fileDownload li span.file_other a:focus-visible {
    background: rgb(72.25, 72.25, 72.25);
  }
  .fileDownload li span.file_mov a {
    background: #009999;
  }
  .fileDownload li span.file_mov a:hover, .fileDownload li span.file_mov a:focus-visible {
    background: rgb(0, 127.5, 127.5);
  }
  .fileDownload li span.file_mp3 a, .fileDownload li span.file_mp4 a {
    background: #088ecc;
  }
  .fileDownload li span.file_mp3 a:hover, .fileDownload li span.file_mp3 a:focus-visible, .fileDownload li span.file_mp4 a:hover, .fileDownload li span.file_mp4 a:focus-visible {
    background: rgb(7.0377358491, 124.9198113208, 179.4622641509);
  }
  .fileDownload li span.file_jpg a {
    background: #6c29a4;
  }
  .fileDownload li span.file_jpg a:hover, .fileDownload li span.file_jpg a:focus-visible {
    background: rgb(94.5658536585, 35.9, 143.6);
  }
  .fileDownload li span.file_wmv a {
    background: #430a1f;
  }
  .fileDownload li span.file_wmv a:hover, .fileDownload li span.file_wmv a:focus-visible {
    background: rgb(44.8116883117, 6.6883116883, 20.7337662338);
  }
  .webLink {
    margin: 1em 0;
  }
  .webLink h3 {
    font-size: 1.5em;
    padding: 12px 0px 15px 0px;
    margin: 0.5em 0px 0.2em;
    border-bottom: 1px solid #008C38;
  }
  .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: #222;
  }
  .webLink li a:hover, .webLink li a:focus-visible {
    color: rgb(0, 147.6, 224.1);
    cursor: pointer;
  }
  .webLink li a:focus-visible {
    outline: rgb(0, 147.6, 224.1) 2px solid;
  }
}/*# sourceMappingURL=style.css.map */