@charset "UTF-8";
/* 10px */
/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 24px */
.product-info-section .diagonal-cell .bottom-left, .product-info-section .diagonal-cell .top-right {
  position: absolute;
}

.product-info-section-wrap, .consultation-section-wrap, .fee-section-wrap, .feature-section-wrap, .why-section-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.product-info-section .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}

.product-info-section .title, .product-info-section .title img {
  transition: all 0.3s ease;
}

.product-info-section-content table th,
.product-info-section-content table td {
  padding: 4px;
  border: 1px solid #cee5fd;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
}

.product-info-section-content table th, .product-info-section-content table .g-cell {
  background-color: #f4f4f4;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-ExtraBold-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("../../../font/NotoSerifTC-Black-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-SemiBold-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../../../font/NotoSansTC-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium";
  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;
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 28px */
.aside-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    gap: 24px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
    gap: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .aside-top2 {
  display: none;
}
.aside-area .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
.aside-area .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot {
  width: 68px;
  height: 68px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 56px;
    height: 56px;
  }
}
.aside-area .link-icon.go-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0px auto 0px;
  transform: translateY(360%);
  transition: transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top.show {
  transform: translateY(0%);
}
.aside-area .link-icon.go-top a {
  background-color: #9CCCFC;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .button {
  width: 68px;
  height: 118px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
  text-align: center;
  border-radius: 8px;
  background: #005BAC;
  box-shadow: 0px 4px 0px 0px #0085c1;
  transition: background 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button {
    width: 158px;
    height: 48px;
  }
}
.aside-area .button .icon {
  width: 20px;
  height: 20px;
}
.aside-area .button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 12px;
  gap: 6px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: inherit;
}
.aside-area .button a:hover {
  color: inherit;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .button a {
    flex-direction: row;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button a {
    flex-direction: row;
  }
}
.aside-area .button.reserve {
  background: #EA6F17;
  box-shadow: 0px 4px 0px 0px #A74500;
}
.aside-area .button.reserve:hover {
  background: #C4570A;
}
.aside-area .button.reserve .icon {
  background-image: url("../assets/icon/shield.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.calculation, .aside-area .button.know {
  background: #0664C4;
  box-shadow: 0px 4px 0px 0px #054C94;
}
.aside-area .button.calculation:hover, .aside-area .button.know:hover {
  background: #0452a0;
}
.aside-area .button.calculation .icon, .aside-area .button.know .icon {
  background-image: url("../assets/icon/calculator.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.aside-area .button.reserve, .aside-area .button.reserve span, .aside-area .button.reserve div, .aside-area .button.calculation, .aside-area .button.calculation span, .aside-area .button.calculation div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.reserve span br, .aside-area .button.calculation span br {
    display: none;
  }
}
.aside-area .button.know, .aside-area .button.know span, .aside-area .button.know div {
  font-family: "Noto Serif TC", "Microsoft JhengHei", Arial, sans-serif !important;
  font-weight: 800;
}
.aside-area .button.know .icon {
  background-image: url("../assets/index/flower_pink.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know a {
    flex-direction: column;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .button.know {
    width: 62px;
    height: 108px;
  }
}

.aside-area {
  position: fixed;
  bottom: 94px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    align-items: flex-end;
    flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    align-items: flex-end;
    flex-direction: column-reverse;
    bottom: 20px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area {
    right: 16px;
  }
}
@media all and (max-width: 480px) {
  .aside-area {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top2 {
    display: block;
  }
}

body.dialog-open,
body.idx-body.dialog-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

body.idx-body .aside-area .aside-top {
  overflow: hidden;
  display: none;
  opacity: 0;
}

body.idx-body .aside-area {
  flex-direction: column;
}

@media all and (max-width: 991.98px) {
  body .customer-ai-chatbot .qa-tips-text {
    display: none;
    opacity: 0;
  }
  body .customer-ai-chatbot .qa-tips-text.active {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
  .customer-ai-chatbot .link-chatbot,
.customer-ai-chatbot .icon-ai-chatbot {
    width: 56px !important;
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .customer-ai-chatbot .tips-text {
    left: -150px !important;
  }
}
.quick-buttons {
  position: fixed;
  top: 35%;
  right: 15px;
  z-index: 10;
}
.quick-buttons .free-consultation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff6e3e;
  border-radius: 12px;
  padding: 12px;
}
.quick-buttons .free-consultation:hover {
  cursor: pointer;
}
.quick-buttons .free-consultation .star-img {
  margin-bottom: 4px;
}
.quick-buttons .free-consultation .mobile-img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .quick-buttons .free-consultation:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767.98px) {
  .quick-buttons .free-consultation .star-img {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .quick-buttons .free-consultation .pc-img {
    display: none;
  }
  .quick-buttons .free-consultation .mobile-img {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .quick-buttons {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .quick-buttons .free-consultation {
    flex-direction: row;
    justify-content: center;
    border-radius: 0;
  }
}

.bd-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  z-index: 200;
  transition: transform 0.2s;
  box-shadow: 0px -8px 10px 5px #ddd;
  color: #000000;
}
@media all and (max-width: 991.98px) {
  .bd-header {
    height: 56px;
  }
}
.bd-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.bd-header .header-content a,
.bd-header .header-content .a-link {
  display: inline-block;
}
.bd-header .head-left {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px 32px 16px 32px;
  box-sizing: border-box;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-left {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
@media all and (max-width: 991.98px) {
  .bd-header .head-left {
    padding: 14px 16px;
    display: block;
  }
}
.bd-header .head-left .brand-logo {
  width: 204px;
  height: 46px;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-left .brand-logo {
    width: 142px;
    height: 32px;
  }
}
.bd-header .head-left .brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.bd-header .head-right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: auto;
  }
}
.bd-header .head-right .nav-menu {
  width: calc(100% - 48px);
  height: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: inherit;
  line-height: 27px;
  text-align: right;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-right .nav-menu {
    font-size: 18px;
    width: 100%;
  }
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right .nav-menu {
    display: none;
  }
}
.bd-header .head-right .nav-menu .a-link {
  height: 100%;
  padding-left: 24px;
  padding-right: 30px;
  line-height: 80px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  margin-right: -6px;
  position: relative;
}
.bd-header .head-right .nav-menu .a-link:link, .bd-header .head-right .nav-menu .a-link:hover, .bd-header .head-right .nav-menu .a-link:visited {
  color: #000000;
}
.bd-header .head-right .nav-menu .a-link:hover, .bd-header .head-right .nav-menu .a-link:focus {
  color: #005BAC;
}
@media screen and (min-width: 991.98px) and (max-width: 1180px) {
  .bd-header .head-right .nav-menu .a-link {
    padding-left: 18px;
    padding-right: 24px;
  }
}
.bd-header .head-right .nav-menu .item {
  width: auto;
  height: 100%;
  display: inline-block;
}
.bd-header .head-right .nav-menu .item:not(:last-child)::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 30%;
  vertical-align: middle;
  border-right: 2px #000000 solid;
  margin: 0px 0px;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right .nav-menu .item:not(:last-child)::after {
    display: none;
  }
}
.bd-header .head-right .nav-menu .item.nav-consultation {
  color: #eb6100;
}
.bd-header .head-right .nav-menu .item.nav-consultation .a-link {
  color: #eb6100;
}
.bd-header .head-right .nav-menu .item.nav .a-link:hover, .bd-header .head-right .nav-menu .item.nav .a-link:focus {
  text-decoration: none;
}
.bd-header .head-right .nav-hamburger {
  width: 56px;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media all and (min-width: 991.98px) {
  .bd-header .head-right .nav-hamburger {
    display: none;
  }
}
.bd-header .head-right .nav-hamburger img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  transition: opacity 300ms;
}
.bd-header .head-right .btn.btn-hamburger {
  border-width: 0px;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 991.98px) {
  .bd-header .head-right .btn {
    width: 100%;
    margin-bottom: 8px;
  }
}
.bd-header .head-right .icon-hide,
.bd-header .head-right img.icon-hide {
  opacity: 0;
  z-index: -1;
}

body.win-fixed {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media all and (max-width: 991.98px) {
  body.win-fixed .bd-header {
    z-index: 522;
  }
  body.win-fixed .bd-header .header-content {
    background-color: #fff;
    height: 100vh;
  }
  body.win-fixed .bd-header .header-content .head-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100vw;
    height: 100dvh;
    padding: 24px 24px 0px;
    background-color: #fff;
    position: absolute;
    top: 56px;
    z-index: 150;
    font-size: 18px;
    margin-top: -2px;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item:not(:first-child) {
    margin-top: 24px;
  }
  body.win-fixed .bd-header .header-content .head-right .nav-menu .item .a-link {
    display: block;
    line-height: 36px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 991.98px) and (max-width: 991.98px) {
  body.win-fixed .bd-header .header-content .head-right .nav-hamburger {
    display: block;
  }
}
.bd-footer {
  position: relative;
  background-color: #076ed7;
}
.bd-footer .footer-content {
  padding: 16px 16px;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: inherit;
  max-width: 824px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
@media all and (max-width: 991.98px) {
  .bd-footer .footer-content {
    max-width: none;
  }
}
@media all and (max-width: 767.98px) {
  .bd-footer .footer-content {
    padding-bottom: 70px;
  }
}
.bd-footer .footer-content a {
  color: white;
}
.bd-footer .footer-content a:link, .bd-footer .footer-content a:visited {
  text-decoration: underline;
}
.bd-footer .footer-content a:hover {
  text-decoration: none;
}
.bd-footer .footer-content .copyright-head {
  font-size: 1rem;
  margin-bottom: 4px;
}
.bd-footer .footer-content .our-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media all and (max-width: 991.98px) {
  .bd-footer .footer-content .our-info {
    flex-direction: column;
    gap: 4px;
  }
}
body.idx-body .bd-footer {
  z-index: 16;
}
.kv-section {
  position: relative;
  padding-top: 180px;
  padding-bottom: 30px;
  background-image: url("../images/banner/kv@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.kv-section .slogan-img {
  position: relative;
  top: -78px;
  left: -75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv-section .motorcycle-img {
  position: absolute;
  bottom: -133px;
  right: 25%;
}
.kv-section .motorcycle-img img {
  width: 220px;
}
@media screen and (min-width: 2201px) and (max-width: 2560px) {
  .kv-section .motorcycle-img {
    bottom: -216px;
    right: 32%;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2200px) {
  .kv-section .motorcycle-img {
    right: 30%;
    bottom: -180px;
  }
}
@media screen and (max-width: 1440px) {
  .kv-section .motorcycle-img {
    bottom: -136px;
    right: 20%;
  }
  .kv-section .motorcycle-img img {
    width: 220px;
  }
}
@media screen and (max-width: 1280px) {
  .kv-section .slogan-img {
    top: -113px;
    left: -88px;
  }
  .kv-section .motorcycle-img {
    bottom: -126px;
    right: 17%;
  }
  .kv-section .motorcycle-img img {
    width: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .kv-section {
    background-image: url("../images/banner/kv_mb@2x.png");
    padding-top: 260px;
  }
  .kv-section .slogan-img {
    top: -210px;
    left: 0;
  }
  .kv-section .slogan-img .product-feature img {
    width: 400px;
  }
  .kv-section .motorcycle-img {
    bottom: -144px;
    right: 40%;
  }
  .kv-section .motorcycle-img img {
    width: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  .kv-section .motorcycle-img {
    right: 36%;
  }
}
@media screen and (max-width: 575.98px) {
  .kv-section .slogan-img .product-name img {
    width: 90%;
  }
  .kv-section .motorcycle-img {
    right: 34%;
  }
  .kv-section .motorcycle-img img {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .kv-section .slogan-img .product-feature img {
    width: 310px;
  }
  .kv-section .motorcycle-img {
    right: 30%;
  }
}
@media screen and (max-width: 375px) {
  .kv-section .slogan-img .product-feature img {
    width: 290px;
  }
  .kv-section .motorcycle-img {
    right: 27%;
  }
  .kv-section .motorcycle-img img {
    width: 150px;
  }
}

.why-section {
  padding: 80px 80px;
  background-color: #fcdfd2;
  margin-top: -300px;
}
.why-section .spec-title {
  margin-bottom: 60px;
}
.why-section .spec-title .title-img {
  margin: 0 auto;
}
.why-section-wrap {
  color: #323232;
}
.why-section-content {
  display: flex;
  justify-content: center;
}
.why-section-content .card-area {
  display: flex;
  flex-direction: column;
  width: 375px;
}
.why-section-content .card-area:not(:last-child) {
  margin-right: 32px;
}
.why-section-content .card-area:not(:last-child) .theme-content {
  display: flex;
}
.why-section-content .card-area:last-child .theme-content {
  display: flex;
  flex-direction: column;
}
.why-section-content .card-area .card {
  margin-bottom: 12px;
}
.why-section-content .card-area .card .title-img {
  text-align: center;
  padding: 16px 0;
}
.why-section-content .card-area .card .title-img img {
  vertical-align: bottom;
}
.why-section-content .card-area .card .theme {
  background-color: #ffffff;
  height: 390px;
}
.why-section-content .card-area .card .theme-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #1d3663;
  text-align: center;
  -webkit-text-decoration: underline dotted #1d3663;
          text-decoration: underline dotted #1d3663;
  text-underline-offset: 10px;
  padding-top: 20px;
}
.why-section-content .card-area .card .theme-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding-top: 20px;
}
.why-section-content .card-area .card .theme-content .rank-area {
  padding-left: 28px;
}
.why-section-content .card-area .card .theme-content .key-words {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #eb6100;
}
.why-section-content .card-area .card .data-content {
  padding: 24px 16px;
  height: 180px;
}
.why-section-content .card-area .card .data-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.why-section-content .card-area .card .data-content .focus {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why-section-content .card-area .card.orange {
  border: 1px solid #fab003;
  border-radius: 12px;
}
.why-section-content .card-area .card.orange .title-img {
  background-color: #fab003;
  border-radius: 12px 12px 0 0;
}
.why-section-content .card-area .card.orange .theme-img {
  position: relative;
  top: 16px;
  right: -30px;
}
.why-section-content .card-area .card.orange .data-content {
  background-color: #fffaef;
  border-top: 1px dotted #fab003;
  border-radius: 0 0 12px 12px;
}
.why-section-content .card-area .card.orange .data-content .title {
  color: #eb6100;
}
.why-section-content .card-area .card.orange .data-content .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), rgba(250, 176, 3, 0.2) calc(100% - 10px), rgba(250, 176, 3, 0.2));
}
.why-section-content .card-area .card.green {
  border: 1px solid #76c85d;
  border-radius: 12px;
}
.why-section-content .card-area .card.green .title-img {
  background-color: #76c85d;
  border-radius: 12px 12px 0 0;
}
.why-section-content .card-area .card.green .theme-img {
  position: relative;
  top: 38px;
  right: 39px;
}
.why-section-content .card-area .card.green .data-content {
  background-color: #fafff8;
  border-top: 1px dotted #76c85d;
  border-radius: 0 0 12px 12px;
}
.why-section-content .card-area .card.green .data-content .title {
  color: #429728;
}
.why-section-content .card-area .card.green .data-content .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), rgba(118, 200, 93, 0.3) calc(100% - 10px), rgba(118, 200, 93, 0.3));
}
.why-section-content .card-area .card.pink {
  border: 1px solid #f876b2;
  border-radius: 12px;
}
.why-section-content .card-area .card.pink .title-img {
  background-color: #f876b2;
  border-radius: 12px 12px 0 0;
}
.why-section-content .card-area .card.pink .data-content {
  background-color: #fff7fb;
  border-top: 1px dotted #f876b2;
  border-radius: 0 0 12px 12px;
}
.why-section-content .card-area .card.pink .data-content .title {
  color: #ef5ba0;
}
.why-section-content .card-area .card.pink .data-content .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), rgba(248, 118, 178, 0.2) calc(100% - 10px), rgba(248, 118, 178, 0.2));
}
@media screen and (max-width: 1440px) {
  .why-section {
    padding: 80px 40px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 1280px) {
  .why-section-content .card-area:not(:last-child) {
    margin-right: 12px;
  }
  .why-section-content .card-area .card.orange .theme-img {
    right: 4px;
    max-width: 200px;
  }
  .why-section-content .card-area .card.green .theme-img {
    top: 36px;
    right: 85px;
    width: 95%;
  }
  .why-section-content .card-area .card .theme-content .rank-area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .why-section {
    padding: 80px 48px 60px 48px;
    margin-top: -70px;
  }
  .why-section-content {
    flex-direction: column;
    align-items: center;
  }
  .why-section-content .card-area {
    width: auto;
    max-width: 672px;
  }
  .why-section-content .card-area:not(:last-child) {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .why-section-content .card-area .card.orange .theme-img {
    right: 0;
    max-width: auto;
  }
  .why-section-content .card-area .card.green .theme-img {
    top: 0;
    right: 0;
    width: auto;
  }
  .why-section-content .card-area .card.pink .rank-area {
    position: relative;
    left: -100px;
  }
  .why-section-content .card-area .card .theme {
    height: auto;
  }
  .why-section-content .card-area .card .theme-content {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .why-section-content .card-area .card .data-content {
    height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .why-section {
    padding: 80px 16px 50px 16px;
    margin-top: -7px;
  }
}
@media screen and (max-width: 480px) {
  .why-section-content .card-area .card.green .rank-area {
    position: relative;
    left: 38px;
    z-index: 2;
  }
  .why-section-content .card-area .card.green .theme-img {
    right: 37px;
    width: 280px;
  }
}

.feature-section {
  position: relative;
  z-index: 1;
  background-color: #0d7de9;
  padding: 80px;
}
.feature-section .title-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.feature-section .title-info h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
}
.feature-section .kv2-illustration {
  display: flex;
  justify-content: center;
}
.feature-section .kv2-illustration .mobile-img {
  display: none;
}
.feature-section .kv2-illustration .person {
  position: relative;
  top: 74px;
  left: 6px;
  z-index: -1;
}
.feature-section .kv2-illustration .cloud {
  position: relative;
  top: 52px;
  right: 24px;
  z-index: -1;
}
.feature-section .spec-title {
  margin-bottom: -64px;
}
.feature-section .spec-title .title-img {
  margin: 0 auto;
}
.feature-section-wrap {
  background-color: #ffffff;
  color: #323232;
  padding: 32px 24px;
  position: relative;
  z-index: -1;
}
.feature-section-wrap .triangle-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.feature-section-content {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.feature-section-content .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
.feature-section-content .card .title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-section-content .card .tag {
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background-color: #e6f2ff;
  padding: 8px 14px;
  border-radius: 50%;
  margin-bottom: 12px;
  margin-bottom: 12px;
}
.feature-section-content .card .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #1d3663;
}
.feature-section-content .card .content {
  font-size: 18px;
  line-height: 27px;
}
.feature-section-content .card .content .focus {
  background-image: linear-gradient(transparent 0%, transparent calc(100% - 10px), #fff5c9 calc(100% - 10px), #fff5c9 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: normal;
}
.feature-section-content .card .key-words {
  color: #0d7de9;
  font-size: 20px;
}
.feature-section-content .card:not(:last-child) {
  border-right: 1px dotted #f3e14f;
  padding-right: 24px;
  margin-right: 24px;
}
.feature-section-content .card .divider {
  display: none;
}
@media screen and (max-width: 1440px) {
  .feature-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .feature-section-wrap {
    padding: 32px 12px;
  }
  .feature-section-content .card:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .feature-section .kv2-illustration .pc-img.person {
    width: 280px;
  }
  .feature-section .kv2-illustration .pc-img.cloud {
    width: 650px;
  }
}
@media screen and (max-width: 991.98px) {
  .feature-section {
    padding: 60px 48px;
  }
  .feature-section .kv2-illustration .pc-img.person {
    width: 250px;
    left: 30px;
  }
  .feature-section .kv2-illustration .pc-img.cloud {
    width: 550px;
    right: 24px;
  }
  .feature-section-content {
    flex-wrap: wrap;
  }
  .feature-section-content .card {
    flex: 0 0 calc(50% - 4px);
    max-width: 265px;
  }
  .feature-section-content .card:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .feature-section-content .card:nth-of-type(odd) {
    border-right: 1px dotted #f3e14f;
    padding-right: 32px;
    margin-right: 32px;
  }
  .feature-section-content .divider {
    display: block;
    border-bottom: 1px dotted #f3e14f;
    margin: 20px 0;
    width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .feature-section .title-info {
    margin-bottom: 0;
  }
  .feature-section .title-info h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .feature-section .kv2-illustration {
    margin-top: -78px;
  }
  .feature-section .kv2-illustration .pc-img {
    display: none;
  }
  .feature-section .kv2-illustration .mobile-img {
    display: block;
  }
  .feature-section .kv2-illustration .mobile-img.person {
    width: 260px;
    top: 168px;
    left: 194px;
  }
  .feature-section .kv2-illustration .mobile-img.cloud {
    width: 550px;
    top: 32px;
    left: -130px;
    z-index: -2;
  }
  .feature-section-content .card {
    flex: 0 0 calc(100% - 4px);
    align-items: start;
    max-width: 326px;
  }
  .feature-section-content .card .title-area {
    flex-direction: row;
    align-items: baseline;
    text-align: left;
  }
  .feature-section-content .card .title-area .tag {
    margin-right: 16px;
  }
  .feature-section-content .card:nth-of-type(odd) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .feature-section-content .card:not(:last-child) {
    border-bottom: 1px dotted #f3e14f;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .feature-section-content .divider {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .feature-section {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 375px) {
  .feature-section .spec-title .mobile-img {
    width: 290px;
  }
  .feature-section .kv2-illustration .mobile-img.person {
    width: 250px;
    top: 163px;
    left: 157px;
  }
  .feature-section .kv2-illustration .mobile-img.cloud {
    width: auto;
    left: -130px;
  }
  .feature-section-wrap {
    padding: 32px 16px;
  }
  .feature-section-content .card .title-area .tag {
    margin-right: 8px;
  }
  .feature-section-content .card .content {
    font-size: 16px;
  }
}

.fee-section {
  width: 100%;
  padding: 80px;
  background: url("../images/kv3/kv3_bg.svg") #ffeb8f;
  background-position: center center;
}
.fee-section .title-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.fee-section .title-info h2 {
  color: #1c4aa6;
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
}
.fee-section .title-img {
  margin: 0 auto;
}
.fee-section-wrap {
  color: #525252;
}
.fee-section-content {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 0;
  margin-bottom: 12px;
}
.fee-section-content .example {
  border-radius: 20px;
  background-color: #fff3e3;
  padding: 12px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.fee-section-content .example .tag {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 20px;
  padding: 2px 10px;
  margin: 12px 0;
}
.fee-section-content .example .tag.orange {
  background-color: #fab003;
}
.fee-section-content .example .tag.green {
  background-color: #76c85d;
}
.fee-section-content .example .tag.blue {
  background-color: #1d3663;
}
.fee-section-content .example .role {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #323232;
}
.fee-section-content .example .fee {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #eb6100;
}
.fee-section-content .example .fee .amount {
  font-size: 40px;
}
.fee-section-content .example:not(:nth-child(3n)) {
  margin-right: 32px;
}
@media screen and (max-width: 1440px) {
  .fee-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .fee-section-content .example {
    padding: 12px 4px;
  }
  .fee-section-content .example .tag {
    margin: 12px 10px;
  }
  .fee-section-content .example img {
    width: 85%;
  }
  .fee-section-content .example:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .fee-section {
    padding: 60px 48px;
  }
  .fee-section-content .example {
    max-width: 200px;
  }
  .fee-section-content .example img {
    width: 65%;
  }
  .fee-section-content .example .tag {
    font-size: 16px;
    max-width: 186px;
    margin: 12px auto 4px auto;
  }
  .fee-section-content .example .role {
    font-size: 16px;
  }
  .fee-section-content .example .fee {
    font-size: 16px;
  }
  .fee-section-content .example .fee .amount {
    font-size: 30px;
  }
  .fee-section-content .example:not(:nth-child(3n)) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 766px) {
  .fee-section .title-info {
    margin-bottom: 32px;
  }
  .fee-section .title-info h2 {
    font-size: 28px;
  }
  .fee-section-content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fee-section-content .example {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    padding: 12px;
  }
  .fee-section-content .example .example-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fee-section-content .example img {
    width: 40%;
  }
  .fee-section-content .example:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  .fee-section {
    padding: 50px 16px;
  }
  .fee-section-content .example {
    margin: 0 12px 20px 12px !important;
    padding: 12px 8px;
  }
  .fee-section-content .example img {
    width: 42%;
  }
  .fee-section-content .example .tag {
    font-size: 14px;
  }
  .fee-section-content .example .fee .amount {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .fee-section .example {
    margin: 0 10px 20px 10px !important;
  }
}

.consultation-section {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 80px;
}
.consultation-section-wrap {
  border: 1px solid #0d7de9;
  border-radius: 12px;
  padding: 160px 60px 60px;
  background: url("../images/kv4/kv4_title.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1440px) {
  .consultation-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .consultation-section {
    padding: 60px 48px;
  }
  .consultation-section-wrap {
    background-size: 60%;
    padding: 120px 60px 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .consultation-section-wrap {
    padding: 100px 16px 16px;
  }
}
@media screen and (max-width: 480px) {
  .consultation-section {
    padding: 50px 16px;
  }
  .consultation-section-wrap {
    background-size: 80%;
    padding: 80px 16px 16px;
  }
}

.form-area {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
}

.city-selector-area select, input {
  width: 100%;
  height: 48px;
  position: relative;
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  border-color: transparent;
  outline: none;
  background-color: #f0f0f0;
}

input {
  width: 100%;
  height: auto;
  position: relative;
}
input::-moz-placeholder {
  color: #929292;
}
input:-ms-input-placeholder {
  color: #929292;
}
input::placeholder {
  color: #929292;
}
input:disabled {
  -webkit-text-fill-color: #131313;
  opacity: 1;
  color: #131313;
  background-color: #e0e0e0;
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
}

.checkmark {
  width: 18px;
  height: 18px;
  position: absolute;
}

input[type=checkbox] ~ .checkmark {
  background-image: url("../images/icon/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

input[type=checkbox]:checked ~ .checkmark {
  background-image: url("../images/icon/checkbox_on.svg");
}

input:has(+ .checkmark) {
  opacity: 0;
}

.info-check-area label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  cursor: pointer;
}
.info-check-area label a {
  color: #005bac;
  text-decoration: underline;
}

.city-selector-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
@media all and (max-width: 767.98px) {
  .city-selector-area {
    flex-wrap: wrap;
  }
}
.city-selector-area select {
  flex: 1 1 50%;
  cursor: pointer;
}
.city-selector-area::before, .city-selector-area::after {
  content: "";
  width: 36px;
  height: 24px;
  position: absolute;
  background-image: url("../images/icon/select.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-color: #f0f0f0;
  pointer-events: none;
  z-index: 1;
}
.city-selector-area::before {
  left: calc(50% - 40px);
  top: calc(50% - 12px);
  margin-left: 0;
  margin-top: 0;
}
.city-selector-area::after {
  left: calc(100% - 36px);
  top: calc(50% - 12px);
  margin-left: 0;
  margin-top: 0;
}

.radio-area,
.checkbox-area {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
}
.radio-area .radio-label,
.radio-area .checkbox-label,
.checkbox-area .radio-label,
.checkbox-area .checkbox-label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 48px;
  margin-right: 8px;
  padding: 8px 16px;
  color: #737373;
  border-radius: 8px;
  background-color: #e9e9e9;
  transition: 0.3s ease;
}
.radio-area .radio-label input[type=radio],
.radio-area .checkbox-label input[type=checkbox],
.checkbox-area .radio-label input[type=radio],
.checkbox-area .checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-area .radio-label:has(input[type=radio]:checked),
.radio-area .checkbox-label:has(input[type=checkbox]:checked),
.checkbox-area .radio-label:has(input[type=radio]:checked),
.checkbox-area .checkbox-label:has(input[type=checkbox]:checked) {
  background: #005bac;
  color: #ffffff;
}

.input-group {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.input-group .label {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: inherit;
}
.input-group .label small {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: inherit;
}
.input-group .label::before {
  content: "*";
  color: #eb6100;
}
.input-group .content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.input-group::after {
  content: attr(data-error-message);
  font-size: 14px;
  color: #de0606;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: inherit;
  display: none;
}
.input-group.has-error::after, .input-group.has-rule-error::after {
  display: block;
}
.input-group.has-error input,
.input-group.has-error label,
.input-group.has-error select,
.input-group.has-error .city-selector-area::before,
.input-group.has-error .city-selector-area::after, .input-group.has-rule-error input,
.input-group.has-rule-error label,
.input-group.has-rule-error select,
.input-group.has-rule-error .city-selector-area::before,
.input-group.has-rule-error .city-selector-area::after {
  background-color: #ffede5;
}
.input-group.has-rule-error::after {
  content: attr(data-error-rule-message);
}

.rows {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 767.98px) {
  .rows {
    flex-direction: column;
    gap: 28px;
  }
}
.rows .input-group {
  flex: 1 1 100%;
}

.send-button {
  width: 370px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 20px;
  color: #005bac !important;
  font-weight: 600;
  line-height: 28px;
  margin: auto;
  border-radius: 8px;
  background-color: #ffcf57;
  box-shadow: 0 6px 0 0 #e4af1c;
  cursor: pointer;
}
.send-button:hover {
  box-shadow: 0 0 0 0 #e4af1c;
  transform: translateY(6px);
  transition: 0.3s;
}

@media screen and (max-width: 1280px) {
  #reserve-birthday .rows,
#reserve-address .rows {
    flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  #reserve-address .county,
#reserve-address .district {
    flex: 0 0 calc(50% - 0.25em);
  }
  .send-button {
    width: 100%;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .input-group .label {
    font-size: 16px;
  }
  .contact-content {
    flex-wrap: wrap !important;
  }
  .contact-content .checkbox-area {
    flex: 0 0 calc(50% - 0.25em);
    margin-bottom: 4px;
  }
  .contact-content .checkbox-area:nth-child(2n) .checkbox-label {
    margin-right: 0;
  }
  .send-button {
    width: 280px;
  }
}
.product-info-section {
  background-color: #c9e3fe;
  color: #000000;
  width: 100%;
  padding: 80px;
}
.product-info-section #productInfoImg {
  max-width: 643px;
  width: 100%;
}
.product-info-section-wrap {
  background-color: #ffffff;
  border-radius: 12px;
}
.product-info-section-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 400ms grid-template-rows ease;
  transition: 400ms grid-template-rows ease, 400ms -ms-grid-rows ease;
}
.product-info-section-content p,
.product-info-section-content div {
  margin-bottom: 0;
  line-height: 1.5;
}
.product-info-section-content table {
  border-collapse: collapse;
  margin: 8px 0 0;
}
.product-info-section-content table th,
.product-info-section-content table td {
  border: 1px solid #e0e0e0;
}
.product-info-section-content label {
  font-weight: bold;
  margin-right: 8px;
}
.product-info-section-content a {
  color: #005bac;
}
.product-info-section-content a:hover {
  text-decoration: underline;
}
.product-info-section .product-info-inner {
  min-height: 0;
  overflow: hidden;
}
.product-info-section .product-info-inner::before {
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  background-color: #000000;
  margin: 0 auto;
}
.product-info-section .product-info-padding {
  padding: 32px 56px;
}
.product-info-section .title {
  display: flex;
  justify-content: space-between;
  padding: 16px 56px;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}
.product-info-section .title img {
  transition: 400ms transform ease;
}
.product-info-section .title #toggleIcon {
  transform: rotate(180deg);
}
.product-info-section #toggle {
  display: none;
}
.product-info-section #toggle:checked ~ #productInfoContent {
  grid-template-rows: 1fr;
}
.product-info-section #toggle:checked ~ .title #toggleIcon {
  transform: rotate(360deg);
}
.product-info-section .table-container {
  width: 100%;
  overflow-x: auto;
}
.product-info-section .table1 {
  max-width: 296px;
  width: 100%;
}
.product-info-section .table1 th {
  width: 50%;
}
.product-info-section .table2 {
  max-width: 684px;
  width: 100%;
}
.product-info-section .table2 .text-nowrap {
  min-width: 64px;
}
.product-info-section .diagonal-cell {
  position: relative;
  height: 60px;
  min-width: 120px;
  background-image: linear-gradient(to top right, transparent 50%, #e0e0e0 50%, transparent 52%);
}
.product-info-section .diagonal-cell .bottom-left {
  bottom: 2px;
  left: 5px;
  font-size: 12px;
}
.product-info-section .diagonal-cell .top-right {
  top: 2px;
  right: 5px;
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .product-info-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-info-section {
    padding: 60px 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .product-info-section .title {
    padding: 20px;
    font-size: 16px;
  }
  .product-info-section .product-info-padding {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-info-section {
    padding: 50px 16px;
  }
  .product-info-section .title {
    padding: 20px 16px;
  }
  .product-info-section .product-info-padding {
    padding: 20px 16px;
  }
}

.thx-section {
  width: 100%;
  height: calc(100% - 178px);
  background: url("../images/popup/bg.svg") #cff0ff;
  background-position: center center;
  padding: 80px 80px;
}
.thx-section-content {
  max-width: 680px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin: 0 auto;
}
.thx-section-content .thx-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thx-section-content .thx-title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1c4aa6;
  margin-top: 18px;
}
.thx-section-content .thx-content {
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .thx-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .thx-section {
    padding: 60px 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .thx-section {
    padding: 50px 16px;
  }
  .thx-section-content {
    padding: 40px 20px;
  }
}

.thx-page.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

:root {
  --primary-color: #005bac;
  --secondary-color: #eb6100;
  --text-color: #000000;
  --error-color: #de0606;
  --background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft JhengHei", Arial;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  font-size: 1rem;
  overflow-x: hidden;
}

#main-content {
  padding-top: 80px;
}
@media screen and (max-width: 991.98px) {
  #main-content {
    padding-top: 56px;
  }
}

.header {
  top: 0;
  z-index: 10009;
}

.grecaptcha-badge {
  visibility: hidden;
}

.w-100 {
  width: 100%;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.section {
  overflow: hidden;
}

.focus {
  font-weight: bold;
}

.min-w-50 {
  min-width: 50px;
}

.text-red {
  color: #de0606;
}

.text-orange {
  color: #eb6100;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-xl {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.125rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-bold {
  font-weight: bold;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-large {
  margin-bottom: 95px !important;
}

.error-message {
  margin-top: 4px;
  color: #de0606;
}

.h-title {
  position: absolute;
  left: 9999px;
}

.spec-title {
  display: flex;
  justify-content: center;
}
.spec-title .mobile-img {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .spec-title .title-img {
    display: none;
  }
  .spec-title .mobile-img {
    display: block;
  }
}

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

button {
  cursor: pointer;
}

.btn-common-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-item-bar {
  display: flex;
  justify-content: center;
}

.btn-common {
  max-width: 320px;
  width: 100%;
  height: 62px;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  margin: 0 auto;
}
.btn-common img {
  margin-left: 8px;
}

@media screen and (max-width: 991.98px) {
  .btn-common {
    font-size: 1rem;
    height: 48px;
  }
  .section-button-bridge .submit-button {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    font-size: 1rem;
  }
}
.btn-item {
  padding: 12px 24px;
  height: 50px;
  border: 2px solid #000000;
  border-bottom-width: 5px;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.btn-item img {
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .btn-item {
    height: 40px;
    font-size: 1rem;
  }
}

.submit-button {
  color: #ffffff;
  background-color: #eb6100;
}

.dm-button,
.send-button {
  color: #000000;
  background-color: #f3b416;
}

.remark {
  color: #737373;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.25rem;
}

.footer-shortcut {
  position: fixed;
  bottom: 74px;
  right: 25px;
  width: 48px;
  z-index: 300;
}
.footer-shortcut .btn-fixed {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
}
.footer-shortcut .btn-fixed img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.aside-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 100;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    gap: 24px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    gap: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 767.98px) {
  .aside-area {
    bottom: 68px;
  }
}
@media all and (max-width: 575.98px) {
  .aside-area {
    right: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .aside-area .aside-top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top {
    flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top {
    flex-direction: row;
    width: 100%;
    margin-right: -24px;
    margin-bottom: 20px;
  }
}
.aside-area .aside-top2 {
  display: none;
}
.aside-area .aside-bottom {
  gap: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-bottom {
    gap: 16px;
  }
}
.aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
    gap: 10px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .aside-top,
.aside-area .aside-top2,
.aside-area .aside-bottom {
    gap: 10px;
  }
}
.aside-area .link-icon a {
  display: block;
  cursor: pointer;
}
.aside-area .link-icon a:link, .aside-area .link-icon a:active {
  text-decoration: none;
}
.aside-area .link-icon a:hover {
  text-decoration: none;
}
.aside-area .link-icon.customer-ai-chatbot img {
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.customer-ai-chatbot {
  width: 48px;
  height: 48px;
  text-align: center;
}
.aside-area .link-icon.customer-ai-chatbot .link-chatbot,
.aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 48px;
    height: 48px;
  }
  .aside-area .link-icon.customer-ai-chatbot .link-chatbot,
.aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
    width: 48px;
    height: 48px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.customer-ai-chatbot {
    width: 48px;
    height: 48px;
  }
  .aside-area .link-icon.customer-ai-chatbot .link-chatbot,
.aside-area .link-icon.customer-ai-chatbot .icon-ai-chatbot {
    width: 48px;
    height: 48px;
  }
}
.aside-area .link-icon.go-top {
  width: 54px;
  height: 54px;
  line-height: 48px;
  margin: 0px auto 0px;
  transform: translateY(360%);
  transition: transform 0.4s;
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0px auto 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .aside-area .link-icon.go-top {
    transform: translateY(920%);
  }
}
@media all and (max-width: 991.98px) {
  .aside-area .link-icon.go-top {
    transform: translateY(920%);
  }
}
.aside-area .link-icon.go-top a {
  background-color: #9cccfc;
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: serif, monospace, Arial, sans-serif;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.aside-area .link-icon.go-top a span {
  display: inline-block;
  margin: 3px 0px -3px 0px;
}
.aside-area .link-icon .aside-top {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .spec-title {
    font-size: 1.5rem;
  }
  .content {
    flex-direction: column;
    align-items: stretch;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  -webkit-animation: fadeIn 0.5s ease ease-out;
          animation: fadeIn 0.5s ease ease-out;
}

.floating {
  -webkit-animation: float 2.5s ease-in-out infinite;
          animation: float 2.5s ease-in-out infinite;
}

[data-aos].floating {
  -webkit-animation: none;
          animation: none;
}

/* 上下漂浮動畫 */
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 文字縮放動畫 */
.animated-text {
  font-size: 2rem;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.animated-text.visible {
  opacity: 1;
  transform: scale(1.3);
  -webkit-animation: shrink-back 0.3s ease-out 0.6s forwards;
          animation: shrink-back 0.3s ease-out 0.6s forwards;
}

@-webkit-keyframes shrink-back {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shrink-back {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
[data-aos=zoom-in] {
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.6s ease, opacity 0.4s ease;
}

@media all and (max-width: 991.98px) {
  .footer .footer-content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .footer-content .our-info {
    justify-content: flex-start;
    align-items: flex-start;
  }
}/*# sourceMappingURL=main.css.map */