@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
  --color-primary: 0, 120, 61;
  --color-primary-dark: #0a5531;
  --color-secondary: 233, 85, 19;
  --color-grey-light-1: #f5f5f5;
  --color-grey-light-2: #7e7e7e;
  --color-grey-light-3: #c4c4c4;
  --color-grey-dark-1: #383838;
  --color-worning: #e91313;
  --bg-image: url(../img/background/CATHAYBK.jpg);
  --box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  color: var(--color-grey-dark-1);
  line-height: 1.6rem;
}

a {
  color: rgba(var(--color-primary), 1);
  text-decoration: none;
}
a:hover {
  color: rgba(var(--color-primary), 1);
}

.btn:focus,
button:focus,
[type=button]:focus {
  box-shadow: none;
  outline: 0 none;
}

header {
  position: relative;
  z-index: 5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  header .menu {
    padding-top: 1rem;
  }
}
header .menu a {
  margin: 0 0.8rem;
  color: var(--color-grey-dark-1);
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  header .menu a {
    margin: 0.3rem 0;
    display: block;
  }
}
header .menu a:hover {
  text-decoration: none;
  color: rgba(var(--color-primary), 1);
}
header .menu ul:last-child a {
  color: rgba(var(--color-primary), 1);
}
header .menu ul:last-child a:hover {
  color: var(--color-grey-dark-1);
}
header .navbar-toggler {
  z-index: 999;
  display: block;
  padding: 6px;
  height: 35px;
  width: 40px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
header .navbar-toggler .hamburger {
  position: relative;
  margin-top: -11px;
}
header .navbar-toggler .hamburger .menui {
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0;
  margin-top: 0;
}
header .navbar-toggler .hamburger .menui:first-child {
  transform: rotate(45deg);
  opacity: 1;
}
header .navbar-toggler .hamburger .menui:last-child {
  transform: rotate(-225deg);
  opacity: 1;
}
header .navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
header .navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  transform: rotate(0deg);
}
header .navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 18px;
  transform: rotate(0deg);
}

main {
  min-height: calc(100vh - 300px);
}

.layout-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .layout-1 {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .layout-1 {
    gap: 0.5rem;
  }
}
.layout-1__right {
  flex-grow: 1;
}
.layout-1__left {
  min-width: 350px;
  flex-basis: 350px;
}
@media only screen and (max-width: 991px) {
  .layout-1__left {
    min-width: 280px;
    flex-basis: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-1__left {
    min-width: 100%;
    flex-basis: 100%;
  }
}

.layout-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 100px 1fr);
}
.layout-2 .full {
  grid-column: auto/span 3;
}
@media only screen and (max-width: 991px) {
  .layout-2 {
    grid-template-columns: repeat(1, 100px 1fr);
  }
  .layout-2 .full {
    grid-column: auto;
  }
}

.announce {
  color: var(--color-worning);
}
.announce__tit {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.announce__txt {
  border: 1px solid var(--color-worning);
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.5rem;
}

.step-wrap__tit {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.step-wrap__tit .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: white;
  background-color: rgba(var(--color-primary), 1);
  font-size: 13px;
  border-radius: 100rem;
  margin-right: 0.5rem;
}
.step-wrap__cnt {
  padding-left: 1.2rem;
  margin-left: 0.7rem;
  border-left: 2px solid rgba(var(--color-primary), 1);
}

.step-wrap-2 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .step-wrap-2 {
    flex-wrap: wrap;
  }
}
.step-wrap-2 > div {
  flex: 1;
  text-align: center;
  position: relative;
}
.step-wrap-2 > div:not(:last-child)::after {
  content: "";
  border: solid rgba(var(--color-primary), 1);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  right: -20px;
}
@media only screen and (max-width: 991px) {
  .step-wrap-2 > div {
    min-width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }
  .step-wrap-2 > div:nth-child(2)::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .step-wrap-2 > div {
    min-width: 100%;
    flex-basis: 100%;
  }
  .step-wrap-2 > div:nth-child(2)::after {
    display: inline-block;
  }
  .step-wrap-2 > div:not(:last-child)::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: auto;
    bottom: -16px;
    right: 50%;
    margin-right: -6px;
  }
}
.step-wrap-2 > div li {
  text-align: left;
}
.step-wrap-2 .step-icons {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: url(../img/step-icons.png) no-repeat;
}
.step-wrap-2 .step-icons.s-1 {
  background-position: 0 0;
}
.step-wrap-2 .step-icons.s-2 {
  width: 93px;
  background-position: -90px 0;
}
.step-wrap-2 .step-icons.s-3 {
  background-position: -183px 0;
}
.step-wrap-2 .step-icons.s-4 {
  background-position: -273px 0;
}
.step-wrap-2 .step-icons.s-5 {
  background-position: -363px 0;
}
.step-wrap-2 .step-icons.s-6 {
  background-position: -453px 0;
}
.step-wrap-2 .step-icons.s-7 {
  background-position: -543px 0;
}
.step-wrap-2 .step-icons.s-8 {
  background-position: -633px 0;
}

.country-info-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .country-info-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .country-info-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .country-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.country-info-list > li {
  border-left: 2px solid var(--color-grey-light-3);
  padding-left: 1rem;
  transition: all 0.2s;
}
.country-info-list > li:hover {
  background-color: white;
}
.country-info-list .tit,
.country-info-list .txt {
  margin-bottom: 0;
}
.country-info-list .tit {
  font-weight: bold;
}
.country-info-list .txt {
  color: var(--color-grey-light-2);
}

.faq-wrap {
  border-bottom: 1px dashed var(--color-grey-light-3);
}
.faq-wrap .qz {
  display: flex;
  position: relative;
  color: rgba(var(--color-primary), 1);
  cursor: pointer;
  font-size: 15px;
  padding: 1rem 1.5rem 1rem 0.5rem;
  transition: all 0.2s;
}
.faq-wrap .qz__num {
  font-weight: bold;
  min-width: 36px;
  flex-basis: 36px;
}
.faq-wrap .qz::after, .faq-wrap .qz::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: var(--color-grey-light-3);
  position: absolute;
  right: 12px;
  top: 20px;
  transition: all 0.2s;
  transform: rotate(90deg);
}
.faq-wrap .qz::before {
  transform: rotate(0deg);
}
.faq-wrap .qz:hover {
  background-color: var(--color-grey-light-1);
  color: var(--color-primary-dark);
}
.faq-wrap .qz:hover::after, .faq-wrap .qz:hover::before {
  background: var(--color-primary-dark);
}
.faq-wrap .qz.active::before {
  transform: rotate(90deg);
}
.faq-wrap .ans {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.line-wrap {
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin-left: 0.2rem;
  border-left: 2px solid rgba(var(--color-primary), 1);
}

.detail-wrap {
  border-radius: 3px;
  border: 1px solid var(--color-grey-light-3);
  overflow: hidden;
}
.detail-wrap__tit {
  color: white;
  background-color: rgba(var(--color-primary), 0.75);
  font-size: 18px;
  padding: 0.65rem 1rem;
  text-align: center;
}
.detail-wrap__cnt {
  font-size: 16.5px;
}
@media only screen and (max-width: 991px) {
  .detail-wrap__cnt {
    font-size: 15px;
  }
}
.detail-wrap__cnt > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .detail-wrap__cnt > ul {
    grid-template-columns: 4fr 6fr;
  }
}
@media only screen and (max-width: 767px) {
  .detail-wrap__cnt > ul {
    gap: 0.5rem;
  }
}
.detail-wrap__cnt > ul > li:nth-child(even) {
  text-align: right;
  color: rgba(var(--color-primary), 1);
}

.success {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .success {
    flex-wrap: wrap;
  }
}
.success__img, .success__txt {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .success__img, .success__txt {
    min-width: 100%;
  }
}

.order {
  display: grid;
  grid-template-columns: 1.5fr 1fr 46px;
  grid-template-areas: "top top arr" "tit period arr" "status cost arr";
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed var(--color-grey-light-3);
  color: var(--color-grey-dark-1);
}
.order:hover {
  color: var(--color-grey-dark-1);
}
.order:hover .tit {
  color: rgba(var(--color-primary), 1);
}
.order:hover .arr {
  transform: translateX(10px);
}
@media only screen and (max-width: 767px) {
  .order {
    grid-template-areas: "top top arr" "status status arr" "tit tit arr" "period period arr" "cost cost arr";
  }
}
.order .top {
  grid-area: top;
  margin-bottom: 0.6rem;
}
.order .period {
  grid-area: period;
}
.order .cost {
  grid-area: cost;
}
.order .tit {
  grid-area: tit;
  font-size: 16.2px;
  font-weight: 500;
  transition: all 0.2s;
}
.order .arr {
  grid-area: arr;
  display: grid;
  place-content: center;
  transition: all 0.2s;
}
.order .period,
.order .cost {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .order .period,
  .order .cost {
    text-align: left;
  }
}
.order .period,
.order .cost,
.order .tit,
.order .status {
  margin-bottom: 0.2rem;
}
.order .status {
  grid-area: status;
}

.btn-wrap-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 12px;
}
@media only screen and (max-width: 575px) {
  .btn-wrap-1 {
    gap: 0.5rem;
  }
  .btn-wrap-1 .btn {
    flex: 1;
    width: 100%;
    min-width: auto !important;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.btn-wrap-1.pd-1 {
  padding: 1rem 0;
}
.btn-wrap-1.pd-0 {
  padding: 0 12px;
}

.tab-content-style__1 .tab-pane, .sm-wrap {
  padding: 1rem;
  font-size: 13.95px;
}

.color-1 {
  color: var(--color-worning);
}

.color-2 {
  color: rgba(var(--color-primary), 1);
}

.color-3 {
  color: var(--color-grey-dark-1);
}

.fz-cs-1 {
  font-size: 13.5px;
}

.lt-sp-1 {
  letter-spacing: 0.1rem;
}

.vline-1 {
  display: inline-block;
  width: 1px;
  height: 36px;
  background-color: var(--color-grey-dark-1);
}

.hline-1 {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 3px;
  background-color: rgba(var(--color-primary), 1);
}

.hline-2 {
  border: none;
  border-bottom: 1px dashed var(--color-grey-light-3);
  margin: 1.75rem 0;
}

.bg-1 {
  background: var(--bg-image) center no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  position: relative;
  padding: 2rem 1.2rem;
}
.bg-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-2 {
  border-radius: 3px;
  padding: 1rem;
  background: rgba(var(--color-primary), 0.15);
}
.bg-2.no-br {
  border-radius: 0;
}

.bg-3 {
  background: #eee;
}

.bg-4 {
  background-color: white;
  border-radius: 3px;
}

.wrap-1 {
  background: white;
  border-radius: 3px;
  width: 100%;
  max-width: 550px;
  padding: 1.5rem 1.2rem;
  position: relative;
  z-index: 2;
}
.wrap-1.large {
  max-width: 100%;
}

.wrap-2 {
  background-color: var(--color-grey-light-1);
  border-radius: 3px;
}

.heading-1 {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
.heading-1 + p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.6rem;
  margin: 0.75rem 0;
}
@media only screen and (max-width: 575px) {
  .heading-1 {
    font-size: 1.8rem;
  }
  .heading-1 + p {
    font-size: 1.2rem;
    letter-spacing: 0.4rem;
  }
}

.heading-2 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(var(--color-primary), 1);
  margin-bottom: 1rem;
}

.text-1 {
  display: inline-block;
  padding: 0 0.6rem;
  background-color: var(--color-grey-dark-1);
  border-radius: 3px;
  color: white;
}

.text-2 {
  border-radius: 3px;
  background-color: var(--color-grey-dark-1);
  color: white;
  padding: 0.25rem 0.5rem;
  line-height: 1.4;
}

.text-3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: var(--color-grey-dark-1);
  color: white;
  padding: 0.25rem 0.5rem;
  line-height: 1.4;
}

.text-4 {
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  background-color: rgba(var(--color-primary), 0.75);
  color: #fff;
}

.btn {
  border-radius: 3px;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.btn.cs-full {
  width: 100%;
}
.btn.cs-bora {
  border-radius: 100rem;
}
.btn.style01 {
  min-width: 160px;
  background-color: rgba(var(--color-primary), 1);
  border: none;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .btn.style01 {
    font-size: 15px;
  }
}
.btn.style01.ii {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.btn.style01 i {
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}
.btn.style01:hover {
  background-color: var(--color-primary-dark);
}
.btn.style01.cs-smaller {
  min-width: 116px;
  font-size: 12.9px !important;
}
.btn.style01.cs-gray {
  background-color: var(--color-grey-light-2);
}
.btn.style01.cs-gray:hover {
  background-color: var(--color-grey-dark-1);
}
.btn.style01:disabled, .btn.style01.disabled {
  background-color: var(--color-grey-light-3);
}
.btn.style02 {
  border: 1px solid rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary), 1);
  padding: 0.3rem 0.75rem;
}
.btn.style02.cs-smaller {
  font-size: 13.5px !important;
}
.btn.style02:hover {
  background: rgba(var(--color-primary), 1);
  color: white;
}
.btn.style02:disabled, .btn.style02.disabled {
  border-color: var(--color-grey-light-2);
  color: var(--color-grey-light-2);
}
.btn.style03 {
  border: 1px solid rgba(var(--color-secondary), 1);
  background-color: rgba(var(--color-secondary), 0.8);
  color: white;
  padding: 0.3rem 0.75rem;
}
.btn.style03.cs-smaller {
  font-size: 13.5px !important;
}
.btn.style03:hover {
  background: rgba(var(--color-secondary), 1);
  color: white;
}
.btn.style03:disabled, .btn.style03.disabled {
  border-color: var(--color-grey-light-2);
  color: var(--color-grey-light-2);
}

input:focus,
textarea:focus,
button:focus,
button {
  touch-action: manipulation;
}

.form-check input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}

.form-check input {
  float: left;
  margin-left: -1.5em;
}

.form-check input[type=radio] {
  border-radius: 50%;
}

.form-check-input,
.form-check-input + label,
.form-check input,
.form-check input + label {
  cursor: pointer;
  font-size: 1rem;
}

.form-check-input.fz-nor,
.form-check-input.fz-nor + label {
  font-size: 15px;
}

.form-check-input:disabled + label,
.form-check input:disabled + label {
  cursor: auto;
  color: rgba(0, 0, 0, 0.35);
}

.form-check-input,
.form-check input {
  background-color: transparent;
  border-width: 2px;
  border-color: rgba(var(--color-primary), 1);
}

.form-check-input:checked[type=checkbox],
.form-check input:checked[type=checkbox] {
  background-color: rgba(var(--color-primary), 1);
  border-color: rgba(var(--color-primary), 1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  background-color: transparent;
  border-color: rgba(var(--color-primary), 1);
  background: radial-gradient(ellipse at center, rgba(var(--color-primary), 1) 0%, rgba(var(--color-primary), 1) 47%, rgba(var(--color-primary), 1) 47%, transparent 47%, transparent 48%);
}

.form-check.block-check {
  position: relative;
  padding: 0;
}
.form-check.block-check .form-check-input {
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  float: none;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.375rem;
}
.form-check.block-check .form-check-input + label {
  position: relative;
  z-index: 1;
  padding: 0.375rem 2rem;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(var(--color-primary), 1);
}
.form-check.block-check .form-check-input:checked + label {
  background-color: rgba(var(--color-primary), 1);
  color: white;
}

.nav-tabs,
.nav-tabs:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
  border: none;
  margin: 0;
}

.nav-tabs .nav-link {
  padding: 0.4rem 0.5rem;
  color: var(--color-grey-dark-1);
  line-height: 1.25rem;
  text-align: center;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
  transition: all 0.2s;
  border-bottom: 2px solid var(--color-grey-light-3);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgba(var(--color-primary), 1);
  background-color: transparent;
  border-bottom: 2px solid rgba(var(--color-primary), 1);
}

.tab-style__1 {
  gap: 1rem;
  flex-wrap: nowrap;
}

.tab-content-style__1 .tab-pane {
  background-color: var(--color-grey-light-1);
  border-radius: 3px;
}

.modal.in-show {
  display: block;
  position: relative;
  z-index: 2;
}
.modal.in-show .modal-dialog-scrollable {
  height: calc(100vh - 122px);
}

.modal-style__1 .modal-header,
.modal-style__1 .modal-footer {
  padding: 0.65rem;
  background-color: #eee;
  border-color: var(--color-grey-light-3);
}
.modal-style__1 .modal-title {
  font-size: 18.75px;
}

@media only screen and (max-width: 575px) {
  .g-recaptcha {
    transform: scale(0.77);
    width: 200px;
    margin-left: -80px;
  }
}

.img-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.arrow {
  border: solid rgba(var(--color-primary), 1);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  border-radius: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.status::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #c4c4c4;
  margin-right: 0.5rem;
}
.status.cs-red::before {
  background-color: #e91313;
}
.status.cs-green::before {
  background-color: #51d265;
}
.status.cs-yellow::before {
  background-color: #ffb800;
}

.table-rwd .t-noshow {
  display: none;
}
.table-rwd th {
  background: rgba(var(--color-primary), 1);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .table-rwd td.t-rwd-data:before {
    content: attr(data-title) " : ";
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  .table-rwd .t-noshow {
    display: block;
  }
  .table-rwd .t-rwd-hide {
    display: none;
  }
}

.table-1 td {
  border-color: var(--color-grey-light-3);
}
@media only screen and (max-width: 767px) {
  .table-1 td {
    border: none;
    padding: 0 0 0.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .table-1 tr:nth-child(1) td:last-child,
  .table-1 tr:nth-child(2) td:last-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-grey-light-3);
  }
}
@media only screen and (max-width: 767px) {
  .table-1 tr:nth-child(2) td:first-child,
  .table-1 tr:nth-child(3) td:first-child {
    padding-top: 1.3rem;
  }
}

.table-2 tbody th:nth-child(1), .table-2 tbody th:nth-child(2) {
  border-right-width: 1px;
}

ol > li {
  list-style-type: cjk-ideographic;
}
ol > li > ol > li {
  list-style-type: decimal;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -1px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -23px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.step-process {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.step-process > div {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .step-process > div {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.step-process > div b {
  border-radius: 20px;
  border: 2px solid rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary), 1);
  line-height: 36px;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.step-process > div b.active {
  border: 2px solid rgba(var(--color-primary), 1);
  color: #fff;
  background: rgba(var(--color-primary), 1);
}
@media only screen and (max-width: 575px) {
  .step-process > div b {
    font-size: 13.5px;
    line-height: 26px;
    min-width: 30px;
    height: 30px;
  }
}
.step-process > div span {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .step-process > div span {
    min-width: 100%;
    text-align: center;
    white-space: normal;
  }
}
@media only screen and (max-width: 575px) {
  .step-process > div span {
    font-size: 13.5px;
    line-height: 1.3;
  }
}
.step-process > div:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(var(--color-primary), 1);
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .step-process > div:after {
    display: none;
  }
}
.step-process > div:last-child {
  flex: 0;
}
.step-process > div:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .step-process > div:last-child {
    flex: 1;
  }
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: rgba(var(--color-secondary), 1);
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 1rem 0;
  width: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.loader-stage span {
  display: inline-block;
  margin: 0.1rem;
  width: 5px;
  height: 20px;
  background-color: rgba(var(--color-secondary), 1);
}

.loader-stage span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}

.loader-stage span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}

.loader-stage span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}

.loader-stage span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.8);
  }
}
#windowAlert {
  pointer-events: none;
  z-index: 2000;
}
#windowAlert .modal-content {
  border-radius: 3px;
}
#windowAlert .box {
  padding: 0;
}
#windowAlert .btn {
  font-size: 13px;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  background-color: rgba(var(--color-primary), 1);
  color: #fff;
}

#windowAlertMsg {
  font-size: 15px;
}

.card-slider-box {
  position: relative;
}
.card-slider-box .slide-btn {
  border: none;
  background: rgba(255, 255, 255, 0.25);
  height: 100%;
  padding: 0;
  color: var(--color-grey-dark-1);
  font-size: 2rem;
  position: absolute;
  z-index: 5;
  top: 0;
  transition: all 0.2s;
}
.card-slider-box .slide-btn:hover {
  background: rgba(255, 255, 255, 0.6);
}
.card-slider-box .slide-btn:disabled {
  opacity: 0.2;
}
.card-slider-box .slide-btn.prev {
  left: 0;
}
.card-slider-box .slide-btn.next {
  right: 0;
}

.card-slider {
  margin: 0 auto;
}
.card-slider .card-item {
  display: block;
  margin: 0.5rem;
  text-align: center;
  color: var(--color-grey-dark-1);
  transition: all 0.2s;
}
.card-slider .card-item:hover {
  color: rgba(var(--color-primary), 1);
  text-decoration: none;
}
.card-slider .card-item img {
  display: inline-block;
  opacity: 0.4;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
  width: auto;
  max-height: 180px;
}
.card-slider .card-item.active {
  color: rgba(var(--color-primary), 1);
}
.card-slider .card-item.active img {
  transform: scale(1.1);
  opacity: 1;
}

.smartticket-slider-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.smartticket-slider-box .slide-btn {
  border: none;
  background: transparent;
  font-size: 2rem;
  position: absolute;
  z-index: 5;
  top: 240px;
  padding: 0;
  color: var(--color-grey-dark-1);
}
.smartticket-slider-box .slide-btn:disabled {
  opacity: 0.2;
}
@media only screen and (max-width: 575px) {
  .smartticket-slider-box .slide-btn {
    top: 190px;
  }
}
.smartticket-slider-box .slide-btn.prev {
  left: 0;
}
.smartticket-slider-box .slide-btn.next {
  right: 0;
}
.smartticket-slider-box .mobile-mask {
  position: absolute;
  width: 280px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .smartticket-slider-box .mobile-mask {
    width: 240px;
  }
}
.smartticket-slider-box .mobile-mask > img {
  width: 100%;
}
.smartticket-slider-box .tns-nav {
  text-align: center;
}
.smartticket-slider-box .tns-nav > button {
  border: none;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 0.2rem;
  border-radius: 100rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.smartticket-slider-box .tns-nav > button.tns-nav-active {
  background-color: black;
}

.smartticket-slider > div {
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width: 575px) {
  .smartticket-slider > div {
    padding-top: 45px;
  }
}
.smartticket-slider > div > img {
  max-width: 240px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 575px) {
  .smartticket-slider > div > img {
    width: 205px;
  }
}
.smartticket-slider > div > h5 {
  color: rgba(var(--color-primary), 1);
}
.smartticket-slider.jsSTSliderAndroid > div {
  padding-top: 55px;
}
.smartticket-slider.jsSTSliderAndroid > div > img {
  margin-bottom: 3.8rem;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  pointer-events: none;
}

.ss-main {
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
}
.ss-main:focus {
  box-shadow: none;
}
.ss-main .ss-values .ss-placeholder {
  line-height: 1.6;
  padding: 0;
  color: #6c757d;
}
.ss-main .ss-values .ss-value {
  background-color: rgba(var(--color-primary), 0.15);
  padding-right: 0;
  align-items: stretch;
  animation: none !important;
}
.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 15px;
  color: var(--color-grey-dark-1);
  padding: 0.375rem;
  line-height: 1.2;
}
.ss-main .ss-values .ss-value .ss-value-delete {
  border: none;
  height: auto;
  width: 22px;
  padding: 0 0.375rem 0 0.25rem;
}
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: 8px;
  width: 8px;
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  stroke: rgba(0, 0, 0, 0.45);
}
.ss-main .ss-values .ss-single {
  line-height: 1.6;
  padding: 0;
}

.ss-content {
  box-shadow: var(--box-shadow);
}
.ss-content .ss-search input:focus {
  box-shadow: none;
}
.ss-content .ss-list {
  padding: 0.375rem;
}
.ss-content .ss-list .ss-optgroup {
  color: var(--color-grey-dark-1);
  margin-bottom: 0.5rem;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.2s;
  padding: 0.2rem 0.5rem;
  margin: 0.2rem;
  border-radius: 0.375rem;
}
.ss-content .ss-list .ss-optgroup .ss-option.ss-selected {
  border: 1px solid rgba(var(--color-primary), 1);
  background-color: transparent;
  color: rgba(var(--color-primary), 1);
}
.ss-content .ss-list .ss-optgroup .ss-option:hover {
  color: rgba(var(--color-primary), 1);
}
.ss-content .ss-list .ss-optgroup .ss-option.ss-disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  border-bottom: 1px solid var(--color-grey-light-3);
  font-size: 13.5px;
  padding: 0.2rem 0;
  margin-bottom: 0.3rem;
}
.ss-content .ss-list .ss-option {
  border-radius: 0.375rem;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  border: 1px solid rgba(var(--color-primary), 1);
  background-color: transparent;
  color: rgba(var(--color-primary), 1);
}
.ss-content .ss-list .ss-option:hover {
  background-color: transparent;
  color: rgba(var(--color-primary), 1);
}
.ss-content .ss-list .ss-option.ss-disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
}

.flatpickr-calendar {
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.flatpickr-input, .flatpickr-input[readonly] {
  background: white url(../../common/img/icon-calendar.svg) right 0.75rem center no-repeat;
}
.flatpickr-input {
  padding-right: 40px;
}
.flatpickr-months {
  background-color: rgba(var(--color-primary), 1);
}
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month, .flatpickr-current-month {
  height: 40px;
}
.flatpickr-weekdays {
  height: 32px;
  background-color: rgba(var(--color-primary), 0.6);
}
.flatpickr-weekday {
  color: white !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: white;
  font-weight: normal;
}
.flatpickr-current-month {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
}
.flatpickr-current-month input.cur-year {
  order: 0;
  color: white;
}
.flatpickr-monthDropdown-months {
  order: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  color: white;
  fill: white;
  transition: all 0.2s;
}
.flatpickr-months .flatpickr-prev-month > svg, .flatpickr-months .flatpickr-next-month > svg {
  margin-top: -7px;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.flatpickr-months .flatpickr-prev-month:hover > svg, .flatpickr-months .flatpickr-next-month:hover > svg {
  color: white !important;
  fill: white !important;
}
.flatpickr-days {
  padding-top: 5px;
}
.flatpickr-day {
  border: none;
  transition: all 0.2s;
}
.flatpickr-day:not(.flatpickr-disabled):not(.selected):hover {
  background-color: rgba(var(--color-primary), 0.15) !important;
}
.flatpickr-day.selected {
  background-color: rgba(var(--color-primary), 1);
  border: none;
}
.flatpickr-day.selected:hover {
  background-color: rgba(var(--color-primary), 1);
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  color: white;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: rgba(var(--color-primary), 1);
  box-shadow: none;
  color: #fff;
  border-color: rgba(var(--color-primary), 1);
}/*# sourceMappingURL=style.css.map */