@charset "utf-8";
@import url('../fontsource/chivo-mono/400.css');
@import url('../fontsource/chivo-mono/500.css');
@import url('../fontsource/chivo-mono/700.css');

@font-face {
  font-family: 'JhengHei';
  font-style: normal;
  font-weight: normal;
  src: local("Microsoft JhengHei UI Bold"), local("Microsoft JhengHei Bold");
}
.mission-tag{
  display: inline-block;
  color: #029093;
font-size: 16px;
font-weight: 500;
line-height: 1.3; 
letter-spacing: 0.1em;
padding: 8px 24px;
border-radius: 30px;
border: solid 1px #029093;
margin-bottom: 32px;
}
.mission-box{
  padding: 36px 24px;
  display: flex;
}
.mission-col{
  width: 50%;
  text-align: center;
}
.mission-col img{
  width: 100%;
  margin-bottom: 24px;
}
main{
  overflow: hidden;
}
.pd-note{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6F788B;
  text-align: center;
  margin: 32px auto 80px auto;
  max-width: 700px;
}
.limit-note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6F788B;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 56px;
}
.limit-tag{
  margin-bottom: 20px;
}
.note-url{
  display: inline-block;
    color: #6F788B;
}
.kv {
  width: 50vw;
  display: block;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 100px;
}

.banner-container {
  width: 100%;
  position: relative;
}

.banner-container-left {
  width: 40%;
  padding: 0 0 0 6.84vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#event {
  position: absolute;
  top: 0;
}

#features {
  position: absolute;
  top: -30px;
}

#teaching {
  position: absolute;
  top: -70px;
}

#tips {
  position: absolute;
  top: -70px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  background-color: #E4E9F0;
}

body.active {
  overflow: hidden;
  position: relative;
}

.container {
  position: relative;
}

input {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
}

.bg-light-gray {
  background-color: #F2F4F7;
}

.container.fix {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.fix-1 {
  padding-top: 100px;
  padding-bottom: 0;
}

.container.fix-2 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.fraud-box {
  display: flex;
  align-items: center;
  padding: 28px 40px;
  background-color: #04BFB4;
  border-radius: 16px;
  position: relative;
  background-image: url(../images/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 24px;
}

.fraud-box:hover {
  background-color: #029093;
}

.fraud-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.fraud-icon {
  width: 56px;
}

.fraud-info {
  padding-left: 20px;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.fraud-info span {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 20px;
}

.show-pad-lg {
  display: none;
}

.text-left {
  text-align: left !important;
}

td.add-relative {
  position: relative;
  white-space: nowrap;
}

.red-tag {
  display: inline-block;
  background-color: #FF5A50;
  color: #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding: 0 8px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: 3;
}

.red-tag.fix {
  font-size: 13px;
  padding: 2px 8px;
  position: absolute;
  top: -6px;
  left: -8px;
  bottom: auto;
  transform: translateX(0);
}

.space-fix {
  white-space: nowrap !important;
}

.gray-fix {
  filter: grayscale(100%);
  opacity: 0.5;
}

.point-note {
  color: #6F788B;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-top: 32px;
}

.point-note.fix {
  display: none;
}

.text-green {
  color: #06ADAD !important;
}

.point-title {
  color: #029093;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding: 0 8px;
}

.point-sub {
  color: #4D5262;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.eq {
  margin-bottom: 16px;
}

.bar {
  max-width: 90%;
  margin-bottom: 12px;
}

.bar-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bar-info span {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  margin: 0 30px;
}

.bar-info span img,
.formula span img {
  margin-right: 4px;
}

.formula {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: solid 1px #4D5262;
  margin-bottom: 8px;
}

.formula span {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
  white-space: nowrap;
}

.formula span sup {
  transform: translateY(-3px);
  font-size: 9px;
}

.formula-info {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.odd {
  background-color: #f8f8f8 !important;
}

.point-box {
  border-radius: 16px;
  background-color: #FFF;
  padding: 40px;
  margin-bottom: 32px;
  overflow: hidden;
}

.point-swiper,
.point-swiper-1 {
  overflow: visible !important;
  position: relative;
}

.point-swiper .swiper-pagination,
.point-swiper-1 .swiper-pagination {
  display: none;
}

.point-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point-section {
  padding: 60px 0 100px 0;
  position: relative;
}

.max-arr {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

.product-7 {
  padding-bottom: 60px;
}

.button-prev.pt {
  display: inline-block;
  width: 36px;
  height: 52px;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  margin-top: 0;
  box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
  backdrop-filter: blur(6px);
}

.button-next.pt {
  width: 36px;
  height: 52px;
  right: -18px;
  transform: translateY(-50%);
  margin-top: 0;
  box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
  backdrop-filter: blur(6px);
}

.button-prev.pd {
  display: inline-block;
  width: 36px;
  height: 52px;
  top: 50%;
  left: 62px;
  transform: translateY(-50%);
  margin-top: 0;
  box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
  backdrop-filter: blur(6px);
}

.button-next.pd {
  width: 36px;
  height: 52px;
  right: 62px;
  transform: translateY(-50%);
  margin-top: 0;
  box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
  backdrop-filter: blur(6px);
}

.button-next.pd.swiper-button-disabled,
.button-prev.pd.swiper-button-disabled,
.button-prev.pt.swiper-button-disabled,
.button-next.pt.swiper-button-disabled {
  display: none;
}

.product-swiper-box {
  max-width: 1900px;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 50px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.product-swiper {
  overflow: visible !important;
  padding-bottom: 30px;
}

.product-swiper .swiper-pagination {
  bottom: 0;
}

.product-swiper .swiper-slide {
  width: 564px;
}

.product-card {
  padding: 40px;
  border-radius: 16px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 408px;
  position: relative;
  overflow: hidden;
}

.table-mask {
  opacity: 0;
  padding: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #04BFB4;
  top: 0;
  left: 0;
  transition: 0.3s all;
}

.product-card:hover .table-mask {
  opacity: 1;
}

.product-card:hover .process-card-btn img {
  transform: rotate(45deg);
}

.table.fix {
  width: 100%;
  min-width: 0;
  border-radius: 8px;
}

.table.fix th,
.table.fix td {
  padding: 15px 10px;
}

.table.fix td {
  font-size: 16px;
  background-color: #fff;
}

.table.fix th {
  font-size: 14px;
  background-color: #029093;
}

.table.fix tr th:first-child {
  border-top-left-radius: 8px;
}

.table.fix tr th:last-child {
  border-top-right-radius: 8px;
}

.table.fix tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.table.fix tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.steps-num.fix {
  position: static;
  margin-bottom: 12px;
}

.product-card .h3 {
  color: #111;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.fishing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-left: 40px;
  color: #4D5262;
  border-radius: 16px;
  border: solid 1px #4D5262;
  text-decoration: none;
}

.fishing-btn img {
  width: 14px;
  margin-right: 4px;
}

.fishing-btn:hover {
  background-color: #D6DDE8;
}

.fixed-top-form {
  width: 100%;
  background-color: #04BFB4;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
}

@keyframes fixedTop {
  0% {
    opacity: 0;
    transform: translateY(-84px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fixed-top-left {
  display: inline-block;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 12px 0 0;
}

.fixed-top-right {
  width: 60%;
  margin-left: auto;
}

.fixed-top-group {
  width: 100%;
  display: flex;
}

.fixed-top-col {
  width: 25%;
  padding-left: 4px;
}

.warning-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.warning-box {
  background-color: #06ADAD;
  color: #fff;
  padding: 64px 180px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.warning-box a {
  color: #fff;
  text-decoration: none;
}

.input-group.fix {
  margin-bottom: 0;
  max-width: 198px;
}

.input-group.fix::after {
  content: '萬';
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 1;
}

.input-group.fix::before {
  content: 'NT';
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 20px;
  z-index: 1;
}

.input-group.fix .form-input.fix {
  line-height: 56px;
  border-radius: 30px;
  padding: 0 45px 0 60px;
  text-align: center;
  color: #06ADAD;

}

.years-result {
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.section-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-404 {
  width: 360px;
  margin-bottom: 32px;
}

.title-404 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 12px;
}

.btn-box-404 {
  padding-top: 40px;
  text-align: center;
}

.note-title {
  color: #029093;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.note-ol {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  list-style-type: decimal;
  margin-bottom: 40px;
  padding-left: 1.8em;
}

.note-ol a {
  color: #015F6C;
  text-decoration: none;
}

.note-p {
  color: #4D5262;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}

.level-link {
  text-align: center;
}

.level-url {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-right: 24px;
  background-image: url(../images/level-url.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 24px;
  text-decoration: none;
}

.w-fix {
  width: 100% !important;
  padding: 0 4px;
  min-width: 150px;
}

.offers-card {
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.offers-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px;
  height: 212px;
  color: #4D5262;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  background-image: url(../images/offer-card-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
  background-color: #FEDA59;
}

.offers-card-header.fix-1 {
  background-color: #00ADA4;
  color: #fff;
}

.offers-card-header.fix-2 {
  background-color: #E86709;
  color: #fff;
}

.offers-card-header.fix-3 {
  background-color: #0C767D;
  color: #fff;
}

.offers-card-body {
  background-color: #fff;
  padding: 64px 36px 32px 36px;
  position: relative;
  min-height: 302px;
}

.offers-card-logo {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: -47px;
  left: 36px;
  z-index: 1;
  box-shadow: 2.65734px 2.65734px 18.6014px 0px rgba(135, 192, 204, 0.05), 2.65734px 2.65734px 7.97203px 0px rgba(22, 89, 111, 0.12);
}

.offers-card-logo img {
  width: 80%;
}

.offers-card-line {
  height: 24px;
  background-image: url(../images/offers-card-line-1.svg), url(../images/offers-card-line-2.svg), url(../images/offers-card-line-3.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center left, center right, center center;
  background-size: auto 24px, auto 24px, 90% auto;
}

.offers-card-sub {
  color: #313639;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.offers-card-title {
  color: #313639;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  min-height: 68px;
}

.offers-card-date {
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.offers-card-bottom {
  background-color: #fff;
  padding: 20px;
}

.offers-container {
  max-width: 976px;
  margin: 80px auto 0 auto;
}

.offers-section-2 {
  padding: 120px 0;
  background-color: #F2F4F7;
}

.offers-section-1 {
  padding: 120px 0;
  background-image: url(../images/offers-bg.svg);
  background-position: top 60px center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  min-height: 800px;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.offers-box {
  max-width: 976px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}

.offers-box-img {
  width: 594px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.star-1 {
  width: 77px;
  position: absolute;
  left: 169px;
  bottom: 126px;
  z-index: 1;
  animation: floating 4s ease-out 0.7s infinite;
}

.star-2 {
  width: 77px;
  position: absolute;
  left: 55%;
  top: 75px;
  z-index: 1;
  animation: floating 5s ease-out 0.1s infinite;
}

.star-3 {
  width: 102px;
  position: absolute;
  right: 237px;
  bottom: 172px;
  z-index: 1;
  animation: floating 5.5s ease-out 1.8s infinite;
}

.offer-bubble-1 {
  width: 209px;
  position: absolute;
  z-index: 1;
  top: 162px;
  left: 23px;
  animation: floating 6.5s ease-out 0.4s infinite;
}

.offer-bubble-2 {
  width: 209px;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 209px;
  animation: floating-1 5.5s ease-out 0.7s infinite;
}

.offer-bubble-3 {
  width: 209px;
  position: absolute;
  z-index: 1;
  top: 21px;
  right: 169px;
  animation: floating 6s ease-out 0.5s infinite;
}

.offer-bubble-4 {
  width: 209px;
  position: absolute;
  z-index: 1;
  top: 134px;
  right: 0;
  animation: floating-1 6s ease-out 0.6s infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-1 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.container-xs {
  max-width: 648px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-md {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 30px;
}

.article-header {
  padding-top: 70px;
  min-height: 376px;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.article-header .h2 {
  margin-bottom: 80px;
}

.article-header .h5 {
  text-align: left;
}

.article-min-pic {
  width: 100%;
  margin-bottom: 80px;
}

.article-content {
  max-width: 588px;
  margin: 0 auto;
  color: #4D5262;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.article-content h2 {
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

.article-content h3 {
  color: #313639;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

.article-content p {
  margin-bottom: 40px;
  text-align: justify;
}

.article-content b {
  font-weight: 700;
}

.article-content a {
  color: #06ADAD;
  text-decoration: none;
}

.article-content a:hover {
  color: #06ADAD;
  text-decoration: underline;
}

.article-content br {
  display: block;
  height: 40px;
}

.article-content table {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

.article-content table tr td,
.article-content table tr th {
  padding: 16px;
  vertical-align: middle;
  text-align: left;
}

.article-content table th {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  background-color: #06ADAD;
  border: 1px solid #06ADAD;
  border-right-color: #fff;
}

.article-content table td {
  color: #4D5262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  border: 1px solid #06ADAD;
  background-color: #fff;
}

.article-content table tr th:last-child {
  border-right-color: #06ADAD;
}

.article-content ul {
  list-style-type: disc;
  padding-left: 1.6em;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article-content ul li {
  margin-bottom: 20px;
}

.article-content ol {
  list-style-type: decimal;
  padding-left: 2.6em;
  margin-top: 40px;
  margin-bottom: 40px;
}

.article-content ol li {
  margin-bottom: 20px;
}

.article-content img {
  width: calc(100% + 200px);
  margin-left: -100px;
  margin-bottom: 80px;
}

.img-note {
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}

.reading-box {
  max-width: 788px;
  margin: 0 auto;
}

.reading-title {
  margin-bottom: 40px;
  text-align: center;
}

.no-data-box {
  height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-data-box h4 {
  color: #313639;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.no-data-box p {
  color: #4D5262;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.process-item {
  border-radius: 16px;
  background-color: #F8FBFD;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.process-item-left {
  width: 180px;
  display: flex;
  align-items: center;
}

.process-item-icon {
  width: 46px;
}

.process-item-left span {
  display: block;
  color: #313639;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-left: 16px;
}

.process-item-right {
  width: calc(100% - 180px);
  overflow: hidden;
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12em;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.process-content {
  padding: 20px 36px 0 36px;
  position: relative;
}

.process-mask {
  width: 100%;
  height: 132px;
  background: linear-gradient(360deg, #FFF 17.65%, rgba(255, 255, 255, 0.15) 146.47%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0.7;
}

.input-note {
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.apply-content {
  width: calc(100% + 56px);
  margin-left: -28px;
  padding: 0 28px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.apply-content.active {
  padding: 12px 28px 40px;
  max-height: 200vh;
}

.apply-btn-box {
  padding-top: 8px;
  text-align: center;
}

.apply-content-title {
  color: #313639;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 16px;
}

.apply-icon {
  width: 90%;
  max-width: 126px;
  margin-bottom: 12px;
}

.apply-icon-title {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.apply-icon-text {
  color: #4D5262;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.apply-card-title {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.apply-card-title span {
  display: inline-block;
  padding: 0 8px;
  color: #015F6C;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08em;
  border-radius: 12px;
  background-color: #89FFEA;
  margin-left: 12px;
  transform: translateY(-2px);
}

.apply-card-text {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12em;
  height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.apply-card-row {
  display: flex;
  align-items: center;
  padding-bottom: 28px;
}

.apply-card-left {
  flex: 1;
}

.apply-card-right {
  display: inline-block;
  width: auto;
  min-width: 200px;
}

.apply-card {
  border-radius: 16px;
  background-color: #fff;
  padding: 28px 28px 0 28px;
  margin-bottom: 24px;
}

.modal-lg-sub {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.12em;
  margin: 4px 0 40px 0;
}

.level-content {
  display: none;
  position: relative;
  padding-bottom: 40px;
}

.level-content.active {
  display: block;
  animation: InUp 0.3s forwards ease-in;
}

.level-content.fix {
  display: block;
  animation: InUp 0.3s forwards ease-in;
}

@keyframes InUp {
  0% {
    margin-top: 30px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.back-url {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12em;
  display: inline-block;
  padding-left: 24px;
  background-image: url(../images/back.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 9;
  text-decoration: none;
}

.level2-card {
  border-radius: 16px;
  background-color: #FFF;
  padding: 28px;
}

.level2-title {
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.level2-text {
  max-height: 44px;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 28px;
}

.modal-lg-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
  position: relative;
}

.level2-icon {
  width: 100%;
}

.service-card-icon {
  width: 110px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.service-card {
  border-radius: 16px;
  background-color: #FFF;
  padding: 88px 28px 28px 28px;
  position: relative;
  height: 100%;
}

.service-card.fix {
  border: solid 1px #D6DDE8;
}

.service-card-link {
  display: block;
  padding-right: 60px;
  background-image: url(../images/tab-link.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center right;
  text-decoration: none;
}

.service-card-link:hover {
  background-image: url(../images/tab-link-1.svg);
  animation: bgSize 0.5s forwards;
}

.service-card-link.fix {
  background-image: url(../images/tab-link-2.svg);
}

.service-card-link.fix:hover {
  background-image: url(../images/tab-link-3.svg);
}

@keyframes bgSize {
  0% {
    background-size: 0 0;
    background-position: center right 20px;
  }

  100% {
    background-size: 36px 36px;
    background-position: center right;
  }

}



.service-card-title {
  height: 36px;
  color: #313639;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2.88px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card-link:hover .service-card-title {
  color: #06ADAD;
}

.service-card-text {
  height: 22px;
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fixed-btn {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99;
}

.fixed-btn.active {
  display: inline-flex;
  opacity: 0;
  animation: fadeUpIn 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fixed-btn li {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  margin-top: 8px;
  background-color: #FF5A50;
  overflow: hidden;
  text-wrap: nowrap;
  padding-left: 56px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.fixed-btn li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}

.fixed-btn li:hover {
  width: 126px;
  background-color: #F1253E;
  padding-left: 48px;
}

.fixed-btn-service {
  background-image: url(../images/edit-1.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left 16px;
}

.fixed-btn .fixed-btn-service:hover {
  width: 142px;
}

.fixed-btn-apply {
  background-image: url(../images/chat.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center left 16px;
}

.home-note {
  color: #6F788B;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.home-note a {
  color: #015F6C;
  text-decoration: none;
}

.article-card {
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}

.article-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.article-img {
  width: 240px;
  height: 0;
  padding-top: 136px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.article-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.article-info {
  width: calc(100% - 240px);
  padding: 0 72px 0 36px;
  background-image: url(../images/tab-link.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center right;
}

.article-title {
  height: 68px;
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-text {
  height: 45px;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card:hover .article-info {
  background-image: url(../images/tab-link-1.svg);
  animation: bgSize 0.5s forwards;
}

.article-card:hover .article-title {
  color: #06ADAD;
}

.no-warp {
  text-wrap: nowrap !important;
}

.qa-pic-1 {
  width: 100%;
}

.qa-table {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-top: 12px;
}

.qa-table th {
  background-color: #029093;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.qa-table td {
  color: #4D5262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.qa-table tr {
  background-color: #F8FBFD;
}

.qa-table tr:nth-child(odd) {
  background-color: #fff;
}

.qa-table td,
.qa-table th {
  padding: 8px;
}

.qa-icon-title {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.qa-card-btn {
  display: block;
  color: #313639;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  background-image: url(../images/arrow-add.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.qa-card-btn.active {
  background-image: url(../images/arrow-add-3.svg);
}

.qa-card-btn i {
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  border-radius: 12px;
  background-color: #31E4CF;
  width: 44px;
  margin-right: 8px;
  text-align: center;
}

.qa-card-btn span {
  width: calc(100% - 52px);
}

.qa-pane {
  color: #4D5262;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 52px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow-wrap: break-word;
}

.qa-pane.active {
  max-height: 300vh;
  padding-top: 16px;
}

.qa-pane a {
  color: #06ADAD;
  text-decoration: none;
}

.qa-pane a:hover {
  color: #06ADAD;
  text-decoration: underline;
}

.search-box {
  position: relative;
  margin-bottom: 64px;
}

.form-input.ser-input {
  line-height: 54px;
  border-radius: 30px;
  background-color: #fff;
  color: #6F788B;
}

.search-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/search.svg);
  background-size: 24px;
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 24px;
}

.qa-card {
  border-radius: 16px;
  background-color: #FFF;
  padding: 36px;
  margin-bottom: 16px;
}

.qa-card.fix {
  border-radius: 0;
  background-color: #FFF;
  padding: 24px 0;
  margin: 0;
  border-bottom: solid 1px #EFF3F7;
}

.tab-pane .qa-card.fix:last-child {
  border-bottom: none;
}

.experience-swiper-box {
  max-width: 1280px;
  margin: 80px auto 0 auto;
}

.experience-swiper {
  overflow: hidden;
  padding-bottom: 40px;
}

.experience-swiper .swiper-wrapper {
  align-items: center;
}

.experience-swiper .swiper-slide {
  width: 276px;
}

.experience-swiper .swiper-slide {
  opacity: 0.7;
}

.experience-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.user-card {
  width: 100%;
  background-image: url(../images/user-card.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
  border-radius: 12px;
  padding: 40px 28px;
  position: relative;
  margin-top: 46px;
}

.user-face {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 4px 4px 28px 0px rgba(39, 56, 60, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
  position: absolute;
  top: -46px;
  right: 11%;
}

.user-name {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.user-job {
  color: #BDC4CB;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09em;
}

.star-box {
  margin: 8px 0 16px 0;
  display: flex;
}

.user-title {
  color: #313639;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  min-height: 42px;
}

.user-text {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.12em;
  height: auto;
  min-height: 84px;
}

.document-card {
  max-width: 996px;
  border-radius: 16px;
  background: #FFF;
  padding: 40px;
  display: flex;
  margin: 80px auto 12px auto;
}

.document-card-col {
  width: 33.3%;
  padding: 0 20px;
  text-align: center;
}

.process-swiper-link li {
  margin-bottom: 8px;
  color: #A1A9B4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.process-swiper-link li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A1A9B4;
  margin-right: 4px;
}

.process-swiper-link li.active {
  color: #06ADAD;
}

.process-swiper-link li.active span {
  width: 20px;
  background-color: #06ADAD;
  border-radius: 8px;
}

.process-card-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.process-card-btn img {
  width: 32px;
  transition: all 0.3s;
}

.process-steps-card {
  padding-top: 8px;
  width: 288px;
  position: relative;
  cursor: pointer;
}

.process-steps-card::after {
  content: '';
  background-image: url(../images/step-next.svg);
  width: 8px;
  height: 16px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}

.process-steps-card.fix::after {
  display: none;
}

.process-steps-header {
  height: 44px;
  background-image: url(../images/steps-header.svg);
  background-repeat: no-repeat;
  background-size: auto 44px;
  background-position: top left;
  border-top-right-radius: 16px;
  position: relative;
}

.process-steps-body {
  background-color: #fff;
  padding: 4px 20px 68px;
  border-radius: 0 0 16px 16px;
  position: relative;
  height: 246px;
}

.process-steps-icon {
  height: 40px;
  margin-bottom: 8px;
  transition: all 0.6s;
}

.process-steps-title {
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  transition: all 0.6s;
}

.process-steps-text {
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
  transition: all 0.6s;
}

.process-steps-card:hover .process-steps-header {
  background-image: url(../images/steps-header-1.svg);
}

.process-steps-card:hover .process-steps-icon {
  width: 0;
  height: 0;
  opacity: 0;
}

.process-steps-card:hover .process-steps-body {
  background-color: #04BFB4;
}

.process-steps-card:hover .process-steps-title {
  color: #fff;
}

.process-steps-card:hover .process-steps-text {
  color: #fff;
  text-overflow: none;
  display: block;
  -webkit-box-orient: none;
  height: auto;
}

.process-steps-text a {
  text-decoration: none;
}

.process-steps-text a:hover {
  text-decoration: underline;
}

.process-steps-card:hover .process-card-btn img {
  transform: rotate(45deg);
}

.process-box {
  display: flex;
  padding-top: 80px;
}

.process-link {
  width: 232px;
  padding-left: 80px;
}

.process-swiper-box {
  width: calc(100% - 232px);
  padding-bottom: 36px;
  overflow: hidden;
  position: relative;
}

.process-section-1 {
  padding: 120px 0;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
}

.process-swiper-1 {
  width: 288px;
  overflow: visible;
  margin: 0;
}

.process-swiper-1 .swiper-slide {
  width: 288px;
}

.process-swiper-2 {
  width: 288px;
  overflow: visible;
  margin: 0;
}

.process-swiper-2 .swiper-slide {
  width: 288px;
}

.process-swiper-3 {
  width: 288px;
  overflow: visible;
  margin: 0;
}

.process-swiper-3 .swiper-slide {
  width: 288px;
}

.process-swiper-box .swiper-pagination {
  width: calc(100vw - 464px);
  position: absolute;
  bottom: -32px;
  left: 0;
}

.process-section-2 {
  padding: 200px 0 0 0;
}

.process-section-3 {
  padding: 120px 0;
  background-image: url(../images/process-bg.svg);
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: top 60px left;
}

.mortgage-box {
  text-align: center;
  margin: 0 auto;
  max-width: 688px;
}

.mortgage-title {
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.mortgage-date {
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.1em;
  color: #6F788B;
  margin-bottom: 16px;
}

.mortgage-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #313639;
  margin-bottom: 24px;
}
.mortgage-text super{
  font-size:70% !important; 
  line-height: 0;
  vertical-align: super;
}
.mortgage-text ol {
  text-align: justify;
  margin-bottom: 0;
}

.mortgage-btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mortgage-note-btn{
  display: none;
}
.mortgage-note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #6F788B;
  text-align: center;
}
.mortgage-note a{
  color: #6F788B;
}
.mortgage-section {
  background-image: url(../images/special.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px auto;
  padding: 130px 0;
  min-height: 780px;
  margin-bottom: 60px;
}

.normal-bg-1 {
  width: 50%;
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
}

.home-loan-section-7 {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/gov-bg-2.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1860px auto;
  overflow: hidden;
}

.gov-bg-1 {
  position: absolute;
  z-index: -1;
  width: 2511px;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gov-col-content {
  padding-left: 40px;
}

.gov-col-title {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
}

.gov-col-title img {
  height: 40px;
}

.gov-col-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.gov-card {
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 28px;
  margin-top: 80px;
  margin-bottom: 32px;
  display: flex;
  align-items: stretch;
}

.gov-col {
  width: 50%;
  padding: 0 12px;
}

.gov-card-box {
  width: 100%;
  height: 100%;
  background-color: #F8FBFD;
  border-radius: 16px;
  padding: 16px;
}

.gov-section-2 {
  padding: 120px 0;
}

.gov-note {
  color: #6F788B;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  max-width: 800px;
  margin: 0 auto;
}

.button-prev.gov,
.button-next.gov {
  display: none;
}

.gov-swiper-box {
  margin-top: 80px;
  padding-bottom: 32px;
  position: relative;
}

.gov-section-1 {
  padding: 80px 0 0 0;
  position: relative;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.gov-section-1-bg{
  width: 2820px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 530px;
  transform: translateX(-60%);
}
.gov-swiper-1,
.gov-swiper-2 {
  border-radius: 16px;
  background: #FFF;
  padding: 40px;
  overflow: hidden;
  text-align: center;
}

.gov-swiper-2 {
  padding-left: calc(10% + 20px);
  padding-right: calc(10% + 20px);
}

.gov-icon {
  width: 90%;
  max-width: 140px;
  margin-bottom: 10px;
}

.gov-icon-title {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.gov-icon-title span {
  display: inline-block;
  font-size: 20px;
  margin: 0 4px;
}

.mr-fix {
  margin-right: 20px !important;
}

.gov-icon-text {
  color: #4D5262;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.gov-icon-text.fix {
  font-size: 14px;
}

.knowledge-swiper-box {
  max-width: 1548px;
  margin: 0 auto;
  position: relative;
}

.book {
  width: 246px;
  bottom: -70px;
  left: 50%;
  transform: translateX(60%);
  position: absolute;
  z-index: 99;
}

.knowledge-swiper {
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 1548px;
  overflow: hidden;
  margin: 0 auto;
}

.knowledge-swiper .swiper-wrapper {
  align-items: center;
}

.knowledge-swiper .swiper-slide {
  width: 500px;
}

.knowledge-card {
  display: block;
  padding: 40px;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 3px 3px 40px 0px rgba(193, 194, 194, 0.30);
  text-decoration: none;
}

.knowledge-swiper .knowledge-card {
  opacity: 0.3;
  pointer-events: none;
}

.knowledge-swiper .swiper-slide-active .knowledge-card {
  opacity: 1;
  padding: 80px 40px;
  pointer-events: auto;
}

.knowledge-title {
  color: #313639;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.knowledge-card:hover .knowledge-title {
  color: #029093;
}

.knowledge-card:hover .knowledge-text {
  color: #04BFB4;
}

.knowledge-text {
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.steps-btn {
  text-align: center;
  margin-top: 40px;
}

.steps-note {
  color: #4D5262;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.steps-note a {
  color: #029093;
  text-decoration: none;
}

.steps-note a {
  color: #015F6C;
}

.steps-note ol {
  padding-left: 2.3em;
}

.steps-num {
  display: inline-block;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  background-color: #89FFEA;
  border-radius: 12px;
  width: 36px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
}

.steps-row {
  display: flex;
  margin: 0 -12px;
  padding: 18px 0 40px 0;
  flex-wrap: wrap;
}

.steps-col {
  width: 20%;
  padding: 0 12px;
  position: relative;
}

.steps-col::after {
  content: '';
  background-image: url(../images/step-next.svg);
  width: 8px;
  height: 16px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}

.steps-row .steps-col:last-child::after {
  display: none;
}

.steps-card {
  height: 100%;
}

.steps-header {
  height: 44px;
  background-image: url(../images/steps-header.svg);
  background-repeat: no-repeat;
  background-size: auto 44px;
  background-position: top left;
  border-top-right-radius: 16px;
  position: relative;
}

.steps-body {
  height: calc(100% - 44px);
  background-color: #fff;
  padding: 4px 20px 20px;
  border-radius: 0 0 16px 16px;
}

.steps-icon {
  height: 40px;
  margin-bottom: 8px;
}

.steps-title {
  color: #313639;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.steps-text {
  color: #6F788B;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  height: auto;
}

.steps-tab {
  padding: 58px 0 10px 0;
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}

.steps-tab.fix {
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
}

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.alpha {
  list-style-type: lower-alpha;
  padding-left: 1.5em;
}

.roman {
  list-style-type: upper-roman;
  padding-left: 1.5em;
}

.modal-title {
  color: #313639;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.modal-title span {
  display: block;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  padding-top: 8px;
}

.modal-text {
  color: #4D5262;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.modal-note {
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-align: center;
}

.modal-card {
  border-radius: 16px;
  background: #F8FBFD;
  padding: 12px;
  margin-bottom: 12px;
}

.modal-card ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.close {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #EFF3F7;
  border-radius: 50%;
  background-image: url(../images/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  position: fixed;
  z-index: 3;
  top: 36px;
  right: 36px;
}

.close:hover {
  background-color: #fff;
}

.modal-mask {
  background-color: rgba(139, 160, 167, 0.80);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 100px 0 60px 0;
  overflow-y: auto;
}

.modal-mask::before {
  content: '';
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-mask.active {
  display: flex;
}

.modal-box {
  max-width: 776px;
  width: calc(100% - 60px);
  background: #FFF;
  padding: 40px;
  border-radius: 12px;
}

.modal-box-lg {
  max-width: 976px;
  max-height: 100%;
  width: calc(100% - 160px);
  margin: 0 auto;
}

.modal-box-md {
  max-width: 776px;
  max-height: 100%;
  width: calc(100% - 160px);
  margin: 0 auto;
}

.modal-box-card {
  height: 60vh;
  background-color: #fff;
  border-radius: 16px;
  padding: 28px;
}

.modal-content {
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  max-height: calc(100vh - 280px);
  overflow: auto;
}

.active .modal-box {
  animation: popup 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.question-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #06ADAD;
  padding-right: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url(../images/question-icon.svg);
  background-position: center right;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.question-link:hover {
  color: #029093;
  background-image: url(../images/question-icon-1.svg);
}

.expected-section {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  background-color: #fff;
  line-height: 56px;
  padding: 0 48px 0 24px;
  color: #06ADAD;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 28px;
  width: 100%;
  flex: 1;
  appearance: none;
  background-image: url(../images/g-select.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: 24px;
  border: none;
  outline: none;
}

.expected-box {
  padding: 20px 24px;
  max-width: 500px;
  margin: 80px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #04BFB4;
  box-shadow: 4px 4px 28px 0px rgba(39, 56, 60, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
}

.expected-label {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  display: inline-flex;
  padding-right: 20px;
  align-items: center;
}

.expected-label img {
  width: 16px;
  margin-right: 4px;
}

.expected-card {
  border-radius: 12px;
  background-color: #F2F4F7;
  padding: 12px;
  margin-bottom: 16px;
}

.expected-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09em;
}

.expected-title img {
  width: 16px;
  margin-right: 4px;
}

.expected-result {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-top: 10px;
}

.expected-result i {
  display: inline-block;
  margin-left: 8px;
  min-width: 58px;
}

.expected-years {
  padding: 10px 10px 0 10px;
  height: 48px;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.expected-years span,
.expected-years i {
  display: inline-block;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.expected-years span {
  margin: 0 8px 0 12px;
}

.expected-years span.fix {
  margin: 0 0 0 12px;
}

.expected-years span.fix-1 {
  margin: 0 0 0 25px;
}

.icon-card-badge {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  border-radius: 12px;
  background: #FF5A50;
  padding: 0 8px;
  position: absolute;
  top: 28px;
  right: 12px;
  z-index: 1;
}

.unit-icon {
  width: 70px;
  margin-bottom: 12px;
  border-radius: 50%;
  box-shadow: 4px 4px 28px 0px rgba(135, 192, 204, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
}

.home-loan-section-1 {
  padding: 120px 0 80px 0;
  overflow: hidden;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.home-loan-section-2 {
  padding: 60px 0;
}

.home-loan-section-2.fix {
  padding: 60px 0 24px 0;
}

.home-loan-section-3 {
  padding: 120px 0 100px 0;
  position: relative;
}

.home-loan-section-3-bg {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.home-loan-section-4 {
  padding: 120px 0;
}

.home-loan-section-5 {
  padding: 40px 0 60px 0;
}

.home-loan-section-6 {
  padding: 120px 0;
}

.home-loan-btn-box {
  padding-top: 32px;
}

.home-loan-swiper-1 {
  overflow: visible;
  max-width: 876px;
  margin: 0 auto;
  padding: 40px 0 32px 0;
}

.home-loan-swiper-1 .swiper-slide {
  width: 276px;
}

.question-result-title {
  color: #313639;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.question-result-card {
  width: 100%;
  max-width: 236px;
  min-height: 216px;
  margin: 0 auto -16px auto;
  border-radius: 16px;
  background-color: #FFF;
  padding: 0 12px 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question-result-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 12px;
  border-radius: 30px;
  background-color: #89FFEA;
  margin-bottom: 8px;
}

.question-result-text {
  color: #4D5262;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
}

.question-result-icon {
  width: 118px;
}

.re-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/g-refresh.svg);
  background-size: 24px;
}

.back-btn {
  text-align: center;
  padding-top: 16px;
}

.back-btn a {
  display: inline-flex;
  align-items: center;
  color: #06ADAD;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.ans-list {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.ans-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ans-list .tag-mark {
  display: block;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #313639;
  background-color: #fff;
  cursor: pointer;
}

.ans-list:hover input~.tag-mark {
  color: #fff;
  background-color: #31E4CF;
}

.ans-list input:checked~.tag-mark {
  color: #fff;
  background-color: #04BFB4;
}

.question-card-ans-list {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question-card-ans-list .ans-list:last-child {
  margin-bottom: 0;
}

.question-card-list {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.question-card-list-title {
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.question-card-list-num {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 2px 8px;
  background-color: #31E4CF;
  margin-bottom: 8px;
  border-radius: 12px;
}

.question-card-info-sub {
  color: #06ADAD;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.question-card-info-title {
  color: #015F6C;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.question-card-content {
  display: none;
}

.question-card-content.active {
  opacity: 0;
  display: block;
  animation: fadeLeft 0.3s forwards;
}

.question-card-info {
  min-height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question-card-btn {
  padding-top: 40px;
  text-align: center;
}

.question-card {
  width: 100%;
  min-height: 472px;
  background-image: url(../images/question-card-bg-1.svg), url(../images/question-card-bg-2.svg), url(../images/question-card.svg);
  background-repeat: no-repeat;
  background-size: 260px auto, 260px auto, 1104px auto;
  background-position: top right, bottom left, top left;
  border-radius: 16px;
  position: relative;
  margin: 16px 0 0 0;
  padding: 64px 28px 32px 28px;
}

.question-card-icon {
  width: 56px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: -16px;
}

.card-notice {
  color: #029093;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.history-title {
  color: #06ADAD;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  display: block;
  padding: 0 0 16px 0;
  border-bottom: solid 2px #06ADAD;
}

.history-table {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  border-collapse: collapse;
  width: 100%;
  min-width: 580px;
}

.history-table tr td,
.history-table tr th {
  padding: 16px 16px 16px 0;
  vertical-align: middle;
  text-align: left;
}

.history-td-1 {
  width: 110px;
}

.history-td-2,
.history-td-3 {
  width: 358px;
}

.history-table td {
  color: #4D5262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #E4E9F0;
}

.history-table tr td:first-child {
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.history-table tr:last-child td,
.history-table tr.fix td {
  border-bottom: none;
}

.history-table tr td.table-type {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  border-bottom: none;
}

.table-border {
  font-family: 'Chivo Mono', 'JhengHei', sans-serif;
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0.01em #4D5262;
}

.table-border tr {
  border-top-left-radius: 10px;
}

.table-border tr td {
  text-align: center;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 8px;
  border: 1px solid #E4E9F0;
}

.table-border tr:last-child td {
  border-bottom: 1px solid #E4E9F0;
}

.table-border tr td:first-child {
  width: 48%;
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  background-color: #F2F4F7;
  border-right: 1px solid #fff;
}

.condition-box {
  display: flex;
  flex-wrap: wrap;

}

.condition-item {
  color: #4D5262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  width: 50%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.condition-item::before {
  content: '●';
  color: #06ADAD;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}

.condition-item span {
  display: block;
  min-width: 146px;
  width: auto;
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  padding-right: 10px;
}

.btn-green span.line-icon {
  background-image: url(../images/line-icon.svg);
}

.btn-white span.refresh-icon {
  background-image: url(../images/refresh.svg);
}

.btn-white:hover span.refresh-icon {
  background-image: url(../images/refresh-1.svg);
}

.calculation-btn-box {
  padding-top: 12px;
  margin: 0 -6px;
  display: flex;
}

.calculation-btn-box a,
.calculation-btn-box button {
  margin: 0 6px;
}

.rwd-table {
  position: relative;
  max-height: 482px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rwd-table.fix {
  max-height: 504px;
}

.move-icon {
  display: none;
}

.history-rwd {
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.rwd-table::-webkit-scrollbar,
.history-rwd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #E4E9F0;
}

.rwd-table::-webkit-scrollbar-thumb,
.history-rwd::-webkit-scrollbar-thumb {
  background-color: #029093;
  border-radius: 3px;
}

.table {
  font-family: 'Chivo Mono', 'JhengHei';
  border-collapse: collapse;
  width: 100%;
  min-width: 580px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}


.table td,
.table th {
  padding: 8px;
}

.td-w-1 {
  width: 72px;
}

.td-w-2 {
  width: 164px;
  padding-right: 24px;
}

.td-icon-1 {
  background-image: url(../images/td-icon.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
}

.td-icon-2 {
  background-image: url(../images/td-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
}

.td-w-3 {
  width: 140px;
}

.table-header {
  position: sticky;
  top: 0;
  z-index: 3;
}

.table th {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #04BFB4;
  vertical-align: middle;
}

.table td {
  color: #4D5262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.table tr td:first-child {
  background-color: #E4E9F0;
}

.detail-card {
  border-radius: 16px;
  border: 1px solid #D6DDE8;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 12px;
}

.detail-card-btn {
  width: 100%;
  display: flex;
  align-items: center;
  color: #4D5262;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
  padding-right: 24px;
  text-decoration: none;
  background-image: url(../images/open.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center right;
}

.detail-card-btn span {
  color: #9DA8B6;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.12em;
  display: inline-block;
  margin-left: 4px;
}

.detail-card-btn.active {
  background-image: url(../images/open-1.svg);
}

.detail-pane {
  display: none;
  margin-top: 24px;
}

.detail-pane.active {
  display: block;
}

progress {
  -webkit-appearance: none;
  appearance: none;
  transform: rotate(90deg);
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  --fill: calc(var(--progress) * 1%);
  background: conic-gradient(#FF736A var(--fill), #06ADAD 0);
}

progress::-webkit-progress-inner-element,
progress::-webkit-progress-bar,
progress::-webkit-progress-value,
progress::-webkit-meter-bar,
progress::-webkit-meter-optimum-value,
progress::-webkit-meter-suboptimum-value,
progress::-webkit-meter-even-less-good-value {
  display: none;
}

progress::-moz-progress-bar,
progress::-moz-meter-bar {
  background: transparent;
}

.doughnut {
  width: 104px;
  height: 104px;
  display: block;
  position: absolute;
  z-index: 999;
  top: 8px;
  left: 8px;
  background: #fff;
  border-radius: 50%;
  background-image: url(../images/chart.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: center center;
}

.results-chart-title {
  color: #4D5262;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.results-total {
  color: #4D5262;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.results-total span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 8px;
}

.results-info-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.results-month {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

.results-payment {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.results-payment span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}

.results-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}

.results-info {
  color: #FFF;
  width: calc(50% - 6px);
  margin-right: 12px;
  background-color: #04BFB4;
  padding: 24px;
  border-radius: 16px;
  background-image: url(../images/coin.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 180px auto;
}

.results-info.fix {
  width: 100%;
  margin-right: 0;
}

.results-chart {
  width: calc(50% - 6px);
  padding: 24px 32px;
  border-radius: 16px;
  border: 1px solid #D6DDE8;
}

.result-chart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  flex-wrap: wrap;
}

.pie-chart-info {
  display: inline-block;
  padding: 24px;
}

.pie-chart {
  width: 120px;
  height: 120px;
  position: relative;
}

.pie-chart-info-type {
  display: inline-flex;
  align-items: center;
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #EFF3F7;
  margin-bottom: 4px;
}

.pie-chart-info-type span {
  display: inline-block;
  width: 10px;
  height: 4px;
  border-radius: 3px;
  margin-right: 6px;
  background-color: #06ADAD;
}

.pie-chart-info-type span.fix {
  background-color: #FF5A50;
}

.pie-chart-info-payment {
  color: #4D5262;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

main {
  overflow: hidden;
}

.form-btn-box {
  width: 100%;
  text-align: center;
}

.rate-flex {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.rate-start {
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
}

.rate-md {
  flex: 1;
  background-image: url(../images/gray-line.svg);
  background-position: center left;
  background-repeat: repeat-x;
  text-align: center;
  background-size: auto 1px;
}

.rate-input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 48px;
  background-color: #F2F4F7;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 24px;
}

.rate-input input {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #06ADAD;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 58px;
  outline: none;
}

.rate-box {
  display: none;
}

.rate-box.active {
  display: block;
}

.counter-card {
  border-radius: 16px;
  background-color: #FFF;
  padding: 40px 60px;
  margin-bottom: 24px;
}

.counter-card-title {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  position: relative;
}

.counter-card-note {
  color: #6F788B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-top: 4px;
  margin-bottom: 24px;
}

.counter-card-sub {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  width: 100%;
}

.counter-card-note {
  color: #6F788B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin: 10px 0 24px;
}

.unit-main {
  padding: 80px 0;
  opacity: 0;
  animation: fadeUpIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.unit-banner-row {
  display: flex;
  align-items: center;
}

.unit-slogan {
  width: 47%;
  opacity: 0;
  animation: fadeLeftIn 1s forwards 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.unit-slogan .h1 {
  margin-bottom: 24px;
}

.unit-slogan .h5 {
  line-height: 1.8;
}

.unit-img {
  width: 53%;
}

.home-1 {
  width: 680px;
  transform: translateX(0);
}

.home-1.fix {
  width: 740px;
  transform: translate(-40px, -30px);
}

.md-container {
  width: calc(100% - 60px);
  max-width: 996px;
  margin: 0 auto;
}

.sm-container {
  width: calc(100% - 60px);
  max-width: 776px;
  margin: 0 auto;
}

.unit-banner {
  min-height: 600px;
  padding-top: 156px;
  position: relative;
  background-image: url(../images/bn-bg-1.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  overflow: hidden;
}

.unit-banner.fix-2 {
  background-position: bottom left;
  background-size: 1400px auto;
  min-height: 0;
}

.unit-banner.fix-2 .article-header .h2 {
  margin-bottom: 0;
}

.unit-banner.fix-2 .article-header {
  min-height: 0;
}

.breadcrumb {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  position: fixed;
  top: 76px;
  z-index: 19;
}

.breadcrumb.fix {
  position: fixed;
  top: 76px;
  z-index: 19;
}

.breadcrumb.fix-1 {
  position: absolute;
  top: -114px;
  left: -218px;
  margin-bottom: 0;
  z-index: 19;

}

.breadcrumb li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.breadcrumb.fix li a {
  color: #6F788B;
}

.breadcrumb-item {
  display: inline-block;
  padding-left: 20px;
  background-image: url("../images/arrow-right.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center left 4px;
}

.breadcrumb.fix .breadcrumb-item {
  background-image: url("../images/arrow-right-1.svg");
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
  background-image: none;
}

.breadcrumb li.active {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}

.breadcrumb.fix li.active {
  color: #313639;
  max-width: 160px;
  max-height: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.unit-title {
  color: #FFF;
  text-shadow: 0px 14px 30px rgba(23, 83, 117, 0.20), 0px 6px 18px rgba(18, 108, 103, 0.30);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.unit-sub {
  color: #FFF;
  text-shadow: 0px 14px 30px rgba(23, 83, 117, 0.20), 0px 6px 18px rgba(18, 108, 103, 0.30);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}

.unit-home {
  background-image: url(../images/unit-bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1221px auto;
  padding: 186px 0 120px 0;
}

.left-fixed {
  position: sticky;
  top: 190px;
  opacity: 0;
  animation: fadeLeftIn 1s forwards 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding-bottom: 60px;
}

.right-in {
  opacity: 0;
  animation: fadeRightIn 1s forwards 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.icon-card-content {
  border-radius: 0 0 16px 16px;
  background: #FFF;
  padding: 0 28px 28px 28px;
}

.unit-card-title {
  color: #313639;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.unit-card-text {
  color: #6F788B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  min-height: 66px;
}

header {
  width: 100%;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

header.active {
  animation: header 1s forwards linear;
}

header.active::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 233, 240, 0);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes header {
  0% {
    background-color: rgba(228, 233, 240, 0);
  }

  100% {
    background-color: rgba(228, 233, 240, 0.7);
  }
}

footer {
  padding: 0 180px 20px;
  background-color: #084D56;
  overflow: hidden;
}

.footer-up {
  padding: 28px 0;
  text-align: center;
}

.footer-notice-btn {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-right: 30px;
  background-image: url(../images/arrow-dw-w.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  text-decoration: none;
}
.footer-notice-btn.active {
  background-image: url(../images/arrow-up-w.svg);
}
.footer-notice-content {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.footer-notice-content p{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.footer-notice-content a {
  color: #fff;
  text-decoration: underline;
}

.footer-notice-content.active {
  padding-top: 40px;
  max-height: 400vh;
}

.footer-notice-content ol {
  font-family: 'JhengHei';
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  list-style-type: decimal;
  padding-left: 2em;
  margin-bottom: 8px;
}
.footer-notice-content ol li > ol{
  list-style-type: lower-alpha;
}
.footer-notice-content ol li > ol li > ol{
  list-style-type:lower-roman;
}
.footer-line {
  display: none;
  height: 0;
  border: none;
  width: calc(100% + 360px);
  margin-left: -180px;
}
.footer-hr{
  border-top: none;
  border-bottom: solid 1px #A1A9B4;
  margin: 0;

}

.footer-dw {
  padding: 40px 0 0 0;
  display: flex;
}

.footer-col {
  width: 50%;
}

.footer-title {
  color: #D6DDE8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.i-logo {
  display: block;
  width: 78px;
  height: 42px;
  margin-bottom: 12px;
}

.footer-service {
  color: #D6DDE8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.footer-media {
  color: #D6DDE8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}

.nav-box {
  height: 76px;
  display: flex;
  align-items: center;
}

.footer-media-icon {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}

.footer-col {
  color: #D6DDE8;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.56px;
}

.footer-col p {
  margin-bottom: 8px;
}

.footer-address {
  margin-top: 40px;
  padding-bottom: 80px;
  color: #A1A9B4;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.56px;
}

.footer-address .hide-pad {
  margin-right: 30px;
}

.logo {
  width: 129px;
  display: inline-block;
}

.menu-box {
  display: inline-block;
  position: relative;
  margin-left: auto;
}

.menu-list {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0;
}

.menu-list>li {
  display: inline-block;
  margin-right: 30px;
  margin-left: 2px;
  position: relative;
}

.menu-list li.six {
  margin-right: 0;
}

.menu-list>li>a {
  display: block;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 12px 0;
}

.menu-list>li>a:hover {
  color: #313639;
  font-weight: 500;
}

.menu-list>li.active>a {
  color: #313639;
  font-weight: 500;
}

.sub-menu-btn {
  padding: 12px 20px 12px 0 !important;
  background-image: url(../images/arrow-dw.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px;
}

.out-link {
  padding: 12px 20px 12px 0 !important;
  background-image: url(../images/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 28px 0px rgba(135, 192, 204, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px;
  z-index: 3;
  overflow: hidden;
}

.menu-list>li:hover .sub-menu {
  display: block;
  opacity: 0;
  animation: fadeDw 0.3s forwards linear;
}

@keyframes fadeDw {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.sub-menu>li {
  display: block;
  text-wrap: nowrap;
  margin-bottom: 2px;
}

.sub-menu>li.fix {
  border-bottom: solid 1px #D6DDE8;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.sub-menu>li>a {
  display: block;
  color: #313639;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 0 12px;
  white-space: nowrap;
}

.sub-menu>li>a:hover {
  font-weight: 500;
  background-color: rgba(214, 221, 232, 0.50);
  border-radius: 16px;
}

.third-menu-btn {
  margin-bottom: 4px;
  border-radius: 16px;
}

.sub-menu-title {
  color: #313639;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.12em;
  margin-bottom: 8px !important;
  padding-bottom: 8px;
  border-bottom: solid 1px #EFF3F7;
}

.third-menu {
  padding-left: 0.2em;
}

.third-menu li {
  display: block;
  margin-bottom: 2px;
}

.third-menu>li>a {
  display: block;
  color: #313639;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 0 12px;
  white-space: nowrap;
}

.third-menu>li>a:hover,
.third-menu>li>a.active {
  color: #06ADAD;
  font-weight: 500;
}

.third-menu>li>a::before {
  content: '⦁';
  margin-right: 0.3em;
}

.line {
  display: inline-block;
  height: 4px;
  position: absolute;
  background-color: #31E4CF;  
  bottom: 6px;
  z-index: -1;
  transition: left 0.3s linear;
}

.one.active~.line {
  left: 1px;
  width: 62px;
}

.two.active~.line {
  left: 94px;
  width: 94px;
}

.three.active~.line {
  left: 218px;
  width: 79px;
}

.four.active~.line {
  left: 327px;
  width: 80px;
}

.one:hover~.line {
  left: 1px;
  width: 62px;
}

.two:hover~.line {
  left: 94px;
  width: 94px;
}

.three:hover~.line {
  left: 218px;
  width: 79px;
}

.four:hover~.line {
  left: 327px;
  width: 80px;
}

.banner {
  height: 50vw;
  max-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bn-bg {
  width: 94.37vw;
  top: 11.6vw;
  position: absolute;
  right: -13.12vw;
  z-index: 1;
  opacity: 0;
  animation: fadeZoonIn 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slogan-box {
  margin-left: 9.16vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.slogan-tag {
  display: inline-block;
  color: #FFF;
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 2.5vw;
  padding: 0 1.66vw;
  border-radius: 1.25vw;
  letter-spacing: 0.12em;
  position: relative;
  background-color: #029093;
  margin-bottom: 0.83vw;
  opacity: 0;
  animation: fadeLeftIn 0.8s forwards 0.1s linear;
}

.slogan-tag>img {
  position: absolute;
  height: 10px;
  left: 31px;
  bottom: -9px;
}

.slogan-box>h1 {
  margin-top: 0.55vw;
  font-size: 3.61vw;
  margin-bottom: 1.26vw;
  font-weight: 700;
  opacity: 0;
  animation: fadeLeftIn 0.5s forwards 0.3s ease-in-out;
}

.slogan-box>h1>span {
  display: inline-block;
  font-size: 4.16vw;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 8px;
}

.slogan-box>.h5 {
  margin-bottom: 2.91vw;
  font-size: 1.38vw;
  opacity: 0;
  animation: fadeLeftIn 0.5s forwards 0.5s ease-in-out;
}
.slogan-box>.h5 span{
  font-size: 1.8vw;
}
.slogan-btn-box {
  height: auto;
  opacity: 0;
  animation: fadeLeftIn 0.5s forwards 0.7s ease-in-out;
}

.slogan-btn-box .btn-orange {
  margin-right: 12px;
}

.banner-swiper-box {
  max-width: 38vw;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 3;
  margin-bottom: 2.77vw;
}

.banner-swiper {
  overflow: hidden;
  opacity: 0;
  animation: fadeLeftIn 1s forwards 0.9s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-news-card {
  border-radius: 1vw;
  background-color: #FFF;
  display: flex;
  overflow: hidden;
  position: relative;
}

.news-card-left {
  width: 48%;
  height: 0;
  padding-top: 26%;
  overflow: hidden;
  position: relative;
}

.news-card-left img {
  width: 100%;
  min-height: 101%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-card-right {
  width: 52%;
  padding: 1vw;
}

.swiper-news-link {
  display: inline-flex;
  color: rgb(6, 173, 173);
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3vw;
  letter-spacing: 0.12em;
  text-decoration: none;
  cursor: pointer;
}

.swiper-news-link span {
  display: inline-block;
  width: 1.3vw;
  height: 1.3vw;
  background-repeat: no-repeat;
  background-size: 1.3vw;
  background-image: url(../images/arrow-left.svg);
  transform: translateY(-0.1em);
}

.swiper-news-link:hover span {
  background-image: url(../images/arrow-left-2.svg);
}

.swiper-news-link:hover {
  color: rgb(2, 144, 147);
}

.news-title {
  color: #4D5262;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4vw;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.4vw;
  margin-bottom: 0.2vw;
}

.news-text {
  color: #4D5262;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.36vw;
  letter-spacing: 0.12em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.72vw;
  margin-bottom: 1.25vw;
}

.banner-fix.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: 50%;
  left: 12px;
  width: 16px;
  transform: translateY(-50%);
}

.swiper-pagination-bullet {
  background: #67E1CB;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #029093;
}

.kv-box {
  width: 45.2vw;
  height: 22.64vw;
  position: absolute;
  z-index: 5;
  right: 4.86vw;
  top: 22.5vw;
  opacity: 0;
  animation: fadeRightIn 1s forwards 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.kv-box span {
  display: block;
  width: 140%;
  height: 140%;
  border: solid 8px rgba(255, 255, 255, 1);
  box-shadow: 0px 4.113836765289307px 13px 8px rgb(218, 255, 239);
  background-color: #00c1b5;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -20%;
  top: -20%;
}

.kv-box span:nth-child(1) {
  z-index: 3;
  animation: wave 6s infinite linear;
}

.kv-box span:nth-child(2) {
  z-index: 4;
  animation: wave 6s infinite 1.5s linear;
}

.kv-box span:nth-child(3) {
  z-index: 5;
  animation: wave 6s infinite 3s linear;
}

.kv-box span:nth-child(4) {
  z-index: 5;
  animation: wave 6s infinite 4.5s linear;
}


@keyframes wave {
  0% {
    transform: scale(0);
    opacity: 0.7;
  }

  100% {
    transform: scale(1.32);
    opacity: 0;
  }
}

.video {
  width: 96%;
  position: absolute;
  bottom: -8%;
  left: 6%;
  z-index: 6;
  background-color: transparent;
}

.scroll-dw {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 6;
  opacity: 0;
  animation: fadeUpIn 1s forwards 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.scroll-dw.fix {
  right: auto;
  left: 0;
  bottom: 0;
  opacity: 1;
  animation: none;
}

.scroll-dw.fix-1 {
  right: auto;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  opacity: 1;
  animation: none;
}

.scroll-dw img {
  width: 26px;
}

section {
  position: relative;
}

.section-1 {
  padding-top: 280px;
  padding-bottom: 160px;
}

.section-1-bg {
  width: 960px;
  position: absolute;
  z-index: -1;
  top: 80px;
}

.house-3d {
  width: 403px;
  position: absolute;
  z-index: 3;
  top: -100px;
}

.house-3d img {
  position: relative;
  z-index: 5;
}

.house-3d span {
  display: block;
  width: 100%;
  height: 204px;
  border: solid 7px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4.113836765289307px 25.71147918701172px 0px rgba(199, 255, 225, 1);
  background-color: #04BFB4;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.house-3d span:nth-child(1) {
  z-index: 3;
  animation: waveB 2s infinite ease-in-out;
}

.house-3d span:nth-child(2) {
  z-index: 4;
  animation: waveB 2s infinite 0.5s ease-in-out;
}

.glass-3d {
  width: 496px;
  position: absolute;
  z-index: 3;
  bottom: -210px;
  left: 60px;
}

.glass-3d img {
  position: relative;
  z-index: 5;
}

.glass-3d span {
  display: block;
  width: 100%;
  height: 252px;
  border: solid 7px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4.113836765289307px 25.71147918701172px 0px rgba(199, 255, 225, 1);
  background-color: #04BFB4;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.glass-3d span:nth-child(1) {
  z-index: 3;
  animation: waveB 2s infinite ease-in-out;
}

.glass-3d span:nth-child(2) {
  z-index: 4;
  animation: waveB 2s infinite 0.5s ease-in-out;
}

.coupon-3d {
  width: 432px;
  position: absolute;
  z-index: 3;
  bottom: 146px;
  right: 40px;
}

.coupon-3d img {
  position: relative;
  z-index: 5;
}

.coupon-3d span {
  display: block;
  width: 100%;
  height: 220px;
  border: solid 7px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4.113836765289307px 25.71147918701172px 0px rgba(199, 255, 225, 1);
  background-color: #04BFB4;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.coupon-3d span:nth-child(1) {
  z-index: 3;
  animation: waveB 2s infinite ease-in-out;
}

.coupon-3d span:nth-child(2) {
  z-index: 4;
  animation: waveB 2s infinite 0.5s ease-in-out;
}

.counter-3d {
  width: 600px;
  margin-left: -33%;
  position: relative;
}

.counter-3d img {
  position: relative;
  z-index: 5;
}

.counter-3d span {
  display: block;
  width: 600px;
  height: 288px;
  border: solid 7px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4.113836765289307px 25.71147918701172px 0px rgba(199, 255, 225, 1);
  background-color: #04BFB4;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.counter-3d span:nth-child(1) {
  z-index: 3;
  animation: waveB 2s infinite ease-in-out;
}

.counter-3d span:nth-child(2) {
  z-index: 4;
  animation: waveB 2s infinite 0.5s ease-in-out;
}

.counter-3d.fix {
  width: 500px;
  margin-left: -25%;
}

.counter-3d.fix span {
  width: 500px;
  height: 248px;
}

.section-1-title {
  text-align: center;
  margin-bottom: 0;
}

.section-1-title.fix {
  padding-top:72px;
}

.section-1-title.fix-1 {
  padding-top: 120px;
}

.section-1-title .h6 {
  margin-bottom: 6px;
}


@keyframes waveB {
  0% {
    transform: scale(0);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.section-1-swiper {
  overflow: visible;
  max-width: 1176px;
  margin: 0 auto 12px auto;
  padding: 30px 0 40px 0;
}

.section-1-swiper .swiper-slide {
  width: 276px;
}

.icon-card {
  width: 100%;
  padding-top: 16px;
  transition: all 0.3s;
}

.icon-card:hover {
  transform: translateY(-20px);
}

.icon-card-header {
  height: 64px;
  background-image: url(../images/card-header.svg);
  background-position: top left;
  background-size: auto 64px;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.icon-card-body {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 15px 28px 24px 28px;
  position: relative;
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 4px 4px 28px 0px rgba(135, 192, 204, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
  position: absolute;
  top: -16px;
  left: 0;
}

.icon-card-title {
  color: #313639;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../images/tooltip.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

.tooltip:hover {
  background-image: url(../images/tooltip-1.svg);
  background-size: 32px;
}

.tooltip:hover::after {
  display: inline-block;
}

.tooltip::after {
  content: attr(data-text);
  display: none;
  width: 176px;
  border-radius: 8px;
  background: rgba(77, 82, 98, 0.60);
  backdrop-filter: blur(2px);
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: justify;
  padding: 16px;
  position: absolute;
  bottom: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.icon-card-row {
  display: flex;
  flex-wrap: wrap;
  min-height: 186px;
  padding-top: 12px;
}

.icon-card-row.fix-1 {
  min-height: 0;
}

.icon-card-row.fix {
  padding-top: 12px;
}

.icon-card-col {
  width: 50%;
  text-align: center;
  margin-bottom: 16px;
}

.icon-card-type {
  color: #6F788B;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 1.04px;
  margin-bottom: 2px;
  min-height: 34px;
}

.icon-card-info {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.04px;
  white-space: nowrap;
}

.icon-card-info span {
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 4px;
}

.ml-fix {
  margin-left: 18px !important;
}

.banner-swiper-lg {
  overflow: hidden;
  padding-bottom: 36px;
}

.banner-swiper-lg .swiper-slide img {
  border-radius: 12px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 200px;
}

.button-next {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(6px);
  width: 52px;
  height: 190px;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -26px;
  z-index: 9;
  transform: translateY(-50%);
  margin-top: -16px;
  cursor: pointer;
}

.button-prev {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(6px);
  width: 52px;
  height: 190px;
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -26px;
  z-index: 9;
  transform: translateY(-50%);
  margin-top: -16px;
  cursor: pointer;
}

.button-prev:hover,
.button-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 260px;
  background-color: #F2F4F7;
  background-image: url(../images/section-3-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  min-height: 100vh;
}

.section-3-title .h6 {
  margin-bottom: 4px;
}

.section-3-title .h2 {
  margin-bottom: 32px;
}

.section-3-title .p1 {
  margin-bottom: 52px;
}

.section-4 {
  padding: 60px 0;
  background-color: #F2F4F7;
}

.section-5 {
  padding: 200px 0;
  background-color: #F2F4F7;
  position: relative;
  background-image: url(../images/section-5-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 1860px auto;
}

.tab-ul {
  border-radius: 40px;
  background: #06ADAD;
  padding: 8px 6px;
  display: flex;
  margin-bottom: 33px;
  position: relative;
}

.tab-ul-tri {
  height: 10px;
  width: auto;
  position: absolute;
  bottom: -9px;
  transform: translateX(-50%);
  transition: .3s ease-in-out;
}

.tab-ul li {
  display: block;
  width: 50%;
  padding: 0 2px;
}

.tab-ul li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.92px;
  text-align: center;
  border: solid 2px #04BFB4;
  border-radius: 20px;
  text-decoration: none;
}

.tab-ul li.active a {
  background-color: #fff;
  border-color: #fff;
  color: #06ADAD;
}

.tab-ul li:nth-child(1).active~.tab-ul-tri {
  left: 25%;
}

.tab-ul li:nth-child(2).active~.tab-ul-tri {
  left: 75%;
}

.tab-ul.three li:nth-child(1).active~.tab-ul-tri {
  left: 16.65%;
}

.tab-ul.three li:nth-child(2).active~.tab-ul-tri {
  left: 49.95%;
}

.tab-ul.three li:nth-child(3).active~.tab-ul-tri {
  left: 83.25%;
}

.tab-box {
  border-radius: 40px;
  background: #06ADAD;
  padding: 8px 6px;
  display: flex;
  margin-bottom: 49px;
  position: relative;
}

.tab-box.fix {
  margin-bottom: 33px;
}

.tab-tri {
  height: 10px;
  width: auto;
  position: absolute;
  bottom: -9px;
  transform: translateX(-50%);
  transition: .3s ease-in-out;
}

.tab-box li {
  display: block;
  width: 25%;
  padding: 0 2px;
}

.tab-box .one.active~.tab-tri {
  left: 12.5%;
}

.tab-box .two.active~.tab-tri {
  left: 37.5%;
}

.tab-box .three.active~.tab-tri {
  left: 62.5%;
}

.tab-box .four.active~.tab-tri {
  left: 87.5%;
}


.tab-box li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.92px;
  text-align: center;
  border: solid 2px #04BFB4;
  border-radius: 20px;
  text-decoration: none;
}

.tab-box li.active a {
  background-color: #fff;
  border-color: #fff;
  color: #06ADAD;
}

.tab-pane {
  overflow: hidden;
  height: 0;
}

.tab-pane.active {
  overflow: visible;
  height: auto;
  opacity: 0;
  animation: fadeLeft 0.3s forwards;
}

@keyframes fadeLeft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.tab-card {
  margin-bottom: 40px;
}

.tab-card.fix {
  margin-bottom: 24px;
}

.tab-card-header {
  display: flex;
  align-items: flex-end;
}

.tab-card-header-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 22px;
  background: var(--green-green-100, #89FFEA);
  box-shadow: 4px 4px 28px 0px rgba(135, 192, 204, 0.05), 4px 4px 12px 0px rgba(22, 89, 111, 0.12);
  color: #029093;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 2.4px;
  padding: 0 12px 0 6px;
  margin-bottom: 12px;
  margin-right: -20px;
}

.tab-card-header-tag img {
  width: 24px;
  margin-right: 6px;
}

.tab-card-header-bg {
  flex: 1;
  height: 34px;
  background-image: url(../images/tab-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 34px;
  background-position: top left;
  border-top-right-radius: 16px;
}

.tab-card-body {
  background-color: #fff;
  border-radius: 16px 0 16px 16px;
}

.tab-card-item {
  padding: 28px 36px;
  border-top: solid 1px #EFF3F7;
}

.tab-card-body .tab-card-item:first-child {
  border-top: none;
}

.tab-card-btn {
  border-top: solid 1px #EFF3F7;
  text-align: center;
}

.tab-card-link {
  display: block;
  padding-right: 84px;
  background-image: url(../images/tab-link.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: center right;
  text-decoration: none;
}

.tab-card-link:hover {
  background-image: url(../images/tab-link-1.svg);
  animation: bgSize 0.5s forwards;
}

.tab-card-title {
  height: 36px;
  color: #313639;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.88px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tab-card-link:hover .tab-card-title {
  color: #06ADAD;
}

.tab-card-text {
  height: 22px;
  color: #4D5262;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.68px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tools-box {
  border-radius: 16px;
  background-color: #04BFB4;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tools-left {
  flex: 1;
  padding-right: 40px;
  display: flex;
  justify-content: center;
}

.tools-left-info {
  display: inline-block;
}

.tools-right {
  width: 50%;
  min-width: 532px;
  padding-left: 40px;
  display: flex;
}

.tools-card {
  width: 254px;
  border-radius: 16px;
  background-color: #FFF;
  padding: 63px 40px 40px 40px;
  position: relative;
}

.tools-card:hover {
  box-shadow: 3px 3px 40px 0px rgba(193, 194, 194, 0.30);
}

.tools-right .tools-card:nth-child(1) {
  margin-right: 24px;
}

.badge {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  border-radius: 12px;
  background: #FF5A50;
  padding: 0 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.tool-icon {
  height: 64px;
  margin-bottom: 36px;
}

.tool-title {
  color: #313639;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.tool-text {
  overflow: hidden;
  color: #6F788B;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  height: 44px;
  margin-bottom: 32px;
}

.tools {
  width: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo-box {
  width: 688px;
  margin: 0 auto 52px auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  position: relative;
  z-index: 9;
}

.logo-card {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 3px 3px 40px 0px rgba(193, 194, 194, 0.30);
  margin-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.12em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-box .logo-card:last-child {
  margin-right: 0;
}

.logos {
  height: 56px;
  margin-bottom: 4px;
}

.section-5-btn {
  text-align: center;
}

.box-3d {
  width: 390px;
  position: absolute;
  left: 80px;
  top: 90px;
}


@keyframes fadeLeftIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRightIn {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUpIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeZoonIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width:2560px) {
  .section-3 {
    background-size: 2822px auto;
    background-position: top -200px center;
  }
}

@media (max-width:1440px) {
  .process-section-3 {
    background-position: bottom -60px center;
  }

  .warning-box {
    padding: 64px 100px;
  }

  .breadcrumb.fix-1 {
    left: -132px;
  }

  .process-section-3 {
    background-size: 1440px auto;
  }

  .home-loan-section-7 {
    background-image: url(../images/gov-bg-2-1.svg);
    background-size: 1440px auto;
  }

  .gov-bg-1 {
    top: 0;
    height: auto;
  }

  .scroll-dw.fix {
    bottom: -5px;
  }

  .home-1 {
    width: 640px;
    transform: translateX(-42px);
  }

  .home-1.fix {
    width: 680px;
    transform: translate(-40px, 0);
  }

  .unit-banner {
    background-size: 1118px auto;
    padding-top: 136px;
  }

  .unit-home {
    background-size: 820px auto;
  }

  footer {
    padding: 0 100px;
  }

  .box-3d {
    width: 300px;
    position: absolute;
    left: 60px;
    top: 100px;
  }

  .tools {
    width: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .hide-book {
    display: none;
  }

  .tools-box {
    padding: 40px 80px;
  }

  .tools-left {
    padding-right: 12px;
  }

  .tools-right {
    padding-left: 12px;
  }

  .section-1-swiper {
    overflow: visible;
    margin: 0 auto 12px auto;
    padding: 30px 0 36px 0;
  }

  .section-1-swiper .swiper-slide {
    width: 271px;
  }


  .bn-bg {
    right: -16.12vw;
  }

  .house-3d {
    width: 310px;
    top: -120px;
    left: 40px;
  }

  .house-3d span {
    height: 157px;
  }

  .glass-3d {
    width: 382px;
    left: auto;
    right: 60%;
    bottom: -160px;
  }

  .glass-3d span {
    height: 194px;
  }

  .coupon-3d {
    width: 333px;
    left: auto;
    right: 10px;
    bottom: 190px;
  }

  .coupon-3d span {
    height: 169px;
  }

  .counter-3d {
    width: 381px;
    margin-left: -16%;
  }

  .counter-3d.fix {
    margin-left: -20%;
  }

  .counter-3d img {
    width: 381px;
  }

  .counter-3d span {
    width: 381px;
    height: 193px;
  }

  .section-3 {
    background-image: url(../images/section-3-bg-1.svg);
    background-size: 1440px auto;
    background-position: top center;
  }

  .section-5 {
    padding: 120px 0;
    background-image: url(../images/section-5-bg-1.svg);
    background-size: 1440px auto;
  }
}

@media (max-width:1366px) {
  .results-box.fix {
    display: block;
    margin-bottom: 12px;
  }

  .results-info.fix-1 {
    width: 100%;
    padding: 16px;
    background-size: 120px auto;
    margin-bottom: 12px;
  }

  .results-chart.fix-1 {
    width: 100%;
    padding: 16px;
  }

  .condition-box.fix .condition-item {
    width: 100%;
  }

  .box-3d {
    display: none;
  }

  .tools {
    width: 40px;
    top: 5px;
    left: 5px;
  }

  .tools-box {
    padding: 40px;
  }

  .tools-left {
    padding-right: 0;
  }

  .tools-right {
    padding-left: 0;
  }

  .button-next {
    width: 36px;
    height: 52px;
    right: -18px;
    transform: translateY(-50%);
    margin-top: -18px;
  }

  .button-prev {
    width: 36px;
    height: 52px;
    left: -18px;
    transform: translateY(-50%);
    margin-top: -18px;
  }

  .w-fix {
    min-width: 100px;
  }
}

@media (max-width:1124px) {
  .tools-box {
    padding: 80px 40px;
    flex-direction: column;
  }

  .tools-left {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  .tools-right {
    width: 100%;
    flex-wrap: wrap;
    min-width: 0;
  }

  .tools-card {
    width: calc(50% - 12px);
  }

  .tools-right .tools-card:nth-child(1) {
    margin-right: 12px;
  }

  .tools-right .tools-card:nth-child(2) {
    margin-left: 12px;
  }

  .tools {
    width: 40px;
    top: 20px;
    left: auto;
    right: 20px;
  }

  .hide-pad-lg {
    display: none;
  }

  .show-pad-lg {
    display: block;
  }
}

@media (max-width:1024px) {
  .mission-box{
    flex-direction: column;
    padding: 0;
    margin-top: 40px;
  }
  .mission-box .mission-col:nth-child(1){
    margin-bottom: 40px;
  }
  .mission-col{
    width: 100%;
    text-align: center;
  }
  .mission-col img{
    width: 100%;
    margin-bottom: 24px;
  }
  .fixed-top-left {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 15px;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
  }


  .fixed-top-form {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 25px;
  }

  .fixed-top-right {
    width: 100%;
    margin-left: 0;
  }

  .bar {
    max-width: 90%;
    margin-bottom: 12px;
    margin-top: 30px;
  }

  .point-card {
    height: 323px;
  }

  .point-note {
    display: none;
  }

  .point-note.fix {
    display: block;
  }

  .product-card:hover .table-mask {
    opacity: 0;
  }

  .product-card:hover .process-card-btn img {
    transform: rotate(0);
  }

  .product-card.active .table-mask {
    opacity: 1;
  }

  .product-card.active .process-card-btn img {
    transform: rotate(45deg);
  }

  .fishing-btn {
    width: 76px;
    height: 26px;
    font-size: 12px;
    position: absolute;
    top: 13px;
    right: 66px;
  }

  .fishing-btn img {
    width: 10px;
    margin-right: 4px;
  }

  .warning-title {
    font-size: 18px;
    text-align: center;
  }

  .warning-box {
    padding: 40px;
  }


  .news-title {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    height: 1.4em;
    margin-bottom: 4px;
  }

  .news-text {
    font-size: 12px;
    line-height: 1.4;
    height: 2.8em;
    margin-bottom: 16px;
  }

  .swiper-news-link {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-news-link span {
    width: 18px;
    height: 18px;
    background-size: 18px;
    transform: translateY(-1px);
  }

  .process-steps-card:hover .process-steps-header {
    background-image: url(../images/steps-header.svg);
  }

  .process-steps-card:hover .process-steps-icon {
    height: 40px;
    width: auto;
    opacity: 1;
  }

  .process-steps-card:hover .process-steps-body {
    background-color: #fff;
  }

  .process-steps-card:hover .process-steps-title {
    color: #313639;
  }

  .process-steps-card:hover .process-steps-text {
    color: #6F788B;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
  }

  .process-steps-card:hover .process-card-btn img {
    transform: rotate(0deg);
  }

  .process-steps-card.active .process-steps-header {
    background-image: url(../images/steps-header-1.svg);
  }

  .process-steps-card.active .process-steps-icon {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .process-steps-card.active .process-steps-body {
    background-color: #04BFB4;
  }

  .process-steps-card.active .process-steps-title {
    color: #fff;
  }

  .process-steps-card.active .process-steps-text {
    color: #fff;
    text-overflow: none;
    display: block;
    -webkit-box-orient: none;
    height: auto;
  }

  .process-steps-card.active .process-card-btn img {
    transform: rotate(45deg);
  }

  .offers-container {
    max-width: none;
  }

  .offers-section-1 {
    padding: 120px 0;
    background-image: url(../images/offers-bg.svg);
    background-position: top 380px center;
    background-repeat: no-repeat;
    background-size: 1440px auto;
    overflow: hidden;
  }

  .offers-box {
    max-width: 448px;
    height: 585px;
    margin: 40px auto 0 auto;
    position: relative;

  }

  .offers-box-img {
    width: 400px;
    position: absolute;
    top: 330px;
  }

  .star-1 {
    left: 80px;
    bottom: 0;
  }

  .star-2 {
    left: 136px;
    top: 0;
  }

  .star-3 {
    width: 92px;
    right: 77px;
    bottom: 214px;
  }

  .offer-bubble-1 {
    width: 128px;
    top: 214px;
    left: 47px;
  }

  .offer-bubble-2 {
    width: 128px;
    top: 68px;
    left: 8px;
  }

  .offer-bubble-3 {
    width: 128px;
    top: 0;
    right: 3px;
  }

  .offer-bubble-4 {
    width: 128px;
    top: 155px;
    bottom: auto;
    right: 33px;
  }

  .article-content {
    font-size: 15px;
    max-width: none;
    width: 100%;
  }

  .article-content img {
    width: 100%;
    margin-left: 0;
  }

  .reading-box {
    width: 100%;
    max-width: none;
  }

  .back-url {
    position: fixed;
    top: 46px;
    left: 36px;
  }

  .level2-title {
    font-size: 20px;
  }

  .level2-card {
    padding: 16px;
  }

  .level2-box {
    display: flex;
    margin-bottom: 10px;
  }

  .level2-info {
    flex: 1;
  }

  .level2-icon {
    width: 140px;
    margin-top: -16px;
    margin-right: -16px;
  }

  .steps-col {
    width: 100%;
    margin-bottom: 24px;
  }

  .steps-col::after {
    width: 6px;
    height: 12px;
    background-size: 6px auto;
    top: auto;
    right: auto;
    transform: translate(-50%, 0) rotate(90deg);
    bottom: -18px;
    left: 50%;
  }

  .steps-row {
    padding: 8px 0 0 0;
    flex-wrap: wrap;
  }

  .steps-header {
    height: 37px;
  }

  .steps-body {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
  }

  .steps-info {
    padding-left: 12px;
  }

  .steps-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
  }

  .steps-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    display: block;
    height: auto;
  }

  .mortgage-section {
    background-position: center center;
  }

  .search-box {
    margin: 0 auto 40px auto;
  }

  .normal-bg-1 {
    width: 80%;
  }

  .gov-swiper-1 {
    padding: 40px 20px;
  }

  .gov-swiper-2 {
    padding-left: calc(10% + 10px);
    padding-right: calc(10% + 10px);
  }

  .book {
    width: 200px;
    bottom: -50px;
    left: auto;
    right: 66px;
    transform: translateX(0);
  }

  .home-loan-btn-box {
    margin-bottom: -24px;
    text-align: center;
  }

  .section-3-title.fix h3 {
    margin-bottom: 24px;
  }

  .section-3-title.fix .p1 {
    margin-bottom: 24px;
  }

  .rwd-table,
  .rwd-table.fix {
    max-height: none;
  }

  .rwd-table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
  }

  .results-box {
    display: block;
    margin-bottom: 12px;
  }

  .results-info {
    width: 100%;
    padding: 16px;
    background-size: 120px auto;
    margin-bottom: 12px;
  }

  .results-chart {
    width: 100%;
    padding: 16px;
  }

  .unit-banner-row {
    flex-direction: column;
  }

  .unit-slogan {
    width: 100%;
    margin-top: 60px;
  }

  .unit-slogan.fix {
    margin-top: 0;
  }

  .unit-img {
    width: 100%;
    text-align: center;
    padding: 60px 0;
  }

  .home-1 {
    width: 420px;
    max-width: 100%;
    transform: translateX(0);
  }

  .home-1.fix {
    width: calc(100% + 40px);
    max-width: 440px;
    transform: translate(0, 0);
    margin: -20px;
  }

  .unit-icon {
    width: 70px;
    display: block;
    margin: 0 auto 12px auto;
  }

  .unit-slogan .h1 {
    text-align: center;
  }

  .unit-slogan .h5 {
    text-align: center;
  }

  .unit-banner {
    height: auto;
    padding-top: 92px;
    padding-bottom: 68px;
    position: relative;
    background-image: url(../images/mbn-bg-1.svg);
    background-repeat: no-repeat;
    background-size: 1024px auto;
    background-position: top left;
  }

  .unit-banner.fix-2 {
    background-position: bottom left;
  }

  .scroll-dw.fix {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
  }

  .left-fixed {
    position: relative;
    top: 0;
    margin-bottom: 140px;
  }

  .breadcrumb {
    display: none;
    justify-content: center;
    width: auto;
    padding: 16px 30px;
    margin: 28px auto 8px auto;
  }

  .breadcrumb.fix {
    margin: 28px auto 8px auto;
  }

  .breadcrumb li a {
    font-size: 12px;
  }

  .breadcrumb li.active {
    font-size: 12px;
  }

  .counter-3d {
    width: 420px;
    margin: 0 auto;
  }

  .counter-3d span {
    width: 420px;
    height: 210px;
  }

  .counter-3d img {
    width: 420px;
  }

  .container.p-fix {
    padding-top: 60px;
    position: relative;
  }

  .counter-3d.fix {
    width: 220px;
    position: absolute;
    z-index: 3;
    top: -30px;
    right: 40px;
  }

  .counter-3d.fix span {
    width: 220px;
    height: 110px;
  }

  .counter-3d.fix img {
    width: 220px;
  }

  .unit-btn-box {
    text-align: center;
  }

  .unit-title {
    font-size: 36px;
    text-align: center;
  }

  .unit-sub {
    font-size: 18px;
    text-align: center;
  }

  .unit-home {
    background-image: url(../images/unit-bg-1.svg);
    background-attachment: unset;
    background-position: top center;
    background-size: 1024px auto;
    padding: 136px 0 120px 0;
  }

  .footer-notice-btn {
    font-size: 14px;
    padding-right: 24px;
    background-size: 16px;
  }

  .footer-notice-content {
    font-size: 12px;
  }

  footer {
    padding: 0 30px 103px;
  }

  .footer-dw {
    display: none;
  }

  .footer-up {
    padding: 18px 0;
    text-align: center;
  }

  .footer-address {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .footer-address::before {
    content: '';
    display: block;
    width: 43px;
    height: 23px;
    background-image: url(../images/i-logo.png);
    background-repeat: no-repeat;
    background-size: 43px 23px;
    margin: 0 auto 4px auto;
  }

  .logo-box {
    width: 100%;
    max-width: 430px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 32px auto;
  }

  .logo-card {
    margin: 0 8px 16px 8px;
  }

  .logo-box .logo-card:last-child {
    margin-right: 8px;
  }

  .coupon-3d {
    width: 200px;
    left: auto;
    right: 54%;
    bottom: auto;
    top: 10px;
  }

  .coupon-3d span {
    height: 101px;
  }

  .glass-3d {
    width: 230px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 20px auto;
    transform: translateX(50px);
  }

  .glass-3d span {
    height: 118px;
  }

  body.active {
    overflow: hidden;
  }

  .section-3-title {
    text-align: center;
  }

  .section-3-title.fix {
    text-align: left;
    margin-bottom: 36px;
  }

  .tab-btn-box {
    text-align: center;
    padding-top: 32px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-3 {
    padding-top: 240px;
    padding-bottom: 120px;
    background-image: url(../images/section-3-bg-2.svg);
    background-size: 1024px auto;
    background-position: top center;
  }

  .icon-card:hover {
    transform: translateY(0);
  }

  .banner {
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 92px;
  }

  .kv-box {
    width: 360px;
    height: 360px;
    position: relative;
    z-index: 5;
    right: 0;
    top: 0;
    margin-bottom: 120px;
  }

  .video {
    width: 98%;
    position: relative;
    bottom: -2%;
    left: 4%;
    z-index: 6;
    background-color: transparent;
  }

  .bn-bg {
    width: 786px;
    top: auto;
    bottom: 190px;
    position: absolute;
    right: auto;
    z-index: 1;
  }

  .banner-swiper-box {
    width: calc(100% - 60px);
    max-width: 548px;
    padding: 0 0 40px 0;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
  }

  .slogan-btn-box {
    justify-content: center;
    margin-bottom: 0;
    height: auto;
  }

  .kv-box span {
    height: 200px;
    top: 42%;
  }

  .scroll-dw {
    right: 30px;
    bottom: 20px;
  }

  .scroll-dw img {
    width: 20px;
  }

  .banner-fix.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
    top: auto;
    left: 0;
    width: 100%;
    transform: translateY(0);
  }

  @keyframes wave {
    0% {
      transform: scale(0);
      opacity: 0.7;
    }

    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }

  .nav-box {
    height: 52px;
  }

  .menu-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
  }

  .menu-box.active {
    display: block;
  }

  .menu-list {
    width: 260px;
    height: 100%;
    overflow-y: auto;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 12px 12px 76px 12px;
    border-radius: 0px 16px 16px 0px;
    position: relative;
  }

  .menu-box.active .menu-list {
    animation: menu 0.3s forwards cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  @keyframes menu {
    0% {
      transform: translateX(-260px);
    }

    100% {
      transform: translateX(0);
    }
  }

  .sub-menu {
    display: none;
    position: static;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
  }

  .menu-list>li:hover .sub-menu {
    display: none;
    cursor: default;
    animation: none;
    opacity: 1;
  }

  .sub-menu.active {
    display: block !important;
    opacity: 1;
    animation: none;
  }

  .menu-list>li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 1px #D6DDE8;
  }

  .menu-list>li>a {
    display: inline-block;
    color: #06ADAD;
    font-size: 15px;
    padding: 12px 0;
    background-color: transparent;
  }

  .menu-list>li.active>a {
    color: #029093;
    font-weight: 500;
  }

  .sub-menu>li>a:hover {
    background-color: transparent;
  }

  .sub-menu-btn {
    background-image: url(../images/arrow-dw-1.svg);
  }

  .out-link {
    background-image: url(../images/arrow-link-1.svg);

  }

  .menu-list>li>a:hover {
    color: #06ADAD;
    font-weight: 500;
  }

  .sub-menu>li.fix {
    padding-bottom: 8px;
  }

  .sub-menu>li {
    margin-bottom: 8px;
  }

  .third-menu-btn {
    background-color: transparent;
    border-radius: 0;
  }

  .third-menu li {
    display: block;
    margin-bottom: 8px;
  }

  .menu-list li.six {
    border-bottom: none;
  }

  header {
    padding: 0 25px;
  }

  .button_container {
    position: absolute;
    top: 10px;
    right: 25px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 99999;
    transition: opacity .25s ease;
    border-radius: 50%;
  }



  .button_container span {
    border: none;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 10px;
    left: 8px;
    transition: all .35s ease;
    cursor: pointer;
    background-color: #313639;
  }

  .button_container span:nth-of-type(2) {
    top: 15px;
  }

  .button_container span:nth-of-type(3) {
    top: 20px;
  }

  .line {
    display: none;
  }

  .copyright {
    margin-top: 24px;
    padding: 40px 0 20px 0;
    color: #A1A9B4;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.96px;
    position: fixed;
    bottom: 0;
  }

  .section-1-bg {
    width: 960px;
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -500px;
  }

  .house-3d {
    width: 186px;
    top: -150px;
    left: 20px;
  }

  .house-3d span {
    height: 94px;
  }

  .section-1 {
    padding-top: 260px;
    padding-bottom: 160px;
  }

  .section-5 {
    background-image: url(../images/section-5-bg-2.svg);
    background-size: 100% auto;
    background-position: bottom center;
  }

  .home-loan-section-7 {
    background-image: url(../images/gov-bg-2-2.svg);
    background-size: 100% auto;
  }

  .w-fix {
    min-width: 100px;
  }

  .xs-pb-1 {
    padding-bottom: 12px !important;
  }

  .form-input {
    line-height: 38px;
  }
}

@media (max-width:768px) {
  footer {
    padding: 0 30px;
  }
  .fixed-top-form{
    position: static;
  }
  .fixed-top-form.active {
    padding: 12px 12px 12px 24px;
    opacity: 0;
    transform: translateY(-84px);
    width: calc(100% - 80px);
    height: auto;
    position: fixed;
    z-index: 998;
    bottom: auto;
    top: 84px;
    left: 40px;
    border-radius:16px;
    animation: fixedTop 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .slogan-box>h1 {
    margin-top: 6px;
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .slogan-box>.h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .slogan-box>.h5 span {
    font-size: 18px;
  }

  .kv {
    width:90%;
    margin: 12px auto 36px auto;
  }

  .banner-container {
    padding-top: 62px;
  }

  .slogan-box {
    max-width: 540px;
    margin-left: 0;
    position: static;
    transform: translateY(0);
    text-align: center;
    margin: 0 auto;
  }

  .slogan-tag {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.5px;
    position: relative;
    background-color: #029093;
    margin-bottom: 4px;
    padding: 0 24px;
    border-radius: 17px;
  }

  .slogan-tag>img {
    left: 50%;
    transform: translateX(-50%);
  }

  .fraud-box {
    padding: 12px 40px 12px 20px;
    background-position: center right 20px;
    background-size: 24px;
  }

  .fraud-info {
    font-size: 15px;
    padding-left: 12px;
  }

  .fraud-info span {
    font-size: 18px;
    margin-right: 0;
    display: block;
    margin-bottom: 4px;
  }

  .point-box {
    background-color: transparent;
    width: calc(100% + 60px);
    padding: 0 30px 30px 30px;
    margin-bottom: 20px;
    margin-left: -30px;
  }

  .point-swiper .swiper-pagination,
  .point-swiper-1 .swiper-pagination {
    display: block;
    bottom: -30px;
  }

  .point-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
  }

  .point-note.fix {
    margin-top: auto;
  }

  .button-prev.pd {
    left: 14px;
  }

  .button-next.pd {
    right: 14px;
  }

  .product-swiper-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-swiper .swiper-slide {
    width: 100%;
  }

  .fixed-top-form.active {
    padding: 12px 20px;
    width: calc(100% - 40px);
    top: 62px;
    left: 20px;
  }

  .fixed-top-form.active .fixed-top-right {
    display: none;
  }

  .fixed-top-form.active .fixed-top-right.active {
    display: block;
  }

  .fixed-top-left {
    margin-bottom: 8px;
  }

  .fixed-top-form.active .fixed-top-left {
    display: block;
    color: #FFF;
    font-size: 15px;
    padding: 0 32px 0 0;
    background-image: url(../images/top-dw.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 0;
  }

  .fixed-top-form.active .fixed-top-left.active {
    background-image: url(../images/top-up.svg);
    margin-bottom: 8px;
  }

  .fixed-top-group {
    flex-wrap: wrap;
  }

  .fixed-top-group .fixed-top-col:nth-child(1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4px;
  }

  .fixed-top-group .fixed-top-col:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 4px;
  }

  .fixed-top-group .fixed-top-col:nth-child(3) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 12px;
  }

  .fixed-top-group .fixed-top-col:nth-child(4) {
    width: 100%;
    padding-left: 0;
  }

  .form-input.ser-input {
    line-height: 38px;
  }

  .search-icon {
    top: 8px;
  }

  .level-link {
    text-align: center;
    padding-top: 16px;
  }

  .level-url {
    font-size: 14px;
  }

  .offers-card-header {
    font-size: 18px;
  }

  .offers-card-sub {
    font-size: 15px;
  }

  .offers-card-title {
    font-size: 22px;
    min-height: 0;
  }

  .offers-card-date {
    font-size: 12px;
  }

  .article-info {
    padding: 0 36px 0 20px;
    width: calc(100% - 220px);
  }

  .article-img {
    width: 220px;
    padding-top: 130px;
  }

  .modal-lg-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .modal-lg-sub {
    font-size: 15px;
    line-height: 26px;
    margin: 4px 0 24px 0;
  }

  .level2-box {
    display: flex;
    margin-bottom: 0px;
  }

  .level2-title {
    font-size: 18px;
  }

  .level2-text {
    max-height: 38px;
    font-size: 12px;
    line-height: 19px;
  }

  .modal-box-lg,
  .modal-box-md {
    width: calc(100% - 24px);

  }

  .level-content {
    padding-bottom: 40px;
  }

  .service-card {
    padding: 76px 16px 16px 16px;
  }

  .service-card-icon {
    width: 76px;
  }

  .service-card-link {
    padding-right: 24px;
    background-image: url(../images/tab-link.svg);
    background-size: 36px auto;
  }

  .service-card-link:hover {
    background-image: url(../images/tab-link.svg);
  }

  .service-card-link.fix {
    padding-right: 36px;
    background-image: url(../images/tab-link-2.svg);
    background-size: 36px auto;
  }

  .service-card-link.fix:hover {
    background-image: url(../images/tab-link-2.svg);
  }

  .service-card-title {
    height: auto;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    display: block;
    overflow: visible;
    margin-bottom: 6px;
  }

  .service-card-text {
    height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.12em;
    display: block;
  }

  .fixed-btn {
    width: 206px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 32px;
    right: auto;
    left: 50%;
    margin-left: -98px;
    padding: 16px 12px;
    background-color: #FF5A50;
    border-radius: 24px;
  }

  .fixed-btn li {
    height: 16px;
    border-radius: 0;
    margin-top: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    transition: none;
    text-align: right;
  }

  .fixed-btn li:hover {
    background-color: transparent;
    padding-left: 0;
  }

  .fixed-btn-service,
  .fixed-btn-apply {
    background-size: 16px;
    background-position: center right 6px;
  }

  .fixed-btn-apply {
    width: 46% !important;
    border-right: solid 1px #fff;
  }

  .fixed-btn-service {
    width: 54% !important;
  }

  .modal-mask {
    height: 100dvh;
    padding: 80px 0;
  }

  .modal-box {
    padding: 30px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-text {
    font-size: 12px;
  }

  .modal-content {
    font-size: 12px;
    max-height: calc(100dvh - 220px);
  }

  .close {
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
  }

  .card-notice {
    font-size: 14px;
  }

  .condition-item {
    font-size: 14px;
    width: 100%;
  }

  .condition-item::before {
    margin-right: 4px;
  }

  .detail-card-btn {
    font-size: 16px;
    line-height: 1.8;
    flex-wrap: wrap;
  }

  .detail-card-btn span {
    font-size: 14px;
    display: block;
    margin-left: 0;
    line-height: 22px;
  }

  .detail-pane {
    margin-top: 16px;
  }

  .detail-card {
    padding: 16px;
  }

  .pie-chart {
    width: 180px;
    height: 180px;
  }

  progress {
    width: 180px;
    height: 180px;
  }

  .doughnut {
    width: 160px;
    height: 160px;
    top: 10px;
    left: 10px;
    background-size: 180px auto;
  }

  .results-info-title,
  .results-chart-title {
    font-size: 16px;
  }

  .results-month {
    font-size: 12px;
  }

  .results-payment,
  .results-total {
    font-size: 18px;
  }

  .results-payment span,
  .results-total span {
    font-size: 12px;
    margin-left: 6px;
  }

  .result-chart-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0 0 0;
  }

  .pie-chart-info {
    padding-left: 0;
    padding-top: 32px;
    text-align: center;
  }

  .tools-box {
    padding: 80px 28px;
  }

  .tools-card {
    width: 100%;
  }

  .tools-right .tools-card:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tools-right .tools-card:nth-child(2) {
    margin-left: 0;
  }

  .button_container {
    right: 18px;
  }

  .menu-box {
    height: 100dvh;
  }

  .banner {
    padding-top: 76px;
  }

  .video {
    width: 90%;
    bottom: 1%;
    left: 6%;
  }

  .kv-box {
    margin-bottom: 10px;
  }

  .kv-box span {
    position: absolute;
    top: 37%;
  }

  .bn-bg {
    width: 496px;
    bottom: 120px;
  }

  .news-card-right {
    padding: 12px;
    position: relative;
  }

  .news-tag {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .news-tag span {
    font-size: 10px;
  }

  .banner-swiper-box {
    max-width: 370px;
  }

  .swiper-news-card {
    border-radius: 10px;
  }

  .news-title {
    display: block;
    height: auto;
  }

  .swiper-news-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .news-text {
    display: none;
  }

  .section-1-title .h2 {
    margin-bottom: 0;
  }

  .section-1-title {
    margin-bottom: 24px;
  }

  .mortgage-title {
    font-size: 18px;
    letter-spacing: 0.02em;
  }

  .mortgage-text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .mortgage-note {
    font-size: 12px;
  }


  .tab-box {
    border-radius: 12px;
    padding: 8px 6px 4px 6px;
    flex-wrap: wrap;
  }

  .tab-box li {
    width: 50%;
    margin-bottom: 4px;
  }

  .tab-tri {
    left: 50%;
  }

  .tab-box .one.active~.tab-tri {
    left: 50%;
  }

  .tab-box .two.active~.tab-tri {
    left: 50%;
  }

  .tab-box .three.active~.tab-tri {
    left: 50%;
  }

  .tab-box .four.active~.tab-tri {
    left: 50%;
  }

  .section-3-title .h2 {
    margin-bottom: 24px;
  }

  .section-3-title .p1 {
    margin-bottom: 20px;
  }

  .counter-card {
    border-radius: 16px;
    padding: 20px;
  }

  .tab-ul li a {
    font-size: 14px;
    line-height: 30px;
  }

  .counter-card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .counter-card-sub {
    color: #111;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .counter-card-note {
    font-size: 14px;
    margin: 4px 0 20px;
  }

  .rate-flex {
    margin-bottom: 24px;
  }

  .rate-start {
    font-size: 12px;
  }

  .rate-input {
    width: 118px;
    height: 40px;
    font-size: 14px;
  }

  .rate-input input {
    width: 32px;
    font-size: 14px;
  }

  .back-url {
    font-size: 14px;
    padding-left: 20px;
    background-size: 20px;
    position: fixed;
    top: 20px;
    left: 16px;
  }

  .rwd-box {
    overflow-x: auto;
  }

  #event {
    position: absolute;
    top: 0px;
  }

  #features {
    position: absolute;
    top: -30px;
  }

  #teaching {
    position: absolute;
    top: -20px;
  }

  #tips {
    position: absolute;
    top: -30px;
  }
}

@media (max-width:540px) { 
  .scroll-dw {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .banner-container {
    width: 100%;
    height: auto;
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .article-content table tr td,
  .article-content table tr th {
    padding: 8px;
    vertical-align: middle;
    text-align: left;
  }

  .article-content table th {
    font-size: 14px;
  }

  .article-content table td {
    font-size: 14px;
  }

  .point-swiper {
    height: 100%;
  }

  .point-swiper .swiper-slide {
    height: auto;
  }

  .point-card {
    height: 100%;
    padding-bottom: 30px;
  }

  .point-title {
    margin-bottom: 8px;
  }

  .bar {
    margin-top: 0px;
  }

  .eq {
    margin-bottom: 36px;
  }

  .formula span {
    font-size: 12px;
  }

  .bar-info span {
    font-size: 12px;
    margin: 0 10px;
  }

  .point-section {
    padding: 20px 0 40px 0;
    position: relative;
  }

  .table-mask {
    padding: 24px;
  }

  .table.fix th {
    padding: 12px 6px;
  }

  .table.fix td {
    padding: 12px 6px;
  }

  .table.fix th,
  .table.fix td {
    font-size: 12px;
  }

  .product-card {
    padding: 20px;
    background-color: #FFF;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 366px;
    text-align: center;
  }

  .product-card .h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .offers-card-body {
    min-height: 0;
  }

  .offers-container {
    margin: 40px auto 0 auto;
  }

  .article-card {
    flex-direction: column;
    padding: 16px;
  }

  .article-img {
    width: 100%;
    height: 0;
    padding-top: 56%;
    background-size: cover;
    border-radius: 18px;
  }

  .article-info {
    width: 100%;
    padding: 16px 0 50px 0;
    background-image: url(../images/tab-link.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: bottom right;
  }

  .article-card:hover .article-info {
    background-image: url(../images/tab-link-1.svg);
    animation: none;
  }

  .apply-card {
    padding: 24px 24px 0 24px;
    margin-bottom: 12px;
  }

  .apply-content {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 28px;
  }

  .apply-content.active {
    padding: 32px 28px;
  }

  .apply-card-row {
    flex-direction: column;
  }

  .apply-card-left {
    width: 100%;
  }

  .apply-card-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: center;
  }

  .apply-card-title span {
    margin-left: 8px;
    transform: translateY(0);
  }

  .apply-card-right {
    width: 100%;
    text-align: center;
  }

  .apply-card-text {
    font-size: 12px;
    line-height: 19px;
    height: 19px;
    margin-bottom: 16px;
    text-align: center;
  }

  .document-card {
    padding: 40px 40px 20px 40px;
    margin: 40px auto 12px auto;
    display: block;
  }

  .document-card-col {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .steps-tab.fix {
    padding: 0;
  }

  .process-link {
    display: none;
  }

  .process-box {
    width: calc(100% - 30px);
    padding-top: 40px;
    margin-left: 30px;
  }

  .process-swiper-box {
    width: 100%;
  }

  .process-swiper-box .swiper-pagination {
    width: 100%;
  }

  .gov-card {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 28px;
    display: block;
  }

  .gov-col {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

  .gov-card .gov-col:last-child {
    margin-bottom: 0;
  }

  .process-section-1 {
    padding: 80px 0;
  }

  .process-section-2 {
    padding: 80px 0 0 0;
  }

  .process-section-3 {
    padding: 40px 0 80px 0;
    background-position: top center;
  }
}

@media (max-width:430px) {
  .section-offer{
    padding-bottom: 80px;
  }
  .gov-section-1-bg {
    width: 1560px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 530px;
    transform: translateX(-64%);
}
  .mission-tag {
    font-size: 14px;
    padding: 8px 36px;
   margin-bottom: 24px;
}
  .slogan-box>.h5 {
    margin-bottom: 0;
  }

  .section-1-title.fix {
    padding-top: 0;
  }

  .section-1-title.fix-1 {
    padding-top: 100px;
  }

  .gov-section-1 {
    padding: 80px 0 0 0;
    margin-top: 0;
  }

  .banner {
    padding-top: 64px;
  }

  .table {
    width: 480px;
    min-width: 0;
  }

  .table th {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding: 4px;
  }

  .table td,
  .table th {
    vertical-align: middle;
  }

  .table td {
    font-size: 12px;
  }

  .td-w-1 {
    width: 42px;
  }

  .td-w-2 {
    width: 102px;
  }

  .td-w-3 {
    width: 78px;
  }

  .counter-3d {
    width: 300px;
    margin-top: 20px;
  }

  .counter-3d img {
    width: 300px;
  }

  .counter-3d span {
    width: 300px;
    height: 166px;
  }

  .unit-home {
    background-size: 430px auto;
    background-image: url(../images/unit-bg-2.svg);
    padding: 92px 0 120px 0;
    background-position: top -150px center;
  }

  .scroll-dw.fix {
    bottom: -70px;
  }

  .scroll-dw.fix-1 {
    bottom: 30px;
  }

  .house-3d {
    width: 156px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }

  .house-3d span {
    height: 78px;
  }

  .section-1-bg {
    width: 520px;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -200px;
  }

  .section-1 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .tab-btn-box {
    padding-top: 20px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 80px;
    background-image: url(../images/section-3-bg-3.svg);
    background-size: 430px auto;
    background-position: top -50px center;
  }

  .tab-card-item {
    padding: 16px 20px;
  }

  .tab-card-link {
    display: block;
    padding-right: 56px;
  }

  .tab-card-title {
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
  }

  .tab-card-text {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }

  .tab-card-header-tag {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.6px;
    padding: 0 12px 0 6px;
    margin-bottom: 8px;
    margin-right: -22px;
  }

  .tools-left-info {
    display: block;
    padding-right: 20px;
  }

  .logo-card {
    width: 120px;
    height: 120px;
  }

  .coupon-3d {
    width: 166px;
    right: 50%;
    top: 5px;
  }

  .coupon-3d span {
    height: 84px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }

  .breadcrumb.fix {
    margin: 0 auto 0 auto;
  }

  .breadcrumb-item {
    margin-bottom: 8px;
  }

  .unit-banner {
    padding-bottom: 58px;
    min-height: 0;
  }

  .move-icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url(../images/move-icon.png);
    background-repeat: no-repeat;
    background-size: 96px auto;
    background-position: top 210px center;
  }

  .move-icon.active {
    display: none;
  }

  .condition-item {
    letter-spacing: 0.05em;
  }

  .condition-item span {
    min-width: 0;
    width: 120px;
  }

  .history-table {
    width: 360px;
    min-width: 0;
  }

  .history-td-1 {
    width: 60px;
  }

  .history-td-2 {
    width: 150px;
  }

  .history-table tr td,
  .history-table tr th {
    padding: 8px 8px 8px 0;
  }

  .history-table tr td:first-child {
    font-size: 12px;
  }

  .history-table td {
    font-size: 14px;
  }

  .history-title {
    font-size: 12px;
    padding: 0 0 8px 0;
    border-bottom: solid 1px #06ADAD;
  }

  .table-border,
  .table-border tbody {
    display: block;
  }

  .table-border tr,
  .table-border td {
    display: block;
    width: 100%;
  }

  .history-table tr td.table-type {
    font-size: 14px;
  }

  .table-border tr td:first-child {
    width: 100%;
    border-right: 1px solid #E4E9F0;
  }

  .question-card {
    background-image: url(../images/question-card-bg-2.svg), url(../images/question-card.svg);
    background-repeat: no-repeat;
    background-size: 260px auto, 1104px auto;
    background-position: bottom left, top left;
    margin: 16px 0 80px;
    min-height: 424px;
  }

  .question-card-info-sub {
    font-size: 14px;
  }

  .question-card-info-title {
    font-size: 24px;
  }

  .question-card-list-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .question-card-ans-list {
    min-height: 166px;
    margin-bottom: 24px;
  }

  .question-card-btn {
    padding-top: 50px;
  }

  .ans-list .tag-mark {
    font-size: 14px;
    line-height: 40px;
  }

  .expected-section {
    line-height: 40px;
  }

  .expected-box {
    padding: 12px 16px;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }

  .expected-label {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .section-1-swiper {
    overflow: visible;
    margin: 0 auto 30px auto;
    padding: 30px 0 36px 0;
  }

  .tab-box {
    margin-bottom: 41px;
  }

  .question-link {
    display: table;
    font-size: 14px;
    background-size: 20px;
    position: static;
    margin-top: 4px;
  }

  .home-loan-section-3 {
    padding: 60px 0 120px 0;
    position: relative;
  }

  .home-loan-section-3-bg {
    width: 100%;
    top: 90px;
    right: 0;
  }

  .steps-tab {
    padding: 30px 0 0 0;
  }

  .container.p-fix {
    padding-top: 0;
  }

  .counter-3d.fix {
    width: 200px;
    position: absolute;
    z-index: 3;
    top: -160px;
    right: -15px;
  }

  .counter-3d.fix span {
    width: 200px;
    height: 100px;
  }

  .counter-3d.fix img {
    width: 200px;
  }

  .home-loan-section-5 {
    padding: 20px 0 40px 0;
  }

  .knowledge-swiper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .knowledge-swiper .swiper-slide {
    width: 240px;
  }

  .knowledge-card {
    padding: 24px;
  }

  .knowledge-swiper .swiper-slide-active .knowledge-card {
    padding: 48px 24px;
  }

  .knowledge-title {
    color: #313639;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .knowledge-text {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
  }

  .book {
    width: 120px;
    bottom: -20px;
    right: 0;
  }

  .gov-swiper-box {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .gov-swiper-1,
  .gov-swiper-2 {
    border-radius: 0;
    background: transparent;
    padding: 0 0 36px 0;
  }

  .gov-swiper-1 .swiper-slide,
  .gov-swiper-2 .swiper-slide {
    background-color: #fff;
    padding: 40px 0;
    border-radius: 16px;
  }

  .button-next.gov {
    display: inline-block;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    margin-top: 0;
    box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
    backdrop-filter: blur(6px);
  }

  .button-prev.gov {
    display: inline-block;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    margin-top: 0;
    box-shadow: 0px 4px 16px 0px rgba(156, 156, 156, 0.25);
    backdrop-filter: blur(6px);
  }

  .gov-note {
    font-size: 12px;
  }

  .gov-section-2 {
    padding: 60px 0 80px 0;
  }

  .gov-bg-1 {
    top: 80px;
  }

  .icon-card-title {
    font-size: 22px;
    line-height: 38px;
  }

  .tool-title {
    font-size: 22px;
  }

  .unit-card-title {
    font-size: 22px;
  }

  .home-loan-section-2.fix {
    padding: 60px 0 44px 0;
  }

  .normal-bg-1 {
    width: 100%;
    top: 70px;
  }

  .mortgage-section {
    background-image: url(../images/special-1.png);
    background-size: 1361px auto;
    min-height: 940px;
    background-position: top center;
    padding: 170px 0;
    margin-bottom: 0;
  }

  .mortgage-date {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .mortgage-note {
    font-size: 12px;
    display: none;
    margin-top: 12px;
  }
  .mortgage-note.active {
    display: block;
  }

  .modal-title span,
  .modal-note {
    font-size: 12px;
  }

  .qa-card {
    padding: 16px;
    margin-bottom: 8px;
  }

  .qa-card.fix {
    padding: 16px 0;
  }

  .qa-card-btn {
    font-size: 16px;
    padding-right: 32px;
  }

  .qa-card-btn i {
    font-size: 12px;
    line-height: 20px;
    width: 36px;
    margin-right: 6px;
  }

  .qa-card-btn span {
    width: calc(100% - 42px);
  }

  .qa-pane {
    font-size: 15px;
    padding: 0 42px;
    letter-spacing: 0.05em;
  }

  .qa-pane.active {
    padding-top: 8px;
  }

  .qa-table td,
  .qa-table th {
    padding: 4px;
    font-size: 14px;
  }

  .no-warp {
    font-size: 34px;
  }

  .home-note {
    font-size: 12px;
  }

  .tab-pane.taby {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 30px;
  }

  .modal-box-lg,
  .modal-box-md {
    margin: 0 auto;
  }

  .process-content {
    padding: 20px 16px 0 16px;
  }

  .process-item-left {
    width: 50%;
  }

  .process-item-left span {
    font-size: 14px;
    padding-left: 0;
  }

  .process-item-right {
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
  }

  .article-header {
    padding-top: 30px;
    min-height: 360px;
  }

  .unit-main.fix {
    padding: 30px 0 80px 0;
  }

  .article-content h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .article-content h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .article-content p {
    margin-bottom: 20px;
  }

  .article-content ul,
  .article-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .article-content img {
    margin-bottom: 40px;
  }

  .article-content ul li,
  .article-content ol {
    margin-bottom: 20px;
  }

  .img-note {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .offers-section-1 {
    background-position: top 480px center;
    background-size: 1024px auto;
  }

  .star-1 {
    left: 14px;
    bottom: 0;
  }

  .star-2 {
    left: 70px;
    top: 0;
  }

  .star-3 {
    right: 8px;
    bottom: 224px;
  }

  .offer-bubble-1 {
    width: 128px;
    top: 214px;
    left: 24px;
  }

  .offer-bubble-2 {
    width: 128px;
    top: 68px;
    left: -14px;
  }

  .offer-bubble-3 {
    width: 128px;
    top: 10;
    right: 4px;
  }

  .offer-bubble-4 {
    width: 128px;
    top: 140px;
    bottom: auto;
    right: 28px;
  }

  .w-fix {
    min-width: 80px;
  }

  .slogan-btn-box {
    margin-bottom: -30px;
    position: relative;
    z-index: 7;
    text-align: center;
  }

  .kv-box {
    width: 380px;
    height: 400px;
    margin-bottom: -60px;
    margin-top: 0;
    z-index: 2;
  }

  .kv-box span {
    position: absolute;
    top: 37%;
    width: 86%;
    height: 180px;
    left: 5%;
  }

  .bn-bg {
    bottom: 100px;
    left: -50px;
  }

  .note-title {
    font-size: 18px;
  }

  .note-ol {
    font-size: 12px;
  }

  .section-404 {
    min-height: 100dvh;
  }

  .img-404 {
    width: 240px;
    margin-bottom: 24px;
  }

  .title-404 {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .btn-box-404 {
    padding-top: 32px;
  }

  .gov-icon-text {
    font-size: 16px;
  }

  .unit-card-text {
    min-height: 0;
  }

  .input-group.fix {
    width: 100%;
  }

  .input-group.fix .form-input.fix {
    line-height: 40px;
    padding: 0 30px 0 45px;
  }

  .input-group.fix::after {
    font-size: 14px;
    right: 14px;
    top: 12px;
  }

  .input-group.fix::before {
    font-size: 14px;
    left: 14px;
    top: 12px;
  }

  .pie-chart-info-type {
    font-size: 12px;
  }

  .pie-chart-info-payment {
    font-size: 14px;
  }

  .home-loan-section-2 {
    padding: 0;
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .fishing-btn {
    right: 56px;
  }

  .product-swiper-box {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 16px;
  }

  .button-next.pd,
  .button-prev.pd {
    top: calc(50% - 15px);
  }

  .steps-note {
    padding: 0 30px;
  }

  .section-1-title {
    padding-top: 60px;
  }

  .home-loan-section-6 {
    padding: 30px 0 120px;
  }
  .mortgage-note-btn{
    display: inline-block;
    color:  #6F788B;
font-size: 12px;
font-weight: 400;
line-height: 1.3; 
letter-spacing: 0.96px;
text-decoration: none;
background-image: url(../images/note.svg);
background-repeat: no-repeat;
background-position: center right;
padding-right: 16px;
  }
  .mortgage-note-btn.active{
    background-image: url(../images/note-1.svg);
  }
}

@media (max-width:390px) {
  .bn-bg {
    bottom: 95px;
    left: -75px;
  }

  .form-input.fix {
    padding-right: 30px;
  }

  .lett-0 {
    letter-spacing: 0 !important;
  }
}

@media (max-width:375px) {
  .bn-bg {
    bottom: 60px;
    left: -85px;
  }

  .kv-box {
    height: 420px;
    margin-bottom: -100px;
  }

}

@media (max-width:360px) {
  .banner-swiper-box {
    width: calc(100% - 40px);
  }

  .scroll-dw {
    bottom: 150px;
  }
}

@media (max-width:340px) {
  .news-card-left {
    padding-top: 28%;
  }

  .scroll-dw {
    bottom: 150px;
  }

  .bn-bg {
    left: -95px;
  }
}

@media (max-width:320px) {
  .bn-bg {
    left: -105px;
  }
}