@charset "UTF-8";
.text-secondary {
  color: #0c77b9 !important;
}

.text-gray_2 {
  color: #999;
}

.bg-secondary_10 {
  background-color: rgba(12, 119, 185, 0.1) !important;
}

.cursor-pointer {
  cursor: pointer;
}

html,
body {
  scroll-behavior: smooth;
  color: #333;
}

img {
  max-width: 100%;
  width: auto;
}

li {
  margin-bottom: 4px;
}

.area_content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(12, 119, 185, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: clamp(16px, 4vw, 60px) clamp(16px, 5vw, 80px);
  color: #333;
}
@media (max-width: 575.98px) {
  .area_content {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    margin-top: 16px;
  }
}

.main {
  overflow: hidden;
  background-image: url("../_img/common/bg_inpage.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box_logo .pic_logo {
  width: 140px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .header .box_logo .pic_logo {
    width: 100px;
  }
}

.airticket-footer {
  padding: 0.5rem 0;
  text-align: center;
  background: #495057;
  font-size: 12px;
  color: white;
  position: relative;
}
.airticket-footer > div {
  width: 75%;
  margin: 0 auto;
}
.airticket-footer span {
  display: inline-block;
}
@media all and (max-width: 575.98px) {
  .airticket-footer span {
    display: none;
  }
}
.airticket-footer br {
  display: none;
}
@media all and (max-width: 575.98px) {
  .airticket-footer br {
    display: block;
  }
}

#line_service {
  border-radius: 100%;
  width: 70px;
  height: 60px;
  padding: 1rem;
  border-radius: 30px 0% 0% 30px;
  position: fixed;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121);
  display: flex;
  align-items: center;
  z-index: 99;
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 1s;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
#line_service img {
  max-width: 100%;
  height: auto;
}
#line_service::after {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  left: 70px;
  word-break: keep-all;
}
#line_service:hover {
  width: 180px;
}
@media all and (max-width: 767.98px) {
  #line_service {
    width: 60px;
    height: 50px;
    border-radius: 25px 0% 0% 25px;
  }
}

#line_service {
  background-color: #06c755;
  bottom: 3.5rem;
  right: 0;
}
#line_service::after {
  content: "線上客服";
}
@media all and (max-width: 767.98px) {
  #line_service {
    bottom: 7.5rem;
  }
}

.text_alert {
  color: #d60011;
}
.text_alert::marker {
  color: #d60011;
}

.page_login .header {
  display: none;
}
.page_login #aspnetForm {
  background-image: url("../_img/common/bg_login_1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: 48%;
}
@media (max-width: 767.98px) {
  .page_login #aspnetForm {
    background-size: 80%;
  }
}
.page_login #aspnetForm::before {
  content: "";
  position: absolute;
  background-image: url("../_img/common/bg_login_2.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 97%;
  height: 170%;
  background-size: contain;
  transform: translateY(-50%);
  top: 44%;
}
@media (max-width: 1480px) {
  .page_login #aspnetForm::before {
    width: 106%;
  }
}
@media (max-width: 991.98px) {
  .page_login #aspnetForm::before {
    width: 100%;
    transform: translateY(-50%) scale(1.05);
  }
}
@media (max-width: 767.98px) {
  .page_login #aspnetForm::before {
    width: 112%;
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 575.98px) {
  .page_login #aspnetForm::before {
    width: 124%;
    top: 22%;
    left: -12%;
  }
}

.content_login {
  color: #333;
  gap: clamp(20px, 4vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px) 0;
}
@media (max-width: 991.98px) {
  .content_login {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .content_login {
    padding: 40px 0;
  }
}

.area_login {
  width: 600px;
  padding: clamp(16px, 2.5vw, 48px);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 8px rgba(12, 119, 185, 0.16);
}
@media (max-width: 1199.98px) {
  .area_login {
    width: 524px;
  }
}
@media (max-width: 991.98px) {
  .area_login {
    order: 20;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .area_login {
    padding: 16px;
    border-radius: 0;
  }
}
.area_login .area_tit {
  font-size: clamp(18px, 1.75vw, 32px);
  letter-spacing: 3px;
  color: #0c77b9;
}

@media (max-width: 991.98px) {
  .area_title {
    display: flex;
    align-items: center;
    order: 10;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .area_title {
    flex-direction: column;
  }
}
.area_title > img {
  width: clamp(140px, 14vw, 260px);
}
@media (max-width: 575.98px) {
  .area_title > img {
    width: 114px;
  }
}
.area_title p {
  font-size: clamp(18px, 2.75vw, 48px);
  line-height: 125%;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .area_title p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .area_title p {
    line-height: 130%;
  }
}
.area_title p span {
  font-weight: 500;
}

.logo_box .logo {
  width: clamp(120px, 11vw, 180px);
  margin-top: clamp(8px, 1.25vw, 20px);
  margin-bottom: clamp(4px, 1vw, 8px);
}

.area_flow {
  background-color: rgba(12, 119, 185, 0.08);
  border-radius: 16px;
  padding: clamp(16px, 2.5vw, 32px) clamp(16px, 4vw, 60px);
  position: relative;
}
@media (max-width: 575.98px) {
  .area_flow {
    padding: 12px;
  }
}
.area_flow .area_title {
  letter-spacing: 4px;
}
.area_flow .box_flow {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 18px;
}
@media (max-width: 767.98px) {
  .area_flow .box_flow {
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.area_flow .box_flow .line {
  display: block;
  height: 100%;
  position: relative;
}
.area_flow .box_flow .line::before {
  content: "";
  display: block;
  position: relative;
  border-left: 1px dashed #bbb;
  height: 46px;
  transform: translateY(50%);
}
.area_flow .item_flow {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .area_flow .item_flow {
    width: calc(50% - 40px);
  }
}
.area_flow .item_flow p {
  font-size: clamp(14px, 1vw, 16px);
}
.area_flow .circle {
  width: clamp(48px, 4vw, 64px);
  height: clamp(48px, 4vw, 64px);
  border-radius: 50%;
  background-color: #008738;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(4px, 1vw, 8px);
}
.area_flow .circle i,
.area_flow .circle svg {
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
}
.area_flow .box_active {
  justify-content: center;
}
.area_flow .box_active .btn_line {
  flex-grow: 1;
}

.box_active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
  flex-wrap: wrap;
}
.box_active .btn_line {
  font-size: 21px;
  letter-spacing: 1px;
  border-width: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  width: 400px;
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 1199.98px) {
  .box_active .btn_line {
    font-size: 19px;
    padding: 12px 24px;
    min-width: 340px;
  }
}
@media (max-width: 991.98px) {
  .box_active .btn_line {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 767.98px) {
  .box_active .btn_line {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (max-width: 575.98px) {
  .box_active .btn_line {
    font-size: 16px;
  }
}
.box_active .btn_line:hover {
  border-width: 2px;
}
.box_active .btn_line.disable {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f4f4f4;
  color: #999;
  border-color: #999;
}
.box_active .btn_line i,
.box_active .btn_line svg {
  font-size: clamp(20px, 2.25vw, 26px);
}
@media (max-width: 767.98px) {
  .box_active .btn_line i,
  .box_active .btn_line svg {
    font-size: 19px;
  }
}
.box_active .btn_line .fa-hand-point-right {
  font-size: clamp(22px, 2.55vw, 30px);
}
@media (max-width: 767.98px) {
  .box_active .btn_line .fa-hand-point-right {
    font-size: 21px;
  }
}

@media all and (max-width: 424.98px) {
  .recaptcha {
    transform: scale(0.8);
  }
}

.inbanner_box {
  background-size: cover;
  background-position: center;
  text-align: center;
  min-height: clamp(160px, 18vw, 280px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .inbanner_box {
    background-position: 50% 30%;
    background-position: 25%;
  }
}
.inbanner_box.is_common .title {
  color: #cd8f0f;
  text-shadow: unset;
}
.inbanner_box.indexbanner_box {
  min-height: clamp(380px, 36vw, 560px);
  position: relative;
  flex-direction: column;
}
.inbanner_box.indexbanner_box::before, .inbanner_box.indexbanner_box::after {
  content: "";
  display: block;
  width: 50%;
  height: clamp(44px, 8vw, 152px);
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.inbanner_box.indexbanner_box::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
}
.inbanner_box.indexbanner_box::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 0;
}
.inbanner_box .title {
  font-size: clamp(20px, 2.25vw, 32px);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 5px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .inbanner_box .title {
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
}
.inbanner_box .title_sec {
  font-size: clamp(16px, 1.65vw, 20px);
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .inbanner_box .title_sec {
    letter-spacing: 0;
  }
}
.inbanner_box .circle_text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inbanner_box .circle_text .bg > span {
  display: inline-block;
  width: clamp(42px, 4vw, 68px);
  height: clamp(42px, 4vw, 68px);
  border-radius: 50%;
  background-color: #cd8f0f;
  margin-left: -24px;
  vertical-align: middle;
}
@media (max-width: 1399.98px) {
  .inbanner_box .circle_text .bg > span {
    margin-left: -16px;
  }
}
.inbanner_box .circle_text > span {
  font-size: clamp(22px, 2.25vw, 38px);
  line-height: clamp(22px, 2.5vw, 38px);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  letter-spacing: 10px;
  margin-left: -5px;
}
@media (max-width: 767.98px) {
  .inbanner_box .circle_text > span {
    letter-spacing: 6px;
    margin-left: -6px;
  }
}
.inbanner_box .inbanner_content {
  color: #333;
  background-color: #fffbd1;
  border-radius: 16px;
  border-top: 1px solid #cd8f0f;
  border-left: 1px solid #cd8f0f;
  box-shadow: 0 0 6px rgba(12, 119, 185, 0.28);
  padding: clamp(16px, 2vw, 24px) clamp(16px, 2.5vw, 32px);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .inbanner_box .inbanner_content {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .inbanner_box .inbanner_content {
    padding: 12px;
    border-radius: 0;
    border: none;
  }
}
@media (max-width: 767.98px) {
  .inbanner_box .inbanner_content .h5 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .inbanner_box .inbanner_content p {
    font-size: 15px;
  }
}
.inbanner_box .desobj {
  border-radius: 999px;
  border: 1px solid #fff;
  width: 36px;
  height: 68px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
@media (max-width: 1199.98px) {
  .inbanner_box .desobj {
    width: 22px;
    height: 42px;
  }
}
@media (max-width: 991.98px) {
  .inbanner_box .desobj {
    display: none;
  }
}
.inbanner_box .desobj span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 99px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 12px;
  animation-name: desobj;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@media (max-width: 1199.98px) {
  .inbanner_box .desobj span {
    width: 4px;
    height: 4px;
    animation-name: desobj_xl;
  }
}

.delay__1ms {
  transition-delay: 0.1s;
  animation-delay: 0.1s !important;
  animation-fill-mode: both;
}
.delay__2ms {
  transition-delay: 0.2s;
  animation-delay: 0.2s !important;
  animation-fill-mode: both;
}
.delay__3ms {
  transition-delay: 0.3s;
  animation-delay: 0.3s !important;
  animation-fill-mode: both;
}
.delay__4ms {
  transition-delay: 0.4s;
  animation-delay: 0.4s !important;
  animation-fill-mode: both;
}
.delay__5ms {
  transition-delay: 0.5s;
  animation-delay: 0.5s !important;
  animation-fill-mode: both;
}
.delay__6ms {
  transition-delay: 0.6s;
  animation-delay: 0.6s !important;
  animation-fill-mode: both;
}
.delay__7ms {
  transition-delay: 0.7s;
  animation-delay: 0.7s !important;
  animation-fill-mode: both;
}
.delay__8ms {
  transition-delay: 0.8s;
  animation-delay: 0.8s !important;
  animation-fill-mode: both;
}
.delay__9ms {
  transition-delay: 0.9s;
  animation-delay: 0.9s !important;
  animation-fill-mode: both;
}
.delay__1s {
  transition-delay: 1s;
  animation-delay: 1s !important;
  animation-fill-mode: both;
}
.delay__2s {
  transition-delay: 2s;
  animation-delay: 2s !important;
  animation-fill-mode: both;
}

.duration__1s {
  transition-duration: 1s !important;
  animation-duration: 1s;
}
.duration__2s {
  transition-duration: 2s !important;
  animation-duration: 2s;
}

.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

[data-aos=tracking-in-expand].aos-animate {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes desobj {
  0% {
    top: 12px;
    opacity: 1;
  }
  100% {
    top: 44px;
    opacity: 0.5;
  }
}
@keyframes desobj_xl {
  0% {
    top: 4px;
    opacity: 1;
  }
  100% {
    top: 30px;
    opacity: 0.5;
  }
}
body {
  padding: 0;
  font-family: "Noto Sans TC", sans-serif, "PingFangTC-Regular", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

a {
  text-decoration: none;
  text-underline-offset: 3px;
  transition: all 0.3s;
  word-wrap: break-word;
  color: #000;
}
a:hover {
  color: #0c77b9;
}

@media (max-width: 767.98px) {
  select::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  select::placeholder,
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

img,
.row > img {
  width: auto;
}

hr.line {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px dashed #333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-check-input_table {
  padding-left: 0;
}
.form-check-input_table tbody {
  display: flex;
  flex-wrap: wrap;
}
.form-check-input_table tr {
  margin: 0 6px;
}
.form-check-input_table input {
  margin-right: 4px;
}

.form-check-input[type=radio] {
  flex-shrink: 0;
}

.form-check-input_parent {
  display: inline-flex;
  gap: 8px;
}
.form-check-input_parent input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
}
.form-check-input_parent input:focus {
  box-shadow: none;
  border: none;
}
.form-check-input_parent input:checked {
  background-color: #008738;
  border-color: #008738;
}
.form-check-input_parent input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input_parent input:checked[type=checkbox] {
  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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input_parent a {
  color: #0c77b9;
}

.form-check-input_parent input[type=radio] {
  flex-shrink: 0;
  border-radius: 999px;
}

.form-check-input:checked {
  background-color: #008738;
  border-color: #008738;
}

.form-check-input_parent input:checked {
  background-color: #008738;
  border-color: #008738;
}

.form-check-input[type=checkbox] {
  background-color: #e9e9e9;
}

.form-check-input_parent input[type=checkbox] {
  background-color: #e9e9e9;
  border-radius: 0.25em;
}

.form-check-input[type=checkbox]:checked {
  background-color: #008738;
}

.form-check-input_parent input[type=checkbox]:checked {
  background-color: #008738;
}

.fill-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#windowAlert .modal-dialog {
  max-width: 500px;
}
#windowAlert .modal-body {
  margin: 1rem 0;
}

.OTPmodal .modal-header {
  border-bottom: 1px solid #999;
}
.OTPmodal .item_verify {
  margin: 0 8px;
}
.OTPmodal .item_verify .form-control {
  max-width: 54px;
  font-size: 20px;
  text-align: center;
  color: #008738;
}
.OTPmodal .item_verify .form-control:focus {
  border-color: #008738;
  box-shadow: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
  background-color: rgba(221, 221, 221, 0.84) !important;
}

.modal-content {
  border: none;
  border-radius: 5px;
}

.btn_input_parent {
  display: inline-block;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}
.btn_input_parent svg {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 62px);
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
}
.btn_input_parent svg.left {
  left: calc(50% - 66px);
}
.btn_input_parent input {
  padding-right: 42px;
  border: none;
}

.radFull {
  border-radius: 999px;
  overflow: hidden;
}

.btn {
  width: 220px;
  border-radius: 999px;
}

.btn_order {
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #0974e5 0%, #264094 100%);
  color: #fff;
  padding: 10px 20px;
  font-size: clamp(18px, 1.5vw, 22px);
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .btn_order {
    padding: 10px 16px;
  }
}
@media (max-width: 575.98px) {
  .btn_order {
    padding: 10px 12px 8px 10px;
  }
}
.btn_order:hover, .btn_order:active {
  filter: brightness(1.2);
  color: #fff !important;
}
.btn_order.left {
  padding-left: 70px;
}

.form_area_tit {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 12px;
  margin-top: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  color: #000;
  background-color: rgba(12, 119, 185, 0.08);
  border-radius: 4px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form_area_tit {
    margin-top: 4px;
  }
}
.form_area_tit i,
.form_area_tit svg {
  color: #0c77b9;
}

.form_box input + .form-label::before {
  display: none;
}
.form_box .form-label {
  position: relative;
  display: flex;
  word-break: keep-all;
}
.form_box .form-label .notes {
  font-size: 14px;
  color: #e2231a;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  .form_box .form-label .notes {
    margin-top: 2px;
  }
}

.form-control::-moz-placeholder {
  color: #aaa !important;
}

.form-control::placeholder {
  color: #aaa !important;
}

#componentReceipt .form-check {
  align-items: center;
}
#componentReceipt label {
  margin-bottom: 0;
  margin-left: 4px;
  word-break: keep-all;
}

#componentReceipt .after_dash_gap-1 > div + div {
  margin-left: 8px;
}

.form_finish span.notes {
  color: #008738;
}
.form_finish .box_notice {
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.form_finish .box_notice.bg_notes::before {
  width: 100%;
}
.form_finish ol {
  max-width: 860px;
  margin: auto;
}
.form_finish ol li {
  margin-bottom: 8px;
}
.form_finish ol li:last-child {
  margin-bottom: 0;
}
.form_finish .box_grey {
  padding: 24px;
  border-radius: 8px;
  background-color: #ebebeb;
  text-align: center;
}
.form_finish img {
  max-width: clamp(120px, 12vw, 200px);
  margin: 20px auto 10px auto;
}

.form_finish img,
#form_failure img,
#form_timeout img {
  max-width: clamp(80px, 14vw, 190px);
}
.form_finish .des_text,
#form_failure .des_text,
#form_timeout .des_text {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form_finish .des_text,
  #form_failure .des_text,
  #form_timeout .des_text {
    font-size: 16px;
  }
}

/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: #00b7fb;
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: #008738;
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0c77b9;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #00b7fb;
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid #0c77b9;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.dtp .btn-flat:hover {
  background: #0c77b9;
  color: #fff;
}
.dtp-btn-ok.btn-flat {
  background: #0c77b9;
  color: #fff;
  border-radius: 99px;
}
.dtp-btn-cancel.btn-flat {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  border-radius: 99px;
}

.form-select:disabled {
  background-color: #ddd;
}

.btn-md {
  width: 156px;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.btn_line {
  text-decoration: unset;
  font-weight: 500;
  padding: 14px 44px;
  border: 1px solid #0c77b9;
  border-radius: 4px;
  transition: all 0.3s;
  color: #0c77b9;
  border-radius: 999px;
}
@media (max-width: 575.98px) {
  .btn_line {
    padding: 6px 16px;
    font-size: 15px;
  }
}
.btn_line:hover, .btn_line:active {
  border: 1px solid #00b7fb;
  color: #00b7fb;
}
.btn_line.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.btn_line.haveBg {
  background-color: #008738;
  color: #fff;
  min-width: 151px;
  text-align: center;
}
.btn_line.isNext {
  min-width: 170px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .btn_line.isNext {
    min-width: 109px;
  }
}
.btn_line.btn_back {
  opacity: 60%;
  padding: 14px 44px;
  border: 1px solid #999;
  color: #999;
  transition: all 0.3s;
  font-weight: 700;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .btn_line.btn_back {
    padding: 6px 16px;
  }
}
.btn_line.btn_back:hover {
  border: 1px solid #333;
  color: #333;
}

.btn_login {
  background: #0c77b9;
  color: #fff;
  border-radius: 4px;
  padding: 12px;
  border-radius: 999px;
}
.btn_login:hover {
  background-color: #0c77b9;
  color: #fff;
}

.btn_order_detail {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  padding: 12px;
  font-weight: bold;
}
.btn_order_detail:hover {
  border: 1px solid #008738;
  background: #008738;
  color: #fff;
}

#windowAlertMsg + .mt-4 .btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}
#windowAlertMsg + .mt-4 .btn:hover {
  background-color: #999;
}

.btn_ok {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  padding: 6px 24px;
  transition: background 0.3s;
  border: none;
}
.btn_ok:hover {
  background-color: #999;
}

.btn_modal_no {
  background-color: #00b7fb;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99px;
}
.btn_modal_no:hover {
  background-color: #008738;
  color: #000;
  opacity: 0.6;
}

.btn_modal_yes {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 99px;
}
.btn_modal_yes:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.6;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
  position: relative;
}
.navbar-toggler svg {
  position: absolute;
  inset: -8px 0 0 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.navbar-toggler.collapsed .fa-xmark {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .fa-bars {
  opacity: 0;
}

.tab_des {
  justify-content: center;
  gap: 12px;
  padding-bottom: 8px;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .tab_des {
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .tab_des {
    gap: 6px;
  }
}
.tab_des::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 6px;
}
.tab_des .nav-link {
  width: 120px;
  border-radius: 0;
  background-color: #333;
  color: #000;
  border-radius: 999px;
}
@media (max-width: 767.98px) {
  .tab_des .nav-link {
    width: 90px;
  }
}
@media (max-width: 575.98px) {
  .tab_des .nav-link {
    width: 72px;
  }
}
@media (max-width: 425px) {
  .tab_des .nav-link {
    width: 52px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.tab_des .nav-link:hover, .tab_des .nav-link.active {
  background-image: linear-gradient(90deg, #0974e5 0%, #264094 100%);
  color: #fff;
}

@media (max-width: 425px) {
  .tab_des.expl,
  .tab-content.expl {
    margin-left: -40px;
  }
}

.text_color-2 {
  color: #0c77b9 !important;
}

.text_color-banner {
  color: #cd8f0f !important;
}

.notes {
  color: #e2231a;
  display: inline-flex;
  word-break: normal;
  padding-left: 18px;
  position: relative;
}
.notes::before {
  content: "*";
  margin: 2px 4px 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.notes_noStar {
  padding-left: 0;
}
.notes_noStar::before {
  display: none;
}

.check_area_tit {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.check_area_tit i,
.check_area_tit svg {
  color: #bbb;
}

.check_item {
  display: flex;
}
.check_item .tit {
  color: #bbb;
  flex-shrink: 0;
}

.bg_notes {
  position: relative;
  text-align: center;
  padding: clamp(20px, 2vw, 34px) clamp(12px, 1.5vw, 30px);
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(to right, rgba(12, 119, 185, 0.08), rgba(12, 119, 185, 0.08)), linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
}
.bg_notes .text_notes {
  color: #000;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.bg_notes .text_notes_m {
  font-size: 16px;
}
.bg_notes .text_notes_s {
  font-size: 14px;
}
.bg_notes .num {
  color: #ee130f;
}
.bg_notes .line {
  width: 80%;
  height: 1px;
  background-color: #ddd;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  border: none;
}
.bg_notes .btn {
  padding: 6px clamp(16px, 1.5vw, 28px);
  color: #fff;
  border-radius: 99px;
  background-color: #0c77b9;
}
.bg_notes .btn:hover, .bg_notes .btn:active {
  background-color: #0c77b9;
}
.bg_notes input {
  min-width: 120px;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table tr {
  border: none;
}
.table thead th {
  border-left: 1px dashed #f4f4f4;
  border-right: 1px dashed #f4f4f4;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table td {
  vertical-align: middle;
  border-left: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
}
.table tbody th {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}

.box-table-style01 {
  border: 1px solid #f4f4f4;
  padding: 4px;
}
.box-table-style01 table {
  margin-bottom: 0;
}

.table-style01 {
  border: 1px solid #fff;
}
.table-style01 tr {
  border-bottom: 1px solid #fff;
}
.table-style01 tr:nth-child(even) td {
  background: #f4f4f4;
}
.table-style01 thead th {
  background: #0c77b9;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}
.table-style01 tbody.nth2_center tr td:nth-child(2) {
  text-align: center;
}
@media (max-width: 991.98px) {
  .table-style01 tbody.nth2_center tr td:nth-child(2) {
    text-align: left;
  }
}
.table-style01 tbody th {
  background: #0c77b9;
  opacity: 0.5;
  color: #fff;
  text-align: center;
}
.table-style01 tbody tr td:first-child {
  text-align: center;
}
@media (max-width: 991.98px) {
  .table-style01 tbody tr td:first-child {
    text-align: left;
  }
}
.table-style01 tbody tr td.bottom_border {
  position: relative;
}
.table-style01 tbody tr td.bottom_border::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media all and (max-width: 991.98px) {
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table-rwd td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
}
.table-expand {
  max-height: 500px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.table-expand.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.3s ease;
  overflow: unset;
}
.table-expand.active .table-expand-icon::before {
  background: transparent;
  bottom: -35px;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateX(-50%) rotate(180deg);
}
.table-expand .table-expand-icon::before {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  position: absolute;
  color: #008738;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 30%, rgb(255, 255, 255) 100%);
}
.table-expand .table-expand-icon::before.active {
  transform: translateX(-50%) rotate(180deg);
}

.list_s1 {
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .list_s1 {
    padding-top: 12px;
  }
}
.list_s1 + .list_s1 {
  border-top: 1px solid #000;
}
.list_s1 .item_row {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .list_s1 .item_row {
    flex-wrap: wrap;
    align-items: start;
  }
}
.list_s1 .item_row + .item_row {
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 575.98px) {
  .list_s1 .item_row:first-child .item_1 {
    background-color: #ddd;
    margin-bottom: 4px;
  }
}
.list_s1 .item {
  width: 25%;
  padding: 8px;
}
@media (max-width: 575.98px) {
  .list_s1 .item {
    width: 100%;
    padding: 4px;
  }
}
@media (max-width: 575.98px) {
  .list_s1 .item_1 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .list_s1 .item_2 {
    font-weight: 700;
  }
}
@media (max-width: 575.98px) {
  .list_s1 .item_3 {
    border-left: 1px solid #333;
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .list_s1 .item_4 {
    border-left: 1px solid #333;
    padding-left: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
  }
}

.style-disc {
  list-style: disc;
}

.list_card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .list_card {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.list_card .item_card {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 14px);
  max-width: 400px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(12, 119, 185, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .list_card .item_card {
    width: calc(50% - 14px);
    border-radius: 12px;
  }
}
.list_card .item_card:hover .box_pic img {
  transform: scale(1.2);
}
.list_card .item_card.exchange {
  border: 6px solid #00b7fb;
  position: relative;
}
@media (max-width: 767.98px) {
  .list_card .item_card.exchange {
    border: 4px solid #00b7fb;
  }
}
.list_card .item_card.exchange::before {
  content: "已兌換";
  display: inline-block;
  padding: 10px 32px 10px 60px;
  background-color: #00b7fb;
  color: #fff;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767.98px) {
  .list_card .item_card.exchange::before {
    font-size: 14px;
    padding: 8px 18px 6px 32px;
    top: -4px;
    border-bottom-right-radius: 12px;
  }
}
.list_card .item_card.exchange::after {
  content: "";
  background-image: url("../_img/common/icon-check.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  z-index: 1;
  left: 28px;
  top: 4px;
}
@media (max-width: 767.98px) {
  .list_card .item_card.exchange::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    left: 10px;
    top: 6px;
  }
}
.list_card .box_pic {
  height: clamp(200px, 16vw, 250px);
  overflow: hidden;
}
.list_card .box_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.list_card .box_text {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .list_card .box_text {
    padding: 8px;
  }
}
.list_card .tit {
  letter-spacing: 1px;
  font-size: clamp(16px, 1.75vw, 20px);
}
.list_card .tit + p {
  flex-grow: 1;
}
.list_card .tit-sec {
  display: inline-block;
  margin: auto;
  color: #0c77b9;
  border-radius: 99px;
  border: 1px solid #0c77b9;
  padding: 8px 24px;
  letter-spacing: 1px;
  flex-grow: 0;
}
@media (max-width: 767.98px) {
  .list_card .tit-sec {
    padding: 4px 20px;
  }
}

.process_step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(12px, 1.5vw, 24px);
}
.process_step .step_item {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 92px;
  position: relative;
}
@media (max-width: 767.98px) {
  .process_step .step_item {
    padding-right: 16px;
  }
}
.process_step .step_item::before {
  content: "";
  display: block;
  width: 166px;
  height: 2px;
  background-color: #bbb;
  position: absolute;
  bottom: 12px;
  right: -36px;
}
@media (max-width: 767.98px) {
  .process_step .step_item::before {
    width: 92px;
    right: -38px;
    bottom: 10px;
  }
}
.process_step .step_item:last-child {
  padding-right: 0;
}
.process_step .step_item:last-child::before {
  display: none;
}
.process_step .step_item.active::before {
  background-color: #0c77b9;
}
.process_step .step_item.active .dot {
  border: 2px solid #0c77b9;
}
.process_step .step_item.active .dot::after {
  background-color: #0c77b9;
}
.process_step .step_item.active .text {
  color: #0c77b9;
}
.process_step .step_item.check .dot {
  background-color: #fff;
}
.process_step .step_item.check .dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #0c77b9;
}
@media (max-width: 767.98px) {
  .process_step .step_item.check .dot::after {
    width: 8px;
    height: 8px;
  }
}
.process_step .step_item .dot {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 99px;
  border: 2px solid #bbb;
  position: relative;
  order: 2;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .process_step .step_item .dot {
    width: 20px;
    height: 20px;
  }
}
.process_step .step_item .dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #bbb;
}
@media (max-width: 767.98px) {
  .process_step .step_item .dot::after {
    width: 8px;
    height: 8px;
  }
}
.process_step .step_item .text {
  flex-shrink: 0;
  word-break: keep-all;
  color: #bbb;
}
@media (max-width: 767.98px) {
  .process_step .step_item .text {
    transform: translateY(-4px);
  }
}

.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: var(--color_1_light);
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  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;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--color_1_light);
  color: var(--color_1_light);
  box-shadow: 9984px 0 0 0 var(--color_1_light), 9999px 0 0 0 var(--color_1_light), 10014px 0 0 0 var(--color_1_light);
  animation: dotCarousel 1.5s infinite linear;
}

@keyframes dotCarousel {
  0% {
    box-shadow: 9984px 0 0 -1px var(--color_1_light), 9999px 0 0 1px var(--color_1_light), 10014px 0 0 -1px var(--color_1_light);
  }
  50% {
    box-shadow: 10014px 0 0 -1px var(--color_1_light), 9984px 0 0 -1px var(--color_1_light), 9999px 0 0 1px var(--color_1_light);
  }
  100% {
    box-shadow: 9999px 0 0 1px var(--color_1_light), 10014px 0 0 -1px var(--color_1_light), 9984px 0 0 -1px var(--color_1_light);
  }
}/*# sourceMappingURL=style.css.map */