@charset "UTF-8";
/*--------------------------------------------- jQuery UI datepicker reset*/
body > .ui-datepicker .ui-state-default:focus,
body > .ui-datepicker .ui-widget-content .ui-state-default:focus {
  color: #fff !important;
  background: #e00 !important;
  outline: none; }

body > .ui-datepicker .ui-datepicker-prev:focus,
body > .ui-datepicker .ui-datepicker-next:focus {
  border: 2px dashed #e00;
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  transition: background-color 5000s ease-in-out 0s; }

select {
  background-size: 10px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.png); }

/*-------------------------------------------------------------- 按鈕*/
.butn,
input[type=button].butn,
input[type=submit].butn {
  width: auto;
  display: inline-block;
  padding: 5px 15px;
  line-height: normal;
  background-color: #ddd;
  color: #353535;
  border: none;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------- color setting ---------------------*/ }
  .butn:hover, .butn:focus,
  input[type=button].butn:hover,
  input[type=button].butn:focus,
  input[type=submit].butn:hover,
  input[type=submit].butn:focus {
    color: #353535;
    background-color: #ffd9a1; }
  .butn + .butn,
  input[type=button].butn + .butn,
  input[type=submit].butn + .butn {
    margin-left: 10px; }
  .butn.round,
  input[type=button].butn.round,
  input[type=submit].butn.round {
    border-radius: 50px; }
  .butn-big,
  input[type=button].butn-big,
  input[type=submit].butn-big {
    min-width: 150px;
    line-height: normal;
    background-color: #008269;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 4px solid #12b091; }
    .butn-big:hover,
    input[type=button].butn-big:hover,
    input[type=submit].butn-big:hover {
      background-color: #097661;
      border-color: #1ec8a7; }
    .butn-big:focus,
    input[type=button].butn-big:focus,
    input[type=submit].butn-big:focus {
      color: #353535;
      background-color: #ffeed4;
      border-color: #FFB03B; }
    .butn-big + .butn-big,
    input[type=button].butn-big + .butn-big,
    input[type=submit].butn-big + .butn-big {
      margin-left: 15px; }
    .butn-big.big-cancel,
    input[type=button].butn-big.big-cancel,
    input[type=submit].butn-big.big-cancel {
      background-color: #d33a2f;
      border-color: #e75e54; }
      .butn-big.big-cancel:hover,
      input[type=button].butn-big.big-cancel:hover,
      input[type=submit].butn-big.big-cancel:hover {
        background-color: #d63d32;
        border-color: #fb756b; }
      .butn-big.big-cancel:focus,
      input[type=button].butn-big.big-cancel:focus,
      input[type=submit].butn-big.big-cancel:focus {
        color: #353535;
        background-color: #fff;
        border-color: #e44f4f; }
  @media only screen and (max-width: 375px) {
    .butn-box .butn-big, .butn-box
    input[type=button].butn-big, .butn-box
    input[type=submit].butn-big {
      width: calc((100% - 15px) / 2);
      min-width: inherit;
      float: left; } }
  .template-2 .butn, .template-2
  input[type=button].butn, .template-2
  input[type=submit].butn {
    background-color: #066caa; }
    .template-2 .butn:hover, .template-2
    input[type=button].butn:hover, .template-2
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #025385; }
    .template-2 .butn:focus, .template-2
    input[type=button].butn:focus, .template-2
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffc790; }
    .template-2 .butn-big, .template-2
    input[type=button].butn-big, .template-2
    input[type=submit].butn-big {
      color: #fff;
      background-color: #066caa;
      border-color: #025282; }
      .template-2 .butn-big:hover, .template-2
      input[type=button].butn-big:hover, .template-2
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #025385;
        border-color: #003c61; }
      .template-2 .butn-big:focus, .template-2
      input[type=button].butn-big:focus, .template-2
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffc790;
        border-color: #ff9733; }
      .template-2 .butn-big.big-cancel, .template-2
      input[type=button].butn-big.big-cancel, .template-2
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #d33a2f;
        border-color: #e75e54; }
        .template-2 .butn-big.big-cancel:hover, .template-2
        input[type=button].butn-big.big-cancel:hover, .template-2
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #ff5549;
          border-color: #df4d43; }
        .template-2 .butn-big.big-cancel:focus, .template-2
        input[type=button].butn-big.big-cancel:focus, .template-2
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffd5d2;
          border-color: #999; }
  .template-3 .butn, .template-3
  input[type=button].butn, .template-3
  input[type=submit].butn {
    color: #000000;
    background-color: #e7b55d; }
    .template-3 .butn:hover, .template-3
    input[type=button].butn:hover, .template-3
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #d29e41; }
    .template-3 .butn:focus, .template-3
    input[type=button].butn:focus, .template-3
    input[type=submit].butn:focus {
      color: #fff;
      background-color: #df3232; }
    .template-3 .butn-big, .template-3
    input[type=button].butn-big, .template-3
    input[type=submit].butn-big {
      color: #000;
      background-color: #eec989;
      border-color: #d29e41; }
      .template-3 .butn-big:hover, .template-3
      input[type=button].butn-big:hover, .template-3
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #d29e41;
        border-color: #eec989; }
      .template-3 .butn-big:focus, .template-3
      input[type=button].butn-big:focus, .template-3
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .template-3 .butn-big.big-cancel, .template-3
      input[type=button].butn-big.big-cancel, .template-3
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #e0c3e1;
        border-color: #7c4e7d; }
        .template-3 .butn-big.big-cancel:hover, .template-3
        input[type=button].butn-big.big-cancel:hover, .template-3
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #b18fb2;
          border-color: #7c4e7d; }
        .template-3 .butn-big.big-cancel:focus, .template-3
        input[type=button].butn-big.big-cancel:focus, .template-3
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .template-4 .butn, .template-4
  input[type=button].butn, .template-4
  input[type=submit].butn {
    color: #353535;
    background-color: #c3e8ee; }
    .template-4 .butn:hover, .template-4
    input[type=button].butn:hover, .template-4
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #d0edf1; }
    .template-4 .butn:focus, .template-4
    input[type=button].butn:focus, .template-4
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .template-4 .butn-big, .template-4
    input[type=button].butn-big, .template-4
    input[type=submit].butn-big {
      color: #353535;
      background-color: #c3e8ee;
      border-color: #82cfdb; }
      .template-4 .butn-big:hover, .template-4
      input[type=button].butn-big:hover, .template-4
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #def2f5;
        border-color: #a9dee6; }
      .template-4 .butn-big:focus, .template-4
      input[type=button].butn-big:focus, .template-4
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
      .template-4 .butn-big.big-cancel, .template-4
      input[type=button].butn-big.big-cancel, .template-4
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #dae7ea;
        border-color: #cdd4d6; }
        .template-4 .butn-big.big-cancel:hover, .template-4
        input[type=button].butn-big.big-cancel:hover, .template-4
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #f0f5f6;
          border-color: #e0e4e5; }
        .template-4 .butn-big.big-cancel:focus, .template-4
        input[type=button].butn-big.big-cancel:focus, .template-4
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #ff9733; }
  .template-5 .butn, .template-5
  input[type=button].butn, .template-5
  input[type=submit].butn {
    color: #353535;
    background-color: #ffc790; }
    .template-5 .butn:hover, .template-5
    input[type=button].butn:hover, .template-5
    input[type=submit].butn:hover {
      background-color: #ff9733;
      border-color: #ffc790; }
    .template-5 .butn:focus, .template-5
    input[type=button].butn:focus, .template-5
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ff9733; }
    .template-5 .butn-big, .template-5
    input[type=button].butn-big, .template-5
    input[type=submit].butn-big {
      color: #353535;
      background-color: #ffc790;
      border-color: #ff9733; }
      .template-5 .butn-big:hover, .template-5
      input[type=button].butn-big:hover, .template-5
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-5 .butn-big:focus, .template-5
      input[type=button].butn-big:focus, .template-5
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
      .template-5 .butn-big.big-cancel, .template-5
      input[type=button].butn-big.big-cancel, .template-5
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #efeec0;
        border-color: #b2b052; }
        .template-5 .butn-big.big-cancel:hover, .template-5
        input[type=button].butn-big.big-cancel:hover, .template-5
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #b2b052;
          border-color: #cfce92; }
        .template-5 .butn-big.big-cancel:focus, .template-5
        input[type=button].butn-big.big-cancel:focus, .template-5
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #e44f4f; }
  .template-6 .butn, .template-6
  input[type=button].butn, .template-6
  input[type=submit].butn {
    color: #353535;
    border: 1px solid #fff;
    background-color: #cde9fa; }
    .template-6 .butn:hover, .template-6
    input[type=button].butn:hover, .template-6
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #cde9fa; }
    .template-6 .butn:focus, .template-6
    input[type=button].butn:focus, .template-6
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #FFE16D; }
    .template-6 .butn-big, .template-6
    input[type=button].butn-big, .template-6
    input[type=submit].butn-big {
      color: #353535;
      background-color: #ecf7fd;
      border-color: #94c4e4; }
      .template-6 .butn-big:hover, .template-6
      input[type=button].butn-big:hover, .template-6
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #cde9fa;
        border-color: #81a9c3; }
      .template-6 .butn-big:focus, .template-6
      input[type=button].butn-big:focus, .template-6
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #FFE16D;
        border-color: #e44f4f; }
      .template-6 .butn-big.big-cancel, .template-6
      input[type=button].butn-big.big-cancel, .template-6
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #f5f5f5;
        border-color: #b1c5ce; }
        .template-6 .butn-big.big-cancel:hover, .template-6
        input[type=button].butn-big.big-cancel:hover, .template-6
        input[type=submit].butn-big.big-cancel:hover {
          color: #353535;
          background-color: #ececec;
          border-color: #83949b; }
        .template-6 .butn-big.big-cancel:focus, .template-6
        input[type=button].butn-big.big-cancel:focus, .template-6
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #FFE16D;
          border-color: #e44f4f; }
  .template-7 .butn, .template-7
  input[type=button].butn, .template-7
  input[type=submit].butn {
    color: #353535;
    background-color: #c8e0c8; }
    .template-7 .butn:hover, .template-7
    input[type=button].butn:hover, .template-7
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #deecde; }
    .template-7 .butn:focus, .template-7
    input[type=button].butn:focus, .template-7
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .template-7 .butn-big, .template-7
    input[type=button].butn-big, .template-7
    input[type=submit].butn-big {
      color: #353535;
      background-color: #deecde;
      border-color: #9dc89d; }
      .template-7 .butn-big:hover, .template-7
      input[type=button].butn-big:hover, .template-7
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #c8e0c8;
        border-color: #87bc87; }
      .template-7 .butn-big:focus, .template-7
      input[type=button].butn-big:focus, .template-7
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
      .template-7 .butn-big.big-cancel, .template-7
      input[type=button].butn-big.big-cancel, .template-7
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #e9ede9;
        border-color: #cdd4d6; }
        .template-7 .butn-big.big-cancel:hover, .template-7
        input[type=button].butn-big.big-cancel:hover, .template-7
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #dfe6df;
          border-color: #bac4c7; }
        .template-7 .butn-big.big-cancel:focus, .template-7
        input[type=button].butn-big.big-cancel:focus, .template-7
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #fff;
          border-color: #ff9733; }
  .template-12 .butn, .template-12
  input[type=button].butn, .template-12
  input[type=submit].butn {
    color: #353535;
    border: 1px solid #fff;
    background-color: #f8e2e4; }
    .template-12 .butn:hover, .template-12
    input[type=button].butn:hover, .template-12
    input[type=submit].butn:hover {
      color: #353535;
      background-color: #f5d4d8; }
    .template-12 .butn:focus, .template-12
    input[type=button].butn:focus, .template-12
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #FFE16D; }
    .template-12 .butn-big, .template-12
    input[type=button].butn-big, .template-12
    input[type=submit].butn-big {
      color: #353535;
      background-color: #f8e2e4;
      border-color: #ecaab2; }
      .template-12 .butn-big:hover, .template-12
      input[type=button].butn-big:hover, .template-12
      input[type=submit].butn-big:hover {
        color: #353535;
        background-color: #fbf0f1;
        border-color: #e99da5; }
      .template-12 .butn-big:focus, .template-12
      input[type=button].butn-big:focus, .template-12
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #FFE16D;
        border-color: #e44f4f; }
      .template-12 .butn-big.big-cancel, .template-12
      input[type=button].butn-big.big-cancel, .template-12
      input[type=submit].butn-big.big-cancel {
        color: #353535;
        background-color: #cbe4ee;
        border-color: #b1c5ce; }
        .template-12 .butn-big.big-cancel:hover, .template-12
        input[type=button].butn-big.big-cancel:hover, .template-12
        input[type=submit].butn-big.big-cancel:hover {
          color: #353535;
          background-color: #d8ebf2;
          border-color: #a7bdc7; }
        .template-12 .butn-big.big-cancel:focus, .template-12
        input[type=button].butn-big.big-cancel:focus, .template-12
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #FFE16D;
          border-color: #e44f4f; }
  .template-21 .butn, .template-21
  input[type=button].butn, .template-21
  input[type=submit].butn {
    background-color: #006482;
    border-radius: 8px; }
    .template-21 .butn:hover, .template-21
    input[type=button].butn:hover, .template-21
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #c33e1b; }
    .template-21 .butn:focus, .template-21
    input[type=button].butn:focus, .template-21
    input[type=submit].butn:focus {
      color: #fff;
      background-color: #c33e1b; }
    .template-21 .butn-big, .template-21
    input[type=button].butn-big, .template-21
    input[type=submit].butn-big {
      color: #fff;
      background-color: #008489;
      border-color: #008489;
      border-radius: 12px; }
      .template-21 .butn-big:hover, .template-21
      input[type=button].butn-big:hover, .template-21
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #c33e1b;
        border-color: #c33e1b; }
      .template-21 .butn-big:focus, .template-21
      input[type=button].butn-big:focus, .template-21
      input[type=submit].butn-big:focus {
        color: #fff;
        background-color: #c33e1b;
        border-color: #c33e1b; }
      .template-21 .butn-big.big-cancel, .template-21
      input[type=button].butn-big.big-cancel, .template-21
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #006382;
        border-color: #006382; }
        .template-21 .butn-big.big-cancel:hover, .template-21
        input[type=button].butn-big.big-cancel:hover, .template-21
        input[type=submit].butn-big.big-cancel:hover {
          background-color: #c33e1b;
          border-color: #c33e1b; }
        .template-21 .butn-big.big-cancel:focus, .template-21
        input[type=button].butn-big.big-cancel:focus, .template-21
        input[type=submit].butn-big.big-cancel:focus {
          background-color: #c33e1b;
          border-color: #c33e1b; }
  .color-style1 .butn, .color-style1
  input[type=button].butn, .color-style1
  input[type=submit].butn {
    color: #fff;
    background-color: #36669c; }
    .color-style1 .butn:hover, .color-style1
    input[type=button].butn:hover, .color-style1
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #285b95; }
    .color-style1 .butn:focus, .color-style1
    input[type=button].butn:focus, .color-style1
    input[type=submit].butn:focus {
      color: #000;
      background-color: #ffd79f; }
    .color-style1 .butn-big, .color-style1
    input[type=button].butn-big, .color-style1
    input[type=submit].butn-big {
      color: #fff;
      background-color: #36669c;
      border-color: #284f7c; }
      .color-style1 .butn-big:hover, .color-style1
      input[type=button].butn-big:hover, .color-style1
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #285b95;
        border-color: #759cc6; }
      .color-style1 .butn-big:focus, .color-style1
      input[type=button].butn-big:focus, .color-style1
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #ffd79f;
        border-color: #ffb44a; }
      .color-style1 .butn-big.big-cancel, .color-style1
      input[type=button].butn-big.big-cancel, .color-style1
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #757575;
        border-color: #cccccc; }
        .color-style1 .butn-big.big-cancel:hover, .color-style1
        input[type=button].butn-big.big-cancel:hover, .color-style1
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #666666;
          border-color: #bdbdbd; }
        .color-style1 .butn-big.big-cancel:focus, .color-style1
        input[type=button].butn-big.big-cancel:focus, .color-style1
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #dedede;
          border-color: #ffb44a; }
  .color-style2 .butn, .color-style2
  input[type=button].butn, .color-style2
  input[type=submit].butn {
    color: #fff;
    background-color: #a83d3d; }
    .color-style2 .butn:hover, .color-style2
    input[type=button].butn:hover, .color-style2
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #be4f4f; }
    .color-style2 .butn:focus, .color-style2
    input[type=button].butn:focus, .color-style2
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffc36d; }
    .color-style2 .butn-big, .color-style2
    input[type=button].butn-big, .color-style2
    input[type=submit].butn-big {
      color: #fff;
      background-color: #a83d3d;
      border-color: #e05757; }
      .color-style2 .butn-big:hover, .color-style2
      input[type=button].butn-big:hover, .color-style2
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #be4f4f;
        border-color: #ed9f9f; }
      .color-style2 .butn-big:focus, .color-style2
      input[type=button].butn-big:focus, .color-style2
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffc36d;
        border-color: #e39019; }
      .color-style2 .butn-big.big-cancel, .color-style2
      input[type=button].butn-big.big-cancel, .color-style2
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #757575;
        border-color: #cccccc; }
        .color-style2 .butn-big.big-cancel:hover, .color-style2
        input[type=button].butn-big.big-cancel:hover, .color-style2
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #666666;
          border-color: #bdbdbd; }
        .color-style2 .butn-big.big-cancel:focus, .color-style2
        input[type=button].butn-big.big-cancel:focus, .color-style2
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #dedede;
          border-color: #ffb852; }
  .color-style2.template-7 .butn, .color-style2.template-7
  input[type=button].butn, .color-style2.template-7
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style2.template-7 .butn:hover, .color-style2.template-7
    input[type=button].butn:hover, .color-style2.template-7
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style2.template-7 .butn:focus, .color-style2.template-7
    input[type=button].butn:focus, .color-style2.template-7
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style2.template-7 .butn-big, .color-style2.template-7
    input[type=button].butn-big, .color-style2.template-7
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style2.template-7 .butn-big:hover, .color-style2.template-7
      input[type=button].butn-big:hover, .color-style2.template-7
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style2.template-7 .butn-big:focus, .color-style2.template-7
      input[type=button].butn-big:focus, .color-style2.template-7
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style2.template-7 .butn-big.big-cancel, .color-style2.template-7
      input[type=button].butn-big.big-cancel, .color-style2.template-7
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style2.template-7 .butn-big.big-cancel:hover, .color-style2.template-7
        input[type=button].butn-big.big-cancel:hover, .color-style2.template-7
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style2.template-7 .butn-big.big-cancel:focus, .color-style2.template-7
        input[type=button].butn-big.big-cancel:focus, .color-style2.template-7
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style3 .butn, .color-style3
  input[type=button].butn, .color-style3
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style3 .butn:hover, .color-style3
    input[type=button].butn:hover, .color-style3
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style3 .butn:focus, .color-style3
    input[type=button].butn:focus, .color-style3
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style3 .butn-big, .color-style3
    input[type=button].butn-big, .color-style3
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style3 .butn-big:hover, .color-style3
      input[type=button].butn-big:hover, .color-style3
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style3 .butn-big:focus, .color-style3
      input[type=button].butn-big:focus, .color-style3
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style3 .butn-big.big-cancel, .color-style3
      input[type=button].butn-big.big-cancel, .color-style3
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style3 .butn-big.big-cancel:hover, .color-style3
        input[type=button].butn-big.big-cancel:hover, .color-style3
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style3 .butn-big.big-cancel:focus, .color-style3
        input[type=button].butn-big.big-cancel:focus, .color-style3
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style4 .butn, .color-style4
  input[type=button].butn, .color-style4
  input[type=submit].butn {
    color: #fff;
    background-color: #188144; }
    .color-style4 .butn:hover, .color-style4
    input[type=button].butn:hover, .color-style4
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #15733c; }
    .color-style4 .butn:focus, .color-style4
    input[type=button].butn:focus, .color-style4
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .color-style4 .butn-big, .color-style4
    input[type=button].butn-big, .color-style4
    input[type=submit].butn-big {
      color: #ffffff;
      background-color: #188144;
      border-color: #39ad6a; }
      .color-style4 .butn-big:hover, .color-style4
      input[type=button].butn-big:hover, .color-style4
      input[type=submit].butn-big:hover {
        color: #ffffff;
        background-color: #15733c;
        border-color: #46c27a; }
      .color-style4 .butn-big:focus, .color-style4
      input[type=button].butn-big:focus, .color-style4
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
      .color-style4 .butn-big.big-cancel, .color-style4
      input[type=button].butn-big.big-cancel, .color-style4
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #6d6d6d;
        border-color: #999999; }
        .color-style4 .butn-big.big-cancel:hover, .color-style4
        input[type=button].butn-big.big-cancel:hover, .color-style4
        input[type=submit].butn-big.big-cancel:hover {
          color: #ffffff;
          background-color: #757575;
          border-color: #aaaaaa; }
        .color-style4 .butn-big.big-cancel:focus, .color-style4
        input[type=button].butn-big.big-cancel:focus, .color-style4
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffe2c5;
          border-color: #e44f4f; }
  .color-style4.template-7 .butn, .color-style4.template-7
  input[type=button].butn, .color-style4.template-7
  input[type=submit].butn {
    color: #000;
    background-color: #ffc36d; }
    .color-style4.template-7 .butn:hover, .color-style4.template-7
    input[type=button].butn:hover, .color-style4.template-7
    input[type=submit].butn:hover {
      color: #000;
      background-color: #feba59; }
    .color-style4.template-7 .butn:focus, .color-style4.template-7
    input[type=button].butn:focus, .color-style4.template-7
    input[type=submit].butn:focus {
      color: #000;
      background-color: #F6C4C4; }
    .color-style4.template-7 .butn-big, .color-style4.template-7
    input[type=button].butn-big, .color-style4.template-7
    input[type=submit].butn-big {
      color: #000;
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style4.template-7 .butn-big:hover, .color-style4.template-7
      input[type=button].butn-big:hover, .color-style4.template-7
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #feba59;
        border-color: #ce8215; }
      .color-style4.template-7 .butn-big:focus, .color-style4.template-7
      input[type=button].butn-big:focus, .color-style4.template-7
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #F6C4C4;
        border-color: #e44f4f; }
      .color-style4.template-7 .butn-big.big-cancel, .color-style4.template-7
      input[type=button].butn-big.big-cancel, .color-style4.template-7
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #d3d3d3;
        border-color: #999999; }
        .color-style4.template-7 .butn-big.big-cancel:hover, .color-style4.template-7
        input[type=button].butn-big.big-cancel:hover, .color-style4.template-7
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #c5c5c5;
          border-color: #6d6d6d; }
        .color-style4.template-7 .butn-big.big-cancel:focus, .color-style4.template-7
        input[type=button].butn-big.big-cancel:focus, .color-style4.template-7
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #fff;
          border-color: #e44f4f; }
  .color-style5 .butn, .color-style5
  input[type=button].butn, .color-style5
  input[type=submit].butn {
    color: #353535;
    background-color: #ff9999; }
    .color-style5 .butn:hover, .color-style5
    input[type=button].butn:hover, .color-style5
    input[type=submit].butn:hover {
      color: #000;
      background-color: #faa; }
    .color-style5 .butn:focus, .color-style5
    input[type=button].butn:focus, .color-style5
    input[type=submit].butn:focus {
      color: #000;
      background-color: #ffe2c5; }
    .color-style5 .butn-big, .color-style5
    input[type=button].butn-big, .color-style5
    input[type=submit].butn-big {
      color: #000;
      background-color: #ff9999;
      border-color: #ffbcbc; }
      .color-style5 .butn-big:hover, .color-style5
      input[type=button].butn-big:hover, .color-style5
      input[type=submit].butn-big:hover {
        color: #000;
        background-color: #faa;
        border-color: #ffcdcd; }
      .color-style5 .butn-big:focus, .color-style5
      input[type=button].butn-big:focus, .color-style5
      input[type=submit].butn-big:focus {
        color: #000;
        background-color: #ffe2c5;
        border-color: #ea6e6e; }
      .color-style5 .butn-big.big-cancel, .color-style5
      input[type=button].butn-big.big-cancel, .color-style5
      input[type=submit].butn-big.big-cancel {
        color: #000;
        background-color: #aaaaaa;
        border-color: #cccccc; }
        .color-style5 .butn-big.big-cancel:hover, .color-style5
        input[type=button].butn-big.big-cancel:hover, .color-style5
        input[type=submit].butn-big.big-cancel:hover {
          color: #000;
          background-color: #cccccc;
          border-color: #aaaaaa; }
        .color-style5 .butn-big.big-cancel:focus, .color-style5
        input[type=button].butn-big.big-cancel:focus, .color-style5
        input[type=submit].butn-big.big-cancel:focus {
          color: #000;
          background-color: #ffe2c5;
          border-color: #ea6e6e; }
  .color-style6 .butn, .color-style6
  input[type=button].butn, .color-style6
  input[type=submit].butn {
    color: #fff;
    background-color: #802b93; }
    .color-style6 .butn:hover, .color-style6
    input[type=button].butn:hover, .color-style6
    input[type=submit].butn:hover {
      color: #fff;
      background-color: #9733ad; }
    .color-style6 .butn:focus, .color-style6
    input[type=button].butn:focus, .color-style6
    input[type=submit].butn:focus {
      color: #353535;
      background-color: #ffe2c5; }
    .color-style6 .butn-big, .color-style6
    input[type=button].butn-big, .color-style6
    input[type=submit].butn-big {
      color: #fff;
      background-color: #802b93;
      border-color: #aa57bd; }
      .color-style6 .butn-big:hover, .color-style6
      input[type=button].butn-big:hover, .color-style6
      input[type=submit].butn-big:hover {
        color: #fff;
        background-color: #9733ad;
        border-color: #b66fc7; }
      .color-style6 .butn-big:focus, .color-style6
      input[type=button].butn-big:focus, .color-style6
      input[type=submit].butn-big:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #b66fc7; }
      .color-style6 .butn-big.big-cancel, .color-style6
      input[type=button].butn-big.big-cancel, .color-style6
      input[type=submit].butn-big.big-cancel {
        color: #fff;
        background-color: #6d6d6d;
        border-color: #999999; }
        .color-style6 .butn-big.big-cancel:hover, .color-style6
        input[type=button].butn-big.big-cancel:hover, .color-style6
        input[type=submit].butn-big.big-cancel:hover {
          color: #fff;
          background-color: #757575;
          border-color: #aaaaaa; }
        .color-style6 .butn-big.big-cancel:focus, .color-style6
        input[type=button].butn-big.big-cancel:focus, .color-style6
        input[type=submit].butn-big.big-cancel:focus {
          color: #353535;
          background-color: #ffe2c5;
          border-color: #b66fc7; }

          .clickable-image {
            cursor: pointer;
            height: auto;
            width: auto;
            -o-object-fit: contain;
            object-fit: contain;
        }

/*-------------------------------------------------------------- 標題*/
.title-paging,
.tool-button .light-box .light-box-content .title {
  padding: 0 5px;
  line-height: normal;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 7px 0 10px;
  padding-bottom: 2px;
  display: block;
  position: relative;
  z-index: 2;
  /* English Version */ }
  .title-paging.full,
  .tool-button .light-box .light-box-content .title.full {
    margin: 5px 0 25px; }
  html:lang(en) .title-paging, html:lang(en)
  .tool-button .light-box .light-box-content .title {
    font-size: 1.35rem; }

.span-page-title {
  color: #008269;
  padding: 0 5px;
  line-height: normal;
  font-size: 1.56rem;
  font-weight: bold;
  margin: 7px 0 10px;
  border-bottom: 4px solid #008269;
  padding-bottom: 2px;
  box-shadow: 0px 3px 0px 0px #ddd;
  width: 100%;
  display: block;
  /* English Version */ }
  .span-page-title.full {
    margin: 5px 0 25px; }
  html:lang(en) .span-page-title {
    font-size: 1.35rem; }

h1.h1-page-title {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 5px 0;
  line-height: normal;
  margin-bottom: 10px;
  border-bottom: 4px solid #008269;
  box-shadow: 0px 3px 0px 0px #ddd;
  color: #575757;
  position: relative; }

h2.h2-title, .template-2 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2 {
  color: #008269;
  padding: 0 5px;
  line-height: normal;
  font-size: 1.56rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px solid #008269;
  padding-bottom: 5px;
  box-shadow: 0px 2px 0px 0px #ddd;
  /* English Version */ }
  html:lang(en) h2.h2-title, html:lang(en) .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content html:lang(en) .title, html:lang(en) .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content html:lang(en) h2, html:lang(en) .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content html:lang(en) h2 {
    font-size: 1.35rem; }

h2.h2-page-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 20px;
  border-top: 4px solid #008269;
  color: #575757;
  position: relative;
  background-color: #f5f5f5;
  /* English Version */ }
  html:lang(en) h2.h2-page-title {
    font-size: 1.35rem; }

h2 .span-page-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 20px;
  border-top: 4px solid #008269;
  color: #575757;
  position: relative;
  background-color: #f5f5f5; }

h3.title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #777;
  margin: 25px 0 15px;
  border-bottom: 3px solid #cccccc; }

/*-------------------------------------------------------------- template*/
.template-2 .title-paging,
.template-2 .tool-button .light-box .light-box-content .title {
  font-size: 1.35rem;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  margin-top: 0;
  padding: 5px 0 5px 10px;
  background-color: #fbfbfb;
  box-shadow: none; }

.template-2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-2 .title, .template-4 .lightBox-bg .lightBox-content .template-2 .title, .template-5 .lightBox-bg .lightBox-content .template-2 .title, .template-6 .lightBox-bg .lightBox-content .template-2 .title, .template-7 .lightBox-bg .lightBox-content .template-2 .title, .template-12 .lightBox-bg .lightBox-content .template-2 .title, .color-style1 .lightBox-bg .lightBox-content .template-2 .title, .color-style2 .lightBox-bg .lightBox-content .template-2 .title, .color-style3 .lightBox-bg .lightBox-content .template-2 .title, .color-style4 .lightBox-bg .lightBox-content .template-2 .title, .color-style5 .lightBox-bg .lightBox-content .template-2 .title, .color-style6 .lightBox-bg .lightBox-content .template-2 .title, .template-2 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-2 h2, .template-2 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-2 h2, .template-2 h2.h2-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  background-color: #fbfbfb; }

.template-2 .span-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  background-color: #fbfbfb; }

.template-2 .span-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: 2px solid #ddd !important;
  border-left: 5px solid #02578a;
  background-color: #fbfbfb; }

.template-2 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  margin-bottom: 15px; }

.template-3 .title-paging,
.template-3 .tool-button .light-box .light-box-content .title {
  font-size: 1.35rem;
  color: #575757;
  border-bottom: none;
  border-left: 5px solid #49304a;
  margin-top: 0;
  padding: 5px 0 5px 10px;
  box-shadow: none;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 ); }

.template-3 .tool-button .light-box .light-box-content .title {
  width: calc(100% - 65px); }

.template-3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3 .title, .template-3 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-3 .title, .template-5 .lightBox-bg .lightBox-content .template-3 .title, .template-6 .lightBox-bg .lightBox-content .template-3 .title, .template-7 .lightBox-bg .lightBox-content .template-3 .title, .template-12 .lightBox-bg .lightBox-content .template-3 .title, .color-style1 .lightBox-bg .lightBox-content .template-3 .title, .color-style2 .lightBox-bg .lightBox-content .template-3 .title, .color-style3 .lightBox-bg .lightBox-content .template-3 .title, .color-style4 .lightBox-bg .lightBox-content .template-3 .title, .color-style5 .lightBox-bg .lightBox-content .template-3 .title, .color-style6 .lightBox-bg .lightBox-content .template-3 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3 h2.h2-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: none;
  border-left: 5px solid #49304a;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 ); }

.template-3 .span-page-title {
  font-size: 1.35rem;
  padding: 5px 0 5px 10px;
  border-top: none;
  box-shadow: none;
  color: #575757;
  border-bottom: none;
  border-left: 5px solid #49304a;
  background: #ebe4d7;
  background: -moz-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: -webkit-linear-gradient(left, #ebe4d7 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #ebe4d7 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe4d7', endColorstr='#f8f8f8',GradientType=1 ); }

.template-3 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  border: none;
  margin-bottom: 15px; }

.template-4 .title-paging,
.template-4 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  text-align: left;
  color: #015488;
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  border: 3px solid #ddd;
  border-left: 5px solid #48c1d6;
  box-shadow: none; }

.template-4 .tool-button .light-box .light-box-content .title {
  width: calc(100% - 70px); }

.template-4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-4 .title, .template-3 .lightBox-bg .lightBox-content .template-4 .title, .template-4 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-4 .title, .template-6 .lightBox-bg .lightBox-content .template-4 .title, .template-7 .lightBox-bg .lightBox-content .template-4 .title, .template-12 .lightBox-bg .lightBox-content .template-4 .title, .color-style1 .lightBox-bg .lightBox-content .template-4 .title, .color-style2 .lightBox-bg .lightBox-content .template-4 .title, .color-style3 .lightBox-bg .lightBox-content .template-4 .title, .color-style4 .lightBox-bg .lightBox-content .template-4 .title, .color-style5 .lightBox-bg .lightBox-content .template-4 .title, .color-style6 .lightBox-bg .lightBox-content .template-4 .title, .template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-4 h2, .template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-4 h2, .template-4 h2.h2-page-title {
  font-size: 1.375rem;
  text-align: left;
  color: #015488;
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  border: 3px solid #ddd;
  border-left: 5px solid #48c1d6;
  box-shadow: none; }

.template-4 .span-page-title {
  font-size: 1.375rem;
  text-align: left;
  color: #015488;
  margin: 0 0 15px;
  position: relative;
  display: block;
  line-height: normal;
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  border: 3px solid #ddd;
  border-left: 5px solid #48c1d6;
  box-shadow: none; }

.template-5 .title-paging,
.template-5 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  color: #686868;
  border-bottom: 3px solid #f69537;
  margin-top: 0;
  padding: 5px 15px;
  background-color: #f4f4f4;
  box-shadow: none; }

.template-5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-5 .title, .template-3 .lightBox-bg .lightBox-content .template-5 .title, .template-4 .lightBox-bg .lightBox-content .template-5 .title, .template-5 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-5 .title, .template-7 .lightBox-bg .lightBox-content .template-5 .title, .template-12 .lightBox-bg .lightBox-content .template-5 .title, .color-style1 .lightBox-bg .lightBox-content .template-5 .title, .color-style2 .lightBox-bg .lightBox-content .template-5 .title, .color-style3 .lightBox-bg .lightBox-content .template-5 .title, .color-style4 .lightBox-bg .lightBox-content .template-5 .title, .color-style5 .lightBox-bg .lightBox-content .template-5 .title, .color-style6 .lightBox-bg .lightBox-content .template-5 .title, .template-5 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-5 h2, .template-5 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-5 h2, .template-5 h2.h2-page-title {
  font-size: 1.375rem;
  color: #686868;
  border-top: none;
  border-bottom: 3px solid #f69537;
  margin-top: 0;
  padding: 5px 15px;
  background-color: #f4f4f4;
  box-shadow: none; }

.template-5 .span-page-title {
  font-size: 1.375rem;
  color: #686868;
  border-top: none;
  border-bottom: 3px solid #f69537;
  margin-top: 0;
  padding: 5px 15px;
  background-color: #f4f4f4;
  box-shadow: none; }

.template-5 .lightBox-bg .lightBox-content .title {
  padding-left: 0;
  margin-bottom: 15px; }

.template-6 .title-paging,
.template-6 .tool-button .light-box .light-box-content .title {
  font-size: 1.5rem;
  text-align: left;
  color: #014b79;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  padding: 0 8px 5px;
  position: relative;
  border: none;
  border-bottom: 3px solid #7090ac;
  background: none;
  box-shadow: none; }
  .template-6 .title-paging::after,
  .template-6 .tool-button .light-box .light-box-content .title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.template-6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-6 .title, .template-3 .lightBox-bg .lightBox-content .template-6 .title, .template-4 .lightBox-bg .lightBox-content .template-6 .title, .template-5 .lightBox-bg .lightBox-content .template-6 .title, .template-6 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-6 .title, .template-12 .lightBox-bg .lightBox-content .template-6 .title, .color-style1 .lightBox-bg .lightBox-content .template-6 .title, .color-style2 .lightBox-bg .lightBox-content .template-6 .title, .color-style3 .lightBox-bg .lightBox-content .template-6 .title, .color-style4 .lightBox-bg .lightBox-content .template-6 .title, .color-style5 .lightBox-bg .lightBox-content .template-6 .title, .color-style6 .lightBox-bg .lightBox-content .template-6 .title, .template-6 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-6 h2, .template-6 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-6 h2, .template-6 h2.h2-page-title {
  font-size: 1.5rem;
  text-align: left;
  color: #014b79;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  padding: 0 8px 5px;
  position: relative;
  border: none;
  border-bottom: 3px solid #7090ac;
  background: none;
  box-shadow: none; }
  .template-6 h2.h2-title::after, .template-2 .lightBox-bg .lightBox-content .template-6 .title::after, .template-3 .lightBox-bg .lightBox-content .template-6 .title::after, .template-4 .lightBox-bg .lightBox-content .template-6 .title::after, .template-5 .lightBox-bg .lightBox-content .template-6 .title::after, .template-6 .lightBox-bg .lightBox-content .title::after, .template-7 .lightBox-bg .lightBox-content .template-6 .title::after, .template-12 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style1 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style2 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style3 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style4 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style5 .lightBox-bg .lightBox-content .template-6 .title::after, .color-style6 .lightBox-bg .lightBox-content .template-6 .title::after, .template-6 .template-3.color-style1 .lightBox-bg .lightBox-content h2::after, .template-3.color-style1 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style2 .lightBox-bg .lightBox-content h2::after, .template-3.color-style2 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style3 .lightBox-bg .lightBox-content h2::after, .template-3.color-style3 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style4 .lightBox-bg .lightBox-content h2::after, .template-3.color-style4 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style5 .lightBox-bg .lightBox-content h2::after, .template-3.color-style5 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 .template-3.color-style6 .lightBox-bg .lightBox-content h2::after, .template-3.color-style6 .lightBox-bg .lightBox-content .template-6 h2::after, .template-6 h2.h2-page-title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.template-6 .span-page-title {
  font-size: 1.5rem;
  text-align: left;
  color: #014b79;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  padding: 0 8px 5px;
  position: relative;
  border: none;
  border-bottom: 3px solid #7090ac;
  background: none;
  box-shadow: none; }
  .template-6 .span-page-title::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.template-7 .title-paging,
.template-7 .tool-button .light-box .light-box-content .title {
  text-align: left;
  color: #4A824A;
  font-size: 1.5rem;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #4A824A;
  padding: 0 0 3px 18px;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-7 .title-paging::before,
  .template-7 .tool-button .light-box .light-box-content .title::before {
    content: '';
    width: 6px;
    height: 26px;
    display: block;
    background-color: #4A824A;
    position: absolute;
    top: 4px;
    left: 5px; }

.template-7 .title-paging {
  text-align: center;
  padding: 0; }

.template-7 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-7 .title, .template-3 .lightBox-bg .lightBox-content .template-7 .title, .template-4 .lightBox-bg .lightBox-content .template-7 .title, .template-5 .lightBox-bg .lightBox-content .template-7 .title, .template-6 .lightBox-bg .lightBox-content .template-7 .title, .template-7 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-7 .title, .color-style1 .lightBox-bg .lightBox-content .template-7 .title, .color-style2 .lightBox-bg .lightBox-content .template-7 .title, .color-style3 .lightBox-bg .lightBox-content .template-7 .title, .color-style4 .lightBox-bg .lightBox-content .template-7 .title, .color-style5 .lightBox-bg .lightBox-content .template-7 .title, .color-style6 .lightBox-bg .lightBox-content .template-7 .title, .template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-7 h2, .template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-7 h2, .template-7 h2.h2-page-title {
  text-align: left;
  color: #4A824A;
  font-size: 1.5rem;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #4A824A;
  padding: 0 0 3px 18px;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-7 h2.h2-title::before, .template-2 .lightBox-bg .lightBox-content .template-7 .title::before, .template-3 .lightBox-bg .lightBox-content .template-7 .title::before, .template-4 .lightBox-bg .lightBox-content .template-7 .title::before, .template-5 .lightBox-bg .lightBox-content .template-7 .title::before, .template-6 .lightBox-bg .lightBox-content .template-7 .title::before, .template-7 .lightBox-bg .lightBox-content .title::before, .template-12 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style1 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style2 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style3 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style4 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style5 .lightBox-bg .lightBox-content .template-7 .title::before, .color-style6 .lightBox-bg .lightBox-content .template-7 .title::before, .template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-7 h2::before, .template-7 h2.h2-page-title::before {
    content: '';
    width: 6px;
    height: 26px;
    display: block;
    background-color: #4A824A;
    position: absolute;
    top: 4px;
    left: 5px; }

.template-7 .span-page-title {
  text-align: left;
  color: #4A824A;
  font-size: 1.5rem;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: 1px solid #4A824A;
  padding: 0 0 3px 18px;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-7 .span-page-title::before {
    content: '';
    width: 6px;
    height: 26px;
    display: block;
    background-color: #4A824A;
    position: absolute;
    top: 4px;
    left: 5px; }

.template-7 .lightBox-bg .lightBox-content .title {
  margin-bottom: 15px; }

.template-12 .title-paging,
.template-12 .tool-button .light-box .light-box-content .title {
  font-size: 1.375rem;
  padding: 0 0 10px 0;
  margin: 0 0 25px;
  text-align: center;
  color: #575757;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-12 .title-paging::before,
  .template-12 .tool-button .light-box .light-box-content .title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0a3f7b transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px; }

.template-12 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-12 .title, .template-3 .lightBox-bg .lightBox-content .template-12 .title, .template-4 .lightBox-bg .lightBox-content .template-12 .title, .template-5 .lightBox-bg .lightBox-content .template-12 .title, .template-6 .lightBox-bg .lightBox-content .template-12 .title, .template-7 .lightBox-bg .lightBox-content .template-12 .title, .template-12 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-12 .title, .color-style2 .lightBox-bg .lightBox-content .template-12 .title, .color-style3 .lightBox-bg .lightBox-content .template-12 .title, .color-style4 .lightBox-bg .lightBox-content .template-12 .title, .color-style5 .lightBox-bg .lightBox-content .template-12 .title, .color-style6 .lightBox-bg .lightBox-content .template-12 .title, .template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-12 h2, .template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-12 h2, .template-12 h2.h2-page-title {
  font-size: 1.375rem;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
  text-align: center;
  color: #575757;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-12 h2.h2-title::before, .template-2 .lightBox-bg .lightBox-content .template-12 .title::before, .template-3 .lightBox-bg .lightBox-content .template-12 .title::before, .template-4 .lightBox-bg .lightBox-content .template-12 .title::before, .template-5 .lightBox-bg .lightBox-content .template-12 .title::before, .template-6 .lightBox-bg .lightBox-content .template-12 .title::before, .template-7 .lightBox-bg .lightBox-content .template-12 .title::before, .template-12 .lightBox-bg .lightBox-content .title::before, .color-style1 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style2 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style3 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style4 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style5 .lightBox-bg .lightBox-content .template-12 .title::before, .color-style6 .lightBox-bg .lightBox-content .template-12 .title::before, .template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-12 h2::before, .template-12 h2.h2-page-title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0a3f7b transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px; }

.template-12 .span-page-title {
  text-align: center;
  color: #575757;
  border-top: none;
  border-bottom: 2px solid #d4d4d4;
  background: none;
  box-shadow: none;
  position: relative; }
  .template-12 .span-page-title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #0a3f7b transparent transparent transparent;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px; }

.template-21 .title-paging,
.template-21 .tool-button .light-box .light-box-content .title {
  text-align: left;
  color: #595959;
  margin-bottom: 25px;
  border-bottom: 3px solid #006482;
  padding: 10px;
  font-size: 1.375rem;
  background-color: #fff;
  position: relative;
  box-shadow: none; }
  .template-21 .title-paging::before,
  .template-21 .tool-button .light-box .light-box-content .title::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #adadad;
    left: 0;
    bottom: 0px;
    position: absolute;
    border-radius: 100%;
    -webkit-filter: blur(13px);
    z-index: -1; }

.template-21 h2.h2-title, .template-21 .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-21 .title, .template-21 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-21 h2, .template-21 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-21 h2, .template-21 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-21 h2, .template-21 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-21 h2, .template-21 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-21 h2, .template-21 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-21 h2, .template-21 h2.h2-page-title {
  text-align: left;
  color: #595959;
  margin: 7px 0 10px;
  border-bottom: 3px solid #006482;
  padding: 10px;
  font-size: 1.375rem;
  background-color: #fff;
  position: relative;
  border-top: none; }
  .template-21 h2.h2-title::before, .template-21 .template-2 .lightBox-bg .lightBox-content .title::before, .template-2 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-3 .lightBox-bg .lightBox-content .title::before, .template-3 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-4 .lightBox-bg .lightBox-content .title::before, .template-4 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-5 .lightBox-bg .lightBox-content .title::before, .template-5 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-6 .lightBox-bg .lightBox-content .title::before, .template-6 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-7 .lightBox-bg .lightBox-content .title::before, .template-7 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-12 .lightBox-bg .lightBox-content .title::before, .template-12 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style1 .lightBox-bg .lightBox-content .title::before, .color-style1 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style2 .lightBox-bg .lightBox-content .title::before, .color-style2 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style3 .lightBox-bg .lightBox-content .title::before, .color-style3 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style4 .lightBox-bg .lightBox-content .title::before, .color-style4 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style5 .lightBox-bg .lightBox-content .title::before, .color-style5 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .color-style6 .lightBox-bg .lightBox-content .title::before, .color-style6 .lightBox-bg .lightBox-content .template-21 .title::before, .template-21 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-21 h2::before, .template-21 h2.h2-page-title::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #adadad;
    left: 0;
    bottom: 0px;
    position: absolute;
    border-radius: 100%;
    -webkit-filter: blur(13px);
    z-index: -1; }

.template-21 .span-page-title {
  text-align: left;
  color: #595959;
  margin: 7px 0 10px;
  border-bottom: 3px solid #006482;
  padding: 10px;
  font-size: 1.375rem;
  background-color: #fff;
  position: relative;
  border-top: none; }
  .template-21 .span-page-title::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #adadad;
    left: 0;
    bottom: 0px;
    position: absolute;
    border-radius: 100%;
    -webkit-filter: blur(13px);
    z-index: -1; }

.template-30 h2.h2-title, .template-30 .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-30 h2 {
  color: #ecdcb8;
  padding: 0 5px;
  line-height: normal;
  font-size: 1.56rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px solid #ecdcb8;
  padding-bottom: 5px;
  box-shadow: 0px 2px 0px 0px #ddd;
  /* English Version */ }
  html:lang(en) .template-30 h2.h2-title, html:lang(en) .template-30 .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content html:lang(en) .template-30 .title, html:lang(en) .template-30 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2, html:lang(en) .template-30 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2, html:lang(en) .template-30 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2, html:lang(en) .template-30 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2, html:lang(en) .template-30 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2, html:lang(en) .template-30 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content html:lang(en) .template-30 h2 {
    font-size: 1.35rem; }

.template-30 h2.h2-page-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 20px;
  border-top: 4px solid #ecdcb8;
  color: #575757;
  position: relative;
  background-color: #f5f5f5;
  /* English Version */ }
  html:lang(en) .template-30 h2.h2-page-title {
    font-size: 1.35rem; }

.template-30 h2 .span-page-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 20px;
  border-top: 4px solid #ecdcb8;
  color: #575757;
  position: relative;
  background-color: #f5f5f5; }

.color-style1 .title-paging,
.color-style1 .tool-button .light-box .light-box-content .title {
  color: #345f8f;
  border-color: #36669c; }

.color-style1 h1.h1-page-title {
  border-color: #36669c;
  color: #575757; }

.color-style1 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style1 .title, .template-3 .lightBox-bg .lightBox-content .color-style1 .title, .template-4 .lightBox-bg .lightBox-content .color-style1 .title, .template-5 .lightBox-bg .lightBox-content .color-style1 .title, .template-6 .lightBox-bg .lightBox-content .color-style1 .title, .template-7 .lightBox-bg .lightBox-content .color-style1 .title, .template-12 .lightBox-bg .lightBox-content .color-style1 .title, .color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .color-style1 .title, .color-style3 .lightBox-bg .lightBox-content .color-style1 .title, .color-style4 .lightBox-bg .lightBox-content .color-style1 .title, .color-style5 .lightBox-bg .lightBox-content .color-style1 .title, .color-style6 .lightBox-bg .lightBox-content .color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .color-style1 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1 h2, .color-style1 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1 h2 {
  color: #345f8f;
  border-color: #36669c; }

.color-style1 h2.h2-page-title {
  border-color: #36669c;
  color: #575757; }

.color-style1 .span-page-title {
  border-color: #36669c;
  color: #575757; }

.color-style1.template-4 .title-paging,
.color-style1.template-4 .tool-button .light-box .light-box-content .title,
.color-style1.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style1.template-4 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-4 .title,
.color-style1.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-4 h2,
.color-style1.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-4 h2, .color-style1.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style1.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style1.template-7 .title-paging,
.color-style1.template-7 .tool-button .light-box .light-box-content .title,
.color-style1.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style1.template-7 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 .title,
.color-style1.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 h2,
.color-style1.template-7 h2.h2-page-title {
  color: #2B79B6;
  border-bottom-color: #2B79B6; }
  .color-style1.template-7 .title-paging::before,
  .color-style1.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style1.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style1.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 .title::before,
  .color-style1.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-7 h2::before,
  .color-style1.template-7 h2.h2-page-title::before {
    background-color: #2B79B6; }

.color-style1.template-7 .span-page-title {
  color: #2B79B6;
  border-bottom-color: #2B79B6; }
  .color-style1.template-7 .span-page-title::before {
    background-color: #2B79B6; }

.color-style1.template-12 .title-paging,
.color-style1.template-12 .tool-button .light-box .light-box-content .title,
.color-style1.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style1.template-12 .lightBox-bg .lightBox-content .title,
.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 .title,
.color-style1.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 h2,
.color-style1.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 h2, .color-style1.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style1.template-12 .title-paging::before,
  .color-style1.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style1.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style1.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 .title::before,
  .color-style1.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before,
  .color-style1.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style1.template-12 h2::before, .color-style1.template-12 h2.h2-page-title::before {
    border-color: #36669c transparent transparent transparent; }

.color-style1.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style1.template-12 .span-page-title::before {
    border-color: #36669c transparent transparent transparent; }

.color-style2 .title-paging,
.color-style2 .tool-button .light-box .light-box-content .title {
  color: #875252;
  border-color: #811818; }

.color-style2 h1.h1-page-title {
  border-color: #811818;
  color: #575757; }

.color-style2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style2 .title, .template-3 .lightBox-bg .lightBox-content .color-style2 .title, .template-4 .lightBox-bg .lightBox-content .color-style2 .title, .template-5 .lightBox-bg .lightBox-content .color-style2 .title, .template-6 .lightBox-bg .lightBox-content .color-style2 .title, .template-7 .lightBox-bg .lightBox-content .color-style2 .title, .template-12 .lightBox-bg .lightBox-content .color-style2 .title, .color-style1 .lightBox-bg .lightBox-content .color-style2 .title, .color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .color-style2 .title, .color-style4 .lightBox-bg .lightBox-content .color-style2 .title, .color-style5 .lightBox-bg .lightBox-content .color-style2 .title, .color-style6 .lightBox-bg .lightBox-content .color-style2 .title, .color-style2 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2 h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .color-style2 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2 h2, .color-style2 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2 h2 {
  color: #875252;
  border-color: #811818; }

.color-style2 h2.h2-page-title {
  border-color: #811818;
  color: #575757; }

.color-style2 .span-page-title {
  border-color: #811818;
  color: #575757; }

.color-style2.template-4 .title-paging,
.color-style2.template-4 .tool-button .light-box .light-box-content .title,
.color-style2.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style2.template-4 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-4 .title,
.color-style2.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-4 h2,
.color-style2.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-4 h2, .color-style2.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style2.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style2.template-7 .title-paging,
.color-style2.template-7 .tool-button .light-box .light-box-content .title,
.color-style2.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style2.template-7 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 .title,
.color-style2.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 h2,
.color-style2.template-7 h2.h2-page-title {
  color: #AD6114;
  border-bottom-color: #AD6114; }
  .color-style2.template-7 .title-paging::before,
  .color-style2.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style2.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style2.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 .title::before,
  .color-style2.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-7 h2::before,
  .color-style2.template-7 h2.h2-page-title::before {
    background-color: #AD6114; }

.color-style2.template-7 .span-page-title {
  color: #AD6114;
  border-bottom-color: #AD6114; }
  .color-style2.template-7 .span-page-title::before {
    background-color: #AD6114; }

.color-style2.template-12 .title-paging,
.color-style2.template-12 .tool-button .light-box .light-box-content .title,
.color-style2.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style2.template-12 .lightBox-bg .lightBox-content .title,
.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 .title,
.color-style2.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 h2,
.color-style2.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 h2, .color-style2.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style2.template-12 .title-paging::before,
  .color-style2.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style2.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style2.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 .title::before,
  .color-style2.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before,
  .color-style2.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style2.template-12 h2::before, .color-style2.template-12 h2.h2-page-title::before {
    border-color: #5e0a0a transparent transparent transparent; }

.color-style2.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style2.template-12 .span-page-title::before {
    border-color: #5e0a0a transparent transparent transparent; }

.color-style3 .title-paging,
.color-style3 .tool-button .light-box .light-box-content .title {
  color: #9c5c00;
  border-color: #ca7700; }

.color-style3 h1.h1-page-title {
  border-color: #ca7700;
  color: #575757; }

.color-style3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style3 .title, .template-3 .lightBox-bg .lightBox-content .color-style3 .title, .template-4 .lightBox-bg .lightBox-content .color-style3 .title, .template-5 .lightBox-bg .lightBox-content .color-style3 .title, .template-6 .lightBox-bg .lightBox-content .color-style3 .title, .template-7 .lightBox-bg .lightBox-content .color-style3 .title, .template-12 .lightBox-bg .lightBox-content .color-style3 .title, .color-style1 .lightBox-bg .lightBox-content .color-style3 .title, .color-style2 .lightBox-bg .lightBox-content .color-style3 .title, .color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .color-style3 .title, .color-style5 .lightBox-bg .lightBox-content .color-style3 .title, .color-style6 .lightBox-bg .lightBox-content .color-style3 .title, .color-style3 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3 h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .color-style3 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3 h2, .color-style3 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3 h2 {
  color: #9c5c00;
  border-color: #ca7700; }

.color-style3 h2.h2-page-title {
  border-color: #ca7700;
  color: #575757; }

.color-style3 .span-page-title {
  border-color: #ca7700;
  color: #575757; }

.color-style3.template-4 .title-paging,
.color-style3.template-4 .tool-button .light-box .light-box-content .title,
.color-style3.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style3.template-4 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-4 .title,
.color-style3.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-4 h2,
.color-style3.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-4 h2, .color-style3.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style3.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style3.template-5 .title-paging {
  color: #8c5301;
  border-color: #F5A24A;
  background-color: #ffe6cc; }

.color-style3.template-5 .tool-button .light-box .light-box-content .title,
.color-style3.template-5 h1.h1-page-title,
.color-style3.template-5 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style3.template-5 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-5 .title,
.color-style3.template-5 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-5 h2,
.color-style3.template-5 h2.h2-page-title {
  color: #595959;
  border-color: #F5A24A;
  background-color: #ffe6cc; }

.color-style3.template-5 .span-page-title {
  color: #595959;
  border-color: #F5A24A;
  background-color: #ffe6cc; }

.color-style3.template-7 .title-paging,
.color-style3.template-7 .tool-button .light-box .light-box-content .title,
.color-style3.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style3.template-7 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 .title,
.color-style3.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 h2,
.color-style3.template-7 h2.h2-page-title {
  color: #018378;
  border-bottom-color: #018378; }
  .color-style3.template-7 .title-paging::before,
  .color-style3.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style3.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style3.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 .title::before,
  .color-style3.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-7 h2::before,
  .color-style3.template-7 h2.h2-page-title::before {
    background-color: #018378; }

.color-style3.template-7 .span-page-title {
  color: #018378;
  border-bottom-color: #018378; }
  .color-style3.template-7 .span-page-title::before {
    background-color: #018378; }

.color-style3.template-12 .title-paging,
.color-style3.template-12 .tool-button .light-box .light-box-content .title,
.color-style3.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style3.template-12 .lightBox-bg .lightBox-content .title,
.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 .title,
.color-style3.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 h2,
.color-style3.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 h2, .color-style3.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style3.template-12 .title-paging::before,
  .color-style3.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style3.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style3.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 .title::before,
  .color-style3.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before,
  .color-style3.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style3.template-12 h2::before, .color-style3.template-12 h2.h2-page-title::before {
    border-color: #ca7700 transparent transparent transparent; }

.color-style3.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style3.template-12 .span-page-title::before {
    border-color: #ca7700 transparent transparent transparent; }

.color-style4 .title-paging,
.color-style4 .tool-button .light-box .light-box-content .title {
  color: #188144;
  border-color: #188144; }

.color-style4 h1.h1-page-title {
  border-color: #188144;
  color: #575757; }

.color-style4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style4 .title, .template-3 .lightBox-bg .lightBox-content .color-style4 .title, .template-4 .lightBox-bg .lightBox-content .color-style4 .title, .template-5 .lightBox-bg .lightBox-content .color-style4 .title, .template-6 .lightBox-bg .lightBox-content .color-style4 .title, .template-7 .lightBox-bg .lightBox-content .color-style4 .title, .template-12 .lightBox-bg .lightBox-content .color-style4 .title, .color-style1 .lightBox-bg .lightBox-content .color-style4 .title, .color-style2 .lightBox-bg .lightBox-content .color-style4 .title, .color-style3 .lightBox-bg .lightBox-content .color-style4 .title, .color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .color-style4 .title, .color-style6 .lightBox-bg .lightBox-content .color-style4 .title, .color-style4 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4 h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .color-style4 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4 h2, .color-style4 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4 h2 {
  color: #188144;
  border-color: #188144; }

.color-style4 h2.h2-page-title {
  border-color: #188144;
  color: #575757; }

.color-style4 .span-page-title {
  border-color: #188144;
  color: #575757; }

.color-style4.template-4 .title-paging,
.color-style4.template-4 .tool-button .light-box .light-box-content .title,
.color-style4.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style4.template-4 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-4 .title,
.color-style4.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-4 h2,
.color-style4.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-4 h2, .color-style4.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style4.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style4.template-7 .title-paging,
.color-style4.template-7 .tool-button .light-box .light-box-content .title,
.color-style4.template-7 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-4 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.template-12 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style4.template-7 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 .title,
.color-style4.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 h2,
.color-style4.template-7 h2.h2-page-title {
  color: #378166;
  border-bottom-color: #378166; }
  .color-style4.template-7 .title-paging::before,
  .color-style4.template-7 .tool-button .light-box .light-box-content .title::before,
  .color-style4.template-7 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .template-12 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style4.template-7 .lightBox-bg .lightBox-content .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 .title::before,
  .color-style4.template-7 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-7 h2::before,
  .color-style4.template-7 h2.h2-page-title::before {
    background-color: #378166; }

.color-style4.template-7 .span-page-title {
  color: #378166;
  border-bottom-color: #378166; }
  .color-style4.template-7 .span-page-title::before {
    background-color: #378166; }

.color-style4.template-12 .title-paging,
.color-style4.template-12 .tool-button .light-box .light-box-content .title,
.color-style4.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style4.template-12 .lightBox-bg .lightBox-content .title,
.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 .title,
.color-style4.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 h2,
.color-style4.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 h2, .color-style4.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style4.template-12 .title-paging::before,
  .color-style4.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style4.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style4.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 .title::before,
  .color-style4.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before,
  .color-style4.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style4.template-12 h2::before, .color-style4.template-12 h2.h2-page-title::before {
    border-color: #0a5e10 transparent transparent transparent; }

.color-style4.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style4.template-12 .span-page-title::before {
    border-color: #0a5e10 transparent transparent transparent; }

.color-style5 .title-paging,
.color-style5 .tool-button .light-box .light-box-content .title {
  color: #ce4242;
  border-color: #ffa9a9; }

.color-style5 h1.h1-page-title {
  border-color: #ffa9a9;
  box-shadow: 0px 3px 0px 0px #ddd;
  color: #575757; }

.color-style5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style5 .title, .template-3 .lightBox-bg .lightBox-content .color-style5 .title, .template-4 .lightBox-bg .lightBox-content .color-style5 .title, .template-5 .lightBox-bg .lightBox-content .color-style5 .title, .template-6 .lightBox-bg .lightBox-content .color-style5 .title, .template-7 .lightBox-bg .lightBox-content .color-style5 .title, .template-12 .lightBox-bg .lightBox-content .color-style5 .title, .color-style1 .lightBox-bg .lightBox-content .color-style5 .title, .color-style2 .lightBox-bg .lightBox-content .color-style5 .title, .color-style3 .lightBox-bg .lightBox-content .color-style5 .title, .color-style4 .lightBox-bg .lightBox-content .color-style5 .title, .color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .color-style5 .title, .color-style5 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style5 h2, .color-style5 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style5 h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .color-style5 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .color-style5 h2 {
  color: #ce4242;
  border-color: #ffa9a9; }

.color-style5 h2.h2-page-title {
  border-color: #ffa9a9;
  color: #575757; }

.color-style5 .span-page-title {
  border-color: #ffa9a9;
  color: #575757; }

.color-style5.template-4 .title-paging,
.color-style5.template-4 .tool-button .light-box .light-box-content .title,
.color-style5.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style5.template-4 .lightBox-bg .lightBox-content .title,
.color-style6 .lightBox-bg .lightBox-content .color-style5.template-4 .title,
.color-style5.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-4 h2,
.color-style5.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-4 h2, .color-style5.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style5.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style5.template-12 .title-paging,
.color-style5.template-12 .tool-button .light-box .light-box-content .title,
.color-style5.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style5.template-12 .lightBox-bg .lightBox-content .title,
.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 .title,
.color-style5.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-12 h2,
.color-style5.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 h2, .color-style5.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style5.template-12 .title-paging::before,
  .color-style5.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style5.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style5.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 .title::before,
  .color-style5.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before,
  .color-style5.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style5.template-12 h2::before, .color-style5.template-12 h2.h2-page-title::before {
    border-color: #ffa9a9 transparent transparent transparent; }

.color-style5.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style5.template-12 .span-page-title::before {
    border-color: #ffa9a9 transparent transparent transparent; }

.color-style6 .title-paging,
.color-style6 .tool-button .light-box .light-box-content .title {
  color: #802b93;
  border-color: #802b93; }

.color-style6 h1.h1-page-title {
  border-color: #802b93;
  color: #575757; }

.color-style6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .color-style6 .title, .template-3 .lightBox-bg .lightBox-content .color-style6 .title, .template-4 .lightBox-bg .lightBox-content .color-style6 .title, .template-5 .lightBox-bg .lightBox-content .color-style6 .title, .template-6 .lightBox-bg .lightBox-content .color-style6 .title, .template-7 .lightBox-bg .lightBox-content .color-style6 .title, .template-12 .lightBox-bg .lightBox-content .color-style6 .title, .color-style1 .lightBox-bg .lightBox-content .color-style6 .title, .color-style2 .lightBox-bg .lightBox-content .color-style6 .title, .color-style3 .lightBox-bg .lightBox-content .color-style6 .title, .color-style4 .lightBox-bg .lightBox-content .color-style6 .title, .color-style5 .lightBox-bg .lightBox-content .color-style6 .title, .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .color-style6 h2, .color-style6 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .color-style6 h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2 {
  color: #802b93;
  border-color: #802b93; }

.color-style6 h2.h2-page-title {
  border-color: #802b93;
  color: #575757; }

.color-style6 .span-page-title {
  border-color: #802b93;
  color: #575757; }

.color-style6.template-4 .title-paging,
.color-style6.template-4 .tool-button .light-box .light-box-content .title,
.color-style6.template-4 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-3 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-5 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-6 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-7 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.template-12 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style6.template-4 .title,
.color-style6.template-4 .lightBox-bg .lightBox-content .title,
.color-style6.template-4 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-4 h2,
.color-style6.template-4 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-4 h2, .color-style6.template-4 h2.h2-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style6.template-4 .span-page-title {
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-right-color: #ddd; }

.color-style6.template-12 .title-paging,
.color-style6.template-12 .tool-button .light-box .light-box-content .title,
.color-style6.template-12 h2.h2-title,
.template-2 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-3 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-4 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-5 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-6 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.template-7 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 .title,
.color-style6.template-12 .lightBox-bg .lightBox-content .title,
.color-style6.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2,
.template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2,
.template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2,
.template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2,
.template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2,
.template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 h2,
.color-style6.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2,
.template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-12 h2, .color-style6.template-12 h2.h2-page-title {
  border-color: #d4d4d4; }
  .color-style6.template-12 .title-paging::before,
  .color-style6.template-12 .tool-button .light-box .light-box-content .title::before,
  .color-style6.template-12 h2.h2-title::before,
  .template-2 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-3 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-4 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-5 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-6 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .template-7 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 .title::before,
  .color-style6.template-12 .lightBox-bg .lightBox-content .title::before,
  .color-style6.template-12 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style1 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style2 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style3 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style4 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style5 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before,
  .color-style6.template-12 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before,
  .template-3.color-style6 .lightBox-bg .lightBox-content .color-style6.template-12 h2::before, .color-style6.template-12 h2.h2-page-title::before {
    border-color: #5e146e transparent transparent transparent; }

.color-style6.template-12 .span-page-title {
  border-color: #d4d4d4; }
  .color-style6.template-12 .span-page-title::before {
    border-color: #5e146e transparent transparent transparent; }

/*-------------------------------------------------------------- 表單*/
.fill-form {
  background-color: #fff;
  padding: 0.5rem 0;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */ }
  .fill-form-note {
    color: #e00;
    margin: 30px 0 10px; }
    h2.h2-page-title + .fill-form-note,
    .title-paging + .fill-form-note {
      margin-top: 0; }
    .fill-form-note .span-page-title {
      margin-top: 0; }
  .fill-form-title {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 15px 0 10px;
    color: #777; }
  .fill-form .fill-data {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    margin: 0 auto; }
    .fill-form .fill-data a:not([class*='butn']) {
      color: #184e69; }
      .fill-form .fill-data a:not([class*='butn']):hover {
        text-decoration: underline; }
      .fill-form .fill-data a:not([class*='butn']):focus {
        outline: none;
        border: 2px dashed #ff9800 !important; }
    .fill-form .fill-data .data {
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      position: relative; }
      .fill-form .fill-data .data > label {
        width: 90px;
        padding-top: 5px; }
        html:lang(en) .fill-form .fill-data .data > label {
          width: 250px; }
      .fill-form .fill-data .data .focus-red {
        color: #d00; }
      .fill-form .fill-data .data label.radio-checkbox {
        display: inline-block; }
        .fill-form .fill-data .data label.radio-checkbox:focus-within {
          border: 2px dashed #ff9800; }
        .fill-form .fill-data .data label.radio-checkbox input[type=radio],
        .fill-form .fill-data .data label.radio-checkbox input[type=checkbox] {
          margin-right: 5px; }
      .fill-form .fill-data .data .box {
        width: calc(100% - 90px);
        margin-left: 15px; }
        html:lang(en) .fill-form .fill-data .data .box {
          width: calc(100% - 250px); }
        .fill-form .fill-data .data .box > div {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .fill-form .fill-data .data .box > div.div-block {
            display: block; }
            .fill-form .fill-data .data .box > div.div-block .symbol {
              padding: 0 5px; }
          .fill-form .fill-data .data .box > div.div-wrap {
            flex-wrap: wrap; }
          .fill-form .fill-data .data .box > div > div {
            height: 34px;
            line-height: 34px; }
          .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.two select {
            width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]) + input,
            .fill-form .fill-data .data .box > div.two input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.two select + input,
            .fill-form .fill-data .data .box > div.two select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.two > div {
            width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.two > div input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.two > div select {
              width: 100%; }
            .fill-form .fill-data .data .box > div.two > div + div {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.two.symbol input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.two.symbol select {
            width: calc(50% - (36px / 2)); }
          .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.four select {
            width: calc((100% - 20px) / 4); }
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + input,
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.four select + input,
            .fill-form .fill-data .data .box > div.four select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.medium input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium select {
            width: 55%; }
          .fill-form .fill-data .data .box > div.medium.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two select {
            width: calc((55% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.medium.two.symbol input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two.symbol select {
            width: calc(($medium_width / 2) - (36px / 2)); }
          .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small select {
            width: 23%; }
            .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]) + input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]) + select,
            .fill-form .fill-data .data .box > div.small select + input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.small select + select {
              margin-left: 20px; }
          .fill-form .fill-data .data .box > div.small.two input,
          .fill-form .fill-data .data .box > div.small.two select {
            width: calc((23% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.small.two.symbol input,
          .fill-form .fill-data .data .box > div.small.two.symbol select {
            width: calc(($small_width / 2) - (36px / 2)); }
          .fill-form .fill-data .data .box > div.link-butn .butn {
            white-space: nowrap;
            padding-left: 8px;
            padding-right: 8px; }
          .fill-form .fill-data .data .box > div.link-butn input + .butn {
            margin-left: 8px; }
          .fill-form .fill-data .data .box > div.verify input:not([type=radio]):not([type=checkbox]) {
            width: 110px;
            margin-right: 12px; }
          .fill-form .fill-data .data .box > div.verify .verify-img {
            margin-right: 12px;
            border: 1px solid #cccccc; }
            .fill-form .fill-data .data .box > div.verify .verify-img img {
              height: 35px; }
          .fill-form .fill-data .data .box > div.verify .voice {
            padding: 3px;
            text-align: center;
            background-color: #e8e8e8;
            border: 1px solid #cccccc;
            border-radius: 50%;
            margin-right: 10px;
            display: inline-block; }
            .fill-form .fill-data .data .box > div.verify .voice img {
              width: 32px;
              height: 32px; }
            .fill-form .fill-data .data .box > div.verify .voice:hover {
              background-color: #d1d0d0; }
          .fill-form .fill-data .data .box > div.verify .refresh {
            color: #184e69;
            background-color: #e8e8e8;
            border-radius: 50px;
            padding: 3px 10px 3px 6px;
            border: 1px solid #cccccc;
            display: inline-block; }
            .fill-form .fill-data .data .box > div.verify .refresh img {
              width: 32px;
              height: 32px;
              vertical-align: -10px; }
            .fill-form .fill-data .data .box > div.verify .refresh:hover {
              text-decoration: none;
              background-color: #d1d0d0; }
          .fill-form .fill-data .data .box > div + * {
            margin-top: 15px; }
          .fill-form .fill-data .data .box > div .symbol {
            min-width: 36px;
            padding: 0 10px;
            text-align: center;
            white-space: nowrap; }
            .fill-form .fill-data .data .box > div .symbol:first-child {
              padding-left: 0; }
        .fill-form .fill-data .data .box.two > div {
          width: 50%;
          float: left;
          margin-top: 0; }
        .fill-form .fill-data .data .box.two::after {
          content: '';
          display: block;
          clear: both; }
        .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']) {
          width: 100%;
          height: 34px;
          padding: 3px 5px;
          border: 2px solid #f5f5f5;
          background-color: #f5f5f5; }
          .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box select {
          width: 100%;
          height: 34px;
          padding-left: 5px;
          padding-right: 27px;
          border: 2px solid #f5f5f5;
          background-color: #f5f5f5; }
          .fill-form .fill-data .data .box select:focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box textarea {
          width: 100%;
          height: 120px;
          padding: 5px;
          border: 2px solid #f5f5f5;
          background-color: #f5f5f5; }
          .fill-form .fill-data .data .box textarea:focus {
            border: 2px dashed #ff9800; }
        .fill-form .fill-data .data .box label {
          height: 34px;
          line-height: 34px; }
          .fill-form .fill-data .data .box label input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box label select {
            width: auto;
            height: 30px; }
          .fill-form .fill-data .data .box label input:not([type=radio]):not([type=checkbox]) {
            width: 170px; }
          .fill-form .fill-data .data .box label.wrap {
            display: block; }
        .fill-form .fill-data .data .box label.radio-checkbox {
          height: auto;
          line-height: 1.5rem;
          margin: 0 5px 0 0; }
          .fill-form .fill-data .data .box label.radio-checkbox:hover {
            color: #1e6385; }
          .fill-form .fill-data .data .box label.radio-checkbox + label.radio-checkbox.wrap {
            margin-top: 5px; }
          .fill-form .fill-data .data .box label.radio-checkbox label {
            height: auto;
            line-height: 1.5rem; }
        .fill-form .fill-data .data .box p {
          width: 100%;
          color: #d00;
          margin-top: 5px; }
          .fill-form .fill-data .data .box p a {
            color: #184e69; }
            .fill-form .fill-data .data .box p a:hover {
              text-decoration: underline; }
  .fill-form .butn-box {
    padding: 1.5rem 1rem 0.8rem;
    text-align: center; }
    .fill-form .butn-box::after {
      content: '';
      display: block;
      clear: both; }
  .fill-form.independence .fill-data {
    width: 100%; }
  .fill-form.independence .data {
    display: block; }
    .fill-form.independence .data > label {
      width: auto !important;
      display: block;
      padding: 0 0 10px; }
    .fill-form.independence .data .box {
      width: 100% !important;
      margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .fill-form .fill-data {
      width: 100%  !important; }
      .fill-form .fill-data .data {
        width: 100% !important;
        display: block; }
        .fill-form .fill-data .data > label {
          width: auto !important;
          display: block;
          padding: 0 0 10px;
          white-space: normal; }
        .fill-form .fill-data .data label.radio-checkbox {
          display: block; }
        .fill-form .fill-data .data .box {
          width: 100% !important;
          margin-left: 0; }
          .fill-form .fill-data .data .box > div.medium input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium select, .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small select {
            width: 50%; }
          .fill-form .fill-data .data .box > div.medium.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.medium.two select, .fill-form .fill-data .data .box > div.small.two input:not([type=radio]):not([type=checkbox]),
          .fill-form .fill-data .data .box > div.small.two select {
            width: calc((100% - 20px) / 2); }
          .fill-form .fill-data .data .box > div.four {
            flex-wrap: wrap; }
            .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.four select {
              width: calc((100% - 20px) / 2); }
              .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + input,
              .fill-form .fill-data .data .box > div.four input:not([type=radio]):not([type=checkbox]) + select,
              .fill-form .fill-data .data .box > div.four select + input,
              .fill-form .fill-data .data .box > div.four select + select {
                margin-left: 20px; }
            .fill-form .fill-data .data .box > div.four *:nth-of-type(2n+1) {
              margin-left: 0; }
            .fill-form .fill-data .data .box > div.four *:nth-of-type(n+3) {
              margin-top: 15px; }
            .fill-form .fill-data .data .box > div.four.symbol input:not([type=radio]):not([type=checkbox]),
            .fill-form .fill-data .data .box > div.four.symbol select {
              width: calc((100% - 20px) / 2); }
            .fill-form .fill-data .data .box > div.four.symbol *:nth-of-type(n+1) {
              margin-top: 15px; }
          .fill-form .fill-data .data .box > div.verify {
            display: block; }
            .fill-form .fill-data .data .box > div.verify input {
              width: 100%;
              margin-bottom: 10px; }
            .fill-form .fill-data .data .box > div.verify .verify-img {
              margin: 0 10px 5px 0; }
            .fill-form .fill-data .data .box > div.verify .voice {
              margin-bottom: 10px; }
          .fill-form .fill-data .data .box.two > div {
            width: 100%;
            float: none; }
          .fill-form .fill-data .data .box label {
            height: auto;
            line-height: normal; }
          .fill-form .fill-data .data .box label.radio-checkbox + label.radio-checkbox {
            margin: 5px 0 0 0; }
    .fill-form .butn-box.two {
      display: flex; }
      .fill-form .butn-box.two > * {
        min-width: inherit;
        width: calc((100% - 15px) / 2); } }
  @media only screen and (max-width: 375px) {
    .fill-form .fill-data .data .box > div.link-butn {
      flex-wrap: wrap; }
      .fill-form .fill-data .data .box > div.link-butn input + .butn,
      .fill-form .fill-data .data .box > div.link-butn .butn + .butn {
        margin: 6px 6px 0 0; } }
  .template-2 .fill-form .fill-data {
    border-color: #ddd; }
    .template-2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-2 .fill-form .fill-data .data .box select,
    .template-2 .fill-form .fill-data .data .box textarea {
      border-color: #a6a6a6; }
      .template-2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-2 .fill-form .fill-data .data .box select:focus,
      .template-2 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-3 .fill-form .fill-data {
    border-color: #ddd; }
    .template-3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-3 .fill-form .fill-data .data .box select,
    .template-3 .fill-form .fill-data .data .box textarea {
      border-color: #956a7f; }
      .template-3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-3 .fill-form .fill-data .data .box select:focus,
      .template-3 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-4 .fill-form .fill-data {
    border-color: #ddd; }
    .template-4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-4 .fill-form .fill-data .data .box select,
    .template-4 .fill-form .fill-data .data .box textarea {
      border-color: #bbb; }
      .template-4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-4 .fill-form .fill-data .data .box select:focus,
      .template-4 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-5 .fill-form .fill-data {
    border-color: #ddd; }
    .template-5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-5 .fill-form .fill-data .data .box select,
    .template-5 .fill-form .fill-data .data .box textarea {
      border-color: #989741; }
      .template-5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-5 .fill-form .fill-data .data .box select:focus,
      .template-5 .fill-form .fill-data .data .box textarea:focus {
        border-color: #e00; }
  .template-6 .fill-form .fill-data {
    border-color: #ddd; }
    .template-6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-6 .fill-form .fill-data .data .box select,
    .template-6 .fill-form .fill-data .data .box textarea {
      border-color: #b9cbd6; }
      .template-6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-6 .fill-form .fill-data .data .box select:focus,
      .template-6 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-7 .fill-form .fill-data {
    border-color: #ddd; }
    .template-7 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-7 .fill-form .fill-data .data .box select,
    .template-7 .fill-form .fill-data .data .box textarea {
      border-color: #b4c0b4; }
      .template-7 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-7 .fill-form .fill-data .data .box select:focus,
      .template-7 .fill-form .fill-data .data .box textarea:focus {
        outline: none;
        border-color: #ff9800; }
  .template-12 .fill-form .fill-data {
    border-color: #ddd; }
    .template-12 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-12 .fill-form .fill-data .data .box select,
    .template-12 .fill-form .fill-data .data .box textarea {
      border-color: #a3b4c3; }
      .template-12 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-12 .fill-form .fill-data .data .box select:focus,
      .template-12 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }
  .template-21 .fill-form .fill-data {
    border-color: #ddd; }
    .template-21 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .template-21 .fill-form .fill-data .data .box select,
    .template-21 .fill-form .fill-data .data .box textarea {
      border-color: #b4c0b4; }
      .template-21 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .template-21 .fill-form .fill-data .data .box select:focus,
      .template-21 .fill-form .fill-data .data .box textarea:focus {
        outline: none;
        border-color: #ff9800; }
  .color-style1 .fill-form .fill-data,
  .color-style2 .fill-form .fill-data,
  .color-style3 .fill-form .fill-data,
  .color-style4 .fill-form .fill-data,
  .color-style5 .fill-form .fill-data,
  .color-style6 .fill-form .fill-data {
    border-color: #ddd; }
    .color-style1 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style1 .fill-form .fill-data .data .box select,
    .color-style1 .fill-form .fill-data .data .box textarea,
    .color-style2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style2 .fill-form .fill-data .data .box select,
    .color-style2 .fill-form .fill-data .data .box textarea,
    .color-style3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style3 .fill-form .fill-data .data .box select,
    .color-style3 .fill-form .fill-data .data .box textarea,
    .color-style4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style4 .fill-form .fill-data .data .box select,
    .color-style4 .fill-form .fill-data .data .box textarea,
    .color-style5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style5 .fill-form .fill-data .data .box select,
    .color-style5 .fill-form .fill-data .data .box textarea,
    .color-style6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']),
    .color-style6 .fill-form .fill-data .data .box select,
    .color-style6 .fill-form .fill-data .data .box textarea {
      border-color: #a6a6a6; }
      .color-style1 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style1 .fill-form .fill-data .data .box select:focus,
      .color-style1 .fill-form .fill-data .data .box textarea:focus,
      .color-style2 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style2 .fill-form .fill-data .data .box select:focus,
      .color-style2 .fill-form .fill-data .data .box textarea:focus,
      .color-style3 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style3 .fill-form .fill-data .data .box select:focus,
      .color-style3 .fill-form .fill-data .data .box textarea:focus,
      .color-style4 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style4 .fill-form .fill-data .data .box select:focus,
      .color-style4 .fill-form .fill-data .data .box textarea:focus,
      .color-style5 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style5 .fill-form .fill-data .data .box select:focus,
      .color-style5 .fill-form .fill-data .data .box textarea:focus,
      .color-style6 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus,
      .color-style6 .fill-form .fill-data .data .box select:focus,
      .color-style6 .fill-form .fill-data .data .box textarea:focus {
        border-color: #ff9800; }

table caption {
  font-size: 1.5rem;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #777;
  text-align: left; }

@media only screen and (max-width: 768px) {
  table caption {
    width: 100%;
    display: block; } }

/*---------------------------------------------------------- table list*/
table.table-list {
  width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    table.table-list {
      table-layout: fixed;
      word-wrap: break-word; } }
  table.table-list thead tr th {
    color: #4c4c4c;
    font-weight: bold;
    padding: 5px 8px;
    text-align: left;
    border: 2px solid #ecdcb8;
    border-right-color: #daccaa;
    background-color: #ecdcb8; }
    table.table-list thead tr th:last-child {
      border-right-color: #ecdcb8; }
  table.table-list tbody tr td {
    padding: 5px 8px;
    background-color: #efefef;
    border: 2px solid #efefef;
    border-right-color: #ddd;
    border-bottom-color: #ddd; }
    table.table-list tbody tr td:last-child {
      border-right-color: #efefef; }
    table.table-list tbody tr td.empty {
      text-align: center; }
    table.table-list tbody tr td a:not([class*='butn']) {
      color: #1e6385; }
      table.table-list tbody tr td a:not([class*='butn']):hover, table.table-list tbody tr td a:not([class*='butn']):focus {
        outline: none;
        background-color: #FFE16D; }
    table.table-list tbody tr td .top {
      width: 20px;
      margin-right: 5px; }
  @media only screen and (max-width: 768px) {
    table.table-list:not(.no-rwd) {
      width: 100%;
      display: block; }
      table.table-list:not(.no-rwd) thead {
        display: none; }
      table.table-list:not(.no-rwd) tbody {
        width: 100%;
        display: block; }
        table.table-list:not(.no-rwd) tbody tr {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          table.table-list:not(.no-rwd) tbody tr td {
            width: 100% !important;
            display: flex;
            text-align: left !important;
            border: none;
            padding: 10px;
            background-color: #f7f7f7;
            margin-bottom: 2px; }
            table.table-list:not(.no-rwd) tbody tr td.empty {
              display: block;
              text-align: center !important; }
            table.table-list:not(.no-rwd) tbody tr td:first-child {
              border-top: 3px solid #1ebe9f; }
            table.table-list:not(.no-rwd) tbody tr td::before {
              content: attr(data-title);
              font-weight: bold;
              display: inline-block;
              color: #0a987c;
              white-space: nowrap; } }

/*---------------------------------------------------------- table detail*/
table.table-detail {
  width: 100%; }
  table.table-detail th {
    width: 20%;
    background: #0a8068;
    border: 2px solid #fff;
    font-weight: normal;
    text-align: left;
    padding: 5px 8px; }
  table.table-detail td {
    width: 80%;
    background-color: #efefef;
    border: 2px solid #fff;
    padding: 5px 8px; }
    table.table-detail td a:not([class*='butn']):hover, table.table-detail td a:not([class*='butn']):focus {
      outline: none;
      background-color: #FFE16D; }
  table.table-detail .invoice th {
    width: 120px;
    text-align: center;
    padding: 5px 2px !important; }
  table.table-detail .invoice td {
    width: 8%;
    text-align: center;
    padding: 5px 2px !important; }
  @media only screen and (max-width: 767px) {
    table.table-detail th, table.table-detail td {
      width: 100%;
      display: block; }
    table.table-detail th {
      color: #fff; }
    table.table-detail .rwd-table {
      display: flex; }
      table.table-detail .rwd-table .invoice {
        width: 100%; }
        table.table-detail .rwd-table .invoice th {
          width: 100%; }
        table.table-detail .rwd-table .invoice td {
          width: 100%; } }

/*---------------------------------------------------------- table of article*/
@media only screen and (max-width: 768px) {
  table.table-article-list {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  table.table-article-list {
    border: none !important;
    display: block; }
    table.table-article-list thead, table.table-article-list .title {
      display: none; }
    table.table-article-list tbody {
      width: 100%;
      display: block; }
      table.table-article-list tbody tr {
        width: 100%;
        display: block;
        padding: 3px 0;
        background-color: #f7f7f7; }
        table.table-article-list tbody tr + tr {
          margin-top: 20px; }
        table.table-article-list tbody tr td {
          width: 100% !important;
          display: flex;
          text-align: left !important;
          align-items: baseline;
          border: none !important;
          padding: 2px 10px !important; }
          table.table-article-list tbody tr td.empty {
            display: block;
            text-align: center !important; }
          table.table-article-list tbody tr td::before {
            content: attr(data-title);
            font-weight: bold;
            color: #08518f;
            display: inline-block;
            white-space: nowrap; }
          table.table-article-list tbody tr td p {
            margin: 5px 0; } }

/*-------------------------------------------------------------- 版型原本色系*/
.template-2 table.table-list thead tr th {
  color: #fff;
  background: #066caa;
  background: -moz-linear-gradient(top, #066caa 0%, #055789 100%);
  background: -webkit-linear-gradient(top, #066caa 0%, #055789 100%);
  background: linear-gradient(to bottom, #066caa 0%, #055789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066caa', endColorstr='#055789',GradientType=0 );
  background-color: #066caa; }

@media only screen and (max-width: 768px) {
  .template-2 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-2 table.table-list tbody tr td:first-child {
      border-top-color: #00568b; }
    .template-2 table.table-list tbody tr td::before {
      color: #066caa; } }

.template-2 table.table-detail th {
  background: #066caa;
  color: #fff;
  border-color: #fff; }

.template-3 table.table-list thead tr th {
  color: #fff;
  border: 2px solid #fff;
  background: #79516e;
  background: -moz-linear-gradient(top, #79516e 0%, #4b314b 56%);
  background: -webkit-linear-gradient(top, #79516e 0%, #4b314b 56%);
  background: linear-gradient(to bottom, #79516e 0%, #4b314b 56%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79516e', endColorstr='#4b314b',GradientType=0 );
  background-color: #79516e; }

@media only screen and (max-width: 768px) {
  .template-3 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-3 table.table-list tbody tr td:first-child {
      border-top-color: #63474a; }
    .template-3 table.table-list tbody tr td::before {
      color: #63474a; } }

.template-3 table.table-detail th {
  color: #ffffff;
  background: #63474a;
  border-color: #ffffff; }

.template-4 table.table-list thead tr th {
  color: #fff;
  background: #02558a; }

@media only screen and (max-width: 768px) {
  .template-4 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-4 table.table-list tbody tr td:first-child {
      border-top-color: #aec5c8; }
    .template-4 table.table-list tbody tr td::before {
      color: #427077; } }

.template-4 table.table-detail th {
  color: #fff;
  background: #02558a;
  border-color: #fff; }

.template-5 table.table-list thead tr th {
  color: #353535;
  background: #ffc572;
  background: -moz-linear-gradient(top, #ffc572 0%, #ffb750 100%);
  background: -webkit-linear-gradient(top, #ffc572 0%, #ffb750 100%);
  background: linear-gradient(to bottom, #ffc572 0%, #ffb750 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc572', endColorstr='#ffb750',GradientType=0 );
  background-color: #ffc572; }

@media only screen and (max-width: 768px) {
  .template-5 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-5 table.table-list tbody tr td:first-child {
      border-top-color: #ffb141; }
    .template-5 table.table-list tbody tr td::before {
      color: #985b01; } }

.template-5 table.table-detail th {
  color: #000000;
  background: #ffc572;
  border-color: #ffffff; }

.template-6 table.table-list thead tr th {
  color: #fff;
  background: #0072bb; }

@media only screen and (max-width: 768px) {
  .template-6 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-6 table.table-list tbody tr td:first-child {
      border-top-color: #0072bb; }
    .template-6 table.table-list tbody tr td::before {
      color: #0154a1; } }

.template-6 table.table-detail th {
  color: #fff;
  background: #0072bb;
  border-color: #fff; }

.template-7 table.table-list thead tr th {
  color: #fff;
  background: #508150;
  background: -moz-linear-gradient(top, #508150 0%, #497749 100%);
  background: -webkit-linear-gradient(top, #508150 0%, #497749 100%);
  background: linear-gradient(to bottom, #508150 0%, #497749 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508150', endColorstr='#497749',GradientType=0 );
  background-color: #508150; }

@media only screen and (max-width: 768px) {
  .template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-7 table.table-list tbody tr td:first-child {
      border-top-color: #b4c0b4; }
    .template-7 table.table-list tbody tr td::before {
      color: #474; } }

.template-7 table.table-detail th {
  color: #fff;
  border-color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#497749+0,508150+100 */
  background: #497749;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #497749 0%, #508150 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #497749 0%, #508150 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #497749 0%, #508150 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497749', endColorstr='#508150',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-color: #497749; }

.template-12 table.table-list thead tr th {
  color: #fff;
  background: #016ed4; }

.template-12 table.table-list tbody tr td {
  background-color: #f6f6f6; }

@media only screen and (max-width: 768px) {
  .template-12 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-12 table.table-list tbody tr td:first-child {
      border-top-color: #016ed4; }
    .template-12 table.table-list tbody tr td::before {
      color: #0154a1; } }

.template-12 table.table-detail th {
  color: #ffffff;
  background: #016ed4;
  border-color: #ffffff; }

.template-21 table.table-list thead tr th {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008489+0,008489+100 */
  background: #008489;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008489 0%, #008489 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008489 0%, #008489 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008489 0%, #008489 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008489', endColorstr='#008489',GradientType=0 );
  /* IE6-9 */ }

@media only screen and (max-width: 768px) {
  .template-21 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .template-21 table.table-list tbody tr td:first-child {
      border-top-color: #b4c0b4; }
    .template-21 table.table-list tbody tr td::before {
      color: #474; } }

.template-21 table.table-detail th {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008489+0,008489+100 */
  background: #008489;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008489 0%, #008489 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008489 0%, #008489 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008489 0%, #008489 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008489', endColorstr='#008489',GradientType=0 );
  /* IE6-9 */ }

@media only screen and (max-width: 768px) {
  .template-29 table.table-list:not(.no-rwd) tbody tr td:first-child {
    border-top: 3px solid #cfbc9c; }
  .template-29 table.table-list:not(.no-rwd) tbody tr td::before {
    color: #494949; } }

.color-style1 table.table-list thead tr th {
  color: #ffffff;
  background: #36669c; }

@media only screen and (max-width: 768px) {
  .color-style1 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style1 table.table-list tbody tr td:first-child {
      border-top-color: #36669c; }
    .color-style1 table.table-list tbody tr td::before {
      color: #0a3f7b; } }

.color-style1 table.table-detail th {
  color: #fff;
  background: #36669c;
  border-color: #fff; }

.color-style2 table.table-list thead tr th {
  color: #fff;
  background: #bd4a4a; }

@media only screen and (max-width: 768px) {
  .color-style2 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style2 table.table-list tbody tr td:first-child {
      border-top-color: #bd4a4a; }
    .color-style2 table.table-list tbody tr td::before {
      color: #811818; } }

.color-style2 table.table-detail th {
  color: #fff;
  background: #bd4a4a;
  border-color: #fff; }

.color-style2.template-7 table.table-list thead tr th {
  color: #fff;
  background: #AD6114; }

@media only screen and (max-width: 768px) {
  .color-style2.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style2.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #AD6114; }
    .color-style2.template-7 table.table-list tbody tr td::before {
      color: #9e5812; } }

.color-style3 table.table-list thead tr th {
  color: #000000;
  background: #f5ac43; }

@media only screen and (max-width: 768px) {
  .color-style3 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style3 table.table-list tbody tr td:first-child {
      border-top-color: #ffb141; }
    .color-style3 table.table-list tbody tr td::before {
      color: #985b01; } }

.color-style3 table.table-detail th {
  color: #000;
  background: #f5ac43;
  border-color: #fff; }

.color-style3.template-7 table.table-list thead tr th {
  color: #fff;
  background: #018378; }

@media only screen and (max-width: 768px) {
  .color-style3.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style3.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #018378; }
    .color-style3.template-7 table.table-list tbody tr td::before {
      color: #017269; } }

.color-style4 table.table-list thead tr th {
  color: #fff;
  background: #1f864a; }

@media only screen and (max-width: 768px) {
  .color-style4 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style4 table.table-list tbody tr td:first-child {
      border-top-color: #188144; }
    .color-style4 table.table-list tbody tr td::before {
      color: #229452; } }

.color-style4 table.table-detail th {
  color: #fff;
  background: #1f864a;
  border-color: #fff; }

.color-style4.template-7 table.table-list thead tr th {
  color: #fff;
  background: #378166; }

@media only screen and (max-width: 768px) {
  .color-style4.template-7 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style4.template-7 table.table-list tbody tr td:first-child {
      border-top-color: #378166; }
    .color-style4.template-7 table.table-list tbody tr td::before {
      color: #32755d; } }

.color-style5 table.table-list thead tr th {
  color: #353535;
  background: #fcb2b2; }

@media only screen and (max-width: 768px) {
  .color-style5 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style5 table.table-list tbody tr td:first-child {
      border-top-color: #ffa9a9; }
    .color-style5 table.table-list tbody tr td::before {
      color: #cd4141; } }

.color-style5 table.table-detail th {
  color: #353535;
  background: #fcb2b2;
  border-color: #fff; }

.color-style6 table.table-list thead tr th {
  color: #fff;
  background: #a04bb2; }

@media only screen and (max-width: 768px) {
  .color-style6 table.table-list tbody tr td {
    background-color: #f7f7f7; }
    .color-style6 table.table-list tbody tr td:first-child {
      border-top-color: #802b93; }
    .color-style6 table.table-list tbody tr td::before {
      color: #802b93; } }

.color-style6 table.table-detail th {
  color: #fff;
  background: #a04bb2;
  border-color: #fff; }

.accordion {
  width: 100%;
  margin: 0 auto; }
  .accordion .accordion-header {
    font-size: 1rem;
    color: #0d5888;
    cursor: pointer;
    padding: 12px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    background-color: #eee;
    border-radius: 3px;
    transition: 0.4s; }
    .accordion .accordion-header:focus {
      color: #fff;
      background-color: #e00; }
    .accordion .accordion-header:hover, .accordion .accordion-header.active {
      background-color: #cee2ef; }
    .accordion .accordion-header.active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .accordion .accordion-header.active:focus {
        color: #fff;
        background-color: #e00; }
  .accordion .panel {
    background-color: white;
    max-height: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ababab;
    transition: max-height 0.2s ease-out; }
    .accordion .panel + .accordion-header {
      margin-top: 5px; }
    .accordion .panel .panel-content {
      padding: 12px 15px; }

/*---------------------------------------------------------- pages */
.pages {
  text-align: center;
  margin: 10px 0 7px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------------------------------------------------- 顏色設定*/ }
  .pages a {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    color: #353535;
    margin: 0 5px;
    font-size: 1rem;
    font-weight: bold; }
    .pages a:hover {
      background: #ffc992; }
    .pages a:focus {
      color: #fff !important;
      background: #e00;
      outline: none; }
    .pages a.active {
      color: #000;
      background-color: #efdbab; }
      .pages a.active:focus {
        background: #e00; }
    .pages a.prev, .pages a.first {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 13px 7.5px 0;
      border-style: solid;
      border-color: transparent #ddd transparent transparent; }
      .pages a.prev:hover, .pages a.first:hover {
        border-color: transparent #ffc992 transparent transparent; }
      .pages a.prev:focus, .pages a.first:focus {
        outline: none;
        border-color: transparent #e00 transparent transparent; }
    .pages a.prev {
      margin: 0 30px 0 10px; }
      .pages a.prev::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        right: -31px; }
    .pages a.first::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      left: -15px; }
    .pages a.first::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #ddd;
      position: absolute;
      top: -8px;
      left: -1px; }
    .pages a.first:hover::after {
      background: #ffc992; }
    .pages a.first:focus::after {
      background: #e00; }
    .pages a.next, .pages a.last {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 0 7.5px 13px;
      border-style: solid;
      border-color: transparent transparent transparent #ddd; }
      .pages a.next:hover, .pages a.last:hover {
        border-color: transparent transparent transparent #ffc992; }
      .pages a.next:focus, .pages a.last:focus {
        outline: none;
        border-color: transparent transparent transparent #e00; }
    .pages a.next {
      margin: 0 10px 0 30px; }
      .pages a.next::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        left: -31px; }
    .pages a.last::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      right: -15px; }
    .pages a.last::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #ddd;
      position: absolute;
      top: -8px;
      right: -1px; }
    .pages a.last:hover::after {
      background: #ffc992; }
    .pages a.last:focus::after {
      background: #e00; }
  .pages p {
    width: 100%;
    max-width: max-content;
    margin-top: 0;
    margin-left: 20px; }
    .pages p br {
      display: none; }
    .pages p input[type=number]::-webkit-outer-spin-button,
    .pages p input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .pages p input[type=number] {
      width: 45px;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
    .pages p input[type=button].butn {
      padding: 2px 8px;
      margin-right: 5px; }
  @media only screen and (max-width: 414px) {
    .pages {
      display: block; }
      .pages a {
        padding: 0 5px; }
        .pages a.prev, .pages a.first, .pages a.next, .pages a.last {
          position: absolute;
          top: 5px; }
        .pages a.prev {
          left: calc(50% - 120px); }
          .pages a.prev::before {
            display: none; }
        .pages a.first {
          left: calc(50% - 142px); }
        .pages a.next {
          right: calc(50% - 120px); }
          .pages a.next::before {
            display: none; }
        .pages a.last {
          right: calc(50% - 142px); }
      .pages p {
        margin-top: 60px; }
        .pages p br {
          display: block; }
        .pages p input[type=button].butn {
          margin-right: 0; }
        .pages p span {
          text-wrap: nowrap;
          display: inline-block;
          margin-top: 5px;
          margin-left: 70px; } }
  @media only screen and (max-width: 430px) {
    .pages p span {
      margin-right: 18px; } }
  @media only screen and (max-width: 414px) {
    .pages p span {
      margin-right: 70px; } }
  @media only screen and (max-width: 390px) {
    .pages p span {
      margin-left: 60px; } }
  @media only screen and (max-width: 375px) {
    .pages p span {
      margin-left: 50px; } }
  @media only screen and (max-width: 360px) {
    .pages p span {
      margin-left: 45px; } }
  @media only screen and (max-width: 344px) {
    .pages p span {
      margin-left: 38px; } }
  .template-2 .pages a {
    background-color: #066caa;
    color: #fff; }
    .template-2 .pages a:hover {
      background: #666; }
    .template-2 .pages a:focus {
      background: #e00; }
    .template-2 .pages a.active {
      background-color: #aa6500; }
      .template-2 .pages a.active:focus {
        background: #e00; }
    .template-2 .pages a.prev, .template-2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #066caa transparent transparent; }
      .template-2 .pages a.prev:hover, .template-2 .pages a.first:hover {
        background: none;
        border-color: transparent #666 transparent transparent; }
      .template-2 .pages a.prev:focus, .template-2 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-2 .pages a.first::after {
      background: #066caa; }
    .template-2 .pages a.first:hover::after {
      background: #666; }
    .template-2 .pages a.first:focus::after {
      background: #e00; }
    .template-2 .pages a.next, .template-2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #066caa; }
      .template-2 .pages a.next:hover, .template-2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #666; }
      .template-2 .pages a.next:focus, .template-2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-2 .pages a.last::after {
      background: #066caa; }
    .template-2 .pages a.last:hover::after {
      background: #666; }
    .template-2 .pages a.last:focus::after {
      background: #e00; }
  .template-3 .pages a {
    background-color: #69416a;
    color: #fff; }
    .template-3 .pages a:hover {
      background: #ff9800; }
    .template-3 .pages a:focus {
      background: #e00; }
    .template-3 .pages a.active {
      color: #000000;
      background-color: #e7b55d; }
      .template-3 .pages a.active:focus {
        background: #e00; }
    .template-3 .pages a.prev, .template-3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #69416a transparent transparent; }
      .template-3 .pages a.prev:hover, .template-3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff9800 transparent transparent; }
      .template-3 .pages a.prev:focus, .template-3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-3 .pages a.first::after {
      background: #69416a; }
    .template-3 .pages a.first:hover::after {
      background: #ff9800; }
    .template-3 .pages a.first:focus::after {
      background: #e00; }
    .template-3 .pages a.next, .template-3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #69416a; }
      .template-3 .pages a.next:hover, .template-3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff9800; }
      .template-3 .pages a.next:focus, .template-3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-3 .pages a.last::after {
      background: #69416a; }
    .template-3 .pages a.last:hover::after {
      background: #ff9800; }
    .template-3 .pages a.last:focus::after {
      background: #e00; }
  .template-4 .pages a {
    background-color: #b6e3ea;
    color: #353535; }
    .template-4 .pages a:hover {
      background: #ffe2c5; }
    .template-4 .pages a:focus {
      background: #e00; }
    .template-4 .pages a.active {
      background-color: #ffd1a3; }
      .template-4 .pages a.active:focus {
        background: #e00; }
    .template-4 .pages a.prev, .template-4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b6e3ea transparent transparent; }
      .template-4 .pages a.prev:hover, .template-4 .pages a.first:hover {
        background: none;
        border-color: transparent #ffe2c5 transparent transparent; }
      .template-4 .pages a.prev:focus, .template-4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-4 .pages a.first::after {
      background: #b6e3ea; }
    .template-4 .pages a.first:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.first:focus::after {
      background: #e00; }
    .template-4 .pages a.next, .template-4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b6e3ea; }
      .template-4 .pages a.next:hover, .template-4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffe2c5; }
      .template-4 .pages a.next:focus, .template-4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-4 .pages a.last::after {
      background: #b6e3ea; }
    .template-4 .pages a.last:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.last:focus::after {
      background: #e00; }
  .template-5 .pages a {
    background-color: #cdcb7c;
    color: #353535; }
    .template-5 .pages a:hover {
      background: #ffc992; }
    .template-5 .pages a:focus {
      background: #e00; }
    .template-5 .pages a.active {
      background-color: #ff9800; }
      .template-5 .pages a.active:focus {
        background: #e00; }
    .template-5 .pages a.prev, .template-5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #cdcb7c transparent transparent; }
      .template-5 .pages a.prev:hover, .template-5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc992 transparent transparent; }
      .template-5 .pages a.prev:focus, .template-5 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-5 .pages a.first::after {
      background: #cdcb7c; }
    .template-5 .pages a.first:hover::after {
      background: #ffc992; }
    .template-5 .pages a.first:focus::after {
      background: #e00; }
    .template-5 .pages a.next, .template-5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #cdcb7c; }
      .template-5 .pages a.next:hover, .template-5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc992; }
      .template-5 .pages a.next:focus, .template-5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-5 .pages a.last::after {
      background: #cdcb7c; }
    .template-5 .pages a.last:hover::after {
      background: #ffc992; }
    .template-5 .pages a.last:focus::after {
      background: #e00; }
  .template-6 .pages a {
    background-color: #0072bb;
    color: #fff; }
    .template-6 .pages a:hover {
      background: #0063a2; }
    .template-6 .pages a:focus {
      background: #e00; }
    .template-6 .pages a.active {
      color: #000;
      background-color: #f6bba8; }
      .template-6 .pages a.active:focus {
        background: #e00; }
    .template-6 .pages a.prev, .template-6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #0072bb transparent transparent; }
      .template-6 .pages a.prev:hover, .template-6 .pages a.first:hover {
        background: none;
        border-color: transparent #0063a2 transparent transparent; }
      .template-6 .pages a.prev:focus, .template-6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-6 .pages a.first::after {
      background: #0072bb; }
    .template-6 .pages a.first:hover::after {
      background: #0063a2; }
    .template-6 .pages a.first:focus::after {
      background: #e00; }
    .template-6 .pages a.next, .template-6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #0072bb; }
      .template-6 .pages a.next:hover, .template-6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #0063a2; }
      .template-6 .pages a.next:focus, .template-6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-6 .pages a.last::after {
      background: #0072bb; }
    .template-6 .pages a.last:hover::after {
      background: #0063a2; }
    .template-6 .pages a.last:focus::after {
      background: #e00; }
  .template-7 .pages a {
    background-color: #c8e0c8;
    color: #353535; }
    .template-7 .pages a:hover {
      background: #deecde; }
    .template-7 .pages a:focus {
      background: #e00; }
    .template-7 .pages a.active {
      background-color: #d7ada2; }
      .template-7 .pages a.active:focus {
        background: #e00; }
    .template-7 .pages a.prev, .template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #c8e0c8 transparent transparent; }
      .template-7 .pages a.prev:hover, .template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #deecde transparent transparent; }
      .template-7 .pages a.prev:focus, .template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-7 .pages a.first::after {
      background: #c8e0c8; }
    .template-7 .pages a.first:hover::after {
      background: #deecde; }
    .template-7 .pages a.first:focus::after {
      background: #e00; }
    .template-7 .pages a.next, .template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #c8e0c8; }
      .template-7 .pages a.next:hover, .template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #deecde; }
      .template-7 .pages a.next:focus, .template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-7 .pages a.last::after {
      background: #c8e0c8; }
    .template-7 .pages a.last:hover::after {
      background: #deecde; }
    .template-7 .pages a.last:focus::after {
      background: #e00; }
  .template-12 .pages a {
    background-color: #016ed4;
    color: #fff; }
    .template-12 .pages a:hover {
      background: #537382; }
    .template-12 .pages a:focus {
      background: #e00; }
    .template-12 .pages a.active {
      color: #000000;
      background-color: #f8e2e4; }
      .template-12 .pages a.active:focus {
        background: #e00; }
    .template-12 .pages a.prev, .template-12 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #016ed4 transparent transparent; }
      .template-12 .pages a.prev:hover, .template-12 .pages a.first:hover {
        background: none;
        border-color: transparent #537382 transparent transparent; }
      .template-12 .pages a.prev:focus, .template-12 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-12 .pages a.first::after {
      background: #016ed4; }
    .template-12 .pages a.first:hover::after {
      background: #537382; }
    .template-12 .pages a.first:focus::after {
      background: #e00; }
    .template-12 .pages a.next, .template-12 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #016ed4; }
      .template-12 .pages a.next:hover, .template-12 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #537382; }
      .template-12 .pages a.next:focus, .template-12 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-12 .pages a.last::after {
      background: #016ed4; }
    .template-12 .pages a.last:hover::after {
      background: #537382; }
    .template-12 .pages a.last:focus::after {
      background: #e00; }
  .template-21 .pages a {
    background-color: #e9e9e9;
    color: #000; }
    .template-21 .pages a:hover {
      background: #ffe2c5; }
    .template-21 .pages a:focus {
      background: #e00; }
    .template-21 .pages a.active {
      background-color: #008489;
      color: #fff; }
      .template-21 .pages a.active:focus {
        background: #e00; }
    .template-21 .pages a.prev, .template-21 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #006482 transparent transparent; }
      .template-21 .pages a.prev:hover, .template-21 .pages a.first:hover {
        background: none;
        border-color: transparent #ffe2c5 transparent transparent; }
      .template-21 .pages a.prev:focus, .template-21 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-21 .pages a.first::after {
      background: #006482; }
    .template-21 .pages a.first:hover::after {
      background: #ffe2c5; }
    .template-21 .pages a.first:focus::after {
      background: #e00; }
    .template-21 .pages a.next, .template-21 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #006482; }
      .template-21 .pages a.next:hover, .template-21 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffe2c5; }
      .template-21 .pages a.next:focus, .template-21 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-21 .pages a.last::after {
      background: #006482; }
    .template-21 .pages a.last:hover::after {
      background: #ffe2c5; }
    .template-21 .pages a.last:focus::after {
      background: #e00; }
  .color-style1 .pages a {
    background-color: #4079b9;
    color: #fff; }
    .color-style1 .pages a:hover {
      background: #ffb141; }
    .color-style1 .pages a:focus {
      background: #e00; }
    .color-style1 .pages a.active {
      background-color: #0a3f7b; }
      .color-style1 .pages a.active:focus {
        background: #e00; }
    .color-style1 .pages a.prev, .color-style1 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #4079b9 transparent transparent; }
      .color-style1 .pages a.prev:hover, .color-style1 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style1 .pages a.prev:focus, .color-style1 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style1 .pages a.first::after {
      background: #4079b9; }
    .color-style1 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.first:focus::after {
      background: #e00; }
    .color-style1 .pages a.next, .color-style1 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #4079b9; }
      .color-style1 .pages a.next:hover, .color-style1 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style1 .pages a.next:focus, .color-style1 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style1 .pages a.last::after {
      background: #4079b9; }
    .color-style1 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.last:focus::after {
      background: #e00; }
  .color-style2 .pages a {
    background-color: #ea8686;
    color: #fff; }
    .color-style2 .pages a:hover {
      background: #bc8686; }
    .color-style2 .pages a:focus {
      background: #4079b9; }
    .color-style2 .pages a.active {
      background-color: #9a4343; }
      .color-style2 .pages a.active:focus {
        background: #4079b9; }
    .color-style2 .pages a.prev, .color-style2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ea8686 transparent transparent; }
      .color-style2 .pages a.prev:hover, .color-style2 .pages a.first:hover {
        background: none;
        border-color: transparent #bc8686 transparent transparent; }
      .color-style2 .pages a.prev:focus, .color-style2 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2 .pages a.first::after {
      background: #ea8686; }
    .color-style2 .pages a.first:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2 .pages a.next, .color-style2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ea8686; }
      .color-style2 .pages a.next:hover, .color-style2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #bc8686; }
      .color-style2 .pages a.next:focus, .color-style2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2 .pages a.last::after {
      background: #ea8686; }
    .color-style2 .pages a.last:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style2.template-7 .pages a {
    background-color: #655c5d;
    color: #fff; }
    .color-style2.template-7 .pages a:hover {
      background: #463637; }
    .color-style2.template-7 .pages a:focus {
      background: #4079b9; }
    .color-style2.template-7 .pages a.active {
      background-color: #C25100; }
      .color-style2.template-7 .pages a.active:focus {
        background: #4079b9; }
    .color-style2.template-7 .pages a.prev, .color-style2.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #655c5d transparent transparent; }
      .color-style2.template-7 .pages a.prev:hover, .color-style2.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #463637 transparent transparent; }
      .color-style2.template-7 .pages a.prev:focus, .color-style2.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2.template-7 .pages a.first::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.first:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2.template-7 .pages a.next, .color-style2.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #655c5d; }
      .color-style2.template-7 .pages a.next:hover, .color-style2.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #463637; }
      .color-style2.template-7 .pages a.next:focus, .color-style2.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2.template-7 .pages a.last::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.last:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style3 .pages a {
    background-color: #ffd394;
    color: #000000; }
    .color-style3 .pages a:hover {
      background: #ff7272;
      color: #000000; }
    .color-style3 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3 .pages a.active {
      background-color: #ff9803;
      color: #000000; }
      .color-style3 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3 .pages a.prev, .color-style3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffd394 transparent transparent; }
      .color-style3 .pages a.prev:hover, .color-style3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff7272 transparent transparent; }
      .color-style3 .pages a.prev:focus, .color-style3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3 .pages a.first::after {
      background: #ffd394; }
    .color-style3 .pages a.first:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.first:focus::after {
      background: #e00; }
    .color-style3 .pages a.next, .color-style3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffd394; }
      .color-style3 .pages a.next:hover, .color-style3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff7272; }
      .color-style3 .pages a.next:focus, .color-style3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3 .pages a.last::after {
      background: #ffd394; }
    .color-style3 .pages a.last:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.last:focus::after {
      background: #e00; }
  .color-style3.template-7 .pages a {
    background-color: #A26401;
    color: #fff; }
    .color-style3.template-7 .pages a:hover {
      background: #ffc36d;
      color: #000; }
    .color-style3.template-7 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3.template-7 .pages a.active {
      background-color: #ff9803;
      color: #000; }
      .color-style3.template-7 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3.template-7 .pages a.prev, .color-style3.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #A26401 transparent transparent; }
      .color-style3.template-7 .pages a.prev:hover, .color-style3.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc36d transparent transparent; }
      .color-style3.template-7 .pages a.prev:focus, .color-style3.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3.template-7 .pages a.first::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.first:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.first:focus::after {
      background: #e00; }
    .color-style3.template-7 .pages a.next, .color-style3.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #A26401; }
      .color-style3.template-7 .pages a.next:hover, .color-style3.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc36d; }
      .color-style3.template-7 .pages a.next:focus, .color-style3.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3.template-7 .pages a.last::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.last:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.last:focus::after {
      background: #e00; }
  .color-style4 .pages a {
    background-color: #b9eed0;
    color: #575757; }
    .color-style4 .pages a:hover {
      background: #39ad6a;
      color: #ffffff; }
    .color-style4 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style4 .pages a.active {
      background-color: #ddd;
      color: #ffffff; }
      .color-style4 .pages a.active:focus {
        background: #e00; }
    .color-style4 .pages a.prev, .color-style4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b9eed0 transparent transparent; }
      .color-style4 .pages a.prev:hover, .color-style4 .pages a.first:hover {
        background: none;
        border-color: transparent #39ad6a transparent transparent; }
      .color-style4 .pages a.prev:focus, .color-style4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style4 .pages a.first::after {
      background: #b9eed0; }
    .color-style4 .pages a.first:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.first:focus::after {
      background: #e00; }
    .color-style4 .pages a.next, .color-style4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b9eed0; }
      .color-style4 .pages a.next:hover, .color-style4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #39ad6a; }
      .color-style4 .pages a.next:focus, .color-style4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style4 .pages a.last::after {
      background: #b9eed0; }
    .color-style4 .pages a.last:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.last:focus::after {
      background: #e00; }
  .color-style5 .pages a {
    background-color: #ffc7c7;
    color: #353535; }
    .color-style5 .pages a:hover {
      background: #ffa9a9;
      color: #353535; }
    .color-style5 .pages a:focus {
      background: #4079b9; }
    .color-style5 .pages a.active {
      background-color: #dc7878;
      color: #000; }
      .color-style5 .pages a.active:focus {
        background: #4079b9; }
    .color-style5 .pages a.prev, .color-style5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffc7c7 transparent transparent; }
      .color-style5 .pages a.prev:hover, .color-style5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffa9a9 transparent transparent; }
      .color-style5 .pages a.prev:focus, .color-style5 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style5 .pages a.first::after {
      background: #ffc7c7; }
    .color-style5 .pages a.first:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style5 .pages a.next, .color-style5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffc7c7; }
      .color-style5 .pages a.next:hover, .color-style5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffa9a9; }
      .color-style5 .pages a.next:focus, .color-style5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style5 .pages a.last::after {
      background: #ffc7c7; }
    .color-style5 .pages a.last:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style6 .pages a {
    background-color: #e9c6f2;
    color: #802b93; }
    .color-style6 .pages a:hover {
      background: #ffb141;
      color: #ffffff; }
    .color-style6 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style6 .pages a.active {
      background-color: #802b93;
      color: #ffffff; }
      .color-style6 .pages a.active:focus {
        background: #e00; }
    .color-style6 .pages a.prev, .color-style6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #e9c6f2 transparent transparent; }
      .color-style6 .pages a.prev:hover, .color-style6 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style6 .pages a.prev:focus, .color-style6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style6 .pages a.first::after {
      background: #e9c6f2; }
    .color-style6 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.first:focus::after {
      background: #e00; }
    .color-style6 .pages a.next, .color-style6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #e9c6f2; }
      .color-style6 .pages a.next:hover, .color-style6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style6 .pages a.next:focus, .color-style6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style6 .pages a.last::after {
      background: #e9c6f2; }
    .color-style6 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.last:focus::after {
      background: #e00; }

/*---------------------------------------------------------- pages */
.pages {
  text-align: center;
  margin: 10px 0 7px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  /*-------------------------------------------------------------- 版型原本色系*/
  /*-------------------------------------------------------------- 顏色設定*/ }
  .pages a {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
    color: #353535;
    margin: 0 5px;
    font-size: 1rem;
    font-weight: bold; }
    .pages a:hover {
      background: #ffc992; }
    .pages a:focus {
      color: #fff !important;
      background: #e00;
      outline: none; }
    .pages a.active {
      color: #000;
      background-color: #efdbab; }
      .pages a.active:focus {
        background: #e00; }
    .pages a.prev, .pages a.first {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 13px 7.5px 0;
      border-style: solid;
      border-color: transparent #ddd transparent transparent; }
      .pages a.prev:hover, .pages a.first:hover {
        border-color: transparent #ffc992 transparent transparent; }
      .pages a.prev:focus, .pages a.first:focus {
        outline: none;
        border-color: transparent #e00 transparent transparent; }
    .pages a.prev {
      margin: 0 30px 0 10px; }
      .pages a.prev::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        right: -31px; }
    .pages a.first::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      left: -15px; }
    .pages a.first::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #ddd;
      position: absolute;
      top: -8px;
      left: -1px; }
    .pages a.first:hover::after {
      background: #ffc992; }
    .pages a.first:focus::after {
      background: #e00; }
    .pages a.next, .pages a.last {
      width: 0;
      min-width: auto;
      height: 0;
      padding: 0;
      background: none;
      border-radius: 0;
      position: relative;
      text-indent: -9999px;
      /* 右側三角形 */
      border-width: 7.5px 0 7.5px 13px;
      border-style: solid;
      border-color: transparent transparent transparent #ddd; }
      .pages a.next:hover, .pages a.last:hover {
        border-color: transparent transparent transparent #ffc992; }
      .pages a.next:focus, .pages a.last:focus {
        outline: none;
        border-color: transparent transparent transparent #e00; }
    .pages a.next {
      margin: 0 10px 0 30px; }
      .pages a.next::before {
        content: '';
        width: 0;
        height: 25px;
        border-left: 1px solid #bbbbbb;
        position: absolute;
        top: -13px;
        left: -31px; }
    .pages a.last::before {
      content: '';
      width: 0;
      height: 25px;
      border-left: 1px solid #bbbbbb;
      position: absolute;
      top: -13px;
      right: -15px; }
    .pages a.last::after {
      content: '';
      width: 2px;
      height: 15px;
      background: #ddd;
      position: absolute;
      top: -8px;
      right: -1px; }
    .pages a.last:hover::after {
      background: #ffc992; }
    .pages a.last:focus::after {
      background: #e00; }
  .pages p {
    width: 100%;
    max-width: max-content;
    margin-top: 0;
    margin-left: 20px; }
    .pages p br {
      display: none; }
    .pages p input[type=number]::-webkit-outer-spin-button,
    .pages p input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .pages p input[type=number] {
      width: 45px;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
    .pages p input[type=button].butn {
      padding: 2px 8px;
      margin-right: 5px; }
  @media only screen and (max-width: 414px) {
    .pages {
      display: block; }
      .pages a {
        padding: 0 5px; }
        .pages a.prev, .pages a.first, .pages a.next, .pages a.last {
          position: absolute;
          top: 5px; }
        .pages a.prev {
          left: calc(50% - 120px); }
          .pages a.prev::before {
            display: none; }
        .pages a.first {
          left: calc(50% - 142px); }
        .pages a.next {
          right: calc(50% - 120px); }
          .pages a.next::before {
            display: none; }
        .pages a.last {
          right: calc(50% - 142px); }
      .pages p {
        margin-top: 60px; }
        .pages p br {
          display: block; }
        .pages p input[type=button].butn {
          margin-right: 0; }
        .pages p span {
          text-wrap: nowrap;
          display: inline-block;
          margin-top: 5px;
          margin-left: 70px; } }
  @media only screen and (max-width: 430px) {
    .pages p span {
      margin-right: 18px; } }
  @media only screen and (max-width: 414px) {
    .pages p span {
      margin-right: 70px; } }
  @media only screen and (max-width: 390px) {
    .pages p span {
      margin-left: 60px; } }
  @media only screen and (max-width: 375px) {
    .pages p span {
      margin-left: 50px; } }
  @media only screen and (max-width: 360px) {
    .pages p span {
      margin-left: 45px; } }
  @media only screen and (max-width: 344px) {
    .pages p span {
      margin-left: 38px; } }
  .template-2 .pages a {
    background-color: #066caa;
    color: #fff; }
    .template-2 .pages a:hover {
      background: #666; }
    .template-2 .pages a:focus {
      background: #e00; }
    .template-2 .pages a.active {
      background-color: #aa6500; }
      .template-2 .pages a.active:focus {
        background: #e00; }
    .template-2 .pages a.prev, .template-2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #066caa transparent transparent; }
      .template-2 .pages a.prev:hover, .template-2 .pages a.first:hover {
        background: none;
        border-color: transparent #666 transparent transparent; }
      .template-2 .pages a.prev:focus, .template-2 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-2 .pages a.first::after {
      background: #066caa; }
    .template-2 .pages a.first:hover::after {
      background: #666; }
    .template-2 .pages a.first:focus::after {
      background: #e00; }
    .template-2 .pages a.next, .template-2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #066caa; }
      .template-2 .pages a.next:hover, .template-2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #666; }
      .template-2 .pages a.next:focus, .template-2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-2 .pages a.last::after {
      background: #066caa; }
    .template-2 .pages a.last:hover::after {
      background: #666; }
    .template-2 .pages a.last:focus::after {
      background: #e00; }
  .template-3 .pages a {
    background-color: #69416a;
    color: #fff; }
    .template-3 .pages a:hover {
      background: #ff9800; }
    .template-3 .pages a:focus {
      background: #e00; }
    .template-3 .pages a.active {
      color: #000000;
      background-color: #e7b55d; }
      .template-3 .pages a.active:focus {
        background: #e00; }
    .template-3 .pages a.prev, .template-3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #69416a transparent transparent; }
      .template-3 .pages a.prev:hover, .template-3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff9800 transparent transparent; }
      .template-3 .pages a.prev:focus, .template-3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-3 .pages a.first::after {
      background: #69416a; }
    .template-3 .pages a.first:hover::after {
      background: #ff9800; }
    .template-3 .pages a.first:focus::after {
      background: #e00; }
    .template-3 .pages a.next, .template-3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #69416a; }
      .template-3 .pages a.next:hover, .template-3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff9800; }
      .template-3 .pages a.next:focus, .template-3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-3 .pages a.last::after {
      background: #69416a; }
    .template-3 .pages a.last:hover::after {
      background: #ff9800; }
    .template-3 .pages a.last:focus::after {
      background: #e00; }
  .template-4 .pages a {
    background-color: #b6e3ea;
    color: #353535; }
    .template-4 .pages a:hover {
      background: #ffe2c5; }
    .template-4 .pages a:focus {
      background: #e00; }
    .template-4 .pages a.active {
      background-color: #ffd1a3; }
      .template-4 .pages a.active:focus {
        background: #e00; }
    .template-4 .pages a.prev, .template-4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b6e3ea transparent transparent; }
      .template-4 .pages a.prev:hover, .template-4 .pages a.first:hover {
        background: none;
        border-color: transparent #ffe2c5 transparent transparent; }
      .template-4 .pages a.prev:focus, .template-4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-4 .pages a.first::after {
      background: #b6e3ea; }
    .template-4 .pages a.first:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.first:focus::after {
      background: #e00; }
    .template-4 .pages a.next, .template-4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b6e3ea; }
      .template-4 .pages a.next:hover, .template-4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffe2c5; }
      .template-4 .pages a.next:focus, .template-4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-4 .pages a.last::after {
      background: #b6e3ea; }
    .template-4 .pages a.last:hover::after {
      background: #ffe2c5; }
    .template-4 .pages a.last:focus::after {
      background: #e00; }
  .template-5 .pages a {
    background-color: #cdcb7c;
    color: #353535; }
    .template-5 .pages a:hover {
      background: #ffc992; }
    .template-5 .pages a:focus {
      background: #e00; }
    .template-5 .pages a.active {
      background-color: #ff9800; }
      .template-5 .pages a.active:focus {
        background: #e00; }
    .template-5 .pages a.prev, .template-5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #cdcb7c transparent transparent; }
      .template-5 .pages a.prev:hover, .template-5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc992 transparent transparent; }
      .template-5 .pages a.prev:focus, .template-5 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-5 .pages a.first::after {
      background: #cdcb7c; }
    .template-5 .pages a.first:hover::after {
      background: #ffc992; }
    .template-5 .pages a.first:focus::after {
      background: #e00; }
    .template-5 .pages a.next, .template-5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #cdcb7c; }
      .template-5 .pages a.next:hover, .template-5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc992; }
      .template-5 .pages a.next:focus, .template-5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-5 .pages a.last::after {
      background: #cdcb7c; }
    .template-5 .pages a.last:hover::after {
      background: #ffc992; }
    .template-5 .pages a.last:focus::after {
      background: #e00; }
  .template-6 .pages a {
    background-color: #0072bb;
    color: #fff; }
    .template-6 .pages a:hover {
      background: #0063a2; }
    .template-6 .pages a:focus {
      background: #e00; }
    .template-6 .pages a.active {
      color: #000;
      background-color: #f6bba8; }
      .template-6 .pages a.active:focus {
        background: #e00; }
    .template-6 .pages a.prev, .template-6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #0072bb transparent transparent; }
      .template-6 .pages a.prev:hover, .template-6 .pages a.first:hover {
        background: none;
        border-color: transparent #0063a2 transparent transparent; }
      .template-6 .pages a.prev:focus, .template-6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-6 .pages a.first::after {
      background: #0072bb; }
    .template-6 .pages a.first:hover::after {
      background: #0063a2; }
    .template-6 .pages a.first:focus::after {
      background: #e00; }
    .template-6 .pages a.next, .template-6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #0072bb; }
      .template-6 .pages a.next:hover, .template-6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #0063a2; }
      .template-6 .pages a.next:focus, .template-6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-6 .pages a.last::after {
      background: #0072bb; }
    .template-6 .pages a.last:hover::after {
      background: #0063a2; }
    .template-6 .pages a.last:focus::after {
      background: #e00; }
  .template-7 .pages a {
    background-color: #c8e0c8;
    color: #353535; }
    .template-7 .pages a:hover {
      background: #deecde; }
    .template-7 .pages a:focus {
      background: #e00; }
    .template-7 .pages a.active {
      background-color: #d7ada2; }
      .template-7 .pages a.active:focus {
        background: #e00; }
    .template-7 .pages a.prev, .template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #c8e0c8 transparent transparent; }
      .template-7 .pages a.prev:hover, .template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #deecde transparent transparent; }
      .template-7 .pages a.prev:focus, .template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-7 .pages a.first::after {
      background: #c8e0c8; }
    .template-7 .pages a.first:hover::after {
      background: #deecde; }
    .template-7 .pages a.first:focus::after {
      background: #e00; }
    .template-7 .pages a.next, .template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #c8e0c8; }
      .template-7 .pages a.next:hover, .template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #deecde; }
      .template-7 .pages a.next:focus, .template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-7 .pages a.last::after {
      background: #c8e0c8; }
    .template-7 .pages a.last:hover::after {
      background: #deecde; }
    .template-7 .pages a.last:focus::after {
      background: #e00; }
  .template-12 .pages a {
    background-color: #016ed4;
    color: #fff; }
    .template-12 .pages a:hover {
      background: #537382; }
    .template-12 .pages a:focus {
      background: #e00; }
    .template-12 .pages a.active {
      color: #000000;
      background-color: #f8e2e4; }
      .template-12 .pages a.active:focus {
        background: #e00; }
    .template-12 .pages a.prev, .template-12 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #016ed4 transparent transparent; }
      .template-12 .pages a.prev:hover, .template-12 .pages a.first:hover {
        background: none;
        border-color: transparent #537382 transparent transparent; }
      .template-12 .pages a.prev:focus, .template-12 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-12 .pages a.first::after {
      background: #016ed4; }
    .template-12 .pages a.first:hover::after {
      background: #537382; }
    .template-12 .pages a.first:focus::after {
      background: #e00; }
    .template-12 .pages a.next, .template-12 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #016ed4; }
      .template-12 .pages a.next:hover, .template-12 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #537382; }
      .template-12 .pages a.next:focus, .template-12 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-12 .pages a.last::after {
      background: #016ed4; }
    .template-12 .pages a.last:hover::after {
      background: #537382; }
    .template-12 .pages a.last:focus::after {
      background: #e00; }
  .template-21 .pages a {
    background-color: #e9e9e9;
    color: #000; }
    .template-21 .pages a:hover {
      background: #ffe2c5; }
    .template-21 .pages a:focus {
      background: #e00; }
    .template-21 .pages a.active {
      background-color: #008489;
      color: #fff; }
      .template-21 .pages a.active:focus {
        background: #e00; }
    .template-21 .pages a.prev, .template-21 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #006482 transparent transparent; }
      .template-21 .pages a.prev:hover, .template-21 .pages a.first:hover {
        background: none;
        border-color: transparent #ffe2c5 transparent transparent; }
      .template-21 .pages a.prev:focus, .template-21 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .template-21 .pages a.first::after {
      background: #006482; }
    .template-21 .pages a.first:hover::after {
      background: #ffe2c5; }
    .template-21 .pages a.first:focus::after {
      background: #e00; }
    .template-21 .pages a.next, .template-21 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #006482; }
      .template-21 .pages a.next:hover, .template-21 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffe2c5; }
      .template-21 .pages a.next:focus, .template-21 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .template-21 .pages a.last::after {
      background: #006482; }
    .template-21 .pages a.last:hover::after {
      background: #ffe2c5; }
    .template-21 .pages a.last:focus::after {
      background: #e00; }
  .color-style1 .pages a {
    background-color: #4079b9;
    color: #fff; }
    .color-style1 .pages a:hover {
      background: #ffb141; }
    .color-style1 .pages a:focus {
      background: #e00; }
    .color-style1 .pages a.active {
      background-color: #0a3f7b; }
      .color-style1 .pages a.active:focus {
        background: #e00; }
    .color-style1 .pages a.prev, .color-style1 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #4079b9 transparent transparent; }
      .color-style1 .pages a.prev:hover, .color-style1 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style1 .pages a.prev:focus, .color-style1 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style1 .pages a.first::after {
      background: #4079b9; }
    .color-style1 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.first:focus::after {
      background: #e00; }
    .color-style1 .pages a.next, .color-style1 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #4079b9; }
      .color-style1 .pages a.next:hover, .color-style1 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style1 .pages a.next:focus, .color-style1 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style1 .pages a.last::after {
      background: #4079b9; }
    .color-style1 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style1 .pages a.last:focus::after {
      background: #e00; }
  .color-style2 .pages a {
    background-color: #ea8686;
    color: #fff; }
    .color-style2 .pages a:hover {
      background: #bc8686; }
    .color-style2 .pages a:focus {
      background: #4079b9; }
    .color-style2 .pages a.active {
      background-color: #9a4343; }
      .color-style2 .pages a.active:focus {
        background: #4079b9; }
    .color-style2 .pages a.prev, .color-style2 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ea8686 transparent transparent; }
      .color-style2 .pages a.prev:hover, .color-style2 .pages a.first:hover {
        background: none;
        border-color: transparent #bc8686 transparent transparent; }
      .color-style2 .pages a.prev:focus, .color-style2 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2 .pages a.first::after {
      background: #ea8686; }
    .color-style2 .pages a.first:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2 .pages a.next, .color-style2 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ea8686; }
      .color-style2 .pages a.next:hover, .color-style2 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #bc8686; }
      .color-style2 .pages a.next:focus, .color-style2 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2 .pages a.last::after {
      background: #ea8686; }
    .color-style2 .pages a.last:hover::after {
      background: #bc8686; }
    .color-style2 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style2.template-7 .pages a {
    background-color: #655c5d;
    color: #fff; }
    .color-style2.template-7 .pages a:hover {
      background: #463637; }
    .color-style2.template-7 .pages a:focus {
      background: #4079b9; }
    .color-style2.template-7 .pages a.active {
      background-color: #C25100; }
      .color-style2.template-7 .pages a.active:focus {
        background: #4079b9; }
    .color-style2.template-7 .pages a.prev, .color-style2.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #655c5d transparent transparent; }
      .color-style2.template-7 .pages a.prev:hover, .color-style2.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #463637 transparent transparent; }
      .color-style2.template-7 .pages a.prev:focus, .color-style2.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style2.template-7 .pages a.first::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.first:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style2.template-7 .pages a.next, .color-style2.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #655c5d; }
      .color-style2.template-7 .pages a.next:hover, .color-style2.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #463637; }
      .color-style2.template-7 .pages a.next:focus, .color-style2.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style2.template-7 .pages a.last::after {
      background: #655c5d; }
    .color-style2.template-7 .pages a.last:hover::after {
      background: #463637; }
    .color-style2.template-7 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style3 .pages a {
    background-color: #ffd394;
    color: #000000; }
    .color-style3 .pages a:hover {
      background: #ff7272;
      color: #000000; }
    .color-style3 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3 .pages a.active {
      background-color: #ff9803;
      color: #000000; }
      .color-style3 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3 .pages a.prev, .color-style3 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffd394 transparent transparent; }
      .color-style3 .pages a.prev:hover, .color-style3 .pages a.first:hover {
        background: none;
        border-color: transparent #ff7272 transparent transparent; }
      .color-style3 .pages a.prev:focus, .color-style3 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3 .pages a.first::after {
      background: #ffd394; }
    .color-style3 .pages a.first:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.first:focus::after {
      background: #e00; }
    .color-style3 .pages a.next, .color-style3 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffd394; }
      .color-style3 .pages a.next:hover, .color-style3 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ff7272; }
      .color-style3 .pages a.next:focus, .color-style3 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3 .pages a.last::after {
      background: #ffd394; }
    .color-style3 .pages a.last:hover::after {
      background: #ff7272; }
    .color-style3 .pages a.last:focus::after {
      background: #e00; }
  .color-style3.template-7 .pages a {
    background-color: #A26401;
    color: #fff; }
    .color-style3.template-7 .pages a:hover {
      background: #ffc36d;
      color: #000; }
    .color-style3.template-7 .pages a:focus {
      background: #e00;
      color: #fff; }
    .color-style3.template-7 .pages a.active {
      background-color: #ff9803;
      color: #000; }
      .color-style3.template-7 .pages a.active:focus {
        background: #e00;
        color: #fff; }
    .color-style3.template-7 .pages a.prev, .color-style3.template-7 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #A26401 transparent transparent; }
      .color-style3.template-7 .pages a.prev:hover, .color-style3.template-7 .pages a.first:hover {
        background: none;
        border-color: transparent #ffc36d transparent transparent; }
      .color-style3.template-7 .pages a.prev:focus, .color-style3.template-7 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style3.template-7 .pages a.first::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.first:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.first:focus::after {
      background: #e00; }
    .color-style3.template-7 .pages a.next, .color-style3.template-7 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #A26401; }
      .color-style3.template-7 .pages a.next:hover, .color-style3.template-7 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffc36d; }
      .color-style3.template-7 .pages a.next:focus, .color-style3.template-7 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style3.template-7 .pages a.last::after {
      background: #A26401; }
    .color-style3.template-7 .pages a.last:hover::after {
      background: #ffc36d; }
    .color-style3.template-7 .pages a.last:focus::after {
      background: #e00; }
  .color-style4 .pages a {
    background-color: #b9eed0;
    color: #575757; }
    .color-style4 .pages a:hover {
      background: #39ad6a;
      color: #ffffff; }
    .color-style4 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style4 .pages a.active {
      background-color: #ddd;
      color: #ffffff; }
      .color-style4 .pages a.active:focus {
        background: #e00; }
    .color-style4 .pages a.prev, .color-style4 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #b9eed0 transparent transparent; }
      .color-style4 .pages a.prev:hover, .color-style4 .pages a.first:hover {
        background: none;
        border-color: transparent #39ad6a transparent transparent; }
      .color-style4 .pages a.prev:focus, .color-style4 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style4 .pages a.first::after {
      background: #b9eed0; }
    .color-style4 .pages a.first:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.first:focus::after {
      background: #e00; }
    .color-style4 .pages a.next, .color-style4 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #b9eed0; }
      .color-style4 .pages a.next:hover, .color-style4 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #39ad6a; }
      .color-style4 .pages a.next:focus, .color-style4 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style4 .pages a.last::after {
      background: #b9eed0; }
    .color-style4 .pages a.last:hover::after {
      background: #39ad6a; }
    .color-style4 .pages a.last:focus::after {
      background: #e00; }
  .color-style5 .pages a {
    background-color: #ffc7c7;
    color: #353535; }
    .color-style5 .pages a:hover {
      background: #ffa9a9;
      color: #353535; }
    .color-style5 .pages a:focus {
      background: #4079b9; }
    .color-style5 .pages a.active {
      background-color: #dc7878;
      color: #000; }
      .color-style5 .pages a.active:focus {
        background: #4079b9; }
    .color-style5 .pages a.prev, .color-style5 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #ffc7c7 transparent transparent; }
      .color-style5 .pages a.prev:hover, .color-style5 .pages a.first:hover {
        background: none;
        border-color: transparent #ffa9a9 transparent transparent; }
      .color-style5 .pages a.prev:focus, .color-style5 .pages a.first:focus {
        background: none;
        border-color: transparent #4079b9 transparent transparent; }
    .color-style5 .pages a.first::after {
      background: #ffc7c7; }
    .color-style5 .pages a.first:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.first:focus::after {
      background: #4079b9; }
    .color-style5 .pages a.next, .color-style5 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #ffc7c7; }
      .color-style5 .pages a.next:hover, .color-style5 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffa9a9; }
      .color-style5 .pages a.next:focus, .color-style5 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #4079b9; }
    .color-style5 .pages a.last::after {
      background: #ffc7c7; }
    .color-style5 .pages a.last:hover::after {
      background: #ffa9a9; }
    .color-style5 .pages a.last:focus::after {
      background: #4079b9; }
  .color-style6 .pages a {
    background-color: #e9c6f2;
    color: #802b93; }
    .color-style6 .pages a:hover {
      background: #ffb141;
      color: #ffffff; }
    .color-style6 .pages a:focus {
      background: #e00;
      color: #ffffff; }
    .color-style6 .pages a.active {
      background-color: #802b93;
      color: #ffffff; }
      .color-style6 .pages a.active:focus {
        background: #e00; }
    .color-style6 .pages a.prev, .color-style6 .pages a.first {
      /* 右側三角形 */
      background: none;
      border-color: transparent #e9c6f2 transparent transparent; }
      .color-style6 .pages a.prev:hover, .color-style6 .pages a.first:hover {
        background: none;
        border-color: transparent #ffb141 transparent transparent; }
      .color-style6 .pages a.prev:focus, .color-style6 .pages a.first:focus {
        background: none;
        border-color: transparent #e00 transparent transparent; }
    .color-style6 .pages a.first::after {
      background: #e9c6f2; }
    .color-style6 .pages a.first:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.first:focus::after {
      background: #e00; }
    .color-style6 .pages a.next, .color-style6 .pages a.last {
      /* 右側三角形 */
      background: none;
      border-color: transparent transparent transparent #e9c6f2; }
      .color-style6 .pages a.next:hover, .color-style6 .pages a.last:hover {
        background: none;
        border-color: transparent transparent transparent #ffb141; }
      .color-style6 .pages a.next:focus, .color-style6 .pages a.last:focus {
        background: none;
        border-color: transparent transparent transparent #e00; }
    .color-style6 .pages a.last::after {
      background: #e9c6f2; }
    .color-style6 .pages a.last:hover::after {
      background: #ffb141; }
    .color-style6 .pages a.last:focus::after {
      background: #e00; }

/*-------------------------------------------------------------- template*/
.template-2 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-2 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #03456e;
      border-color: #066caa; }
    .template-2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #ff5f53;
      border-color: #ec5044; }

.template-2 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-2 .text-zebra .zebra-box .zebra-title {
    background-color: #066caa;
    color: #fff; }

.template-2 .straight-memu {
  border-left-color: #03456e; }
  .template-2 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-2 .straight-memu li a {
    color: #31708f;
    background-color: #f5f5f5; }
    .template-2 .straight-memu li a:hover {
      color: #ffffff;
      background-color: #066caa; }
  .template-2 .straight-memu li .focus-button {
    color: #fffdee;
    background-color: #03456e; }
    .template-2 .straight-memu li .focus-button:hover {
      color: #fffdee;
      background-color: #013a5d; }

.template-2 .registration-box .focus-red {
  color: #d00; }

.template-2 .registration-box .annotation {
  color: #03456e; }

.template-2 .registration-box .note {
  color: #d00; }

.template-2 .registration-box .unit-name {
  color: #1e76be; }

.template-2 .registration-box .user-name {
  color: #1e76be; }

.template-2 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-2 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-2 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-2 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-2 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-2 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-2 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-2 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-2 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-2 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-2 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-2 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-2 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-2 .video-search ul li a {
  background-color: #03456e;
  color: #fff; }

.template-2 .video-search .video-object div a span {
  color: #03456e; }

.template-2 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-2 .video-button a {
  background-color: #066caa;
  color: #fff; }

.template-2 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }

.template-2 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-2 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-2 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa;
      top: 18px;
      right: 20px; }
    .template-2 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-2 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-2 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-2 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-2 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .template-2 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-2 .tab-title {
  background-color: #efefef; }
  .template-2 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-2 .tab-title li .tab-select {
    background-color: #066caa;
    color: #fff; }

.template-2 .breadcrumb {
  margin-bottom: 58px !important; }

@media screen and (max-width: 990px) {
  .template-2 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-2 .right-content .right-content-menu .title-paging,
  .template-2 .right-content .left-content-menu .title-paging, .template-2 .left-content .right-content-menu .title-paging,
  .template-2 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-2 .right-content .right-content-menu .title-paging::after,
    .template-2 .right-content .left-content-menu .title-paging::after, .template-2 .left-content .right-content-menu .title-paging::after,
    .template-2 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-2 .right-content .right-content-menu .span-page-title,
  .template-2 .right-content .left-content-menu .span-page-title, .template-2 .left-content .right-content-menu .span-page-title,
  .template-2 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-2 .right-content .right-content-menu .span-page-title::after,
    .template-2 .right-content .left-content-menu .span-page-title::after, .template-2 .left-content .right-content-menu .span-page-title::after,
    .template-2 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; } }

@media screen and (max-width: 769px) {
  .template-2 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-2 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-2 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-2 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-3 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-3 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #eec989;
      border-color: #d29e41; }
      .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #f6e4c5;
        border-color: #e7b55d; }
    .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #b18fb2;
      border-color: #7c4e7d; }
      .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #bfa3c0;
        border-color: #9b629c; }

.template-3 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-3 .text-zebra .zebra-box .zebra-title {
    background-color: #63474a;
    color: #fff; }

.template-3 .straight-memu {
  border-left-color: #49304a; }
  .template-3 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-3 .straight-memu li a {
    color: #40274a;
    background-color: #f5f5f5; }
    .template-3 .straight-memu li a:hover {
      color: #ffffff;
      background-color: #7e6049; }
  .template-3 .straight-memu li .focus-button {
    color: #fffdee;
    background-color: #583d4b; }
    .template-3 .straight-memu li .focus-button:hover {
      color: #fffdee;
      background-color: #583d4b; }

.template-3 .registration-box .focus-red {
  color: #d00; }

.template-3 .registration-box .annotation {
  color: #03456e; }

.template-3 .registration-box .note {
  color: #d00; }

.template-3 .registration-box .unit-name {
  color: #1e76be; }

.template-3 .registration-box .user-name {
  color: #1e76be; }

.template-3 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-3 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-3 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-3 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-3 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-3 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-3 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-3 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-3 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-3 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-3 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-3 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-3 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-3 .video-search ul li a {
  background-color: #dcaa53;
  color: #000000; }
  .template-3 .video-search ul li a:hover, .template-3 .video-search ul li a:focus {
    color: #fff;
    background-color: #563c4a;
    outline: none; }

.template-3 .video-search .video-object div a span {
  color: #583d4b; }

.template-3 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-3 .video-button a {
  background-color: #dcaa53;
  color: #000000; }
  .template-3 .video-button a:hover, .template-3 .video-button a:focus {
    color: #fff;
    background-color: #563c4a;
    outline: none; }

.template-3 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-3 .tool-button.tool-by-h2 a {
    border-color: #dcccb0;
    border-radius: 50%; }

.template-3 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-3 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-3 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #935b95;
      top: 18px;
      right: 20px; }
      .template-3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #7e4e80; }
      .template-3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #ffe2c5; }
    .template-3 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-3 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-3 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-3 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-3 .bulletin-title-list .link-button {
  background-color: #63474a; }
  .template-3 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-3 .tab-title {
  background-color: #efefef; }
  .template-3 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-3 .tab-title li .tab-select {
    background-color: #a58349;
    color: #fff; }

.template-3 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-3 .breadcrumb a {
    color: #353535; }
  .template-3 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-3 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-3 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-3 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-3 .right-content .right-content-menu .title-paging,
  .template-3 .right-content .left-content-menu .title-paging, .template-3 .left-content .right-content-menu .title-paging,
  .template-3 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-3 .right-content .right-content-menu .title-paging::after,
    .template-3 .right-content .left-content-menu .title-paging::after, .template-3 .left-content .right-content-menu .title-paging::after,
    .template-3 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-3 .right-content .right-content-menu .span-page-title,
  .template-3 .right-content .left-content-menu .span-page-title, .template-3 .left-content .right-content-menu .span-page-title,
  .template-3 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-3 .right-content .right-content-menu .span-page-title::after,
    .template-3 .right-content .left-content-menu .span-page-title::after, .template-3 .left-content .right-content-menu .span-page-title::after,
    .template-3 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-3 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-3 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-3 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-3 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-3 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-4 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-4 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      color: #353535;
      background-color: #c3e8ee;
      border-color: #82cfdb; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #def2f5;
        border-color: #a9dee6; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #ff9733; }
    .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      color: #353535;
      background-color: #dae7ea;
      border-color: #cdd4d6; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #f0f5f6;
        border-color: #e0e4e5; }
      .template-4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #ff9733; }

.template-4 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-4 .text-zebra .zebra-box .zebra-title {
    background-color: #015488;
    color: #fff; }

.template-4 .straight-memu {
  border-left-color: #015488; }
  .template-4 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-4 .straight-memu li a {
    color: #40274a;
    background-color: #f5f5f5; }
    .template-4 .straight-memu li a:hover {
      color: #fff;
      background-color: #0169aa; }
  .template-4 .straight-memu li .focus-button {
    color: #fff;
    background-color: #015488; }
    .template-4 .straight-memu li .focus-button:hover {
      color: #fff;
      background-color: #015488; }
    .template-4 .straight-memu li .focus-button:focus {
      border-color: #FFE16D; }

.template-4 .registration-box .focus-red {
  color: #d00; }

.template-4 .registration-box .annotation {
  color: #03456e; }

.template-4 .registration-box .note {
  color: #d00; }

.template-4 .registration-box .unit-name {
  color: #1e76be; }

.template-4 .registration-box .user-name {
  color: #1e76be; }

.template-4 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-4 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-4 .registration-box ul li div .registration-text input {
    border-color: #bbb; }
    .template-4 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-4 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-4 .registration-box ul li .member-data div h3 {
    color: #fff;
    background-color: #015488; }
  .template-4 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #bbb; }
  .template-4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-4 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #bbb; }
  .template-4 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-4 .registration-box div .determine {
  color: #353535;
  text-shadow: none;
  background-color: #c3e8ee;
  border-color: #82cfdb; }
  .template-4 .registration-box div .determine:hover {
    color: #353535;
    text-shadow: none;
    background-color: #def2f5;
    border-color: #a9dee6; }
  .template-4 .registration-box div .determine:focus {
    color: #353535;
    text-shadow: none;
    background-color: #ffe2c5;
    border-color: #ff9733; }

.template-4 .registration-box div .cancel {
  color: #353535;
  text-shadow: none;
  background-color: #dae7ea;
  border-color: #cdd4d6; }
  .template-4 .registration-box div .cancel:hover {
    color: #353535;
    text-shadow: none;
    background-color: #f0f5f6;
    border-color: #e0e4e5; }
  .template-4 .registration-box div .cancel:focus {
    color: #353535;
    text-shadow: none;
    background-color: #fff;
    border-color: #ff9733; }

.template-4 .video-search ul li a {
  color: #353535;
  background-color: #a9dee6; }
  .template-4 .video-search ul li a:hover {
    color: #353535;
    background-color: #75c9d7; }
  .template-4 .video-search ul li a:focus {
    color: #353535;
    background-color: #FFE16D;
    outline: none; }

.template-4 .video-search .video-object div a span {
  color: #353535; }

.template-4 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-4 .video-button a {
  color: #353535;
  background-color: #a9dee6; }
  .template-4 .video-button a:hover {
    color: #353535;
    background-color: #75c9d7; }
  .template-4 .video-button a:focus {
    color: #353535;
    background-color: #FFE16D;
    outline: none; }

.template-4 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-4 .tool-button.tool-by-h2 a {
    border-color: #dcccb0;
    border-radius: 50%; }

.template-4 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-4 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-4 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #015488;
      top: 21px;
      right: 20px; }
      .template-4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0173bb; }
      .template-4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #ffe2c5; }
    .template-4 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-4 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-4 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-4 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #bbb; }
        .template-4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-4 .bulletin-title-list .link-button {
  background-color: #015488; }
  .template-4 .bulletin-title-list .link-button a {
    color: #fff; }

.template-4 .tab-title {
  background-color: #efefef; }
  .template-4 .tab-title li a {
    color: #575757;
    background-color: #d9d9d9; }
  .template-4 .tab-title li .tab-select {
    color: #353535;
    background-color: #7fd4e2; }

.template-4 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-4 .breadcrumb a {
    color: #353535; }
  .template-4 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-4 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-4 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-4 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-4 .right-content .right-content-menu .title-paging,
  .template-4 .right-content .left-content-menu .title-paging, .template-4 .left-content .right-content-menu .title-paging,
  .template-4 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-4 .right-content .right-content-menu .title-paging::after,
    .template-4 .right-content .left-content-menu .title-paging::after, .template-4 .left-content .right-content-menu .title-paging::after,
    .template-4 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-4 .right-content .right-content-menu .span-page-title,
  .template-4 .right-content .left-content-menu .span-page-title, .template-4 .left-content .right-content-menu .span-page-title,
  .template-4 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-4 .right-content .right-content-menu .span-page-title::after,
    .template-4 .right-content .left-content-menu .span-page-title::after, .template-4 .left-content .right-content-menu .span-page-title::after,
    .template-4 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-4 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-4 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-4 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-4 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-4 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-5 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-5 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffe9d4;
      border-color: #ff9733; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
    .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #efeec0;
      border-color: #b2b052; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #b2b052;
        border-color: #cfce92; }
      .template-5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.template-5 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-5 .text-zebra .zebra-box .zebra-title {
    background-color: #066caa;
    color: #fff; }

.template-5 .straight-memu {
  border-left-color: #f69537; }
  .template-5 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .template-5 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-5 .straight-memu li a:hover {
      color: #353535;
      background-color: #efeec0; }
  .template-5 .straight-memu li .focus-button {
    color: #353535;
    background-color: #ffb56d; }
    .template-5 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #ffb56d; }

.template-5 .registration-box .focus-red {
  color: #d00; }

.template-5 .registration-box .annotation {
  color: #03456e; }

.template-5 .registration-box .note {
  color: #d00; }

.template-5 .registration-box .unit-name {
  color: #1e76be; }

.template-5 .registration-box .user-name {
  color: #1e76be; }

.template-5 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-5 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-5 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-5 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-5 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-5 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-5 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-5 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-5 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-5 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-5 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-5 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-5 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-5 .video-search ul li a {
  color: #353535;
  background-color: #dddca1; }
  .template-5 .video-search ul li a:hover {
    background-color: #efeec0; }
  .template-5 .video-search ul li a:focus {
    background-color: #ffcc83; }

.template-5 .video-search .video-object div a span {
  color: #03456e; }

.template-5 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-5 .video-button a {
  color: #353535;
  background-color: #dddca1; }
  .template-5 .video-button a:hover {
    background-color: #efeec0; }
  .template-5 .video-button a:focus {
    background-color: #ffcc83; }

.template-5 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }

.template-5 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-5 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-5 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa;
      top: 18px;
      right: 20px; }
      .template-5 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0776ba; }
      .template-5 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #d10000; }
    .template-5 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-5 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-5 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-5 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-5 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .template-5 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-5 .tab-title {
  background-color: #efefef; }
  .template-5 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-5 .tab-title li .tab-select {
    background-color: #066caa;
    color: #fff; }

.template-5 .breadcrumb {
  background-color: #f8f8f8;
  margin-bottom: 58px !important; }

@media screen and (max-width: 990px) {
  .template-5 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-5 .right-content .right-content-menu .title-paging,
  .template-5 .right-content .left-content-menu .title-paging, .template-5 .left-content .right-content-menu .title-paging,
  .template-5 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-5 .right-content .right-content-menu .title-paging::after,
    .template-5 .right-content .left-content-menu .title-paging::after, .template-5 .left-content .right-content-menu .title-paging::after,
    .template-5 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #f69537 transparent transparent transparent; }
  .template-5 .right-content .right-content-menu .span-page-title,
  .template-5 .right-content .left-content-menu .span-page-title, .template-5 .left-content .right-content-menu .span-page-title,
  .template-5 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-5 .right-content .right-content-menu .span-page-title::after,
    .template-5 .right-content .left-content-menu .span-page-title::after, .template-5 .left-content .right-content-menu .span-page-title::after,
    .template-5 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #f69537 transparent transparent transparent; } }

@media screen and (max-width: 769px) {
  .template-5 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-5 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-5 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-5 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-6 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-6 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ecf7fd;
      border-color: #94c4e4; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        background-color: #cde9fa;
        border-color: #81a9c3; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }
    .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #f5f5f5;
      border-color: #b1c5ce; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #ececec;
        border-color: #83949b; }
      .template-6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }

.template-6 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-6 .text-zebra .zebra-box .zebra-title {
    background-color: #0072bb;
    color: #fff; }

.template-6 .straight-memu {
  border-left-color: #0072bb; }
  .template-6 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-6 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-6 .straight-memu li a:hover {
      color: #353535;
      background-color: #d8ebf2; }
  .template-6 .straight-memu li .focus-button {
    color: #353535;
    background-color: #f6bba8; }
    .template-6 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #f6bba8; }

.template-6 .registration-box .focus-red {
  color: #d00; }

.template-6 .registration-box .annotation {
  color: #03456e; }

.template-6 .registration-box .note {
  color: #d00; }

.template-6 .registration-box .unit-name {
  color: #1e76be; }

.template-6 .registration-box .user-name {
  color: #1e76be; }

.template-6 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-6 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-6 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-6 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-6 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-6 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-6 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-6 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-6 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-6 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-6 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-6 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-6 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-6 .video-search ul li a {
  color: #000000;
  border: 1px solid #fff;
  background-color: #cde9fa; }
  .template-6 .video-search ul li a:hover {
    background-color: #aedbf7; }
  .template-6 .video-search ul li a:focus {
    color: #fff;
    background-color: #e00; }

.template-6 .video-search .video-object div a span {
  color: #353535; }

.template-6 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-6 .video-button a {
  color: #000000;
  background-color: #cde9fa; }
  .template-6 .video-button a:hover {
    background-color: #aedbf7; }
  .template-6 .video-button a:focus {
    color: #fff;
    background-color: #e00; }

.template-6 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-6 .tool-button.tool-by-h2 a {
    border-color: #d4d4d4;
    border-radius: 50%; }
    .template-6 .tool-button.tool-by-h2 a:hover {
      background-color: #f7fbff; }

.template-6 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-6 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-6 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #aa77ac;
      top: 18px;
      right: 20px; }
    .template-6 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-6 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-6 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-6 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-6 .bulletin-title-list .link-button {
  background-color: #0063a2; }
  .template-6 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-6 .tab-title {
  background-color: #efefef; }
  .template-6 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-6 .tab-title li .tab-select {
    background-color: #0063a2;
    color: #fff; }

.template-6 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-6 .breadcrumb a {
    color: #353535; }
  .template-6 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-6 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-6 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-6 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-6 .right-content .right-content-menu .title-paging,
  .template-6 .right-content .left-content-menu .title-paging, .template-6 .left-content .right-content-menu .title-paging,
  .template-6 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-6 .right-content .right-content-menu .title-paging::after,
    .template-6 .right-content .left-content-menu .title-paging::after, .template-6 .left-content .right-content-menu .title-paging::after,
    .template-6 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-6 .right-content .right-content-menu .span-page-title,
  .template-6 .right-content .left-content-menu .span-page-title, .template-6 .left-content .right-content-menu .span-page-title,
  .template-6 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-6 .right-content .right-content-menu .span-page-title::after,
    .template-6 .right-content .left-content-menu .span-page-title::after, .template-6 .left-content .right-content-menu .span-page-title::after,
    .template-6 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-6 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-6 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-6 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-6 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-6 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-7 .left-content .left-content-text,
.template-7 .right-content .right-content-text {
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding: 15px; }

.template-7 .left-content .left-content-menu,
.template-7 .right-content .right-content-menu {
  padding: 15px 0 0;
  background: #4A824A;
  border-radius: 5px; }
  .template-7 .left-content .left-content-menu .title-paging,
  .template-7 .right-content .right-content-menu .title-paging {
    color: #fff; }
  .template-7 .left-content .left-content-menu .span-page-title,
  .template-7 .right-content .right-content-menu .span-page-title {
    color: #fff; }

.template-7 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-7 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffe9d4;
      border-color: #ff9733; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        color: #353535;
        background-color: #ff9733;
        border-color: #ffc790; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        color: #353535;
        background-color: #ffe2c5;
        border-color: #e44f4f; }
    .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #efeec0;
      border-color: #b2b052; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #b2b052;
        border-color: #cfce92; }
      .template-7 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.template-7 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-7 .text-zebra .zebra-box .zebra-title {
    color: #fff;
    background-color: #508150; }

.template-7 .straight-memu {
  padding: 0;
  border: 1px solid #b6b6b6;
  border-radius: 0 0 10px 0;
  box-shadow: 0px 3px 0px 0px #b6b6b6; }
  .template-7 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7 .straight-memu li:last-child a {
    border-radius: 0 0 10px 0; }
  .template-7 .straight-memu li a {
    color: #000;
    text-align: left;
    background-color: #fff; }
    .template-7 .straight-memu li a:hover {
      color: #000;
      background-color: #f0f0f0; }
    .template-7 .straight-memu li a:focus {
      border: none;
      outline-width: 3px;
      outline-offset: 3px;
      outline-style: dashed;
      outline-color: #b57db5; }
  .template-7 .straight-memu li .focus-button {
    color: #386238;
    background-color: #dbe6db; }
    .template-7 .straight-memu li .focus-button:hover {
      color: #386238;
      background-color: #dbe6db; }

.template-7 .registration-box .focus-red {
  color: #d00; }

.template-7 .registration-box .annotation {
  color: #03456e; }

.template-7 .registration-box .note {
  color: #d00; }

.template-7 .registration-box .unit-name {
  color: #1e76be; }

.template-7 .registration-box .user-name {
  color: #1e76be; }

.template-7 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-7 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-7 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-7 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-7 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-7 .registration-box ul li .member-data div h3 {
    color: #fff;
    background-color: #03456e; }
  .template-7 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-7 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-7 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-7 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-7 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-7 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-7 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-7 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-7 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-7 .video-search ul li a {
  color: #fff;
  background-color: #666; }
  .template-7 .video-search ul li a:hover {
    background-color: #ff9d02; }
  .template-7 .video-search ul li a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #b57db5;
    background-color: #deecde; }

.template-7 .video-search .video-object div a span {
  color: #474; }

.template-7 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-7 .video-button a {
  color: #fff;
  background-color: #666; }
  .template-7 .video-button a:hover {
    background-color: #ff9d02; }
  .template-7 .video-button a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #b57db5;
    background-color: #deecde; }

.template-7 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -55px; }

.template-7 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-7 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-7 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa; }
      .template-7 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #0776ba; }
      .template-7 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #d10000; }
    .template-7 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-7 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-7 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-7 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-7 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #03456e; }
        .template-7 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-7 .bulletin-title-list .link-button {
  padding: 8px 5px;
  background-color: #6baa6b; }
  .template-7 .bulletin-title-list .link-button a {
    color: #626262;
    padding: 2px 14px;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #fff; }
    .template-7 .bulletin-title-list .link-button a:hover {
      color: #4f4f4f;
      background-color: #eaffea; }
    .template-7 .bulletin-title-list .link-button a:focus {
      border-color: #ff9733;
      background-color: #fff7de; }

.template-7 .tab-title {
  background-color: #efefef; }
  .template-7 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-7 .tab-title li .tab-select {
    color: #fff;
    background-color: #508150; }

.template-7 .breadcrumb {
  background-color: #f8f8f8;
  margin-bottom: 58px !important; }

.template-7 .article-page article a {
  text-decoration: underline; }

@media screen and (max-width: 990px) {
  .template-7 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-7 .left-content .left-content-menu,
  .template-7 .right-content .right-content-menu {
    background: none !important; }
    .template-7 .left-content .left-content-menu .title-paging,
    .template-7 .right-content .right-content-menu .title-paging {
      font-size: 1.2rem;
      font-weight: normal;
      padding: 5px 35px 5px 10px;
      background-color: #4a824a; }
      .template-7 .left-content .left-content-menu .title-paging::before,
      .template-7 .right-content .right-content-menu .title-paging::before {
        display: none; }
      .template-7 .left-content .left-content-menu .title-paging::after,
      .template-7 .right-content .right-content-menu .title-paging::after {
        top: 16px;
        right: 10px;
        border-color: #fff transparent transparent transparent; }
    .template-7 .left-content .left-content-menu .span-page-title,
    .template-7 .right-content .right-content-menu .span-page-title {
      font-size: 1.2rem;
      font-weight: normal;
      padding: 5px 35px 5px 10px;
      background-color: #4a824a; }
      .template-7 .left-content .left-content-menu .span-page-title::before,
      .template-7 .right-content .right-content-menu .span-page-title::before {
        display: none; }
      .template-7 .left-content .left-content-menu .span-page-title::after,
      .template-7 .right-content .right-content-menu .span-page-title::after {
        top: 16px;
        right: 10px;
        border-color: #fff transparent transparent transparent; }
  .template-7 .left-content .left-content-text,
  .template-7 .right-content .right-content-text {
    border: none; }
  .template-7 .breadcrumb {
    border-radius: 5px;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .template-7 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-7 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-7 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-7 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-12 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-12 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #353535; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #f8e2e4;
      border-color: #ecaab2; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
        background-color: #fbf0f1;
        border-color: #e99da5; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }
    .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #cbe4ee;
      border-color: #b1c5ce; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
        background-color: #d8ebf2;
        border-color: #a7bdc7; }
      .template-12 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #FFE16D;
        border-color: #e44f4f; }

.template-12 .text-zebra .zebra-box {
  background-color: #efefef; }
  .template-12 .text-zebra .zebra-box .zebra-title {
    background-color: #015db2;
    color: #fff; }

.template-12 .straight-memu {
  border-left-color: #016ed4; }
  .template-12 .straight-memu li + li {
    border-top-color: #cad9e1; }
  .template-12 .straight-memu li a {
    color: #353535;
    background-color: #f5f5f5; }
    .template-12 .straight-memu li a:hover {
      color: #353535;
      background-color: #d8ebf2; }
  .template-12 .straight-memu li .focus-button {
    color: #353535;
    background-color: #f2c6cb; }
    .template-12 .straight-memu li .focus-button:hover {
      color: #353535;
      background-color: #f2c6cb; }

.template-12 .registration-box .focus-red {
  color: #d00; }

.template-12 .registration-box .annotation {
  color: #03456e; }

.template-12 .registration-box .note {
  color: #d00; }

.template-12 .registration-box .unit-name {
  color: #1e76be; }

.template-12 .registration-box .user-name {
  color: #1e76be; }

.template-12 .registration-box .registration-content {
  background-color: #f5f5f5; }

.template-12 .registration-box ul li {
  border-bottom-color: #ddd; }
  .template-12 .registration-box ul li div .registration-text input {
    border-color: #1e76be; }
    .template-12 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .template-12 .registration-box ul li div .registration-text p {
    color: #d00; }
  .template-12 .registration-box ul li .member-data div h3 {
    background-color: #03456e;
    color: #fff; }
  .template-12 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.template-12 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border: 2px solid #1e76be; }
  .template-12 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.template-12 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #1e76be; }
  .template-12 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.template-12 .registration-box div .determine {
  background-color: #066caa;
  color: #fff;
  border-color: #025282;
  text-shadow: 2px 2px 3px #03456e; }
  .template-12 .registration-box div .determine:hover {
    background-color: #025385;
    color: #fff;
    border-color: #003c61;
    text-shadow: 2px 2px 3px #03456e; }

.template-12 .registration-box div .cancel {
  background-color: #d33a2f;
  color: #fff;
  border-color: #e75e54;
  text-shadow: 2px 2px 3px #8a2922; }

.template-12 .registration-box div .cancel:hover {
  background-color: #ff5549;
  color: #FFF;
  border-color: #df4d43; }

.template-12 .video-search ul li a {
  color: #000000;
  border: 1px solid #fff;
  background-color: #f8e2e4; }
  .template-12 .video-search ul li a:hover {
    background-color: #f2c6cb; }
  .template-12 .video-search ul li a:focus {
    color: #fff;
    background-color: #e00; }

.template-12 .video-search .video-object div a span {
  color: #353535; }

.template-12 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.template-12 .video-button a {
  background-color: #f8e2e4;
  color: #000000; }
  .template-12 .video-button a:hover {
    background-color: #f2c6cb; }
  .template-12 .video-button a:focus {
    color: #fff;
    background-color: #e00; }

.template-12 .tool-button.tool-by-h2 {
  position: absolute;
  right: 0;
  top: -42px; }
  .template-12 .tool-button.tool-by-h2 a {
    border-color: #d4d4d4;
    border-radius: 50%; }
    .template-12 .tool-button.tool-by-h2 a:hover {
      background-color: #f7fbff; }

.template-12 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .template-12 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .template-12 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #aa77ac;
      top: 18px;
      right: 20px; }
    .template-12 .tool-button .light-box .light-box-content p {
      color: #d00; }
    .template-12 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .template-12 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
        .template-12 .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
          color: #d00; }
      .template-12 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #956a7f; }
        .template-12 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.template-12 .bulletin-title-list .link-button {
  background-color: #015db2; }
  .template-12 .bulletin-title-list .link-button a {
    color: #efefef; }

.template-12 .tab-title {
  background-color: #efefef; }
  .template-12 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .template-12 .tab-title li .tab-select {
    background-color: #015db2;
    color: #fff; }

.template-12 .breadcrumb {
  padding: 0;
  margin-bottom: 58px !important;
  border-bottom: none;
  background: none;
  box-shadow: none; }
  .template-12 .breadcrumb a {
    color: #353535; }
  .template-12 .breadcrumb span {
    color: #353535;
    margin: 0 5px; }

.template-12 .article-page .info {
  margin-top: 10px; }

@media only screen and (max-width: 769px) {
  .template-12 .article-page .info {
    margin-top: -5px; } }

@media screen and (max-width: 990px) {
  .template-12 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #066caa;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .template-12 .right-content .right-content-menu .title-paging,
  .template-12 .right-content .left-content-menu .title-paging, .template-12 .left-content .right-content-menu .title-paging,
  .template-12 .left-content .left-content-menu .title-paging {
    padding: 5px 35px 5px 10px; }
    .template-12 .right-content .right-content-menu .title-paging::after,
    .template-12 .right-content .left-content-menu .title-paging::after, .template-12 .left-content .right-content-menu .title-paging::after,
    .template-12 .left-content .left-content-menu .title-paging::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-12 .right-content .right-content-menu .span-page-title,
  .template-12 .right-content .left-content-menu .span-page-title, .template-12 .left-content .right-content-menu .span-page-title,
  .template-12 .left-content .left-content-menu .span-page-title {
    padding: 5px 35px 5px 10px; }
    .template-12 .right-content .right-content-menu .span-page-title::after,
    .template-12 .right-content .left-content-menu .span-page-title::after, .template-12 .left-content .right-content-menu .span-page-title::after,
    .template-12 .left-content .left-content-menu .span-page-title::after {
      top: 17px;
      right: 10px;
      border-color: #03456e transparent transparent transparent; }
  .template-12 .breadcrumb {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 769px) {
  .template-12 .tool-button.tool-by-h2 {
    position: relative;
    top: auto;
    right: auto; } }

@media screen and (max-width: 415px) {
  .template-12 .tab-inner .bulletin-title-list {
    width: 100%; }
    .template-12 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #03456e; }
    .template-12 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #03456e; } }

.template-21 .straight-memu {
  border-left: none; }
  .template-21 .straight-memu li {
    padding: 3px 0; }
    .template-21 .straight-memu li + li {
      border-top-color: #cad9e1; }
    .template-21 .straight-memu li a {
      color: #31708f;
      background-color: #fff;
      text-align: left;
      border-left: 5px solid #ddd; }
      .template-21 .straight-memu li a:hover {
        background-color: #fff2ca;
        color: #000;
        border-color: #008489; }
    .template-21 .straight-memu li .focus-button {
      color: #fff;
      background-color: #006482;
      border-color: #006482; }
      .template-21 .straight-memu li .focus-button:hover {
        color: #fff;
        background-color: #006482;
        border-color: #006482; }

.template-21 .breadcrumb {
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 30px; }
  .template-21 .breadcrumb a {
    color: #000; }

.template-21 .video-button a {
  background-color: #008489;
  color: #fff;
  border-radius: 8px; }

.template-21 .tab-title {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border-bottom: 3px solid #008489;
  box-shadow: 0px 4px 0px #ddd;
  margin-bottom: 5px; }
  .template-21 .tab-title li {
    padding-left: 0; }
    .template-21 .tab-title li a {
      border-radius: 8px 8px 0px 0px; }
      .template-21 .tab-title li a:hover {
        background-color: #fff3d8;
        color: #000; }
    .template-21 .tab-title li .tab-select {
      background-color: #008489; }
      .template-21 .tab-title li .tab-select:hover {
        background-color: #00676a;
        color: #fff; }

.template-21 .bulletin-title-list .link-button {
  background-color: #efefef; }
  .template-21 .bulletin-title-list .link-button a {
    color: #000;
    padding: 10px; }
    .template-21 .bulletin-title-list .link-button a:hover {
      background-color: #006482;
      color: #fff; }

.template-21 .text-zebra .zebra-box .zebra-title {
  background-color: #008489; }

.template-21 .registration-box ul {
  padding: 0 15px; }
  .template-21 .registration-box ul li .member-data div h3 {
    background-color: #008489; }
  .template-21 .registration-box ul li div .registration-text input {
    border-color: #b4c0b4; }

.template-21 .registration-box div .determine {
  background-color: #008489;
  border: none;
  text-shadow: none;
  line-height: 1.125;
  padding: 10px 0;
  border-radius: 12px; }
  .template-21 .registration-box div .determine:hover {
    border: none;
    text-shadow: none;
    background-color: #c33e1b; }

.template-21 .registration-box div .cancel {
  border: none;
  text-shadow: none;
  line-height: 1.125;
  padding: 10px 0;
  border-radius: 12px;
  background-color: #006482; }
  .template-21 .registration-box div .cancel:hover {
    border: none;
    text-shadow: none;
    background-color: #c33e1b; }

.template-21 .video-search ul li a {
  background-color: #006482;
  color: #fff;
  border-radius: 8px; }

.template-21 .video-search .video-object div a:hover {
  background-color: #fff3d8; }

.template-29 .breadcrumb {
  width: auto;
  line-height: normal;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px 15px;
  margin: 0;
  border-radius: 50px;
  color: #626262;
  box-shadow: 1px 1px 1px #c1bebe; }

.template-29 .literature_search {
  margin-top: 15px;
  padding: 20px 25px;
  background-color: #fff9ed;
  display: flex;
  align-items: stretch;
  margin-bottom: 30px; }
  .template-29 .literature_search .literal-input {
    display: flex;
    align-items: center;
    width: 100%; }
    .template-29 .literature_search .literal-input input {
      display: block;
      width: 100%;
      padding: 5px;
      border-radius: 7px;
      border: 4px solid #fff;
      background-color: #fff;
      box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.2); }
      .template-29 .literature_search .literal-input input:focus {
        border: 4px solid #ee3737; }
    .template-29 .literature_search .literal-input select {
      display: block;
      width: 100%;
      padding: 7px;
      border-radius: 7px;
      border: 4px solid #fff;
      background-color: #fff;
      box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.2); }
    .template-29 .literature_search .literal-input span {
      margin-right: 15px;
      width: 110px;
      text-align: center; }
  .template-29 .literature_search .literal {
    width: 100%;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px dashed #c1bbaf; }
    .template-29 .literature_search .literal .literal-container {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-evenly; }
      .template-29 .literature_search .literal .literal-container a {
        display: block;
        background-color: #ffead5;
        color: #000;
        width: 90px;
        text-align: center;
        padding: 5px 0 4px;
        border-radius: 5px;
        margin-left: 15px; }
    .template-29 .literature_search .literal .literal-list {
      list-style-type: none;
      margin-top: 20px;
      padding: 15px 0 0;
      border-top: 2px solid #d5cab4;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .template-29 .literature_search .literal .literal-list li {
        width: 50%;
        margin: 5px 0; }
  .template-29 .literature_search .checkButtonZone {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: flex-start; }
    .template-29 .literature_search .checkButtonZone a {
      display: block;
      width: 100%;
      text-align: center;
      padding: 5px;
      color: #fff;
      margin: 0 11px;
      margin-top: 5px;
      border-radius: 5px; }
    .template-29 .literature_search .checkButtonZone .inquire {
      background-color: #a07e5b; }
      .template-29 .literature_search .checkButtonZone .inquire:focus {
        background-color: #ca3434; }
    .template-29 .literature_search .checkButtonZone .reset {
      background-color: #836549; }
      .template-29 .literature_search .checkButtonZone .reset:focus {
        background-color: #ca3434; }

.template-29 .literature_search-open {
  background-image: url(../img/literal-search.png);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position-x: 106%;
  background-position-y: 60px; }

.template-29 .video-search ul li {
  display: flex;
  margin: 10px 0; }

.template-29 .video-search .video-button a {
  background-color: #505050;
  border-radius: 50px; }

.template-29 .video-search .video-search-container {
  background-color: #fff8ec;
  position: relative; }
  .template-29 .video-search .video-search-container li {
    align-items: center;
    width: 100%; }
    .template-29 .video-search .video-search-container li input {
      display: block;
      width: 100%;
      max-width: 300px;
      padding: 5px;
      border-radius: 7px;
      border: 4px solid #fff;
      background-color: #fff;
      box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.2); }
  .template-29 .video-search .video-search-container .video-search-button {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 180px;
    top: 0;
    right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    border-left: 2px dashed #d2bf9f;
    padding: 10px 0;
    align-items: flex-start; }
    .template-29 .video-search .video-search-container .video-search-button a {
      margin: 0 7px;
      background-color: #695643;
      border-radius: 7px;
      color: #fff; }

.template-29 .video-search .video-object div a {
  display: block;
  text-align: center; }
  .template-29 .video-search .video-object div a img {
    width: 100%; }
  .template-29 .video-search .video-object div a span {
    display: block;
    color: #555; }
  .template-29 .video-search .video-object div a .video-name {
    font-size: 1.3rem;
    font-weight: bold; }
  .template-29 .video-search .video-object div a .video-text {
    margin: 5px 0; }
  .template-29 .video-search .video-object div a .video-date {
    background-color: #efefef;
    padding: 2px 0; }

.template-29 .box-bg {
  padding: 0 15px;
  background-color: #fff8ec;
  border-top: 3px solid #ece0cb; }
  .template-29 .box-bg div a {
    color: #000;
    padding-left: 10px; }
  .template-29 .box-bg .title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px; }
  .template-29 .box-bg .preview-img .img-list {
    display: flex;
    width: 100%; }
    .template-29 .box-bg .preview-img .img-list a {
      padding: 0;
      display: block;
      width: 100%;
      margin: 0 15px;
      text-align: center; }

.template-29 .history-box {
  width: 100%; }
  .template-29 .history-box ul li {
    list-style: none; }
  .template-29 .history-box .history-text {
    border-top: 1px solid #ccc3b3;
    margin: 30px 0 0;
    padding: 30px 0 0; }
    .template-29 .history-box .history-text p {
      margin: 0;
      padding: 25px;
      background-color: #fff8ec;
      color: #695643; }
  .template-29 .history-box .historyLink {
    display: flex;
    width: 100%;
    margin: 30px auto 0; }
    .template-29 .history-box .historyLink li {
      width: 33.3%;
      margin: 10px 15px; }
      .template-29 .history-box .historyLink li a {
        display: block;
        border-radius: 12px;
        padding: 15px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
        font-weight: bold; }
        .template-29 .history-box .historyLink li a div {
          display: flex;
          align-items: center; }
          .template-29 .history-box .historyLink li a div span {
            display: block;
            width: 100%;
            max-width: 13px;
            margin-right: 10px; }
            .template-29 .history-box .historyLink li a div span img {
              width: 100%; }
          .template-29 .history-box .historyLink li a div p {
            width: 100%;
            margin: 0;
            color: #686868;
            font-size: 1.2rem; }
  .template-29 .history-box .history-line {
    margin: 30px 0 0;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative; }
    .template-29 .history-box .history-line .history-line-container {
      padding: 35px 15px 1px; }
      .template-29 .history-box .history-line .history-line-container li {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 35px; }
        .template-29 .history-box .history-line .history-line-container li .line-title {
          display: flex;
          position: relative;
          align-items: stretch;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid #ccc3b3; }
          .template-29 .history-box .history-line .history-line-container li .line-title .line-title-icon {
            width: 22px;
            margin-right: 10px; }
            .template-29 .history-box .history-line .history-line-container li .line-title .line-title-icon img {
              width: 100%; }
          .template-29 .history-box .history-line .history-line-container li .line-title h3 {
            margin: 0; }
        .template-29 .history-box .history-line .history-line-container li .line-button {
          display: flex;
          padding: 15px;
          padding-top: 0px;
          flex-direction: row;
          flex-wrap: wrap; }
          .template-29 .history-box .history-line .history-line-container li .line-button a {
            display: flex;
            align-items: center;
            margin: 1%;
            width: 15%; }
            .template-29 .history-box .history-line .history-line-container li .line-button a div {
              width: 100%;
              max-width: 22px;
              margin-right: 5px; }
              .template-29 .history-box .history-line .history-line-container li .line-button a div img {
                width: 100%; }
            .template-29 .history-box .history-line .history-line-container li .line-button a span {
              margin: 0;
              color: #000;
              font-weight: bold;
              padding: 0 10px 0 0px;
              padding-top: 1px;
              display: block; }

.template-29 .history-text {
  border-top: 1px solid #ccc3b3;
  margin: 30px 0 0;
  padding: 30px 0 0; }
  .template-29 .history-text p {
    margin: 0;
    padding: 25px;
    background-color: #fff8ec;
    color: #695643; }

.template-29 .historyLink {
  display: flex;
  width: 100%;
  margin: 30px auto 0; }

.template-29 .title-paging .light-box .light-box-content .title, .template-29 .tool-button .light-box .light-box-content .title {
  text-align: left;
  color: #595959;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #695643;
  padding: 0px 10px;
  font-size: 1.375rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-shadow: none; }

.template-29 table.table-list thead tr th {
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a07e5b+0,a07e5b+100 */
  background: #a07e5b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a07e5b 0%, #a07e5b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a07e5b 0%, #a07e5b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a07e5b 0%, #a07e5b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a07e5b', endColorstr='#a07e5b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.template-29 .straight-memu {
  border: none;
  margin-top: 5px;
  padding: 0 3px 0 0;
  padding: 10px;
  background: #f2eadd;
  background: -moz-linear-gradient(top, #f2eadd 0%, #fdfcfa 100%);
  background: -webkit-linear-gradient(top, #f2eadd 0%, #fdfcfa 100%);
  background: linear-gradient(to bottom, #f2eadd 0%, #fdfcfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eadd', endColorstr='#fdfcfa',GradientType=0 );
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  border-top: 2px solid #fff; }
  .template-29 .straight-memu li {
    padding: 5px 0; }
    .template-29 .straight-memu li + li {
      border-top: 1px solid #e5dfd5; }
    .template-29 .straight-memu li a {
      display: block;
      padding: 10px 15px;
      color: #000000;
      text-align: center;
      line-height: normal;
      border-radius: 10px;
      background-color: rgba(0, 0, 0, 0); }
      .template-29 .straight-memu li a:hover {
        color: #000;
        background-color: #ffffff;
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2); }
      .template-29 .straight-memu li a:focus {
        outline: none;
        border: 2px dashed #e00; }
    .template-29 .straight-memu li .focus-button {
      color: #fff;
      background-color: #695643; }
      .template-29 .straight-memu li .focus-button:hover {
        color: #fff;
        background-color: #695643; }

.template-29 h2.h2-title, .template-29 .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-29 .title, .template-29 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-29 h2, .template-29 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-29 h2, .template-29 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-29 h2, .template-29 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-29 h2, .template-29 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-29 h2, .template-29 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-29 h2, .template-29 h2.h2-page-title {
  text-align: left;
  color: #595959;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #695643;
  padding: 0px 10px;
  font-size: 1.375rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-shadow: none; }

.template-29 .text-box .statusFunction {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  .template-29 .text-box .statusFunction li {
    margin-right: 10px; }
    .template-29 .text-box .statusFunction li a {
      display: flex;
      padding: 2px 20px;
      border-radius: 7px;
      background-color: #fff8ec; }
      .template-29 .text-box .statusFunction li a div {
        width: 20px;
        margin-right: 10px; }
        .template-29 .text-box .statusFunction li a div img {
          width: 100%; }
      .template-29 .text-box .statusFunction li a p {
        font-size: .9rem;
        margin: 0;
        color: #000;
        line-height: 1.7; }

.template-29 .text-box .textTitle {
  padding: 0;
  list-style: none; }
  .template-29 .text-box .textTitle li {
    margin-bottom: 15px; }
    .template-29 .text-box .textTitle li span {
      display: block;
      padding: 10px 15px;
      color: #fff;
      background-color: #a07e5c;
      font-size: 1.1rem;
      font-weight: bold; }
    .template-29 .text-box .textTitle li p {
      margin: 0;
      padding: 10px 15px;
      background-color: #fff; }

.template-29 .text-box .text-container {
  background-color: #fff8ec;
  padding: 20px; }
  .template-29 .text-box .text-container p {
    margin: 0; }

.template-29 .fill-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin-bottom: 25px; }
  .template-29 .fill-form .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']) {
    border-color: #d5c3a5;
    height: 39px;
    border-radius: 5px; }
  .template-29 .fill-form #form1.search {
    max-width: 900px;
    margin: auto;
    float: none;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center; }
    .template-29 .fill-form #form1.search .fill-data {
      width: 100%;
      padding: none;
      border-bottom: none;
      margin: 0 auto;
      width: 100%; }
      .template-29 .fill-form #form1.search .fill-data .data .box {
        margin-left: 0; }
  .template-29 .fill-form .fill-data .data > label {
    width: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    width: 130px; }
  .template-29 .fill-form .butn-box {
    width: 100%;
    max-width: 351px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 769px) {
    .template-29 .fill-form .search {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .template-29 .fill-form .search .fill-data .data {
        margin-bottom: 10px; } }

.template-29 .butn-big, .template-29 input[type=button].butn-big, .template-29 input[type=submit].butn-big {
  color: #fff;
  background-color: #695643;
  border: 4px solid #947a5f; }
  .template-29 .butn-big:hover, .template-29 input[type=button].butn-big:hover, .template-29 input[type=submit].butn-big:hover {
    background-color: #a0754a;
    border: 4px solid #947a5f; }

.template-29 .butn-big.big-cancel, .template-29 input[type=button].butn-big.big-cancel {
  background-color: #f85d52;
  border-color: #e75e54; }
  .template-29 .butn-big.big-cancel:hover, .template-29 input[type=button].butn-big.big-cancel:hover {
    background-color: #c92c21; }

.template-29 .pages a {
  min-width: 30px;
  display: inline-block;
  background-color: #846649;
  border-radius: 3px;
  padding: 0 10px;
  text-align: center;
  color: #fff; }
  .template-29 .pages a:focus {
    background-color: #ca3434; }

.template-29 .pages a.prev, .template-29 .pages .pages a.first {
  border-color: transparent #a07e5b transparent transparent;
  background-color: rgba(0, 0, 0, 0); }
  .template-29 .pages a.prev:focus, .template-29 .pages .pages a.first:focus {
    outline: 3px solid #ee3737; }

.template-29 .pages a.next, .template-29 .pages .pages a.last {
  border-color: transparent transparent transparent #a07e5b;
  background-color: rgba(0, 0, 0, 0); }
  .template-29 .pages a.next:focus, .template-29 .pages .pages a.last:focus {
    outline: 3px solid #ee3737; }

.template-29 .pages a.prev::before {
  display: none; }

.template-29 .pages a.first::before {
  width: 4px;
  height: 30px; }

.template-29 .pages a.active {
  color: #fff;
  background-color: #37262c; }
  .template-29 .pages a.active:focus {
    background-color: #ca3434; }

.template-29 .pages a.last::after {
  background: #a07e5b; }

.template-29 .pages a.first::after {
  background: #a07e5b; }

.template-29 .pages a.next, .template-29 .pages a.last {
  border-color: transparent transparent transparent #a07e5b;
  background-color: rgba(0, 0, 0, 0); }

.template-29 .pages a.prev, .template-29 .pages a.first {
  border-color: transparent #a07e5b transparent transparent;
  background-color: rgba(0, 0, 0, 0); }

.template-29 footer .container-background .footer-info .other {
  display: inline-block;
  margin-top: 10px;
  background-color: #ffffff;
  padding: 5px 10px 7px;
  line-height: normal;
  border-radius: 7px;
  box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.template-29 .title-paging .light-box .light-box-content .title, .template-29 .tool-button .light-box .light-box-content .title {
  color: #2b2b2b;
  border-bottom: none;
  box-shadow: none;
  border-left: 4px solid #917b65;
  padding-left: 15px; }

.template-29 .span-page-title {
  color: #2b2b2b;
  border-bottom: none;
  box-shadow: none;
  border-left: 4px solid #917b65;
  padding-left: 15px; }

.template-29 .title-paging, .template-29 .tool-button .light-box .light-box-content .title {
  text-align: left;
  color: #595959;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #695643;
  padding: 0px 10px;
  font-size: 1.375rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-shadow: none; }

@media screen and (max-width: 990px) {
  .template-29 .literature_search {
    flex-direction: row;
    flex-wrap: wrap; }
    .template-29 .literature_search .literal {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }
      .template-29 .literature_search .literal .literal-list li {
        width: 100%; }
    .template-29 .literature_search .literal-input {
      flex-direction: row;
      flex-wrap: wrap; }
      .template-29 .literature_search .literal-input span {
        text-align: left;
        margin-bottom: 5px; } }

.dog-style .img-drawer {
  width: 100%;
  margin: auto; }
  .dog-style .img-drawer .imgDrawerMenu {
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #f69537; }
    .dog-style .img-drawer .imgDrawerMenu li a {
      display: block;
      padding: 5px 15px 2px;
      background-color: #ffe6cf;
      color: #000;
      margin-right: 5px; }
    .dog-style .img-drawer .imgDrawerMenu li .dogSelect {
      background-color: #df720a;
      color: #fff; }
  .dog-style .img-drawer .imgDrawerContent {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    background-color: #fff; }
    .dog-style .img-drawer .imgDrawerContent li {
      margin: 10px 20px;
      width: calc(50% - 40px);
      padding: 15px;
      background-color: #fff;
      border: 2px #ffc400 solid;
      box-shadow: -5px 5px 0px #e1e1e1;
      border-radius: 10px;
      background-image: url(../img/list_bg.png); }
      .dog-style .img-drawer .imgDrawerContent li div {
        width: 100%;
        max-width: 200px;
        height: 200px;
        margin: auto;
        overflow: hidden;
        border-radius: 10px; }
        .dog-style .img-drawer .imgDrawerContent li div img {
          width: 100%; }
      .dog-style .img-drawer .imgDrawerContent li h4 {
        margin: 15px auto 10px;
        margin-top: 10px;
        font-size: 1.3rem;
        padding-left: 28px;
        background-image: url(../img/footprint-L.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        background-size: 22px;
        margin-bottom: 15px; }
      .dog-style .img-drawer .imgDrawerContent li p {
        margin: auto;
        margin-bottom: 5px; }

.template-21.dog-style .img-drawer {
  width: 100%;
  margin: auto; }
  .template-21.dog-style .img-drawer .imgDrawerMenu {
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #008489;
    box-shadow: 0px 5px 0px #e1e1e1; }
    .template-21.dog-style .img-drawer .imgDrawerMenu li {
      margin-right: 5px; }
      .template-21.dog-style .img-drawer .imgDrawerMenu li a {
        background-color: #d9d9d9;
        display: block;
        padding: 5px 15px;
        color: #575757;
        border-radius: 8px 8px 0px 0px; }
        .template-21.dog-style .img-drawer .imgDrawerMenu li a:hover {
          color: #ffffff;
          background-color: #c33e1b; }
        .template-21.dog-style .img-drawer .imgDrawerMenu li a:focus {
          color: #ffffff;
          background-color: #c33e1b;
          outline: none; }
      .template-21.dog-style .img-drawer .imgDrawerMenu li .dogSelect {
        background-color: #008489;
        color: #fff; }
        .template-21.dog-style .img-drawer .imgDrawerMenu li .dogSelect:focus {
          color: #ffffff;
          background-color: #c33e1b; }
  .template-21.dog-style .img-drawer .imgDrawerContent {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    background-color: #fff; }
    .template-21.dog-style .img-drawer .imgDrawerContent li {
      margin: 10px 20px;
      width: calc(25% - 40px);
      padding: 10px;
      background-color: #fffaeb;
      border: 2px #008489 solid;
      box-shadow: -5px 5px 0px #e1e1e1;
      border-radius: 10px;
      background-image: none; }
      .template-21.dog-style .img-drawer .imgDrawerContent li div {
        width: 100%;
        max-width: 200px;
        margin: auto;
        overflow: hidden;
        border-radius: 10px; }
        .template-21.dog-style .img-drawer .imgDrawerContent li div img {
          width: 100%; }
      .template-21.dog-style .img-drawer .imgDrawerContent li h4 {
        margin: 0px auto;
        font-size: 1.3rem;
        background-repeat: no-repeat;
        background-position: 0px center;
        background-size: 22px; }
      .template-21.dog-style .img-drawer .imgDrawerContent li p {
        margin: auto;
        margin-bottom: 5px; }

/*-------------------------------------------------------------- color style setting*/
.color-style1 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style1 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #0a3f7b;
      border-color: #36669c; }
      .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #0d4f9a;
        border-color: #3f76b5; }
    .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style1 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style1 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style1 .text-zebra .zebra-box .zebra-title {
    background-color: #36669c;
    color: #fff; }

.color-style1 .straight-memu {
  border-left-color: #36669c; }
  .color-style1 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style1 .straight-memu li a {
    background-color: #f5f5f5;
    color: #31708f; }
    .color-style1 .straight-memu li a:hover {
      color: #353535;
      background-color: #ffb141; }
  .color-style1 .straight-memu li .focus-button {
    background-color: #36669c;
    color: #f8f6e7; }
    .color-style1 .straight-memu li .focus-button:hover {
      background-color: #36669c;
      color: #f8f6e7; }

.color-style1 .registration-box .focus-red {
  color: #d00; }

.color-style1 .registration-box .annotation {
  color: #03456e; }

.color-style1 .registration-box .note {
  color: #d00; }

.color-style1 .registration-box .unit-name {
  color: #1e76be; }

.color-style1 .registration-box .user-name {
  color: #1e76be; }

.color-style1 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style1 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style1 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style1 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style1 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style1 .registration-box ul li .member-data div h3 {
    background-color: #36669c;
    color: #fff; }
  .color-style1 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style1 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style1 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style1 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style1 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style1 .registration-box div .determine {
  background-color: #36669c;
  color: #fff;
  border-color: #284f7c;
  text-shadow: none; }
  .color-style1 .registration-box div .determine:hover {
    background-color: #285b95;
    color: #fff;
    border-color: #003c61;
    text-shadow: none; }

.color-style1 .registration-box div .cancel {
  background-color: #aaaaaa;
  color: #fff;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style1 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style1 .video-search ul li a {
  color: #fff;
  background-color: #36669c; }
  .color-style1 .video-search ul li a:hover, .color-style1 .video-search ul li a:focus {
    background-color: #3f76b5; }

.color-style1 .video-search .video-object div a span {
  color: #03456e; }

.color-style1 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style1 .video-button a {
  color: #fff;
  background-color: #36669c; }
  .color-style1 .video-button a:hover, .color-style1 .video-button a:focus {
    background-color: #3f76b5; }

.color-style1 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style1 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style1 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #066caa; }
      .color-style1 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #285b95; }
      .color-style1 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style1 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style1 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style1 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style1 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style1 .bulletin-title-list .link-button {
  background-color: #03456e; }
  .color-style1 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style1 .tab-title {
  background-color: #efefef; }
  .color-style1 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style1 .tab-title li .tab-select {
    background-color: #36669c;
    color: #fff; }

@media screen and (max-width: 800px) {
  .color-style1 .right-content .right-content-menu .title-paging::after,
  .color-style1 .right-content .left-content-menu .title-paging::after, .color-style1 .left-content .right-content-menu .title-paging::after,
  .color-style1 .left-content .left-content-menu .title-paging::after {
    border-color: #345f8f transparent transparent transparent; } }

@media screen and (max-width: 990px) {
  .color-style1 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #0a3f7b;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 415px) {
  .color-style1 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style1 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style1 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style1 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #36669c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #36669c 0%, #27507e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #36669c 0%, #27507e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #36669c 0%, #27507e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36669c', endColorstr='#27507e',GradientType=0 );
    /* IE6-9 */
    background-color: #36669c; } }

.color-style2 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style2 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #a83d3d;
      border-color: #e05757; }
      .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #be4f4f;
        border-color: #ed9f9f; }
    .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style2 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style2 .text-zebra .zebra-box .zebra-title {
    background-color: #bd4a4a;
    color: #fff; }

.color-style2 .straight-memu {
  border-left-color: #811818; }
  .color-style2 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style2 .straight-memu li a {
    background-color: #f5f5f5;
    color: #715151; }
    .color-style2 .straight-memu li a:hover {
      background-color: #a45b5b;
      color: #ffffff; }
  .color-style2 .straight-memu li .focus-button {
    background-color: #811818;
    color: #f8f6e7; }
    .color-style2 .straight-memu li .focus-button:hover {
      background-color: #811818;
      color: #f8f6e7; }

.color-style2 .registration-box .focus-red {
  color: #d00; }

.color-style2 .registration-box .annotation {
  color: #03456e; }

.color-style2 .registration-box .note {
  color: #d00; }

.color-style2 .registration-box .unit-name {
  color: #1e76be; }

.color-style2 .registration-box .user-name {
  color: #1e76be; }

.color-style2 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style2 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style2 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style2 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style2 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style2 .registration-box ul li .member-data div h3 {
    background-color: #811818;
    color: #fff; }
  .color-style2 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style2 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style2 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style2 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style2 .registration-box div .determine {
  background-color: #811818;
  color: #fff;
  border-color: #5e0a0a;
  text-shadow: none; }
  .color-style2 .registration-box div .determine:hover {
    background-color: #be4f4f;
    color: #fff;
    border-color: #a33333;
    text-shadow: none; }

.color-style2 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style2 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style2 .video-search ul li a {
  color: #fff;
  background-color: #be4f4f; }
  .color-style2 .video-search ul li a:hover, .color-style2 .video-search ul li a:focus {
    background-color: #ac3f3f; }

.color-style2 .video-search .video-object div a span {
  color: #575757; }

.color-style2 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style2 .video-button a {
  color: #fff;
  background-color: #be4f4f; }
  .color-style2 .video-button a:hover, .color-style2 .video-button a:focus {
    background-color: #ac3f3f; }

.color-style2 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style2 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #c23d3d; }
      .color-style2 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #be4f4f; }
      .color-style2 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style2 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style2 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style2 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style2 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style2 .tool-button a:hover, .color-style2 .tool-button a:focus, .color-style2 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style2 .bulletin-title-list .link-button {
  background-color: #bb4242; }
  .color-style2 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style2 .tab-title {
  background-color: #efefef; }
  .color-style2 .tab-title li a {
    color: #575757;
    background-color: #d9d9d9; }
  .color-style2 .tab-title li .tab-select {
    background-color: #811818;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #811818;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style2 .right-content .right-content-menu .title-paging::after,
  .color-style2 .right-content .left-content-menu .title-paging::after, .color-style2 .left-content .right-content-menu .title-paging::after,
  .color-style2 .left-content .left-content-menu .title-paging::after {
    border-color: #875252 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style2 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style2 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #eb6f6f; }
    .color-style2 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #eb6f6f; } }

@media (min-width: 48em) {
  .color-style2 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #c94c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c94c4c 0%, #c53f3f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c94c4c 0%, #c53f3f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c94c4c 0%, #c53f3f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94c4c', endColorstr='#c53f3f',GradientType=0 );
    /* IE6-9 */
    background-color: #c94c4c; } }

.color-style3 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style3 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ffc36d;
      border-color: #e39019; }
      .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #F6C4C4;
        border-color: #e44f4f; }
    .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #bbbbbb;
      border-color: #999999; }
      .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #fff;
        border-color: #e44f4f; }

.color-style3 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style3 .text-zebra .zebra-box .zebra-title {
    background-color: #f39713;
    color: #fff; }

.color-style3 .straight-memu {
  border-left-color: #ca7700; }
  .color-style3 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style3 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style3 .straight-memu li a:hover {
      background-color: #ffd598;
      color: #575757; }
  .color-style3 .straight-memu li .focus-button {
    background-color: #f7bb64;
    color: #000000; }
    .color-style3 .straight-memu li .focus-button:hover {
      background-color: #f7bb64;
      color: #000000; }

.color-style3 .registration-box .focus-red {
  color: #d00; }

.color-style3 .registration-box .annotation {
  color: #03456e; }

.color-style3 .registration-box .note {
  color: #d00; }

.color-style3 .registration-box .unit-name {
  color: #1e76be; }

.color-style3 .registration-box .user-name {
  color: #1e76be; }

.color-style3 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style3 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style3 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style3 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style3 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style3 .registration-box ul li .member-data div h3 {
    background-color: #ca7700;
    color: #fff; }
  .color-style3 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style3 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style3 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style3 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style3 .registration-box div .determine {
  background-color: #ffa21d;
  color: #fff;
  border-color: #e39019;
  text-shadow: none; }
  .color-style3 .registration-box div .determine:hover {
    background-color: #ffb141;
    color: #fff;
    border-color: #f6970f;
    text-shadow: none; }

.color-style3 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style3 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style3 .video-search ul li a {
  color: #353535;
  background-color: #ffc36d; }
  .color-style3 .video-search ul li a:hover, .color-style3 .video-search ul li a:focus {
    color: #ffffff;
    background-color: #ac3f3f; }

.color-style3 .video-search .video-object div a span {
  color: #575757; }

.color-style3 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style3 .video-button a {
  color: #353535;
  background-color: #ffc36d; }
  .color-style3 .video-button a:hover, .color-style3 .video-button a:focus {
    color: #ffffff;
    background-color: #ac3f3f; }

.color-style3 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style3 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #000000;
      background-color: #eb9212; }
      .color-style3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #ffb750; }
      .color-style3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #fff;
        background-color: #e00; }
    .color-style3 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style3 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style3 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style3 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style3 .tool-button a:hover, .color-style3 .tool-button a:focus, .color-style3 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style3 .bulletin-title-list .link-button {
  background-color: #ca7700; }
  .color-style3 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style3 .tab-title {
  background-color: #efefef; }
  .color-style3 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style3 .tab-title li .tab-select {
    background-color: #ffb141;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #ca7700;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style3 .right-content .right-content-menu .title-paging::after,
  .color-style3 .right-content .left-content-menu .title-paging::after, .color-style3 .left-content .right-content-menu .title-paging::after,
  .color-style3 .left-content .left-content-menu .title-paging::after {
    border-color: #ca7700 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style3 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style3 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #e7a039; }
    .color-style3 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #e7a039; } }

@media (min-width: 48em) {
  .color-style3 .paging-content:not(.article-page) table th {
    color: #353535;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #ffc572;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc572 0%, #ffb750 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc572 0%, #ffb750 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc572 0%, #ffb750 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc572', endColorstr='#ffb750',GradientType=0 );
    /* IE6-9 */
    background-color: #ffc572; } }

.color-style4 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style4 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #188144;
      border-color: #39ad6a; }
      .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #15733c;
        border-color: #46c27a; }
    .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style4 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style4 .text-zebra .zebra-box .zebra-title {
    background-color: #229452;
    color: #fff; }

.color-style4 .straight-memu {
  border-left-color: #188144; }
  .color-style4 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style4 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style4 .straight-memu li a:hover {
      background-color: #e8e7e7;
      color: #575757; }
  .color-style4 .straight-memu li .focus-button {
    background-color: #46c27a;
    color: #303030; }
    .color-style4 .straight-memu li .focus-button:hover {
      background-color: #46c27a;
      color: #303030; }

.color-style4 .registration-box .focus-red {
  color: #d00; }

.color-style4 .registration-box .annotation {
  color: #03456e; }

.color-style4 .registration-box .note {
  color: #d00; }

.color-style4 .registration-box .unit-name {
  color: #1e76be; }

.color-style4 .registration-box .user-name {
  color: #1e76be; }

.color-style4 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style4 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style4 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style4 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style4 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style4 .registration-box ul li .member-data div h3 {
    background-color: #188144;
    color: #fff; }
  .color-style4 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style4 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style4 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style4 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style4 .registration-box div .determine {
  background-color: #188144;
  color: #fff;
  border-color: #39ad6a;
  text-shadow: none; }
  .color-style4 .registration-box div .determine:hover {
    background-color: #278a51;
    color: #fff;
    border-color: #50c882;
    text-shadow: none; }

.color-style4 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style4 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style4 .video-search ul li a {
  color: #fff;
  background-color: #287a4a; }
  .color-style4 .video-search ul li a:hover, .color-style4 .video-search ul li a:focus {
    background-color: #20603a; }

.color-style4 .video-search .video-object div a span {
  color: #575757; }

.color-style4 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style4 .video-button a {
  background-color: #287a4a;
  color: #fff; }
  .color-style4 .video-button a:hover, .color-style4 .video-button a:focus {
    background-color: #20603a; }

.color-style4 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style4 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #188144; }
      .color-style4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #15733c; }
      .color-style4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style4 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style4 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style4 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style4 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style4 .tool-button a:hover, .color-style4 .tool-button a:focus, .color-style4 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style4 .bulletin-title-list .link-button {
  background-color: #0a5e10; }
  .color-style4 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style4 .tab-title {
  background-color: #efefef; }
  .color-style4 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style4 .tab-title li .tab-select {
    background-color: #188144;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #0a5e10;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style4 .right-content .right-content-menu .title-paging::after,
  .color-style4 .right-content .left-content-menu .title-paging::after, .color-style4 .left-content .right-content-menu .title-paging::after,
  .color-style4 .left-content .left-content-menu .title-paging::after {
    border-color: #188144 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style4 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style4 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style4 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style4 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #1f864a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1f864a 0%, #1c7842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1f864a 0%, #1c7842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1f864a 0%, #1c7842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f864a', endColorstr='#1c7842',GradientType=0 );
    /* IE6-9 */
    background-color: #1f864a; } }

.color-style5 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style5 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #000000; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #ff9999;
      border-color: #ffbcbc; }
      .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #faa;
        border-color: #ffcdcd; }
    .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #aaaaaa;
      border-color: #cccccc; }
      .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style5 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #cccccc;
        border-color: #aaaaaa; }

.color-style5 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style5 .text-zebra .zebra-box .zebra-title {
    color: #fff;
    background-color: #fb9191; }

.color-style5 .straight-memu {
  border-left-color: #ffa9a9; }
  .color-style5 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style5 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style5 .straight-memu li a:hover {
      background-color: #ffbcbc;
      color: #000; }
  .color-style5 .straight-memu li .focus-button {
    background-color: #ffdede;
    color: #000; }
    .color-style5 .straight-memu li .focus-button:hover {
      background-color: #ffdede;
      color: #000; }

.color-style5 .registration-box .focus-red {
  color: #d00; }

.color-style5 .registration-box .annotation {
  color: #03456e; }

.color-style5 .registration-box .note {
  color: #d00; }

.color-style5 .registration-box .unit-name {
  color: #1e76be; }

.color-style5 .registration-box .user-name {
  color: #1e76be; }

.color-style5 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style5 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style5 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style5 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style5 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style5 .registration-box ul li .member-data div h3 {
    background-color: #ff7d7d;
    color: #fff; }
  .color-style5 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style5 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style5 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style5 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style5 .registration-box div .determine {
  background-color: #ff9999;
  color: #fff;
  border-color: #ffbcbc;
  text-shadow: none; }
  .color-style5 .registration-box div .determine:hover {
    background-color: #ff7d7d;
    color: #fff;
    border-color: #ffaaaa;
    text-shadow: none; }

.color-style5 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style5 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style5 .video-search ul li a {
  color: #000;
  background-color: #ff9f9f; }
  .color-style5 .video-search ul li a:hover, .color-style5 .video-search ul li a:focus {
    background-color: #ffb0b0; }

.color-style5 .video-search .video-object div a span {
  color: #575757; }

.color-style5 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style5 .video-button a {
  color: #000;
  background-color: #ff9f9f; }
  .color-style5 .video-button a:hover, .color-style5 .video-button a:focus {
    background-color: #ffb0b0; }

.color-style5 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style5 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style5 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #000;
      background-color: #ff9999; }
      .color-style5 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #faa; }
      .color-style5 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        background-color: #FFE16D; }
    .color-style5 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style5 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style5 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style5 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style5 .tool-button a:hover, .color-style5 .tool-button a:focus, .color-style5 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style5 .bulletin-title-list .link-button {
  background-color: #ffa9a9; }
  .color-style5 .bulletin-title-list .link-button a {
    color: #920303; }

.color-style5 .tab-title {
  background-color: #efefef; }
  .color-style5 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style5 .tab-title li .tab-select {
    background-color: #ffdede;
    color: #bf5858; }

@media screen and (max-width: 990px) {
  .color-style5 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #dc7878;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style5 .right-content .right-content-menu .title-paging::after,
  .color-style5 .right-content .left-content-menu .title-paging::after, .color-style5 .left-content .right-content-menu .title-paging::after,
  .color-style5 .left-content .left-content-menu .title-paging::after {
    border-color: #dc7878 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style5 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style5 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #eb8d8d; }
    .color-style5 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #eb8d8d; } }

@media (min-width: 48em) {
  .color-style5 .paging-content:not(.article-page) table th {
    color: #000;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #fb9191;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fb9191 0%, #ff7d7d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb9191 0%, #ff7d7d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fb9191 0%, #ff7d7d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9191', endColorstr='#ff7d7d',GradientType=0 );
    /* IE6-9 */
    background-color: #fb9191; } }

.color-style6 .lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style6 .lightBox-bg .lightBox-content .lightBox-button {
    border-top-color: #ddd; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
      color: #fff; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
      background-color: #802b93;
      border-color: #aa57bd; }
      .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
        background-color: #9733ad;
        border-color: #b66fc7; }
    .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
      background-color: #6d6d6d;
      border-color: #999999; }
      .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .color-style6 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
        background-color: #757575;
        border-color: #aaaaaa; }

.color-style6 .text-zebra .zebra-box {
  background-color: #efefef; }
  .color-style6 .text-zebra .zebra-box .zebra-title {
    background-color: #a04bb2;
    color: #fff; }

.color-style6 .straight-memu {
  border-left-color: #802b93; }
  .color-style6 .straight-memu li + li {
    border-top-color: #d8d8d8; }
  .color-style6 .straight-memu li a {
    background-color: #f5f5f5;
    color: #575757; }
    .color-style6 .straight-memu li a:hover {
      background-color: #e8e7e7;
      color: #575757; }
  .color-style6 .straight-memu li .focus-button {
    background-color: #a04bb2;
    color: #f8f6e7; }
    .color-style6 .straight-memu li .focus-button:hover {
      background-color: #a04bb2;
      color: #f8f6e7; }

.color-style6 .registration-box .focus-red {
  color: #d00; }

.color-style6 .registration-box .annotation {
  color: #03456e; }

.color-style6 .registration-box .note {
  color: #d00; }

.color-style6 .registration-box .unit-name {
  color: #1e76be; }

.color-style6 .registration-box .user-name {
  color: #1e76be; }

.color-style6 .registration-box .registration-content {
  background-color: #f5f5f5; }

.color-style6 .registration-box ul li {
  border-bottom-color: #ddd; }
  .color-style6 .registration-box ul li div .registration-text input {
    border-color: #a6a6a6; }
    .color-style6 .registration-box ul li div .registration-text input:focus {
      border-color: #ff9800; }
  .color-style6 .registration-box ul li div .registration-text p {
    color: #d00; }
  .color-style6 .registration-box ul li .member-data div h3 {
    background-color: #802b93;
    color: #fff; }
  .color-style6 .registration-box ul li .member-data div p span {
    color: #ff2c1c; }

.color-style6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
  border-color: #a6a6a6; }
  .color-style6 .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
    border-color: #ff9800; }

.color-style6 .registration-box ul .registration-average .registration-width-short div div select {
  border-color: #a6a6a6; }
  .color-style6 .registration-box ul .registration-average .registration-width-short div div select:focus {
    border-color: #ff9800; }

.color-style6 .registration-box div .determine {
  background-color: #802b93;
  color: #fff;
  border-color: #aa57bd;
  text-shadow: none; }
  .color-style6 .registration-box div .determine:hover {
    background-color: #9b4cad;
    color: #fff;
    border-color: #bc6ece;
    text-shadow: none; }

.color-style6 .registration-box div .cancel {
  background-color: #aaaaaa;
  border-color: #cccccc;
  text-shadow: none; }
  .color-style6 .registration-box div .cancel:hover {
    background-color: #9e9e9e;
    border-color: #bdbdbd; }

.color-style6 .video-search ul li a {
  background-color: #802b93;
  color: #fff; }

.color-style6 .video-search .video-object div a span {
  color: #575757; }

.color-style6 .video-search .video-object div a .video-date {
  background-color: #efefef; }

.color-style6 .video-button a {
  background-color: #802b93;
  color: #fff; }

.color-style6 .tool-button .light-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .color-style6 .tool-button .light-box .light-box-content {
    background-color: #fff; }
    .color-style6 .tool-button .light-box .light-box-content .mail-eliminate {
      color: #fff;
      background-color: #ab43c3; }
      .color-style6 .tool-button .light-box .light-box-content .mail-eliminate:hover {
        background-color: #9733ad; }
      .color-style6 .tool-button .light-box .light-box-content .mail-eliminate:focus {
        color: #353535;
        background-color: #FFE16D; }
    .color-style6 .tool-button .light-box .light-box-content .fill-data {
      border-bottom-color: #ddd; }
      .color-style6 .tool-button .light-box .light-box-content .fill-data .data label {
        color: #6e6e6e; }
      .color-style6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
        border-color: #a6a6a6; }
        .color-style6 .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
          border-color: #ff9800; }

.color-style6 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .color-style6 .tool-button a:hover, .color-style6 .tool-button a:focus, .color-style6 .tool-button a:active {
    background-color: #f0f0f0; }

.color-style6 .bulletin-title-list .link-button {
  background-color: #5e146e; }
  .color-style6 .bulletin-title-list .link-button a {
    color: #efefef; }

.color-style6 .tab-title {
  background-color: #efefef; }
  .color-style6 .tab-title li a {
    background-color: #d9d9d9;
    color: #575757; }
  .color-style6 .tab-title li .tab-select {
    background-color: #802b93;
    color: #fff; }

@media screen and (max-width: 990px) {
  .color-style6 .tool-button .light-box .light-box-content .mail-eliminate {
    color: #802b93;
    background-color: #f4f4f4;
    border-color: #ddd; } }

@media screen and (max-width: 800px) {
  .color-style6 .right-content .right-content-menu .title-paging::after,
  .color-style6 .right-content .left-content-menu .title-paging::after, .color-style6 .left-content .right-content-menu .title-paging::after,
  .color-style6 .left-content .left-content-menu .title-paging::after {
    border-color: #802b93 transparent transparent transparent; } }

@media screen and (max-width: 415px) {
  .color-style6 .tab-inner .bulletin-title-list {
    width: 100%; }
    .color-style6 .tab-inner .bulletin-title-list .wdn_responsive_table {
      box-shadow: -5px 0px 0 #b8b8b8; }
    .color-style6 .tab-inner .bulletin-title-list .link-button {
      box-shadow: -5px 0px 0 #b8b8b8; } }

@media (min-width: 48em) {
  .color-style6 .paging-content:not(.article-page) table th {
    color: #fff;
    border: 2px solid #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#066caa+0,03456e+100 */
    background: #a04bb2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a04bb2 0%, #813092 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a04bb2 0%, #813092 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a04bb2 0%, #813092 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a04bb2', endColorstr='#813092',GradientType=0 );
    /* IE6-9 */
    background-color: #a04bb2; } }

/*-------------------------------------------------------------- color style setting of template 3*/
.template-1.color-style1 {
  background: #ffffff; }

.template-1.color-style2 {
  background: #ffffff; }

.template-1.color-style3 {
  background: #ffffff; }

.template-1.color-style4 {
  background: #ffffff; }

.template-1.color-style5 {
  background: #ffffff; }

.template-1.color-style6 {
  background: #ffffff; }

.template-3.color-style1 .title-paging,
.template-3.color-style1 .tool-button .light-box .light-box-content h2 {
  border-color: #066caa;
  box-shadow: none; }

.template-3.color-style1 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style1 .title, .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style1 h2, .template-3.color-style1 h2.h2-page-title {
  border-color: #066caa;
  box-shadow: none; }

.template-3.color-style1 .span-page-title {
  border-color: #066caa;
  box-shadow: none; }

.template-3.color-style1 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style2 .title-paging,
.template-3.color-style2 .tool-button .light-box .light-box-content h2 {
  border-color: #5e0a0a;
  box-shadow: none; }

.template-3.color-style2 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-3.color-style2 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style2 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style2 h2, .template-3.color-style2 h2.h2-page-title {
  border-color: #5e0a0a;
  box-shadow: none; }

.template-3.color-style2 .span-page-title {
  border-color: #5e0a0a;
  box-shadow: none; }

.template-3.color-style2 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style3 .title-paging,
.template-3.color-style3 .tool-button .light-box .light-box-content h2 {
  border-color: #ca7700;
  box-shadow: none; }

.template-3.color-style3 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-3.color-style3 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style3 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style3 h2, .template-3.color-style3 h2.h2-page-title {
  border-color: #ca7700;
  box-shadow: none; }

.template-3.color-style3 .span-page-title {
  border-color: #ca7700;
  box-shadow: none; }

.template-3.color-style3 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style4 .title-paging,
.template-3.color-style4 .tool-button .light-box .light-box-content h2 {
  border-color: #0a5e10;
  box-shadow: none; }

.template-3.color-style4 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-3.color-style4 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style4 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style4 h2, .template-3.color-style4 h2.h2-page-title {
  border-color: #0a5e10;
  box-shadow: none; }

.template-3.color-style4 .span-page-title {
  border-color: #0a5e10;
  box-shadow: none; }

.template-3.color-style4 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style5 .title-paging,
.template-3.color-style5 .tool-button .light-box .light-box-content h2 {
  border-color: #ffa9a9;
  box-shadow: none;
  background: #ffdfdf;
  background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

.template-3.color-style5 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-3.color-style5 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-3.color-style5 .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-3.color-style5 h2, .template-3.color-style5 h2.h2-page-title {
  border-color: #ffa9a9;
  box-shadow: none;
  background: #ffdfdf;
  background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

.template-3.color-style5 .span-page-title {
  border-color: #ffa9a9;
  box-shadow: none;
  background: #ffdfdf;
  background: -moz-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffdfdf 0%, #fff7f7 100%);
  background: linear-gradient(to right, #ffdfdf 0%, #fff7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfdf', endColorstr='#fff7f7',GradientType=1 ); }

.template-3.color-style5 .tool-button.tool-by-h2 a {
  border-color: #c8aeae; }
  .template-3.color-style5 .tool-button.tool-by-h2 a:hover, .template-3.color-style5 .tool-button.tool-by-h2 a:focus, .template-3.color-style5 .tool-button.tool-by-h2 a:active {
    border-color: #dc7878;
    background-color: #fff2f2; }

.template-3.color-style5 .breadcrumb a {
  color: #6f6f6f; }

.template-3.color-style6 .title-paging,
.template-3.color-style6 .tool-button .light-box .light-box-content h2 {
  border-color: #5e146e;
  box-shadow: none; }

.template-3.color-style6 h2.h2-title, .template-2 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-4 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-5 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-6 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-7 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-12 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style1 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style2 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style3 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style4 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .color-style5 .lightBox-bg .lightBox-content .template-3.color-style6 .title, .template-3.color-style6 .lightBox-bg .lightBox-content .title, .template-3.color-style1 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-3.color-style6 h2, .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 h2.h2-page-title {
  border-color: #5e146e;
  box-shadow: none; }

.template-3.color-style6 .span-page-title {
  border-color: #5e146e;
  box-shadow: none; }

.template-3.color-style6 .breadcrumb a {
  color: #6f6f6f; }

.template-7.color-style1 .left-content .left-content-menu,
.template-7.color-style1 .right-content .right-content-menu {
  background: #2B79B6; }
  .template-7.color-style1 .left-content .left-content-menu .title-paging,
  .template-7.color-style1 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style1 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style1 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style1 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style1 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style1 .straight-memu li a:focus {
      outline-color: #d48649; }
  .template-7.color-style1 .straight-memu li .focus-button {
    color: #215e8d;
    background-color: #d5e4f0; }
    .template-7.color-style1 .straight-memu li .focus-button:hover {
      color: #215e8d;
      background-color: #d5e4f0; }

.template-7.color-style1 .video-search ul li a {
  color: #fff;
  background-color: #2B79B6; }
  .template-7.color-style1 .video-search ul li a:hover {
    color: #fff;
    background-color: #115892; }
  .template-7.color-style1 .video-search ul li a:focus {
    outline-color: #d48649;
    background-color: #2B79B6; }

.template-7.color-style1 .video-button a {
  color: #fff;
  background-color: #2B79B6; }
  .template-7.color-style1 .video-button a:hover {
    color: #fff;
    background-color: #115892; }
  .template-7.color-style1 .video-button a:focus {
    outline-color: #d48649;
    background-color: #2B79B6; }

@media screen and (max-width: 800px) {
  .template-7.color-style1 .left-content .left-content-menu .title-paging,
  .template-7.color-style1 .right-content .right-content-menu .title-paging {
    background-color: #2B79B6; }
    .template-7.color-style1 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style1 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style2 .left-content .left-content-menu,
.template-7.color-style2 .right-content .right-content-menu {
  background: #AD6114; }
  .template-7.color-style2 .left-content .left-content-menu .title-paging,
  .template-7.color-style2 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style2 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style2 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style2 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style2 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style2 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style2 .straight-memu li a:focus {
      outline-color: #529eeb; }
  .template-7.color-style2 .straight-memu li .focus-button {
    color: #7f470f;
    background-color: #efdfd0; }
    .template-7.color-style2 .straight-memu li .focus-button:hover {
      color: #7f470f;
      background-color: #efdfd0; }

.template-7.color-style2 .video-search ul li a {
  color: #fff;
  background-color: #463637; }
  .template-7.color-style2 .video-search ul li a:hover {
    color: #fff;
    background-color: #AD6114; }
  .template-7.color-style2 .video-search ul li a:focus {
    outline-color: #529eeb;
    background-color: #6c5455; }

.template-7.color-style2 .video-button a {
  color: #fff;
  background-color: #463637; }
  .template-7.color-style2 .video-button a:hover {
    color: #fff;
    background-color: #AD6114; }
  .template-7.color-style2 .video-button a:focus {
    outline-color: #529eeb;
    background-color: #6c5455; }

.template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #AD6114; }
  .template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style2 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style2 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style2 .tool-button a:hover, .template-7.color-style2 .tool-button a:focus, .template-7.color-style2 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style2 .left-content .left-content-menu .title-paging,
  .template-7.color-style2 .right-content .right-content-menu .title-paging {
    background-color: #AD6114; }
    .template-7.color-style2 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style2 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style3 .left-content .left-content-menu,
.template-7.color-style3 .right-content .right-content-menu {
  background: #018378; }
  .template-7.color-style3 .left-content .left-content-menu .title-paging,
  .template-7.color-style3 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style3 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style3 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style3 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style3 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style3 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style3 .straight-memu li a:focus {
      outline-color: #fe7c87; }
  .template-7.color-style3 .straight-memu li .focus-button {
    color: #01504a;
    background-color: #cce6e4; }
    .template-7.color-style3 .straight-memu li .focus-button:hover {
      color: #01504a;
      background-color: #cce6e4; }

.template-7.color-style3 .video-search ul li a {
  color: #fff;
  background-color: #A26401; }
  .template-7.color-style3 .video-search ul li a:hover {
    color: #000;
    background-color: #fda00b; }
  .template-7.color-style3 .video-search ul li a:focus {
    color: #01504a;
    outline-color: #fe7c87;
    background-color: #cce6e4; }

.template-7.color-style3 .video-button a {
  color: #fff;
  background-color: #A26401; }
  .template-7.color-style3 .video-button a:hover {
    color: #000;
    background-color: #fda00b; }
  .template-7.color-style3 .video-button a:focus {
    color: #01504a;
    outline-color: #fe7c87;
    background-color: #cce6e4; }

.template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #018378; }
  .template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style3 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style3 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style3 .tool-button a:hover, .template-7.color-style3 .tool-button a:focus, .template-7.color-style3 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style3 .left-content .left-content-menu .title-paging,
  .template-7.color-style3 .right-content .right-content-menu .title-paging {
    background-color: #018378; }
    .template-7.color-style3 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style3 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.template-7.color-style4 .left-content .left-content-menu,
.template-7.color-style4 .right-content .right-content-menu {
  background: #378166; }
  .template-7.color-style4 .left-content .left-content-menu .title-paging,
  .template-7.color-style4 .right-content .right-content-menu .title-paging {
    color: #fff; }

.template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button {
  border-top-color: #ddd; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box a {
    color: #000; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
    background-color: #ffc36d;
    border-color: #e39019; }
    .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover, .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
      background-color: #F6C4C4;
      border-color: #e44f4f; }
  .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
    background-color: #bbbbbb;
    border-color: #999999; }
    .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover, .template-7.color-style4 .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
      background-color: #fff;
      border-color: #e44f4f; }

.template-7.color-style4 .straight-memu {
  border: 1px solid #b6b6b6; }
  .template-7.color-style4 .straight-memu li + li {
    border-top-color: #b6b6b6; }
  .template-7.color-style4 .straight-memu li a {
    color: #000;
    background-color: #fff; }
    .template-7.color-style4 .straight-memu li a:hover {
      background-color: #f0f0f0; }
    .template-7.color-style4 .straight-memu li a:focus {
      outline-color: #c87e99; }
  .template-7.color-style4 .straight-memu li .focus-button {
    color: #285d4a;
    background-color: #d7e6e0; }
    .template-7.color-style4 .straight-memu li .focus-button:hover {
      color: #285d4a;
      background-color: #d7e6e0; }

.template-7.color-style4 .video-search ul li a {
  color: #fff;
  background-color: #B45E08; }
  .template-7.color-style4 .video-search ul li a:hover {
    color: #000;
    background-color: #f7a24d; }
  .template-7.color-style4 .video-search ul li a:focus {
    color: #000;
    outline-color: #c87e99;
    background-color: #f7a24d; }

.template-7.color-style4 .video-button a {
  color: #fff;
  background-color: #B45E08; }
  .template-7.color-style4 .video-button a:hover {
    color: #000;
    background-color: #f7a24d; }
  .template-7.color-style4 .video-button a:focus {
    color: #000;
    outline-color: #c87e99;
    background-color: #f7a24d; }

.template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate {
  color: #fff;
  background-color: #378166; }
  .template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate:hover {
    background-color: #C25100; }
  .template-7.color-style4 .tool-button .light-box .light-box-content .mail-eliminate:focus {
    color: #fff;
    background-color: #e00; }

.template-7.color-style4 .tool-button a {
  border-color: #ddd;
  background-color: #ffffff; }
  .template-7.color-style4 .tool-button a:hover, .template-7.color-style4 .tool-button a:focus, .template-7.color-style4 .tool-button a:active {
    background-color: #f0f0f0; }

@media screen and (max-width: 800px) {
  .template-7.color-style4 .left-content .left-content-menu .title-paging,
  .template-7.color-style4 .right-content .right-content-menu .title-paging {
    background-color: #378166; }
    .template-7.color-style4 .left-content .left-content-menu .title-paging::after,
    .template-7.color-style4 .right-content .right-content-menu .title-paging::after {
      border-color: #fff transparent transparent transparent; } }

.article-page article .cp.table {
  table-layout: fixed;
  width: 100%;
  padding: 1px 0;
  border-top: 2px solid #02cfbe;
  border-bottom: 2px solid #f0f0f0;
  margin: 8px 0; }
  .article-page article .cp.table tr th {
    color: #fff;
    background-color: #018378; }
  .article-page article .cp.table tr + tr td {
    border-top: 1px solid #b6b6b6; }
  .article-page article .cp.table tr + tr td:first-child {
    background-color: #fcf9f9; }
  .article-page article .cp.table tr + tr td + td {
    border-left: 1px solid #b6b6b6; }

.article-page article .item01 {
  margin: 5px 0 8px 2rem;
  position: relative; }
  .article-page article .item01 p {
    margin: 0;
    position: absolute; }
  .article-page article .item01 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item02 {
  margin: 5px 0 8px 3rem;
  position: relative; }
  .article-page article .item02 p {
    margin: 0;
    position: absolute; }
  .article-page article .item02 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item03 {
  margin: 5px 0 8px 4rem;
  position: relative; }
  .article-page article .item03 p {
    margin: 0;
    position: absolute; }
  .article-page article .item03 p + span {
    margin-left: 3rem;
    display: block; }

.article-page article .item04 {
  margin: 5px 0 8px 5rem;
  position: relative; }
  .article-page article .item04 p {
    margin: 0;
    position: absolute; }
  .article-page article .item04 p + span {
    margin-left: 3rem;
    display: block; }

.color-style1 .article-page article .cp.table {
  border-top: 2px solid #569fd7; }
  .color-style1 .article-page article .cp.table tr th {
    color: #fff;
    background-color: #2B79B6; }

.color-style2.template-7 .article-page article .cp.table {
  border-top: 2px solid #e68727; }
  .color-style2.template-7 .article-page article .cp.table tr th {
    color: #fff;
    background-color: #AD6114; }

/*-------------------- 功能模組：頁首 - 分眾導覽 ---------------------*/
.header-classification {
  padding: 5px 15px;
  display: flex;
  width: 90%;
  max-width: 255px;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-classification .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2; }
  .header-classification select {
    width: 100%;
    height: 28px;
    padding: 0 20px 0 5px;
    font-size: 0.875rem;
    border: 1px solid #a9a9a9;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-size: 10px;
    background-position: right 5px center;
    background-repeat: no-repeat; }
    .header-classification select::-ms-expand {
      display: none; }
  .color-style1 .header-classification .title {
    color: #184e69; }
  .color-style1 .header-classification select {
    background-image: url(../img/arrow-style-1.png);
    background-color: #fff;
    color: #105c98; }
  .color-style2 .header-classification .title {
    color: #811818; }
  .color-style2 .header-classification select {
    background-image: url(../img/arrow-style-2.png);
    background-color: #fff;
    color: #353535; }
  .color-style3 .header-classification .title {
    color: #ca7700; }
  .color-style3 .header-classification select {
    background-image: url(../img/arrow-style-3.png);
    background-color: #fff; }
  .color-style4 .header-classification {
    background-color: #2e8c56; }
    .color-style4 .header-classification .title {
      color: #fff; }
    .color-style4 .header-classification select {
      background-image: url(../img/arrow-style-4.png);
      background-color: #fff; }
  .color-style5 .header-classification {
    background-color: #f7f7f7; }
    .color-style5 .header-classification select {
      background-image: url(../img/arrow-style-5.png);
      background-color: #fff; }
  .color-style6 .header-classification .title {
    color: #802b93; }
  .color-style6 .header-classification select {
    border: 1px #e5e5e5 solid;
    background-image: url(../img/arrow-style-6.png);
    background-color: #fff;
    color: #105c98; }

/*-------------------- 功能模組：頁首 - 文字大小 ---------------------*/
.header-text-size {
  width: 90%;
  max-width: 255px;
  padding: 5px 15px;
  display: flex;
  background-color: #fff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-text-size .title {
    width: 110px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2;
    margin-right: 15px;
    border-right: 1px solid #ddd; }
    html:lang(en).set-font-size-large .header-text-size .title {
      width: 150px; }
  .header-text-size .text-button {
    width: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-text-size .text-button a {
      width: 35px;
      height: 28px;
      font-weight: bold;
      color: #4a4a4a;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-text-size .text-button a:hover {
        color: #008269; }
      .header-text-size .text-button a.small {
        font-size: 0.875rem; }
      .header-text-size .text-button a.medium {
        font-size: 1rem; }
      .header-text-size .text-button a.large {
        font-size: 1.125rem; }
      .header-text-size .text-button a.selected {
        background-color: #fff;
        box-shadow: 1px 2px 1px #c7c7c7;
        border-radius: 5px;
        color: #008269; }
      .header-text-size .text-button a:focus {
        color: #ffffff !important;
        background-color: #d10000 !important;
        outline: none; }
      html.set-font-size-large .header-text-size .text-button a.small {
        font-size: 0.77rem; }
      html.set-font-size-large .header-text-size .text-button a.medium {
        font-size: 0.88rem; }
      html.set-font-size-large .header-text-size .text-button a.large {
        font-size: 1rem; }
      html.set-font-size-small .header-text-size .text-button a.small {
        font-size: 1rem; }
      html.set-font-size-small .header-text-size .text-button a.medium {
        font-size: 1.14rem; }
      html.set-font-size-small .header-text-size .text-button a.large {
        font-size: 1.28rem; }
  .color-style1 .header-text-size .title {
    color: #184e69; }
  .color-style1 .header-text-size .text-button a {
    color: #000; }
    .color-style1 .header-text-size .text-button a:hover {
      color: #0d3a68; }
    .color-style1 .header-text-size .text-button a.selected {
      color: #0d3a68; }
  .color-style2 .header-text-size .title {
    color: #811818; }
  .color-style2 .header-text-size .text-button a:hover {
    color: #811818; }
  .color-style2 .header-text-size .text-button a.selected {
    color: #811818; }
  .color-style3 .header-text-size .title {
    color: #000; }
  .color-style3 .header-text-size .text-button a:hover {
    color: #764803; }
  .color-style3 .header-text-size .text-button a.selected {
    color: #774700; }
  .color-style4 .header-text-size {
    background-color: #246f44; }
    .color-style4 .header-text-size .title {
      color: #fff; }
    .color-style4 .header-text-size .text-button a {
      color: #fff; }
      .color-style4 .header-text-size .text-button a:hover {
        color: #ffff80; }
      .color-style4 .header-text-size .text-button a.selected {
        color: #188144;
        background-color: #fffcdf;
        box-shadow: 1px 2px 1px #52a173; }
    .color-style4 .header-text-size .text-button .selected {
      color: #0e5f30; }
  .color-style5 .header-text-size {
    background-color: #f7f7f7; }
    .color-style5 .header-text-size .text-button a:hover {
      color: #b74542; }
    .color-style5 .header-text-size .text-button a.selected {
      color: #b44441; }
  .color-style6 .header-text-size {
    background-color: #fff; }
    .color-style6 .header-text-size .title {
      color: #802b93; }
    .color-style6 .header-text-size .text-button a:hover {
      color: #640660; }
    .color-style6 .header-text-size .text-button a.selected {
      color: #640660; }

/*-------------------- 功能模組：頁首 - 按鈕 ---------------------*/
.header-buttons {
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-buttons a {
    height: 32px;
    line-height: 32px;
    color: #2a2a2a;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    background-color: #f7f7f7; }
    .header-buttons a + a {
      margin-left: 5px; }
    .header-buttons a:hover, .header-buttons a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style5 .header-buttons a {
    background-color: #fff7f7; }
    .color-style5 .header-buttons a:hover {
      background-color: #f4685e; }
    .color-style5 .header-buttons a:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }

/*-------------------- 功能模組：頁首 - 今天日期 ---------------------*/
.header-today {
  width: 90%;
  max-width: 255px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding: 5px 15px;
  background-color: #ffffff;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-today p {
    font-size: 0.9rem; }
  .color-style4 .header-today {
    background-color: #2e8c56; }
    .color-style4 .header-today p {
      color: #ffffff; }
  .color-style5 .header-today {
    background-color: #f7f7f7; }

/*-------------------- 功能模組：頁首 - 電子報 ---------------------*/
.header-newspaper {
  width: 90%;
  max-width: 500px;
  /*-------------------- 顏色設定 ---------------------*/
  /* 顏色更換：藍 */
  /* 顏色更換：深紅 */
  /* 顏色更換：橘 */
  /* 顏色更換：綠 */
  /* 顏色更換：粉紅 */
  /* 顏色更換：紫 */ }
  .header-newspaper form {
    display: flex;
    align-items: center; }
  .header-newspaper input.email {
    flex: 1;
    height: 32px;
    border: 2px solid #dddddd;
    overflow: hidden; }
  .header-newspaper input[type=button].butn {
    height: 30px;
    font-size: 0.875rem;
    padding: 0 15px;
    margin-left: 7px;
    border: none; }
    .header-newspaper input[type=button].butn.ok {
      color: #ffffff;
      background-color: #008269; }
      .header-newspaper input[type=button].butn.ok:hover {
        background-color: #f4685e; }
      .header-newspaper input[type=button].butn.ok:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
    .header-newspaper input[type=button].butn.cancel {
      color: #969494;
      background-color: #d4d4d4; }
      .header-newspaper input[type=button].butn.cancel:hover {
        background-color: #cccccc; }
      .header-newspaper input[type=button].butn.cancel:focus {
        color: #fff;
        outline: none;
        background-color: #d10000; }
  .color-style1 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #F8980F; }
    .color-style1 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    .color-style1 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style2 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #ea8484; }
    .color-style2 .header-newspaper input[type=button].butn.ok:hover {
      color: #fff;
      background-color: #b63131; }
    .color-style2 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style3 .header-newspaper input[type=button].butn.ok {
    color: #353535;
    background-color: #F8980F; }
    .color-style3 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #ffe186; }
    .color-style3 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style4 .header-newspaper input[type=button].butn.ok {
    background-color: #2ca05d; }
    .color-style4 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #0a5e10; }
    .color-style4 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style5 .header-newspaper input[type=button].butn.ok {
    background-color: #ffa9a9; }
    .color-style5 .header-newspaper input[type=button].butn.ok:hover {
      background-color: #dc7878; }
    .color-style5 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }
  .color-style6 .header-newspaper input[type=button].butn.ok {
    background-color: #802b93; }
    .color-style6 .header-newspaper input[type=button].butn.ok:hover {
      color: #353535;
      background-color: #ffe186; }
    .color-style6 .header-newspaper input[type=button].butn.ok:focus {
      color: #fff;
      outline: none;
      background-color: #d10000; }

/*-------------------- 功能模組：頁首 ---------------------*/
header {
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  /** 平板 **/
  /** 手機 **/ }
  header .second-menu-top {
    border-bottom: 1px solid #e3eff5;
    display: none; }
    header .second-menu-top > div {
      margin: 0 auto;
      padding: 0 15px;
      text-align: right; }
      header .second-menu-top > div a {
        font-size: 0.875rem;
        color: #184e69;
        display: inline-block;
        padding: 5px 0; }
        header .second-menu-top > div a + a {
          margin-left: 15px; }
        header .second-menu-top > div a:hover {
          color: #f44336; }
        header .second-menu-top > div a:focus {
          color: #fff;
          padding: 0 5px;
          outline: none;
          background-color: #d10000; }
  header .header-width {
    margin: 0 auto;
    display: flex;
    padding: 0; }
    header .header-width .logo-box {
      display: flex;
      width: 100%;
      max-width: 400px;
      align-items: center;
      background-color: #F6F5F5;
      height: auto;
      justify-content: center;
      position: fixed;
      z-index: 120;
      border-left: 20px solid #F6F5F5;
      box-shadow: inset -125px 0 0 0 #f5f5f5; }
      header .header-width .logo-box h1 {
        display: block;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 28px;
        height: fit-content; }
        header .header-width .logo-box h1 a {
          display: block;
          width: 100%; }
          header .header-width .logo-box h1 a img {
            width: 100%;
            max-width: none !important;
            opacity: 0; }
            @media screen and (min-width: 1025px) {
              header .header-width .logo-box h1 a img {
                position: absolute;
                top: 37px; } }
            @media screen and (max-width: 360px) {
              header .header-width .logo-box h1 a img {
                width: 95%; } }
            @media screen and (max-width: 344px) {
              header .header-width .logo-box h1 a img {
                width: 90%; } }
          header .header-width .logo-box h1 a:focus {
            outline: none;
            border: 3px dashed #d10000; }
      header .header-width .logo-box:last-child:not(:first-child) {
        justify-content: flex-end; }
        header .header-width .logo-box:last-child:not(:first-child) h1 {
          text-align: right; }
      header .header-width .logo-box:nth-child(2):not(:last-child) {
        justify-content: center; }
    header .header-width .function-header {
      width: calc((100% - 380px) / 2); }
      header .header-width .function-header:first-child ul .header-function-top,
      header .header-width .function-header:first-child ul .header-function-center,
      header .header-width .function-header:first-child ul .header-function-bottom {
        justify-content: flex-start; }
      header .header-width .function-header:first-child:nth-last-child(2) ul li:empty {
        height: 0px; }
      header .header-width .function-header:first-child:nth-last-child(2) ul li .search,
      header .header-width .function-header:first-child:nth-last-child(2) ul li .search-google {
        max-width: 500px; }
      header .header-width .function-header:last-child:nth-child(2) {
        width: 100%;
        background-color: #f5f5f5; }
        header .header-width .function-header:last-child:nth-child(2) ul li:empty {
          height: 0px; }
        header .header-width .function-header:last-child:nth-child(2) ul li .search,
        header .header-width .function-header:last-child:nth-child(2) ul li .search-google {
          max-width: 500px; }
      header .header-width .function-header:nth-child(2):not(:last-child) ul li .search,
      header .header-width .function-header:nth-child(2):not(:last-child) ul li .search-google {
        width: 90%; }
      header .header-width .function-header ul {
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        display: none; }
        header .header-width .function-header ul li {
          width: 100%;
          display: flex;
          justify-content: flex-end; }
          header .header-width .function-header ul li:empty {
            height: 25px; }
          header .header-width .function-header ul li .search,
          header .header-width .function-header ul li .search-google {
            width: 90%;
            max-width: 410px; }
          header .header-width .function-header ul li.header-function-top:empty + .header-function-center:not(:empty) {
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-top:not(:empty) {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-top .header-classification,
          header .header-width .function-header ul li.header-function-top .header-text-size,
          header .header-width .function-header ul li.header-function-top .header-today {
            border-radius: 0 0 12px 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-top .header-buttons,
          header .header-width .function-header ul li.header-function-top .header-newspaper {
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-top .search,
          header .header-width .function-header ul li.header-function-top .search-google {
            max-width: 410px;
            margin-top: 15px; }
          header .header-width .function-header ul li.header-function-center:not(:empty) {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-center .header-classification,
          header .header-width .function-header ul li.header-function-center .header-text-size,
          header .header-width .function-header ul li.header-function-center .header-today {
            border-radius: 12px;
            box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-bottom .header-classification,
          header .header-width .function-header ul li.header-function-bottom .header-text-size,
          header .header-width .function-header ul li.header-function-bottom .header-today {
            border-radius: 12px 12px 0 0;
            box-shadow: 2px -1px 3px 0px rgba(0, 0, 0, 0.2); }
          header .header-width .function-header ul li.header-function-bottom .header-buttons,
          header .header-width .function-header ul li.header-function-bottom .header-newspaper {
            margin-bottom: 15px; }
          header .header-width .function-header ul li.header-function-bottom .search,
          header .header-width .function-header ul li.header-function-bottom .search-google {
            max-width: 410px;
            margin-bottom: 15px; }
  @media screen and (min-width: 1025px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 38% !important; } }
  @media screen and (min-width: 1280px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 37% !important; } }
  @media screen and (min-width: 1447px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 28% !important; } }
  @media screen and (min-width: 1847px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 27% !important; } }
  @media screen and (min-width: 2000px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 23% !important; } }
  @media screen and (min-width: 2500px) {
    header .logo-box h1 {
      position: fixed !important;
      top: 28px;
      width: 21% !important; } }
  header .hamburger-box {
    display: none; }
  @media screen and (max-width: 1025px) {
    header {
      background-color: #fff;
      margin-bottom: 0px;
      width: 100%;
      position: fixed;
      z-index: 200; }
      header .second-menu-top {
        height: 45px;
        overflow-x: auto; }
        header .second-menu-top div {
          max-width: none;
          height: 43px;
          line-height: 43px;
          width: 100vw;
          margin: 0;
          padding: 0 10px;
          text-align: center;
          position: relative;
          white-space: nowrap; }
          header .second-menu-top div a {
            height: 100%;
            padding: 0 15px; }
            header .second-menu-top div a + a {
              margin-left: 0; }
      header .header-width {
        width: 100%;
        height: 80px; }
        header .header-width .logo-box {
          width: 100%;
          justify-content: space-between;
          margin: 0;
          max-width: none;
          box-shadow: none;
          background-color: #fff;
          border-left: 20px solid #fff; }
          header .header-width .logo-box h1 {
            max-width: 300px;
            flex: 1;
            position: absolute;
            top: -16px;
            left: 5px; }
            header .header-width .logo-box h1 .logo {
              max-width: 270px;
              margin: auto; }
          header .header-width .logo-box:first-child:last-child, header .header-width .logo-box:last-child:first-child, header .header-width .logo-box:nth-last-child(2), header .header-width .logo-box:nth-child(2):last-child {
            width: 100%;
            padding-top: 23px; }
          header .header-width .logo-box .hamburger-box {
            width: 45px;
            height: 40px;
            padding: 5px;
            border-radius: 10px;
            border: 2px solid #ecdcb8;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            background-color: #ecdcb8;
            position: fixed;
            right: 0px; }
            header .header-width .logo-box .hamburger-box .hamburger-logo {
              width: 22px;
              margin: auto;
              border-top: 3px solid #7b7676; }
              header .header-width .logo-box .hamburger-box .hamburger-logo::before, header .header-width .logo-box .hamburger-box .hamburger-logo::after {
                content: '';
                width: 100%;
                height: 3px;
                display: block;
                margin-top: 18%;
                background-color: #7b7676; }
              header .header-width .logo-box .hamburger-box .hamburger-logo img {
                display: none; }
        header .header-width .function-header {
          display: none; } }
  @media screen and (max-width: 1024px) {
    header .logo-box h1 {
      top: 28px !important; } }
  @media screen and (max-width: 414px) {
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 4);
      padding: 0; } }
  @media screen and (max-width: 320px) {
    header .second-menu-top div a {
      min-width: calc((100vw - 30px) / 3); }
    header .header-width .logo-box .logo {
      max-width: 220px; }
    header .header-width .logo-box .hamburger-box {
      width: 35px; } }

.t-l {
  text-align: left !important; }

.t-c {
  text-align: center !important; }

.t-e {
  text-align: right !important; }

.box-bg {
  padding: 1.2rem;
  background-color: #f5f5f5;
  margin-bottom: 30px; }

.font-size-xlarge {
  font-size: 1.5rem; }

.font-size-large {
  font-size: 1.25rem; }

.font-size-small {
  font-size: 0.9rem; }

.font-size-xsmall {
  font-size: 0.8rem; }

table.table-list tbody td ol {
  padding-left: 20px !important; }

.function-cabinet {
  padding-top: 16px !important;
  max-width: none; }
  .function-cabinet .container .row {
    display: block; }
    .function-cabinet .container .row > div {
      padding: 0 15px; }
  @media only screen and (max-width: 1025px) {
    .function-cabinet {
      padding-top: 0px; } }

.full {
  padding-top: 16px !important; }

.insideFull {
  padding-top: 130px !important; }

.full.section {
  padding-top: 100px; }

@media only screen and (max-width: 768px) {
  .full.section.section2 {
    padding-top: 16px; } }

.article-page .attachment div a.file-7z {
  background-image: url(../img/7Z.jpg); }

/*-------------------- light box ---------------------*/
.lightBox-bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0; }
  .lightBox-bg .lightBox-displayNone {
    width: 100%;
    text-align: center; }
    .lightBox-bg .lightBox-displayNone .displayNone-button {
      width: 35px;
      height: 35px;
      line-height: 31px;
      color: #fff;
      font-size: 1.2rem;
      background-color: #353535;
      display: inline-block;
      border-radius: 50%;
      margin: 1vh 0;
      border: 2px solid #a0a0a0; }
      .lightBox-bg .lightBox-displayNone .displayNone-button:hover {
        background-color: #131313;
        border-color: #ffb1b1; }
      .lightBox-bg .lightBox-displayNone .displayNone-button:focus {
        color: #000000;
        background-color: #fff5f5;
        border-color: #ffb1b1; }
  .lightBox-bg .lightBox-content {
    background-color: #fff;
    width: 80vw;
    max-width: 750px;
    padding: 15px;
    font-weight: 300;
    padding-bottom: 0;
    border-radius: 15px;
    border: 5px solid rgba(0, 0, 0, 0.4); }
    .lightBox-bg .lightBox-content.policy-terms-form .agree-checkbox {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 0px 0px 0px;
      gap: 10px; }
    .lightBox-bg .lightBox-content.login-form {
      max-width: 400px; }
      .lightBox-bg .lightBox-content.login-form .lightBox-text {
        height: 35vh; }
        .lightBox-bg .lightBox-content.login-form .lightBox-text ul {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px;
          padding: 0 20px; }
          .lightBox-bg .lightBox-content.login-form .lightBox-text ul li {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 5px; }
            .lightBox-bg .lightBox-content.login-form .lightBox-text ul li .input-field {
              width: 90%;
              background: #f0f0f0;
              padding: 5px;
              border-radius: 5px;
              border: 2px solid #dddddd; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li .input-field img {
                display: inline-block;
                width: 30px;
                border-right: 1.5px solid #dddddd;
                padding: 0px 5px;
                margin-right: 5px; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li .input-field input {
                width: calc(100% - 45px);
                border: none;
                background-color: transparent;
                padding: 5px;
                height: 37px; }
                .lightBox-bg .lightBox-content.login-form .lightBox-text ul li .input-field input:focus {
                  border: 2px solid #e00; }
            .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(1), .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(2) {
              justify-content: start;
              flex-direction: column;
              align-items: start; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(1) label, .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(2) label {
                padding-bottom: 5px; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(1) div, .lightBox-bg .lightBox-content.login-form .lightBox-text ul li:nth-child(2) div {
                width: 100%; }
            .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password {
              padding-top: 30px;
              justify-content: space-between; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .remember-password .switch {
                display: flex;
                align-items: center;
                width: auto; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .remember-password .checkbox-input {
                display: none; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .remember-password .checkbox {
                -webkit-transition: background-color 0.3s;
                transition: background-color 0.3s;
                border-radius: 3px;
                width: 23px;
                height: 23px;
                vertical-align: middle;
                margin-right: 5px;
                background: #f0f0f0;
                border-radius: 5px;
                border: 2px solid #dddddd; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .remember-password .checkbox-input:checked + .checkbox {
                background-color: #f0f0f0; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .remember-password .checkbox-input:checked + .checkbox:after {
                content: '\2714';
                display: inline-block;
                height: 100%;
                width: 100%;
                color: #949494;
                text-align: center;
                font-size: 1rem; }
              .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .forgot-password {
                display: flex;
                align-items: center;
                color: #333; }
                .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .forgot-password .help-icon {
                  display: flex;
                  width: 23px;
                  height: 23px;
                  border-radius: 50%;
                  border: 2px solid #ebddb7;
                  background: #fbf5e2;
                  margin-right: 5px; }
                  .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password .forgot-password .help-icon img {
                    display: inline-block;
                    margin: auto; }
    .lightBox-bg .lightBox-content .title {
      text-align: center;
      padding: 5px 0;
      border-bottom: 3px solid #446866;
      box-shadow: 0px 3px 0px #ddd;
      font-weight: 400;
      margin-bottom: 15px;
      color: #7b7b7b;
      font-size: 2rem; }
    .lightBox-bg .lightBox-content .lightBox-text {
      height: 50vh;
      overflow: auto; }
      .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td input {
        width: 90%;
        height: 28px; }
      .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td ol {
        padding-left: 20px; }
    .lightBox-bg .lightBox-content .lightBox-button {
      display: flex;
      margin-top: 15px;
      border-top: 2px solid #ddd; }
      .lightBox-bg .lightBox-content .lightBox-button .button-box {
        display: block;
        width: 100%;
        padding: 10px 0 15px; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box a {
          font-weight: 500;
          display: block;
          width: 100%;
          max-width: 100px;
          text-align: center;
          margin: auto;
          color: #fff;
          padding: 3px;
          border-radius: 5px; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box .accept {
          background-color: #304947;
          border: 5px solid #446866; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:hover {
            background-color: #304947;
            border-color: #517977; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .accept:focus {
            border-color: #ffb03b;
            outline: none; }
        .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept {
          background-color: #d33a2f;
          border: 5px solid #e75e54; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:hover {
            background-color: #d63d32;
            border-color: #fb756b; }
          .lightBox-bg .lightBox-content .lightBox-button .button-box .no-accept:focus {
            background-color: #d63d32;
            border-color: #ffb03b;
            outline: none; }

.table-list {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.butn-big,
input[type=button].butn-big,
input[type=submit].butn-big {
  color: #fff;
  background-color: #304947;
  border: 4px solid #446866; }
  .butn-big:hover,
  input[type=button].butn-big:hover,
  input[type=submit].butn-big:hover {
    color: #fff;
    background-color: #304947;
    border-color: #517977; }
  .butn-big:focus,
  input[type=button].butn-big:focus,
  input[type=submit].butn-big:focus {
    color: #fff;
    background-color: #304947;
    border-color: #ffb03b;
    outline: none; }

.butn-big.big-cancel,
input[type='button'].butn-big.big-cancel {
  background-color: #d33a2f;
  border: 5px solid #e75e54; }
  .butn-big.big-cancel:hover,
  input[type='button'].butn-big.big-cancel:hover {
    color: #fff;
    background-color: #d63d32;
    border-color: #fb756b; }
  .butn-big.big-cancel:focus,
  input[type='button'].butn-big.big-cancel:focus {
    color: #fff;
    background-color: #d63d32;
    border-color: #ffb03b;
    outline: none; }

/*-------------------- content ---------------------*/
.features-height {
  height: 298px; }

#main-container .banner {
  padding: 0; }

.paging-content {
  position: relative; }

.left-content {
  height: 100%;
  display: flex;
  align-items: flex-start; }
  .left-content .left-content-menu {
    width: 100%;
    max-width: 300px;
    vertical-align: top;
    margin-right: 15px;
    position: relative; }
    .left-content .left-content-menu .title-paging {
      display: flex;
      align-items: center;
      box-shadow: none;
      border-bottom: 1px solid #d1d0d0;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative; }
      .left-content .left-content-menu .title-paging div {
        margin-right: 15px;
        width: 100%;
        max-width: 30px; }
        .left-content .left-content-menu .title-paging div img {
          width: 100%; }
      .left-content .left-content-menu .title-paging p {
        color: #707070;
        font-size: 1.5rem;
        font-weight: bold;
        padding-left: 10px; }
    .left-content .left-content-menu .area-memu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 10px;
      margin-bottom: 40px;
      overflow: auto;
      height: 100%;
      max-height: 300px; }
      .left-content .left-content-menu .area-memu li {
        width: 50%;
        padding: 6px 10px; }
        .left-content .left-content-menu .area-memu li a {
          display: block;
          width: 100%;
          padding: 7px 15px;
          background-color: #efefef;
          border: 1px solid #ddd;
          text-align: center;
          border-radius: 5px;
          color: #606060;
          font-weight: bold; }
          .left-content .left-content-menu .area-memu li a:hover {
            background-color: #efdbab;
            border: 1px solid #e5ce95; }
    .left-content .left-content-menu .day-memu {
      display: block; }
      .left-content .left-content-menu .day-memu li {
        display: block;
        width: calc(100% - 40px);
        padding: 7px 15px;
        background-color: #efefef;
        border: 1px solid #ddd;
        text-align: center;
        border-radius: 5px;
        color: #606060;
        font-weight: bold;
        margin: auto; }
        .left-content .left-content-menu .day-memu li:hover {
          background-color: #efdbab;
          border: 1px solid #e5ce95; }
        .left-content .left-content-menu .day-memu li input {
          border: none;
          display: block;
          width: 100%;
          background-color: rgba(0, 0, 0, 0); }
  .left-content .left-content-text {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: block;
    vertical-align: top;
    position: relative;
    border-left: 1px solid #ddd;
    padding-left: 20px; }

.right-content {
  height: 100%;
  min-height: 360px; }
  .right-content .right-content-menu {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative; }
  .right-content .right-content-text {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    position: relative; }

.text-zebra .zebra-box {
  background-color: #efefef; }
  .text-zebra .zebra-box .zebra-title {
    padding: 5px 15px;
    background-color: #16a98d;
    color: #fff;
    font-size: 1.125rem; }
  .text-zebra .zebra-box .zebra-content {
    padding: 5px 15px; }

.eventsApplyList .eventsApplyListContainer {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }
  .eventsApplyList .eventsApplyListContainer li {
    width: 50%;
    padding: 15px;
    padding-bottom: 0; }
    .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail {
      padding: 10px;
      background-color: #f3f3f3;
      border: 2px solid #ddd;
      height: 100%; }
      .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
        box-shadow: 0px 2px 0px #fff; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleText {
          font-size: 1.4rem;
          font-weight: bold;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-end; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTitle {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 125px;
            background-color: #fff;
            padding: 1px 5px;
            border-radius: 5px;
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
            margin-bottom: 6px; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTitle div {
              width: 70%;
              max-width: 25px;
              margin-right: 5px;
              text-align: center; }
              .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTitle div img {
                width: 100%;
                max-width: 17px;
                vertical-align: middle;
                margin-bottom: 2px; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTitle span {
              font-weight: bold;
              font-size: 0.9rem; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTime {
            display: flex; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTime span {
              font-size: 0.9rem;
              font-weight: bold; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listDetailDataTime p {
              font-size: 0.9rem;
              font-weight: bold;
              margin: 0 5px; }
      .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListContainerText {
        font-size: 0.9rem;
        font-weight: bold;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage {
        margin-top: 10px;
        padding: 0 15px;
        display: flex; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage div {
          width: 100%; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageQuota {
          background-color: #efdbab;
          padding: 5px 15px;
          border-radius: 7px;
          display: flex;
          max-width: max-content;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: space-around;
          margin-right: 15px;
          max-width: 130px; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageQuota span {
            color: #414141;
            font-size: 0.9rem;
            font-weight: bold;
            text-align: center;
            display: block;
            width: 100%; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageQuota p {
            color: #414141;
            font-size: 1.2rem;
            font-weight: bold;
            text-align: center;
            display: block;
            width: 100%; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageAlternate {
          background-color: #efdbab;
          padding: 5px 15px;
          border-radius: 7px;
          display: flex;
          max-width: 100px;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: space-around;
          margin-right: 15px; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageAlternate span {
            color: #414141;
            font-size: 0.9rem;
            font-weight: bold;
            text-align: center;
            display: block;
            width: 100%; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageAlternate p {
            color: #414141;
            font-size: 1.2rem;
            font-weight: bold;
            text-align: center;
            display: block;
            width: 100%; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: space-around; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeIcon {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 105px;
            border-radius: 3px;
            background-color: #fff;
            padding: 0 1px; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeIcon div {
              width: 100%;
              max-width: 25px;
              margin-right: 5px;
              text-align: center; }
              .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeIcon div img {
                width: 100%;
                max-width: 17px;
                margin-bottom: 3px; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeIcon span {
              font-size: 0.8rem;
              font-weight: bold; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeText {
            display: flex; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeText p {
              font-size: 0.9rem;
              font-weight: bold; }
            .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime .listMessageTimeText span {
              font-size: 0.9rem;
              font-weight: bold;
              margin: 0 5px; }
        .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState {
          display: flex;
          width: 100%;
          max-width: 120px; }
          .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState img {
            width: 100%; }

/*-------------------------------------------------------------- breadcrumb*/
.breadcrumb {
  width: auto;
  line-height: normal;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
  margin-top: 90px; }
  .breadcrumb a {
    color: #4e4e4e; }
    .breadcrumb a:hover {
      text-decoration: underline; }
    .breadcrumb a:focus {
      outline: none;
      background-color: #ffe16d; }
  .breadcrumb span {
    color: #626262;
    margin: 0 5px; }

/*-------------------------------------------------------------- */
.straight-memu {
  margin-top: 5px;
  padding: 0 3px 0 0;
  border-left: 4px solid #e6d5ad; }
  .straight-memu li + li {
    border-top: 1px solid #cad9e1; }
  .straight-memu li a {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #446866;
    text-align: center;
    line-height: normal; }
    .straight-memu li a:hover {
      background-color: #e7e7e7; }
    .straight-memu li a:focus {
      outline: none;
      border: 2px dashed #e00; }
  .straight-memu li .focus-button {
    color: #446866;
    background-color: #ecdcb8; }
    .straight-memu li .focus-button:hover {
      color: #fff;
      background-color: #446866; }

.paging-list ul li {
  border-bottom: 1px solid #ddd; }
  .paging-list ul li a {
    line-height: normal;
    display: block;
    padding: 10px;
    color: #696969; }
    .paging-list ul li a:hover {
      background-color: #f6f6f6; }
    .paging-list ul li a:focus {
      outline: none;
      background-color: #fdedd5; }
    .paging-list ul li a .top {
      width: 20px;
      margin-right: 5px; }

.guide {
  margin-top: 10px; }
  .guide .guide-text {
    background-color: #f5f5f5;
    margin: 1% 0;
    padding: 15px; }
    .guide .guide-text p {
      margin: 15px; }
  .guide ul {
    padding: 5px 15px; }
    .guide ul a:focus {
      outline: none;
      border: 2px dashed #ff9800; }
      .guide ul a:focus h2 {
        border: 2px dashed #ff9800; }

/*-------------------------------------------------------------- member registration*/
.registration-box {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: auto; }
  .registration-box .focus-red {
    color: #d00; }
  .registration-box .annotation {
    font-size: 0.875rem;
    padding: 5px 0 0;
    display: block;
    color: #0a987c; }
  .registration-box .note {
    color: #d00;
    margin-right: 1%;
    display: block; }
  .registration-box .unit-name {
    color: #1e76be;
    font-weight: 900;
    margin: 0 1%; }
  .registration-box .user-name {
    color: #1e76be;
    margin-right: 5%; }
  .registration-box .registration-content {
    background-color: #f5f5f5;
    margin: 1% 0; }
  .registration-box ul {
    vertical-align: top;
    padding-top: 0; }
    .registration-box ul li {
      padding: 15px 0;
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px;
      display: flex; }
      .registration-box ul li .registration-width-short {
        padding: 0 15px; }
      .registration-box ul li .content-explanation {
        padding: 0 15px; }
      .registration-box ul li div .registration-text {
        width: 100%; }
        .registration-box ul li div .registration-text input {
          width: auto;
          display: inline-block;
          padding: 3px 5px;
          margin-top: 10px;
          border: 2px solid #1ebe9f; }
          .registration-box ul li div .registration-text input:focus {
            border-color: #ff9800; }
        .registration-box ul li div .registration-text p {
          padding: 10px 0 0;
          color: #d00; }
        .registration-box ul li div .registration-text .input-check {
          display: inline-block;
          width: 70px;
          padding: 11px; }
        .registration-box ul li div .registration-text .address {
          width: 130px; }
      .registration-box ul li div .input-name {
        width: 100%; }
      .registration-box ul li .member-data {
        width: 100%; }
        .registration-box ul li .member-data div {
          margin-bottom: 5%; }
          .registration-box ul li .member-data div h3 {
            background-color: #0eac8d;
            padding: 5px;
            color: #fff;
            font-size: 1.125rem;
            font-weight: 400; }
          .registration-box ul li .member-data div p {
            padding: 5px 0; }
            .registration-box ul li .member-data div p span {
              font-size: 1.06rem;
              color: #ff2c1c;
              margin-right: 10px; }
.registration-box ul li .member-data div p a:hover {
            color: #ff2c1c;
            text-decoration:underline;
            }
              
    .registration-box ul .registration-width-average {
      display: flex; }
      .registration-box ul .registration-width-average .registration-width-short {
        width: 100%; }
        .registration-box ul .registration-width-average .registration-width-short .pull-down-menu {
          padding: 10px 0; }
          .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select {
            width: 100%;
            display: inline-block;
            padding: 3px 5px;
            margin-top: 10px;
            border: 2px solid #1ebe9f; }
            .registration-box ul .registration-width-average .registration-width-short .pull-down-menu select:focus {
              border-color: #ff9800; }
    .registration-box ul .registration-average .registration-width-short {
      width: 100%; }
      .registration-box ul .registration-average .registration-width-short div div {
        width: 100%; }
        .registration-box ul .registration-average .registration-width-short div div select {
          width: 100%;
          display: inline-block;
          padding: 3px 5px;
          margin-top: 10px;
          border: 2px solid #1ebe9f; }
          .registration-box ul .registration-average .registration-width-short div div select:focus {
            border-color: #ff9800; }
      .registration-box ul .registration-average .registration-width-short .content-box {
        padding: 10px 0;
        width: 60%;
        display: flex; }
        .registration-box ul .registration-average .registration-width-short .content-box .content-padding {
          margin-right: 5%; }
  .registration-box .verification {
    display: flex; }
    .registration-box .verification .verification-img {
      margin-top: 6px;
      margin-right: 15px; }
      .registration-box .verification .verification-img img {
        width: 100%;
        max-width: 100px;
        min-width: 100px; }
    .registration-box .verification .renew {
      display: inline-block;
      width: 70px;
      margin-left: 1%;
      padding-top: 2%; }
  .registration-box div .determine {
    width: 150px;
    background-color: #304947;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 6px solid #446866;
    text-shadow: 2px 2px 3px #304947;
    margin-right: 15px;
    margin-bottom: 5%; }
    .registration-box div .determine:hover {
      background-color: #304947;
      color: #fff;
      border: 6px solid #517977;
      text-shadow: 2px 2px 3px #304947; }
  .registration-box div .cancel {
    width: 150px;
    background-color: #d33a2f;
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    border: 6px solid #e75e54;
    text-shadow: 2px 2px 3px #8a2922;
    margin-right: 1%;
    margin-bottom: 5%; }
    .registration-box div .cancel:hover {
      background-color: #ff5549;
      color: #fff;
      border: 6px solid #df4d43;
      text-shadow: 2px 2px 3px #8a2922; }
  .registration-box .member-login .registration-content {
    width: 100%; }
  @media screen and (max-width: 414px) {
    .registration-box ul li {
      display: block; }
    .registration-box div .determine {
      margin: 1rem 12px 0.8rem 15px; }
    .registration-box div .cancel {
      margin: 1rem 15px 0.8rem 0; } }
  @media only screen and (max-width: 375px) {
    .registration-box div .determine,
    .registration-box div .cancel {
      width: calc((100% - 42px) / 2);
      float: left; }
    .registration-box div::after {
      content: '';
      display: block;
      clear: both; } }

.member-registration .fill-form .data {
  width: 60%; }

/*-------------------------------------------------------------- application*/
.application {
  margin-bottom: 35px; }
  .application .fill-form {
    margin: 10px 0 20px; }
    .application .fill-form .fill-data {
      width: 70%;
      margin: 0 auto; }
      .application .fill-form .fill-data .data > label {
        width: 100px; }
      .application .fill-form .fill-data .data .box {
        width: calc(100% - 100px); }
    .application .fill-form.login-form .fill-data {
      width: 60%; }
      .application .fill-form.login-form .fill-data .add-member,
      .application .fill-form.login-form .fill-data .forget-pwd-link {
        position: absolute;
        top: 0;
        right: 0; }
  .application table.table-list [class^='butn'] {
    margin: 3px 0; }
  .application table.table-detail + table.table-list {
    margin-top: 35px; }
  @media only screen and (max-width: 1200px) {
    .application .fill-form.login-form .fill-data {
      width: 75%; } }
  @media only screen and (max-width: 990px) {
    .application .fill-form.login-form .fill-data {
      width: 95%; } }

/*-------------------------------------------------------------- hot to home*/
.hot-to-home {
  margin-bottom: 35px; }
  .hot-to-home ul li {
    margin: 10px 0; }
    .hot-to-home ul li + li {
      margin-top: 20px; }
    .hot-to-home ul li a {
      font-size: 1.25rem; }
  .hot-to-home .fill-form .data {
    width: 60%;
    margin-left: 0; }
  .hot-to-home.home-search .fill-form .fill-data {
    width: 65%; }
    .hot-to-home.home-search .fill-form .fill-data .data {
      width: 100%; }
  .hot-to-home.home-search .box-bg p {
    margin: 5px 0; }
  .hot-to-home.home-search .box-bg ol {
    margin-left: 17px; }

/*-------------------------------------------------------------- consumption*/
.consumption {
  margin-bottom: 35px; }
  .consumption .fill-form .data {
    width: 80%; }
    .consumption .fill-form .data .box label.radio-checkbox:not(.wrap) input:not([type=radio]):not([type=checkbox]) {
      width: auto; }
    .consumption .fill-form .data .box label.wrap {
      height: auto;
      line-height: 1.2;
      margin-top: 6px; }
  .consumption.hospital .hospital-item-list {
    margin-bottom: 30px; }
    .consumption.hospital .hospital-item-list .fill-form {
      display: none; }
      .consumption.hospital .hospital-item-list .fill-form:nth-of-type(1) {
        display: block; }
      .consumption.hospital .hospital-item-list .fill-form-title a {
        position: relative;
        display: inline-block;
        padding-right: 30px;
        color: #777777; }
        .consumption.hospital .hospital-item-list .fill-form-title a::after {
          content: '';
          width: 18px;
          height: 18px;
          line-height: 15px;
          text-align: center;
          color: #777777;
          display: block;
          border: 1px solid #777;
          position: absolute;
          right: 0;
          top: 7px; }
        .consumption.hospital .hospital-item-list .fill-form-title a.open::after {
          content: '+'; }
        .consumption.hospital .hospital-item-list .fill-form-title a.close::after {
          content: '-';
          line-height: 12px; }
        .consumption.hospital .hospital-item-list .fill-form-title a:hover {
          color: #1e6385; }
          .consumption.hospital .hospital-item-list .fill-form-title a:hover::after {
            color: #1e6385;
            border-color: #1e6385; }
        .consumption.hospital .hospital-item-list .fill-form-title a:focus {
          outline: none;
          text-decoration: none;
          border: 2px dashed #d10000; }
      .consumption.hospital .hospital-item-list .fill-form .fill-data .data > label {
        width: 130px; }
      .consumption.hospital .hospital-item-list .fill-form .fill-data .data .box {
        width: calc(100% - 130px); }
  .consumption.rent .fill-form .fill-data .data > label {
    width: 100px; }
  .consumption.rent .fill-form .fill-data .data .box {
    width: calc(100% - 100px); }
  .consumption.purchase .fill-form .fill-data .data .box > div label.radio-checkbox input:not([type=radio]):not([type=checkbox]) {
    width: 100px; }
  @media only screen and (max-width: 768px) {
    .consumption {
      /** 醫院、診所 **/
      /** 購買個人房屋、購買高爾夫球證 **/ }
      .consumption.purchase .fill-form .fill-data .data .box > div.two.small input:not([type=radio]):not([type=checkbox]),
      .consumption.purchase .fill-form .fill-data .data .box > div.two.small select, .consumption.golf .fill-form .fill-data .data .box > div.two.small input:not([type=radio]):not([type=checkbox]),
      .consumption.golf .fill-form .fill-data .data .box > div.two.small select {
        width: 20%; }
      .consumption.purchase .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
      .consumption.purchase .fill-form .fill-data .data .box > div.small select, .consumption.golf .fill-form .fill-data .data .box > div.small input:not([type=radio]):not([type=checkbox]),
      .consumption.golf .fill-form .fill-data .data .box > div.small select {
        width: 50%; } }

/*-------------------------------------------------------------- login*/
.login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
  width: 60%; }
  .login .fill-form .fill-data .add-member, .forget-pwd .fill-form .fill-data .add-member,
  .login .fill-form .fill-data .forget-pwd-link,
  .forget-pwd .fill-form .fill-data .forget-pwd-link {
    position: absolute;
    top: 0;
    right: 0; }

@media only screen and (max-width: 1200px) {
  .login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
    width: 75%; } }

@media only screen and (max-width: 990px) {
  .login .fill-form .fill-data, .forget-pwd .fill-form .fill-data {
    width: 95%; } }

/*-------------------------------------------------------------- forget pwd*/
/*-------------------------------------------------------------- album*/
.album {
  position: relative; }
  .album .fill-form .fill-data {
    width: 70%;
    margin: 0 auto; }
  .album ul {
    padding: 0 5px;
    margin-top: 30px; }
    .album ul::after {
      content: '';
      clear: both;
      display: block; }
    .album ul li {
      width: calc((100% - 70px) / 3);
      margin-bottom: 30px;
      float: left; }
      .album ul li + li {
        margin-left: 34px; }
      .album ul li:nth-of-type(3n + 1) {
        clear: both;
        margin-left: 0; }
      .album ul li a {
        display: block; }
        .album ul li a:hover div {
          border-color: #f9b249;
          box-shadow: none; }
        .album ul li a:hover p {
          color: #1e76be; }
        .album ul li a:focus {
          outline-width: 3px;
          outline-offset: 0px;
          outline-style: dashed;
          outline-color: #e75e54; }
          .album ul li a:focus div {
            box-shadow: none; }
      .album ul li div {
        background-color: #fff;
        border: 3px solid #ffffff;
        box-shadow: 1px 1px 3px #b2b1b1; }
        .album ul li div img {
          width: 100%; }
      .album ul li p {
        color: #353535;
        font-size: 1.1rem;
        margin-top: 10px;
        padding: 0 3px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .album ul li p.date {
          color: #565656;
          font-size: 0.9rem;
          margin-top: 5px; }
  .album-carousel {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51; }
    .album-carousel .album-content {
      background: #ffffff;
      padding: 10px 10px 8px;
      position: relative;
      box-shadow: 1px 1px 10px #333333; }
      .album-carousel .album-content a {
        outline: 0; }
      .album-carousel .album-content a:focus {
        border: 2px solid #f00; }
      .album-carousel .album-content .prev,
      .album-carousel .album-content .next {
        width: 28px;
        height: 28px;
        cursor: pointer;
        border: 1px solid #eeeeee;
        background-color: #333333;
        background-image: url(../img/left-right.svg);
        background-repeat: no-repeat;
        background-size: 6px;
        background-position: center;
        box-shadow: 1px 1px 5px #333333;
        position: absolute;
        top: calc(50% - 28px);
        left: 20px; }
      .album-carousel .album-content .next {
        background-image: url(../img/turn-right.svg);
        left: auto;
        right: 20px; }
      .album-carousel .album-content .album-close {
        width: 35px;
        height: 35px;
        display: block;
        text-indent: -99999px;
        background-color: #333333;
        background-image: url(../img/close.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        border: 3px solid #ffffff;
        border-radius: 50%;
        box-shadow: 1px 1px 5px #333333;
        position: absolute;
        right: -15px;
        top: -15px; }
      .album-carousel .album-content .album-photo {
        margin-bottom: 5px; }
        .album-carousel .album-content .album-photo img {
          max-width: 90vw;
          max-height: 90vh; }
  @media only screen and (max-width: 769px) {
    .album ul li {
      width: calc((100% - 35px) / 2); }
      .album ul li:nth-of-type(3n + 1) {
        clear: initial;
        margin-left: 34px; }
      .album ul li:nth-of-type(2n + 1) {
        clear: both;
        margin-left: 0; } }
  @media only screen and (max-width: 414px) {
    .album ul li {
      width: 100%;
      float: none; }
      .album ul li + li {
        margin-left: 0; }
      .album ul li:nth-of-type(3n + 1) {
        margin-left: 0; }
    .album-carousel .album-content {
      padding: 5px; }
      .album-carousel .album-content .prev,
      .album-carousel .album-content .next {
        width: 22px;
        height: 22px;
        display: block; }
      .album-carousel .album-content .album-close {
        width: 25px;
        height: 25px;
        background-size: 11px;
        border-width: 2px;
        right: -8px;
        top: -10px; } }

/*-------------------------------------------------------------- article page*/
.article-page {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  .article-page a:focus {
    outline-width: 2px;
    outline-offset: 1px;
    outline-style: dashed;
    outline-color: #ff6e63; }
  .article-page article {
    padding: 10px; }
    .article-page article * {
      font-size: revert;
      margin: revert;
      padding: revert;
      list-style-type: revert; }
    .article-page article a {
      color: #2f71aa; }
      .article-page article a:hover {
        color: #b92f2f; }
    .article-page article img {
      max-width: 100% !important; }
    .article-page article ul,
    .article-page article ol {
      margin-left: -1em; }
      .article-page article ul ul,
      .article-page article ul ol,
      .article-page article ol ul,
      .article-page article ol ol {
        margin-top: 8px; }
      .article-page article ul li,
      .article-page article ol li {
        list-style-type: inherit; }
        .article-page article ul li + li,
        .article-page article ol li + li {
          margin-top: 8px; }
    .article-page article ul,
    .article-page article ol {
      margin-left: 1.2em;
      padding-left: 0; }
    .article-page article h3 {
      font-size: 1.17em;
      margin-top: 1em;
      margin-bottom: 1em; }
    .article-page article h4 {
      margin-top: 1.33em;
      margin-bottom: 1.33em; }
    .article-page article h5 {
      font-size: 0.83em;
      margin-top: 1.67em;
      margin-bottom: 1.67em; }
    .article-page article h6 {
      font-size: 0.67em;
      margin-top: 2.33em;
      margin-bottom: 2.33em; }
    .article-page article h3 *,
    .article-page article h4 *,
    .article-page article h5 *,
    .article-page article h6 * {
      font-size: inherit; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .article-page article ul,
      .article-page article ol {
        margin-left: 1em; } }
    .article-page article p {
      margin: 10px 0; }
    .article-page article table {
      width: 100%;
      margin: auto; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .article-page article table {
          table-layout: fixed; }
          .article-page article table * {
            word-wrap: break-word; } }
      .article-page article table thead th {
        padding: 3px; }
      .article-page article table tbody th,
      .article-page article table tbody td {
        padding: 3px; }
    .article-page article::after {
      content: '';
      display: block;
      clear: both; }
  .article-page .info {
    margin: 20px 0 0;
    padding: 10px 10px 0;
    border-top: 3px solid #dddddd; }
    .article-page .info span {
      display: inline-block; }
      .article-page .info span + span {
        padding-left: 18px;
        margin-left: 15px;
        border-left: 1px solid #b1b1b1; }
  .article-page .attachment {
    padding: 10px 10px;
    margin-top: 20px; }
    .article-page .attachment h3,
    .article-page .attachment .title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .article-page .attachment div a {
      display: inline-block;
      font-size: 1.05rem;
      padding: 5px 0 5px 30px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 22px; }
      .article-page .attachment div a.file-word {
        background-image: url(../img/file-word.png); }
      .article-page .attachment div a.file-excel {
        background-image: url(../img/file-excel.png); }
      .article-page .attachment div a.file-pdf {
        background-image: url(../img/file-pdf.png); }
      .article-page .attachment div a.file-odt {
        background-image: url(../img/file-odt.png); }
      .article-page .attachment div a.file-ods {
        background-image: url(../img/file-ods.png); }
      .article-page .attachment div a.file-pic {
        background-image: url(../img/file-pic.png); }
      .article-page .attachment div a.file-zip {
        background-image: url(../img/file-zip.png); }
      .article-page .attachment div a.file-other {
        background-image: url(../img/file-other.png); }
    .article-page .attachment .preview-img {
      padding-top: 10px;
      margin-top: 20px;
      border-top: 3px solid #dddddd;
      display: none; }
      .article-page .attachment .preview-img .img-list {
        display: flex;
        flex-wrap: wrap; }
        .article-page .attachment .preview-img .img-list a {
          width: 25%;
          padding: 5px; }
          .article-page .attachment .preview-img .img-list a img {
            width: 100%; }
          .article-page .attachment .preview-img .img-list a p {
            text-align: center;
            margin: 5px 0; }
      .article-page .attachment .preview-img .preview {
        width: 100%;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55; }
        .article-page .attachment .preview-img .preview img {
          max-width: 80%;
          max-height: 90%; }
        .article-page .attachment .preview-img .preview .close-preview {
          width: 33px;
          height: 33px;
          border-radius: 50%;
          border: 3px solid rgba(0, 0, 0, 0.8);
          background: #fff;
          position: absolute;
          top: 15px;
          right: 15px; }
          .article-page .attachment .preview-img .preview .close-preview:hover {
            border-color: #fff; }
          .article-page .attachment .preview-img .preview .close-preview:focus {
            color: #fff;
            border: 2px dashed #fff;
            background: #000; }
  @media only screen and (max-width: 1050px) {
    .article-page .info span {
      width: 48%;
      margin: 5px 0;
      text-align: center; }
      .article-page .info span:nth-of-type(2n + 1) {
        padding-left: 0;
        margin-left: 0;
        border-left: none; } }
  @media only screen and (max-width: 600px) {
    .article-page .info span {
      width: 100%;
      text-align: left; }
      .article-page .info span + span {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
    .article-page article {
      padding: 10px 0; }
      .article-page article table {
        width: 100% !important; }
      .article-page article img {
        height: auto !important; } }
  @media only screen and (max-width: 414px) {
    .article-page article table * {
      word-break: break-word; } }

/*-------------------------------------------------------------- statistics*/
.statistics .fill-form {
  margin-bottom: 20px; }
  .statistics .fill-form .fill-data {
    width: 70%;
    margin: 0 auto; }

.statistics table.table-list tr td .icon {
  width: 20px; }

/*-------------------------------------------------------------- tree*/
.tree {
  padding: 10px; }
  .tree > ul {
    display: block; }
    .tree > ul > li:last-child::before {
      display: none; }
    .tree > ul > li > div::before {
      display: none; }
  .tree ul {
    position: relative; }
    .tree ul li {
      position: relative; }
      .tree ul li::before {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
        border-left: 1px solid #999999;
        bottom: 50px;
        height: calc(100% + 30px);
        top: -10px;
        width: 1px;
        -webkit-transition: 'border-color 0.1s ease 0.1s';
        -moz-transition: 'border-color 0.1s ease 0.1s';
        -o-transition: 'border-color 0.1s ease 0.1s';
        transition: 'border-color 0.1s ease 0.1s'; }
      .tree ul li:last-child::before {
        height: 30px; }
      .tree ul li div {
        margin-bottom: 10px;
        position: relative; }
        .tree ul li div::before {
          content: '';
          width: 20px;
          height: 1px;
          position: absolute;
          background: #999999;
          top: 15px;
          left: -20px; }
        .tree ul li div::after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: 16px;
          left: 10px; }
        .tree ul li div.expand::after {
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #525081 transparent transparent transparent; }
        .tree ul li div.shut::after {
          border-style: solid;
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #525081 transparent; }
        .tree ul li div a {
          padding: 6px 30px;
          color: #696969;
          font-size: 0.875rem;
          display: inline-block;
          border: 1px solid #999999;
          border-radius: 5px;
          margin-right: 15px;
          white-space: nowrap;
          background-color: #ffffff;
          cursor: pointer; }
          .tree ul li div a:hover {
            background: #fdf4c8; }
          .tree ul li div a.active {
            background: #fdf4c8;
            border-color: #bf863f; }
      .tree ul li ul {
        margin-left: 35px;
        display: none; }

.short-field {
  width: 10%;
  text-align: center; }

.tab-title {
  background-color: #efefef;
  display: flex;
  list-style-type: none; }
  .tab-title li {
    padding: 10px 5px 0; }
    .tab-title li a {
      background-color: #d9d9d9;
      display: block;
      padding: 5px 15px;
      color: #575757;
      border-radius: 10px 10px 0px 0px; }
      .tab-title li a:hover {
        color: #ffffff;
        background-color: #aaaaaa; }
      .tab-title li a:focus {
        color: #ffffff;
        background-color: #ff9800;
        outline: none; }
    .tab-title li .tab-select {
      background-color: #095c4c;
      color: #fff; }
      .tab-title li .tab-select:focus {
        color: #ffffff;
        background-color: #ff9800; }

.bulletin-title-list .wdn_responsive_table {
  width: 100%; }

.bulletin-title-list .link-button {
  background-color: #0c6856;
  text-align: right;
  padding: 5px; }
  .bulletin-title-list .link-button a {
    color: #efefef;
    padding: 0 5px; }
    .bulletin-title-list .link-button a:hover {
      color: #ffe16d; }
    .bulletin-title-list .link-button a:focus {
      border: 2px dashed #ffe16d;
      outline: none; }

.video-button {
  margin: 20px 0 10px; }
  .video-button a {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    background-color: #446866;
    margin-right: 10px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    line-height: normal; }
    .video-button a:hover, .video-button a:focus {
      color: #353535;
      background-color: #ffcc83;
      outline: none; }

.video-search ul {
  background-color: #efefef;
  padding: 2%;
  margin-bottom: 10px; }
  .video-search ul li {
    display: flex;
    margin: 10px 0; }
    .video-search ul li a {
      display: inline-block;
      width: auto;
      padding: 5px 15px;
      background-color: #446866;
      color: #fff;
      border-radius: 50px;
      line-height: normal; }
      .video-search ul li a:hover, .video-search ul li a:focus {
        color: #353535;
        background-color: #ffcc83;
        outline: none; }

.video-search .video-object div:nth-of-type(4n + 1) {
  clear: both; }

.video-search .video-object div:nth-of-type(n + 5) {
  margin-top: 20px; }

.video-search .video-object div a {
  display: block;
  text-align: center; }
  .video-search .video-object div a img {
    width: 100%; }
  .video-search .video-object div a span {
    display: block;
    color: #555; }
  .video-search .video-object div a .video-name {
    font-size: 1.3rem;
    font-weight: bold; }
  .video-search .video-object div a .video-text {
    margin: 5px 0; }
  .video-search .video-object div a .video-date {
    background-color: #efefef;
    padding: 2px 0; }
  .video-search .video-object div a:hover {
    background-color: #e7e7e7; }
  .video-search .video-object div a:focus {
    border: 2px dashed #d10000;
    outline: none; }

.video-box {
  width: 100%; }

.video-content {
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .video-content .video-box {
    width: 100%;
    height: 100%;
    min-height: 500px; }
    .video-content .video-box iframe {
      height: 100%;
      min-height: 500px; }
  .video-content .h2-title {
    margin-top: 15px; }
  .video-content .video-source {
    background-color: #efefef;
    padding: 15px; }
    .video-content .video-source img {
      width: 100%;
      max-width: 250px; }
  .video-content .video-button {
    text-align: right;
    margin: 15px auto 5%; }

.tool-button {
  text-align: right; }
  .tool-button.tool-by-h2 {
    min-height: 0x;
    margin-bottom: 11px; }
    .tool-button.tool-by-h2 a {
      width: 33px;
      height: 33px;
      line-height: 28px;
      padding: 0;
      text-align: center; }
      .tool-button.tool-by-h2 a img {
        width: 70%; }
  .tool-button .light-box {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9; }
    .tool-button .light-box .light-box-content {
      width: 100%;
      max-width: 910px;
      max-height: 90vh;
      margin: 5vh auto;
      border-radius: 15px;
      padding: 15px;
      background-color: #fff;
      position: relative; }
      .tool-button .light-box .light-box-content a {
        border: none; }
      .tool-button .light-box .light-box-content .mail-eliminate {
        color: #fff;
        padding: 7px 6px 5px;
        background-color: #446866;
        width: 50px;
        text-align: center;
        border-radius: 0px;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 2; }
        .tool-button .light-box .light-box-content .mail-eliminate:hover {
          background-color: #00715b; }
        .tool-button .light-box .light-box-content .mail-eliminate:focus {
          background-color: #d10000; }
      .tool-button .light-box .light-box-content .light-box-main-content {
        max-height: calc(90vh - 80px);
        overflow: auto; }
      .tool-button .light-box .light-box-content p {
        color: #d00; }
      .tool-button .light-box .light-box-content .fill-data {
        padding: 1rem;
        margin: 0 auto 1%; }
        .tool-button .light-box .light-box-content .fill-data .data {
          display: block; }
          .tool-button .light-box .light-box-content .fill-data .data a {
            color: #184e69; }
            .tool-button .light-box .light-box-content .fill-data .data a:focus {
              background: none;
              outline: none;
              border: 2px dashed #ff9800 !important; }
          .tool-button .light-box .light-box-content .fill-data .data label {
            width: auto !important;
            display: block;
            padding: 0 0 10px;
            text-align: left;
            font-size: 1.25rem;
            color: #6e6e6e;
            font-weight: 500; }
            .tool-button .light-box .light-box-content .fill-data .data label .focus-red {
              color: #d00; }
          .tool-button .light-box .light-box-content .fill-data .data .box {
            width: 100% !important;
            margin-left: 0; }
            .tool-button .light-box .light-box-content .fill-data .data .box div {
              display: flex;
              justify-content: flex-start;
              align-items: center; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify input:not([type=radio]):not([type=checkbox]) {
              width: 110px;
              margin-right: 12px; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img {
              width: auto;
              margin-right: 10px;
              padding: 0;
              border: 1px solid #cccccc;
              border-radius: 0; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img img {
                height: 35px; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice {
              padding: 3px;
              text-align: center;
              background-color: #e8e8e8;
              border: 1px solid #cccccc;
              border-radius: 50%;
              margin-right: 10px;
              display: inline-block; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice img {
                width: 32px;
                height: 32px; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .voice:hover {
                background-color: #d1d0d0; }
            .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh {
              color: #184e69;
              background-color: #e8e8e8;
              border-radius: 50px;
              padding: 3px 10px 3px 6px;
              display: inline-block;
              width: auto; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh img {
                width: 32px;
                height: 32px;
                vertical-align: -10px; }
              .tool-button .light-box .light-box-content .fill-data .data .box .verify .refresh:hover {
                background-color: #d1d0d0; }
            .tool-button .light-box .light-box-content .fill-data .data .box p {
              text-align: left;
              margin-top: 5px; }
              .tool-button .light-box .light-box-content .fill-data .data .box p a {
                width: auto; }
                .tool-button .light-box .light-box-content .fill-data .data .box p a:hover {
                  background: none;
                  text-decoration: underline; }
            .tool-button .light-box .light-box-content .fill-data .data .box .mail-text {
              text-align: left;
              background-color: #eaeaea;
              padding: 12px;
              color: #646464; }
          .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]) {
            width: 100%;
            height: 34px;
            padding: 3px 5px;
            border: 2px solid #1ebe9f; }
            .tool-button .light-box .light-box-content .fill-data .data .box input:not([type=radio]):not([type=checkbox]):focus {
              border: 2px dashed #ff9800; }
      .tool-button .light-box .light-box-content .butn-box {
        text-align: center;
        margin-top: 25px; }
  .tool-button > a {
    display: inline-block;
    width: 40px;
    padding: 6px;
    border-radius: 6px;
    margin-left: 5px;
    border: 1px solid #ddd;
    background-color: #ffffff; }
    .tool-button > a img {
      width: 100%; }
    .tool-button > a:hover {
      background-color: #f0f0f0; }
    .tool-button > a:focus {
      outline: none;
      border: 2px dashed #ff6e63 !important; }
  @media screen and (max-width: 769px) {
    .tool-button.tool-by-h2 {
      text-align: left;
      margin-bottom: 0; }
      .tool-button.tool-by-h2 a {
        margin-bottom: 10px; } }

.function-cabinet .container .row > div > .pagingSearh {
  margin-bottom: 30px; }

.template-30 {
  background-image: url(../img/articleContentBG.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center; }
  .template-30 .pagingSearh h2 {
    display: flex;
    width: 100%;
    padding: 15px 20px 5px;
    position: relative;
    align-items: center;
    background-image: url(../img/pagingSearhBG.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
    @media screen and (max-width: 375px) {
      .template-30 .pagingSearh h2 {
        margin-top: 20px; } }
    .template-30 .pagingSearh h2::after {
      content: '';
      width: 100%;
      position: absolute;
      height: 7px;
      background-color: #fff;
      left: 0;
      top: 100%;
      box-shadow: 0px 3px 8px rgba(37, 68, 92, 0.3);
      z-index: 1; }
    .template-30 .pagingSearh h2::before {
      content: '';
      width: 100%;
      position: absolute;
      height: 40px;
      background-image: url(../img/pagingSearhShadow.png);
      background-repeat: no-repeat;
      background-position: center top;
      top: 100%;
      left: 0; }
    .template-30 .pagingSearh h2 div {
      width: 100%;
      max-width: 45px;
      margin-right: 10px; }
      .template-30 .pagingSearh h2 div img {
        width: 100%; }
    .template-30 .pagingSearh h2 p {
      width: 100%;
      font-size: 1.6rem;
      font-weight: bold;
      padding-top: 10px;
      color: #5e5e5e; }
  .template-30 .pagingSearh .pagingSearhBox {
    background-image: url(../img/pagingSearhBoxBG.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    display: flex;
    align-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #979797; }
    .template-30 .pagingSearh .pagingSearhBox div {
      width: 100%;
      padding: 15px 0; }
    .template-30 .pagingSearh .pagingSearhBox .pagingSearhImg {
      max-width: 460px;
      position: relative; }
    .template-30 .pagingSearh .pagingSearhBox .imgL {
      background-image: url(../img/bookBgL.png);
      background-repeat: no-repeat;
      background-position: center 95%;
      background-size: contain;
      position: relative; }
      .template-30 .pagingSearh .pagingSearhBox .imgL::after {
        content: '';
        position: absolute;
        display: block;
        width: 105%;
        height: 105%;
        background-image: url(../img/readL.png);
        background-repeat: no-repeat;
        z-index: 4;
        left: 0;
        background-size: contain;
        background-position: right bottom;
        bottom: 0px; }
    .template-30 .pagingSearh .pagingSearhBox .imgR {
      background-image: url(../img/bookBgR.png);
      background-repeat: no-repeat;
      background-position: center 95%;
      background-size: contain;
      position: relative; }
      .template-30 .pagingSearh .pagingSearhBox .imgR::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 120%;
        background-image: url(../img/readR.png);
        background-repeat: no-repeat;
        z-index: 4;
        left: 0;
        background-size: contain;
        background-position: 30% bottom;
        bottom: -1px; }
    .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction {
      padding: 7vh 0;
      box-shadow: 0px 5px 0 #fff; }
      .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form {
        display: flex;
        width: 100%;
        max-width: 70%;
        margin: auto;
        position: relative;
        z-index: 3;
        align-items: stretch;
        height: 45px; }
        .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form input {
          display: block;
          width: 100%;
          margin-right: 20px;
          border-radius: 6px;
          background-color: #f9f9f9;
          border: 3px solid #fff;
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.25), inset 1px 1px 7px rgba(0, 0, 0, 0.1);
          padding: 0 15px; }
        .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form button {
          display: flex;
          align-items: center;
          width: 100%;
          max-width: fit-content;
          padding: 0 15px;
          background-color: #efdbab;
          border-radius: 6px;
          border: 3px solid #ffeec6;
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25); }
          .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form button div {
            width: 100%;
            max-width: 20px;
            margin-right: 10px; }
            .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form button div img {
              width: 100%;
              -webkit-filter: drop-shadow(2px 2px 0 #fff); }
          .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form button p {
            width: 100%;
            text-align: left;
            font-size: 1.2rem;
            font-weight: bold;
            text-shadow: 2px 2px 0 #fff;
            color: #555; }

/*-------------------------------------------------------------- page retrievals*/
.template-30 .articleContent {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  .template-30 .articleContent .articleContentHeader {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
    .template-30 .articleContent .articleContentHeader li {
      width: 100%; }
    .template-30 .articleContent .articleContentHeader .articleContentTitle h2 {
      font-size: 1.6rem;
      font-weight: bold; }
    .template-30 .articleContent .articleContentHeader .articleContentTitle .articleContentTitleText {
      display: flex; }
      .template-30 .articleContent .articleContentHeader .articleContentTitle .articleContentTitleText div {
        width: 100%;
        max-width: 20px;
        margin-right: 10px; }
        .template-30 .articleContent .articleContentHeader .articleContentTitle .articleContentTitleText div img {
          width: 100%; }
      .template-30 .articleContent .articleContentHeader .articleContentTitle .articleContentTitleText p {
        padding-top: 2px; }
    .template-30 .articleContent .articleContentHeader .articleContentTitleState {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 300px; }
      .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox {
        width: 100%;
        padding: 0;
        margin-left: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox span {
          display: block;
          font-weight: bold;
          margin-bottom: 5px;
          white-space: nowrap; }
        .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox p {
          background-color: #efdbab; }
        .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox:last-child {
          max-width: 57px; }
          .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox:last-child p {
            padding: 5px;
            font-size: 1rem; }
  .template-30 .articleContent .articleContentBox {
    padding: 15px; }
    .template-30 .articleContent .articleContentBox .bannerView {
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px; }
      .template-30 .articleContent .articleContentBox .bannerView .bannerControl {
        width: 100%; }
        .template-30 .articleContent .articleContentBox .bannerView .bannerControl p {
          font-size: 1.1rem;
          font-weight: bold;
          margin-bottom: 5px; }
        .template-30 .articleContent .articleContentBox .bannerView .bannerControl .bannerControlContainer {
          width: 100%; }
          .template-30 .articleContent .articleContentBox .bannerView .bannerControl .bannerControlContainer a {
            width: 100%;
            height: auto;
            max-width: 160px;
            display: block;
            padding: 10px 0;
            aspect-ratio: 1 / 1; }
            .template-30 .articleContent .articleContentBox .bannerView .bannerControl .bannerControlContainer a img {
              width: 100%; }
      .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox {
        width: 100%;
        display: flex;
        padding-top: 40px;
        justify-content: flex-end; }
        .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox .contactInformation {
          width: 100%;
          background-color: #f1f1f1;
          padding: 20px; }
          .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox .contactInformation div {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
            display: flex;
            justify-content: space-between; }
            .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox .contactInformation div span {
              font-size: 1.3rem;
              font-weight: bold; }

.template-30 table.table-list tbody tr td .information {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px; }
  .template-30 table.table-list tbody tr td .information p {
    padding: 0;
    margin: 0; }
  .template-30 table.table-list tbody tr td .information .text-red {
    color: red;
    padding: 0 5px; }
  .template-30 table.table-list tbody tr td .information .button-mark-block {
    display: flex;
    align-items: center;
    gap: 10px; }
    .template-30 table.table-list tbody tr td .information .button-mark-block .view-list-btn {
      padding: 5px 10px;
      border: none;
      background: #ecdcb8;
      display: flex;
      gap: 5px; }
      .template-30 table.table-list tbody tr td .information .button-mark-block .view-list-btn:hover {
        background: #d6c69f; }
      .template-30 table.table-list tbody tr td .information .button-mark-block .view-list-btn img {
        width: 20px;
        display: block;
        margin: auto; }
    .template-30 table.table-list tbody tr td .information .button-mark-block .full-mark {
      padding: 5px 10px;
      border: none;
      background: #909090;
      color: #fff; }

.template-30 table.table-list tbody tr td .place-icon {
  width: 15px;
  display: block;
  margin: auto; }

.template-30 h2.h2-title, .template-30 .template-2 .lightBox-bg .lightBox-content .title, .template-2 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-3 .lightBox-bg .lightBox-content .title, .template-3 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-4 .lightBox-bg .lightBox-content .title, .template-4 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-5 .lightBox-bg .lightBox-content .title, .template-5 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-6 .lightBox-bg .lightBox-content .title, .template-6 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-7 .lightBox-bg .lightBox-content .title, .template-7 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-12 .lightBox-bg .lightBox-content .title, .template-12 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style1 .lightBox-bg .lightBox-content .title, .color-style1 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style2 .lightBox-bg .lightBox-content .title, .color-style2 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style3 .lightBox-bg .lightBox-content .title, .color-style3 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style4 .lightBox-bg .lightBox-content .title, .color-style4 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style5 .lightBox-bg .lightBox-content .title, .color-style5 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .color-style6 .lightBox-bg .lightBox-content .title, .color-style6 .lightBox-bg .lightBox-content .template-30 .title, .template-30 .template-3.color-style1 .lightBox-bg .lightBox-content h2, .template-3.color-style1 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style2 .lightBox-bg .lightBox-content h2, .template-3.color-style2 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style3 .lightBox-bg .lightBox-content h2, .template-3.color-style3 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style4 .lightBox-bg .lightBox-content h2, .template-3.color-style4 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style5 .lightBox-bg .lightBox-content h2, .template-3.color-style5 .lightBox-bg .lightBox-content .template-30 h2, .template-30 .template-3.color-style6 .lightBox-bg .lightBox-content h2, .template-3.color-style6 .lightBox-bg .lightBox-content .template-30 h2 {
  text-align: left;
  color: #595959;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 5px;
  font-size: 1.375rem;
  box-shadow: none;
  position: relative; }
  .template-30 h2.h2-title::before, .template-30 .template-2 .lightBox-bg .lightBox-content .title::before, .template-2 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-3 .lightBox-bg .lightBox-content .title::before, .template-3 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-4 .lightBox-bg .lightBox-content .title::before, .template-4 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-5 .lightBox-bg .lightBox-content .title::before, .template-5 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-6 .lightBox-bg .lightBox-content .title::before, .template-6 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-7 .lightBox-bg .lightBox-content .title::before, .template-7 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-12 .lightBox-bg .lightBox-content .title::before, .template-12 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style1 .lightBox-bg .lightBox-content .title::before, .color-style1 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style2 .lightBox-bg .lightBox-content .title::before, .color-style2 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style3 .lightBox-bg .lightBox-content .title::before, .color-style3 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style4 .lightBox-bg .lightBox-content .title::before, .color-style4 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style5 .lightBox-bg .lightBox-content .title::before, .color-style5 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .color-style6 .lightBox-bg .lightBox-content .title::before, .color-style6 .lightBox-bg .lightBox-content .template-30 .title::before, .template-30 .template-3.color-style1 .lightBox-bg .lightBox-content h2::before, .template-3.color-style1 .lightBox-bg .lightBox-content .template-30 h2::before, .template-30 .template-3.color-style2 .lightBox-bg .lightBox-content h2::before, .template-3.color-style2 .lightBox-bg .lightBox-content .template-30 h2::before, .template-30 .template-3.color-style3 .lightBox-bg .lightBox-content h2::before, .template-3.color-style3 .lightBox-bg .lightBox-content .template-30 h2::before, .template-30 .template-3.color-style4 .lightBox-bg .lightBox-content h2::before, .template-3.color-style4 .lightBox-bg .lightBox-content .template-30 h2::before, .template-30 .template-3.color-style5 .lightBox-bg .lightBox-content h2::before, .template-3.color-style5 .lightBox-bg .lightBox-content .template-30 h2::before, .template-30 .template-3.color-style6 .lightBox-bg .lightBox-content h2::before, .template-3.color-style6 .lightBox-bg .lightBox-content .template-30 h2::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #ddd;
    top: 50%;
    right: 8px; }

.template-30 .eventSignUp .eventSignUpList li {
  width: 100%; }

.template-30 .eventSignUp .eventSignUpList .searchBox {
  padding: 15px;
  background-color: #f5f5f5;
  border: 2px solid #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); }
  .template-30 .eventSignUp .eventSignUpList .searchBox ul {
    width: 100%;
    max-width: 500px;
    margin: auto; }
    .template-30 .eventSignUp .eventSignUpList .searchBox ul li {
      width: 100%;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid #ddd;
      padding: 10px 5px;
      margin: 0; }
      .template-30 .eventSignUp .eventSignUpList .searchBox ul li label {
        flex: 1 0 80px; }
      .template-30 .eventSignUp .eventSignUpList .searchBox ul li input {
        flex: 1 1 100%;
        padding: 5px 10px;
        border: none;
        background-color: #fff;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15); }
      .template-30 .eventSignUp .eventSignUpList .searchBox ul li button {
        color: #4a4844;
        background-color: #ecdcb8;
        display: block;
        padding: 0px 17px;
        line-height: 2.2;
        font-weight: bold;
        border: none; }
      .template-30 .eventSignUp .eventSignUpList .searchBox ul li:last-child {
        border-bottom: none; }

.template-30 .eventSignUp .eventSignUpList .resultList .table-list thead tr th:nth-child(n) {
  width: 11%; }

.template-30 .eventSignUp .eventSignUpList .resultList .table-list thead tr th:nth-child(1) {
  width: 15%; }

.template-30 .eventSignUp .eventSignUpList .resultList .table-list thead tr th:nth-child(2), .template-30 .eventSignUp .eventSignUpList .resultList .table-list thead tr th:nth-child(5) {
  width: 13%; }

.template-30 .eventSignUp .eventSignUpList .resultList .table-list thead tr th:nth-child(8) {
  width: 7%; }

.template-30 .eventSignUp .eventSignUpForm .fill-form {
  background: none; }
  .template-30 .eventSignUp .eventSignUpForm .fill-form .fill-data {
    border-bottom: 2px dashed #ddd; }
    .template-30 .eventSignUp .eventSignUpForm .fill-form .fill-data select {
      background-size: 10px;
      background-position: right 8px center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); }

.template-30 .eventSignUp .eventSignUpForm .commonTemplateField,
.template-30 .eventSignUp .eventSignUpForm .customField {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8); }
  .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .item,
  .template-30 .eventSignUp .eventSignUpForm .customField .fill-data .data .item {
    display: flex;
    padding-bottom: 10px; }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .item p,
    .template-30 .eventSignUp .eventSignUpForm .customField .fill-data .data .item p {
      font-weight: bold;
      padding-right: 10px; }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .item label,
    .template-30 .eventSignUp .eventSignUpForm .customField .fill-data .data .item label {
      padding-right: 5px; }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .item input[type='checkbox'],
    .template-30 .eventSignUp .eventSignUpForm .customField .fill-data .data .item input[type='checkbox'] {
      margin-right: 10px; }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .item span,
    .template-30 .eventSignUp .eventSignUpForm .customField .fill-data .data .item span {
      padding-top: 10px;
      color: #816627; }

.template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data p::before {
  content: '●';
  color: #ecdcb8;
  padding-right: 5px; }

.template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender {
  display: flex;
  gap: 10px; 
  flex-wrap: wrap;}
  @media screen and (min-width:320px) and (max-width:767px){
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender {
        display: flex;
        gap: 10px;
        flex-direction: column; 
    }
    }
  .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender label.radio-checkbox {
    display: flex;
    width: calc(16% - 10px);
    height: auto;
    min-width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 8px;
    flex-wrap: wrap;  }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender label.radio-checkbox input[type='radio'] {
      margin: 0;
      accent-color: red; }
    .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender label.radio-checkbox:has(input[type='radio']:checked) {
      background-color: #ecdcb8; }
      @media screen and (min-width:320px) and (max-width:767px){
        .template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .gender label.radio-checkbox {
            display: flex;
            width: 100%;
            height: auto;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background-color: #f5f5f5;
            font-weight: bold;
            padding: 8px;
        }
        }
.template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .phone select {
  width: auto;
  border: 2px solid #e4e4e4;
  background-color: #e4e4e4; }

.template-30 .eventSignUp .eventSignUpForm .commonTemplateField .fill-data .data .box .addressText span {
  padding: 0 10px;
  white-space: nowrap; }

.template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function input[type='radio'] {
  accent-color: #ab9052; }

.template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tabs {
  padding: 10px;
  border: 2px solid #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tabs label {
    flex: 0 1 auto;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #f5f5f5; }
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tabs label input[type='radio'] {
      margin-right: 5px; }

.template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner {
  background-color: #f5f5f5;
  padding: 20px;
  display: none; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner.tab-inner-block {
    display: block; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .title-paging {
    border-bottom: 3px solid #ffffff; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data:last-child {
    border: none; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data p {
    color: #816627; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box select,
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box textarea,
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']) {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15); }
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box select:focus,
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box textarea:focus,
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box input:not([type=radio]):not([type=checkbox]):not([class*='butn']):focus {
      outline: none;
      border: 2px dashed #ff9800 !important; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .fill-data .data .box .optionType .select-label {
    margin-left: 10px; }
  .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures {
    border: 3px solid #ecdcb8;
    margin-top: 20px; }
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures .title-paging {
      text-align: center;
      font-size: 1.1rem;
      border: none;
      color: #816627;
      background: #ecdcb8;
      margin: 0;
      padding: 5px; }
      .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures .title-paging span {
        font-size: 0.9rem; }
    .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures .fill-data {
      border-bottom: 2px solid #ecdcb8; }
      .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures .fill-data:last-child {
        border-bottom: none; }
      .template-30 .eventSignUp .eventSignUpForm .customField .radio-tab-function .tab-contents .tab-inner .advancedFeatures .fill-data .data .item p {
        color: #333; }

.page-retrievals .help {
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dddddd; }

.page-retrievals .tree {
  width: 100%;
  min-height: 200px;
  overflow-y: auto;
  background-color: #f1f1f1;
  margin-top: 10px; }

@media screen and (max-width: 1600px) {
  .template-30 .pagingSearh .pagingSearhBox .pagingSearhImg {
    max-width: 300px; }
  .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage {
    flex-direction: row;
    flex-wrap: wrap; }
    .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime {
      width: 50%; }
    .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState {
      width: 50%;
      max-width: none;
      justify-content: flex-end; }
      .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState img {
        max-width: 120px; }
  .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListContainerText {
    padding: 15px; } }

@media screen and (max-width: 1400px) {
  .eventsApplyList .eventsApplyListContainer li {
    width: 100%; }
    .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState {
      width: 100%;
      max-width: 120px; }
  .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form {
    max-width: 90%; } }

@media screen and (max-width: 1200px) {
  .pages {
    padding: 0 20px 15px; }
  .left-content {
    align-items: flex-start;
    flex-direction: column; }
    .left-content .left-content-text {
      padding-left: 0;
      border-left: none; }
    .left-content .left-content-menu {
      margin-right: 0;
      max-width: none; }
      .left-content .left-content-menu .area-memu {
        max-height: none; }
        .left-content .left-content-menu .area-memu li {
          width: 25%; }
  .template-30 .pagingSearh .pagingSearhBox .pagingSearhImg {
    display: none; }
  .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction {
    padding: 7vh 0 2vh; }
    .template-30 .pagingSearh .pagingSearhBox .pagingSearhFunction form {
      max-width: 750px; } }

@media screen and (max-width: 1100px) {
  .pages p {
    margin-top: 15px; }
  .template-30 .articleContent .articleContentHeader {
    flex-direction: column;
    gap: 30px; }
    .template-30 .articleContent .articleContentHeader .articleContentTitle {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .template-30 .articleContent .articleContentHeader .articleContentTitleState {
      align-items: stretch;
      max-width: initial;
      gap: 10px; }
      .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox {
        flex: 1 1 40%;
        margin-left: 0;
        height: auto;
        gap: 5px;
        justify-content: center; }
        .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox span {
          margin: 0; }
        .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox:last-child {
          flex: 1 1 20%;
          max-width: initial;
          background-color: #efdbab; } }

@media screen and (max-width: 990px) {
  .registration-box .verification {
    display: block; }
    .registration-box .verification .renew {
      width: 35px; }
  .tool-button .light-box .light-box-content {
    max-width: 90vw;
    border-radius: 0;
    overflow: auto; }
    .tool-button .light-box .light-box-content .mail-eliminate {
      width: 30px;
      height: 30px;
      line-height: 25px;
      padding: 0;
      color: #1ebe9f;
      text-align: center;
      border-radius: 40px;
      border: 3px solid #ddd;
      background-color: #f4f4f4; }
    .tool-button .light-box .light-box-content .fill-data .data .box .verify {
      display: block; }
      .tool-button .light-box .light-box-content .fill-data .data .box .verify input:not([type=radio]):not([type=checkbox]) {
        width: 100%; }
      .tool-button .light-box .light-box-content .fill-data .data .box .verify .verify-img {
        margin: 15px auto; }
  table.table-list tbody tr td .information {
    flex-direction: column; } }

@media screen and (max-width: 800px) {
  .right-content .right-content-menu,
  .right-content .left-content-menu,
  .left-content .right-content-menu,
  .left-content .left-content-menu {
    float: none;
    width: 100%; }
    .right-content .right-content-menu .title-paging,
    .right-content .left-content-menu .title-paging,
    .left-content .right-content-menu .title-paging,
    .left-content .left-content-menu .title-paging {
      padding: 0 25px 0 5px;
      position: relative; }
      .right-content .right-content-menu .title-paging::after,
      .right-content .left-content-menu .title-paging::after,
      .left-content .right-content-menu .title-paging::after,
      .left-content .left-content-menu .title-paging::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #1ebe9f transparent transparent transparent;
        position: absolute;
        top: 15px;
        right: 5px; }
    .right-content .right-content-menu .span-page-title,
    .right-content .left-content-menu .span-page-title,
    .left-content .right-content-menu .span-page-title,
    .left-content .left-content-menu .span-page-title {
      padding: 0 25px 0 5px;
      position: relative; }
      .right-content .right-content-menu .span-page-title::after,
      .right-content .left-content-menu .span-page-title::after,
      .left-content .right-content-menu .span-page-title::after,
      .left-content .left-content-menu .span-page-title::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #1ebe9f transparent transparent transparent;
        position: absolute;
        top: 15px;
        right: 5px; }
  .right-content .right-content-text,
  .right-content .left-content-text,
  .left-content .right-content-text,
  .left-content .left-content-text {
    float: none;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px !important; }
  .left-content {
    padding: 0 !important; }
    .left-content .left-content-menu {
      padding: 0 15px !important; }
    .left-content .left-content-text {
      padding: 0 15px !important; }
  .right-content {
    padding: 0 !important; }
    .right-content .right-content-menu {
      padding: 0 15px !important; }
    .right-content .right-content-text {
      padding: 0 15px !important; }
  .template-30 .articleContent .articleContentBox p {
    text-align: justify; }
  .template-30 .articleContent .articleContentBox .bannerView {
    flex-direction: column; }
  .template-30 table.table-list:not(.no-rwd) tbody tr td:first-child {
    border-top: 3px solid #ecdcb8; }
  .template-30 table.table-list:not(.no-rwd) tbody tr td::before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    color: #8d7c54;
    white-space: nowrap;
    margin-right: 5px; }
    table.table-list:not(.no-rwd) tbody tr td p {
      margin-right: 5px;
      white-space: nowrap;
  }  
  .template-30 table.table-list:not(.no-rwd) tbody tr td input {
    width: 100%; }
  .template-30 table.table-list tbody tr td .information {
    flex-direction: row;
    justify-content: space-between;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .video-object div + div {
    margin-top: 20px; } }

@media screen and (max-width: 501px) {
  .lightBox-bg .lightBox-content {
    width: 95%;
    padding: 10px 6px;
    border-width: 3px;
    border-radius: 10px; }
    .lightBox-bg .lightBox-content .lightBox-text table.table-list thead tr th {
      font-size: 0.75rem; }
    .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td {
      font-size: 0.75rem; }
      .lightBox-bg .lightBox-content .lightBox-text table.table-list tbody tr td input {
        width: 100%; }
  .video-content .video-box {
    min-height: 250px; }
    .video-content .video-box iframe {
      min-height: 250px; }
  .registration-box ul .registration-width-average {
    display: block; }
  .registration-box .verification {
    display: block; }
    .registration-box .verification .renew {
      width: 45px; }
  table {
    width: 100%; }
  .tab-inner {
    display: flex; }
    .tab-inner .tab-title {
      display: block;
      width: 100px;
      background-color: rgba(0, 0, 0, 0); }
      .tab-inner .tab-title li a {
        padding: 15px 5px;
        text-align: center;
        border-radius: 10px 0px 0px 10px; }
    .tab-inner .bulletin-title-list {
      width: 100%; }
      .tab-inner .bulletin-title-list .wdn_responsive_table {
        box-shadow: -5px 0px 0 #1d917a; }
      .tab-inner .bulletin-title-list .link-button {
        box-shadow: -5px 0px 0 #1d917a; }
  .left-content .left-content-menu .area-memu li {
    width: 50%; }
  .left-content .left-content-menu .title-paging {
    padding: 0 25px 15px 5px;
    margin-top: 40px; }
  .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime {
      justify-content: flex-end;
      width: 70%;
      margin-top: 10px;
      flex-direction: column; }
      .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListDetailTitle .listDetailTitleTime .listMessageTimeText {
        margin-top: 10px; }
  .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageState {
    max-width: none; }
  .eventsApplyList .eventsApplyListContainer li .eventsApplyListDetail .eventsApplyListMessage .listMessageTime {
    width: 100%;
    margin-top: 15px; }
  .template-30 .pagingSearh h2 {
    background-image: url(../img/pagingSearhBG.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
  .pages {
    width: 100%;
    justify-content: center; } }

@media screen and (max-width: 400px) {
  .template-30 table.table-list tbody tr td .place-icon {
    margin: 5px; }
  .template-30 table.table-list tbody tr td .information {
    flex-direction: column;
    align-items: flex-start; }
  .template-30 .lightBox-bg .lightBox-content.login-form .lightBox-text {
    width: 80vw;
    height: 50vh; }
  .template-30 .articleContent .articleContentBox .bannerView {
    padding: 0; }
    .template-30 .articleContent .articleContentBox .bannerView .bannerControl p {
      text-align: center; }
    .template-30 .articleContent .articleContentBox .bannerView .bannerControl .bannerControlContainer a {
      margin: 0 auto; }
    .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox .contactInformation div {
      border-bottom: 1px solid #ddd;
      flex-direction: column; }
      .template-30 .articleContent .articleContentBox .bannerView .contactInformationBox .contactInformation div p {
        padding: 10px 0; }
  .template-30 .articleContent .articleContentHeader .articleContentTitleState {
    flex-direction: column; }
    .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox:last-child {
      margin-top: 10px; }
      .template-30 .articleContent .articleContentHeader .articleContentTitleState .articleContentTitleStateBox:last-child p {
        height: 50px;
        line-height: 50px;
        padding: 0; } }

@media screen and (max-width: 414px) {
  .eventSignUp.registration-box .eventSignUpList .searchBox ul li {
    display: flex;
    flex-wrap: wrap; }
    .eventSignUp.registration-box .eventSignUpList .searchBox ul li input {
      width: 100%; } }

@media screen and (max-width: 330px) {
  .lightBox-bg .lightBox-content.login-form .lightBox-text ul li.remember-forgot-password {
    padding-top: 5px;
    flex-direction: column;
    gap: 20px; } }

.registrated-search #form1 .fill-data .data fieldset {
  width: 100%; }
