@charset "UTF-8";
/*==============================
  全站共用css
  4. Layout - 版型結構
==============================*/
/*==============================
  2. Vendors - 第三方元件
==============================*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1160px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1160px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*==============================
  3. Base - 預設、重置樣式
==============================*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select::-ms-expand {
  display: none;
}

select {
  background: transparent;
  border: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: initial;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input[type=button] {
  border: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  font-weight: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

::-webkit-input-placeholder {
  color: #c4c4c4;
}

:-moz-placeholder {
  color: #c4c4c4;
}

::-moz-placeholder {
  color: #c4c4c4;
}

:-ms-input-placeholder {
  color: #c4c4c4 !important;
}

::placeholder {
  color: #c4c4c4 !important;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

summary::-webkit-details-marker {
  display: none;
}
summary::-moz-list-bullet {
  list-style-type: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../font//icomoon.eot?l610dc");
  src: url("../font//icomoon.eot?l610dc#iefix") format("embedded-opentype"), url("../font//icomoon.ttf?l610dc") format("truetype"), url("../font//icomoon.woff?l610dc") format("woff"), url("../font//icomoon.svg?l610dc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i::before {
  display: inline-block;
  vertical-align: bottom;
}

.icon__tr {
  margin-left: 4px;
}
.icon__tl {
  margin-right: 4px;
}

.icon-home:before {
  content: "\e903";
  color: currentColor;
}

.icon-menu:before {
  content: "\e90f";
  color: currentColor;
}

.icon-Basic_warning:before {
  content: "\e900";
  color: currentColor;
}

.icon-Account_eye:before {
  content: "\e930";
  color: currentColor;
}

.icon-Account_eyeclose:before {
  content: "\e92f";
  color: currentColor;
}

.icon-Basic_angle-down:before {
  content: "\e901";
  color: currentColor;
}

.icon-Basic_angle-down-two:before {
  content: "\e91f";
  color: currentColor;
}

.icon-Basic_angle-right-two:before {
  content: "\e904";
  color: currentColor;
}

.icon-Basic_angle-top:before {
  content: "\e905";
  color: currentColor;
}

.icon-Basic_angle-up:before {
  content: "\e919";
  color: currentColor;
}

.icon-Basic_calculate:before {
  content: "\e907";
  color: currentColor;
}

.icon-Basic_calendar:before {
  content: "\e906";
  color: currentColor;
}

.icon-Basic_camera:before {
  content: "\e909";
  color: currentColor;
}

.icon-Basic_check:before {
  content: "\e91c";
  color: currentColor;
}

.icon-Basic_close:before {
  content: "\e908";
  color: currentColor;
}

.icon-Basic_close_bold:before {
  content: "\e921";
  color: currentColor;
}

.icon-Basic_download:before {
  content: "\e90d";
  color: currentColor;
}

.icon-Basic_file_on:before {
  content: "\e926";
  color: currentColor;
}

.icon-Basic_minus:before {
  content: "\e90a";
  color: currentColor;
}

.icon-Basic_more:before {
  content: "\e910";
  color: currentColor;
}

.icon-Basic_pen:before {
  content: "\e90b";
  color: currentColor;
}

.icon-Basic_plus:before {
  content: "\e90c";
  color: currentColor;
}

.icon-Basic_redo:before {
  content: "\e913";
  color: currentColor;
}

.icon-Basic_search:before {
  content: "\e914";
  color: currentColor;
}

.icon-Basic_search_none:before {
  content: "\e90e";
  color: currentColor;
}

.icon-Basic_trash:before {
  content: "\e91d";
  color: currentColor;
}

.icon-Basic_Circle-info:before {
  content: "\e923";
  color: currentColor;
}

.icon-Info_Notice:before {
  content: "\e916";
  color: currentColor;
}

.icon-Basic_copy_1:before {
  content: "\e902";
  color: currentColor;
}

.icon-Basic_hourglass:before {
  content: "\e911";
  color: currentColor;
}

.icon-globe:before {
  content: "\e912";
  color: currentColor;
}

.icon-Info_check:before {
  content: "\e915";
  color: currentColor;
}

.icon-Error:before {
  content: "\e917";
  color: currentColor;
}

.icon-Question:before {
  content: "\e918";
  color: currentColor;
}

.icon-Basic_angle-right:before {
  content: "\e91a";
  color: currentColor;
}

.icon-Basic_angle-left:before {
  content: "\e91b";
  color: currentColor;
}

@keyframes float {
  to {
    transform: translateX(50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(-1em);
    opacity: 0;
  }
}
@keyframes fadeInDown {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  from {
    transform: translateX(-1em);
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(-359deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
::selection {
  background-color: rgba(206.4, 206.4, 206.4, 0.25);
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Rubik-Regular.ttf) format("truetype");
  unicode-range: U+40-007A, U+30-39;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/Rubik-Medium.ttf) format("truetype");
  unicode-range: U+40-007A, U+30-39;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Noto Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.5;
  color: #242424;
}

.heading1 {
  font-size: 60px;
  line-height: 1.0666666667;
  font-weight: 700;
}
@media (max-width: 767px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.2222222222;
  }
}

.heading2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #242424;
}
@media (max-width: 767px) {
  .heading2 {
    font-size: 20px;
  }
}

.heading3 {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 700;
}

.heading3_fs20 {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 700;
  font-size: 20px;
}

.heading3_fs18 {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .heading3_fs18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading3_fs18--fs-md {
    line-height: 1.5;
    font-size: 18px;
  }
}

.heading4 {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  line-height: 2em;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .heading4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.heading4::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.8em;
  background-color: #cf0209;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .heading4::before {
    height: 1.5em;
  }
}

.heading4s {
  font-weight: 700;
  color: #242424;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.heading4s::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.5em;
  background-color: #cf0209;
  margin-right: 8px;
  vertical-align: middle;
}

.heading5 {
  font-size: 16px;
  color: #707070;
}
.heading5 > span {
  font-size: 24px;
  color: #cf0209;
  display: inline-block;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .heading5 {
    font-size: 14px;
  }
}

.text-sm {
  font-size: 14px;
  line-height: 1.2857142857;
}

.text-xs {
  font-size: 12px;
  line-height: 1.3333333333;
}

.lh-15 {
  line-height: 150%;
}

.lh-12 {
  line-height: 120%;
}

@media (max-width: 1399px) {
  .text-sm-xxl {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-xxl {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 1159px) {
  .text-sm-xl {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-xl {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 991px) {
  .text-sm-lg {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-lg {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .text-sm-md {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-md {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media (max-width: 575px) {
  .text-sm-sm {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-sm {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media (max-width: -1px) {
  .text-sm-xs {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .text-xs-xs {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.line-break-pc {
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .line-break-pc {
    white-space: wrap;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .fs14-md {
    font-size: 14px;
  }
}

.decimal, .disc, .cjk, .en, .decimal-arc {
  margin: 0;
  padding: 0;
  padding-left: 0;
  list-style-position: outside;
  overflow: visible;
  margin-bottom: 4px;
}
li .decimal, li .disc, li .cjk, li .en, li .decimal-arc {
  margin-bottom: 0;
}
.decimal > li + li, .disc > li + li, .cjk > li + li, .en > li + li, .decimal-arc > li + li {
  margin-top: 4px;
}

.decimal {
  list-style-type: decimal;
  padding-left: 2em;
}
.decimal.multi {
  list-style-type: none;
  counter-reset: decimal-counter;
  padding-left: 0;
}
.decimal.multi > li {
  counter-increment: decimal-counter;
  padding-left: 2.5em;
  position: relative;
}
.decimal.multi > li::before {
  content: counter(decimal-counter, decimal) ".";
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
  padding-right: 4px;
}
.decimal.multi li::marker {
  content: none;
}

.disc {
  list-style-type: disc;
  padding-left: 1.5em;
}

.cjk {
  list-style-type: cjk-ideographic;
  padding-left: 3.5em;
}
.cjk.multi {
  list-style-type: none;
  counter-reset: cjk-counter;
  padding-left: 0;
}
.cjk.multi > li {
  counter-increment: cjk-counter;
  padding-left: 4.5em;
  position: relative;
}
.cjk.multi > li::before {
  content: counter(cjk-counter, cjk-ideographic) "、";
  position: absolute;
  left: 0;
  width: 4em;
  text-align: right;
  padding-right: 4px;
}
.cjk.multi li::marker {
  content: none;
}

.en {
  list-style-type: lower-alpha;
  padding-left: 2em;
}
.en.multi {
  list-style-type: none;
  counter-reset: en-counter;
  padding-left: 0;
}
.en.multi > li {
  counter-increment: en-counter;
  padding-left: 2.5em;
  position: relative;
}
.en.multi > li::before {
  content: counter(en-counter, lower-alpha) ".";
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
  padding-right: 4px;
}
.en.multi li::marker {
  content: none;
}

.decimal-arc {
  list-style-type: none;
  counter-reset: arc-counter;
  padding-left: 2.5em;
}
.decimal-arc > li {
  counter-increment: arc-counter;
  position: relative;
}
.decimal-arc > li::before {
  content: "(" counter(arc-counter) ")";
  position: absolute;
  left: -2.5em;
  width: 2em;
  text-align: right;
  padding-right: 4px;
}

h4 + .decimal,
h4 + .disc,
h4 + .cjk,
h4 + .en,
h4 + .decimal-arc, h5 + .decimal,
h5 + .disc,
h5 + .cjk,
h5 + .en,
h5 + .decimal-arc, h6 + .decimal,
h6 + .disc,
h6 + .cjk,
h6 + .en,
h6 + .decimal-arc, p + .decimal,
p + .disc,
p + .cjk,
p + .en,
p + .decimal-arc {
  margin-top: 8px;
}

/* visible, hidden rwd */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}
@media (min-width: 769px) {
  .hidden-min {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-max {
    display: none !important;
  }
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: none;
  margin: 20px 0;
}

svg {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

summary {
  cursor: pointer;
}

.text-red-500 {
  color: #cf0209 !important;
}

.text-green-500 {
  color: #0c9700 !important;
}

.text-white {
  color: #ffffff;
}

.text-gray-400 {
  color: #c4c4c4;
}

.text-gray-500 {
  color: #9c9c9c;
}

.text-gray-600 {
  color: #707070;
}

.text-gray-700 {
  color: #4a4a4a;
}

.text-gray-900 {
  color: #242424;
}

.text-blue-700 {
  color: #004d99;
}

.info {
  color: #4a4a4a;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-table-w-10p {
  width: 10%;
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

@media (max-width: 1399px) {
  .hide-xxl {
    display: none !important;
  }
  .block-xxl {
    display: block !important;
  }
}
@media (max-width: 1159px) {
  .hide-xl {
    display: none !important;
  }
  .block-xl {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .hide-lg {
    display: none !important;
  }
  .block-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: none !important;
  }
  .block-md {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hide-sm {
    display: none !important;
  }
  .block-sm {
    display: block !important;
  }
}
@media (max-width: -1px) {
  .hide-xs {
    display: none !important;
  }
  .block-xs {
    display: block !important;
  }
}
.bg-gray-100 {
  background-color: #ffffff;
}

.bg-bluesky {
  background-image: url("../images/background/Bg-vector-circle.png"), linear-gradient(360deg, #e2f2ff 0%, #f4faff 100%);
  background-position: bottom left 36%;
  background-size: center;
  background-repeat: no-repeat;
}

.link {
  text-decoration: underline;
  color: #004d99;
}

/* Base Spacing */
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-6 {
  padding: 24px !important;
}
.p-7 {
  padding: 28px !important;
}
.p-8 {
  padding: 32px !important;
}
.p-9 {
  padding: 36px !important;
}
.p-10 {
  padding: 40px !important;
}

.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.pt-6 {
  padding-top: 24px !important;
}
.pt-7 {
  padding-top: 28px !important;
}
.pt-8 {
  padding-top: 32px !important;
}
.pt-9 {
  padding-top: 36px !important;
}
.pt-10 {
  padding-top: 40px !important;
}

.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pr-4 {
  padding-right: 16px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-6 {
  padding-right: 24px !important;
}
.pr-7 {
  padding-right: 28px !important;
}
.pr-8 {
  padding-right: 32px !important;
}
.pr-9 {
  padding-right: 36px !important;
}
.pr-10 {
  padding-right: 40px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pb-6 {
  padding-bottom: 24px !important;
}
.pb-7 {
  padding-bottom: 28px !important;
}
.pb-8 {
  padding-bottom: 32px !important;
}
.pb-9 {
  padding-bottom: 36px !important;
}
.pb-10 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pl-4 {
  padding-left: 16px !important;
}
.pl-5 {
  padding-left: 20px !important;
}
.pl-6 {
  padding-left: 24px !important;
}
.pl-7 {
  padding-left: 28px !important;
}
.pl-8 {
  padding-left: 32px !important;
}
.pl-9 {
  padding-left: 36px !important;
}
.pl-10 {
  padding-left: 40px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 12px !important;
}
.m-4 {
  margin: 16px !important;
}
.m-5 {
  margin: 20px !important;
}
.m-6 {
  margin: 24px !important;
}
.m-7 {
  margin: 28px !important;
}
.m-8 {
  margin: 32px !important;
}
.m-9 {
  margin: 36px !important;
}
.m-10 {
  margin: 40px !important;
}
.m-11 {
  margin: 44px !important;
}
.m-12 {
  margin: 48px !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-6 {
  margin-top: 24px !important;
}
.mt-7 {
  margin-top: 28px !important;
}
.mt-8 {
  margin-top: 32px !important;
}
.mt-9 {
  margin-top: 36px !important;
}
.mt-10 {
  margin-top: 40px !important;
}
.mt-11 {
  margin-top: 44px !important;
}
.mt-12 {
  margin-top: 48px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mr-6 {
  margin-right: 24px !important;
}
.mr-7 {
  margin-right: 28px !important;
}
.mr-8 {
  margin-right: 32px !important;
}
.mr-9 {
  margin-right: 36px !important;
}
.mr-10 {
  margin-right: 40px !important;
}
.mr-11 {
  margin-right: 44px !important;
}
.mr-12 {
  margin-right: 48px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-6 {
  margin-bottom: 24px !important;
}
.mb-7 {
  margin-bottom: 28px !important;
}
.mb-8 {
  margin-bottom: 32px !important;
}
.mb-9 {
  margin-bottom: 36px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}
.mb-11 {
  margin-bottom: 44px !important;
}
.mb-12 {
  margin-bottom: 48px !important;
}

.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.ml-4 {
  margin-left: 16px !important;
}
.ml-5 {
  margin-left: 20px !important;
}
.ml-6 {
  margin-left: 24px !important;
}
.ml-7 {
  margin-left: 28px !important;
}
.ml-8 {
  margin-left: 32px !important;
}
.ml-9 {
  margin-left: 36px !important;
}
.ml-10 {
  margin-left: 40px !important;
}
.ml-11 {
  margin-left: 44px !important;
}
.ml-12 {
  margin-left: 48px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx-11 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* Breakpoints Spacing */
@media (max-width: 767px) {
  .p-0-md {
    padding: 0px !important;
  }
  .p-1-md {
    padding: 4px !important;
  }
  .p-2-md {
    padding: 8px !important;
  }
  .p-3-md {
    padding: 12px !important;
  }
  .p-4-md {
    padding: 16px !important;
  }
  .p-5-md {
    padding: 20px !important;
  }
  .p-6-md {
    padding: 24px !important;
  }
  .p-7-md {
    padding: 28px !important;
  }
  .p-8-md {
    padding: 32px !important;
  }
  .p-9-md {
    padding: 36px !important;
  }
  .p-10-md {
    padding: 40px !important;
  }
  .pt-0-md {
    padding-top: 0px !important;
  }
  .pt-1-md {
    padding-top: 4px !important;
  }
  .pt-2-md {
    padding-top: 8px !important;
  }
  .pt-3-md {
    padding-top: 12px !important;
  }
  .pt-4-md {
    padding-top: 16px !important;
  }
  .pt-5-md {
    padding-top: 20px !important;
  }
  .pt-6-md {
    padding-top: 24px !important;
  }
  .pt-7-md {
    padding-top: 28px !important;
  }
  .pt-8-md {
    padding-top: 32px !important;
  }
  .pt-9-md {
    padding-top: 36px !important;
  }
  .pt-10-md {
    padding-top: 40px !important;
  }
  .pr-0-md {
    padding-right: 0px !important;
  }
  .pr-1-md {
    padding-right: 4px !important;
  }
  .pr-2-md {
    padding-right: 8px !important;
  }
  .pr-3-md {
    padding-right: 12px !important;
  }
  .pr-4-md {
    padding-right: 16px !important;
  }
  .pr-5-md {
    padding-right: 20px !important;
  }
  .pr-6-md {
    padding-right: 24px !important;
  }
  .pr-7-md {
    padding-right: 28px !important;
  }
  .pr-8-md {
    padding-right: 32px !important;
  }
  .pr-9-md {
    padding-right: 36px !important;
  }
  .pr-10-md {
    padding-right: 40px !important;
  }
  .pb-0-md {
    padding-bottom: 0px !important;
  }
  .pb-1-md {
    padding-bottom: 4px !important;
  }
  .pb-2-md {
    padding-bottom: 8px !important;
  }
  .pb-3-md {
    padding-bottom: 12px !important;
  }
  .pb-4-md {
    padding-bottom: 16px !important;
  }
  .pb-5-md {
    padding-bottom: 20px !important;
  }
  .pb-6-md {
    padding-bottom: 24px !important;
  }
  .pb-7-md {
    padding-bottom: 28px !important;
  }
  .pb-8-md {
    padding-bottom: 32px !important;
  }
  .pb-9-md {
    padding-bottom: 36px !important;
  }
  .pb-10-md {
    padding-bottom: 40px !important;
  }
  .pl-0-md {
    padding-left: 0px !important;
  }
  .pl-1-md {
    padding-left: 4px !important;
  }
  .pl-2-md {
    padding-left: 8px !important;
  }
  .pl-3-md {
    padding-left: 12px !important;
  }
  .pl-4-md {
    padding-left: 16px !important;
  }
  .pl-5-md {
    padding-left: 20px !important;
  }
  .pl-6-md {
    padding-left: 24px !important;
  }
  .pl-7-md {
    padding-left: 28px !important;
  }
  .pl-8-md {
    padding-left: 32px !important;
  }
  .pl-9-md {
    padding-left: 36px !important;
  }
  .pl-10-md {
    padding-left: 40px !important;
  }
  .px-0-md {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .px-1-md {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-2-md {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-3-md {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-4-md {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-5-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-6-md {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-7-md {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .px-8-md {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-9-md {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px-10-md {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-1-md {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-2-md {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-3-md {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-4-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-5-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-6-md {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-7-md {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-8-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-9-md {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-10-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .p-0-lg {
    padding: 0px !important;
  }
  .p-1-lg {
    padding: 4px !important;
  }
  .p-2-lg {
    padding: 8px !important;
  }
  .p-3-lg {
    padding: 12px !important;
  }
  .p-4-lg {
    padding: 16px !important;
  }
  .p-5-lg {
    padding: 20px !important;
  }
  .p-6-lg {
    padding: 24px !important;
  }
  .p-7-lg {
    padding: 28px !important;
  }
  .p-8-lg {
    padding: 32px !important;
  }
  .p-9-lg {
    padding: 36px !important;
  }
  .p-10-lg {
    padding: 40px !important;
  }
  .pt-0-lg {
    padding-top: 0px !important;
  }
  .pt-1-lg {
    padding-top: 4px !important;
  }
  .pt-2-lg {
    padding-top: 8px !important;
  }
  .pt-3-lg {
    padding-top: 12px !important;
  }
  .pt-4-lg {
    padding-top: 16px !important;
  }
  .pt-5-lg {
    padding-top: 20px !important;
  }
  .pt-6-lg {
    padding-top: 24px !important;
  }
  .pt-7-lg {
    padding-top: 28px !important;
  }
  .pt-8-lg {
    padding-top: 32px !important;
  }
  .pt-9-lg {
    padding-top: 36px !important;
  }
  .pt-10-lg {
    padding-top: 40px !important;
  }
  .pr-0-lg {
    padding-right: 0px !important;
  }
  .pr-1-lg {
    padding-right: 4px !important;
  }
  .pr-2-lg {
    padding-right: 8px !important;
  }
  .pr-3-lg {
    padding-right: 12px !important;
  }
  .pr-4-lg {
    padding-right: 16px !important;
  }
  .pr-5-lg {
    padding-right: 20px !important;
  }
  .pr-6-lg {
    padding-right: 24px !important;
  }
  .pr-7-lg {
    padding-right: 28px !important;
  }
  .pr-8-lg {
    padding-right: 32px !important;
  }
  .pr-9-lg {
    padding-right: 36px !important;
  }
  .pr-10-lg {
    padding-right: 40px !important;
  }
  .pb-0-lg {
    padding-bottom: 0px !important;
  }
  .pb-1-lg {
    padding-bottom: 4px !important;
  }
  .pb-2-lg {
    padding-bottom: 8px !important;
  }
  .pb-3-lg {
    padding-bottom: 12px !important;
  }
  .pb-4-lg {
    padding-bottom: 16px !important;
  }
  .pb-5-lg {
    padding-bottom: 20px !important;
  }
  .pb-6-lg {
    padding-bottom: 24px !important;
  }
  .pb-7-lg {
    padding-bottom: 28px !important;
  }
  .pb-8-lg {
    padding-bottom: 32px !important;
  }
  .pb-9-lg {
    padding-bottom: 36px !important;
  }
  .pb-10-lg {
    padding-bottom: 40px !important;
  }
  .pl-0-lg {
    padding-left: 0px !important;
  }
  .pl-1-lg {
    padding-left: 4px !important;
  }
  .pl-2-lg {
    padding-left: 8px !important;
  }
  .pl-3-lg {
    padding-left: 12px !important;
  }
  .pl-4-lg {
    padding-left: 16px !important;
  }
  .pl-5-lg {
    padding-left: 20px !important;
  }
  .pl-6-lg {
    padding-left: 24px !important;
  }
  .pl-7-lg {
    padding-left: 28px !important;
  }
  .pl-8-lg {
    padding-left: 32px !important;
  }
  .pl-9-lg {
    padding-left: 36px !important;
  }
  .pl-10-lg {
    padding-left: 40px !important;
  }
  .px-0-lg {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .px-1-lg {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-2-lg {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-3-lg {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-4-lg {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-5-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-6-lg {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-7-lg {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .px-8-lg {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-9-lg {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px-10-lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-1-lg {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-2-lg {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-3-lg {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-4-lg {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-5-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-6-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-7-lg {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-8-lg {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-9-lg {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-10-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .m-0-md {
    margin: 0px !important;
  }
  .m-1-md {
    margin: 4px !important;
  }
  .m-2-md {
    margin: 8px !important;
  }
  .m-3-md {
    margin: 12px !important;
  }
  .m-4-md {
    margin: 16px !important;
  }
  .m-5-md {
    margin: 20px !important;
  }
  .m-6-md {
    margin: 24px !important;
  }
  .m-7-md {
    margin: 28px !important;
  }
  .m-8-md {
    margin: 32px !important;
  }
  .m-9-md {
    margin: 36px !important;
  }
  .m-10-md {
    margin: 40px !important;
  }
  .m-11-md {
    margin: 44px !important;
  }
  .m-12-md {
    margin: 48px !important;
  }
  .mt-0-md {
    margin-top: 0px !important;
  }
  .mt-1-md {
    margin-top: 4px !important;
  }
  .mt-2-md {
    margin-top: 8px !important;
  }
  .mt-3-md {
    margin-top: 12px !important;
  }
  .mt-4-md {
    margin-top: 16px !important;
  }
  .mt-5-md {
    margin-top: 20px !important;
  }
  .mt-6-md {
    margin-top: 24px !important;
  }
  .mt-7-md {
    margin-top: 28px !important;
  }
  .mt-8-md {
    margin-top: 32px !important;
  }
  .mt-9-md {
    margin-top: 36px !important;
  }
  .mt-10-md {
    margin-top: 40px !important;
  }
  .mt-11-md {
    margin-top: 44px !important;
  }
  .mt-12-md {
    margin-top: 48px !important;
  }
  .mr-0-md {
    margin-right: 0px !important;
  }
  .mr-1-md {
    margin-right: 4px !important;
  }
  .mr-2-md {
    margin-right: 8px !important;
  }
  .mr-3-md {
    margin-right: 12px !important;
  }
  .mr-4-md {
    margin-right: 16px !important;
  }
  .mr-5-md {
    margin-right: 20px !important;
  }
  .mr-6-md {
    margin-right: 24px !important;
  }
  .mr-7-md {
    margin-right: 28px !important;
  }
  .mr-8-md {
    margin-right: 32px !important;
  }
  .mr-9-md {
    margin-right: 36px !important;
  }
  .mr-10-md {
    margin-right: 40px !important;
  }
  .mr-11-md {
    margin-right: 44px !important;
  }
  .mr-12-md {
    margin-right: 48px !important;
  }
  .mb-0-md {
    margin-bottom: 0px !important;
  }
  .mb-1-md {
    margin-bottom: 4px !important;
  }
  .mb-2-md {
    margin-bottom: 8px !important;
  }
  .mb-3-md {
    margin-bottom: 12px !important;
  }
  .mb-4-md {
    margin-bottom: 16px !important;
  }
  .mb-5-md {
    margin-bottom: 20px !important;
  }
  .mb-6-md {
    margin-bottom: 24px !important;
  }
  .mb-7-md {
    margin-bottom: 28px !important;
  }
  .mb-8-md {
    margin-bottom: 32px !important;
  }
  .mb-9-md {
    margin-bottom: 36px !important;
  }
  .mb-10-md {
    margin-bottom: 40px !important;
  }
  .mb-11-md {
    margin-bottom: 44px !important;
  }
  .mb-12-md {
    margin-bottom: 48px !important;
  }
  .ml-0-md {
    margin-left: 0px !important;
  }
  .ml-1-md {
    margin-left: 4px !important;
  }
  .ml-2-md {
    margin-left: 8px !important;
  }
  .ml-3-md {
    margin-left: 12px !important;
  }
  .ml-4-md {
    margin-left: 16px !important;
  }
  .ml-5-md {
    margin-left: 20px !important;
  }
  .ml-6-md {
    margin-left: 24px !important;
  }
  .ml-7-md {
    margin-left: 28px !important;
  }
  .ml-8-md {
    margin-left: 32px !important;
  }
  .ml-9-md {
    margin-left: 36px !important;
  }
  .ml-10-md {
    margin-left: 40px !important;
  }
  .ml-11-md {
    margin-left: 44px !important;
  }
  .ml-12-md {
    margin-left: 48px !important;
  }
  .mx-0-md {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mx-1-md {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-2-md {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-3-md {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-4-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-5-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-6-md {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-7-md {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mx-8-md {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-9-md {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx-10-md {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-11-md {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mx-12-md {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-1-md {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-2-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-3-md {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-4-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-5-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-6-md {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-7-md {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-8-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-9-md {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-10-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-11-md {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-12-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (max-width: 991px) {
  .m-0-lg {
    margin: 0px !important;
  }
  .m-1-lg {
    margin: 4px !important;
  }
  .m-2-lg {
    margin: 8px !important;
  }
  .m-3-lg {
    margin: 12px !important;
  }
  .m-4-lg {
    margin: 16px !important;
  }
  .m-5-lg {
    margin: 20px !important;
  }
  .m-6-lg {
    margin: 24px !important;
  }
  .m-7-lg {
    margin: 28px !important;
  }
  .m-8-lg {
    margin: 32px !important;
  }
  .m-9-lg {
    margin: 36px !important;
  }
  .m-10-lg {
    margin: 40px !important;
  }
  .m-11-lg {
    margin: 44px !important;
  }
  .m-12-lg {
    margin: 48px !important;
  }
  .mt-0-lg {
    margin-top: 0px !important;
  }
  .mt-1-lg {
    margin-top: 4px !important;
  }
  .mt-2-lg {
    margin-top: 8px !important;
  }
  .mt-3-lg {
    margin-top: 12px !important;
  }
  .mt-4-lg {
    margin-top: 16px !important;
  }
  .mt-5-lg {
    margin-top: 20px !important;
  }
  .mt-6-lg {
    margin-top: 24px !important;
  }
  .mt-7-lg {
    margin-top: 28px !important;
  }
  .mt-8-lg {
    margin-top: 32px !important;
  }
  .mt-9-lg {
    margin-top: 36px !important;
  }
  .mt-10-lg {
    margin-top: 40px !important;
  }
  .mt-11-lg {
    margin-top: 44px !important;
  }
  .mt-12-lg {
    margin-top: 48px !important;
  }
  .mr-0-lg {
    margin-right: 0px !important;
  }
  .mr-1-lg {
    margin-right: 4px !important;
  }
  .mr-2-lg {
    margin-right: 8px !important;
  }
  .mr-3-lg {
    margin-right: 12px !important;
  }
  .mr-4-lg {
    margin-right: 16px !important;
  }
  .mr-5-lg {
    margin-right: 20px !important;
  }
  .mr-6-lg {
    margin-right: 24px !important;
  }
  .mr-7-lg {
    margin-right: 28px !important;
  }
  .mr-8-lg {
    margin-right: 32px !important;
  }
  .mr-9-lg {
    margin-right: 36px !important;
  }
  .mr-10-lg {
    margin-right: 40px !important;
  }
  .mr-11-lg {
    margin-right: 44px !important;
  }
  .mr-12-lg {
    margin-right: 48px !important;
  }
  .mb-0-lg {
    margin-bottom: 0px !important;
  }
  .mb-1-lg {
    margin-bottom: 4px !important;
  }
  .mb-2-lg {
    margin-bottom: 8px !important;
  }
  .mb-3-lg {
    margin-bottom: 12px !important;
  }
  .mb-4-lg {
    margin-bottom: 16px !important;
  }
  .mb-5-lg {
    margin-bottom: 20px !important;
  }
  .mb-6-lg {
    margin-bottom: 24px !important;
  }
  .mb-7-lg {
    margin-bottom: 28px !important;
  }
  .mb-8-lg {
    margin-bottom: 32px !important;
  }
  .mb-9-lg {
    margin-bottom: 36px !important;
  }
  .mb-10-lg {
    margin-bottom: 40px !important;
  }
  .mb-11-lg {
    margin-bottom: 44px !important;
  }
  .mb-12-lg {
    margin-bottom: 48px !important;
  }
  .ml-0-lg {
    margin-left: 0px !important;
  }
  .ml-1-lg {
    margin-left: 4px !important;
  }
  .ml-2-lg {
    margin-left: 8px !important;
  }
  .ml-3-lg {
    margin-left: 12px !important;
  }
  .ml-4-lg {
    margin-left: 16px !important;
  }
  .ml-5-lg {
    margin-left: 20px !important;
  }
  .ml-6-lg {
    margin-left: 24px !important;
  }
  .ml-7-lg {
    margin-left: 28px !important;
  }
  .ml-8-lg {
    margin-left: 32px !important;
  }
  .ml-9-lg {
    margin-left: 36px !important;
  }
  .ml-10-lg {
    margin-left: 40px !important;
  }
  .ml-11-lg {
    margin-left: 44px !important;
  }
  .ml-12-lg {
    margin-left: 48px !important;
  }
  .mx-0-lg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mx-1-lg {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-2-lg {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-3-lg {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-4-lg {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-5-lg {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-6-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-7-lg {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mx-8-lg {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-9-lg {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx-10-lg {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-11-lg {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mx-12-lg {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-1-lg {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-2-lg {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-3-lg {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-4-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-5-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-6-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-7-lg {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-8-lg {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-9-lg {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-10-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-11-lg {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-12-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}

/* ========================================
   Flexbox 工具類
   ======================================== */
/* flex shorthand - 等比例彈性分配空間 */
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

/* 響應式 flex shorthand（大網生效） */
@media (min-width: 769px) {
  .flex-md-1 {
    flex: 1;
  }
  .flex-md-2 {
    flex: 2;
  }
}
/* ========================================
   Gap 間距工具類
   ======================================== */
/* gap 間距（用於 flexbox/grid 的 gap 屬性） */
.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

/* 響應式 gap（大網生效） */
@media (min-width: 769px) {
  .gap-2-md {
    gap: 8px;
  }
  .gap-3-md {
    gap: 12px;
  }
  .gap-4-md {
    gap: 16px;
  }
  .gap-5-md {
    gap: 20px;
  }
}
.icon-xl {
  font-size: 48px;
}

.icon-lg {
  font-size: 24px;
}

.icon-md {
  font-size: 20px;
}

.icon-base {
  font-size: 16px;
}

.icon-circle-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.2);
  margin: 8px;
}

.v-align-middle {
  vertical-align: middle;
}

.line-clamp-1 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.25em;
  line-height: 1.25;
}

.u-text-hint, .u-text-hint--sm {
  margin: 4px auto;
  font-size: 16px;
}
.u-text-hint--sm {
  font-size: 14px;
}

/*==============================
  4. Layout - 版型結構
==============================*/
/* visible, hidden rwd */
.header {
  z-index: 8;
  width: 100%;
  border-bottom: 2px solid #cf0209;
  color: #242424;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 16px 0 16px;
}
@media (max-width: 767px) {
  .header__inner {
    height: 50px;
    padding: 12px 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
.header__logo-img {
  display: block;
}
.header__title {
  color: #cf0209;
  white-space: nowrap;
  margin-left: 16px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .header__title {
    letter-spacing: initial;
    margin-left: 8px;
  }
}

.section__btnbox {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .section__btnbox {
    margin-top: 30px;
  }
}

body {
  background-color: #fbfbfb;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
body.header-fixed {
  overflow: hidden;
}
body.scroll-fixed {
  position: fixed;
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 8px;
}

.wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wrap__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap__inner {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .wrap__inner--no-padding {
    padding: 0;
  }
}

.content {
  position: relative;
  flex-grow: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content {
    min-height: calc(100vh - 50px);
  }
}

.l-container {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .l-container {
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    border-radius: initial;
    border-left: 0;
    border-right: 0;
  }
}
.l-container.form-container {
  padding: 32px 0;
}
.l-container.form-container .heading4 {
  margin-left: 40px;
}
.l-container.form-container .accordion__toggle {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .l-container.form-container {
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    border-radius: initial;
    border-left: 0;
    border-right: 0;
  }
  .l-container.form-container .heading4 {
    margin-left: 0;
  }
  .l-container.form-container .accordion__toggle {
    margin-right: 0;
  }
}
.l-container__linear {
  text-align: center;
  padding: 60px 0 32px;
}
.l-container__linear.success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC6CAYAAABvGCc/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LmRhNGE3ZTVlZiwgMjAyMi8xMS8yMi0xMzo1MDowNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2MTE4QURFMDk1OTExRjA5ODZBQTQ3OEZGQTIxRDQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2MTE4QURGMDk1OTExRjA5ODZBQTQ3OEZGQTIxRDQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTYxMThBREMwOTU5MTFGMDk4NkFBNDc4RkZBMjFENDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTYxMThBREQwOTU5MTFGMDk4NkFBNDc4RkZBMjFENDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FMTmFAAAA90lEQVR42txRQRKDMAgkJBk9dfrM/q3fa08KNIshGp9QDzsLCwsYstdLmVIyQGNMDYg9lKtANIUdJpXR5nArJhr23MAs2MUKcznFcKJbifUSGi7Npi9JUHPW3ubTekl0FA41ZbSZBPMrYUXnIB7DUWfzz/EwH5vqVUhZw+oM05ibQj0Fd9Hj1PnHKgbdcn7HYDusShmbegdyXCNMBY+CnBfXKrHQDuc6PcXxMpvhlMYWLJk5TNVDgMK5ICcsMLWeywIVC1U4V4S2oE6iTREun8ZkwQyAq72kqesqnT02CM8GG9iOnb9fxT6F6f02sNSfu31/Cj8BBgCFrtdvSL2QqQAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
}
.l-container__linear.fail {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC6CAYAAABvGCc/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LmRhNGE3ZTVlZiwgMjAyMi8xMS8yMi0xMzo1MDowNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFNDAyNEE0MDk1QTExRjBBNEY3QUYxQkVBNzg2NEJEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFNDAyNEE1MDk1QTExRjBBNEY3QUYxQkVBNzg2NEJEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEU0MDI0QTIwOTVBMTFGMEE0RjdBRjFCRUE3ODY0QkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEU0MDI0QTMwOTVBMTFGMEE0RjdBRjFCRUE3ODY0QkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6zH0HlAAABA0lEQVR42uRSS46FMAxL0wIrNtz/CG8zp+IKSK9NJjGePjRzhEEicj523IJ8vV5Di4irlBKolEAilsiIMkimnkiZejbG3RB3vxklVdCNWqSq9tBz0NCY8g7ar5VETj0idqGMvZAvdEBXMFmxFzVsqzUWzb1w8PHiNP4ngKEQnYfBoR2GEsXjD2VIac45r+TH/VykUxl6youlirYWosn9jOB2XXXcKkiV3PCCs/WOEdMl52QKYK6nPFCtNRjvt5OWI9UsUGvOLpymQEtkrEWKuWWJGlB2l2fquq4rG6ht20buGIO1eF1776b7vg89z9P1OA7T67osfS/8yAz4HeX/hm8BBgBssxYVGAFZFAAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
}
.l-container__linear-result {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .l-container__linear-result {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.l-container.red-line {
  border-left: 3px solid #cf0209;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.l-container.red-line .heading4::before {
  content: none;
}
@media (max-width: 767px) {
  .l-container.red-line {
    border-left: 0px solid #cf0209;
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05), 0 0 12px rgba(0, 0, 0, 0.04), 0 0 8px rgba(0, 0, 0, 0.05);
  }
}
.l-container .c-text-wrap {
  max-width: 738px;
}
@media (max-width: 767px) {
  .l-container .c-text-wrap {
    width: 100%;
  }
}
.l-container__footer {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .l-container__footer {
    margin-top: 24px;
  }
}

/* ========================================
   通用卡片容器
   ======================================== */
.l-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05), 0px 0px 12px 0px rgba(0, 0, 0, 0.04), 0px 4px 2px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .l-card {
    padding: 16px;
  }
}

.footer {
  text-align: left;
  font-size: 14px;
  margin-top: 60px;
  font-family: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Noto Sans", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__container {
  background-color: #2e498c;
}
.footer__line {
  width: 0px;
  height: 10px;
  border-right: solid 1px #c4c4c4;
  margin: 0 16px;
}
.footer__links > a {
  margin: 0 8px;
}
.footer__caption {
  font-size: 14px;
}
.footer__caption > a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #c4c4c4;
  margin: 0 0.5em;
}
.footer__caption > a:last-child:after {
  content: none;
}
.footer__copyright {
  font-size: 14px;
}
@media (max-width: 375px) {
  .footer__line {
    height: 12px;
    margin: 0 6px;
  }
}

/*==============================
  component 模組區塊 (可選)
==============================*/
.fraud-box__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #cf0209;
  outline: 1px solid #cf0209;
  padding-right: 4px;
  border-radius: 4px;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .fraud-box__icon {
    margin-bottom: 8px;
  }
}
.fraud-box__icon::before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e900";
  font-size: 18px;
  width: 24px;
  height: 24px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  margin-right: 4px;
  background-color: #cf0209;
  color: #ffffff;
}
input.notyping {
  caret-color: transparent;
}

input:read-only.form__control {
  border-color: #c4c4c4;
  background-color: #ebeaea;
  box-shadow: none;
}
input:read-only.form__control::selection {
  color: #fff;
  background-color: #9c9c9c;
}

select.form__control.readonly {
  border-color: #c4c4c4;
  background-color: #ebeaea;
  box-shadow: none;
  pointer-events: none;
}
select.form__control.readonly::selection {
  color: #fff;
  background-color: #9c9c9c;
}

.dropdown__title .dropdown-arrow {
  display: flex;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/Basic_angle-down-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.dropdown__title.active .dropdown-arrow {
  background-image: url(../images/icon/Basic_angle-top-gray.svg);
}
.dropdown__content {
  display: none;
}
.dropdown__content.show {
  display: block;
}
.dropdown__container.is-open .dropdown-arrow {
  display: none;
}
.dropdown__container.is-open .qa__total {
  display: block;
}
.section__oaSupplement .dropdown__container:not(.is-show) {
  display: none;
}

.options__content-mbl {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 8;
}
.options__content-mbl.show {
  display: block;
}
.options__content-mbl .modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: calc(-100vh + 165px);
  background-color: rgba(36, 36, 36, 0.7);
  z-index: 9;
}
.options__content-mbl .card {
  width: 100vw;
  height: 165px;
  border-radius: 16px 16px 0 0;
  background-color: #ffffff;
  padding: 24px 16px;
  position: relative;
  z-index: 10;
}
.options__content-mbl .card__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.options__content-mbl .card__close {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 4;
  background-image: url(../images/icon/Basic_close-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.options__content-mbl .card__content {
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ededed;
}

.form {
  width: 100%;
  position: relative;
}
.form__control {
  color: #242424;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  transition: box-shadow 0.15s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.form__control.w60 {
  width: 60px;
}
.form__control.w100 {
  width: 100px;
}
.form__control--autowidth {
  width: auto;
}
@media (max-width: 767px) {
  .form__control {
    max-width: initial;
  }
  .form__control--autowidth {
    width: 100%;
  }
}
.form__control:hover {
  border-color: #9c9c9c;
}
.form__control:focus {
  border-color: #9c9c9c;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
}
.form__control[disabled] {
  cursor: not-allowed;
  border-color: #c4c4c4;
  background-color: #ebeaea;
}
.form__field--error .form__control {
  border-color: #e34848;
  background-color: #fef9f9;
}
.form__control--after {
  display: flex;
  align-items: center;
  padding-right: 12px;
  color: #707070;
  white-space: nowrap;
}
.form__control--center {
  display: flex;
  flex-grow: 1;
  border: 0 solid transparent;
  padding: 8px 12px;
  background: transparent;
  width: 100%;
  flex-shrink: 1;
}
.form__control--before {
  display: flex;
  align-items: center;
  color: #707070;
  padding-left: 12px;
  flex-shrink: 0;
  flex-grow: 0;
}
.form .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__card {
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05), 0 0 12px rgba(0, 0, 0, 0.04), 0 0 8px rgba(0, 0, 0, 0.05);
}
.form__card:nth-child(odd) {
  z-index: 1;
}
@media (max-width: 767px) {
  .form__card:nth-child(odd) {
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .form__card-md {
    width: 100%;
    padding: 24px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05);
  }
}
.form__card-setup {
  max-width: 548px;
}
.form__card-setup .area {
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .form__card-setup .area {
    padding: 16px;
  }
}
.form__card-setup .area.divider {
  border-bottom: 1px solid #ededed;
}
.form__card-setup .area .title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: #242424;
}
.form__card-setup .area .subtitle {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #707070;
}
.form__card-setup .area .col {
  font-size: 16px;
  line-height: 1.5em;
}
.form__card-setup .area .col:nth-child(odd) {
  color: #707070;
}
.form__card-setup .area .col:nth-child(even) {
  color: #242424;
}
.form__card-detail {
  width: 49%;
  height: 417px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .form__card-detail {
    width: 100%;
    height: calc(100% + 78px);
  }
}
.form__card-detail .area {
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .form__card-detail .area {
    padding: 12px 16px;
  }
}
.form__card-detail .area.divider {
  border-bottom: 1px solid #ededed;
}
.form__card-detail .area.btn {
  padding-top: 0;
}
.form__card-detail .area .title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: #242424;
  position: relative;
  display: flex;
  align-items: center;
}
.form__card-detail .area .options {
  position: relative;
  z-index: 2;
}
.form__card-detail .area .options__btn {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  background-image: url(../images/icon/Options.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  display: block;
}
.form__card-detail .area .options__btn:active, .form__card-detail .area .options__btn.active {
  background-color: #fafafa;
}
.form__card-detail .area .options__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 264px;
  height: 64px;
  color: #4a4a4a;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 8px 40px 8px rgba(0, 0, 0, 0.08), 0 8px 40px 8px rgba(0, 0, 0, 0.08);
}
.form__card-detail .area .options__content.show {
  display: flex;
}
.form__card-detail .area .subtitle {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #707070;
}
.form__card-detail .area .row {
  position: relative;
}
.form__card-detail .area .col {
  font-size: 14px;
  line-height: 1.5em;
}
.form__card-detail .area .col:nth-child(odd) {
  color: #9c9c9c;
  font-weight: 700;
}
.form__card-detail .area .col:nth-child(even) {
  color: #4a4a4a;
  font-weight: 400;
  text-align: right;
}
.form__card-calculate {
  width: 100%;
  padding: 24px;
}
.form__card-calculate .col-md-4 p:first-child {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #707070;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4 p:first-child {
    font-size: 14px;
    white-space: pre-wrap;
  }
}
.form__card-calculate .col-md-4 p:nth-child(2) {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: #242424;
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4 p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4.origin .title {
    font-size: 14px;
    color: #242424;
  }
  .form__card-calculate .col-md-4.origin .currency {
    font-size: 14px;
    color: #707070;
  }
  .form__card-calculate .col-md-4.origin .number {
    font-size: 28px;
    color: #242424;
  }
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4.during {
    border-right: 1px solid #ededed;
  }
}
.form__card-calculate .col-md-4 .calculate {
  color: #004d99;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4 .calculate {
    font-size: 14px;
    margin-top: 0;
  }
}
.form__card-calculate .col-md-4 .calculate::before {
  content: "";
  vertical-align: bottom;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/Basic_calculate.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .form__card-calculate .col-md-4 .calculate::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
.form__select {
  opacity: 1;
  cursor: pointer;
  background: #ffffff url(" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='=24' viewBox='0 0 24 24'><path fill='%239c9c9c' d='M19 8.94002L12.6761 15.2754L12.6097 15.338L12.4926 15.4328C11.8496 15.905 10.919 15.8474 10.3479 15.2773L4 8.94067L4.77539 8.25L11.1233 14.5866L11.1954 14.6468C11.399 14.7881 11.6869 14.7764 11.8772 14.6069L18.2233 8.25065L19 8.94002Z'/></svg>") right 12px center no-repeat;
  background-size: 20px;
  padding-right: 40px;
  text-overflow: ellipsis;
  color: #242424;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .form__select {
    background-size: 16px;
    padding-right: 32px;
  }
}
.form__select[data-has-value=false] {
  color: #c4c4c4;
}
.form__select option {
  color: #242424;
}
.form__selectGroup--twoLine .form__select {
  height: 44px;
  transition: height 0.2s ease;
}
.form__selectGroup--twoLine.is-selected .form__select {
  height: 68px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form__selectGroup--twoLine.is-selected .form__optionGroup {
  top: 72px;
}
.form__optionGroup {
  max-height: 0;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0px;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  padding: 0 12px;
  flex-direction: column;
  align-items: flex-start;
}
.form__optionGroup.open {
  max-height: 220px;
  padding: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05), 0px 8px 40px 8px rgba(0, 0, 0, 0.08), 0px 8px 40px 8px rgba(0, 0, 0, 0.08);
}
.form__optionGroup.open ul {
  overflow: auto;
}
.form__optionGroup ul {
  list-style: none;
  width: calc(100% + 8px);
  overflow: auto;
  margin-top: 4px;
  margin-right: 8px;
}
.form__optionGroup ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.form__optionGroup ul::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 4px;
}
.form__optionGroup ul::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
.form__optionGroup ul li {
  display: flex;
  flex-direction: column;
  padding: 8px;
  align-items: flex-start;
  margin-right: 6px;
  cursor: pointer;
}
.form__optionGroup ul li:hover {
  border-radius: 4px;
  background: #fff3f3;
  color: #cf0209;
}
.form__optionGroup ul li:hover .option-primary,
.form__optionGroup ul li:hover .option-secondary {
  color: #cf0209;
}
.form__optionGroup ul li.closed {
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
}
.form__optionGroup ul li .option-primary {
  font-size: 14px;
  color: #242424;
  line-height: 1.4;
}
.form__optionGroup ul li .option-secondary {
  font-size: 14px;
  color: #707070;
  line-height: 1.4;
  margin-top: 2px;
}
.form__group {
  position: relative;
}
.form__field {
  position: relative;
}
.form__choose {
  display: flex;
  flex-wrap: wrap;
}
.accordion--active .form__choose .form__cell-line::after {
  background-color: transparent;
}
.accordion--active .form__choose .form__cell-mix {
  flex-basis: 100%;
}
.form__cell {
  padding: 8px 12px 8px 8px;
}
@media (max-width: 767px) {
  .form__cell {
    padding: 8px;
  }
}
.form__cell-line {
  position: relative;
  margin-right: 12px;
}
.form__cell-line::after {
  content: "";
  width: 1px;
  height: 1.5em;
  background-color: #ededed;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .form__cell-line {
    margin-right: 0;
  }
  .form__cell-line::after {
    content: none;
  }
}
.form__cell-title {
  padding-left: 0;
}
@media (max-width: 767px) {
  .form__cell-title {
    width: 100%;
  }
}
.form__cell-head {
  flex-basis: 100%;
}
.form__cell--hide {
  display: none;
}
.accordion--active .form__cell--hide {
  display: block;
}
.form__title {
  padding: 10px;
  text-align: right;
  color: #707070;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form__title {
    padding: 0;
  }
}
.form__title--grid {
  padding-right: 0;
}
.form__title--top {
  padding: 0;
}
.form__title--left {
  text-align: left;
  font-weight: 700;
  padding-left: 0;
}
.form__value {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__label {
  width: 100%;
}
@media (max-width: 767px) {
  .form__label {
    margin-bottom: 8px;
    text-align: left;
  }
}
.form__label.icon-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .form__label.icon-center {
    justify-content: flex-start;
  }
}
.form__msg {
  color: #707070;
  font-size: 14px;
  margin: 4px auto;
}
.form__msg-notice {
  color: #cf0209;
}
.form__msg.fs-16 {
  font-size: 16px;
}
.form__count {
  color: #cf0209;
  font-size: 14px;
  white-space: nowrap;
}
.form__feedback {
  display: none;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.form__field--error .form__feedback {
  color: #cf0209;
  display: block;
  animation: fadeInLeft 0.2s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.form__search {
  font-size: 20px;
  color: #9c9c9c;
}
@media (max-width: 767px) {
  .form__search {
    font-size: 16px;
  }
}
.form__cancel {
  font-size: 14px;
  color: #9c9c9c;
  padding: 12px 0 12px 8px;
  display: flex;
  opacity: 0;
}
.form__cancel::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.375em;
  background-color: #ededed;
  margin: 0 8px;
}
.form__cancel.show {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.form__inputgroup {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  height: 44px;
  flex-grow: 1;
  width: 100%;
}
.form__inputgroup:focus-within {
  border-color: #9c9c9c;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
}
.form__inputgroup-prepend, .form__inputgroup-append {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  cursor: pointer;
}
.form__inputgroup-prepend {
  left: 0;
  padding-right: 0;
}
.form__inputgroup-append {
  right: 0;
  padding-left: 0;
}
.form__inputgroup-control {
  border: none;
  height: initial;
}
.form__inputgroup-control:focus {
  box-shadow: none;
}
.form__field--error .form__inputgroup-control {
  border: none;
  background: none;
  box-shadow: none;
}
.form__inputgroup.disabled {
  cursor: not-allowed;
  box-shadow: none;
  background-color: #ebeaea;
  border-color: #c4c4c4;
}
.form__inputgroup.disabled .form__control {
  height: initial;
}
.form__field--error .form__inputgroup {
  border-color: #e34848;
  background-color: #fef9f9;
}
.form__inputgroup.readonly {
  box-shadow: none;
  border-color: #c4c4c4;
  background-color: #ebeaea;
}
.form__inputgroup.readonly input:read-only::selection {
  color: #fff;
  background-color: #9c9c9c;
}
.form__btnbox {
  margin-top: 32px;
}
.form .data-table tr > * {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .form .data-table tr > * {
    padding: 12px 16px;
  }
}
.form .data-table tr th {
  width: 21%;
  text-align: left;
  font-weight: 700;
  color: #242424;
  padding-right: 0;
}
@media (max-width: 767px) {
  .form .data-table tr th {
    width: 33.33%;
    white-space: pre-wrap;
  }
}
.form .data-table tr th.right {
  text-align: right;
}
.form .data-table tr td {
  font-weight: 400;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .form .data-table tr td {
    white-space: pre-wrap;
    vertical-align: middle;
  }
}
.form .data-table tr:nth-child(odd) {
  background-color: #fafafa;
}
.form .data-table tr:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 767px) {
  .form .data-table.th-size--small th {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .form .data-table.no-pre-wrap th,
  .form .data-table.no-pre-wrap td {
    white-space: inherit;
  }
}

.form-check--standard {
  min-height: 44px;
  height: auto;
  display: flex;
  align-items: center;
}
.form-check__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-check__label {
  display: flex;
  cursor: pointer;
  color: #4a4a4a;
}
.form-check__label a.link {
  color: #004d99;
  text-decoration: underline;
}
.form-check__label.gray-500 {
  color: #9c9c9c;
}
.form-check__label.gray-700 {
  color: #4a4a4a;
}
.form-check__label.gray-900 {
  color: #242424;
}
.form-check__label.unagree {
  color: #9c9c9c;
}
.form-check__label > span {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background: #ffffff;
  margin-right: 8px;
  margin-top: 2px;
}
:checked + .form-check__label > span {
  border: 1px solid #cf0209;
  background-color: #cf0209;
}
:disabled + .form-check__label > span {
  border: 1px solid #c4c4c4;
  cursor: not-allowed;
  background-color: #ededed;
}
:checked:disabled + .form-check__label > span {
  background-color: #ededed;
  border: 1px solid #c4c4c4;
  cursor: not-allowed;
}
.form-check__label > span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
}
:checked + .form-check__label > span:after {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e91c";
}
:checked:disabled + .form-check__label > span:after {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e91c";
  color: #9c9c9c;
}
.form__field--error .form-check__label > span {
  border: 1px solid #cf0209;
}
.form-check__content {
  width: 100%;
}

.form-check-group {
  display: flex;
  flex-direction: column;
}
.form-check-group--vertical {
  gap: 0;
}
.form-check-group--vertical .form-check {
  width: 100%;
}

.form-radio {
  display: flex;
  align-items: center;
}
.form-radio__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.form-radio__label {
  display: flex;
  color: #4a4a4a;
  cursor: pointer;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form-radio__label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-right: 8px;
  border-radius: 100%;
  flex-shrink: 0;
}
:checked + .form-radio__label::before {
  background-color: #cf0209;
}
.form-radio__label::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 7px;
}
:checked + .form-radio__label::after {
  background-color: #ffffff;
}

.c-radio__item {
  position: relative;
}
.c-radio__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-radio__input:checked + .c-radio__label {
  border-color: #cf0209;
}
.c-radio__input:checked + .c-radio__label::after {
  background-color: #cf0209;
}
.c-radio__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #4a4a4a;
  font-weight: 700;
  padding: 8px 8px;
  position: relative;
}
.c-radio__label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: background-color 0.2s, border-color 0.2s;
}
.form__field--error .c-radio__label::before {
  border: 1px solid #cf0209;
}
.c-radio__label::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.c-radio__input:checked + .c-radio__label::before {
  background-color: #cf0209;
  border-color: #cf0209;
}
.c-radio__input:checked + .c-radio__label::after {
  background-color: #ededed;
}
.c-radio__input:disabled + .c-radio__label {
  cursor: auto;
}
.c-radio__input:disabled + .c-radio__label::before {
  background-color: #ededed;
  border-color: #c4c4c4;
}
.c-radio__input:checked:disabled + .c-radio__label {
  cursor: auto;
}
.c-radio__input:checked:disabled + .c-radio__label::before {
  background-color: #ededed;
  border-color: #c4c4c4;
}
.c-radio__input:checked:disabled + .c-radio__label::after {
  background-color: #9c9c9c;
}
.c-radio__label--normal {
  font-weight: 400;
}
.c-radio__text {
  margin-left: 28px;
  font-size: 16px;
  line-height: 1.5em;
  color: #4a4a4a;
}
.c-radio .form__feedback {
  margin-left: 36px;
}

.form-apply__box {
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 12px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.form-apply__heading {
  border-bottom: 1px solid #ededed;
  padding: 16px 24px;
}
.form-apply__content {
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .form-apply__content {
    font-size: 14px;
  }
}

.sameInput {
  color: #242424;
  background-color: #ededed;
}

.upload {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}
.upload label {
  cursor: pointer;
}
.upload input {
  display: none;
}
.upload_btn {
  border: 1px solid #cf0209;
  border-radius: 100px;
  color: #cf0209;
  padding: 4px 16px;
  font-weight: 700;
  height: 32px;
  min-width: 98px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .upload_btn:focus, .upload_btn:hover, .upload_btn:active {
    background-color: #fef9f9;
    box-shadow: 0 2px 6px rgba(207, 2, 9, 0.15);
  }
}
.upload_btn + p {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.upload_btn.nowrap {
  white-space: nowrap;
}
.upload_box-wrap {
  flex-direction: column;
}
.upload_box {
  margin-top: 8px;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 12px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.upload_box .delete {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-image: url("../images/icon/upload_delet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .upload_box .delete:focus, .upload_box .delete:hover, .upload_box .delete:active {
    background-color: #fafafa;
  }
}
.upload .file_wrap {
  flex-grow: 1;
  min-width: 0;
}
.upload .file_wrap .file_name {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 100%;
  word-break: break-all;
}
.upload .file_wrap .file_mb {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 767px) {
  .imgupload-wrap {
    width: 327px;
  }
}
@media (max-width: 575px) {
  .imgupload-wrap {
    width: 87.2vw;
  }
}

.imgupload-block {
  border-radius: 8px;
  border: 1px solid #cf0209;
  background: #fef9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 208px;
  width: 327px;
}
@media (max-width: 1159px) {
  .imgupload-block {
    height: 17.9310344828vw;
    width: 28.1896551724vw;
  }
}
@media (max-width: 767px) {
  .imgupload-block {
    height: 208px;
    width: 327px;
  }
}
@media (max-width: 575px) {
  .imgupload-block {
    height: 55.4666666667vw;
    width: 87.2vw;
  }
}
.imgupload-block.uploaded .waterMark {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background: url("../images/img/watermark-sinopac.png") no-repeat center;
  background-size: contain;
}
.imgupload-block.uploaded .imgupload-remove {
  position: absolute;
  z-index: 6;
  top: 7px;
  right: 7px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(22, 22, 22, 0.7);
}
.imgupload-block.uploaded .imgupload-remove:before, .imgupload-block.uploaded .imgupload-remove:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 75%;
  height: 1px;
  transition: height 0.2s ease-out;
  border-radius: 3px;
}
.imgupload-block.uploaded .imgupload-remove:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.imgupload-block.uploaded .imgupload-remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.imgupload-block input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.imgupload-block .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgupload-block .img.camera {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}
@media (max-width: 1159px) {
  .imgupload-block .img.camera {
    height: 5.5172413793vw;
    width: 5.5172413793vw;
    margin-bottom: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .imgupload-block .img.camera {
    height: 64px;
    width: 64px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .imgupload-block .img.camera {
    height: 17.0666666667vw;
    width: 17.0666666667vw;
    margin-bottom: 3.2vw;
  }
}
.imgupload-block p {
  color: #cf0209;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1159px) {
  .imgupload-block p {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .imgupload-block p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .imgupload-block p {
    font-size: 4.2666666667vw;
  }
}
.imgupload-block .imgblock {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}
.imgupload-block .imgblock img {
  height: 100%;
}

.suggestion-box {
  background-color: #fff;
  position: absolute;
  width: calc(100% - 24px);
  z-index: 3;
  border-radius: 4px;
  padding: 12px;
  margin-top: 4px;
  box-shadow: 0px 8px 40px 8px rgba(0, 0, 0, 0.08), 0px 8px 40px 8px rgba(0, 0, 0, 0.08), 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
.suggestion-box .suggestion-item {
  cursor: pointer;
  padding: 8px;
}
.suggestion-box .suggestion-item:hover, .suggestion-box .suggestion-item.highlight {
  background-color: #fff3f3;
  color: #cf0209;
  border-radius: 4px;
}

.countHeight {
  height: 44px;
}

.c-field-group-dynamic__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-field-group-dynamic__item {
  display: flex;
  gap: 8px;
}
.c-field-group-dynamic__field-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-field-group-dynamic__delete-box {
  width: 20px;
  flex-grow: 0;
}
.c-field-group-dynamic__delete-btn {
  padding: 0;
  background: none;
  height: 44px;
  width: 20px;
  cursor: pointer;
}
.c-field-group-dynamic__delete-btn::before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e91d";
  font-size: 20px;
  color: #9c9c9c;
}
.c-field-group-dynamic__add-btn {
  margin-top: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #004d99;
  cursor: pointer;
}
.c-field-group-dynamic__add-btn::before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e90c";
  font-size: 20px;
  margin-right: 8px;
}

[data-toggle-content] {
  display: none;
}
[data-toggle-content].is-visible {
  display: block;
}

.btnbox {
  text-align: center;
}
.btnbox.right {
  text-align: right;
}
@media (max-width: 767px) {
  .btnbox.right {
    text-align: center;
    padding-right: 0.375em;
  }
}
.btnbox.left {
  text-align: left;
}
@media (max-width: 767px) {
  .btnbox.left {
    text-align: center;
  }
}

.btn, [data-agree-download][data-agree-download-state=pending] .btn--download {
  border: 1px solid transparent;
  font-weight: 700;
  display: inline-block;
  padding: 0.625em 1em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background: none;
  border-radius: 4px;
  transition: background-color 0.175s, color 0.175s, border-color 0.175s;
}
.btn:focus, [data-agree-download][data-agree-download-state=pending] .btn--download:focus, .btn:active, [data-agree-download][data-agree-download-state=pending] .btn--download:active {
  outline-offset: -2px;
  text-decoration: none;
}
.btn:active, [data-agree-download][data-agree-download-state=pending] .btn--download:active {
  background-image: none;
  outline: 0;
}
.btn--primary, [data-agree-download][data-agree-download-state=pending] .btn--download {
  background-color: #cf0209;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn--primary:focus, [data-agree-download][data-agree-download-state=pending] .btn--download:focus, .btn--primary:hover, [data-agree-download][data-agree-download-state=pending] .btn--download:hover, .btn--primary:active, [data-agree-download][data-agree-download-state=pending] .btn--download:active {
    background-color: rgb(196.2052023121, 2.2947976879, 9.1791907514);
  }
}
.btn--primary[disabled], [data-agree-download][data-agree-download-state=pending] [disabled].btn--download, .btn--primary--disabled, .btn--primary.disabled:hover, [data-agree-download][data-agree-download-state=pending] .disabled.btn--download:hover, .btn--primary--disabled:focus, .btn--primary[disabled]:hover, .btn--primary.disabled:focus, [data-agree-download][data-agree-download-state=pending] .disabled.btn--download:focus, .btn--primary[disabled]:focus {
  cursor: not-allowed;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn--primary.deal-btn, [data-agree-download][data-agree-download-state=pending] .deal-btn.btn--download {
  background-color: #ededed;
  color: #c4c4c4;
}
.btn--primary.deal-btn--sm, [data-agree-download][data-agree-download-state=pending] .deal-btn--sm.btn--download {
  padding: 8px 12px;
}
.btn--secondary {
  color: rgb(232.2559808612, 2.2440191388, 10.0980861244);
  background-color: #ffffff;
  border-color: #cf0209;
}
@media (min-width: 992px) {
  .btn--secondary:focus, .btn--secondary:hover, .btn--secondary:active {
    border-color: #ab0208;
    color: #ab0208;
  }
}
.btn--secondary[disabled], .btn--secondary--disabled, .btn--secondary.disabled:hover, .btn--secondary--disabled:focus, .btn--secondary[disabled]:hover, .btn--secondary.disabled:focus, .btn--secondary--disabled:focus, .btn--secondary[disabled]:focus {
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.btn--image {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  cursor: pointer;
}
.btn--xxl {
  width: 460px;
}
@media (max-width: 1159px) {
  .btn--xxl {
    width: 168px;
  }
}
@media (max-width: 991px) {
  .btn--xxl {
    width: 100%;
  }
}
.btn--xl {
  width: 100%;
}
.btn--lg {
  width: 168px;
  padding: 8px 16px;
  max-height: 44px;
}
@media (max-width: 767px) {
  .btn--lg {
    width: 100%;
  }
}
.btn--md {
  width: 168px;
  padding: 8px 16px;
  max-height: 44px;
}
@media (max-width: 767px) {
  .btn--md {
    width: 100%;
  }
  .btn--md.between {
    padding: 8px 24px;
  }
  .btn--md-lg {
    width: 168px;
  }
}
.btn--sm {
  width: 168px;
  padding: 8px 16px;
  max-height: 44px;
}
.btn--sm.w-fit {
  width: fit-content;
}
@media (max-width: 575px) {
  .btn--sm.w-fit {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .btn--sm {
    width: 100%;
  }
}
.btn--round, [data-agree-download][data-agree-download-state=pending] .btn--download {
  border-radius: 1.1428571429em;
  font-size: 14px;
  padding: 0.2857142857em 0.7142857143em;
  height: fit-content;
}
.btn--sm-single {
  width: 168px;
}
@media (max-width: 767px) {
  .btn--twins-sm {
    width: 98px;
  }
}
@media (max-width: 767px) {
  .btn--twins-md {
    width: 213px;
  }
}
.btn--max {
  max-width: 168px;
}
@media (max-width: 767px) {
  .btn--block {
    display: block;
    width: 100%;
  }
}
.btn--terms {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  width: 108px;
  border-radius: 25px;
  line-height: 24px;
  padding: 4px 16px;
}

.text-btn {
  cursor: pointer;
  background: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.text-btn--action {
  padding: 4px 8px;
}
@media (max-width: 991px) {
  .text-btn--action {
    padding: 4px;
  }
}
.text-btn--block {
  width: 100%;
}
.text-btn__icon {
  font-size: 24px;
}
@media (max-width: 991px) {
  .text-btn__icon {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .text-btn > span {
    font-size: 14px;
  }
}
.text-btn--sm .text-btn__icon {
  font-size: 16px;
}
.text-btn--sm > span {
  font-size: 14px;
}
.text-btn--blue {
  color: #004d99;
}

/*
使用範例（Pug）：

// 1. 單按鈕（自動響應式：>576px 為 168-336px fit-content，<=576px 為 100%）
.btn-group
  button.btn.btn--primary 確定

// 2. 雙按鈕 1:1（等同重要）
.btn-group.btn-group--equal
  button.btn.btn--secondary 取消
  button.btn.btn--primary 確定

// 3. 雙按鈕 1:2（強調右邊，右邊固定 336px）
.btn-group.btn-group--emphasis-right
  button.btn.btn--secondary 返回
  button.btn.btn--primary 確認並送出申請
*/
.btn-group {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .btn-group {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .btn-group {
    width: 100%;
  }
}
.btn-group .btn, .btn-group [data-agree-download][data-agree-download-state=pending] .btn--download, [data-agree-download][data-agree-download-state=pending] .btn-group .btn--download {
  min-width: 168px;
  max-width: 336px;
  width: fit-content;
  min-height: 44px;
  height: auto;
  white-space: normal;
}
@media (max-width: 575px) {
  .btn-group .btn, .btn-group [data-agree-download][data-agree-download-state=pending] .btn--download, [data-agree-download][data-agree-download-state=pending] .btn-group .btn--download {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
}
@media (max-width: 575px) {
  .btn-group--equal .btn, .btn-group--equal [data-agree-download][data-agree-download-state=pending] .btn--download, [data-agree-download][data-agree-download-state=pending] .btn-group--equal .btn--download {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .btn-group--emphasis-right .btn:first-child, .btn-group--emphasis-right [data-agree-download][data-agree-download-state=pending] .btn--download:first-child, [data-agree-download][data-agree-download-state=pending] .btn-group--emphasis-right .btn--download:first-child {
    flex: 1;
    width: 100%;
  }
}
.btn-group--emphasis-right .btn--primary, .btn-group--emphasis-right [data-agree-download][data-agree-download-state=pending] .btn--download, [data-agree-download][data-agree-download-state=pending] .btn-group--emphasis-right .btn--download {
  flex: 0 0 336px;
}
@media (max-width: 575px) {
  .btn-group--emphasis-right .btn--primary, .btn-group--emphasis-right [data-agree-download][data-agree-download-state=pending] .btn--download, [data-agree-download][data-agree-download-state=pending] .btn-group--emphasis-right .btn--download {
    flex: 2;
    width: 100%;
  }
}

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(36, 36, 36, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 10;
  visibility: hidden;
}
.lightbox--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.lightbox__content {
  margin-top: 15vh;
}
@media (max-width: 767px) {
  .lightbox__content {
    margin-top: 30vh;
  }
}
.lightbox__box {
  position: relative;
  max-width: 548px;
  padding: 24px 40px 32px;
  transition: transform 0.2s ease-out;
  margin: 10px auto;
  background: #fff;
  border-radius: 8px;
  max-height: 80vh;
}
.lightbox__box.lg {
  max-width: 940px;
}
@media (max-width: 767px) {
  .lightbox__box.lg {
    max-height: initial;
  }
}
.lightbox__box.fixed {
  margin: 17vh auto auto auto;
}
@media (max-width: 767px) {
  .lightbox__box.fixed {
    border-radius: 8px 8px 0 0;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .lightbox__box {
    padding: 24px 16px;
  }
}
.lightbox--sm .lightbox__box {
  max-width: 400px;
}
.lightbox--m .lightbox__box {
  max-width: 460px;
}
.lightbox--active .lightbox__box {
  animation: fadeInDown 0.35s;
}
.lightbox__btn-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  padding: 6px;
  line-height: 1;
  z-index: 1;
}
.lightbox__btn-close:before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e908";
  font-size: 24px;
  color: #9c9c9c;
}
.lightbox__head {
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -22px;
}
@media (max-width: 767px) {
  .lightbox__head {
    margin-left: 0;
  }
}
.lightbox__head::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.7777777778em;
  background-color: #cf0209;
  margin-right: 8px;
  vertical-align: middle;
  position: absolute;
  margin-left: -18px;
}
@media (max-width: 767px) {
  .lightbox__head::before {
    height: 1.5em;
    margin-left: -16px;
    display: none;
  }
}
.lightbox__icon {
  margin-bottom: 16px;
  height: 48px;
}
.lightbox__icon::before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  font-size: 48px;
}
.lightbox__title {
  font-size: 1.25em;
  line-height: 1.25;
  color: #242424;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lightbox__title {
    font-size: 1.125em;
    line-height: 1.35;
  }
}
.lightbox__title + .info {
  padding-top: 16px;
}
.lightbox__body.text {
  color: #4a4a4a;
}
.lightbox__btnbox {
  text-align: center;
  margin: 24px -8px 0;
}
@media (max-width: 767px) {
  .lightbox__btnbox {
    display: flex;
    justify-content: center;
  }
}
.lightbox__btn {
  width: 168px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .lightbox__btn {
    width: 50%;
  }
}
.lightbox__notice {
  font-size: 14px;
}
.lightbox__notice-item {
  margin-left: 16px;
}
.lightbox__notice-list-num {
  list-style-type: decimal;
}
.lightbox__notice > .lightbox__notice-item {
  margin-left: 32px;
}
.lightbox__notice .disc.dot {
  margin-left: 0;
}
.lightbox__notice .disc.dot .lightbox__notice-item {
  margin-top: 0;
}
.lightbox__actions {
  padding-top: 24px;
}

.terms__sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.terms__animate {
  position: absolute;
  left: calc(50% - 54px);
  bottom: 124px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.34, 1.2, 0.5, 1), visibility 0.4s;
  animation: bounce 2s cubic-bezier(0.4, 0, 0.2, 1) infinite 0.2s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.terms__animate.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  animation: none;
}
@media (max-width: 767px) {
  .terms__animate {
    bottom: 100px;
  }
}

.notice {
  margin: 60px auto 20px;
  max-width: 1120px;
}
@media (max-width: 767px) {
  .notice {
    margin: 40px auto;
  }
}
.notice__toggle {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #fff3f3;
  padding: 12px 24px;
  color: #242424;
  font-size: 18px;
  border-left: 2px solid #cf0209;
  box-shadow: 0px 2px 12px rgba(216, 17, 29, 0.06), 0px 2px 4px rgba(216, 17, 29, 0.06);
  position: relative;
}
.notice__toggle::before {
  position: absolute;
  right: 24px;
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e90c";
  font-size: 24px;
  color: #cf0209;
  transition: transform 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: rotate(0deg);
}
.toggle--active .notice__toggle::before {
  content: "\e90a";
  transform: rotate(360deg);
}
@media (max-width: 767px) {
  .notice__toggle {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 12px;
  }
  .notice__toggle::before {
    font-size: 20px;
    right: 12px;
  }
}
.notice__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  filter: blur(2px);
  transition: max-height 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), transform 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), filter 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
  will-change: max-height;
}
.toggle--active .notice__content {
  max-height: var(--target-height);
  -webkit-line-clamp: inherit;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.notice__content-inner {
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 32px 24px;
  font-size: 14px;
  color: #707070;
}
@media (max-width: 767px) {
  .notice__content-inner {
    font-size: 12px;
    padding: 16px;
  }
}
.notice__head {
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .notice__head {
    font-size: 14px;
  }
}

.stepbar {
  width: 100%;
  max-width: 548px;
  /* 文字 */
  /* 圈圈 */
  /* 線 */
  /* ------------------------------------------ */
}
.stepbar ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  position: relative;
}
.stepbar ul li {
  position: relative;
  color: #c4c4c4;
  text-align: center;
  font-weight: 700;
  min-width: 48px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .stepbar ul li {
    font-size: 14px;
  }
}
.stepbar ul li.active {
  color: #cf0209;
}
.stepbar ul li.done {
  color: #9c9c9c;
}
.stepbar ul li:before {
  font-size: 14px;
  font-weight: 100;
  font-family: Rubik;
  line-height: 150%;
  /* alinhar tudo ao centro */
  display: flex;
  align-items: center;
  justify-content: center;
  /*  pega o numero do step do html  */
  content: attr(data-step);
  /* circulo */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /*  cores  */
  background: #ededed;
  color: #fff;
  /*  posicionamento  */
  position: absolute;
  top: -30px;
  left: calc(50% - 12px);
  z-index: 1;
}
.stepbar ul li.done:before {
  content: "";
  background: #9c9c9c;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0.870751L3.32787 8.25L0 4.82603L0.831967 3.95528L3.32787 6.52326L9.65369 0L10.5 0.870751Z' fill='white'/%3E%3C/svg%3E%0A");
  color: #fff;
  background-repeat: no-repeat;
  background-size: 10.5px 8.25px;
  background-position: center;
}
.stepbar ul li.active:before {
  background: #cf0209;
  color: #fff;
}
.stepbar ul:after {
  /*  Desenha o traço  */
  content: "";
  width: calc(100% - 64px);
  height: 2px;
  background: #ededed;
  /*  posiciona  */
  position: absolute;
  top: -18px;
  left: 32px;
}
.stepbar ul li:first-child:after {
  width: 0;
}
.stepbar button {
  background: #52b5fd;
  border: 0;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.stepbar button:disabled {
  background: #c4c4c4;
  cursor: not-allowed;
}

.scrolltable {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
.scrolltable__inner {
  position: relative;
  overflow-x: auto;
}
.scrolltable__inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.scrolltable__inner::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 4px;
}
.scrolltable__inner::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
.scrolltable__inner {
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
table > caption {
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
table .list-gray {
  background-color: #f8f8f8;
}
table.th-w200 th {
  width: 200px;
}
table.th-w200 th:first-child {
  width: 200px;
}
@media (max-width: 767px) {
  table.th-md-w120 th {
    width: 120px;
  }
  table.th-md-w120 th:first-child {
    width: 120px;
  }
}
table.th-left th {
  text-align: left;
}
table.td-left td {
  text-align: left;
}
table.th-right th {
  text-align: right;
}
table.td-right td {
  text-align: right;
}
table.th-center th {
  text-align: center;
}
table.td-center td {
  text-align: center;
}

.table {
  text-align: center;
}
.table__row,
.table tr {
  display: table-row;
  padding: 0;
}
.table__head,
.table thead {
  display: table-header-group;
  color: #4a4a4a;
  padding: 8px 0;
  background-color: #fff3f3;
  font-weight: 700;
}
.table__body,
.table tbody {
  display: table-row-group;
}
.table__cell,
.table th,
.table td {
  padding: 12px;
  display: table-cell;
  vertical-align: middle;
}
.table__cell:first-child,
.table th:first-child,
.table td:first-child {
  width: 24%;
  min-width: 120px;
  text-align: left;
  color: #242424;
}
@media (max-width: 767px) {
  .table__cell:first-child.table-l,
  .table th:first-child.table-l,
  .table td:first-child.table-l {
    width: auto;
    min-width: 80px;
    padding: 10px 12px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .table__cell--fixed,
  .table th--fixed,
  .table td--fixed {
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    left: -0.5px;
    z-index: 1;
  }
}
.table__cell.list.item.border-gray,
.table th.list.item.border-gray,
.table td.list.item.border-gray {
  border: 1px solid #ededed;
}
.table__cell.list.item-pink,
.table th.list.item-pink,
.table td.list.item-pink {
  background-color: #fff3f3;
}
.table__cell.list.item-gray,
.table th.list.item-gray,
.table td.list.item-gray {
  background-color: #f8f8f8;
}

.gray-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.gray-table th,
.gray-table td {
  vertical-align: top;
}
.gray-table.table th:first-child {
  color: #242424;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
}

.white-table th,
.white-table td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.white-table.table th:first-child {
  color: #9c9c9c;
}
.white-table th {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.white-table td {
  color: #242424;
  font-size: 16px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.red-table {
  border-spacing: 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .red-table {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.red-table th {
  background-color: #e34848;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 8px;
}
.red-table th:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .red-table th:first-child {
    padding-left: 12px;
  }
}
.red-table th:last-child {
  border-radius: 0 4px 0 0;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .red-table th:last-child {
    padding-right: 12px;
  }
}
.red-table th:only-child {
  border-radius: 4px 4px 0 0;
}
@media (max-width: 767px) {
  .red-table th {
    background-color: #fff3f3;
    color: #4a4a4a;
    padding: 8px 4px;
  }
}
.red-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.red-table td {
  vertical-align: middle;
  padding: 16px 8px;
  font-size: 14px;
}
.red-table td.w-33 {
  width: 33.3%;
}
.red-table td:first-child {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .red-table td:first-child {
    padding-left: 12px;
  }
}
.red-table td:last-child {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .red-table td:last-child {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .red-table td {
    padding: 12px 4px;
  }
}
.red-table .left {
  text-align: left;
}
.red-table .right {
  text-align: right;
}
.red-table .center {
  text-align: center;
}

.mixHeadTable {
  font-size: 16px;
}
.mixHeadTable--tr {
  width: 100%;
  display: flex;
}
.mixHeadTable--tr:last-child .mixHeadTable--th,
.mixHeadTable--tr:last-child .mixHeadTable--td {
  border-bottom: 1px solid #ededed;
}
@media (max-width: 991px) {
  .mixHeadTable--tr:last-child .mixHeadTable--th,
  .mixHeadTable--tr:last-child .mixHeadTable--td {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .mixHeadTable--tr:only-child {
    border-top: 1px solid #ededed;
  }
}
.mixHeadTable--tr .border-Bottom {
  border-bottom: 1px solid #ededed;
}
.mixHeadTable--th, .mixHeadTable--td {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ededed;
  padding: 8px 12px;
}
@media (max-width: 991px) {
  .mixHeadTable--th, .mixHeadTable--td {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .mixHeadTable--row {
    flex-direction: column;
  }
}
.mixHeadTable--th {
  color: #4a4a4a;
  display: table-cell;
  background-color: #fff3f3;
  font-weight: 700;
  max-width: 164px;
  flex-basis: 164px;
  border-right: 0;
}
.mixHeadTable--w50:nth-child(2) .mixHeadTable--th {
  border-left: 0;
}
.mixHeadTable--w50:only-child .mixHeadTable--th {
  border-left: 1px solid #ededed;
}
@media (max-width: 991px) {
  .mixHeadTable--th {
    max-width: 120px;
    flex-basis: 120px;
  }
}
.mixHeadTable--td {
  color: #242424;
  display: table-cell;
  flex: 1;
}
.mixHeadTable--w50 {
  display: flex;
  flex: 0 1 50%;
}
@media (max-width: 991px) {
  .mixHeadTable--w50 {
    flex: 1 1 100%;
  }
}
.mixHeadTable-borderBottom {
  border-bottom: 1px solid #ededed;
}

.c-data-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-data-table > thead {
  display: table-header-group;
}
.c-data-table > tbody {
  display: table-row-group;
}
.c-data-table > thead > tr,
.c-data-table > tbody > tr {
  display: table-row;
}
.c-data-table > thead > tr > th,
.c-data-table > thead > tr > td,
.c-data-table > tbody > tr > th,
.c-data-table > tbody > tr > td {
  display: table-cell;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.c-data-table--primary > thead > tr > th,
.c-data-table--primary > thead > tr > td {
  background-color: #e34848;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 8px;
}
.c-data-table--primary > thead > tr > th:first-child,
.c-data-table--primary > thead > tr > td:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .c-data-table--primary > thead > tr > th:first-child,
  .c-data-table--primary > thead > tr > td:first-child {
    padding-left: 12px;
    border-radius: 0;
  }
}
.c-data-table--primary > thead > tr > th:last-child,
.c-data-table--primary > thead > tr > td:last-child {
  border-radius: 0 4px 0 0;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .c-data-table--primary > thead > tr > th:last-child,
  .c-data-table--primary > thead > tr > td:last-child {
    padding-right: 12px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .c-data-table--primary > thead > tr > th,
  .c-data-table--primary > thead > tr > td {
    background-color: #fff3f3;
    color: #4a4a4a;
    padding: 8px 4px;
  }
}
.c-data-table--primary > tbody > tr > th,
.c-data-table--primary > tbody > tr > td {
  padding: 16px 8px;
  font-size: 14px;
  color: #242424;
}
.c-data-table--primary > tbody > tr > th:first-child,
.c-data-table--primary > tbody > tr > td:first-child {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .c-data-table--primary > tbody > tr > th:first-child,
  .c-data-table--primary > tbody > tr > td:first-child {
    padding-left: 12px;
  }
}
.c-data-table--primary > tbody > tr > th:last-child,
.c-data-table--primary > tbody > tr > td:last-child {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .c-data-table--primary > tbody > tr > th:last-child,
  .c-data-table--primary > tbody > tr > td:last-child {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .c-data-table--primary > tbody > tr > th,
  .c-data-table--primary > tbody > tr > td {
    padding: 12px 4px;
  }
}
.c-data-table--striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .c-data-table--card > thead {
    display: none;
  }
  .c-data-table--card > tbody {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .c-data-table--card > tbody > tr {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.5);
    gap: 8px;
  }
  .c-data-table--card > tbody > tr:nth-child(odd) {
    background: #ffffff;
  }
  .c-data-table--card > tbody > tr > th,
  .c-data-table--card > tbody > tr > td {
    display: flex;
    gap: 4px;
    padding: 4px 0;
    border: none;
    text-align: left;
    color: #242424;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-data-table--card > tbody > tr > th::before,
  .c-data-table--card > tbody > tr > td::before {
    content: attr(data-label);
    width: 120px;
    flex-shrink: 0;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .c-data-table--card.c-data-table--primary > tbody > tr > th,
  .c-data-table--card.c-data-table--primary > tbody > tr > td {
    padding: 4px 0;
  }
  .c-data-table--card.c-data-table--primary > tbody > tr > th:first-child, .c-data-table--card.c-data-table--primary > tbody > tr > th:last-child,
  .c-data-table--card.c-data-table--primary > tbody > tr > td:first-child,
  .c-data-table--card.c-data-table--primary > tbody > tr > td:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-data-table--card-action {
    border-spacing: 0;
  }
  .c-data-table--card-action > thead {
    display: none;
  }
  .c-data-table--card-action > tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .c-data-table--card-action > tbody > tr {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 12px;
    box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.5);
  }
  .c-data-table--card-action > tbody > tr:nth-child(odd) {
    background: #ffffff;
  }
  .c-data-table--card-action > tbody > tr > th,
  .c-data-table--card-action > tbody > tr > td {
    display: flex;
    gap: 4px;
    border: none;
    text-align: left;
    padding: 0 16px;
    color: #242424;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-data-table--card-action > tbody > tr > th::before,
  .c-data-table--card-action > tbody > tr > td::before {
    content: attr(data-label);
    width: 120px;
    flex-shrink: 0;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .c-data-table--card-action > tbody > tr > .c-data-table__cell--head {
    border-bottom: 1px solid #ededed;
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .c-data-table--card-action > tbody > tr > .c-data-table__cell--head::before {
    width: inherit;
    color: #242424;
  }
  .c-data-table--card-action > tbody > tr > .c-data-table__cell--action {
    position: absolute;
    height: 46px;
    width: 46px;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ededed;
    padding: 0;
  }
  .c-data-table--card-action > tbody > tr > .c-data-table__cell--action a {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-data-table--card-action > tbody > tr > .c-data-table__cell--action::before {
    content: none;
  }
  .c-data-table--card-action.c-data-table--primary > tbody > tr > th,
  .c-data-table--card-action.c-data-table--primary > tbody > tr > td {
    padding: 0 16px;
  }
  .c-data-table--card-action.c-data-table--primary > tbody > tr > th:first-child, .c-data-table--card-action.c-data-table--primary > tbody > tr > th:last-child,
  .c-data-table--card-action.c-data-table--primary > tbody > tr > td:first-child,
  .c-data-table--card-action.c-data-table--primary > tbody > tr > td:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-data-table--card-action.c-data-table--primary > tbody > tr > .c-data-table__cell--head {
    padding: 12px 16px;
  }
  .c-data-table--card-action.c-data-table--primary > tbody > tr > .c-data-table__cell--action {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-data-table--scrollable.c-data-table--primary {
    margin: 0 var(--table-scroll-offset, 16px);
  }
  .c-data-table--scrollable.c-data-table--primary > thead > tr > th,
  .c-data-table--scrollable.c-data-table--primary > thead > tr > td {
    background-color: #e34848;
    color: #ffffff;
    padding: 10px 8px;
  }
  .c-data-table--scrollable.c-data-table--primary > thead > tr > th:first-child,
  .c-data-table--scrollable.c-data-table--primary > thead > tr > td:first-child {
    border-radius: 4px 0 0 0;
    padding-left: 24px;
  }
  .c-data-table--scrollable.c-data-table--primary > thead > tr > th:last-child,
  .c-data-table--scrollable.c-data-table--primary > thead > tr > td:last-child {
    border-radius: 0 4px 0 0;
    padding-right: 24px;
  }
}

.c-data-table-scroll {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-data-table-scroll {
    margin: 0 calc(-1 * var(--table-scroll-offset, 16px));
    width: auto;
    overflow-x: auto;
  }
  .c-data-table-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .c-data-table-scroll .c-data-table--scrollable {
    min-width: 600px;
  }
}

.c-detail-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-detail-table > tbody {
  display: table-row-group;
}
.c-detail-table > tbody > tr {
  display: table-row;
}
.c-detail-table > tbody > tr > th {
  display: table-cell;
  min-width: 120px;
  color: #242424;
  font-weight: 700;
  text-align: left;
  padding: 12px 24px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .c-detail-table > tbody > tr > th {
    width: 120px;
    min-width: 80px;
    padding: 12px 4px 12px 16px;
  }
}
.c-detail-table > tbody > tr > td {
  display: table-cell;
  color: #4a4a4a;
  text-align: left;
  padding: 12px 24px 12px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 767px) {
  .c-detail-table > tbody > tr > td {
    padding: 12px 16px 12px 0;
  }
}
.c-detail-table--striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}
.c-detail-table--embedded > tbody > tr > th,
.c-detail-table--embedded > tbody > tr > td {
  padding: 4px 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "liga" off, "clig" off;
}
.c-detail-table--embedded > tbody > tr > th {
  color: #707070;
  font-family: "Noto Sans TC", sans-serif;
  padding-right: 8px;
}
.c-detail-table--embedded > tbody > tr > td {
  color: #242424;
  font-family: "Rubik", sans-serif;
}
.c-detail-table--embedded > tbody > tr {
  background-color: transparent;
}

/**
 * 下載條款元件
 * data-agree-download
 * 
 * 使用場景：
 * - 條款下載流程（下載 → 啟用 checkbox → 驗證 → 啟用提交按鈕）
 * - 支援多區獨立管理
 * - 支援 checkbox + radio 混合場景
 */
[data-agree-download][data-agree-download-state=pending] [data-agree-download-checkbox]:disabled + label,
[data-agree-download][data-agree-download-state=pending] [data-agree-download-radio]:disabled + label {
  color: #c4c4c4;
  cursor: not-allowed;
}
[data-agree-download][data-agree-download-state=downloaded] .btn--download, [data-agree-download][data-agree-download-state=completed] .btn--download {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  white-space: nowrap;
  color: #242424;
  font-size: 16px;
  background: transparent;
}
[data-agree-download][data-agree-download-state=downloaded] .btn--download::before, [data-agree-download][data-agree-download-state=completed] .btn--download::before {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e91c";
  font-size: 24px;
  color: #0c9700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 4px;
}
[data-agree-download][data-agree-download-state=downloaded] [data-agree-download-checkbox]:not(:disabled) + label, [data-agree-download][data-agree-download-state=completed] [data-agree-download-checkbox]:not(:disabled) + label,
[data-agree-download][data-agree-download-state=downloaded] [data-agree-download-radio]:not(:disabled) + label,
[data-agree-download][data-agree-download-state=completed] [data-agree-download-radio]:not(:disabled) + label {
  color: #242424;
  cursor: pointer;
}
[data-agree-download][data-agree-download-state=downloaded] [data-agree-download-checkbox]:not(:disabled) + label:hover, [data-agree-download][data-agree-download-state=completed] [data-agree-download-checkbox]:not(:disabled) + label:hover,
[data-agree-download][data-agree-download-state=downloaded] [data-agree-download-radio]:not(:disabled) + label:hover,
[data-agree-download][data-agree-download-state=completed] [data-agree-download-radio]:not(:disabled) + label:hover {
  color: #4a4a4a;
}
[data-agree-download-submit] {
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
[data-agree-download-submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
[data-agree-download-submit]:not([disabled]) {
  opacity: 1;
}

.agree .title {
  font-size: 16px;
}
.agree .download {
  position: relative;
}
.agree .done {
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}
.agree .done::before {
  content: url(../images/icon/Basic_check-green.svg);
  position: absolute;
  left: 0;
}
.agree.disable {
  color: #9c9c9c;
}
.agree-textwrap {
  display: block;
}
@media (max-width: 767px) {
  .agree-textwrap {
    display: inline;
  }
}

.card {
  background: #fff;
  border-left: 3px solid #cf0209;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .card {
    padding: 16px;
    gap: 16px;
  }
}
.card__header {
  border-bottom: 1px solid #ededed;
  padding-bottom: 16px;
}
.card__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .card--rounded {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(196, 196, 196, 0.5);
    gap: 8px;
  }
  .card--rounded .card__header {
    border-bottom: 1px solid #ededed;
    padding-left: 16px;
    padding-right: 16px;
  }
  .card--rounded .card__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.resultMessage {
  max-width: 548px;
  margin: 40px auto 0;
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .resultMessage {
    margin: 0 auto;
    padding: 32px 16px;
  }
}
.resultMessage__icon {
  font-size: 60px;
  color: #9c9c9c;
  margin: 0 auto;
}
.resultMessage--search-none {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
}
.resultMessage--search-none::before {
  content: "\e90e";
}
.resultMessage__content {
  margin-top: 12px;
  text-align: center;
  color: #9c9c9c;
}
@media (max-width: 767px) {
  .resultMessage__content {
    margin-top: 8px;
  }
}

.chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
}
@media (min-width: 992px) {
  .chips__item:focus .chips__label, .chips__item:hover .chips__label, .chips__item:active .chips__label {
    background-color: #fef9f9;
    border-color: #cf0209;
    color: #cf0209;
    box-shadow: 0 2px 6px rgba(207, 2, 9, 0.15);
  }
}
.chips__item--md {
  max-width: 262px;
  width: 50%;
}
@media (max-width: 767px) {
  .chips__item--md {
    max-width: initial;
  }
}
.chips--equal .chips__item {
  flex: 1 1 0;
  min-width: 0;
}
.chips__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.chips__filter .chips__input:checked + .chips__label {
  background-color: #fef9f9;
  border-color: #cf0209;
  color: #cf0209;
}
.chips__filter .chips__input:checked + .chips__label:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  padding: 2px;
  border-radius: 4px 0;
  background-color: #cf0209;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Cpath  d='M5.625 1.18538L2.03893 4.875L0.375 3.16301L0.790984 2.72764L2.03893 4.01163L5.20184 0.75L5.625 1.18538Z' fill='%23FEF9F9'/%3E%3Cpath d='M2.03893 4.875L1.85966 5.04924L2.03893 5.23369L2.21821 5.04924L2.03893 4.875ZM5.625 1.18538L5.80427 1.35962L5.97363 1.18538L5.80427 1.01113L5.625 1.18538ZM0.375 3.16301L0.194244 2.99031L0.0278141 3.1645L0.195725 3.33726L0.375 3.16301ZM0.790984 2.72764L0.970258 2.5534L0.789445 2.36736L0.610227 2.55493L0.790984 2.72764ZM2.03893 4.01163L1.85966 4.18587L2.03914 4.37053L2.21841 4.18567L2.03893 4.01163ZM5.20184 0.75L5.38112 0.575757L5.20164 0.391096L5.02237 0.57596L5.20184 0.75ZM2.21821 5.04924L5.80427 1.35962L5.44573 1.01113L1.85966 4.70076L2.21821 5.04924ZM0.195725 3.33726L1.85966 5.04924L2.21821 4.70076L0.554275 2.98877L0.195725 3.33726ZM0.610227 2.55493L0.194244 2.99031L0.555756 3.33572L0.97174 2.90034L0.610227 2.55493ZM2.21821 3.83739L0.970258 2.5534L0.611709 2.90188L1.85966 4.18587L2.21821 3.83739ZM5.02237 0.57596L1.85946 3.83759L2.21841 4.18567L5.38132 0.92404L5.02237 0.57596ZM5.80427 1.01113L5.38112 0.575757L5.02257 0.924243L5.44573 1.35962L5.80427 1.01113Z' fill='white'/%3E%3C/svg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .chips__filter .chips__input:checked + .chips__label:after {
    width: 10px;
    height: 10px;
  }
}
.chips__filter .chips__input[disabled]:checked + .chips__label {
  background-color: #ededed;
  border-color: #9c9c9c;
  color: #242424;
  cursor: auto;
}
.chips__filter .chips__input[disabled]:checked + .chips__label:after {
  background-color: #9c9c9c;
}
@media (min-width: 992px) {
  .chips__filter .chips__input[disabled]:checked + .chips__label:focus, .chips__filter .chips__input[disabled]:checked + .chips__label:hover, .chips__filter .chips__input[disabled]:checked + .chips__label:active {
    box-shadow: none;
  }
}
.chips__filter .chips__input[disabled] + .chips__label {
  background-color: #ededed;
  border-color: #ededed;
  color: #707070;
  cursor: auto;
}
@media (min-width: 992px) {
  .chips__filter .chips__input[disabled] + .chips__label:focus, .chips__filter .chips__input[disabled] + .chips__label:hover, .chips__filter .chips__input[disabled] + .chips__label:active {
    box-shadow: none;
  }
}
.chips__label {
  white-space: nowrap;
  color: #242424;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
  position: relative;
  cursor: pointer;
  max-height: 40px;
  width: 100%;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.chips__filter .chips__label {
  border-color: #c4c4c4;
  background-color: #ffffff;
}
@keyframes visible {
  to {
    overflow: visible;
  }
}
.accordion {
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .accordion {
    padding-right: 0;
  }
}
.accordion--active {
  max-height: 3000px;
  transition: max-height 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow: visible;
}
.accordion__toggle {
  right: 0;
  top: 0;
  display: inline-flex;
  padding-right: 8px;
  vertical-align: middle;
  align-items: center;
}
.accordion__toggle::before {
  content: attr(data-accordion-more);
  display: inline-block;
  padding: 6px 4px 6px 8px;
  vertical-align: middle;
  font-size: 16px;
  color: #004d99;
}
.accordion__toggle:after {
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  content: "\e901";
  font-size: 20px;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.accordion__toggle.is-Open::before {
  content: attr(data-accordion-less);
}
.accordion__toggle.is-Open::after {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .search-filter__extra .accordion__toggle {
    padding-right: 0;
    top: 8px;
  }
  .search-filter__extra .accordion__toggle::before {
    font-size: 14px;
    padding: 2px 4px;
  }
}

.tooltips {
  display: inline-flex;
  align-items: center;
}
.tooltips i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tooltips i {
    font-size: 16px;
  }
}

.chart__wrap > div {
  width: 100%;
  height: 380px;
  background-color: #0f6ac3;
}
@media (max-width: 767px) {
  .chart__wrap > div {
    height: 480px;
  }
}

.abnormal {
  max-width: 548px;
  margin: auto;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .abnormal {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .abnormal.item {
    padding: 0 16px;
  }
}
.abnormal .img.finished {
  max-width: 259px;
  margin: auto;
}
.abnormal .img.noValidCard {
  max-width: 295px;
  margin: auto;
}
.abnormal .img.fail {
  max-width: 48px;
  margin: auto;
}

.banner__wrap {
  max-width: 1120px;
  margin: 0 auto;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner__wrap {
    height: 124px;
  }
}
.banner__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #242424;
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__img {
  height: 180px;
  width: 356px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.banner__img--left {
  position: relative;
}
.banner__img--left::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-flexpay-left.svg");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner__img--left {
    display: none;
  }
}
.banner__img--left.caseDough_applyOnline::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-caseDough-left.svg");
  background-repeat: no-repeat;
}
.banner__img--left.caseDough_contract::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-caseDough-contract-left.svg");
  background-repeat: no-repeat;
}
.banner__img--right {
  position: relative;
}
.banner__img--right::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-flexpay-right.svg");
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner__img--right {
    display: none;
  }
}
.banner__img--right.caseDough_applyOnline::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-caseDough-right.svg");
  background-repeat: no-repeat;
}
.banner__img--right.caseDough_contract::before {
  content: "";
  position: absolute;
  height: 180px;
  width: 356px;
  background-image: url("../images/background/Bg-caseDough-contract-right.svg");
  background-repeat: no-repeat;
}

.banner {
  max-width: 1124px;
  margin: auto;
  height: 190px;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 124px;
  }
}
.banner-bg-flexpay {
  background: url(../images/background/Bg-flexpay.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin: auto -12px;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .banner-bg-flexpay {
    background: none;
  }
}
.banner-bg-identity {
  background: url(../images/background/Bg-identity.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin: auto -12px;
}
@media (max-width: 991px) {
  .banner-bg-identity {
    background: none;
  }
}
.banner__lg {
  max-width: 1364px;
}
.banner-bg-search-verify {
  background: url(../images/background/Bg-search-verify.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin: auto -12px;
}
@media (max-width: 991px) {
  .banner-bg-search-verify {
    background: none;
  }
}
.banner.heading {
  padding-top: 56px;
  position: relative;
  z-index: 7;
}
@media (max-width: 767px) {
  .banner.heading {
    padding-top: 18.5px;
  }
  .banner.heading.heading-m {
    padding-top: 33.5px;
  }
}

.identity.item {
  width: 28.5714285714%;
}
@media (max-width: 767px) {
  .identity.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}
.identity.item--arrow {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .identity.item--arrow {
    transform: rotate(90deg);
    margin: 16px auto;
  }
}
@media (max-width: 767px) {
  .identity.item-content.box {
    text-align: left;
    padding-left: 16px;
  }
}
.identity.item img {
  max-width: 80px;
}
.identity.card {
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 12px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 24px 24px 48px;
  border-radius: 8px;
}
.identity.card--md {
  width: 49%;
  max-width: 335px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .identity.card {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .identity.mesbox {
    box-shadow: 0px 0px 8px 0px #ebeaea;
    padding: 24px 16px;
    border-radius: 8px;
  }
}
.identity.turn {
  cursor: pointer;
  max-width: 135px;
}
.identity.turn::after {
  content: url(../images/icon/Basic_turn.svg);
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.identity.mb-text {
  font-size: 14px;
}
.identity.mb-text.text-yellow {
  color: #b17500;
  background-color: #fff8e7;
}
.identity .img.identity-icon {
  width: 160px;
  margin: auto;
}

.mydata.body {
  max-width: 738px;
  margin: auto;
}
.mydata .fw .nomal {
  font-weight: 400;
}
.mydata h3 {
  font-size: 20px;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .mydata h3 {
    font-size: 16px;
  }
}
.mydata .img.apply-result {
  width: 48px;
  margin: auto;
}
.mydata .img.mydata-logo {
  width: 80px;
  margin: auto;
}

.colorBox {
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 767px) {
  .colorBox {
    padding: 16px;
  }
}
.colorBox.white {
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 12px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
}
.colorBox.white p.ps {
  color: #cf0209;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.colorBox.white ul {
  margin-bottom: 0px;
}
.colorBox.white ul li {
  margin: 0;
  color: #4a4a4a;
}
.colorBox.white .img {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.colorBox.white .img.info {
  width: 217.612px;
  height: 240px;
}
.colorBox.yellow {
  display: flex;
  padding: 10px 24px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 4px;
  border: 2px solid #fff1cf;
  background: #fff8e7;
}
.colorBox.yellow p {
  color: #b17500;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767px) {
  .colorBox.yellow {
    padding: 8px 12px;
  }
}

.agree .title {
  font-size: 16px;
}
.agree .download {
  position: relative;
}
.agree .done {
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}
.agree .done::before {
  content: url(../images/icon/Basic_check-green.svg);
  position: absolute;
  left: 0;
}
.agree.disable {
  color: #9c9c9c;
}
.agree-textwrap {
  display: block;
}
@media (max-width: 767px) {
  .agree-textwrap {
    display: inline;
  }
}

.dashed, .dashed--form-check, .dashed--form {
  height: 2px;
  background-image: linear-gradient(to right, #c4c4c4 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.dashed.red, .red.dashed--form-check, .red.dashed--form {
  background: #cf0209;
}
.dashed.gray, .gray.dashed--form-check, .gray.dashed--form {
  background: #ededed;
}
.dashed--form {
  margin: 8px 40px;
}
@media (max-width: 767px) {
  .dashed--form {
    margin: 8px 0;
  }
}
.dashed--form-check {
  margin: 8px 0 8px 28px;
}
@media (max-width: 767px) {
  .dashed--form-check {
    margin: 8px 0;
  }
}

.solid {
  height: 1px;
  background: #ededed;
}

.highlight-box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 244, 244, 0.8) 7.03%, #ffebeb 52.34%, rgba(255, 245, 245, 0.8) 92.45%, rgba(255, 255, 255, 0) 100%);
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 548px;
  padding: 10px 32px;
}
.highlight-box.small-hl {
  max-width: 327px;
  padding: 8px 32px;
}

@media (max-width: 991px) {
  .mobile-drawer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    background-color: rgba(36, 36, 36, 0.7);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .mobile-drawer--active {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-drawer__content {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #ededed;
  }
  .mobile-drawer__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 12px 16px 24px;
    border-radius: 16px 16px 0 0;
    transform: translateY(101%);
    transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
  }
  .mobile-drawer--active .mobile-drawer__box {
    transform: none;
    transition-duration: 0.35s;
  }
  .mobile-drawer__head {
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
    padding: 10px 0;
  }
  .mobile-drawer__head:empty {
    margin-bottom: 0;
  }
  .mobile-drawer__body {
    margin-right: -12px;
    flex-shrink: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0px;
  }
  .mobile-drawer__body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .mobile-drawer__body::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 4px;
  }
  .mobile-drawer__body::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 4px;
  }
  .mobile-drawer__inner {
    padding-right: 12px;
  }
  .mobile-drawer__btn-close {
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 45px;
    height: 45px;
    padding: 5px;
    line-height: 1;
  }
  .mobile-drawer__btn-close:before {
    content: attr(title);
    font-size: 14px;
    color: #4a4a4a;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
  }
  .mobile-drawer__btn-close.cross {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  .mobile-drawer__btn-close.cross:before {
    content: url(../images/icon/Basic_close-gray.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mobile-drawer__btn-close-icon:before {
    font-family: "icomoon";
    display: inline-block;
    font-feature-settings: "liga";
    overflow: hidden;
    line-height: 1;
    content: "\e90c";
    color: #9c9c9c;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: rotate(45deg);
  }
}
.mobile-drawer-trigger {
  pointer-events: none;
}
@media (max-width: 991px) {
  .mobile-drawer-trigger {
    pointer-events: auto;
  }
}
.mobile-drawer-trigger--active {
  opacity: 1;
  transform: none;
  transition-duration: 0.4s, 0.35s;
}
.mobile-drawer__footer.bottom-area-sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 6;
  padding: 16px 24px;
  margin: 24px -16px -24px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: none;
}
.mobile-drawer__footer.bottom-area-sticky.scrollToBottom {
  box-shadow: none;
}
@media (max-width: 991px) {
  .mobile-drawer__footer.bottom-area-sticky {
    display: block;
  }
}
.mobile-drawer__btnbox {
  opacity: 0;
  transform: translateY(150%);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.mobile-drawer--active .mobile-drawer__btnbox {
  opacity: 1;
  transform: none;
  transition-duration: 0.375s, 0.375s;
  transition-delay: 0.11s, 0.11s;
}

.desktop-drawer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  background-color: rgba(36, 36, 36, 0.7);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.desktop-drawer--active {
  opacity: 1;
  pointer-events: auto;
}
.desktop-drawer__content {
  margin-top: 15vh;
}
@media (max-width: 991px) {
  .desktop-drawer__content {
    margin-top: initial;
  }
}
.desktop-drawer__box, .desktop-drawer__container {
  position: relative;
  max-width: 548px;
  border-radius: 8px;
  background-color: #fff;
  margin: 10px auto;
  padding: 12px 24px 36px;
  max-height: 80vh;
  transition: transform 0.2s ease-out;
}
@media (max-width: 991px) {
  .desktop-drawer__box, .desktop-drawer__container {
    min-height: 262px;
    position: absolute;
    max-width: initial;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    margin: 0 auto;
    padding: 12px 16px 24px;
    transform: translateY(101%);
    transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
  }
}
.desktop-drawer__box-full {
  max-width: 930px;
}
.desktop-drawer--active .desktop-drawer__box, .desktop-drawer--active .desktop-drawer__container {
  transform: none;
  transition-duration: 0.35s;
}
.desktop-drawer__head {
  width: calc(100% - 30px);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #242424;
  display: flex;
  margin-left: -24px;
  padding: 16px 0;
}
.desktop-drawer__head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.6em;
  background-color: #cf0209;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .desktop-drawer__head {
    line-height: 1.25em;
    padding: 10px 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .desktop-drawer__head::before {
    content: none;
  }
}
.desktop-drawer__body {
  height: calc(100% - 36px);
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -16px;
  padding-right: 12px;
}
.desktop-drawer__body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.desktop-drawer__body::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 4px;
}
.desktop-drawer__body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .desktop-drawer__body {
    max-height: initial;
    flex-shrink: 1;
    margin-right: -8px;
    padding-right: 8px;
  }
}
.desktop-drawer__box-full .desktop-drawer__body {
  max-height: 50vh;
}
@media (max-width: 991px) {
  .desktop-drawer__box-full .desktop-drawer__body {
    max-height: initial;
  }
}
.desktop-drawer__wrap {
  padding-top: 24px;
}
.desktop-drawer__wrap .form__label {
  color: #707070;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .desktop-drawer__wrap {
    padding-top: 0;
  }
}
.desktop-drawer__btn-close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 1;
  z-index: 1;
}
.desktop-drawer__btn-close::before {
  content: "\e908";
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  max-width: 100%;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .desktop-drawer__btn-close {
    width: 45px;
    height: 45px;
    top: 12px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .desktop-drawer__btn-close {
    right: 0px;
  }
}
.desktop-drawer__btnbox {
  opacity: 0;
  transform: translateY(150%);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.desktop-drawer--active .desktop-drawer__btnbox {
  opacity: 1;
  transform: none;
  transition-duration: 0.375s, 0.375s;
  transition-delay: 0.11s, 0.11s;
}
@media (max-width: 991px) {
  .desktop-drawer__btnbox .btn {
    width: 100%;
  }
}
.desktop-drawer .text-info + .listView {
  padding-top: 8px;
}
.desktop-drawer__container {
  padding: 0;
  width: 100%;
  max-width: 930px;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .desktop-drawer__container {
    max-height: inherit;
  }
}
.desktop-drawer__container--narrow {
  max-width: 548px;
}
@media (max-width: 991px) {
  .desktop-drawer__container--narrow {
    max-width: 1000px;
  }
}
.desktop-drawer__header {
  padding: 24px 24px 16px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .desktop-drawer__header {
    padding: 16px;
    border-radius: 16px 16px 0 0;
  }
}
.desktop-drawer__header .desktop-drawer__btn-close {
  position: static;
  margin-left: auto;
  flex-shrink: 0;
}
.desktop-drawer__title {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .desktop-drawer__title {
    margin-left: 0;
  }
}
.desktop-drawer__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 32px;
  background-color: #cf0209;
  margin-right: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .desktop-drawer__title::before {
    display: none;
  }
}
.desktop-drawer__main {
  flex: 1;
  position: relative;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .desktop-drawer__main {
    padding: 0 16px;
  }
}
.desktop-drawer__main .desktop-drawer__panel {
  padding: 12px 8px 12px 12px;
  border-radius: 4px;
  border: #ededed 1px solid;
  background: #fafafa;
}
.desktop-drawer__main .desktop-drawer__body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -16px;
  padding-right: 12px;
}
.desktop-drawer__main .desktop-drawer__body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.desktop-drawer__main .desktop-drawer__body::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 4px;
}
.desktop-drawer__main .desktop-drawer__body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .desktop-drawer__main .desktop-drawer__body {
    max-height: calc(80vh - 155px);
    flex-shrink: 1;
    margin-right: -8px;
    padding-right: 4px;
  }
}
.desktop-drawer__main .terms__animate {
  bottom: 32px;
}
@media (max-width: 767px) {
  .desktop-drawer__main .terms__animate {
    bottom: 24px;
  }
}
.desktop-drawer__main--terms .desktop-drawer__body {
  padding: 0;
  margin-right: 0;
  padding-right: 12px;
  scrollbar-gutter: stable;
}
@media (max-width: 991px) {
  .desktop-drawer__main--terms .desktop-drawer__body {
    max-height: calc(80vh - 179px);
    margin-right: 0;
    padding-right: 4px;
  }
}
.desktop-drawer__footer {
  padding: 16px 24px 32px;
  gap: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .desktop-drawer__footer {
    padding: 16px;
  }
}

.c-drawer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  display: flex;
  background-color: rgba(36, 36, 36, 0.7);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.c-drawer--active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer__content {
  position: relative;
  max-width: 548px;
  border-radius: 8px;
  background-color: #fff;
  margin: auto;
  padding: 12px 24px 36px;
  max-height: 80vh;
  transition: transform 0.2s ease-out;
}
@media (max-width: 991px) {
  .c-drawer__content {
    min-height: 262px;
    position: absolute;
    max-width: initial;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    margin: 0 auto;
    padding: 12px 16px 24px;
    transform: translateY(101%);
    transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
  }
}
.c-drawer__content-full {
  width: 100%;
  max-width: 930px;
}
.c-drawer--active .c-drawer__content {
  transform: none;
  transition-duration: 0.35s;
}
@media (max-width: 991px) {
  .c-drawer__content {
    margin-top: initial;
  }
}
.c-drawer__head {
  width: calc(100% - 30px);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #242424;
  display: flex;
  margin-left: -24px;
  padding: 16px 0;
}
.c-drawer__head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.6em;
  background-color: #cf0209;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .c-drawer__head {
    line-height: 1.25em;
    padding: 10px 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .c-drawer__head::before {
    content: none;
  }
}
.c-drawer__body {
  width: 100%;
  height: calc(100% - 36px);
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 12px;
  -webkit-overflow-scrolling: touch;
}
.c-drawer__body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.c-drawer__body::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 4px;
}
.c-drawer__body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .c-drawer__body {
    max-height: initial;
    flex-shrink: 1;
  }
}
.c-drawer__box-full .c-drawer__body {
  max-height: 50vh;
}
@media (max-width: 991px) {
  .c-drawer__box-full .c-drawer__body {
    max-height: initial;
  }
}
.c-drawer__wrap {
  padding-top: 24px;
}
.c-drawer__wrap .form__label {
  color: #707070;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .c-drawer__wrap {
    padding-top: 0;
  }
}
.c-drawer__btn-close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 1;
  z-index: 1;
}
.c-drawer__btn-close::before {
  content: "\e908";
  font-family: "icomoon";
  display: inline-block;
  font-feature-settings: "liga";
  overflow: hidden;
  line-height: 1;
  font-weight: normal;
  max-width: 100%;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .c-drawer__btn-close {
    width: 45px;
    height: 45px;
    top: 12px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .c-drawer__btn-close {
    right: 0px;
  }
}
.c-drawer__footer {
  margin-top: 16px;
}
.c-drawer__btnbox {
  opacity: 0;
  transform: translateY(15%);
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.c-drawer--active .c-drawer__btnbox {
  opacity: 1;
  transform: none;
  transition-duration: 0.6s, 0.6s;
  transition-delay: 0.04s, 0.04s;
}
@media (max-width: 991px) {
  .c-drawer__btnbox .btn {
    width: 100%;
  }
}
.c-drawer .text-info + .listView {
  padding-top: 8px;
}

/*==============================
  申請表單狀態管理
==============================*/
/**
 * 申請表單區塊狀態管理樣式
 * 
 * 用途：控制表單區塊的顯示/隱藏、按鈕群組可見性、風琴按鈕顯示
 * 
 * 狀態定義：
 * - not-started: 未開始（隱藏區塊）
 * - editing: 正在編輯（首次填寫，顯示「儲存且繼續」）
 * - completed: 已完成（風琴收合，顯示「編輯」按鈕）
 * - re-editing: 重新編輯（展開編輯，顯示「取消」「儲存變更」，隱藏風琴按鈕）
 */
[data-status=not-started] {
  display: none;
}

[data-section-id] [data-btn-save-continue],
[data-section-id] [data-btn-edit],
[data-section-id] [data-btn-cancel],
[data-section-id] [data-btn-save-changes] {
  display: none;
}
[data-section-id] [data-btn-delete-loan] {
  display: inline-block;
}

[data-status=not-started] [data-btn-save-continue],
[data-status=editing] [data-btn-save-continue] {
  display: inline-block;
}

[data-status=completed] [data-btn-delete-loan] {
  display: none;
}
[data-status=completed] [data-btn-edit] {
  display: inline-block;
}

[data-status=re-editing] [data-btn-cancel],
[data-status=re-editing] [data-btn-save-changes] {
  display: inline-block;
}

[data-status=editing] .accordion__toggle,
[data-status=re-editing] .accordion__toggle {
  display: none !important;
}

[data-section-id] [data-btn-add-loan] {
  display: none;
}

[data-status=editing] [data-btn-add-loan],
[data-status=re-editing] [data-btn-add-loan] {
  display: inline-block;
}

/*==============================
  自行客製化 scss
==============================*/
/*==============================
  Dart SASS未來會來淘汰 @import方法，現在使用也會噴出警告
  所以使用 Sass官方建議 的 @use 
  @use 模組導入是封裝的，需透過前綴或 as * 來使用。

  取得全站共用css 
  1.變數、函式、Mixin
  2.Vendors - 第三方元件
  3. Base - 預設、重置樣式

==============================*/