@charset "UTF-8";
/* 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*/
img {
  max-width: 100%;
}

.text-danger {
    color: red;
}

@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: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  .cp {
    font-size: 1.0666666em;
    line-height: 1.65em;
  }
  @media screen and (max-width: 575px) {
    .cp {
      font-size: 1.2em;
    }
  }
  .cp h1 {
    font-size: 2em;
  }
  .cp h2 {
    font-size: 1.75em;
    margin-bottom: 1.25em;
  }
  .cp h3 {
    font-size: 1.5em;
  }
  .cp h4 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h5 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp h6 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .cp p {
    font-size: 1em;
    line-height: 1.85em;
    margin-top: 0;
  }
  .cp ul,
  .cp ol {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .cp ul li,
  .cp ol li {
    margin-bottom: 0.5em;
  }
  .cp dd,
  .cp th,
  .cp td figure {
    font-size: 1em;
  }
  .cp blockquote {
    background: #f1f1f1;
    font-style: normal;
    display: block;
    font-size: 1em;
    border-left: 5px solid #0d408d;
    padding: 2em;
    box-sizing: border-box;
    margin: 0 0em 2em;
  }
  .cp img {
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .cp img {
      max-width: 100%;
      width: auto;
      clear: both;
    }
  }
  a:focus-visible {
    outline: #255398 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: #0a1438;
    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: #0d408d;
    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: #1155bc;
    top: 0;
    opacity: 1;
    box-shadow: none;
    color: #fff;
  }
  .no-js noscript {
    display: block;
    padding: 0.5em;
    border: 2px solid #0d408d;
    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: #0d408d;
  }
  .no-js noscript a:hover, .no-js noscript a:focus-visible {
    color: #0c3a7f;
  }
  .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: #0a1438;
    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: #0d408d;
  }
  a:hover, a:focus-visible {
    color: #0c3a7f;
    cursor: pointer;
  }
  a:focus-visible {
    outline: #0c3a7f 2px solid;
  }
  kbd {
    background: #fff;
    border-radius: 0.2em;
    color: #555;
    font-weight: bold;
    display: inline-block;
    padding: 0.1em 0.6em;
    font-size: 0.938em;
    font-family: sans-serif;
    margin-right: 0.4em;
    margin-bottom: 0.1em;
    vertical-align: middle;
    border-top: 1px solid #bbb;
    border-bottom: 3px solid #bbb;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
  }
  kbd ~ kbd {
    margin-left: 0.4em;
  }
  kbd kbd {
    border: none;
  }
  .fontSize {
    display: flex;
    align-items: center;
    margin-right: 0.5em;
  }
  .fontSize > button, .fontSize > button.disabled,
  .fontSize button[disabled] {
    font-size: 0.875em;
    color: #222;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: none;
    border: none;
    text-align: left;
  }
  .fontSize span {
    content: "字型大小：";
    display: block;
    font-size: 0.875em;
    margin-top: 4px;
  }
  .fontSize ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 0 0 6em;
  }
  .fontSize ul li {
    font-size: 1em;
    flex: 0 0 auto;
    margin: 2px;
    align-items: center;
  }
  .fontSize ul li button,
  .fontSize ul li a {
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    color: #333;
    margin: 0;
    padding: 0;
  }
  .fontSize ul li button:hover, .fontSize ul li button:focus, .fontSize ul li button.active,
  .fontSize ul li a:hover,
  .fontSize ul li a:focus,
  .fontSize ul li a.active {
    background: #0c3a7f;
    color: #fff;
    box-shadow: none;
  }
  .fontSize ul li button.small,
  .fontSize ul li a.small {
    font-size: 0.938em;
  }
  .fontSize ul li button.large,
  .fontSize ul li a.large {
    font-size: 1.125em;
  }
  @media screen and (max-width: 767px) {
    .fontSize {
      display: none;
    }
  }
  .fontSize.typeB {
    margin: 0;
    position: relative;
  }
  .fontSize.typeB::before {
    display: none;
  }
  .fontSize.typeB > button {
    text-indent: -9999px;
    color: transparent;
    width: 50px;
    aspect-ratio: 1/1;
    position: relative;
  }
  .fontSize.typeB > button::before {
    width: 100%;
    aspect-ratio: 1/1;
    content: "Aa";
    text-indent: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    inset: 0;
    line-height: 50px;
    z-index: 2;
    display: block;
  }
  .fontSize.typeB ul {
    background: #444;
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fontSize.typeB ul li {
    margin: 0 auto;
  }
  .fontSize.typeB ul li button {
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    transition: 0.3s ease-out;
  }
  .fontSize.typeB ul li button.active {
    background: #0c3a7f;
    color: #fff;
    box-shadow: none;
  }
  .fontSize.typeB ul li button:hover, .fontSize.typeB ul li button:focus-visible {
    background: #0d408d;
    border-inline: #0c3a7f 2px solid;
  }
  .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.6em 1.5em;
    min-width: 4em;
    margin: 0.25em 0.1em;
    text-shadow: none;
    border-radius: 30px;
  }
  .uploadGrp .uploadBtn i, .btn i {
    margin-right: 0.25em;
    margin-left: 0.25em;
  }
  .btn {
    background: #afafaf;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
  }
  .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(124, 124, 124, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .btn:hover, .btn:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btn:hover::before, .btn:focus-visible::before {
    transform: scale(1);
  }
  .btn.active {
    background: #bcbcbc;
    cursor: pointer;
  }
  .btn:hover, .btn:focus-visible {
    color: #fff;
    outline: none;
  }
  .btnSubmit,
  .btnPrimary {
    background: #092b5e;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
    background: linear-gradient(180deg, #637fe3 0%, #1e50d1 35%, #0d408d 100%);
  }
  .btnSubmit:before,
  .btnPrimary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 1, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .btnSubmit:hover, .btnSubmit:focus-visible,
  .btnPrimary:hover,
  .btnPrimary:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSubmit:hover::before, .btnSubmit:focus-visible::before,
  .btnPrimary:hover::before,
  .btnPrimary:focus-visible::before {
    transform: scale(1);
  }
  .btnSubmit.active,
  .btnPrimary.active {
    background: #0b3576;
    cursor: pointer;
  }
  .btnSearch {
    background: #0f4ba4;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
  }
  .btnSearch:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 32, 71, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .btnSearch:hover, .btnSearch:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSearch:hover::before, .btnSearch:focus-visible::before {
    transform: scale(1);
  }
  .btnSearch.active {
    background: #1155bc;
    cursor: pointer;
  }
  .btnSecondary {
    background: #1b47bb;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
    background: linear-gradient(180deg, #45bcff 0%, #2b90dc 35%, #006ec0 100%);
    color: #fff;
    text-shadow: none;
  }
  .btnSecondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 37, 98, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .btnSecondary:hover, .btnSecondary:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnSecondary:hover::before, .btnSecondary:focus-visible::before {
    transform: scale(1);
  }
  .btnSecondary.active {
    background: #1e50d1;
    cursor: pointer;
  }
  .btnNormal {
    background: #e4ecff;
    border: none;
    color: #0a1438;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
    text-shadow: none;
  }
  .btnNormal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(126, 164, 255, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .btnNormal:hover, .btnNormal:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .btnNormal:hover::before, .btnNormal:focus-visible::before {
    transform: scale(1);
  }
  .btnNormal.active {
    background: #fefeff;
    cursor: pointer;
  }
  .btnNormal:hover, .btnNormal:focus-visible {
    color: #404046;
  }
  .btnNostyle {
    border: none;
  }
  .btnBack {
    background: #555;
    color: #fff;
    border: 1px solid #ddd;
  }
  .btnBack:hover, .btnBack:focus-visible {
    background: #092b5e;
    border: 1px solid #ddd;
  }
  .disabled,
  [disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .readonly,
  [readonly] {
    opacity: 0.5;
    cursor: not-allowed;
    text-shadow: none;
  }
  .btnXl {
    font-size: 1.5em;
  }
  .btnLg {
    font-size: 1.25em;
  }
  .btnSm {
    font-size: 0.938em;
  }
  .btnXs {
    font-size: 0.75em;
  }
  .divider,
  .dividerVertical {
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 0.813em;
    color: grey;
    text-shadow: 0 1px 1px #fff;
    display: block;
  }
  .divider {
    display: table;
    line-height: 1;
    margin: 20px 0;
  }
  .divider:after, .divider:before {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url("../images/basic/divider.jpg");
  }
  .divider:before {
    background-position: right 1em top 50%;
  }
  .divider:after {
    background-position: left 1em top 50%;
  }
  .dividerVertical {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: auto;
    height: 50%;
    line-height: 0;
    transform: translateX(-50%);
  }
  .dividerVertical:after, .dividerVertical:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 0;
    height: calc(100% - 1.2rem);
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .dividerVertical:before {
    top: -100%;
  }
  .dividerVertical:after {
    bottom: 0;
  }
  hr {
    border: none;
    border-top: 1px solid #cfcfcf;
    margin: 1em 0px;
    display: block;
    clear: both;
  }
  [class^=i_]:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
  }
  .i_calendarColor:before {
    background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_add_dark:before {
    background: url(../images/icon/icon_add_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_apple_dark:before {
    background: url(../images/icon/icon_apple_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowLeft_dark:before {
    background: url(../images/icon/icon_arrow_left_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowRight_dark:before {
    background: url(../images/icon/icon_arrow_right_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowUp_dark:before {
    background: url(../images/icon/icon_arrow_up_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowDown_dark:before {
    background: url(../images/icon/icon_arrow_down_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_bookmark_dark:before {
    background: url(../images/icon/icon_bookmark_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar_dark:before {
    background: url(../images/icon/icon_calendar_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_chat_dark:before {
    background: url(../images/icon/icon_chat_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_check_dark:before {
    background: url(../images/icon/icon_check_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_clock_dark:before {
    background: url(../images/icon/icon_clock_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_close_dark:before {
    background: url(../images/icon/icon_close_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_copy_dark:before {
    background: url(../images/icon/icon_copy_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_dot_dark:before {
    background: url(../images/icon/icon_dot_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_edit_dark:before {
    background: url(../images/icon/icon_edit_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_facebook_dark:before {
    background: url(../images/icon/icon_facebook_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_global_dark:before {
    background: url(../images/icon/icon_global_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_googleplus_dark:before {
    background: url(../images/icon/icon_googleplus_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_grid_dark:before {
    background: url(../images/icon/icon_grid_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_heart_dark:before {
    background: url(../images/icon/icon_heart_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_home_dark:before {
    background: url(../images/icon/icon_home_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_info_dark:before {
    background: url(../images/icon/icon_info_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_layout_dark:before {
    background: url(../images/icon/icon_layout_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_link_dark:before {
    background: url(../images/icon/icon_link_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_linkedin_dark:before {
    background: url(../images/icon/icon_linkedin_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_lock_dark:before {
    background: url(../images/icon/icon_lock_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_mail_dark:before {
    background: url(../images/icon/icon_mail_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_man_dark:before {
    background: url(../images/icon/icon_man_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_minus_dark:before {
    background: url(../images/icon/icon_minus_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_move_dark:before {
    background: url(../images/icon/icon_move_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_order_dark:before {
    background: url(../images/icon/icon_order_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_photo_dark:before {
    background: url(../images/icon/icon_photo_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_pick_dark:before {
    background: url(../images/icon/icon_pick_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_play_dark:before {
    background: url(../images/icon/icon_play_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_reflash_dark:before {
    background: url(../images/icon/icon_reflash_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_rss_dark:before {
    background: url(../images/icon/icon_rss_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_search_dark:before {
    background: url(../images/icon/icon_search_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_setting_dark:before {
    background: url(../images/icon/icon_setting_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_sort_dark:before {
    background: url(../images/icon/icon_sort_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_star_dark:before {
    background: url(../images/icon/icon_star_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_top_dark:before {
    background: url(../images/icon/icon_top_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_trash_dark:before {
    background: url(../images/icon/icon_trash_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_twitter_dark:before {
    background: url(../images/icon/icon_twitter_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_video_dark:before {
    background: url(../images/icon/icon_video_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_view_dark:before {
    background: url(../images/icon/icon_view_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_vimeo_dark:before {
    background: url(../images/icon/icon_vimeo_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_youtube_dark:before {
    background: url(../images/icon/icon_youtube_dark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_add:before {
    background: url(../images/icon/icon_add.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_apple:before {
    background: url(../images/icon/icon_apple.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowLeft:before {
    background: url(../images/icon/icon_arrow_left.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowRight:before {
    background: url(../images/icon/icon_arrow_right.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowUp:before {
    background: url(../images/icon/icon_arrowUp.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_arrowDown:before {
    background: url(../images/icon/icon_arrowDown.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_bookmark:before {
    background: url(../images/icon/icon_bookmark.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar:before {
    background: url(../images/icon/icon_calendar.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_calendar_color:before {
    background: url(../images/icon/icon_calendar_color.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_chat:before {
    background: url(../images/icon/icon_chat.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_check:before {
    background: url(../images/icon/icon_check.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_clock:before {
    background: url(../images/icon/icon_clock.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_close:before {
    background: url(../images/icon/icon_close.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_copy:before {
    background: url(../images/icon/icon_copy.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_dot:before {
    background: url(../images/icon/icon_dot.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_edit:before {
    background: url(../images/icon/icon_edit.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_facebook:before {
    background: url(../images/icon/icon_facebook.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_global:before {
    background: url(../images/icon/icon_global.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_googleplus:before {
    background: url(../images/icon/icon_googleplus.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_grid:before {
    background: url(../images/icon/icon_grid.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_heart:before {
    background: url(../images/icon/icon_heart.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_home:before {
    background: url(../images/icon/icon_home.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_info:before {
    background: url(../images/icon/icon_info.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_layout:before {
    background: url(../images/icon/icon_layout.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_link:before {
    background: url(../images/icon/icon_link.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_linkedin:before {
    background: url(../images/icon/icon_linkedin.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_lock:before {
    background: url(../images/icon/icon_lock.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_mail:before {
    background: url(../images/icon/icon_mail.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_man:before {
    background: url(../images/icon/icon_man.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_minus:before {
    background: url(../images/icon/icon_minus.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_move:before {
    background: url(../images/icon/icon_move.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_order:before {
    background: url(../images/icon/icon_order.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_photo:before {
    background: url(../images/icon/icon_photo.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_pick:before {
    background: url(../images/icon/icon_pick.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_play:before {
    background: url(../images/icon/icon_play.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_reflash:before {
    background: url(../images/icon/icon_reflash.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_rss:before {
    background: url(../images/icon/icon_rss.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_search:before {
    background: url(../images/icon/icon_search.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_setting:before {
    background: url(../images/icon/icon_setting.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_sort:before {
    background: url(../images/icon/icon_sort.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_star:before {
    background: url(../images/icon/icon_star.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_top:before {
    background: url(../images/icon/icon_top.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_trash:before {
    background: url(../images/icon/icon_trash.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_twitter:before {
    background: url(../images/icon/icon_twitter.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_video:before {
    background: url(../images/icon/icon_video.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_view:before {
    background: url(../images/icon/icon_view.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_vimeo:before {
    background: url(../images/icon/icon_vimeo.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .i_youtube:before {
    background: url(../images/icon/icon_youtube.svg) center center no-repeat;
    background-size: contain;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
  }
  .scrollToTop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/basic/icon_top.svg) no-repeat center top rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.3s ease-out;
    display: none;
    z-index: 99999999;
    text-indent: -999999px;
  }
  .scrollToTop:hover, .scrollToTop:focus-visible {
    background: url(../images/basic/icon_top.svg) no-repeat center top rgba(0, 0, 0, 0.8);
    box-shadow: none;
  }
  .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: 767px) {
    .sidebarCtrlBtn {
      display: block;
    }
  }
  .sidebarCtrlBtn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #0d408d;
    box-shadow: #0d408d 0 6px 0 0, #0d408d 0 -6px 0 0;
    transition: 0.2s linear;
  }
  .sidebarCtrlBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #0d408d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s linear;
  }
  .sidebarCtrlBtn:hover::before {
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: none;
  }
  .sidebarCtrlBtn:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .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: 767px) {
    .searchCtrlBtn {
      display: block;
    }
  }
  .searchCtrlBtn:before {
    width: 40px;
    height: 40px;
    background: url(../images/basic/icon_search.svg) no-repeat center center;
    background-size: 28px;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
  }
  .header {
    position: relative;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s ease-out;
  }
  @media screen and (max-width: 767px) {
    .header {
      position: absolute;
      width: 100%;
      height: 120px;
    }
  }
  .header > .container {
    max-width: 1100px;
    overflow: visible;
    position: relative;
  }
  .header h1 {
    width: 570px;
    margin: 0;
    padding: 40px 0 0 0;
    box-sizing: border-box;
  }
  .header h1 a {
    display: inline-block;
  }
  .header h1 img {
    display: block;
    max-width: 570px;
    max-height: 75px;
  }
  @media screen and (max-width: 767px) {
    .header h1 {
      padding: 5px 0;
      width: 100%;
      text-align: center;
      height: 60px;
    }
    .header h1 img {
      width: auto;
      height: auto;
      max-height: 54px;
      margin: 0px auto;
    }
  }
  .header .back {
    background: #0b3576;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
/*    position: relative;
    position: absolute;
    right: 15px;
    top: 60px;*/
    display: block;
    background: linear-gradient(180deg, #637fe3 0%, #1e50d1 28%, #0d408d 100%);
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
    border-radius: 30px;
    color: #fff;
    padding: 0.6rem 2rem;
  }
  .header .back:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 11, 24, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .header .back:hover, .header .back:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .header .back:hover::before, .header .back:focus-visible::before {
    transform: scale(1);
  }
  .header .back.active {
    background: #0d408d;
    cursor: pointer;
  }
  .header.typeB h1 {
    position: absolute;
    top: 20px;
    z-index: 99;
  }
  @media screen and (max-width: 767px) {
    .header.typeB h1 {
      position: relative;
      top: auto;
    }
  }
  .header.typeB .navigation {
    margin-bottom: 40px;
  }
  footer {
    clear: both;
    text-align: left;
    padding: 1em 0;
  }
  footer .container {
    justify-content: space-between;
    padding: 0 60px;
    display: flex;
  }
  footer .container > div {
    padding-bottom: 1em;
  }
  @media screen and (max-width: 991px) {
    footer .container {
      flex-wrap: wrap;
      padding: 0 30px;
    }
  }
  footer a {
    text-decoration: none;
    color: #0d408d;
  }
  footer a:hover, footer a:focus-visible {
    color: #092b5e;
  }
  footer .footerLogo {
    flex: 0 1 440px;
    display: flex;
    align-items: center;
  }
  footer .footerInfo {
    color: #fff;
  }
  footer .footerInfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .footerInfo li {
    display: flex;
    margin-bottom: 1em;
    align-items: flex-start;
  }
  footer .footerInfo li > img {
    width: 20px;
    margin: 2px 8px 0 0;
  }
  footer p {
    line-height: 1.65em;
  }
  footer .update,
  footer .counter {
    display: inline-block;
    margin-right: 5px;
  }
  footer .update em,
  footer .counter em {
    font-style: normal;
    color: #0d408d;
    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 #0c3a7f inset;
    z-index: 99;
  }
  footer .footerIcon img {
    max-width: 150px;
  }
  footer.typeB {
    padding-top: 3%;
    background: #014072;
  }
  footer.typeB .container {
    justify-content: space-between;
  }
  footer.typeB .footerInfo {
    color: #fff;
  }
  footer.typeB .footerLink li a {
    padding: 0;
    padding: 0 0 0 20px;
    text-align: right;
    background: none;
    font-size: 0.875rem;
  }
  footer.typeB .footerIcon {
    text-align: right;
  }
  select::-ms-expand {
    display: none;
  }
  .necessary {
    color: red;
    margin: 0px 0.2em;
  }
  .formGrid .formGrp {
    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: 140px;
    flex: 0 0 140px;
    align-self: flex-start;
    padding: 0.3em 1em;
    font-weight: bold;
  }
  @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% - 140px);
    max-width: calc(100% - 140px);
    padding-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formTitle + .formContent[class*=formCol] {
      flex-basis: 100%;
      max-width: 100%;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .flexForm .formContent {
    display: flex;
    max-width: calc(100% - 140px);
    flex: auto;
    flex-basis: calc(100% - 140px);
    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: 1em;
    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 .btnGrp {
    justify-content: center;
  }
  .flexForm .btnGrp.bottomBtn {
    padding: 2em 0 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 .btn,
  .flexForm input[type=submit],
  .flexForm input[type=reset],
  .flexForm input[type=button],
  .flexForm input[type=search] {
    flex: 1 1 auto;
  }
  .flexForm .formGrp,
  .flexForm .checkGrp,
  .flexForm .radioGrp,
  .flexForm .btnGrp,
  .flexForm .uploadGrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.3em 0;
  }
  @media screen and (max-width: 767px) {
    .flexForm .formGrp,
    .flexForm .checkGrp,
    .flexForm .radioGrp,
    .flexForm .btnGrp,
    .flexForm .uploadGrp {
      flex-wrap: wrap;
    }
  }
  .flexForm .checkGrp label,
  .flexForm .radioGrp label {
    position: relative;
    z-index: 1;
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }
  .flexForm .checkGrp label input:checked ~ span:after,
  .flexForm .radioGrp label input:checked ~ span:after {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #54caff;
    content: "";
    left: 0.35em;
    top: 0.3em;
    z-index: -1;
    animation: ripple 0.35s linear;
  }
  .flexForm .checkGrp.formInline label,
  .flexForm .radioGrp.formInline label {
    margin: 0 0.5em 0 0;
    flex-basis: auto;
    margin-right: 1em;
    display: inline-flex;
    align-items: center;
  }
  .flexForm.formInline .checkGrp label,
  .flexForm.formInline .radioGrp label,
  .flexForm .formInline .checkGrp label,
  .flexForm .formInline .radioGrp label {
    flex-basis: auto;
  }
  .flexForm .formGrp.formInline label,
  .flexForm .uploadGrp.formInline label {
    display: inline-block;
    margin-right: 0.5em;
  }
  .flexForm .formGrp.formInline > input, .flexForm .formGrp.formInline > textarea, .flexForm .formGrp.formInline > select, .flexForm .formGrp.formInline > .input_i,
  .flexForm .uploadGrp.formInline > input,
  .flexForm .uploadGrp.formInline > textarea,
  .flexForm .uploadGrp.formInline > select,
  .flexForm .uploadGrp.formInline > .input_i {
    width: auto;
    flex: 0 1 auto;
  }
  .flexForm .formGrp.formInline input[type=checkbox],
  .flexForm .formGrp.formInline input[type=radio],
  .flexForm .uploadGrp.formInline input[type=checkbox],
  .flexForm .uploadGrp.formInline input[type=radio] {
    width: 1em;
  }
  .formInline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .formInline label {
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
  }
  .formInline label ~ input, .formInline label ~ textarea {
    width: auto;
    vertical-align: middle;
  }
  .formInline input[type=text],
  .formInline input[type=password],
  .formInline select,
  .formInline textarea,
  .formInline button,
  .formInline .btn,
  .formInline input[type=submit],
  .formInline input[type=reset],
  .formInline input[type=button],
  .formInline input[type=search],
  .formInline input[type=email],
  .formInline .input_i {
    width: auto;
    flex: 0 0 auto;
  }
  .formInline input[type=text].inputGrow,
  .formInline input[type=password].inputGrow,
  .formInline select.inputGrow,
  .formInline textarea.inputGrow,
  .formInline button.inputGrow,
  .formInline .btn.inputGrow,
  .formInline input[type=submit].inputGrow,
  .formInline input[type=reset].inputGrow,
  .formInline input[type=button].inputGrow,
  .formInline input[type=search].inputGrow,
  .formInline input[type=email].inputGrow,
  .formInline .input_i.inputGrow {
    flex-grow: 1;
  }
  .formInline .formGrp,
  .formInline .checkGrp,
  .formInline .radioGrp,
  .formInline .btnGrp,
  .formInline .uploadGrp {
    display: flex;
    margin-right: 0.5em;
    width: auto;
    flex: 0 0 auto;
  }
  .formInline .btnGrp {
    padding: 0;
  }
  .formInline .btnGrp .btn,
  .formInline .btnGrp input[type=submit],
  .formInline .btnGrp input[type=reset],
  .formInline .btnGrp input[type=button],
  .formInline .btnGrp input[type=search] {
    margin: 0.3em;
    padding: 0.45em 1em;
  }
  label,
  legend {
    display: inline-block;
    margin: 0.3em 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: #0a1438;
    font-size: 1em;
    border: 1px solid #c8c8c8;
    padding: 0.55em 0.5em;
    background: rgba(249, 249, 249, 0.5);
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.375em;
    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: #959595;
  }
  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: #959595;
  }
  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: #959595;
  }
  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: #959595;
  }
  textarea {
    color: #0a1438;
    font-size: 1em;
    border: 1px solid #c8c8c8;
    padding: 0.55em 0.5em;
    background: rgba(249, 249, 249, 0.5);
    vertical-align: middle;
    margin: 0.3em;
    box-sizing: border-box;
    border-radius: 0.375em;
    transition: all 0.3s ease-out;
    height: 5em;
    overflow-y: scroll;
  }
  @media screen and (max-width: 575px) {
    textarea {
      width: 100%;
    }
  }
  button:focus-visible,
  input[type=text]:focus-visible,
  input[type=reset]:focus-visible,
  input[type=file]:focus-visible,
  input[type=tel]:focus-visible,
  input[type=email]:focus-visible,
  input[type=password]:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    box-shadow: 0px 0px 0px 2px #166bea;
    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.6em 24px 0.6em 0.5em;
    border: 1px solid #c8c8c8;
    background: rgba(249, 249, 249, 0.5) 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 #c8c8c8;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=checkbox]:checked,
  input[type=checkbox]:focus,
  input[type=radio]:checked,
  input[type=radio]:focus {
    border-color: #0d408d;
    background-color: #0d408d;
    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: #0d408d 0 0 0 2px;
    border-radius: 2px;
  }
  input[type=radio]:checked {
    border-color: #0d408d;
    background-color: #0d408d;
    box-shadow: #fff 0 0 0 3px inset, #0d408d 0 0 0 2px;
  }
  input[type=checkbox]:focus {
    border-color: #0d408d;
    background-color: #0d408d;
    box-shadow: #0d408d 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: #0d408d;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    position: relative;
    padding: 0.2em 1em;
    border-radius: 4px;
  }
  .uploadGrp .uploadBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 22, 48, 0.3);
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  .uploadGrp .uploadBtn:hover, .uploadGrp .uploadBtn:focus-visible {
    cursor: pointer;
    color: #fff;
    outline: none;
  }
  .uploadGrp .uploadBtn:hover::before, .uploadGrp .uploadBtn:focus-visible::before {
    transform: scale(1);
  }
  .uploadGrp .uploadBtn.active {
    background: #0f4ba4;
    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 #c8c8c8;
    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.55em 3em 0.55em 0.5em;
  }
  .input_i input + i {
    border-right: none;
    border-left: 1px solid #c8c8c8;
    right: 0.5em;
    left: auto;
  }
  .password {
    padding-right: 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;
  }
  table td a {
    word-break: break-all;
  }
  table th {
    background-color: #f3f3f3;
    color: #333;
    border: #ddd 1px solid;
    text-align: center;
    white-space: nowrap;
  }
  table.tableHover tr:hover {
    background: #f3f3f3;
  }
  table.tableSprite tr:nth-child(even) {
    background: #f5f5f5;
  }
  @media screen and (max-width: 575px) {
    .tableList {
      background-color: transparent;
    }
    .tableList thead,
    .tableList tbody,
    .tableList th,
    .tableList td,
    .tableList tr {
      display: block;
    }
    .tableList thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .tableList tr {
      border: 1px solid #ccc;
      margin-bottom: 10px;
    }
    .tableList td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 0.5em;
      padding-top: 2em;
      white-space: normal;
      text-align: left;
    }
    .tableList.loaded td:before {
      content: attr(data-title);
      position: absolute;
      top: 0.5em;
      left: 0.5em;
      width: 30%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: normal;
      color: #888;
      font-size: 0.688rem;
    }
  }
  .fixThTable {
    margin: 1em 0;
  }
  @media screen and (max-width: 767px) {
    .fixThTable {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable table {
      display: block;
      width: 100%;
      overflow-x: scroll;
      padding-bottom: 1em;
    }
  }
  .fixThTable th,
  .fixThTable td {
    width: 10em;
    padding: 0.8em 0;
    text-align: center;
    line-height: 1.2;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th,
    .fixThTable td {
      display: inline-block;
      margin-right: -6px;
      margin-left: 0;
      margin-top: -1px;
    }
  }
  .fixThTable th:first-child {
    width: 8em;
    white-space: normal;
  }
  @media screen and (max-width: 767px) {
    .fixThTable th:first-child {
      position: absolute;
      left: 0;
      top: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .fixThTable tr {
      display: block;
      clear: both;
      white-space: nowrap;
      width: auto;
      padding-left: 8em;
    }
    .fixThTable tr:first-child {
      border-top: #ddd 1px solid;
    }
  }
  .tableWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  @media screen and (max-width: 767px) {
    .tableWrapper {
      width: 100%;
      display: block;
      clear: both;
      zoom: 1;
      overflow: hidden;
      overflow-x: auto;
      padding-bottom: 1em;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
    }
    .tableWrapper:before, .tableWrapper:after {
      content: "";
      display: table;
    }
    .tableWrapper:after {
      clear: both;
    }
    .tableWrapper table {
      width: 100%;
      min-width: 600px;
    }
  }
  .scrollTable {
    min-width: 600px;
  }
  .scrollTable caption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tableWrapper {
    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;
  }
  *[class^=notice] {
    padding: 0.4em 2.5em;
    display: block;
    width: 100%;
    font-size: 0.938em;
    margin: 0.2em 0;
    position: relative;
    color: #666;
    background-color: #f2f2f2;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
  }
  *[class^=notice]:before {
    position: absolute;
    top: 0.7em;
    left: 0.8em;
    display: block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    content: "";
  }
  *[class^=notice]:before img {
    width: 100%;
  }
  *[class^=notice] a.close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.8em;
    right: 1em;
    display: block;
    opacity: 0.5;
  }
  *[class^=notice] a.close:hover, *[class^=notice] a.close:focus-visible {
    opacity: 1;
  }
  *[class^=notice] a.close img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  *[class*=noticeInfo] {
    color: #00529b;
    background-color: #ceecfa;
  }
  *[class*=noticeInfo]:before {
    background: url(../images/basic/icon_info.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeSuccess] {
    color: #3b7600;
    background-color: #dff2bf;
  }
  *[class*=noticeSuccess]:before {
    background: url(../images/basic/icon_success.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeWarning] {
    color: #c23e00;
    background-color: #feefb3;
  }
  *[class*=noticeWarning]:before {
    background: url(../images/basic/icon_warning.svg) no-repeat center center;
    background-size: 15px;
  }
  *[class*=noticeError] {
    color: #c40000;
    background-color: #ffd2d2;
  }
  *[class*=noticeError]:before {
    background: url(../images/basic/icon_error.svg) no-repeat center center;
    background-size: 15px;
  }
  * {
    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 {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    background-image: url(../images/header.jpg), linear-gradient(180deg, #0a1236 50%, #050c25 100%);
    background-position: top center;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      overflow: hidden;
      overflow-y: auto;
    }
  }
  .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
  }
  .main {
    width: 100%;
    position: relative;
    margin: 0 auto 2em;
    flex-grow: 1;
  }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 120px;
    }
  }
  .main h2 {
    line-height: 1.5em;
    font-size: 2em;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .main h2 {
      font-size: 1.875em;
    }
  }
  .contentBlock {
    padding: 50px 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 15%, #ffffff 50%, rgba(255, 255, 255, 0.98) 95%, rgba(255, 255, 255, 0.9) 100%);
    border: 2px solid #ffffff;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 4px;
    overflow: hidden;
  }
  @media screen and (max-width: 991px) {
    .contentBlock {
      padding: 20px 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .contentBlock {
      padding: 20px;
    }
  }
  .hidden {
    display: none;
  }
}
@layer secScss {
  img.imgRounded {
    border-radius: 10px;
  }
  img.imgCircle {
    border-radius: 50%;
  }
  img:not([src]) {
    visibility: hidden;
    opacity: 0;
  }
  img.lazy {
    visibility: hidden;
  }
  img.loaded {
    visibility: visible;
    animation: lazy_animation 0.5s ease-out;
  }
  @keyframes lazy_animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /*for IE */
  .imgContainer {
    width: 100%;
    position: relative;
    background: #f1f1f1;
  }
  .imgContainer .fill {
    -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: #0d408d !important;
  }
  .gsst_a .gscb_a {
    color: #ccc !important;
    line-height: 2rem !important;
  }
  .gs-webResult div.gs-visibleUrl {
    color: #1e50d1 !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: #0d408d !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;
  }
  .system.wrapper {
    background-color: #f6f8ff;
    background-image: url(../images/bg2.jpg), url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 1600px, 10px;
  }
  .system.wrapper .header {
    height: 160px;
  }
  @media screen and (max-width: 767px) {
    .system.wrapper .header {
      height: 80px;
      display: flex;
      align-items: center;
    }
  }
  .system.wrapper .main {
    margin-bottom: 150px;
  }
  @media screen and (max-width: 767px) {
    .system.wrapper .main {
      padding-top: 80px;
    }
  }
  .system.wrapper .contentBlock {
    max-width: 860px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 39%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0px 4px 4px rgba(203, 207, 221, 0.5);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 10px;
  }
  .system .flexForm .btnGrp .btn {
    min-width: 190px;
  }
  .system .formBottom {
    text-align: center;
    padding-top: 2em;
    margin-top: 2em;
  }
  .system .formBottom p {
    font-size: 0.938em;
  }
  .system div + .formBottom {
    position: relative;
  }
  .system div + .formBottom::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    display: block;
    width: 860px;
    height: 1px;
    background-color: #c8c8c8;
  }
}
.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: #1e50d1 !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: #0a1438;
}
.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: #0a1438;
}
.colorA .tabContent a:hover {
  color: #113911;
}
.colorA .breadcrumb a {
  color: #0a1438;
}
.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: #1e50d1 !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: #0a1438;
}
.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: #0a1438;
}
.colorB .tabContent a:hover {
  color: #6e1616;
}
.colorB .breadcrumb a {
  color: #0a1438;
}
.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 */