@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  overscroll-behavior: none;
  min-width: 1024px;
  min-height: 768px;
}

a, a:visited {
	color: var(--primary-light);
}

a:hover, a:active {
	color: var(--accent);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  all: unset;
  cursor: pointer;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/NotoSansSC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.br-1920 {
  display: block !important;
}

.view-1920 {
  display: none !important;
}

@media only screen and (max-width: 1920px) {
  .br-1920 {
    display: none !important;
  }
  .view-1920 {
    display: block !important;
  }
}
.br-1440 {
  display: block !important;
}

.view-1440 {
  display: none !important;
}

@media only screen and (max-width: 1440px) {
  .br-1440 {
    display: none !important;
  }
  .view-1440 {
    display: block !important;
  }
}
.br-1024 {
  display: block !important;
}

.view-1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .br-1024 {
    display: none !important;
  }
  .view-1024 {
    display: block !important;
  }
}
.br-768 {
  display: block !important;
}

.view-768 {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .br-768 {
    display: none !important;
  }
  .view-768 {
    display: block !important;
  }
}
.br-320 {
  display: block !important;
}

.view-320 {
  display: none !important;
}

@media only screen and (max-width: 320px) {
  .br-320 {
    display: none !important;
  }
  .view-320 {
    display: block !important;
  }
}
.svg-icon {
  width: 100%;
  min-width: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  aspect-ratio: 100/100;
  color: currentColor;
  background-color: currentColor;
}
.svg-icon.icon-alert {
  -webkit-mask-image: url(../images/icons/alert.svg);
          mask-image: url(../images/icons/alert.svg);
}
.svg-icon.icon-arrow-down {
  -webkit-mask-image: url(../images/icons/arrow-down.svg);
          mask-image: url(../images/icons/arrow-down.svg);
}
.svg-icon.icon-arrow-up-right {
  -webkit-mask-image: url(../images/icons/arrow-up-right.svg);
          mask-image: url(../images/icons/arrow-up-right.svg);
}
.svg-icon.icon-calendar {
  -webkit-mask-image: url(../images/icons/calendar.svg);
          mask-image: url(../images/icons/calendar.svg);
}
.svg-icon.icon-eye-off {
  -webkit-mask-image: url(../images/icons/eye-off.svg);
          mask-image: url(../images/icons/eye-off.svg);
}
.svg-icon.icon-eye {
  -webkit-mask-image: url(../images/icons/eye.svg);
          mask-image: url(../images/icons/eye.svg);
}
.svg-icon.icon-help {
  -webkit-mask-image: url(../images/icons/help.svg);
          mask-image: url(../images/icons/help.svg);
}
.svg-icon.icon-info {
  -webkit-mask-image: url(../images/icons/info.svg);
          mask-image: url(../images/icons/info.svg);
}
.svg-icon.icon-settings {
  -webkit-mask-image: url(../images/icons/settings.svg);
          mask-image: url(../images/icons/settings.svg);
}
.svg-icon.icon-search {
  -webkit-mask-image: url(../images/icons/search.svg);
          mask-image: url(../images/icons/search.svg);
}
.svg-icon.icon-close {
  -webkit-mask-image: url(../images/icons/close.svg);
          mask-image: url(../images/icons/close.svg);
}
.svg-icon.icon-refresh {
  -webkit-mask-image: url(../images/icons/refresh.svg);
          mask-image: url(../images/icons/refresh.svg);
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  height: 40px;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 50px;
  font: 14px var(--font-heading);
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
.btn.size-short {
  width: auto;
  min-width: 160px;
  margin: 0 auto;
}
.btn:hover, .btn:focus, .btn:focus-visible {
  background-color: var(--primary-light);
}

.login-body {
  position: relative;
  display: flex;
  height: calc(100% - (var(--height-footer)));
}
.login-body > div {
  position: relative;
}
.login-body .login-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: var(--width-content);
}
.login-body .login-panel.w-full {
  width: 100%;
}
.login-body .login-panel.w-full .panel {
  width: 500px;
}
.login-body .other-info {
  width: calc(100% - var(--width-content));
  overflow: hidden;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}
.header .header-inner {
  padding: var(--spacing-side);
}
.header .header-logo a {
  display: block;
  width: 80px;
}

.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px var(--spacing-side);
}
.footer .footer-utils {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.footer .footer-utils .digicert {
  width: 80px;
  min-width: 80px;
}
.footer .footer-utils .digicert img {
  display: block;
  max-width: 100%;
}
.footer .footer-utils .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 5px;
}
.footer .footer-utils .footer-nav .language-switcher .language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font: 600 14px var(--font-heading);
  text-transform: uppercase;
  color: var(--gray-600);
}
.footer .footer-utils .footer-nav .language-switcher .language-trigger .trigger-label {
  line-height: 14px;
}
.footer .footer-utils .footer-nav .language-switcher .language-trigger .trigger-indicator {
  width: 18px;
}
.footer .footer-utils .footer-nav .language-switcher .language-trigger:hover {
  color: var(--accent);
}
.footer .footer-utils .footer-nav .static-menu {
  display: flex;
  gap: 16px;
}
.footer .footer-utils .footer-nav .static-menu a {
  font: 12px var(--font-heading);
  color: var(--gray-600);
  text-transform: uppercase;
}
.footer .footer-utils .footer-nav .static-menu a:hover {
  color: var(--accent);
}
.footer .copyright {
  margin-bottom: 5px;
  font-family: var(--font-heading);
  font-size: 12px;
  color: var(--gray-600);
}

.panel {
  max-width: 80%;
  width: calc(400px - var(--spacing-slide-content-side) * 2);
  margin: 0 auto;
}
.panel .panel-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.panel .panel-inner .panel-head {
  position: relative;
}
.panel .panel-inner .panel-head .login-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.panel .panel-inner .panel-head .login-title .title-to {
  font-family: var(--font-heading);
  font-size: 14px;
}
.panel .panel-inner .panel-head .login-title .title-target {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.panel .panel-inner .panel-head .login-title .title-target .login-target {
  font: 400 26px var(--font-heading);
  line-height: 1;
  color: var(--text-highlight);
}
.panel .panel-inner .panel-head .login-title .title-target .target-market {
  display: none;
}
.panel .panel-inner .panel-head .login-title .title-target[data-landing="0"] .target-market {
  display: inline-block;
}
.panel .panel-inner .panel-head .login-title .btn-setting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--gray-50);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  transition: background 0.3s ease-in-out;
}
.panel .panel-inner .panel-head .login-title .btn-setting .svg-icon {
  width: 16px;
  color: var(--gray-300);
  transition: color 0.3s ease-in-out;
}
.panel .panel-inner .panel-head .login-title .btn-setting:hover {
  background: var(--accent);
}
.panel .panel-inner .panel-head .login-title .btn-setting:hover .svg-icon {
  color: var(--white);
}
.panel .panel-inner .panel-footer {
  margin-top: 4px;
}

.msg-box {
  display: flex;
  flex-direction: column;
  align-items: center center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.msg-box .msg-title {
  font: 200 28px var(--font-heading);
}
.msg-box .msg-error {
  font-size: 14px;
  color: var(--warning);
}

.other-option {
  width: 100%;
  margin: 14px 0 0px;
  padding-bottom: 18px;
}
.other-option .other-separator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.other-option .other-separator span {
  position: relative;
  font-size: 14px;
  color: var(--gray-700);
}
.other-option .other-separator span:before, .other-option .other-separator span:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 2000px;
  height: 1px;
  background: var(--gray-100);
}
.other-option .other-separator span:before {
  right: calc(100% + 10px);
}
.other-option .other-separator span:after {
  left: calc(100% + 10px);
}
.other-option .other-choice {
  margin: 10px 0 5px;
  font-size: 14px;
  text-align: center;
}
.other-option .other-choice a {
  font-weight: 700;
  color: var(--primary-light);
}
.other-option .other-choice a:hover {
  color: var(--accent);
}

.more-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.more-info .info-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: var(--gray-700);
  width: -moz-max-content;
  width: max-content;
}
.more-info .info-item .svg-icon {
  width: 16px;
  height: 16px;
}
.more-info .info-item .info-label {
  font-size: 14px;
  line-height: 1;
}
.more-info .info-item:hover {
  color: var(--accent);
}
.more-info .info-item[aria-expanded=true] .info-detail {
  display: block;
}
.more-info .info-item .info-detail {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 5px);
  width: 320px;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--gray-100);
  box-shadow: 0px 0px 30px var(--gray-100);
  background: var(--neutral);
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
  cursor: auto;
}
.more-info .info-item .info-detail a {
  color: var(--accent);
}

.notice-slider {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f5fa;
}
.notice-slider .swiper-wrapper {
  position: relative;
  z-index: 10;
}
.notice-slider .notice-slider-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
}
.notice-slider .notice-slider-deco .deco-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.notice-slider .notice-slider-deco .deco-inner .deco-ball {
  position: absolute;
}
.notice-slider .notice-slider-deco .deco-inner .ball-01 {
  top: 70%;
  right: 50%;
  width: 700px;
  height: 800px;
  opacity: 0.5;
  background: #ffffff;
  background: radial-gradient(circle, rgb(203, 215, 249) 0%, rgba(233, 237, 249, 0) 70%);
  animation: ball-move 30s infinite ease-in-out;
}
.notice-slider .notice-slider-deco .deco-inner .ball-02 {
  top: -10%;
  right: -40%;
  width: 600px;
  height: 900px;
  opacity: 0.2;
  background: #ffffff;
  background: radial-gradient(circle, rgb(239, 185, 255) 0%, rgba(233, 237, 249, 0) 70%);
  animation: ball-move2 30s infinite ease-in-out;
}
@keyframes ball-move {
  from {
    top: 70%;
    right: 30%;
  }
  50% {
    top: -20%;
    right: 50%;
  }
  to {
    top: 70%;
    right: 30%;
  }
}
@keyframes ball-move2 {
  from {
    top: -10%;
    right: -40%;
  }
  50% {
    top: 60%;
    right: -60%;
  }
  to {
    top: -10%;
    right: -40%;
  }
}
.notice-slider .notice-slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  background: url("../images/bg-slide.png") center center no-repeat;
  background-size: cover;
  opacity: 0.3;
  transition: transform 0.3s ease-out;
}
.notice-slider .swiper-slide-active .notice-content {
  opacity: 1;
}
.notice-slider .notice-content {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.notice-slider .notice-content .notice-content-inner {
  position: relative;
  padding: var(--spacing-slide-content-side);
  height: calc(100% - var(--spacing-slide-content-side) * 2);
}
.notice-slider .notice-content .content-title,
.notice-slider .notice-content .content-img,
.notice-slider .notice-content .content-detail {
  position: absolute;
}
.notice-slider .notice-content .content-title {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.notice-slider .notice-content .content-img {
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  aspect-ratio: 267/357;
  width: 160px;
  max-width: 50%;
  max-height: 40%;
}
.notice-slider .notice-content .content-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.notice-slider .notice-content .content-detail {
  width: calc(100% - var(--spacing-slide-content-side) * 2);
  bottom: calc(var(--spacing-slide-content-side) + 40px);
}
.notice-slider .notice-content .content-detail .detail-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.2;
}
.notice-slider .notice-content .content-detail .detail-content {
  font-size: 14px;
}
.notice-slider .notice-content .content-detail .detail-content .link-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 140px);
  margin-top: 16px;
}
.notice-slider .notice-content .content-detail .detail-content .link-content .svg-icon {
  width: 16px;
  height: 16px;
  margin-top: 2.5px;
  transform: rotate(-90deg);
}
.notice-slider .notice-content .content-detail .detail-content a {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: var(--gray-500);
}
.notice-slider .notice-content .content-detail .detail-content a:hover {
  color: var(--accent);
}
.notice-slider .notice-content .content-detail .detail-content ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 12px 0;
}
.notice-slider .notice-content .content-detail .detail-content ul li {
  font-size: 14px;
  color: var(--gray-500);
  margin-left: 1em;
  list-style-type: disc;
  list-style: disc;
}
.notice-slider .notice-content .content-detail .detail-action {
  position: absolute;
  bottom: calc(var(--spacing-slide-content-side) * 2 * -1);
  left: 0px;
}
.notice-slider .notice-content .content-detail .detail-action a,
.notice-slider .notice-content .content-detail .detail-action > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  font: 600 13px var(--font-heading);
  color: var(--primary-light);
  text-transform: uppercase;
}
.notice-slider .notice-content .content-detail .detail-action a:hover,
.notice-slider .notice-content .content-detail .detail-action > div:hover {
  color: var(--accent);
}
.notice-slider .notice-content .content-detail .detail-action .svg-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.notice-slider .notice-slider-pagination {
  position: absolute;
  z-index: 100;
  left: initial;
  right: var(--spacing-slide-content-side);
  bottom: var(--spacing-slide-content-side);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 6px;
}
.notice-slider .notice-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 5px;
  background: var(--gray-500);
  border-radius: 3px;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  margin: 0 auto;
}
.notice-slider .notice-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: var(--primary-light);
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row-group {
  display: flex;
  gap: 16px;
}

.form-separator {
  width: 100%;
  height: 1px;
  background: var(--gray-100);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.form-row .check-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 10px;
}
.form-row .check-row .hidden-check {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
.form-row .input-row {
  position: relative;
  display: flex;
  gap: 8px;
}
.form-row .input-row input {
  position: relative;
  z-index: 0;
}
.form-row .input-row.row-group {
  display: flex;
  gap: 14px;
}
.form-row .input-row .input-util {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.form-row .input-row .util-toggle-password {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  --toggle-icon-size: 18px;
}
.form-row .input-row .util-toggle-password .svg-icon {
  width: var(--toggle-icon-size);
  color: var(--gray-300);
  transition: color 0.3s ease-in-out;
}
.form-row .input-row .util-toggle-password:hover .svg-icon, .form-row .input-row .util-toggle-password:focus .svg-icon, .form-row .input-row .util-toggle-password:focus-visible .svg-icon {
  color: var(--accent);
}
.form-row .input-row .util-toggle-password:focus {
  box-shadow: 0px 0px 0px 3px rgba(var(--accent-rgb), 0.2);
  outline: none;
}

.row-captcha {
  max-width: 500px;
}
.row-captcha .input-row {
  align-items: center;
}

.captcha {
  border-radius: 5px;
  overflow: hidden;
  width: 130px;
  height: 52px;
  min-width: 130px;
}
.captcha img {
  -o-object-fit: cover;
     object-fit: cover;
}

.captcha-input {
  position: relative;
  width: 100%;
}

.btn-captcha-refresh {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) translateX(-50%);
  color: var(--gray-200);
}
.btn-captcha-refresh:hover {
  color: var(--accent);
}
.btn-captcha-refresh:hover .svg-icon {
  transform: rotate(360deg);
  transition: transform 0.3s ease-in-out;
}
.btn-captcha-refresh .svg-icon {
  width: 16px;
}

.dialog-overlay {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(94, 101, 124, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.dialog-overlay.is-active {
  pointer-events: inherit;
  opacity: 1;
}

.dialog-content {
  position: fixed;
  z-index: 999999;
  top: var(--spacing-side);
  right: -100%;
  height: calc(100% - var(--spacing-side) * 2);
  max-width: calc(100% - var(--spacing-side) * 2);
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 0px 20px rgba(162, 176, 223, 0.3);
  transition: right 0.5s cubic-bezier(0.3, 0.2, 0.2, 1.05);
  color: var(--gray-700);
}
.dialog-content[data-dialog=setting] {
  width: 500px;
}
.dialog-content[data-dialog=find-password] {
  width: 930px;
}
.dialog-content[data-dialog=online-security] {
  width: 760px;
}
.dialog-content.is-active {
  right: var(--spacing-side);
}
.dialog-content .dialog-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--white);
  overflow-y: auto;
}
.dialog-content .dialog-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: sticky;
  z-index: 10;
  top: 16px;
  left: calc(100% - 44px);
  width: 30px;
  height: 30px;
  color: var(--gray-300);
  background-color: var(--gray-100);
  border-radius: 100px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.dialog-content .dialog-close .svg-icon {
  width: 18px;
}
.dialog-content .dialog-close:hover {
  color: var(--white);
  background-color: var(--accent);
}
.dialog-content .dialog-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.dialog-content .dialog-label .svg-icon {
  width: 18px;
  height: 18px;
}
.dialog-content .dialog-header,
.dialog-content .dialog-footer {
  padding: calc(var(--spacing-side) * 1.5);
}
.dialog-content .dialog-body {
  padding: calc(var(--spacing-side) * 1.2);
}
.dialog-content .dialog-body:not(.has-iframe) {
  padding: calc(var(--spacing-side) * 1.5);
}
.dialog-content .dialog-body {
  color: var(--gray-500);
}
.dialog-content .dialog-body .dialog-section-title {
  margin-bottom: 16px;
  color: var(--text);
}
.dialog-content .dialog-body article {
  padding: 10px 0 20px;
}
.dialog-content .dialog-footer {
  position: sticky;
  top: 100%;
  background: var(--white);
  background: linear-gradient(0deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
.dialog-content .dialog-footer[data-position=bottom] {
  top: inherit;
  bottom: 0px;
}
.dialog-content .dialog-title {
  font: normal 24px var(--font-heading);
  color: var(--primary-light);
}
.dialog-content .footer-save {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dialog-content .hotline-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--gray-70);
  border-radius: 10px;
  padding: 20px;
}
.dialog-content .hotline-info .hotline-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dialog-content .hotline-info .hotline-text p {
  font-size: 14px;
}
.dialog-content .hotline-info .hotline-tel {
  font: 25px var(--font-heading);
  min-width: -moz-max-content;
  min-width: max-content;
}
.dialog-content .hotline-info .hotline-tel a {
  color: var(--accent);
}

#iframe-online-security {
  margin-top: 16px;
  width: 100%;
  height: calc(100vh - 180px);
}

.feature-select-landing {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.feature-select-landing .radio-item + .radio-item {
  border-top: 1px solid var(--gray-100);
}

.radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.custom-select {
  position: relative;
  cursor: pointer;
}
.custom-select.is-active .select-options {
  pointer-events: inherit;
  height: 200px;
  opacity: 1;
}
.custom-select.is-active .select-trigger .svg-icon {
  transform: rotate(180deg);
}
.custom-select .select-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
  color: var(--primary-light);
}
.custom-select .select-trigger .select-label {
  font-size: 14px;
}
.custom-select .select-trigger .svg-icon {
  width: 18px;
  transition: transform 0.3s ease-in-out;
}
.custom-select .select-options {
  position: absolute;
  z-index: 80;
  top: calc(100% + 10px);
  width: 180px;
  height: 0px;
  min-width: 160px;
  max-height: 200px;
  padding: 12px;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  box-shadow: 0px 0px 10px var(--gray-100);
  background: var(--neutral);
  overflow-y: scroll;
  opacity: 0;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.custom-select .select-options[data-position=right] {
  right: 0;
}
.custom-select .select-options[data-position=left] {
  left: 0;
}
.custom-select .select-options .select-option {
  padding: 5px 0;
  font-size: 14px;
}
.custom-select .select-options .select-option:hover, .custom-select .select-options .select-option.selected {
  color: var(--accent);
}

.custom-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 10px;
  cursor: pointer;
}
.custom-check.checked .check-checkbox {
  background: var(--white);
  border: 1px solid var(--accent);
}
.custom-check.checked .check-checkbox:after {
  width: 13px;
  height: 13px;
}
.custom-check .check-label {
  font-size: 14px;
}

input[type=checkbox]:checked + .check-checkbox {
  background: var(--white);
  border: 1px solid var(--accent);
}
input[type=checkbox]:checked + .check-checkbox:after {
  width: 13px;
  height: 13px;
}

.check-checkbox {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gray-100);
  background: var(--gray-50);
  border-radius: 3px;
}
.check-checkbox:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: var(--accent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.3, 0.2, 0.2, 1.05), height 0.3s cubic-bezier(0.3, 0.2, 0.2, 1.05);
}

.custom-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}
.custom-radio.checked .radio-checkbox {
  background: var(--white);
  border: 1px solid var(--accent);
}
.custom-radio.checked .radio-checkbox:after {
  width: 13px;
  height: 13px;
}
.custom-radio .radio-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-100);
  background: var(--gray-50);
  border-radius: 100px;
}
.custom-radio .radio-checkbox:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background: var(--accent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 100px;
  transition: width 0.3s cubic-bezier(0.3, 0.2, 0.2, 1.05), height 0.3s cubic-bezier(0.3, 0.2, 0.2, 1.05);
}

.notice-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--notice-border);
  border-radius: 10px;
  background-color: rgba(var(--notice-background), 0.06);
  line-height: 1.4;
  font-size: 13px;
}
.notice-item + .notice-item {
  margin-top: 8px;
}
.notice-item .svg-icon {
  width: 16px;
  min-width: 16px;
  margin-top: 3px;
}
.notice-item .svg-icon,
.notice-item span,
.notice-item strong {
  color: var(--notice-border);
}
.notice-item.notice-alert {
  font-weight: 600;
  --notice-border: var(--accent);
  --notice-background: var(--accent-rgb);
}
.notice-item.notice-warning {
  --notice-border: var(--warning);
  --notice-background: var(--warning-rgb);
}

:root {
  --background: #ffffff;
  --primary: #293556;
  --primary-dark: #000f3d;
  --primary-light: #00228a;
  --text: #101223;
  --text-highlight: #0033d1;
  --text-light: #4b4862;
  --border: #d2d4da;
  --accent: #0569ff;
  --accent-rgb: 5, 105, 255;
  --warning: #df1919;
  --warning-rgb: 223, 25, 25;
  --gray-700: #404252;
  --gray-600: #454545;
  --gray-500: #777986;
  --gray-300: #929499;
  --gray-200: #b3b5bd;
  --gray-100: #e7e7e7;
  --gray-70: #f7f7f7;
  --gray-50: #f1f1f1;
  --white: #ffffff;
  --neutral: #f3f4f8;
  --font-montserrat: "Montserrat";
  --font-notoSans: "Noto Sans";
  --font-notoSansSC: "Noto Sans SC";
  --font-notoSansTC: "Noto Sans TC";
  --font-fallback: "Microsoft JhengHei", "微軟正黑體", "Helvetica", sans-serif;
  --font-heading: var(--font-montserrat), var(--font-fallback);
  --font-body: var(--font-notoSans), var(--font-fallback);
  --spacing-side: 16px;
  --spacing-slide-content-side: 20px;
  --width-content: 58%;
  --height-footer: 90px;
}
:root :lang(zh),
:root :lang(zh-HK),
:root :lang(zh-Hant) {
  --font-heading: var(--font-montserrat), var(--font-notoSansTC), var(--font-fallback);
  --font-default: var(--font-notoSansTC), var(--font-fallback);
}
:root :lang(cn),
:root :lang(gb),
:root :lang(zh-Hans) {
  --font-heading: var(--font-montserrat), var(--font-notoSansSC), var(--font-fallback);
  --font-default: var(--font-notoSansSC), var(--font-fallback);
}

html,
body {
  font: 16px var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

p {
  line-height: 1.4;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(139, 154, 209, 0.05) 70%);
  overflow: hidden;
}

#boom-login {
  position: relative;
  width: 1054px;
  height: 768px;
  max-width: 1054px;
  max-height: 768px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  color: var(--text);
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0px 0px 30px var(--gray-100);
}
#boom-login main {
  padding: var(--spacing-side);
  padding-bottom: 0;
}
#boom-login[data-ua=safari] {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
#boom-login .sandbox {
  color: #0000ff;
  font-family: "Montserrat";
}
@media only screen and (min-width: 768px) {
  #boom-login .sandbox {
    display: none;
  }
}

label {
  font-size: 14px;
  color: var(--primary-dark);
}

input[type=checkbox] {
  border: 1px solid var(--border);
  border-radius: 5px;
  background-color: var(--gray-200);
  margin: 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  --input-side-spacing: 16px;
  width: calc(100% - var(--input-side-spacing) * 2);
  height: 38px;
  font-size: 16px;
  color: var(--primary-light);
  border: 1px solid var(--border);
  border-radius: 5px;
  background-color: transparent;
  padding: 0 var(--input-side-spacing);
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--gray-200);
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: var(--gray-200);
}
input[type=text]:focus-visible, input[type=text]:focus,
input[type=password]:focus-visible,
input[type=password]:focus,
input[type=email]:focus-visible,
input[type=email]:focus,
textarea:focus-visible,
textarea:focus {
  border: 1px solid var(--text-highlight);
  box-shadow: 0px 0px 0px 3px rgba(var(--accent-rgb), 0.2);
  outline: none;
}
input[type=text]:not(:-moz-placeholder), input[type=password]:not(:-moz-placeholder), input[type=email]:not(:-moz-placeholder), textarea:not(:-moz-placeholder) {
  border: 1px solid var(--text-highlight);
}
input[type=text]:not(:placeholder-shown),
input[type=password]:not(:placeholder-shown),
input[type=email]:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border: 1px solid var(--text-highlight);
}
input[type=text][aria-invalid=true],
input[type=password][aria-invalid=true],
input[type=email][aria-invalid=true],
textarea[aria-invalid=true] {
  border: 1px solid var(--warning);
  box-shadow: 0px 0px 0px 3px rgba(var(--warning-rgb), 0.2);
  outline: none;
}

textarea {
  padding: var(--input-side-spacing);
  font-family: var(--font-body);
  font-size: 14px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
}

[role=button] {
  cursor: pointer;
}

.find-password-message {
  font-size: 14px;
  color: var(--warning);
}

.find-password-message .complete, .find-password-message .errorMsg {
  display: none;
}