@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: "HunInn";
  src: url(https://cdn.jsdelivr.net/gh/marsnow/open-huninn-font@1.1/font/jf-openhuninn.eot); /* IE9 Compat Modes */
  src: url(https://cdn.jsdelivr.net/gh/marsnow/open-huninn-font@1.1/font/jf-openhuninn.eot?#iefix) format("embedded-opentype"), url(https://cdn.jsdelivr.net/gh/marsnow/open-huninn-font@1.1/font/jf-openhuninn.woff) format("woff"), url(https://cdn.jsdelivr.net/gh/marsnow/open-huninn-font@1.1/font/jf-openhuninn.ttf) format("truetype"), url(https://cdn.jsdelivr.net/gh/marsnow/open-huninn-font@1.1/font/jf-openhuninn.svg#SealmemoryHeader) format("svg"); /* Legacy iOS */
}
.f-hunInn {
  font-family: "HunInn";
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes colorSwitch {
  0% {
    background-position: 10% 0;
  }
  50% {
    background-position: 90% 100%;
  }
  100% {
    background-position: 10% 0;
  }
}
@keyframes bubbleFloating {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: translate(2px, 4px) rotate(-4deg);
  }
  45% {
    transform: translate(-6px, 9px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes bubbleFloating2 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translate(2px, 3px) rotate(-2deg);
  }
  45% {
    transform: translate(-6px, 5px) rotate(-3deg);
  }
  70% {
    transform: translate(2px, -1px) rotate(3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes bubbleFloating3 {
  0% {
    transform: translate(0px, 0px);
  }
  12% {
    transform: translate(-2px, -6px);
  }
  45% {
    transform: translate(-6px, 0px);
  }
  80% {
    transform: translate(2px, 6px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes bubbleFloating4 {
  0% {
    transform: translate(0px, 0px);
  }
  12% {
    transform: translate(2px, 6px);
  }
  35% {
    transform: translate(-8px, 0px);
  }
  80% {
    transform: translate(-3px, -6px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes bubbleFloating5 {
  0% {
    transform: translate(0px, 0px);
  }
  12% {
    transform: translate(-5px, -10px);
  }
  45% {
    transform: translate(-10px, 0px);
  }
  80% {
    transform: translate(4px, 8px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes infiniteXposLtoR {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  3% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0;
    transform: translateX(130vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-80px);
  }
}
@keyframes infiniteXposLtoRMobile {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  3% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0;
    transform: translateX(200vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-80px);
  }
}
@keyframes infiniteXposRtoL {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  3% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0;
    transform: translateX(-110vw);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes infiniteXposRtoLMobile {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  3% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0;
    transform: translateX(-140vw);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes spark {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes jumpOutR {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(150%);
  }
}
@keyframes shaking {
  0% {
    transform-origin: 50% 80%;
  }
  35% {
    transform: rotate(-7deg);
    transform-origin: 50% 80%;
  }
  100% {
    transform-origin: 50% 80%;
  }
}
@keyframes shakingCard1 {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 30%;
  }
  35% {
    transform: rotate(-8deg);
    transform-origin: 50% 30%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 30%;
  }
}
@keyframes shakingCard3 {
  0% {
    transform: rotate(0deg);
    transform-origin: 20% 20%;
  }
  35% {
    transform: translate(-5px, -9px);
    transform-origin: 20% 20%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 20% 20%;
  }
}
@keyframes jiggling {
  0% {
    transform-origin: 50% 100%;
  }
  35% {
    transform: scaleY(100%);
    transform-origin: 50% 100%;
  }
  50% {
    transform: scaleY(95%);
    transform-origin: 50% 100%;
  }
  65% {
    transform: scaleY(100%);
    transform-origin: 50% 100%;
  }
  100% {
    transform-origin: 50% 100%;
  }
}
@keyframes axisYmoving {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes axisYmovingSmall {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes axisXmoving {
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(0.95);
  }
  55% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes twoStep {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
}
@keyframes threeStep {
  0% {
    transform: translateX(0%);
  }
  66% {
    transform: translateX(-66.66%);
  }
}
@keyframes fiveStep {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(-20%);
  }
  40% {
    transform: translateX(-40%);
  }
  60% {
    transform: translateX(-60%);
  }
  80% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes eightStep {
  0% {
    transform: translateX(0%);
  }
  12.5% {
    transform: translateX(-12.5%);
  }
  25% {
    transform: translateX(-25%);
  }
  37.5% {
    transform: translateX(-37.5%);
  }
  50% {
    transform: translateX(-50%);
  }
  62.5% {
    transform: translateX(-62.5%);
  }
  75% {
    transform: translateX(-75%);
  }
  87.5% {
    transform: translateX(-87.5%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flickers {
  0% {
    left: -100%;
    opacity: 1;
  }
  80% {
    left: 100%;
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 1;
  }
}
@keyframes vibrate {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  40% {
    transform: translateY(-2px);
  }
  60% {
    transform: translateY(2px);
  }
  80% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif, "蘋果儷黑體", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "新細明體", Verdana;
  font-weight: medium;
}

html {
  overflow: inherit;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  position: relative;
  overflow: hidden;
  height: auto;
}

body {
  min-height: 100%;
}

.header {
  position: fixed;
  z-index: 20;
}

body,
.content {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  body,
  .content {
    font-size: 16px;
  }
}

.content {
  padding-top: 59px;
}

img {
  max-width: 100%;
}

/* animate.css speed up (All delay classes will take half the time to start) */
:root {
  --animate-delay: 0.5s;
}

/* overide default nav list style */
.header .header-container-LOGO a.desk-logo img {
  width: 263px;
  height: 24px;
}

.header .sub-nav .sub-nav-ul li a {
  position: relative;
}

.header .sub-nav .sub-nav-ul li a p {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.footer-logo {
  background-image: linear-gradient(90deg, #d70c18 50%, #dedede 51%);
}

.footer-logo .logo-content .pic {
  width: 250px;
}

.header .sub-nav .sub-nav-ul li:not(:first-of-type) a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 2px;
  left: -6px;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header .sub-nav .sub-nav-ul {
    padding: 0 1em;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header .sub-nav .sub-nav-ul li {
    border-bottom: 1px solid #eee;
    padding: 1em;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .header .sub-nav .sub-nav-ul li a {
    display: block;
  }
}

/* overide original layout's padding */
@media only screen and (max-width: 1023px) and (min-width: 320px) {
  .content {
    padding-top: 53px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .main-footer {
    padding-bottom: 0px;
  }
  .header .sub-nav .sub-nav-ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .header-container-LOGO a.desk-logo {
    width: 202px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .header .mobile-LR-btn {
    left: unset;
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .header.active .header-container-LOGO a.desk-logo {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .copyright {
    position: fixed;
    bottom: 0;
    z-index: 9;
  }
}
h1 {
  font-size: clamp(24px, 3vw, 33px);
}
@media (max-width: 576px) {
  h1 {
    font-size: clamp(21px, 3vw, 33px);
  }
}

h2 {
  font-size: clamp(23px, 2.2vw, 26px);
}
@media (max-width: 767px) {
  h2 {
    font-size: clamp(18px, 2vw, 24px);
  }
}

h3 {
  font-size: 26px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 840px) {
  h4 {
    font-size: 19px;
  }
}

.big {
  font-size: 120%;
}

.cursor-pointer {
  cursor: pointer;
}

.noto-sans-tc-text {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: #d70c18;
}

.text-grey {
  color: #585856;
}

.text-teal {
  color: #08aca1;
}

.ani-scale {
  animation: scaling 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.text-xl {
  font-size: 140%;
}
@media (max-width: 576px) {
  .text-xl {
    font-size: 160%;
  }
}

.title-rounded {
  border-radius: 100px;
  background-color: #1a91e2;
  padding: 6px 0 9px 0;
  margin: 0;
}

.text-special {
  font-size: 38px;
}
@media (max-width: 576px) {
  .text-special {
    font-size: 33px;
  }
}
.text-special::after {
  content: "";
  position: absolute;
  background-color: #ffff00;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.text-decoration-dot::after {
  content: "";
  position: absolute;
  background-color: #8a5624;
  width: 4px;
  height: 4px;
  left: 10px;
  border-radius: 100px;
  top: calc(50% - 1.5px);
}

.text-decoration-square {
  padding-left: 20px;
}
.text-decoration-square::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 50%;
}

.sub-title {
  margin-top: 1.5rem;
  z-index: 3;
}
button:focus {
  outline: revert;
}

button.btn,
button.btn:focus,
button.btn:hover,
button.btn:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none !important;
  text-decoration: none !important;
}

.two-step-effect-box img {
  animation: twoStep 1s infinite steps(1);
  max-width: unset;
  width: 200%;
  left: 0;
}

.three-step-effect-box img {
  animation: threeStep 0.6s infinite steps(2);
  max-width: unset;
  width: 300%;
  left: 0;
}

.five-step-effect-box img {
  animation: fiveStep 1s infinite steps(1);
  max-width: unset;
  width: 500%;
  left: 0;
}

.eight-step-effect-box img {
  animation: eightStep 1s infinite steps(1);
  max-width: unset;
  width: 800%;
  left: 0;
}

.key-visual-sec {
  background: url("../img/pageItem/kv/kv-back-bg.svg"), #f5f5f5;
  background-repeat: no-repeat, repeat;
  background-position: bottom center, center;
  background-size: 1920px;
}
@media (max-width: 1600px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-1600.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 1600px;
  }
}
@media (max-width: 1440px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-1440.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
  }
}
@media (max-width: 1280px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-1280.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
  }
}
@media (max-width: 840px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-840.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 100%, 100%;
  }
}
@media (max-width: 767px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-768.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 100%, 100%;
  }
}
@media (max-width: 576px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-576.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 100%, 100%;
  }
}
@media (max-width: 480px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-480.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 100%, 100%;
  }
}
@media (max-width: 425px) {
  .key-visual-sec {
    background: url("../img/pageItem/kv/kv-back-bg-425.svg"), #f5f5f5;
    background-repeat: no-repeat, repeat;
    background-position: bottom center, center;
    background-size: 100%, 100%;
  }
}
.key-visual-sec .key-visual-illustration-wrap {
  max-width: 1920px;
  padding: 0;
  min-height: 572px;
}
@media (max-width: 1600px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 548px;
  }
}
@media (max-width: 1440px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 508px;
  }
}
@media (max-width: 1200px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 490px;
  }
}
@media (max-width: 992px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 442px;
  }
}
@media (max-width: 840px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 401px;
  }
}
@media (max-width: 767px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 345px;
  }
}
@media (max-width: 576px) {
  .key-visual-sec .key-visual-illustration-wrap {
    margin-top: 0;
    min-height: 262px;
  }
}
@media (max-width: 425px) {
  .key-visual-sec .key-visual-illustration-wrap {
    min-height: 236px;
  }
}
.key-visual-sec .key-visual-illustration-wrap .kv-back {
  width: clamp(200px, 20%, 316px);
  bottom: 2%;
  left: 29%;
}
@media (max-width: 1725px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    left: 24%;
  }
}
@media (max-width: 1200px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    width: clamp(200px, 23%, 377px);
    bottom: 0.8%;
    left: 18%;
  }
}
@media (max-width: 840px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    left: 11%;
    width: clamp(150px, 26%, 377px);
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    left: 9%;
  }
}
@media (max-width: 576px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    width: clamp(144px, 26%, 377px);
  }
}
@media (max-width: 480px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    left: 5%;
  }
}
@media (max-width: 425px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-back {
    width: clamp(122px, 26%, 377px);
  }
}
.key-visual-sec .key-visual-illustration-wrap .kv-title {
  width: clamp(300px, 33%, 660px);
  left: 14%;
  top: 4%;
}
@media (max-width: 1440px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    left: 10%;
    width: clamp(300px, 36%, 660px);
  }
}
@media (max-width: 1280px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    left: 6%;
    width: clamp(300px, 38%, 660px);
  }
}
@media (max-width: 992px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    width: clamp(300px, 43%, 660px);
  }
}
@media (max-width: 840px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    top: 3%;
    left: 22%;
    width: clamp(300px, 56%, 660px);
  }
}
@media (max-width: 576px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    width: 320px;
    left: calc(50% - 160px);
  }
}
@media (max-width: 425px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-title {
    width: 280px;
    left: calc(50% - 140px);
  }
}
.key-visual-sec .key-visual-illustration-wrap .kv-mobile {
  top: 4%;
  right: 22%;
  width: 560px;
  height: 535px;
}
@media (max-width: 1725px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    right: 20%;
    width: 534px;
    height: 510px;
  }
}
@media (max-width: 1600px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    right: 17%;
  }
}
@media (max-width: 1440px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    width: 513px;
    height: 490px;
  }
}
@media (max-width: 1280px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    width: 492px;
    height: 470px;
  }
}
@media (max-width: 1200px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    width: 461px;
    height: 440px;
    right: 15.5%;
  }
}
@media (max-width: 1080px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    width: 440px;
    height: 420px;
    right: 9%;
    bottom: 0%;
    top: unset;
  }
}
@media (max-width: 992px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    width: 419px;
    height: 400px;
    right: 7%;
  }
}
@media (max-width: 840px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    right: 5%;
    width: 383px;
    height: 147px;
  }
}
@media (max-width: 767px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    right: 2%;
    bottom: 0%;
    top: unset;
    width: 355px;
    height: 136px;
  }
}
@media (max-width: 480px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-mobile {
    right: -1.5rem;
  }
}
.key-visual-sec .key-visual-illustration-wrap .kv-dog {
  right: 17%;
  bottom: 3%;
  width: 280px;
  height: 275px;
}
@media (max-width: 1600px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 270px;
    height: 266px;
  }
}
@media (max-width: 1440px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 240px;
    height: 236px;
  }
}
@media (max-width: 1280px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 210px;
    height: 207px;
  }
}
@media (max-width: 992px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 180px;
    height: 177px;
    right: 13%;
  }
}
@media (max-width: 840px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 150px;
    height: 148px;
  }
}
@media (max-width: 576px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    width: 120px;
    height: 118px;
    right: 10%;
  }
}
@media (max-width: 480px) {
  .key-visual-sec .key-visual-illustration-wrap .kv-dog {
    right: 5%;
  }
}
.key-visual-sec .kv-desc {
  z-index: 3;
}
.key-visual-sec .kv-desc::before, .key-visual-sec .kv-desc::after {
  top: 0;
  content: "";
  position: absolute;
  background-color: transparent;
  width: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .key-visual-sec .kv-desc::before, .key-visual-sec .kv-desc::after {
    width: 26px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .key-visual-sec .kv-desc::before, .key-visual-sec .kv-desc::after {
    width: 20px;
    height: 100%;
  }
}
.key-visual-sec .kv-desc::before {
  left: -30px;
  background: url("../img/pageItem/kv/desc-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .key-visual-sec .kv-desc::before {
    left: -35px;
  }
}
.key-visual-sec .kv-desc::after {
  right: -30px;
  background: url("../img/pageItem/kv/desc-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .key-visual-sec .kv-desc::after {
    right: -35px;
  }
}
.key-visual-sec .kv-desc span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.nav-bar {
  padding-top: 35px;
}
.col-xxxl-8 {
  width: 66.66%;
}
@media (max-width: 1600px) {
  .col-xxxl-8 {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .col-xxxl-8 {
    width: 100%;
  }
}

button:focus,
button:active {
  outline: none !important;
  box-shadow: none;
}

.nav-tabs {
  width: clamp(500px, 86%, 1280px);
}
@media (max-width: 840px) {
  .nav-tabs {
    width: clamp(520px, 95%, 1250px);
  }
}
@media (max-width: 576px) {
  .nav-tabs {
    width: clamp(220px, 96%, 1250px);
  }
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  color: #9e9e9e;
  transition: all ease 0.5s;
  background-color: #e5e4e3;
}
@media (max-width: 576px) {
  .nav-tabs .nav-item .nav-link {
    border-radius: 1rem 1rem 0 0;
  }
}
.nav-tabs .nav-item .nav-link .nav-title {
  font-size: clamp(22px, 2vw, 26px);
}
@media (max-width: 1600px) {
  .nav-tabs .nav-item .nav-link .nav-title {
    font-size: clamp(15px, 1.5vw, 26px);
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link .nav-title {
    font-size: clamp(12px, 1.5vw, 23px);
  }
}
.nav-tabs .nav-item .nav-link .nav-title .small {
  font-size: clamp(12px, 1.7vw, 20px);
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link .nav-title .small {
    font-size: clamp(12px, 1.7vw, 18px);
  }
}
.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(0deg, rgb(212, 11, 27) 0%, rgb(238, 72, 10) 100%);
}

.page-btn {
  font-size: clamp(19px, 3vw, 21px);
  letter-spacing: 2px;
  cursor: pointer;
  padding: 0.4rem 0.7rem 0.6rem 0.7rem;
  margin: 1rem auto;
  outline: none;
  color: #fff;
  border-radius: 0.7rem;
  transition: all ease 2s;
}
.page-btn:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .page-btn {
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
  }
}
@media (max-width: 992px) {
  .page-btn {
    margin: 0 auto 0.5rem auto;
  }
}
@media (max-width: 767px) {
  .page-btn {
    padding: 0.7rem;
  }
}
@media (max-width: 576px) {
  .page-btn {
    padding: 0.2rem 0.3rem 0.5rem 0.2rem;
  }
}

.pill-text {
  border-radius: 100px;
}

.z-6 {
  z-index: 6;
}

.gradient1 {
  background: linear-gradient(59deg, rgb(254, 255, 255) 0%, rgb(254, 255, 255) 23%, rgb(232, 245, 254) 42%, rgb(216, 237, 254) 100%);
}

.sec-desc {
  padding: 1rem 0;
  z-index: 3;
  background: url("../img/pageItem/bg1.png"), url("../img/pageItem/bg2.png"), url("../img/pageItem/bg3.png"), url("../img/pageItem/bg4.png"), linear-gradient(59deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, #fcfdff 42%, #e8f8f8 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-position: 1% 10%, 98% 36%, 1% 45%, 98% 89%;
}
@media (max-width: 1280px) {
  .sec-desc {
    background: linear-gradient(59deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 23%, #fcfdff 42%, #e8f8f8 100%);
    background-repeat: repeat;
  }
}
@media (max-width: 576px) {
  .sec-desc {
    padding: 0 0 1rem 0;
  }
}
.sec-desc .bg-c3ecf0 {
  max-width: 83.333%;
}
@media (max-width: 1600px) {
  .sec-desc .bg-c3ecf0 {
    max-width: 96%;
  }
}
@media (max-width: 375px) {
  .sec-desc .bg-c3ecf0 {
    max-width: 98%;
  }
}
.sec-desc .desc-sub {
  margin: 0.8rem auto 1rem auto;
}
@media (max-width: 576px) {
  .sec-desc .desc-sub {
    font-size: clamp(16px, 2vw, 24px);
  }
}
.sec-desc .desc-icon-wrap {
  max-width: 1080px;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .sec-desc .desc-icon-wrap {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .sec-desc .desc-icon-wrap h2 {
    font-size: clamp(22px, 3vw, 26px);
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col {
  background: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2.4rem 1.5rem 1.2rem 1.5rem;
  z-index: 3;
  width: 44%;
  max-width: 416px;
}
@media (max-width: 1440px) {
  .sec-desc .desc-icon-wrap .desc-icon-col {
    padding: 2.4rem 1rem 1rem 1rem;
  }
}
@media (max-width: 1280px) {
  .sec-desc .desc-icon-wrap .desc-icon-col {
    width: 96%;
    max-width: 398px;
  }
}
@media (max-width: 576px) {
  .sec-desc .desc-icon-wrap .desc-icon-col {
    max-width: 323px;
  }
}
@media (max-width: 1280px) {
  .sec-desc .desc-icon-wrap .desc-icon-col:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col .desc-rate img {
  height: 39px;
}
@media (max-width: 576px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .desc-rate img {
    height: 28px;
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col .check-list {
  height: 101px;
}
@media (max-width: 1280px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .check-list {
    height: unset;
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col .check-list li::before {
  width: 12px;
  height: 12px;
  transform: translateX(-2rem);
  background: #08aca1;
  top: 9px;
  left: 5px;
}
@media (max-width: 576px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .check-list li::before {
    top: 7px;
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 576px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .check-list {
    margin: 0 0 0.5rem 0;
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col .desc-icon {
  width: clamp(30px, 15%, 55px);
}
@media (max-width: 1440px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .desc-icon {
    width: clamp(30px, 13%, 55px);
  }
}
@media (max-width: 992px) {
  .sec-desc .desc-icon-wrap .desc-icon-col .desc-icon {
    width: clamp(28px, 11%, 42px);
  }
}
.sec-desc .desc-icon-wrap .desc-icon-col .desc-top-desc {
  background: #08aca1;
  font-size: clamp(12px, 0.7vw, 16px);
  right: 0;
  top: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
  border-radius: 0 0 0 1rem;
}
.sec-desc .desc-icon-wrap .desc-btn-wrap {
  z-index: 4;
}
.sec-desc .desc-icon-wrap .page-btn {
  background: #fff;
  border: 3px solid #8adbd5;
  color: #08aea2;
  font-size: clamp(1.35rem, 1.4vw, 1.6rem);
  max-width: 210px;
  transition: transform 0.3s, box-shadow 0.3s;
  line-height: 90%;
  width: 46%;
}
.sec-desc .desc-icon-wrap .page-btn:hover {
  top: 3px;
  background: #8adbd5;
  border: 3px solid #08aea2;
  color: #08aea2;
}
.sec-desc .desc-icon-wrap .page-btn::before {
  border-radius: inherit;
  content: "";
  position: absolute;
  background-color: #08aea2;
  width: calc(100% + 8px);
  height: calc(100% + 10px);
  left: -1px;
  z-index: -1;
  top: -2px;
}
.sec-desc .desc-icon-wrap .page-btn .small {
  font-size: 56%;
  letter-spacing: 1px;
}
.sec-desc .btn-detail {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.sec-desc h2.d-block.d-sm-none {
  max-width: 280px;
}
.sec-desc h2.d-block.d-sm-none::after, .sec-desc h2.d-block.d-sm-none::before {
  content: "";
  position: absolute;
  background-color: #4d4d4d;
  width: 2px;
  height: 100%;
  top: 0;
}
.sec-desc h2.d-block.d-sm-none::before {
  left: 0;
}
.sec-desc h2.d-block.d-sm-none::after {
  right: 0;
}
.sec-desc .qa-wrap {
  padding: 1rem 0 3rem 0;
  margin: 2rem 0;
}

ul.check-list {
  padding: 0 0 0 2.4rem;
}
ul.check-list li {
  margin: 0.5rem 0;
  list-style: none;
}
ul.check-list li::before {
  background: url("../img/pageItem/desc-check.png");
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-2rem);
}
@media (max-width: 1280px) {
  ul.check-list li::before {
    width: 22px;
    height: 22px;
  }
}
.col-qa {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  background: #fff;
}
.col-qa a {
  color: #08aca1;
}
.col-qa:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .col-qa:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }
}
.col-qa .title-qa {
  background: linear-gradient(90deg, rgb(108, 204, 200) 10%, rgb(140, 219, 216) 50%, rgb(178, 231, 237) 90%);
}
.col-qa .title-qa h3:last-of-type {
  padding-right: 45px;
}
@media (max-width: 576px) {
  .col-qa .title-qa h3:last-of-type {
    padding-right: 32px;
  }
}
.col-qa .answer-qa {
  background: #fff;
}

.collapse-icon {
  right: 1rem;
  width: clamp(22px, 8%, 36px);
}
@media (max-width: 1440px) {
  .collapse-icon {
    width: clamp(18px, 8%, 28px);
  }
}
@media (max-width: 576px) {
  .collapse-icon {
    width: clamp(12px, 8%, 22px);
  }
}

.collapse-icon.active {
  transform: rotate(180deg);
}

.bg-c3ecf0 {
  background: #c3ecf0;
  border-radius: 2rem;
}

.side-btn-wrap {
  position: fixed;
  z-index: 10;
  right: clamp(8px, 2vw, 15px);
  transition: all ease 0.6s;
  width: clamp(80px, 17%, 128px);
  flex-direction: column;
  bottom: calc(56px + 3rem);
}
@media (max-width: 1600px) {
  .side-btn-wrap {
    width: clamp(80px, 17%, 103px);
  }
}
@media (max-width: 767px) {
  .side-btn-wrap {
    bottom: 30px;
  }
}
@media (max-width: 576px) {
  .side-btn-wrap {
    flex-direction: row-reverse;
    width: 100%;
    right: 0;
  }
}
.side-btn-wrap .side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  background: #4a4a4a;
  width: 100%;
  color: #fff;
}
@media (max-width: 576px) {
  .side-btn-wrap .side-btn {
    padding: 0.8rem 0;
    border-radius: 0px;
    width: 50%;
    box-shadow: none;
  }
}
.side-btn-wrap .side-btn:first-of-type {
  background: #08aca1;
}
@media (max-width: 576px) {
  .side-btn-wrap .side-btn:first-of-type {
    background: #07a59a;
  }
}
.side-btn-wrap .side-btn:last-of-type {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .side-btn-wrap .side-btn:last-of-type {
    margin: 0;
  }
}
.side-btn-wrap .side-btn span {
  display: none;
}
@media (max-width: 576px) {
  .side-btn-wrap .side-btn span {
    font-size: 19px;
    display: block;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.brackets-list {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .brackets-list {
    padding-left: 5px;
  }
}
.brackets-list li {
  list-style: none;
  position: relative;
}
.brackets-list li:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 20px;
  height: 20px;
  left: -22px;
  top: 9px;
}
@media (max-width: 576px) {
  .brackets-list li:after {
    top: 5px;
    left: -18px;
    width: 16px;
    height: 16px;
  }
}
.brackets-list li ul {
  padding: 0 0 0 19px;
}
.brackets-list li ul li {
  list-style: disc;
}
.brackets-list li ul li::after {
  content: none;
}
.brackets-list li:nth-of-type(1):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket1.svg");
}
.brackets-list li:nth-of-type(2):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket2.svg");
}
.brackets-list li:nth-of-type(3):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket3.svg");
}
.brackets-list li:nth-of-type(4):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket4.svg");
}
.brackets-list li:nth-of-type(5):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket5.svg");
}
.brackets-list li:nth-of-type(6):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket6.svg");
}
.brackets-list li:nth-of-type(7):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket7.svg");
}
.brackets-list li:nth-of-type(8):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket8.svg");
}
.brackets-list li:nth-of-type(9):after {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url("../img/pageItem/bracket9.svg");
}

.sec-notice {
  z-index: 2;
  background: linear-gradient(90deg, rgb(254, 254, 253) 10%, rgb(239, 239, 234) 50%, rgb(226, 226, 218) 90%);
}
.sec-notice .notice-wrap {
  margin-top: 3rem;
  padding-bottom: 5rem;
}
@media (max-width: 576px) {
  .sec-notice .notice-wrap {
    margin-top: 1.5rem;
    padding-bottom: calc(62px + 4rem);
  }
}
.sec-notice .notice-wrap .title-notice {
  width: clamp(200px, 50%, 250px);
}
.sec-notice .notice-wrap .title-notice .collapse-icon {
  transform: translateY(-4px);
}
.sec-notice .notice-wrap .title-notice .collapse-icon:first-of-type {
  margin-right: 1rem;
}
.sec-notice .notice-wrap .title-notice .collapse-icon:last-of-type {
  margin-left: 1rem;
}
.sec-notice .notice-wrap .title-notice .collapse-icon.active::after {
  display: none;
}
.sec-notice .notice-wrap .notice-list-wrapper {
  max-width: 83.333%;
}
@media (max-width: 1600px) {
  .sec-notice .notice-wrap .notice-list-wrapper {
    max-width: 96%;
  }
}
@media (max-width: 375px) {
  .sec-notice .notice-wrap .notice-list-wrapper {
    max-width: 98%;
  }
}
.sec-notice ul {
  padding: 0 0 0 18px;
}
.sec-notice ol {
  padding: 0 0 0 18px;
}
.sec-notice ol li,
.sec-notice ul li {
  padding: 0.2rem 0;
  line-height: 1.5;
}
.sec-notice a:hover {
  color: #d70c18;
}

.fake-table {
  max-width: 100%;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 767px) {
  .fake-table {
    font-size: 14px;
  }
}
.fake-table .fake-th {
  width: 100%;
  align-items: inherit !important;
}
.fake-table .fake-th .fake-td {
  background-color: #66d0ff;
}
.fake-table .fake-th .fake-td:first-of-type {
  border-radius: 12px 0 0 0;
}
.fake-table .fake-th .fake-td:last-of-type {
  border-radius: 0 12px 0 0;
}
.fake-table .fake-tr {
  width: 100%;
}
.fake-table .fake-tr .fake-td.left-down {
  border-radius: 0 0 0 12px;
}
.fake-table .fake-tr .fake-td.right-down {
  border-radius: 0 0 12px 0;
}

.bg-f3fbff {
  background: #f3fbff;
}

.bg-ffffff {
  background: #fff;
}

.border-radius-left-b {
  border-radius: 0 0 0 12px;
}

.border-radius-right-b {
  border-radius: 0 0 12px 0;
}

.bd-left {
  border-left: 2px solid #1a91e2;
}

.bd-right {
  border-right: 2px solid #1a91e2;
}

.bd-top {
  border-top: 2px solid #1a91e2;
}

.bd-bottom {
  border-bottom: 2px solid #1a91e2;
}

body.modal-open {
  position: relative;
  overflow: hidden;
  height: auto;
}

.modal {
  height: 100vh;
}
.modal .modal-dialog {
  max-width: 1080px;
  z-index: 10;
  margin: auto;
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 580px;
  }
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 92%;
  }
}
.modal .modal-dialog .modal-content {
  margin: auto;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    border-radius: 1rem;
  }
}
.modal .modal-dialog .modal-title {
  text-align: center;
  width: 100%;
  color: #4d4d4d;
  padding: 1rem 0;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-title {
    padding: 0.5rem 0;
  }
}
.modal .modal-dialog .modal-body {
  padding: inherit;
  background-color: #fff;
  width: 96%;
  border-radius: inherit;
  margin: inherit;
  padding: 1.5rem;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-body {
    width: 92%;
    padding: 1rem 0.5rem 1rem 1.2rem;
  }
}
.modal .modal-dialog .modal-body a {
  color: #08aca1;
}
.modal .modal-dialog .modal-body .modal-subtitle {
  padding: 0.6rem 0;
  margin: 20px auto;
}
.modal .modal-dialog .modal-body .modal-row a {
  margin: 10px 0 0 0;
  padding: 2px 5px;
  border-radius: 8px;
}
.modal .modal-dialog .modal-body .modal-row a svg {
  top: -2px;
}
.modal .modal-dialog .modal-body .modal-row a:hover {
  color: #fff;
}
.modal .modal-dialog .modal-body .active .title-rounded {
  background-color: #bc6d20;
  color: #fff;
}
.modal .modal-dialog .modal-body .title-rounded {
  border: 2px solid #bc6d20;
  background-color: #fff;
  color: #bc6d20;
}
.modal .modal-dialog .modal-header {
  padding: 0.4rem 1rem;
  border: none;
}
.modal .modal-dialog .close {
  z-index: 9;
  right: 1rem;
  top: 1rem;
  width: 32px;
  height: 32px;
}
@media (max-width: 576px) {
  .modal .modal-dialog .close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 1.5rem;
  }
}
.modal {
  /* width */
}
.modal ::-webkit-scrollbar {
  width: 12px;
}
.modal {
  /* Track */
}
.modal ::-webkit-scrollbar-track {
  background: #edf7fd;
}
.modal {
  /* Handle */
}
.modal ::-webkit-scrollbar-thumb {
  background: rgb(33.3648648649, 122.0189189189, 228.1351351351);
  border-radius: 20px;
}
.modal {
  /* Handle on hover */
}
.modal ::-webkit-scrollbar-thumb:hover {
  background: #1456a5;
}

#pointModal .modal-body .d-flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #pointModal .modal-body .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
#pointModal .modal-img-10k {
  width: clamp(109px, 24%, 250px);
}

#feeModal .modal-body .d-flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #feeModal .modal-body .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
#feeModal .modal-img-fee {
  width: clamp(109px, 24%, 205px);
  margin-right: 4rem;
}

.slider-step-img {
  max-width: 300px;
}
@media (max-width: 576px) {
  .slider-step-img {
    max-width: 200px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
}
@media (max-width: 992px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 31px;
    height: 31px;
  }
}

.swiper-button-next::after {
  background: url("../img/pageItem/arrow-right.png");
  background-size: cover;
  right: 0;
}

.swiper-button-prev::after {
  background: url("../img/pageItem/arrow-left.png");
  background-size: cover;
  left: 0;
}

.range-input {
  width: 100%;
}/*# sourceMappingURL=custom.css.map */