@font-face {
  font-family: "Citi-Sans-Text";
  src: url("./fonts/Citi-Sans-Text-Regular.woff") format("woff"), url("./fonts/Citi-Sans-Text-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Citi-Sans-Text";
  src: url("./fonts/Citi-Sans-Text-Bold.woff") format("woff"), url("./fonts/Citi-Sans-Text-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Citi-Sans-TC-Text";
  src: url("./fonts/Citi-Sans-TC-Text-Regular.woff") format("woff"), url("./fonts/Citi-Sans-TC-Text-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Citi-Sans-TC-Text";
  src: url("./fonts/Citi-Sans-TC-Text-Bold.woff") format("woff"), url("./fonts/Citi-Sans-TC-Text-Bold.ttf") format("truetype");
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
  --space: 48px;
  --large_space: 120px;
  --h2: 36px;
}
@media screen and (max-width: 991px) {
  html {
    --large_space: 64px;
    --space: 32px;
    --h2: 24px;
  }
}

html,
body {
  margin: 0;
}

.text-center {
  text-align: center;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .mb-show {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mb-hide {
    display: none;
  }
}

#main {
  overflow: hidden;
  min-width: 480px;
  padding-bottom: 92px;
  overflow: hidden;
}
#main .layout {
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  #main {
    font-size: 19px;
    padding-bottom: 74px;
  }
}
#main a {
  text-decoration: none;
}
#main * {
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
}
#main .kv {
  background-image: url(../img/banner_web_tc.jpg);
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 35.1%;
}
@media screen and (max-width: 768px) {
  #main .kv {
    padding-top: 89.5%;
    background-image: url(../img/banner_phone_tc.jpg);
  }
}
#main .ctn {
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}
#main .text-ctn {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
#main .inner-ctn {
  max-width: 900px;
  margin: auto;
}
#main .title-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main h2 {
  font-size: var(--h2);
  color: #3053dd;
  margin-top: 0;
  margin-bottom: var(--space);
  text-align: center;
}
#main h3 {
  font-size: 28px;
  margin: 0;
  text-align: center;
}
#main .remarks {
  font-size: 18px;
  color: #444444;
  line-height: 30px;
  margin: 55px 0;
}
#main section.intro {
  padding-block: var(--large_space);
}
#main section.intro .icons-ctn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #main section.intro .icons-ctn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#main section.intro .icons-ctn > * {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #main section.intro .icons-ctn > * {
    width: 100%;
    max-width: 100%;
  }
}
#main section.intro .icons-ctn > *:not(:first-child) {
  padding-left: 24px;
  border-left: 2px solid #e8e9e9;
}
@media screen and (max-width: 991px) {
  #main section.intro .icons-ctn > *:not(:first-child) {
    padding-left: 0;
    border-left: unset;
    border-top: 2px solid #e8e9e9;
  }
}
#main section.intro .icons-ctn > *:not(:last-child) {
  padding-right: 24px;
  padding-right: 0;
}
#main section.intro .icons-ctn > * img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  #main section.intro .icons-ctn > * img {
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
  }
}
#main section.intro .icons-ctn > * .text {
  max-width: 335px;
}
#main .blue-title {
  background-color: #3053dd;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 50px;
  font-size: var(--h2);
  line-height: 40px;
}
#main .shadow-box {
  position: relative;
  border: 3px solid #9a9a9a;
  border-radius: 10px;
}
#main[language=en] .kv {
  background-image: url(../img/banner_web_en.jpg);
}
@media screen and (max-width: 768px) {
  #main[language=en] .kv {
    background-image: url(../img/banner_phone_en.jpg);
  }
}

.list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space);
}
.list-title h2 {
  margin-bottom: 0 !important;
}

.tab_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space);
  text-align: center;
  font-weight: bold;
}
.tab_wrap > .tab {
  cursor: pointer;
  width: calc(33.3333333333% - 32px);
  max-width: calc(33.3333333333% - 32px);
  background-color: #e8e9e9;
  border-radius: 10px;
  color: #3053dd;
  min-height: 72px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .tab_wrap > .tab {
    width: calc(33.3333333333% - 5px);
    max-width: calc(33.3333333333% - 5px);
    min-height: 53px;
    padding: 4.5px 6px;
  }
}
.tab_wrap > .tab.active {
  background-color: #3053dd;
  color: #fff;
}

.benefit .ctn {
  max-width: 1488px !important;
}

.tab-content .tab-content-ctn {
  max-width: 930px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn {
    flex-direction: column-reverse;
  }
}
.tab-content .tab-content-ctn .left {
  min-width: 332px;
  max-width: 332px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content .tab-content-ctn .left .text {
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.tab-content .tab-content-ctn .phone-ctn {
  min-width: 237px;
  width: 237px;
  min-height: 479px;
  height: 479px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-content .tab-content-ctn .inner-step-ctn {
  margin-left: auto;
  padding-left: 30px;
  min-width: 500px;
  width: 100%;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn .inner-step-ctn {
    padding-left: 0;
    margin-right: auto;
    min-width: 400px;
  }
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step {
  display: flex;
  font-weight: bold;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn .inner-step-ctn .tab-step {
    display: none;
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column;
    text-align: center;
  }
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step .tab-step-num-ctn {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn .inner-step-ctn .tab-step .tab-step-num-ctn {
    margin-bottom: 8px;
  }
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step .tab-step-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 48px;
  border: 1px solid #3053dd;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #3053dd;
  margin-right: 22px;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn .inner-step-ctn .tab-step .tab-step-num {
    margin-right: 0;
    width: 30px;
    min-height: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step .tab-step-content {
  min-height: 48px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .tab-content .tab-content-ctn .inner-step-ctn .tab-step.active {
    display: flex;
  }
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step.active .tab-step-num:not(.visibleMobile) {
  color: #fff;
  background-color: #3053dd;
}
.tab-content .tab-content-ctn .inner-step-ctn .tab-step.active .tab-step-content {
  color: #3053dd;
}

.slick_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .slick_wrap {
    margin: 0 10px;
  }
}
.slick_wrap .slick {
  cursor: pointer;
  margin: 0 24px;
  background-color: #e8e9e9;
  border-radius: 10px;
  color: #3053dd;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  transition: background-color 0.3s;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .slick_wrap .slick {
    margin: 0 4px;
    min-height: 53px;
    padding: 4.5px 6px;
  }
}
.slick_wrap .slick.active {
  background-color: #3053dd;
  color: #fff;
}

.tab-content {
  margin-block: var(--space);
}

section.download {
  margin-block: var(--space);
}
section.download p {
  margin: 0 0 18px 0;
}
section.download .applink img {
  height: 70px;
  margin: 0 24px;
}
@media screen and (max-width: 991px) {
  section.download .applink img {
    height: 49px;
    margin: 0 8px;
  }
}

section.manage {
  padding-block: var(--space);
  background-color: #f9f9f9;
}
section.manage .get-start-btn-ctn {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 991px) {
  section.manage .get-start-btn-ctn {
    flex-direction: column;
    gap: 8px;
  }
}
section.manage .get-start-btn-ctn > * {
  width: calc(50% - 24px);
  max-width: calc(50% - 24px);
  background-color: #e8e9e9;
  border-radius: 10px;
  color: #3053dd;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}
@media screen and (max-width: 991px) {
  section.manage .get-start-btn-ctn > * {
    width: 100%;
    max-width: 100%;
  }
}
section.manage .get-start-btn-ctn > * .gold {
  color: #b6995f;
}

section.benefit {
  padding-block: var(--space);
}
section.benefit .blue-box {
  margin-bottom: 40px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e6f5f9;
  border-radius: 25px;
  text-align: center;
}
section.benefit .blue-box .icon {
  width: 50px;
}
@media screen and (max-width: 991px) {
  section.benefit .blue-box {
    flex-direction: row;
    padding: 16px 25px;
    border-radius: 16px;
  }
  section.benefit .blue-box .content {
    margin-left: 18px;
  }
}
section.benefit .blue-box .topic {
  margin-top: 22px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #3053dd;
}
@media screen and (max-width: 991px) {
  section.benefit .blue-box .topic {
    margin-top: 0px;
  }
}
section.benefit .blue-box .text {
  font-size: 18px;
}

section.note {
  padding-block: var(--space);
  background-color: #f9f9f9;
}
section.note .note-item {
  max-width: 940px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.note .note-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
section.note .note-item .icon {
  margin-right: 64px;
  width: 40px;
  min-width: 40px;
}
@media screen and (max-width: 991px) {
  section.note .note-item .icon {
    margin-right: 0px;
    margin-bottom: 32px;
  }
}
section.note .note-item .text {
  color: #3053dd;
  width: 100%;
  line-height: 1;
}

.slick-prev,
.slick-next {
  position: relative;
}

.slick-prev {
  left: -10px !important;
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: -20px !important;
  }
}

.slick-next {
  right: -10px !important;
}
@media screen and (max-width: 991px) {
  .slick-next {
    right: -20px !important;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1 !important;
  color: #3053dd !important;
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  background-image: url(../img/chevron-left.png);
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next:before {
  background-image: url(../img/chevron-right.png);
}

.slick-dot-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .slick-dot-ctn {
    display: none;
  }
}
.slick-dot-ctn > * {
  margin: 0 13px;
  background-color: #d9d9d9;
  border-radius: 20px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.slick-dot-ctn > *.active {
  background-color: #000;
}

.start-now {
  background-color: #3053dd;
  padding-block: 17px;
  font-size: 24px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .start-now {
    font-size: 16px;
  }
}
.start-now * {
  color: #fff;
}
.start-now .flex-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-now .flex-item .button {
  background-color: #ff6124;
  margin-left: 20px;
  cursor: pointer;
  padding: 0 40px;
  max-width: 31%;
  text-align: center;
  border-radius: 11px;
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 991px) {
  .start-now .flex-item .button {
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    margin-left: 5px;
    padding: 0px 40px;
  }
}

.faqSection select {
  background-image: url(../img/sample.png) !important;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cbolui-ddl-pre {
  font-size: 16px;
}/*# sourceMappingURL=styles.css.map */