@charset "UTF-8";
@import '../vendor/swiper/swiper-bundle.min.css';
@import '../vendor/fancybox/fancybox.css';
@import '../css/animate.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;
}

@layer webScss {
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: #ff0;
    color: #000;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: not-allowed;
  }
  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: #66b3ff;
    min-height: 200px;
    color: #262626;
    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: #8df7fc;
  }
  .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,
  .sp {
    font-size: 1.0666666em;
    line-height: 1.65em;
  }
  @media screen and (max-width: 575px) {
    .cp,
    .sp {
      font-size: 1.2em;
    }
  }
  .cp h1,
  .sp h1 {
    font-size: 2em;
  }
  .cp h2,
  .sp h2 {
    font-size: 1.75em;
    margin-bottom: 1.25em;
  }
  .cp h3,
  .sp h3 {
    font-size: 1.5em;
  }
  .cp h4,
  .sp h4 {
    font-size: 1.25em;
    margin-top: 0;
    margin: 0.5em 0;
  }
  .cp h5,
  .sp h5 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h6,
  .sp h6 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp p,
  .sp p {
    font-size: 1em;
    line-height: 1.85em;
    margin-top: 0;
  }
  .cp ul,
  .cp ol,
  .sp ul,
  .sp ol {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .cp ul li,
  .cp ol li,
  .sp ul li,
  .sp ol li {
    margin-bottom: 0.5em;
  }
  .cp dd,
  .cp th,
  .cp td figure,
  .sp dd,
  .sp th,
  .sp td figure {
    font-size: 1em;
  }
  .cp blockquote,
  .sp blockquote {
    background: #f1f1f1;
    font-style: normal;
    display: block;
    font-size: 1em;
    border-left: 5px solid #038187;
    padding: 2em;
    box-sizing: border-box;
    margin: 0 0em 2em;
  }
  .cp img,
  .sp img {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .cp img,
    .sp img {
      max-width: 100%;
      width: auto;
      clear: both;
    }
  }
  a:focus-visible {
    outline: #d30000 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: #333;
    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: #038187;
    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-visible {
    background: #04b1b9;
    top: 0;
    opacity: 1;
    box-shadow: none;
    color: #fff;
  }
  .no-js noscript {
    display: block;
    padding: 0.5em;
    border: 2px solid #038187;
    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: #038187;
  }
  .no-js noscript a:hover, .no-js noscript a:focus-visible {
    color: #02676c;
  }
  .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: #333;
    line-height: 1.45em;
    font-family: Lato, "PingFang TC", "Helvetica Neue", Helvetica, 微軟正黑體, 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: #038187;
  }
  a:hover, a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  a:focus-visible {
    outline: #d30000 2px dashed;
  }
  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: 1rem;
    flex: 0 0 auto;
    margin: 2px;
    align-items: center;
  }
  .fontSize ul li button,
  .fontSize ul li a {
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: none;
    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: #038187;
    color: #fff;
  }
  .fontSize ul li button.small,
  .fontSize ul li a.small {
    font-size: 0.938rem;
  }
  .fontSize ul li button.large,
  .fontSize ul li a.large {
    font-size: 1.125rem;
  }
  @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: #02676c;
    color: #fff;
    box-shadow: none;
  }
  .fontSize.typeB ul li button:hover, .fontSize.typeB ul li button:focus-visible {
    background: #038187;
    border-inline: #02676c 2px solid;
  }
  .slidedown {
    font-size: 0.938rem;
    z-index: 9999;
    position: relative;
    font-weight: 400;
    align-items: center;
    margin-right: 2px;
  }
  .slidedown button, .slidedown > a {
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding: 0.2em 2.5em 0.2em 1em;
    position: relative;
    transition: 0.3s ease-out;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    margin: 0;
    width: 100%;
    border: none;
  }
  .slidedown button:after, .slidedown > a:after {
    position: absolute;
    right: 1em;
    top: calc(50% - 0.5em);
    content: "";
    width: 1em;
    height: 1em;
    background: url(../images/icon/icon_arrow_down_dark.svg) center no-repeat;
    background-size: 0.938em;
    filter: invert(0.2);
  }
  .slidedown ul {
    background: #444;
    padding: 1em 1.5em;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slidedown ul li {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
  }
  .slidedown ul li a {
    display: block;
    color: #fff;
    padding: 0.5em 0.8em;
    transition: 0.3s ease-out;
  }
  .slidedown ul li a:hover, .slidedown ul li a:focus-visible {
    background: #038187;
    border-inline: #02676c 2px solid;
  }
  .mobileSearchBtn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    text-indent: -9999px;
    color: transparent;
    width: 60px;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
    border: none;
  }
  .mobileSearchBtn::before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
    aspect-ratio: 1/1;
    display: block;
    background: url("../images/basic/icon_search.svg") center no-repeat;
    background-size: 24px;
  }
  .mobileSearchBtn.active {
    display: block;
  }
  .webSearchBtn {
    position: relative;
  }
  .webSearchBtn > button {
    text-indent: -9999px;
    color: transparent;
    width: 50px;
    aspect-ratio: 1/1;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
  }
  .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 (max-width: 991px) {
    .webSearch {
      padding: 0;
    }
  }
  .webSearch .content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    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.mobile {
    display: none;
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
  }
  .webSearch.mobile .content {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    background: #444;
  }
  .webSearch.mobile .formGrp {
    display: flex;
    flex-grow: 1;
  }
  .webSearch.mobile .formGrp input {
    flex-grow: 1;
    margin: 0;
    margin-right: 8px;
  }
  .webSearch.mobile .keywordHot ul a {
    color: #fff;
  }
  .webSearch label {
    font-size: 0em;
  }
  .webSearch .formGrp {
    flex: 0 0 auto;
    margin: 0 0 0.5em;
    display: flex;
    align-items: center;
  }
  .webSearch .formGrp input {
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.8em;
    box-shadow: none;
    width: auto;
    border-radius: 2em;
  }
  .webSearch .formGrp input[type=submit] {
    min-width: auto;
    padding: 0.2em 0.8em;
  }
  .webSearch .formGrp input:focus-visible {
    box-shadow: 0 0px 0px 2px #1c8e93;
  }
  .webSearch .formGrp button,
  .webSearch .formGrp .btn,
  .webSearch .formGrp .btnSearch {
    min-width: auto;
    padding: 0.5em 1em;
    margin: 0;
    border-radius: 2em;
  }
  @media screen and (max-width: 767px) {
    .webSearch .formGrp button,
    .webSearch .formGrp .btn,
    .webSearch .formGrp .btnSearch {
      padding: 0.5em 0.8em;
    }
  }
  .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.5em 1em;
    margin: 0;
    background-color: #e3f384;
    border: none;
    border-radius: 2em;
  }
  .webSearch .btnGrp button:hover, .webSearch .btnGrp button:focus,
  .webSearch .btnGrp .btn:hover,
  .webSearch .btnGrp .btn:focus,
  .webSearch .btnGrp .btnSearch:hover,
  .webSearch .btnGrp .btnSearch:focus {
    background-color: #d8ee56;
  }
  .webSearch .keywordHot {
    flex: 1 1 100%;
  }
  @media screen and (max-width: 767px) {
    .webSearch .keywordHot {
      display: none;
    }
  }
  .webSearch .keywordHot ul {
    font-size: 0.875em;
    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: #333;
  }
  .webSearch .keywordHot ul a:hover, .webSearch .keywordHot ul a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .webSearch .keywordHot ul a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .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: #03979e;
  }
  .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: #03979e;
  }
  .webSearch.typeB {
    position: absolute;
    right: 15px;
    display: none;
    width: 40%;
    margin: 0;
    z-index: 100;
  }
  .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;
    }
  }
  .btnGrp {
    text-align: center;
    padding: 1em 0;
  }
  .uploadGrp .uploadBtn, .btn {
    font-size: 1em;
    touch-action: manipulation;
    background-image: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
    width: auto;
    padding: 0.5em 1.25em;
    min-width: 4em;
    margin: 0.25em 0.1em;
    border-radius: 2em;
  }
  .uploadGrp .uploadBtn i, .btn i {
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
  .btn {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #222;
    text-shadow: none;
  }
  .btn:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn:focus-visible {
    background: #c7c7c7;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn.active {
    background: #ededed;
    cursor: pointer;
  }
  .btn:hover, .btn:focus-visible {
    color: #222;
    outline: none;
  }
  .btnOrange {
    background: #ff7a00;
    border: 1px solid #ff7a00;
    color: #fff;
  }
  .btnOrange:hover {
    background: #d66600;
    border: 1px solid #d66600;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnOrange:focus-visible {
    background: #cc6200;
    border: 1px solid #cc6200;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnOrange.active {
    background: #ff871a;
    cursor: pointer;
  }
  .btnSubmit {
    background: #0499a0;
    border: 1px solid #0499a0;
    color: #fff;
  }
  .btnSubmit:hover {
    background: #037378;
    border: 1px solid #037378;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit:focus-visible {
    background: #02696e;
    border: 1px solid #02696e;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit.active {
    background: #04b1b9;
    cursor: pointer;
  }
  .btnReset {
    color: #595959;
  }
  .btnSearch {
    background: #038187;
    border: 1px solid #038187;
    color: #fff;
  }
  .btnSearch:hover {
    background: #025b5f;
    border: 1px solid #025b5f;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch:focus-visible {
    background: #025155;
    border: 1px solid #025155;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch.active {
    background: #0499a0;
    cursor: pointer;
  }
  .btnPrimary {
    background: #025b5f;
    color: #fff;
    border: solid 1px #025b5f;
  }
  .btnPrimary:hover, .btnPrimary:focus-visible {
    background: #02484b;
    border: solid 1px #02484b;
    color: #fff;
  }
  .btnSecondary {
    background: #e3f384;
    color: #333;
    border: solid 1px #e3f384;
    text-shadow: none;
  }
  .btnSecondary:hover, .btnSecondary:focus-visible {
    background: #d3ec3e;
    border: solid 1px #e3f384;
  }
  .btnNormal {
    background: #f1f1f1;
    color: #65656e;
    border: solid 1px #c3c3c3;
    text-shadow: none;
  }
  .btnNormal:hover, .btnNormal:focus-visible {
    color: #404046;
    background: #c3c3c3;
    border: solid 1px #c3c3c3;
  }
  .btnBack {
    background: #555;
    color: #fff;
    border: 1px solid #ddd;
  }
  .btnBack:hover, .btnBack:focus-visible {
    background: #025155;
    border: 1px solid #ddd;
  }
  .btn.disabled, .btn[disabled],
  button[type=button].disabled,
  button[type=button][disabled],
  button[type=submit].disabled,
  button[type=submit][disabled],
  input[type=button].disabled,
  input[type=button][disabled],
  input[type=submit].disabled,
  input[type=submit][disabled] {
    background-color: #ececec;
    color: #555;
    border-color: #ececec;
    cursor: not-allowed !important;
    text-shadow: none;
  }
  .btn.disabled:hover, .btn[disabled]:hover,
  button[type=button].disabled:hover,
  button[type=button][disabled]:hover,
  button[type=submit].disabled:hover,
  button[type=submit][disabled]:hover,
  input[type=button].disabled:hover,
  input[type=button][disabled]:hover,
  input[type=submit].disabled:hover,
  input[type=submit][disabled]:hover {
    background-color: #ececec;
    color: #555;
    border-color: #ececec;
  }
  .readonly,
  [readonly] {
    opacity: 0.7;
    cursor: not-allowed;
    text-shadow: none;
  }
  .readonly:hover,
  [readonly]:hover {
    color: #555;
  }
  .btnXl {
    font-size: 1.5em;
  }
  .btnLg {
    font-size: 1.25em;
  }
  .btnSm {
    font-size: 0.938em;
  }
  .btnXs {
    font-size: 0.75em;
  }
  .breadcrumb {
    padding: 0.1em 0em 0.1em;
    font-size: 0.875em;
    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: #333;
  }
  .breadcrumb a:hover, .breadcrumb a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .breadcrumb a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -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: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_add:before {
    background: url(../images/icon/icon_add.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_apple:before {
    background: url(../images/icon/icon_apple.svg) center center no-repeat;
    background-size: contain;
    margin: -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: -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: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowUp:before {
    background: url(../images/icon/icon_arrowUp.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowDown:before {
    background: url(../images/icon/icon_arrowDown.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_bookmark:before {
    background: url(../images/icon/icon_bookmark.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar:before {
    background: url(../images/icon/icon_calendar.svg) center center no-repeat;
    background-size: contain;
    margin: -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: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_chat:before {
    background: url(../images/icon/icon_chat.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_check:before {
    background: url(../images/icon/icon_check.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_clock:before {
    background: url(../images/icon/icon_clock.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_close:before {
    background: url(../images/icon/icon_close.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_copy:before {
    background: url(../images/icon/icon_copy.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_dot:before {
    background: url(../images/icon/icon_dot.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_edit:before {
    background: url(../images/icon/icon_edit.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_facebook:before {
    background: url(../images/icon/icon_facebook.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_global:before {
    background: url(../images/icon/icon_global.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_googleplus:before {
    background: url(../images/icon/icon_googleplus.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_grid:before {
    background: url(../images/icon/icon_grid.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_heart:before {
    background: url(../images/icon/icon_heart.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_home:before {
    background: url(../images/icon/icon_home.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_info:before {
    background: url(../images/icon/icon_info.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_layout:before {
    background: url(../images/icon/icon_layout.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_link:before {
    background: url(../images/icon/icon_link.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_linkedin:before {
    background: url(../images/icon/icon_linkedin.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_lock:before {
    background: url(../images/icon/icon_lock.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_mail:before {
    background: url(../images/icon/icon_mail.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_man:before {
    background: url(../images/icon/icon_man.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_minus:before {
    background: url(../images/icon/icon_minus.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_move:before {
    background: url(../images/icon/icon_move.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_order:before {
    background: url(../images/icon/icon_order.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_photo:before {
    background: url(../images/icon/icon_photo.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_pick:before {
    background: url(../images/icon/icon_pick.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_play:before {
    background: url(../images/icon/icon_play.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_reflash:before {
    background: url(../images/icon/icon_reflash.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_rss:before {
    background: url(../images/icon/icon_rss_2.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_search:before {
    background: url(../images/icon/icon_search.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_setting:before {
    background: url(../images/icon/icon_setting.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_sort:before {
    background: url(../images/icon/icon_sort.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_star:before {
    background: url(../images/icon/icon_star.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_top:before {
    background: url(../images/icon/icon_top.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_trash:before {
    background: url(../images/icon/icon_trash.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_twitter:before {
    background: url(../images/icon/icon_twitter.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_video:before {
    background: url(../images/icon/icon_video.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_view:before {
    background: url(../images/icon/icon_view.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_vimeo:before {
    background: url(../images/icon/icon_vimeo.svg) center center no-repeat;
    background-size: contain;
    margin: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_youtube:before {
    background: url(../images/icon/icon_youtube.svg) center center no-repeat;
    background-size: contain;
    margin: -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 5px 5px 0px;
    display: block;
  }
  .category a {
    border: 1px solid #038187;
    padding: 0.25em 0.65em;
    display: block;
    font-size: 0.875rem;
    box-sizing: border-box;
    border-radius: 2em;
    background-color: transparent;
  }
  .category a:hover, .category a:focus, .category a.active {
    color: #fff;
    background: #02676c;
    border: 1px solid #0499a0;
    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:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: url(../images/basic/icon_tag.svg) no-repeat center center;
    background-size: 16px;
  }
  .tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.5em;
  }
  .tag ul li {
    margin: 0 0.5em 0.5em 0;
    flex: 0 0 auto;
  }
  .tag ul li a {
    display: block;
    font-size: 0.938em;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    padding: 0.2em 0.75em;
  }
  .tag ul li a:hover, .tag ul li a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .tag ul li a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .scrollToTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/basic/icon_top.svg) no-repeat center rgba(3, 129, 135, 0.7);
    background-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: calc(15vh - 70px);
    right: 35px;
    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 #038187;
    background-size: 24px;
    box-shadow: none;
  }
  @media screen and (min-width: 1400px) {
    .scrollToTop {
      right: 45px;
    }
  }
  @media screen and (max-width: 1180px) {
    .scrollToTop {
      right: 15px;
      bottom: 20px;
    }
  }
  [tooltip] {
    position: relative;
  }
  em[tooltip] {
    text-decoration: none;
    color: #038187;
  }
  em[tooltip]:hover, em[tooltip]:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  em[tooltip]:focus-visible {
    outline: #d30000 2px dashed;
  }
  [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;
  }
  .sidebarCtrlBtn {
    display: none;
    left: 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 100;
  }
  @media screen and (max-width: 1180px) {
    .sidebarCtrlBtn {
      display: block;
    }
  }
  .sidebarCtrlBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #038187;
    box-shadow: #038187 0 6px 0 0, #038187 0 -6px 0 0;
    transition: 0.2s linear;
  }
  .sidebarCtrlBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #038187;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
  .searchCtrlBtn {
    display: none;
    right: 0px;
    font-size: 0em;
    z-index: 9;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    display: none;
    font-size: 0em;
    padding: 15px;
    margin: 0;
    min-width: auto;
    min-height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 100;
  }
  @media screen and (max-width: 1180px) {
    .searchCtrlBtn {
      display: block;
    }
  }
  .searchCtrlBtn:before {
    width: 40px;
    height: 40px;
    background: url(../images/basic/icon_search.svg) no-repeat center center;
    background-size: 28px;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
  }
  .header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s ease-out;
  }
  @media screen and (max-width: 1180px) {
    .header {
      position: fixed;
      width: 100%;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }
  }
  .header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    pointer-events: none;
    z-index: -1;
  }
  @media screen and (max-width: 1180px) {
    .header:before {
      height: 60px;
    }
  }
  .header > .container {
    max-width: 1440px;
    padding: 0 15px;
    overflow: visible;
    position: relative;
  }
  @media screen and (max-width: 1660px) {
    .header > .container {
      padding: 0 120px;
    }
  }
  @media screen and (max-width: 1180px) {
    .header > .container {
      padding: 0;
    }
  }
  .header h1 {
    height: 75px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: -20px 0 20px 0;
  }
  @media screen and (max-width: 1180px) {
    .header h1 {
      margin-top: 0;
    }
  }
  .header h1 a {
    display: inline-block;
  }
  .header h1 img {
    display: block;
    max-width: 370px;
    max-height: 75px;
  }
  @media screen and (max-width: 1180px) {
    .header h1 {
      padding: 2px 60px;
      margin: 0;
      width: 100%;
      text-align: center;
      height: 60px;
    }
    .header h1 img {
      width: auto;
      height: auto;
      max-height: 54px;
      margin: 0px auto;
      transform: scale(0.8);
    }
  }
  .header .navigation {
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 55;
    align-items: center;
  }
  @media screen and (max-width: 1180px) {
    .header .navigation {
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 0;
      display: none;
    }
  }
  .header .navigation .navList {
    flex: 1 1 auto;
    margin: 0.25em 0.5em 0 0;
  }
  .header .navigation .navList ul {
    padding: 0;
    margin: 0;
    font-size: 0.938rem;
    list-style: none;
    display: flex;
  }
  .header .navigation .navList li {
    flex: 0 0 auto;
  }
  .header .navigation .navList li a {
    display: block;
    padding: 0.5em 0.8em;
    text-decoration: none;
    text-decoration: none;
    color: #333;
  }
  .header .navigation .navList li a:hover, .header .navigation .navList li a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .header .navigation .navList li a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .header .navigation .submenuBox {
    display: flex;
    align-items: center;
    padding: 15px;
    background: linear-gradient(135deg, #005d9d 0%, #98d1a7 100%);
    position: relative;
  }
  .header .navigation .submenuBox > div + div::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header.typeB h1 {
    position: absolute;
    top: 20px;
    z-index: 50;
  }
  @media screen and (max-width: 767px) {
    .header.typeB h1 {
      position: relative;
      top: auto;
    }
  }
  .header.typeB .navigation {
    margin-bottom: 40px;
  }
  @keyframes showMenu {
    0% {
      transform: translateX(30px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .mainMenu {
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    clear: both;
    margin-bottom: 0.5em;
  }
  .mainMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .mainMenu.sticky:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainMenu.sticky > ul {
    width: 100%;
    max-width: 1440px;
    padding: 0 120px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1180px) {
    .mainMenu {
      display: none;
    }
  }
  .mainMenu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mainMenu > ul > li {
    flex-basis: calc((100% - 30px) / 8);
  }
  .mainMenu > ul > li > a {
    padding: 0 1em;
    min-height: 2.5em;
    font-weight: bold;
    line-height: 2.5em;
    white-space: nowrap;
    color: #333;
    box-sizing: border-box;
  }
  .mainMenu > ul > li.hasChild > a:after {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border: 2px solid #999999;
    transform: rotate(135deg);
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.2em;
  }
  .mainMenu > ul > li.active > a, .mainMenu > ul > li:hover > a {
    color: #02676c;
  }
  .mainMenu > ul > li.active > a:after, .mainMenu > ul > li:hover > a:after {
    border: 2px solid #02676c;
    border-bottom: none;
    border-left: none;
  }
  .mainMenu ul li {
    position: relative;
  }
  .mainMenu ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.125em;
  }
  .mainMenu ul li ul {
    display: none;
    overflow: visible;
    background: #fff;
    z-index: 999999;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    list-style: none;
    text-align: left;
    font-size: 0.875em;
    border-radius: 0 0 40px 40px;
    padding: 1em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .mainMenu ul li ul li a {
    padding: 0.6em 1.2em;
    font-weight: bold;
    color: #333;
    border-radius: 1.5em;
  }
  .mainMenu ul li ul li a:hover, .mainMenu ul li ul li a:focus-visible {
    color: #fff;
    background: #02676c;
  }
  .mainMenu ul li ul li ul {
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  .mainMenu ul li ul li.hasChild > ul {
    z-index: 999;
  }
  .mainMenu ul li ul li.hasChild > a {
    padding-right: 2em;
  }
  .mainMenu ul li ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 1.3em;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
  }
  .mainMenu ul li ul ul {
    top: 0;
    left: 100%;
    animation: none;
    font-size: 1em;
  }
  .mainMenu ul li.active > ul {
    opacity: 1;
    display: block;
  }
  .mainMenu > ul > li.active > ul {
    animation: showMenu 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mainMenu > ul > li.leftSlider ul ul {
    left: auto;
    right: 100%;
  }
  .megaMenu.sticky > ul > li.active > ul {
    width: calc(100% - 240px);
    left: 120px;
  }
  .megaMenu > ul {
    position: relative;
  }
  .megaMenu > ul > li.active {
    position: initial;
  }
  .megaMenu > ul > li.active > ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    left: 0;
    gap: 10px;
  }
  .megaMenu > ul > li.active > ul > li {
    flex-basis: calc((100% - 40px) / 5);
  }
  .megaMenu > ul > li.active > ul ul {
    display: block;
    position: relative;
    left: 0;
    opacity: 1;
    background: none;
    padding-left: 20px;
  }
  .megaMenu > ul ul li.hasChild a::after {
    display: none;
  }
  .demoFixedSidebar {
    min-height: 300px;
  }
  .fixedSidebar {
    background: RGBA(0, 0, 0, 0.6);
    width: 50px;
    min-height: 200px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 10%;
    margin: 0;
    padding: 0;
    border-radius: 6px 0 0 6px;
  }
  .fixedSidebar ul {
    margin: 0;
    padding: 0;
  }
  .fixedSidebar ul li {
    width: 50px;
    height: 50px;
    list-style: none;
  }
  .fixedSidebar ul li a {
    display: block;
    padding: 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease-out;
    color: #fff;
    text-decoration: none;
  }
  .fixedSidebar ul li a:before {
    position: absolute;
    content: attr(title);
    width: 10em;
    text-align: left;
    right: -10em;
    padding: 0 1em 0 1em;
    height: 50px;
    line-height: 50px;
    background: #00a688;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
    transition: 0.3s ease-out;
    z-index: 9;
  }
  .fixedSidebar ul li a:hover:before, .fixedSidebar ul li a:focus-visible:before {
    display: block;
    right: 0;
  }
  .fixedSidebar ul li img {
    width: 24px;
    height: 24px;
    margin: 13px auto;
  }
  footer {
    clear: both;
    text-align: left;
    font-size: 0.813em;
    padding: 3em 0;
    background-color: #038187;
  }
  footer .container {
    justify-content: space-between;
    display: flex;
  }
  footer .container > div {
    padding-bottom: 1em;
  }
  @media screen and (max-width: 991px) {
    footer .container {
      flex-wrap: wrap;
    }
  }
  footer a {
    text-decoration: none;
    color: #038187;
  }
  footer a:hover, footer a:focus-visible {
    color: #025155;
  }
  footer .footerLogo {
    flex: 0 1 240px;
  }
  footer .footerInfo {
    flex: 1 1 auto;
  }
  footer .footerIcon {
    flex: 0 1 200px;
  }
  @media screen and (max-width: 991px) {
    footer .footerIcon {
      flex: 1 1 100%;
    }
  }
  footer .footerLink {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    display: flex;
    margin-bottom: 2em;
  }
  @media screen and (max-width: 767px) {
    footer .footerLink {
      flex-flow: row wrap;
    }
  }
  footer .footerLink li {
    flex: 0 1 auto;
    margin: 0px 5px 5px 0px;
  }
  footer .footerLink li a {
    display: block;
    padding: 0.25em 1em;
    background: #038187;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-out;
    white-space: nowrap;
  }
  footer .footerLink li a:hover, footer .footerLink li a:focus-visible {
    background: #025155;
  }
  footer p {
    line-height: 1.8em;
    color: #fff;
    margin: 0;
  }
  footer .update,
  footer .counter {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
  }
  footer .update em,
  footer .counter em {
    font-style: normal;
    padding: 0 0.5em;
  }
  footer .footerIcon a {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  footer .footerIcon a:focus-visible:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px 1px #02676c inset;
    z-index: 99;
  }
  footer .footerIcon img {
    max-width: 150px;
  }
  .fatFooter {
    overflow: hidden;
    padding-bottom: 1em;
    margin: 0 auto;
    background: #f3f3f3 url(../images/fatfooterbg.jpg) top right no-repeat;
    background-size: 1440px;
  }
  .fatFooter .container {
    overflow: hidden;
    box-sizing: border-box;
  }
  .fatFooter .btnFatFooter {
    font-size: 0.813em;
    display: block;
    width: 4em;
    height: 3.6em;
    color: #fff;
    border: none;
    background: #038187;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -2em;
    z-index: 90;
    text-indent: -9999px;
    border-radius: 0 0 4px 4px;
    padding: 0.5em;
  }
  .fatFooter .btnFatFooter:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
    left: 50%;
    top: 20px;
    margin-left: -7px;
  }
  .fatFooter .btnFatFooter:hover, .fatFooter .btnFatFooter:focus {
    background: #025155;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: none;
  }
  .fatFooter .btnFatFooter.close:before {
    transform: rotate(135deg);
    top: 12px;
  }
  .fatFooter nav {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 6em 0 0 2em;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav {
      padding: 3em 0.5em 1em;
    }
  }
  .fatFooter nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fatFooter nav > ul > li {
    margin-bottom: 1em;
  }
  .fatFooter nav ul {
    display: flex;
    overflow: hidden;
    flex-flow: wrap row;
  }
  .fatFooter nav ul li {
    flex-shrink: 1;
    flex-basis: 20%;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li {
      flex: 1 1 90%;
    }
  }
  .fatFooter nav ul li a {
    font-size: 1.125rem;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    padding: 0.5em 0px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
  }
  .fatFooter nav ul li a:hover, .fatFooter nav ul li a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .fatFooter nav ul li a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .fatFooter nav ul li a:hover {
    box-shadow: none;
  }
  .fatFooter nav ul li ul {
    display: block;
    margin: 0;
    padding: 0 1em 0 0;
    transition: height 0.5s;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li ul {
      width: auto;
      overflow: hidden;
    }
  }
  .fatFooter nav ul li ul li {
    width: auto;
    margin-right: 0.5em;
    display: block;
  }
  @media screen and (max-width: 767px) {
    .fatFooter nav ul li ul li {
      display: inline-block;
    }
  }
  .fatFooter nav ul li ul li a {
    display: block;
    font-weight: normal;
    text-align: left;
    font-size: 0.938rem;
    line-height: 1.5em;
    padding: 0.5em 0;
    background: none;
  }
  @media screen and (max-width: 575px) {
    .fatFooter nav ul li ul li a {
      font-size: 0.813rem;
      padding: 0.25em 0;
    }
  }
  .fatFooter nav ul li ul ul {
    display: none;
  }
  .fatFooter.typeB {
    background: linear-gradient(175deg, rgb(75, 146, 160) 0%, rgb(0, 93, 157) 80%);
  }
  .fatFooter.typeB .btnFatFooter {
    right: 0;
    left: auto;
    width: 64px;
    aspect-ratio: 1/1;
    background: #e2e2e2;
  }
  .fatFooter.typeB .btnFatFooter::before {
    border-color: #000;
    top: 45%;
  }
  .fatFooter.typeB .btnFatFooter:hover, .fatFooter.typeB .btnFatFooter:focus {
    background: #fff;
  }
  .fatFooter.typeB .btnFatFooter.close:before {
    top: 35%;
  }
  .fatFooter.typeB a {
    color: #fff;
  }
  .fatFooter.typeB nav {
    padding: 70px 0 20px;
  }
  .fatFooter.typeB nav ul li ul {
    overflow: hidden;
  }
  .fatFooter.typeB nav ul li ul li a {
    color: #dddddd;
    padding: 5px 0 5px 15px;
    position: relative;
    font-size: 0.875rem;
  }
  .fatFooter.typeB nav ul li ul li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
  }
  select::-ms-expand {
    display: none;
  }
  .necessary {
    color: red;
    margin: 0px 0.2em;
  }
  .formGrid {
    border-top: 1px solid #ddd;
  }
  .formGrid .formGrp {
    border-bottom: 1px dashed #ddd;
    padding: 0.5em 0;
  }
  .flexForm {
    margin: 0.5em;
  }
  .flexForm .formGrp {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .flexForm .formGrp.agree {
    border-bottom: none;
  }
  .flexForm .formGrp.agree label {
    width: auto;
    margin: 0 0.5em 0.5em 0;
  }
  .flexForm .formTitle {
    max-width: 150px;
    flex: 0 0 150px;
    align-self: flex-start;
    padding: 0.3em 1em;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formTitle {
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      margin: 0 0.3em;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formTitle + .formContent[class*=formCol] {
    flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formTitle + .formContent[class*=formCol] {
      flex-basis: 100%;
      max-width: 100%;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formTitle em {
    font-style: normal;
    display: block;
    font-size: 0.875em;
  }
  .flexForm .formContent {
    display: flex;
    max-width: calc(100% - 150px);
    flex: auto;
    flex-basis: calc(100% - 150px);
    position: relative;
    min-height: 1px;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent {
      max-width: 100%;
      flex-basis: 100%;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formContent *[class^=notice] {
    margin: 0 0.3em 0.3em 0.3em;
    width: calc(100% - 0.6em);
  }
  .flexForm .formContent.additional {
    flex-wrap: nowrap;
    align-items: center;
  }
  .flexForm .formContent.additional .checkbox {
    flex: 1 0 auto;
    width: auto;
    display: inline-flex;
    align-items: center;
  }
  .flexForm .formContent.additional .checkbox label {
    margin-bottom: 0;
  }
  .flexForm .formContent .help {
    font-size: 0.813em;
    color: #888;
    padding: 0 0.5em;
  }
  .flexForm .formContent .formGrp {
    flex: 0 0 100%;
    min-height: 2.5em;
    margin: 0;
  }
  .flexForm .formContent .formGrp .formContent {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent .formGrp .formContent {
      flex-basis: 100%;
    }
  }
  .flexForm .formContent .formGrp .formContent.formInline input[type=text],
  .flexForm .formContent .formGrp .formContent.formInline input[type=tel],
  .flexForm .formContent .formGrp .formContent.formInline select,
  .flexForm .formContent .formGrp .formContent.formInline .checkbox {
    width: auto;
    min-width: 100px;
    display: inline-block;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .formGrp .formContent.formInline input[type=text],
    .flexForm .formContent .formGrp .formContent.formInline input[type=tel],
    .flexForm .formContent .formGrp .formContent.formInline select,
    .flexForm .formContent .formGrp .formContent.formInline .checkbox {
      width: calc(100% - 0.6em);
      display: block;
    }
  }
  .flexForm .formContent .formGrp:first-child {
    padding-top: 0;
  }
  .flexForm .formContent .formGrp:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .flexForm .formContent .tel input[type=text]:first-child,
  .flexForm .formContent .tel input[type=tel]:first-child {
    background: url(../images/icon/icon_add.svg) no-repeat 0.5em center;
    background-size: 12px;
    padding-left: 1.5em;
  }
  .flexForm .formContent .tel input[type=text]:first-child,
  .flexForm .formContent .tel select:first-child,
  .flexForm .formContent .tel input[type=tel]:first-child {
    width: 100px;
  }
  .flexForm .formContent .tel input[type=text]:first-child ~ input,
  .flexForm .formContent .tel select:first-child ~ input,
  .flexForm .formContent .tel input[type=tel]:first-child ~ input {
    width: calc(100% - 200px);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .tel input[type=text]:first-child ~ input,
    .flexForm .formContent .tel select:first-child ~ input,
    .flexForm .formContent .tel input[type=tel]:first-child ~ input {
      width: 100%;
      display: block;
    }
  }
  .flexForm .formContent .birthday select {
    display: inline-block;
    margin-right: 0.5em;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .birthday select {
      width: 88%;
      min-width: 88%;
      display: inline-block;
      -moz-text-align-last: left;
           text-align-last: left;
    }
  }
  .flexForm .formContent .birthday select option {
    text-align: center;
  }
  .flexForm .formContent .address select {
    min-width: 100px;
  }
  .flexForm .formContent .address select option {
    text-align: center;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .address select {
      width: 100px;
      display: inline-block;
    }
  }
  .flexForm .formContent .address input[type=text] {
    flex: 1 1 auto;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formContent .address input[type=text] {
      display: block;
      width: calc(100% - 0.6em);
    }
  }
  .flexForm .formContent .datePick {
    position: relative;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick {
      width: 100%;
      display: block;
      padding-right: 0;
    }
  }
  .flexForm .formContent .datePick + .datePick {
    margin-left: 0.3em;
    margin-right: 0;
    padding-right: 0;
  }
  .flexForm .formContent .datePick + .datePick:before {
    content: "~";
    font-size: 1.5em;
    color: #777;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick + .datePick {
      margin-left: 0em;
    }
    .flexForm .formContent .datePick + .datePick:before {
      display: none;
    }
  }
  .flexForm .formContent .datePick i {
    position: absolute;
    padding: 0.37em 0.1em;
    right: 1em;
    top: 0.2em;
    min-width: 1em;
    background: none;
    border: none;
    width: auto;
    pointer-events: none;
  }
  .flexForm .formContent .datePick i:hover, .flexForm .formContent .datePick i:focus-visible {
    box-shadow: none;
    border: none;
  }
  .flexForm .formContent .datePick > input[type=text], .flexForm .formContent .datePick > input[type=date] {
    width: 10em;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formContent .datePick > input[type=text], .flexForm .formContent .datePick > input[type=date] {
      width: calc(100% - 0.6em);
    }
  }
  .flexForm .formContent .datePick > input[type=text] {
    padding-right: 2em;
  }
  .flexForm [class*=formCol] {
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .flexForm [class*=formCol] > .formGrp {
    border-bottom: 0;
    padding-top: 0;
  }
  .flexForm [class*=formCol] label {
    position: relative;
    min-height: 1px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    box-sizing: border-box;
    padding-top: 5px;
  }
  @media screen and (max-width: 767px) {
    .flexForm [class*=formCol] {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
    }
  }
  .flexForm .formCol_6_6 > .formGrp {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_6 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_6_6 > input, .flexForm .formCol_6_6 > select, .flexForm .formCol_6_6 > label {
    width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_6 > input, .flexForm .formCol_6_6 > select, .flexForm .formCol_6_6 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_4_4_4 > .formGrp {
    width: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_4_4 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_4_4_4 > input, .flexForm .formCol_4_4_4 > select, .flexForm .formCol_4_4_4 > label {
    width: calc(33.333% - 0.6em);
    flex-basis: calc(33.333% - 0.6em);
    max-width: calc(33.333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_4_4 > input, .flexForm .formCol_4_4_4 > select, .flexForm .formCol_4_4_4 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_3_3 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formCol_3_3_3_3 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_3_3 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_3_3_3 > input, .flexForm .formCol_3_3_3_3 > select, .flexForm .formCol_3_3_3_3 > label {
    width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_3_3 > input, .flexForm .formCol_3_3_3_3 > select, .flexForm .formCol_3_3_3_3 > label {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_2_2_2_2 > .formGrp {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formCol_2_2_2_2_2_2 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  .flexForm .formCol_2_2_2_2_2_2 > input, .flexForm .formCol_2_2_2_2_2_2 > select, .flexForm .formCol_2_2_2_2_2_2 > label {
    width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_2_2_2_2 > input, .flexForm .formCol_2_2_2_2_2_2 > select, .flexForm .formCol_2_2_2_2_2_2 > label {
      width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_3_9 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > .formGrp {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_9 > .formGrp:nth-child(2) {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > .formGrp:nth-child(2) {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_9 > input, .flexForm .formCol_3_9 > select, .flexForm .formCol_3_9 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > input, .flexForm .formCol_3_9 > select, .flexForm .formCol_3_9 > label {
      width: calc(25% - 0.6em);
      max-width: calc(25% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_9 > input:nth-child(2), .flexForm .formCol_3_9 > select:nth-child(2), .flexForm .formCol_3_9 > label:nth-child(2) {
    width: calc(75% - 0.6em);
    flex-basis: calc(75% - 0.6em);
    max-width: calc(75% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_9 > input:nth-child(2), .flexForm .formCol_3_9 > select:nth-child(2), .flexForm .formCol_3_9 > label:nth-child(2) {
      width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_9_3 > .formGrp {
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > .formGrp {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_9_3 > .formGrp:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > .formGrp:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_9_3 > input, .flexForm .formCol_9_3 > select, .flexForm .formCol_9_3 > label {
    width: calc(75% - 0.6em);
    max-width: calc(75% - 0.6em);
    flex-basis: calc(75% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > input, .flexForm .formCol_9_3 > select, .flexForm .formCol_9_3 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_9_3 > input:nth-child(2), .flexForm .formCol_9_3 > select:nth-child(2), .flexForm .formCol_9_3 > label:nth-child(2) {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_9_3 > input:nth-child(2), .flexForm .formCol_9_3 > select:nth-child(2), .flexForm .formCol_9_3 > label:nth-child(2) {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_6 > .formGrp {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > .formGrp {
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  }
  .flexForm .formCol_3_3_6 > .formGrp:last-child {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > .formGrp:last-child {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .flexForm .formCol_3_3_6 > input, .flexForm .formCol_3_3_6 > select, .flexForm .formCol_3_3_6 > label {
    width: calc(25% - 0.6em);
    max-width: calc(25% - 0.6em);
    flex-basis: calc(25% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > input, .flexForm .formCol_3_3_6 > select, .flexForm .formCol_3_3_6 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_3_3_6 > input:last-child, .flexForm .formCol_3_3_6 > select:last-child, .flexForm .formCol_3_3_6 > label:last-child {
    width: calc(50% - 0.6em);
    max-width: calc(50% - 0.6em);
    flex-basis: calc(50% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_3_3_6 > input:last-child, .flexForm .formCol_3_3_6 > select:last-child, .flexForm .formCol_3_3_6 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_6_3_3 > .formGrp, .flexForm .formCol_6_3_3 > input[type=text], .flexForm .formCol_6_3_3 > select {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_3_3 > .formGrp, .flexForm .formCol_6_3_3 > input[type=text], .flexForm .formCol_6_3_3 > select {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_6_3_3 > .formGrp:first-child, .flexForm .formCol_6_3_3 > input[type=text]:first-child, .flexForm .formCol_6_3_3 > select:first-child {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_6_3_3 > .formGrp:first-child, .flexForm .formCol_6_3_3 > input[type=text]:first-child, .flexForm .formCol_6_3_3 > select:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_4_8 > .formGrp {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_4_8 > .formGrp:last-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > .formGrp:last-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_4_8 > input, .flexForm .formCol_4_8 > select, .flexForm .formCol_4_8 > label {
    width: calc(33.3333333333% - 0.6em);
    max-width: calc(33.3333333333% - 0.6em);
    flex-basis: calc(33.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > input, .flexForm .formCol_4_8 > select, .flexForm .formCol_4_8 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_4_8 > input:last-child, .flexForm .formCol_4_8 > select:last-child, .flexForm .formCol_4_8 > label:last-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_4_8 > input:last-child, .flexForm .formCol_4_8 > select:last-child, .flexForm .formCol_4_8 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_10 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > .formGrp {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_2_10 > .formGrp:last-child {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > .formGrp:last-child {
      max-width: 100%;
      flex-basis: 100%;
      width: 100%;
    }
  }
  .flexForm .formCol_2_10 > input, .flexForm .formCol_2_10 > select, .flexForm .formCol_2_10 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > input, .flexForm .formCol_2_10 > select, .flexForm .formCol_2_10 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_10 > input:last-child, .flexForm .formCol_2_10 > select:last-child, .flexForm .formCol_2_10 > label:last-child {
    width: calc(83.3333333333% - 0.6em);
    max-width: calc(83.3333333333% - 0.6em);
    flex-basis: calc(83.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_10 > input:last-child, .flexForm .formCol_2_10 > select:last-child, .flexForm .formCol_2_10 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_10_2 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > .formGrp {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_10_2 > .formGrp:first-child {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > .formGrp:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_10_2 > input, .flexForm .formCol_10_2 > select, .flexForm .formCol_10_2 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > input, .flexForm .formCol_10_2 > select, .flexForm .formCol_10_2 > label {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_10_2 > input:first-child, .flexForm .formCol_10_2 > select:first-child, .flexForm .formCol_10_2 > label:first-child {
    width: calc(83.3333333333% - 0.6em);
    max-width: calc(83.3333333333% - 0.6em);
    flex-basis: calc(83.3333333333% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_10_2 > input:first-child, .flexForm .formCol_10_2 > select:first-child, .flexForm .formCol_10_2 > label:first-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_8 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_2_2_8 > .formGrp:last-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > .formGrp:last-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_2_2_8 > input, .flexForm .formCol_2_2_8 > select, .flexForm .formCol_2_2_8 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > input, .flexForm .formCol_2_2_8 > select, .flexForm .formCol_2_2_8 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_2_2_8 > input:last-child, .flexForm .formCol_2_2_8 > select:last-child, .flexForm .formCol_2_2_8 > label:last-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_2_2_8 > input:last-child, .flexForm .formCol_2_2_8 > select:last-child, .flexForm .formCol_2_2_8 > label:last-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .formCol_8_2_2 > .formGrp {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > .formGrp {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
    }
  }
  .flexForm .formCol_8_2_2 > .formGrp:first-child {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > .formGrp:first-child {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
    }
  }
  .flexForm .formCol_8_2_2 > input, .flexForm .formCol_8_2_2 > select, .flexForm .formCol_8_2_2 > label {
    width: calc(16.6666666667% - 0.6em);
    max-width: calc(16.6666666667% - 0.6em);
    flex-basis: calc(16.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > input, .flexForm .formCol_8_2_2 > select, .flexForm .formCol_8_2_2 > label {
      width: calc(50% - 0.6em);
      max-width: calc(50% - 0.6em);
      flex-basis: calc(50% - 0.6em);
    }
  }
  .flexForm .formCol_8_2_2 > input:first-child, .flexForm .formCol_8_2_2 > select:first-child, .flexForm .formCol_8_2_2 > label:first-child {
    width: calc(66.6666666667% - 0.6em);
    max-width: calc(66.6666666667% - 0.6em);
    flex-basis: calc(66.6666666667% - 0.6em);
  }
  @media screen and (max-width: 575px) {
    .flexForm .formCol_8_2_2 > input:first-child, .flexForm .formCol_8_2_2 > select:first-child, .flexForm .formCol_8_2_2 > label:first-child {
      width: calc(100% - 0.6em);
      max-width: calc(100% - 0.6em);
      flex-basis: calc(100% - 0.6em);
    }
  }
  .flexForm .btn,
  .flexForm input[type=submit],
  .flexForm input[type=reset],
  .flexForm input[type=button],
  .flexForm input[type=search] {
    flex: 1 1 auto;
  }
  .flexForm .formGrp,
  .flexForm .checkGrp,
  .flexForm .radioGrp,
  .flexForm .btnGrp,
  .flexForm .uploadGrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.3em 0;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formGrp,
    .flexForm .checkGrp,
    .flexForm .radioGrp,
    .flexForm .btnGrp,
    .flexForm .uploadGrp {
      flex-wrap: wrap;
    }
  }
  .flexForm .btnGrp {
    justify-content: center;
    padding: 1em 0;
  }
  .flexForm .btnGrp .btn,
  .flexForm .btnGrp .btnReset,
  .flexForm .btnGrp .btnSubmit,
  .flexForm .btnGrp input[type=submit],
  .flexForm .btnGrp input[type=reset],
  .flexForm .btnGrp input[type=button],
  .flexForm .btnGrp input[type=search] {
    margin: 0.3em;
  }
  .flexForm .checkGrp label,
  .flexForm .radioGrp label {
    position: relative;
    z-index: 1;
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }
  .flexForm .checkGrp label input:checked ~ span:after,
  .flexForm .radioGrp label input:checked ~ span:after {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #54caff;
    content: "";
    left: 0.35em;
    top: 0.3em;
    z-index: -1;
    animation: ripple 0.35s linear;
  }
  .flexForm .checkGrp.formInline label,
  .flexForm .radioGrp.formInline label {
    margin: 0 0.5em 0.3em 0;
    flex-basis: auto;
    margin-right: 1em;
    display: inline-flex;
    align-items: center;
  }
  .flexForm.formInline .checkGrp label,
  .flexForm.formInline .radioGrp label,
  .flexForm .formInline .checkGrp label,
  .flexForm .formInline .radioGrp label {
    flex-basis: auto;
  }
  .flexForm .formGrp.formInline label,
  .flexForm .uploadGrp.formInline label {
    display: inline-block;
    margin-right: 0.5em;
  }
  .flexForm .formGrp.formInline > input, .flexForm .formGrp.formInline > textarea, .flexForm .formGrp.formInline > select, .flexForm .formGrp.formInline > .input_i,
  .flexForm .uploadGrp.formInline > input,
  .flexForm .uploadGrp.formInline > textarea,
  .flexForm .uploadGrp.formInline > select,
  .flexForm .uploadGrp.formInline > .input_i {
    width: auto;
    flex: 0 1 auto;
  }
  .flexForm .formGrp.formInline input[type=checkbox],
  .flexForm .formGrp.formInline input[type=radio],
  .flexForm .uploadGrp.formInline input[type=checkbox],
  .flexForm .uploadGrp.formInline input[type=radio] {
    width: 1em;
  }
  .formInline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .formInline label {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
  }
  .formInline label ~ input, .formInline label ~ textarea {
    width: auto;
    vertical-align: middle;
  }
  .formInline input[type=text],
  .formInline input[type=password],
  .formInline select,
  .formInline textarea,
  .formInline button,
  .formInline .btn,
  .formInline input[type=submit],
  .formInline input[type=reset],
  .formInline input[type=button],
  .formInline input[type=search],
  .formInline .input_i {
    width: auto;
    flex: 0 0 auto;
  }
  .formInline .formGrp,
  .formInline .checkGrp,
  .formInline .radioGrp,
  .formInline .btnGrp,
  .formInline .uploadGrp {
    display: flex;
    margin-right: 0.5em;
    width: auto;
    flex: 0 0 auto;
  }
  .formInline .btnGrp {
    padding: 0;
  }
  .formInline .btnGrp .btn,
  .formInline .btnGrp input[type=submit],
  .formInline .btnGrp input[type=reset],
  .formInline .btnGrp input[type=button],
  .formInline .btnGrp input[type=search] {
    margin: 0.3em;
    padding: 0.45em 1em;
  }
  .formTitle {
    font-weight: bold;
  }
  label,
  legend {
    display: inline-block;
    margin: 0 0 0.5em 0;
    position: relative;
    min-height: 1px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    box-sizing: border-box;
  }
  @media screen and (max-width: 575px) {
    label,
    legend {
      display: block;
    }
  }
  label.inline input,
  label.inline select,
  label.inline textarea,
  legend.inline input,
  legend.inline select,
  legend.inline textarea {
    width: auto;
  }
  label.labelHidden,
  legend.labelHidden {
    font-size: 0;
    line-height: 1;
    width: 0;
    flex-basis: 0;
  }
  fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
  input,
  textarea,
  select,
  button {
    color: #333;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    background: #fff;
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.2em;
    transition: all 0.3s ease-out;
  }
  input,
  select,
  textarea {
    width: calc(100% - 0.6em);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  @media screen and (max-width: 767px) {
    input,
    select,
    textarea {
      width: 100%;
    }
  }
  .input_i input {
    width: calc(100% - 0.6em);
  }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=file]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=mail]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
  }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=file]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=mail]::-moz-placeholder,
  input[type=number]::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
  }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=file]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=mail]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
  }
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=file]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=mail]:-moz-placeholder,
  input[type=number]:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
  }
  textarea {
    color: #333;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 0.5em;
    background: #fff;
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.2em;
    transition: all 0.3s ease-out;
    height: 8em;
    overflow-y: scroll;
  }
  @media screen and (max-width: 575px) {
    textarea {
      width: 100%;
    }
  }
  button:focus-visible,
  input[type=text]:focus-visible,
  input[type=reset]:focus-visible,
  input[type=file]:focus-visible,
  input[type=tel]:focus-visible,
  input[type=email]:focus-visible,
  input[type=password]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    box-shadow: 0px 0px 0px 2px #24b7be;
    outline: none;
  }
  button:focus,
  input[type=text]:focus,
  input[type=reset]:focus,
  input[type=file]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }
  select {
    line-height: 1.35em;
    padding: 0.5em 24px 0.5em 0.5em;
    border: 1px solid #ccc;
    background: #fff url(../images/icon/icon_select_arrow.svg) no-repeat right center;
    background-size: 16px;
  }
  select option {
    outline: none;
    border: none;
  }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  input[type=checkbox],
  input[type=radio] {
    font-size: 1em;
    margin: 0.3em;
    width: 1em;
    height: 1em;
    background-color: #f7f6ee;
    border: 2px solid #ccc;
    flex: 0 0 1em;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=checkbox]:checked,
  input[type=checkbox]:focus,
  input[type=radio]:checked,
  input[type=radio]:focus {
    border-color: #1c8e93;
    background-color: #1c8e93;
    outline: none;
  }
  input[type=checkbox]:checked {
    background-image: url(../images/basic/icon_checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98%;
    box-shadow: #1c8e93 0 0 0 2px;
    border-radius: 2px;
  }
  input[type=radio]:focus {
    border-color: #1c8e93;
    background-color: #1c8e93;
    box-shadow: #fff 0 0 0 3px inset, #1c8e93 0 0 0 2px;
  }
  input[type=checkbox]:focus {
    border-color: #1c8e93;
    background-color: #1c8e93;
    box-shadow: #1c8e93 0 0 0 2px;
  }
  .uploadGrp {
    position: relative;
  }
  .uploadGrp input[readonly],
  .uploadGrp input[disable] {
    background: transparent;
    color: #666;
  }
  .uploadGrp .uploadBtn {
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 0.5em;
    background: #1c8e93;
    border: 1px solid #1c8e93;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 4px;
  }
  .uploadGrp .uploadBtn:hover {
    background: #156d71;
    border: 1px solid #156d71;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .uploadGrp .uploadBtn:focus-visible {
    background: #146568;
    border: 1px solid #146568;
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .uploadGrp .uploadBtn.active {
    background: #20a3a8;
    cursor: pointer;
  }
  .uploadGrp .uploadBtn:hover, .uploadGrp .uploadBtn:focus-visible {
    cursor: pointer;
  }
  input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  img.captcha {
    display: inline-block;
    vertical-align: middle;
    max-height: 2.5em;
    margin: 0.3em 0.5em 0.3em 0.3em;
  }
  img.captcha + input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  img.captcha ~ img {
    display: inline-block;
    vertical-align: middle;
    max-height: 2.4em;
    margin-bottom: 0.5em;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: none;
  }
  .input_i {
    position: relative;
    width: 100%;
  }
  .input_i i {
    position: absolute;
    padding: 0.2em 0;
    left: 0.5em;
    top: 0.6em;
    background: none;
    border-right: 1px solid #ccc;
    width: 2.4em;
    pointer-events: none;
  }
  .input_i i:before {
    width: 2.2em;
    text-align: center;
  }
  .input_i i + input {
    padding: 0.5em 0.5em 0.5em 3em;
  }
  .input_i input {
    padding: 0.5em 3em 0.5em 0.5em;
  }
  .input_i input + i {
    border-right: none;
    border-left: 1px solid #ccc;
    right: 0.5em;
    left: auto;
  }
  .password {
    padding: 0.5em 3em 0.5em 3em !important;
  }
  .passwordEye {
    padding: 0;
    margin: 0;
    position: absolute;
    border: none;
    color: transparent;
    width: 20px !important;
    height: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .passwordEye::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/icon/icon_eye_c_dark.svg") center no-repeat;
  }
  .passwordEye.hide::before {
    background: url("../images/icon/icon_eye_dark.svg") center no-repeat;
  }
  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;
    vertical-align: top;
  }
  table td a {
    word-break: break-all;
  }
  table th {
    background-color: #f3f3f3;
    color: #333;
    border: #ddd 1px solid;
    white-space: nowrap;
  }
  table.tableHover tr:hover {
    background: #f3f3f3;
  }
  table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  @media screen and (max-width: 767px) {
    .tableList {
      background-color: transparent;
    }
    .tableList thead,
    .tableList tbody,
    .tableList th,
    .tableList td,
    .tableList tr {
      display: block;
    }
    .tableList thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .tableList tr {
      border: 1px solid #ccc;
      margin-bottom: 10px;
    }
    .tableList td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 0.5em;
      padding-top: 2em;
      white-space: normal;
      text-align: left;
    }
    .tableList.loaded td:before {
      content: attr(data-title);
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      width: 30%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: normal;
      color: #888;
      font-size: 0.688rem;
    }
  }
  .fixThTable {
    margin: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .fixThTable {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable table {
      display: block;
      width: 100%;
      overflow-x: scroll;
      padding-bottom: 1em;
    }
  }
  .fixThTable th,
  .fixThTable td {
    width: 10em;
    padding: 0.8em 0;
    text-align: center;
    line-height: 1.2;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th,
    .fixThTable td {
      display: inline-block;
      margin-right: -6px;
      margin-left: 0;
      margin-top: -1px;
    }
  }
  .fixThTable th:first-child {
    width: 8em;
    white-space: normal;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th:first-child {
      position: absolute;
      left: 0;
      top: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable tr {
      display: block;
      clear: both;
      white-space: nowrap;
      width: auto;
      padding-left: 8em;
    }
    .fixThTable tr:first-child {
      border-top: #ddd 1px solid;
    }
  }
  .tableWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin-bottom: 1em;
  }
  @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;
  }
  .orderList {
    margin: 1em 0;
  }
  .orderList table th,
  .orderList table td {
    border: none;
  }
  .orderList th {
    background-color: #038187;
    color: #fff;
  }
  .orderList td {
    text-align: center;
  }
  .orderList td a img {
    width: 150px;
  }
  .orderList input {
    width: 60px;
    text-align: center;
  }
  .orderList .btnRemove {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-color: #038187;
    font-size: 0;
    background: #038187 url(../images/icon/icon_trash.svg) center no-repeat;
    background-size: 18px;
  }
  .orderList .btnRemove:hover {
    background-color: #02676c;
  }
  .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;
  }
  .tableTypeB table th {
    font-weight: normal;
  }
  .lp table td a {
    text-decoration: none;
    color: #333;
  }
  .lp table td a:hover, .lp table td a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .lp table td a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .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 #038187;
  }
  .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: #333;
  }
  .lp .list > ul > li > a:hover,
  .lp .list ol > li > a:hover {
    color: #02676c;
  }
  .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;
  }
  .bookList {
    margin: 1em 0;
    border-top: 1px solid #ececec;
  }
  .bookList .bookInfo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bookList .bookInfo li {
    flex-basis: calc(50% - 10px);
    max-width: 50%;
  }
  .commodityList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .commodityList .itemBlock {
    flex-basis: calc(50% - 15px);
    border-bottom: 0;
  }
  @media screen and (max-width: 767px) {
    .commodityList .itemBlock {
      flex-basis: 100%;
    }
  }
  .commodityList .itemBlock .bookCover {
    flex-basis: 33.33333%;
  }
  .itemBlock {
    display: flex;
    gap: 30px;
    padding: 1em 0;
    border-bottom: 1px solid #ececec;
  }
  .itemBlock .bookCover {
    flex: 0 0 20%;
  }
  .itemBlock .bookCover a {
    display: flex;
  }
  .itemBlock .bookCover img {
    width: 100%;
    border: 1px solid #ccc;
  }
  .itemBlock .textContainer {
    flex-grow: 1;
  }
  .itemBlock .blockTitle {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .itemBlock .blockInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .itemBlock .blockInfo li {
    word-break: break-word;
    margin-bottom: 10px;
  }
  .itemBlock .blockInfo p {
    word-break: break-word;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    height: calc(1.6em * 3);
  }
  .itemBlock .moreLink {
    display: flex;
    justify-content: flex-end;
  }
  .itemBlock .moreLink a {
    display: block;
    padding: 0.5em 1.5em;
    background-color: #038187;
    margin: 5px;
    color: #fff;
    border-radius: 2em;
  }
  .itemBlock .moreLink a:hover {
    background-color: #02676c;
  }
  .itemBlock .moreLink a i {
    margin: 0 0.25em;
  }
  .itemBlock .orderLink {
    display: flex;
    align-items: center;
  }
  .itemBlock .orderLink .btn {
    margin-right: 10px;
  }
  .itemBlock .orderLink .inventory span {
    color: #d30000;
  }
  .eventList .itemBlock {
    display: block;
  }
  .submenu ul,
  .submenu ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    gap: 20px;
  }
  .submenu li {
    flex-basis: calc(50% - 10px);
  }
  @media screen and (max-width: 767px) {
    .submenu li {
      flex: 1 1 100%;
    }
    .submenu li:nth-child(odd) {
      margin-right: 0;
    }
  }
  .submenu li a {
    padding: 1em 1em 1em 3em;
    display: block;
    vertical-align: top;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    border-radius: 2em;
    background-color: #fff;
    transition: 0.2s;
    color: #02676c;
  }
  .submenu li a .num {
    position: absolute;
    width: 1em;
    top: 1em;
    left: 1.25em;
    text-align: right;
  }
  .submenu li a .num:after {
    content: ".";
  }
  .submenu li a:hover, .submenu li a:focus-visible {
    background-color: #02676c;
    color: #fff;
  }
  .tabSet {
    margin: 20px auto;
  }
  .tabSet .tabItems {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto 1.5em auto;
    gap: 10px;
  }
  .tabSet .tabItems button {
    letter-spacing: 0.6px;
    padding: 0.5em 1.5em;
    text-align: center;
    border: none;
    margin: 1px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 2em;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    .tabSet .tabItems button {
      background-color: #f1f1f1;
    }
  }
  .tabSet .tabItems button:hover {
    background: #cdd;
  }
  .tabSet .tabItems button:focus-visible {
    outline: none;
    box-shadow: 0 0px 0px 2px #1c8e93 inset;
  }
  @media screen and (max-width: 767px) {
    .tabSet .tabItems button:focus-visible {
      box-shadow: none;
    }
  }
  .tabSet .tabItems button.active {
    cursor: default;
    background: #038187;
    color: #fff;
  }
  .tabSet .tabContent {
    display: none;
    position: relative;
  }
  .tabSet .tabContent.active {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .tabSet .tabContent a:focus-visible {
      box-shadow: none;
    }
  }
  .tabSet.onMobile .tabContent {
    display: block;
    box-shadow: none;
    padding: 0;
  }
  .tabSet.onMobile .tabContent .tabBtn {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .tabSet.onMobile .tabContent .tabBtn.active {
    background: #038187;
    color: #fff;
    border-color: #038187;
  }
  .tabSet.onMobile .tabContent a:focus {
    outline: none;
    box-shadow: 0 0px 0px 2px #1aadfa inset;
  }
  .tabSet.onMobile .content {
    display: none;
  }
  .tabSet.onMobile .content.active {
    display: block;
  }
  .thumbnail {
    box-shadow: 0 0 3em -1.5em rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .thumbnail:hover {
    box-shadow: 0 12px 3em -1em rgba(0, 0, 0, 0.5);
  }
  .thumbnail a {
    display: block;
    text-decoration: none;
    color: #555;
    position: relative;
  }
  .thumbnail a:hover, .thumbnail a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .thumbnail a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .thumbnail a:focus-visible:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0px 0px 0px 1px #02676c inset;
  }
  .thumbnail .imgContainer {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.5em;
  }
  .thumbnail .imgContainer img {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .thumbnail h2,
  .thumbnail h3,
  .thumbnail h4 {
    margin: 0.2em 0;
  }
  .thumbnail .caption {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .thumbnail .btnGrp {
    padding: 0.2em 0;
  }
  .thumbnail hr {
    width: 90%;
    margin: 0.1em auto 1em;
  }
  .functionPanel {
    margin: 0.2em 0;
    padding: 0.5em 0 0.5em;
    min-height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.938rem;
  }
  @media screen and (max-width: 767px) {
    .functionPanel {
      margin: 0.6em 0;
      padding: 0.5em 0 0.5em;
    }
  }
  .functionPanel .share {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .functionPanel .function {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .functionPanel .publishTime {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 100px;
    display: block;
    color: #555;
  }
  @media screen and (max-width: 767px) {
    .functionPanel .publishTime span {
      display: none;
    }
  }
  .functionPanel .publishTime time {
    font-family: georgia;
    font-size: 1.125em;
  }
  .functionPanel .publishTime:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 0.3em;
    margin-right: 5px;
    background: url(../images/basic/icon_time.svg) no-repeat center center;
    background-size: 12px;
  }
  .functionPanel {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
  }
  .functionPanel .fontSize {
    padding: 0;
    flex: initial;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .function {
    height: 32px;
    margin: 0;
  }
  .function ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  .function ul li {
    margin: 0 0.2em;
    flex: 0 0 auto;
  }
  .function ul li a {
    display: block;
    box-sizing: border-box;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #ececec;
    position: relative;
    font-size: 0.875rem;
    padding: 0 0.65em 0 2.15em;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
  }
  .function ul li a:hover, .function ul li a:focus-visible {
    color: #02676c;
    cursor: pointer;
  }
  .function ul li a:focus-visible {
    outline: #d30000 2px dashed;
  }
  .function ul li a:hover, .function ul li a:focus-visible {
    background: #02676c;
    color: #fff;
  }
  .function ul li a:hover:before, .function ul li a:focus-visible:before {
    filter: invert(100%);
  }
  .function ul li a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0.65em;
  }
  .function ul li.back a:before {
    background: url(../images/basic/icon_back_dark.svg) no-repeat center center;
    background-size: 100%;
  }
  .function ul li.print a:before {
    background: url(../images/basic/icon_print_dark.svg) no-repeat center center;
    background-size: 100%;
  }
  @media screen and (max-width: 767px) {
    .function ul li.print {
      display: none;
    }
  }
  .function ul li.forward a:before {
    background: url(../images/basic/icon_forward_dark.svg) no-repeat center center;
    background-size: 100%;
  }
  .shareBlock {
    box-sizing: border-box;
    margin: 0.5em 0;
  }
  .shareBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  .shareBlock ul li {
    margin: 0px 3px 3px;
    flex: 0 0 32px;
  }
  .shareBlock ul li a {
    display: block;
    height: 32px;
  }
  @media screen and (max-width: 991px) {
    .shareBlock ul li {
      margin: 0px 1px 2px;
      width: 32px;
      height: 32px;
    }
  }
  .shareBlock ul li img {
    width: 100%;
    height: 100%;
  }
  .functionPanel .share,
  .navigation .share {
    box-sizing: border-box;
    text-align: center;
    height: 32px;
    margin: 0 4px;
    position: relative;
  }
  .functionPanel .share a.shareButton,
  .navigation .share a.shareButton {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    text-align: center;
    position: relative;
  }
  .functionPanel .share a.shareButton:before,
  .navigation .share a.shareButton:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background: url(../images/basic/icon_share.svg) no-repeat center center;
    background-size: 22px;
    filter: invert(0.4);
  }
  .functionPanel .share a.shareButton:hover, .functionPanel .share a.shareButton:focus-visible,
  .navigation .share a.shareButton:hover,
  .navigation .share a.shareButton:focus-visible {
    background: #02676c;
  }
  .functionPanel .share a.shareButton:hover:before, .functionPanel .share a.shareButton:focus-visible:before,
  .navigation .share a.shareButton:hover:before,
  .navigation .share a.shareButton:focus-visible:before {
    filter: invert(100%);
  }
  .functionPanel .share ul,
  .navigation .share ul {
    display: none;
    position: absolute;
    top: 2.5em;
    left: -6px;
    padding: 6px;
    background: #fff;
    box-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 999;
    height: auto;
  }
  .functionPanel .share ul li,
  .navigation .share ul li {
    display: block;
    margin: 0 auto 0.5em;
  }
  .functionPanel .share ul li:last-child,
  .navigation .share ul li:last-child {
    margin-bottom: 0;
  }
  .functionPanel .share ul li img,
  .navigation .share ul li img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .functionPanel .share ul li a,
  .navigation .share ul li a {
    background: transparent;
    display: block;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .functionPanel .share ul li a:hover, .functionPanel .share ul li a:focus-visible,
  .navigation .share ul li a:hover,
  .navigation .share ul li a:focus-visible {
    background: transparent;
  }
  .functionPanel .share ul li a:hover img, .functionPanel .share ul li a:focus-visible img,
  .navigation .share ul li a:hover img,
  .navigation .share ul li a:focus-visible img {
    filter: grayscale(1);
  }
  .marquee {
    clear: both;
  }
  .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: 5px;
  }
  .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: #038187;
    margin: 0px 0.5em;
  }
  .pagination .page {
    margin: 10px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination .page li {
    margin: 2px;
    list-style: none;
    box-sizing: border-box;
  }
  .pagination .page li a {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    font-size: 1em;
    color: #333;
    background: #eee;
    border: #eee solid 1px;
    margin: 0 0.1em 0.25em;
  }
  .pagination .page li a:hover, .pagination .page li a:focus-visible {
    background: #038187;
    color: #fff;
    border: #038187 solid 1px;
  }
  .pagination .page li.active a {
    color: #fff;
    background: #1c8e93;
    border: #18797e solid 1px;
  }
  .pagination .page li.last a:after, .pagination .page li.last a:before, .pagination .page li.next a:before, .pagination .page li.prev a:before, .pagination .page li.first a:after, .pagination .page li.first a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 2px solid #666;
    border-left: none;
    border-bottom: none;
  }
  .pagination .page li.first a, .pagination .page li.prev a, .pagination .page li.next a, .pagination .page li.last a {
    text-indent: -9999px;
    position: relative;
  }
  .pagination .page li.first a:hover:before, .pagination .page li.first a:hover:after, .pagination .page li.first a:focus-visible:before, .pagination .page li.first a:focus-visible:after, .pagination .page li.prev a:hover:before, .pagination .page li.prev a:hover:after, .pagination .page li.prev a:focus-visible:before, .pagination .page li.prev a:focus-visible:after, .pagination .page li.next a:hover:before, .pagination .page li.next a:hover:after, .pagination .page li.next a:focus-visible:before, .pagination .page li.next a:focus-visible:after, .pagination .page li.last a:hover:before, .pagination .page li.last a:hover:after, .pagination .page li.last a:focus-visible:before, .pagination .page li.last a:focus-visible:after {
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
  }
  .pagination .page li.first a:before {
    margin-left: -6px;
    transform: rotate(-135deg);
  }
  .pagination .page li.first a:after {
    margin-left: 0px;
    transform: rotate(-135deg);
  }
  .pagination .page li.prev a:before {
    margin-left: -2px;
    transform: rotate(-135deg);
  }
  .pagination .page li.next a:before {
    margin-left: -6px;
    transform: rotate(45deg);
  }
  .pagination .page li.last a:before {
    margin-left: -3px;
    transform: rotate(45deg);
  }
  .pagination .page li.last a:after {
    margin-left: -9px;
    transform: rotate(45deg);
  }
  .pagination .total {
    padding: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .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: #038187;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .pagination .total select.formControl {
      margin: 0px 0px;
      text-align: center;
    }
  }
  *[class^=notice] {
    padding: 0.25em 2.5em;
    display: block;
    width: 100%;
    font-size: 0.938em;
    margin: 0 0 1em 0;
    position: relative;
    color: #555;
    background-color: #f2f2f2;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    line-height: 1.8;
  }
  *[class^=notice]:before {
    position: absolute;
    top: 0.65em;
    left: 0.8em;
    display: block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    content: "";
  }
  *[class^=notice]:before img {
    width: 100%;
  }
  *[class^=notice].typeB {
    padding: 1.5em 2.5em;
    font-size: 1rem;
  }
  *[class^=notice].typeB:before {
    top: 1.9em;
  }
  *[class^=notice] a {
    color: #02696e;
    text-decoration: underline;
  }
  *[class^=notice] a.close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.8em;
    right: 1em;
    display: block;
    opacity: 0.5;
  }
  *[class^=notice] a.close:hover, *[class^=notice] a.close:focus-visible {
    opacity: 1;
  }
  *[class^=notice] a.close img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  *[class*=noticeInfo] {
    color: #00529b;
    background-color: #c9e7e9;
  }
  *[class*=noticeInfo]:before {
    background: url(../images/basic/icon_info.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeSuccess] {
    color: #3b7600;
    background-color: #dff2bf;
  }
  *[class*=noticeSuccess]:before {
    background: url(../images/basic/icon_success.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeWarning] {
    color: #c23e00;
    background-color: #feefb3;
  }
  *[class*=noticeWarning]:before {
    background: url(../images/basic/icon_warning.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeError] {
    color: #c40000;
    background-color: #ffd2d2;
  }
  *[class*=noticeError]:before {
    background: url(../images/basic/icon_error.svg) no-repeat center center;
    background-size: 15px;
  }
  .accordion ul {
    list-style: none;
    padding: 0;
  }
  .accordion ul li {
    margin-bottom: 0.5em;
  }
  .accordion ul li .accordionList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: left;
    background-color: #ececec;
    color: #fff;
    text-decoration: none;
    padding: 5px 50px 5px 20px;
    position: relative;
  }
  .accordion ul li .accordionList h3,
  .accordion ul li .accordionList h4 {
    margin: 0.5em 0;
    color: #333;
  }
  .accordion ul li.active .accordionArrow {
    top: calc(50% - 2px);
    transform: rotate(225deg);
  }
  .accordion ul li.active .accordionContent {
    display: block;
  }
  .accordion .accordionContent {
    line-height: 1.45em;
    transition: height 0.3s linear;
    overflow: hidden;
    display: none;
    padding: 1em;
  }
  .accordion .accordionContent .content {
    white-space: nowrap;
  }
  .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 #333;
    border-top: none;
    border-left: none;
    display: block;
    width: 8px;
    height: 8px;
  }
  .accordion .accordionArrow.open:after {
    top: 8px;
    transform: rotate(225deg);
  }
  /* sitemap */
  .sitemap {
    margin: 0px auto 1em;
  }
  .sitemap p {
    font-size: 0.813em;
  }
  .sitemap p kbd {
    border: 1px solid #aaa;
    background: transparent;
    color: #333;
    padding: 0 0.3em;
    margin: 0 0.2em 0.1em;
  }
  .sitemap p kbd kbd {
    border: none;
  }
  .sitemap .accessKeyDefine {
    padding: 1em 2em;
    background: #eee;
    border-radius: 6px;
  }
  .sitemap .accessKeyDefine li {
    margin-bottom: 0.2em;
  }
  .cascading {
    border-top: 1px solid #ccc;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    box-sizing: border-box;
  }
  .cascading ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cascading li {
    line-height: 1.5;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 1em 0;
    box-sizing: border-box;
    padding: 0px 0.5em;
  }
  .cascading li a {
    margin: 0.2em 0;
    color: #222;
    padding: 0.5em;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 2px solid #038187;
  }
  .cascading li a:hover, .cascading li a:focus-visible {
    color: #038187;
    text-decoration: none;
  }
  .cascading li ul {
    padding-left: 1em;
  }
  .cascading li ul li {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .cascading li ul li a {
    display: block;
    font-size: 1em;
    padding: 0.2em 0;
    border-bottom: 1px dotted #ccc;
    background-color: transparent;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .cascading {
      width: 95%;
      margin: 0px auto;
    }
    .cascading li {
      width: 100%;
    }
  }
  .leftBlock .banner {
    padding: 0 0 2.5em 0;
  }
  .leftBlock .banner .item {
    color: #666;
    text-align: center;
    font-weight: bold;
    background-color: #eee;
    margin-bottom: 10px;
  }
  .leftBlock .banner .item a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
  }
  .leftBlock .banner .item a img {
    width: 100%;
    aspect-ratio: 3/1;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .leftBlock .banner .item a:focus-visible:after {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 2px #0499a0 inset;
    content: "";
    z-index: 9;
    top: 0;
    left: 0;
  }
  .leftBlock .listBlock {
    padding: 0 0 0.5em 0;
    margin-bottom: 1.5em;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .leftBlock .listBlock .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #666;
    font-size: 1.25em;
    font-weight: bolder;
  }
  .leftBlock .listBlock ul {
    margin: 0;
    padding: 0 1em;
    list-style-type: none;
  }
  .leftBlock .listBlock ul li {
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .leftBlock .listBlock ul li time {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.813rem;
  }
  .leftBlock .listBlock ul li .dept {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #f1f1f1;
    color: #555;
    font-size: 0.813em;
  }
  .leftBlock .listBlock ul li a {
    display: block;
    padding: 0 0 0.25em;
    line-height: 1.4em;
    font-size: 0.938em;
    color: #333;
    margin: 0.5em 0;
  }
  .leftBlock .listBlock ul li a:hover {
    color: #02676c;
  }
  .leftBlock .nodeMenu {
    padding: 0 0 0.5em 0;
    margin-bottom: 1.5em;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .leftBlock .nodeMenu .title {
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #666;
    font-size: 1.25em;
    font-weight: bolder;
  }
  .leftBlock .nodeMenu ul {
    margin: 0;
    padding: 0 1em 0em;
    list-style-type: none;
  }
  .leftBlock .nodeMenu ul li {
    font-size: 0.938rem;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
  }
  .leftBlock .nodeMenu ul li:last-child {
    border: none;
  }
  .leftBlock .nodeMenu ul li a {
    display: block;
    padding: 0.5em 0;
    line-height: 1.4em;
    color: #333;
  }
  .leftBlock .nodeMenu ul li a:hover {
    color: #02676c;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.noscroll {
    position: static;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > div {
    box-sizing: border-box;
  }
  .wrapper {
    width: 100%;
    margin: 0px auto;
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      background: #fff;
      overflow: hidden;
      overflow-y: auto;
    }
  }
  .container {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    padding: 0 120px;
  }
  @media screen and (max-width: 1180px) {
    .container {
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 15px;
    }
  }
  .main {
    position: relative;
    margin: 0 auto;
    padding-bottom: 5em;
  }
  @media screen and (max-width: 1180px) {
    .main {
      padding-top: 60px;
    }
  }
  .main h2 {
    line-height: 1.25em;
    letter-spacing: 0.6px;
    margin-bottom: 2rem;
  }
  .innerPage {
    position: relative;
    background: linear-gradient(180deg, rgba(243, 241, 132, 0.8) 0%, rgba(234, 242, 132, 0.5) 80px, rgba(227, 243, 132, 0) 150px);
    margin-top: 106px;
  }
  @media screen and (max-width: 767px) {
    .innerPage {
      padding-top: 0;
      margin-bottom: 2em;
    }
  }
  .innerPage::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: 106px;
    background: url(../images/booktop01.svg) no-repeat center bottom;
    background-size: 100%;
  }
  .innerPage.np {
    background: linear-gradient(180deg, rgba(243, 241, 132, 0.8) 0%, rgba(234, 242, 132, 0.6) 95%, rgba(227, 243, 132, 0.3) 100%);
  }
  .innerPage > .container {
    padding-top: 1em;
  }
  .orderPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .orderPanel {
      flex-wrap: wrap;
    }
  }
  .orderPanel .btn {
    margin-right: 10px;
  }
  .orderPanel .shoppingCart {
    position: relative;
    display: flex;
    align-items: center;
  }
  .orderPanel .shoppingCart:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #038187 url(../images/icon/icon_shopping.svg) center no-repeat;
    background-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .orderPanel .shoppingCart span {
    font-weight: bold;
    display: inline-block;
    padding: 0 0.25em;
  }
  .hidden {
    display: none;
  }
  .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);
  }
  .mobileSidebar .mobileArea {
    width: 300px;
    padding: 3em 0;
    height: 100%;
    background: #002c2e;
    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: 1rem;
    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.5em 0.5em 0.5em 1.1em;
    font-size: 1rem;
    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;
  }
  .mobileSidebar .slidedown {
    margin-bottom: 0.5em;
  }
  .mobileSidebar .slidedown ul {
    position: relative;
  }
  .mobileSidebar .share {
    display: 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;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 90;
    cursor: pointer;
  }
}
img.imgRounded {
  border-radius: 40px;
}
img.imgCircle {
  border-radius: 50%;
}
img:not([src]) {
  visibility: hidden;
  opacity: 0;
}
img.lazy {
  visibility: hidden;
}
img.loaded {
  visibility: visible;
  animation: lazy_animation 0.5s ease-out;
}

@keyframes lazy_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*for IE */
.imgContainer {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}
.imgContainer .fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.imgContainer .contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.imgContainer .cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.imgContainer .none {
  -o-object-fit: none;
     object-fit: none;
}
.imgContainer .scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

br {
  font-family: unset !important;
  font: unset !important;
}

.gsc-control-cse {
  padding: 1rem 0 !important;
}

.gsc-control-cse.gsc-control-cse-zh-TW table td {
  padding: 0 0.5em !important;
}
.gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_a, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsib_b, .gsc-control-cse.gsc-control-cse-zh-TW table td.gsc-search-button {
  border: 0 !important;
}

.gsc-input-box {
  border: 0 !important;
}

.gsc-search-box.gsc-search-box-tools {
  margin-bottom: 2rem !important;
}

.table.gsc-search-box table td {
  border-bottom: 0 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #038187 !important;
}

.gsst_a .gscb_a {
  color: #ccc !important;
  line-height: 2rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #e3f384 !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: #038187 !important;
}

.gsc-tabHeader {
  font-size: 1rem !important;
}

.gsc-search-button-v2 svg {
  vertical-align: middle;
}

.gsc-result-info-container,
.gsc-orderby-container {
  border: 0 !important;
}

.gsc-selected-option {
  white-space: nowrap;
}

:root {
  --dotSize: 15px;
}

.cpSlider {
  padding: 1em 0;
  clear: both;
}

.swiperBox {
  position: relative;
}

.swiper img {
  display: block;
}

.swiperDots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  position: absolute;
  z-index: 10;
}
.swiperDots .swiper-pagination-bullet {
  /* 點的顏色 */
}
.swiperDots .swiper-pagination-bullet:hover, .swiperDots .swiper-pagination-bullet:focus {
  opacity: 1;
  /* 點hover的顏色 */
  background: #04b1b9 !important;
}
.swiperDots .swiper-pagination-bullet:focus-visible {
  box-shadow: 0px 0px 0px 2px #1c8e93 !important;
}
.swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  /* 點 active 的顏色 */
  background: #02676c;
}
.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: 20px 15px;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  z-index: 9;
}
.swiperArrow::before {
  content: "";
  width: 20px;
  height: 30px;
  display: block;
  background: url("../vendor/swiper/arrow.svg") center no-repeat;
}
.swiperArrow.prevSlider {
  left: 0;
}
.swiperArrow.nextSlider {
  right: 0;
}
.swiperArrow.nextSlider::before {
  transform: rotate(180deg);
}
.swiperArrow.swiperArrow-disabled {
  opacity: 0.3;
}

.bookSlider .swiperBox {
  margin-bottom: 2em;
}
.bookSlider .imgContainer {
  background-color: transparent;
  padding: 1em 4px;
}
.bookSlider .imgContainer a {
  display: block;
  height: 240px;
  transition: 0.3s;
}
.bookSlider .imgContainer a:hover {
  transform: scale(1.1);
}
.bookSlider .imgContainer a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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 #038187;
}
.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.5em;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: -2em;
  left: 0;
  font-size: 0.938em;
  height: 2em;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
}
.cpSlider .swiper a {
  color: #555;
  display: block;
}
.cpSlider .swiper a:hover .caption, .cpSlider .swiper a:focus-visible .caption {
  bottom: 0;
}
.cpSlider .swiper .swiperArrow {
  padding: 0;
}

.navSlider {
  position: relative;
}
.navSlider .swiper-slide {
  max-height: 180px;
}
.navSlider .swiper-slide a {
  position: relative;
  display: block;
}
.navSlider .swiper-slide a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.adSlider img {
  width: 100%;
  aspect-ratio: 3/1;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.navBar {
  position: fixed;
  right: 10px;
  bottom: 15vh;
  z-index: 99;
}
@media screen and (min-width: 1400px) {
  .navBar {
    right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .navBar {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 0;
  }
}
.navBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 172, 47, 0.7);
  padding: 1.5em 0.5em;
  border-radius: 30px;
}
@media screen and (max-width: 1180px) {
  .navBar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0;
  }
}
.navBar li {
  margin-bottom: 0.8em;
}
.navBar li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .navBar li {
    flex-basis: 120px;
    padding: 0 0.5em;
  }
}
.navBar li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .navBar li a {
    font-size: 1rem;
  }
}
.navBar li a:hover img {
  transform: translateY(-2px) scale(1.1);
}
.navBar li a img {
  transition: 0.2s all;
  width: 28px;
}
@media screen and (max-width: 1180px) {
  .navBar li a img {
    width: 40px;
    margin-bottom: 5px;
  }
}

.mpSlider .container {
  padding: 0;
  max-width: 100%;
}
.mpSlider .swiper-slide {
  width: 1440px !important;
  max-width: 100%;
  position: relative;
}
.mpSlider .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.mpSlider .swiperArrow.prevSlider {
  left: calc((100% - 1440px) / 2 + 20px);
}
.mpSlider .swiperArrow.nextSlider {
  right: calc((100% - 1440px) / 2 + 20px);
}
@media screen and (max-width: 1600px) {
  .mpSlider .swiperArrow.prevSlider {
    left: calc((100% - 1440px) / 2 + 80px);
  }
  .mpSlider .swiperArrow.nextSlider {
    right: calc((100% - 1440px) / 2 + 80px);
  }
}
@media screen and (max-width: 1440px) {
  .mpSlider .swiperArrow.prevSlider {
    left: 120px;
  }
  .mpSlider .swiperArrow.nextSlider {
    right: 120px;
  }
}
@media screen and (max-width: 1180px) {
  .mpSlider .swiperArrow.prevSlider {
    left: 0;
  }
  .mpSlider .swiperArrow.nextSlider {
    right: 0;
  }
}
.mpSlider .swiperDots {
  bottom: -30px !important;
}
.mpSlider img {
  width: 100%;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  background: linear-gradient(180deg, rgba(243, 241, 132, 0.25) 0%, rgba(234, 242, 132, 0.91) 14%, #e3f384 103%, rgba(227, 243, 132, 0) 113%);
  padding: 4em 0 1em 0;
  position: relative;
}
.news .tabSet .tabItems button {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news .tabSet .tabItems button {
    font-size: 1.125rem;
  }
}
.news .tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .tabContent li {
  margin-bottom: 1rem;
}
.news .tabContent li > a {
  display: flex;
  color: #333;
}
.news .tabContent li > a:hover p {
  transform: translateX(-5px);
  color: #02676c;
}
.news .tabContent li > a time {
  display: block;
  padding: 1em 0;
  margin-right: 1em;
}
.news .tabContent li > a p {
  flex: 1 1 auto;
  margin: 0;
  padding: 1em 1.5em;
  background: #fff;
  border-radius: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.news .tabContent.card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news .tabContent.card li {
  flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.news .tabContent.card li a {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
  height: 100%;
  transition: 0.3s;
}
.news .tabContent.card li a:hover {
  transform: scale(1.08);
}
.news .tabContent.card li a .imgContainer {
  aspect-ratio: 4/3;
}
.news .tabContent.card li a .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .tabContent.card li a .hotTag {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2em;
  background-color: #ff7a00;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0.8rem;
}
.news .tabContent.card li a time {
  padding: 0 1rem;
  margin: 1rem 0;
}
.news .tabContent.card li a .newsTitle {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 1rem;
  margin: 1rem 0;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 90px;
}
.news .more {
  justify-content: center;
  margin-top: 1.5rem;
}
.news .more a {
  background-color: #fff;
}

.infoGrp {
  position: relative;
  background: linear-gradient(180deg, #e4f385 2%, rgba(229, 244, 134, 0) 18%);
}
.infoGrp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - (100% - 1200px) / 2 - 365px);
  height: 100%;
  border-radius: 60px;
  background-color: #fff;
  background-image: url(../images/booktop02.svg), url(../images/booktop03.svg), url(../images/paperbg01.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, left bottom, center;
  background-size: 1760px, 1760px, auto;
}
@media screen and (max-width: 1440px) {
  .infoGrp::before {
    width: calc(100% - 470px);
  }
}
@media screen and (max-width: 1180px) {
  .infoGrp::before {
    width: 100%;
    background: #fff url(../images/paperbg01.png) repeat;
    border-radius: 0;
  }
}
.infoGrp .container {
  display: flex;
  gap: 30px;
}

.calendar {
  flex-basis: 320px;
  padding-top: 6rem;
}
@media screen and (max-width: 1180px) {
  .calendar {
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .calendar {
    display: none;
  }
}
.calendar table {
  width: 320px;
}
.calendar table th {
  border-width: 0 0 1px 0;
  background-color: #fff;
  font-weight: normal;
  color: #666;
  padding: 0.8em 0.25em;
}
.calendar table td {
  border: none;
  text-align: center;
  padding: 0.5em 0.25em;
}
.calendar table td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #333;
  border-radius: 50%;
  transition: 0.2s;
}
.calendar table td a:hover {
  background-color: #ccc;
}
.calendar table td a.today {
  background-color: #038187;
  color: #fff;
}
.calendar table td a.today:hover {
  background-color: #02676c;
}
.calendar table td a.closed {
  background-color: #e3f384;
}
.calendar table td a.closed:hover {
  background-color: #d8ee56;
}
.calendar .remark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
}
.calendar .remark .closed,
.calendar .remark .today {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 1em;
}
.calendar .remark .closed::before,
.calendar .remark .today::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
  border-radius: 50%;
}
.calendar .remark .closed::before {
  background-color: #e3f384;
}
.calendar .remark .today::before {
  background-color: #038187;
}

.dateSelect {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
.dateSelect span {
  display: inline-block;
  margin-right: 5px;
}
.dateSelect .prev,
.dateSelect .next {
  font-size: 0;
  width: 40px;
  height: 40px;
  border: none;
  opacity: 0.7;
  position: absolute;
}
.dateSelect .prev:hover,
.dateSelect .next:hover {
  opacity: 1;
}
.dateSelect .prev {
  background: url(../images/icon/icon_arrow_left_dark.svg) center no-repeat;
  background-size: 1rem;
  left: 0;
}
.dateSelect .next {
  background: url(../images/icon/icon_arrow_right_dark.svg) center no-repeat;
  background-size: 1rem;
  right: 0;
}

.activityInfo {
  position: relative;
  flex-basis: calc(100% - 350px);
  max-width: calc(100% - 350px);
  padding: 6rem 1rem 8rem 4rem;
}
@media screen and (max-width: 1180px) {
  .activityInfo {
    padding: 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .activityInfo {
    flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
}

.activityInfo .tabContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activityInfo .tabContent li {
  margin-bottom: 1rem;
}
.activityInfo .tabContent li a {
  display: block;
  border-radius: 60px;
  background-color: #e3f384;
  padding: 1rem 2rem;
  margin: 2px 0;
  color: #333;
  transition: 0.3s;
}
.activityInfo .tabContent li a:hover {
  transform: translateX(-5px);
  color: #02676c;
}
.activityInfo .tabContent li a time {
  font-size: 0.875em;
}
.activityInfo .tabContent li a p {
  margin: 0.5em 0 0 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social {
  background: linear-gradient(0deg, #e3f384 0%, rgba(227, 243, 132, 0.91) 63%, rgba(227, 243, 132, 0) 100%);
  padding: 2em 0 4em;
}
.social .sectionTitle {
  text-align: center;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .social ul {
    gap: 20px;
  }
}
.social li {
  flex-basis: calc(20% - 32px);
}
@media screen and (max-width: 991px) {
  .social li {
    flex-basis: calc(33.33333% - 40px);
  }
}
@media screen and (max-width: 575px) {
  .social li {
    flex-basis: calc(50% - 10px);
  }
}
.social li a {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #038187;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 0.3s;
  transform: perspective(1px) translateZ(0);
}
.social li a:hover {
  transform: scale(1.2);
}
.social li.fb a {
  background-color: #415a9d;
}
.social li.fbTSRC a {
  background: url(../images/tsrc.jpg) center no-repeat;
}
.social li.youtube a {
  background-color: #ac312e;
}
.social li.podcast a {
  background-color: #9c4fd1;
}
.social li.ntlPodcast a {
  background-color: #00857b;
}
.social li.ner a {
  background: #038187 url(../images/ner.jpg) center no-repeat;
  background-size: cover;
}
.social li .iconWrap {
  width: 62px;
  height: 62px;
  margin-bottom: 0.5rem;
}
.social li .iconWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.serviceGrp {
  background: #f9faf4 url(../images/bg01.png) right bottom no-repeat;
  background-size: 1225px;
  padding: 4em 0;
}
.serviceGrp .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.serviceGrp .serviceSlider {
  flex-basis: calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
}
@media screen and (max-width: 991px) {
  .serviceGrp .serviceSlider {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .serviceGrp .serviceSlider {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.serviceGrp .swiper {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.serviceGrp .serviceList {
  padding: 36px;
}
.serviceGrp .serviceList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.serviceGrp .serviceList li {
  margin-bottom: 1em;
}
.serviceGrp .serviceList li a {
  display: block;
  color: #333;
  padding: 1em 1.5em 1em 3.25em;
  border-radius: 2em;
  transition: 0.3s;
}
.serviceGrp .serviceSlider-1 .serviceList li a {
  background: url(../images/basic/icon_user.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .serviceSlider-1 .serviceList li a:hover {
  background: #e3f384 url(../images/basic/icon_user2.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .serviceSlider-2 .serviceList li a {
  background: url(../images/basic/icon_hand.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .serviceSlider-2 .serviceList li a:hover {
  background: #e3f384 url(../images/basic/icon_hand2.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .serviceSlider-3 .serviceList li a {
  background: url(../images/basic/icon_map.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .serviceSlider-3 .serviceList li a:hover {
  background: #e3f384 url(../images/basic/icon_map2.svg) left 1.5em center no-repeat;
  background-size: 1.25em;
}
.serviceGrp .swiperArrow {
  position: initial;
  transform: translateY(0);
  background: transparent;
}
.serviceGrp .swiperArrow::before {
  height: 20px;
  background-size: contain;
}

.adSlider {
  padding: 3% 0 0;
}
.adSlider .swiperBox {
  padding: 0 50px;
}

.moreGrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2em;
}
.moreGrp .swiperDots {
  width: auto !important;
  margin: 0 10px 0 0;
}

.more {
  display: flex;
  justify-content: center;
}
.more a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0.65em 1.5em;
  border-radius: 40px;
  margin: 0 0.5rem;
  background: #e3f384;
  color: #333;
  transition: 0.3s all;
  transform: perspective(1px) translateZ(0);
}
.more a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #02676c;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.more a:hover {
  color: #fff;
}
.more a:hover::before {
  transform: scale(2);
}
.more a:hover i {
  filter: invert(1) brightness(250%);
}

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: 45%;
  max-width: 400px;
  background: #f1f1f1;
  overflow: hidden;
  padding: 0.5em 0.5em 0.2em;
}
.cp .pic img {
  float: none;
  width: 100%;
  margin: 0;
  display: block;
}
.cp .pic span {
  text-align: center;
  display: block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .cp .pic {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
    display: block;
    margin-bottom: 0.5em;
  }
}
.cp .picfull {
  margin: 0px 1em 1em 0;
  width: auto;
  max-width: 100%;
  background: #f1f1f1;
  overflow: hidden;
  padding: 0.5em 0.5em 0.2em;
  clear: both;
}
.cp .picfull img {
  width: 100%;
  margin: 0;
  display: block;
}
.cp .picfull span {
  text-align: center;
  display: block;
  font-size: 0.938em;
}
@media screen and (max-width: 767px) {
  .cp .picfull {
    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: #038187;
}
.cp a:hover, .cp a:focus-visible {
  color: #02676c;
  cursor: pointer;
}
.cp a:focus-visible {
  outline: #d30000 2px dashed;
}
.cp .publishInfo {
  font-size: 0.875em;
  line-height: 1.5em;
  list-style: none;
  margin: 0 0 0.7em 0;
  border-left: solid 5px #038187;
  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%;
  }
}
.cp .underline {
  text-decoration: underline;
}
.cp table.flow {
  margin-bottom: 1em;
}
.cp table.flow td {
  text-align: center;
  vertical-align: middle;
  border-color: #333;
}
.cp table.flow td:not(.box) {
  border: none;
}
.cp table.flow .arrow {
  width: 60px;
}
.cp table.flow .arrow img {
  width: 100%;
}
.cp .more a {
  text-decoration: none;
  color: #333;
}
.cp .more a:hover, .cp .more a:focus-visible {
  color: #02676c;
  cursor: pointer;
}
.cp .more a:focus-visible {
  outline: #d30000 2px dashed;
}
.cp .more a:hover {
  color: #fff;
}

.fileDownload {
  width: 100%;
  margin: 0 auto 2em;
  clear: both;
  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 #038187;
}
.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_odf a {
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.8em;
  border-radius: 3px;
}
.fileDownload li span.file_odf a:hover, .fileDownload li span.file_odf 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, .fileDownload li span.file_odf 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, .fileDownload li span.file_odf a:hover, .fileDownload li span.file_odf a:focus-visible {
  background: #2351a2;
}
.fileDownload li span.file_xls a, .fileDownload li span.file_xlsx a, .fileDownload li span.file_csv a, .fileDownload li span.file_ods a {
  background: #387947;
}
.fileDownload li span.file_xls a:hover, .fileDownload li span.file_xls a:focus-visible, .fileDownload li span.file_xlsx a:hover, .fileDownload li span.file_xlsx a:focus-visible, .fileDownload li span.file_csv a:hover, .fileDownload li span.file_csv a:focus-visible, .fileDownload li span.file_ods a:hover, .fileDownload li span.file_ods a:focus-visible {
  background: #30683d;
}
.fileDownload li span.file_ppt a, .fileDownload li span.file_pptx a, .fileDownload li span.file_odp a, .fileDownload li span.file_pdf a {
  background: #c55a3b;
}
.fileDownload li span.file_ppt a:hover, .fileDownload li span.file_ppt a:focus-visible, .fileDownload li span.file_pptx a:hover, .fileDownload li span.file_pptx a:focus-visible, .fileDownload li span.file_odp a:hover, .fileDownload li span.file_odp a:focus-visible, .fileDownload li span.file_pdf a:hover, .fileDownload li span.file_pdf a:focus-visible {
  background: #b25135;
}
.fileDownload li span.file_pdf a {
  background: #c00;
}
.fileDownload li span.file_pdf a:hover, .fileDownload li span.file_pdf a:focus-visible {
  background: #b30000;
}
.fileDownload li span.file_zip a {
  background: #eb712e;
}
.fileDownload li span.file_zip a:hover, .fileDownload li span.file_zip a:focus-visible {
  background: #e96117;
}
.fileDownload li span.file_txt a, .fileDownload li span.file_other a {
  background: #555;
}
.fileDownload li span.file_txt a:hover, .fileDownload li span.file_txt a:focus-visible, .fileDownload li span.file_other a:hover, .fileDownload li span.file_other a:focus-visible {
  background: #484848;
}
.fileDownload li span.file_mov a {
  background: #009999;
}
.fileDownload li span.file_mov a:hover, .fileDownload li span.file_mov a:focus-visible {
  background: teal;
}
.fileDownload li span.file_mp3 a, .fileDownload li span.file_mp4 a {
  background: #088ecc;
}
.fileDownload li span.file_mp3 a:hover, .fileDownload li span.file_mp3 a:focus-visible, .fileDownload li span.file_mp4 a:hover, .fileDownload li span.file_mp4 a:focus-visible {
  background: #077db3;
}
.fileDownload li span.file_jpg a {
  background: #6c29a4;
}
.fileDownload li span.file_jpg a:hover, .fileDownload li span.file_jpg a:focus-visible {
  background: #5f2490;
}
.fileDownload li span.file_wmv a {
  background: #430a1f;
}
.fileDownload li span.file_wmv a:hover, .fileDownload li span.file_wmv a:focus-visible {
  background: #2d0715;
}

.webLink {
  margin: 1em 0;
  clear: both;
}
.webLink h3 {
  font-size: 1.5em;
  padding: 12px 0px 15px 0px;
  margin: 0.5em 0px 0.2em;
  border-bottom: 1px solid #038187;
}
.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: #333;
}
.webLink li a:hover, .webLink li a:focus-visible {
  color: #02676c;
  cursor: pointer;
}
.webLink li a:focus-visible {
  outline: #d30000 2px dashed;
}

.feedback {
  clear: both;
  padding: 1em 1.5em;
  background-color: rgba(255, 172, 47, 0.4);
  border-radius: 20px;
  margin-bottom: 1em;
  width: 500px;
  max-width: 100%;
}
.feedback fieldset {
  margin-bottom: 0.5em;
}
.feedback fieldset legend {
  font-weight: bold;
}
.feedback p {
  margin-bottom: 0.5em;
}
.feedback .btnGrp {
  padding: 0;
}

.eventInfo {
  padding: 0;
}
.eventInfo > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .eventInfo > li {
    flex-wrap: wrap;
  }
}
.eventInfo .listTitle {
  flex: 0 0 150px;
  margin-right: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.eventInfo .listTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_arrow_right_dark.svg) center no-repeat;
  background-size: 12px;
}
.eventInfo .description > ul > li {
  list-style-type: disc;
}

.totalAmount {
  border-radius: 4px;
  background-color: #ececec;
  padding: 0.5em 1em;
  display: flex;
  justify-content: flex-end;
  font-size: 1.125rem;
  margin: 1em 0;
  font-weight: bold;
}
.totalAmount span {
  margin: 0 0.5em;
  display: inline-block;
  color: #d30000;
}

.hideDisabled label {
  display: flex;
  align-items: center;
}

.calendarTB {
  margin: 0 0 20px;
}
.calendarTB table {
  word-break: break-all;
  table-layout: fixed;
}
.calendarTB table thead {
  margin-bottom: 5px;
}
.calendarTB table tbody {
  border-top: 1px solid #ccc;
}
.calendarTB table tr {
  background-color: #fff;
}
.calendarTB table tr:hover {
  background-color: #fffbec;
  transition: 0.2s;
}
.calendarTB table th {
  background-color: #ddd !important;
  border: 1px solid #f8f3e4;
  border-bottom: 5px solid #f8f3e4;
  color: #333;
  padding: 0.5em 1em;
  width: 14.28%;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.calendarTB table th.weekend {
  background-color: #ffac2f !important;
}
.calendarTB table td {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .calendarTB table td {
    min-height: 65px;
    padding: 2px 7px 2px 17% !important;
  }
}
.calendarTB table td:after {
  content: "";
  width: 1px;
  height: 20px;
  float: left;
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .calendarTB table td:after {
    float: none;
    height: auto;
    background-color: red;
  }
}
.calendarTB table td:before {
  position: absolute;
  width: 15%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  background-color: #eee;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
}
.calendarTB table td.otherMonth .numDate {
  color: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .calendarTB table td.otherMonth {
    display: none;
  }
}
.calendarTB table .numDate {
  text-align: center;
  color: #7a7a7a;
  font-size: 1.125rem;
  font-weight: bolder;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .calendarTB table .numDate {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 30px;
    width: 15%;
    border: none;
  }
}
.calendarTB .periodContent {
  margin: 5px 0 0;
  text-align: center;
}
.calendarTB .periodContent .applyPeriod {
  background: #038187;
  padding: 0.5em;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin-bottom: 5px;
  color: #fff;
}
.calendarTB .periodContent .applyPeriod.disabled {
  background-color: #dedede;
  color: #333;
}
.calendarTB .periodContent .applyPeriod.disabled .time {
  border-bottom: 1px dotted rgb(255, 255, 255);
}
.calendarTB .periodContent .applyPeriod span {
  display: block;
}
.calendarTB .periodContent .applyPeriod .time {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.calendarTB .periodContent .applyPeriod .quota {
  font-size: 0.9375rem;
}
.calendarTB .periodContent .applyPeriod .quota em {
  font-style: normal;
  padding: 0 3px;
  color: #fec003;
  font-weight: bold;
}
.calendarTB .periodContent .applyPeriod .btnGrp {
  padding: 0;
  margin-top: 5px;
  justify-content: center;
}
.calendarTB .periodContent .applyPeriod .btn {
  padding: 0.25em;
  font-size: 0.9375rem;
}

.serviceApply {
  background: #fff url(../images/paperbg01.png);
  padding: 1em 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .serviceApply {
    padding: 1em 15px;
  }
}
.serviceApply .title {
  text-align: center;
  font-size: 2em;
}
.serviceApply .dateSelect {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .serviceApply .dateSelect {
    flex-wrap: wrap;
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .serviceApply .dateSelect .prev,
  .serviceApply .dateSelect .next {
    position: relative;
  }
}
.serviceApply .dateSelect .dateRange {
  margin: 0 10px;
}
.serviceApply .dateSelect .dateRange + .dateRange::before {
  content: "-";
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .serviceApply .dateSelect .dateRange + .dateRange {
    padding-top: 20px;
    position: relative;
  }
  .serviceApply .dateSelect .dateRange + .dateRange::before {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-right: 0;
    transform: rotate(90deg);
  }
}
.serviceApply .dateSelect .dateRange span {
  color: #d9470b;
  font-family: "Century Gothic";
}

.modal {
  border-radius: 10px;
}
.modal .modalTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.listModal .applyList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listModal .applyList li {
  display: flex;
  padding: 0.8em 0;
  border-bottom: 1px dashed #ccc;
}
.listModal .applyList li:first-of-type {
  border-top: 1px dashed #ccc;
}
.listModal .applyList li span {
  display: block;
  margin: 0 1em;
}

.applyModal {
  width: 800px;
  max-width: 98%;
  padding: 30px 15px !important;
}

.orgChart {
  font-size: 1rem;
  overflow: hidden;
}
.orgChart ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .orgChart ul {
    display: block;
  }
}
.orgChart ul li {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .orgChart ul li {
    padding-top: 0;
  }
}
.orgChart ul li:before, .orgChart ul li:after {
  box-sizing: border-box;
}
.orgChart ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  min-height: 60px;
  background-color: #ececec;
  margin: 0 5px 30px;
  text-align: center;
  border-radius: 4px;
  color: #333;
  transition: 0.3s;
}
.orgChart ul a:hover {
  filter: brightness(95%);
}
@media screen and (max-width: 767px) {
  .orgChart ul a {
    margin-bottom: 15px;
  }
}
.orgChart .administration > li > a,
.orgChart .director > li > a {
  width: 30%;
  margin: 0 auto 30px;
  background-color: #74babd;
}
@media screen and (max-width: 767px) {
  .orgChart .administration > li > a,
  .orgChart .director > li > a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.orgChart .administration > li > a {
  position: relative;
}
.orgChart .administration > li > a:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 100%;
  width: 3px;
  height: 30px;
  background-color: #8ec6c9;
}
@media screen and (max-width: 767px) {
  .orgChart .administration > li > a:before {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .orgChart .director ul {
    padding-left: 30px;
  }
  .orgChart .director ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 3px;
    height: calc(100% + 15px);
    background-color: #8ec6c9;
  }
  .orgChart .director ul li:last-of-type:before {
    content: "";
    height: calc(50% + 15px);
  }
  .orgChart .director ul li a {
    position: relative;
  }
  .orgChart .director ul li a:before {
    content: "";
    position: absolute;
    top: calc(-50% - 30px);
    left: -20px;
    width: 20px;
    height: calc(100% + 30px);
    border-bottom: 3px solid #8ec6c9;
    box-sizing: border-box;
  }
}
.orgChart .director > li {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .orgChart .director > li {
    margin-top: 0;
  }
}
.orgChart .director > li > a {
  position: relative;
}
.orgChart .director > li > a:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 100%;
  width: 3px;
  height: 30px;
  background-color: #8ec6c9;
}
@media screen and (max-width: 767px) {
  .orgChart .director > li > a:before {
    content: none;
  }
}
.orgChart .subdirector {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.orgChart .subdirector:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 3px;
  height: 100%;
  background-color: #8ec6c9;
}
@media screen and (max-width: 767px) {
  .orgChart .subdirector:before {
    content: none;
  }
}
.orgChart .subdirector > li {
  flex-shrink: 1;
  flex-basis: calc(25% - 15px);
}
.orgChart .subdirector > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #8ec6c9;
}
@media screen and (min-width: 768px) {
  .orgChart .subdirector > li:nth-of-type(4n + 1):before {
    width: 50%;
    left: 50%;
  }
  .orgChart .subdirector > li:nth-of-type(4n + 1):last-of-type:before {
    width: calc(150% + 30px);
  }
  .orgChart .subdirector > li:nth-of-type(4n + 2) {
    margin-right: 30px;
  }
  .orgChart .subdirector > li:nth-of-type(4n + 2):before {
    width: calc(100% + 30px);
  }
  .orgChart .subdirector > li:nth-of-type(4n + 3) {
    margin-left: 30px;
  }
  .orgChart .subdirector > li:nth-of-type(4n + 3):before {
    width: calc(100% + 30px);
    left: -30px;
  }
  .orgChart .subdirector > li:nth-of-type(4n + 3):last-of-type:before {
    width: calc(50% + 30px);
  }
  .orgChart .subdirector > li:nth-of-type(4n):before {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .orgChart .subdirector > li:last-of-type:before {
    height: calc(100% + 15px) !important;
  }
}
.orgChart .subdirector > li a {
  position: relative;
}
.orgChart .subdirector > li a:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 50%;
  height: 30px;
  border-right: 3px dotted #8ec6c9;
}
@media screen and (max-width: 767px) {
  .orgChart .subdirector > li a:before {
    border-right: none;
    border-bottom: 3px dotted #8ec6c9 !important;
  }
}
.orgChart .subdirector > li a {
  background-color: #ffbd59;
}
.orgChart .subdirector > li .inner {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .orgChart .subdirector > li .inner {
    margin-top: 0;
  }
}
.orgChart .subdirector > li .inner > li {
  flex-grow: 1;
}
.orgChart .department {
  position: relative;
}
.orgChart .department > li {
  flex: 1 1 10%;
}
.orgChart .department > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #8ec6c9;
}
@media screen and (min-width: 768px) {
  .orgChart .department > li:first-of-type:before, .orgChart .department > li:last-of-type:before {
    width: 50%;
  }
  .orgChart .department > li:first-of-type::before {
    left: auto;
    right: 0;
  }
}
.orgChart .department > li > a {
  position: relative;
}
.orgChart .department > li > a:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  height: 30px;
  width: 50%;
  border-left: 3px solid #8ec6c9;
}
.orgChart .department > li > a {
  background-color: #73abe3;
}
.orgChart .department li.mission > a:before {
  border-left: 3px dotted #8ec6c9;
}
.orgChart .department li.mission a {
  background-color: #b3d1f0;
}
@media screen and (max-width: 767px) {
  .orgChart .department li.mission a:before {
    border-bottom-style: dotted;
    border-left: 0;
  }
}
.orgChart .section {
  flex-direction: column;
}
.orgChart .section:last-of-type {
  float: left;
  width: 100%;
}
.orgChart .section > li {
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .orgChart .section > li {
    padding: 0;
  }
}
.orgChart .section > li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 15px;
  height: calc(100% + 10px);
  border-left: 3px solid #8ec6c9;
}
.orgChart .section > li:first-of-type:before {
  height: calc(100% + 30px);
  top: -30px;
}
@media screen and (max-width: 767px) {
  .orgChart .section > li:first-of-type:before {
    height: calc(100% + 15px);
    top: -15px;
  }
}
.orgChart .section > li:last-of-type:before {
  height: calc(50% + 30px);
  top: -30px;
}
@media screen and (max-width: 767px) {
  .orgChart .section > li:last-of-type:before {
    height: calc(100% + 15px);
    top: -15px;
  }
}
.orgChart .section > li > a {
  min-height: 76px;
  margin-bottom: 0;
  background-color: #b3d1f0;
  font-size: 0.938em;
  position: relative;
}
.orgChart .section > li > a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 50%;
  top: -3px;
  left: -15px;
  border-bottom: 3px dotted #8ec6c9 !important;
}

.colorA a:hover {
  color: #298729;
}
.colorA .fontSize ul li button:hover, .colorA .fontSize ul li button:focus, .colorA .fontSize ul li button.active,
.colorA .fontSize ul li a:hover,
.colorA .fontSize ul li a:focus,
.colorA .fontSize ul li a.active {
  background: #257a25;
  color: #fff;
}
.colorA a.goCenter {
  background: #298729;
}
.colorA a.goCenter:hover, .colorA a.goCenter:focus-visible {
  background: #35ae35;
}
.colorA .no-js noscript {
  border-color: #298729;
}
.colorA .no-js noscript a {
  color: #298729;
}
.colorA .no-js noscript a:hover, .colorA .no-js noscript a:focus-visible {
  color: #257a25;
}
.colorA .gs-result .gs-title,
.colorA .gs-result .gs-title * {
  color: #298729 !important;
}
.colorA .gs-webResult div.gs-visibleUrl {
  color: #e3f384 !important;
}
.colorA .gsc-search-button-v2,
.colorA .gsc-search-button-v2:hover,
.colorA .gsc-search-button-v2:focus {
  background-color: #298729 !important;
}
.colorA blockquote {
  border-color: #298729;
}
.colorA .btnSubmit {
  background: #298729;
  border-color: #298729;
}
.colorA .btnSearch {
  background: #298729;
  border-color: #298729;
}
.colorA .btnPrimary {
  background: #298729;
  color: #fff;
  border-color: #298729;
}
.colorA .btnPrimary:hover, .colorA .btnPrimary:focus-visible {
  background: #1d601d;
  border-color: #298729;
}
.colorA .btnSecondary {
  color: #174c17;
  border-color: #298729;
}
.colorA .btnSecondary:hover, .colorA .btnSecondary:focus-visible {
  color: #051205;
  background: #2f9b2f;
  border-color: #2f9b2f;
}
.colorA .category a:hover, .colorA .category a:focus, .colorA .category a.active {
  color: #fff;
  background: #2f9b2f;
  border-color: #2f9b2f;
}
.colorA div.function ul li button,
.colorA div.function ul li a {
  color: #fff;
}
.colorA div.function ul li button:hover, .colorA div.function ul li button:focus-visible,
.colorA div.function ul li a:hover,
.colorA div.function ul li a:focus-visible {
  background: #257a25;
  border-color: #257a25;
}
.colorA .language ul li a {
  color: #fff;
}
.colorA .language ul li a:hover, .colorA .language ul li a:focus-visible {
  background: #298729;
  border-inline: #257a25 2px solid;
}
.colorA .fatFooter .btnFatFooter {
  background: #298729;
}
.colorA .fatFooter .btnFatFooter:hover, .colorA .fatFooter .btnFatFooter:focus {
  background: #1d601d;
}
.colorA .fatFooter nav > ul > li > a {
  color: #298729;
}
.colorA footer a {
  color: #298729;
}
.colorA footer a:hover, .colorA footer a:focus-visible {
  color: #1d601d;
}
.colorA footer .footerLink li a {
  color: #fff;
  background: #298729;
}
.colorA footer .footerLink li a:hover, .colorA footer .footerLink li a:focus-visible {
  background: #1d601d;
}
.colorA footer .update em,
.colorA footer .counter em {
  color: #298729;
}
.colorA footer .footerIcon a:focus-visible:after {
  box-shadow: 0px 0px 0px 1px #257a25 inset;
}
.colorA .sidebarCtrlBtn::before {
  background: #298729;
  box-shadow: #298729 0 6px 0 0, #298729 0 -6px 0 0;
}
.colorA .sidebarCtrlBtn::after {
  background: #298729;
}
.colorA .sidebarCtrlBtn:hover::before {
  box-shadow: none;
}
.colorA .lp .list > ul,
.colorA .lp .list ol {
  border-top: 2px solid #298729;
}
.colorA .lp .list > ul > li > a:hover,
.colorA .lp .list ol > li > a:hover {
  color: #257a25;
}
.colorA .mainMenu > ul > li > a {
  color: #333;
}
.colorA .mainMenu > ul > li > a:focus-visible {
  box-shadow: 0 0 0 2px inset #257a25;
}
.colorA .mainMenu > ul > li.active > a, .colorA .mainMenu > ul > li:hover > a {
  color: #257a25;
}
.colorA .mainMenu > ul > li.active > a:after, .colorA .mainMenu > ul > li:hover > a:after {
  border-color: #257a25;
}
.colorA .mainMenu ul li ul li a {
  color: #fff;
}
.colorA .mainMenu ul li ul li a:hover, .colorA .mainMenu ul li ul li a:focus-visible {
  color: #fff;
  background: #257a25;
}
.colorA .mainMenu ul li ul li.hasChild > a:hover, .colorA .mainMenu ul li ul li.hasChild > a:focus-visible {
  background: #298729;
}
.colorA .modal h2 {
  border-color: #298729;
}
.colorA .pagination span {
  color: #298729;
}
.colorA .pagination .page li a:hover, .colorA .pagination .page li a:focus-visible {
  color: #fff;
  background: #298729;
  border-color: #298729;
}
.colorA .pagination .page li.active a {
  background: #298729;
  border-color: #237323;
}
.colorA .cpSlider .swiper h3 {
  border-color: #298729;
}
.colorA .tabSet {
  margin: 30px auto;
}
.colorA .tabSet .tabItems button:focus-visible {
  box-shadow: 0 0px 0px 2px #3e933e inset;
}
.colorA .tabSet .tabItems button.active {
  background: #298729;
}
.colorA .tabContent a:focus {
  box-shadow: 0 0px 0px 2px #3e933e inset;
}
@media screen and (max-width: 767px) {
  .colorA .tabContent a:focus {
    box-shadow: none;
  }
}
.colorA .cp a {
  color: #298729;
}
.colorA .cp a:hover, .colorA .cp a:focus-visible {
  color: #237323;
}
.colorA .cp .publishInfo {
  border-color: #298729;
}
.colorA .fileDownload h3 {
  border-color: #298729;
}
.colorA .webLink h3 {
  border-color: #298729;
}
.colorA .webLink li a {
  color: #000;
}
.colorA em[tooltip] {
  color: #298729;
}
.colorA .leftBlock .banner .item a:focus-visible:after {
  box-shadow: 0px 0px 0px 2px #2f9b2f inset;
}
.colorA a.more {
  color: #298729;
  border-color: #298729;
}
.colorA a.more:before {
  background: #298729;
}
.colorA .adSlider .imgContainer:focus-visible:before {
  box-shadow: 0 0px 0px 3px #298729 inset;
}
.colorA .cascading li a {
  border-color: #298729;
}
.colorA .cascading li a:hover, .colorA .cascading li a:focus-visible {
  color: #298729;
}
.colorA .submenu li a:hover, .colorA .submenu li a:focus-visible {
  border-color: #257a25;
  color: #257a25;
}
.colorA button:focus-visible,
.colorA input[type=text]:focus-visible,
.colorA input[type=reset]:focus-visible,
.colorA input[type=file]:focus-visible,
.colorA input[type=tel]:focus-visible,
.colorA input[type=email]:focus-visible,
.colorA input[type=password]:focus-visible,
.colorA textarea:focus-visible,
.colorA select:focus-visible {
  border-color: #2f9b2f;
  box-shadow: 0px 0px 0px 2px #2f9b2f;
}
.colorA input[type=checkbox]:checked,
.colorA input[type=checkbox]:focus,
.colorA input[type=radio]:checked,
.colorA input[type=radio]:focus {
  border-color: #298729;
  background-color: #298729;
  outline: none;
}
.colorA input[type=radio]:checked {
  box-shadow: #fff 0 0 0 3px inset, #298729 0 0 0 2px;
}
.colorA .accordion ul li .accordionList {
  color: #fff;
  background-color: #298729;
}
.colorA .accordion ul li .accordionContent a {
  color: #298729;
}
.colorA .accordion ul li .accordionContent a:hover {
  color: #113911;
}
.colorA .tabContent a {
  color: #333;
}
.colorA .tabContent a:hover {
  color: #113911;
}
.colorA .breadcrumb a {
  color: #333;
}
.colorA .breadcrumb a:hover {
  color: #113911;
}

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

@media print {
  .main,
  .content, body {
    background: none;
  }
  /* -------------------------------不需要列印的區塊，請放置於這----//*/
  header,
  .fatFooter,
  footer,
  .accessKey,
  .submenu {
    display: none;
  }
  /* -------------------------------各別顯示設定----//*/
  body {
    background: transparent;
    float: none;
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .container {
    margin: 0px auto;
    max-width: 100% !important;
    width: 100% !important;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .cp {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .innerPage {
    margin-top: 0 !important;
  }
  .innerPage > .container {
    display: block !important;
  }
  .innerPage > .container .centerBlock {
    overflow: hidden;
  }
  .innerPage > .container .leftBlock {
    float: left !important;
    width: 260px !important;
  }
  .main,
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    box-shadow: none;
    float: none;
    clear: both;
    zoom: 1;
    padding-top: 0px !important;
  }
  .main:before, .main:after,
  .content:before,
  .content:after {
    content: "";
    display: table;
  }
  .main:after,
  .content:after {
    clear: both;
  }
  .main img.floatLeft,
  .content img.floatLeft {
    float: right;
    max-width: 50%;
    margin: 0px 1em 1em 0;
  }
  .main img.floatRight,
  .content img.floatRight {
    float: right;
    max-width: 50%;
    margin: 0px 0 1em 1em;
  }
  .main a:link,
  .main a:visited,
  .main a,
  .content a:link,
  .content a:visited,
  .content a {
    background: transparent;
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    word-wrap: break-word;
  }
  .main p a,
  .content p a {
    word-wrap: break-word;
  }
  .main p a[href^=http]:after,
  .content p a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .main p a[href^="#"]:after,
  .content p a[href^="#"]:after {
    display: none;
  }
  .main abbr[title]:after,
  .content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .main table,
  .content table {
    background: #fff;
  }
  .main li,
  .content li {
    content: "» ";
  }
  /* 檔案下載*/
  .fileDownload a {
    display: block !important;
    clear: both !important;
    width: 100% !important;
  }
  .fileDownload .update,
  .fileDownload .fileView {
    float: none !important;
    width: 30% !important;
    display: inline-block !important;
    margin-left: 3em;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  thead {
    display: table-header-group;
    /* 表格即使分頁也會顯示表頭 */
  }
}/*# sourceMappingURL=style.css.map */