/*
Theme Name: Cashing Pro
Theme URI: 
Description: 
Version: 1.1.0.26.01.15.0002
Author: cashingpro
Author URI: https://www.cashingpro.hk/
*/

/*
 * 大見出し 34->28 = 1.75rem
 * 中見出し 30->24 = 1.5rem
 * 小見出し 22 -> 1.375
 * 小見出し 26->20 1.25rem
 * 本文    22->16 = 1rem
 */

/* asset
============================================================================================== */
html,
body {
  color: #222;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

body {
  background-color: #ffffff;
  font-size: 1rem;
  /* 16px */
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 0.875rem;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

header,
footer {
  background-color: #ffffff;
  flex-shrink: 0;
  position: relative;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
  position: relative;
}

main> :last-child {
  padding-bottom: 16rem;
}

header> :last-child {
  margin-bottom: 4em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
  -moz-font-feature-settings: "palt"1;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
}

a {
  color: #ff852f;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  _width: 100%;
}

strong {
  color: #493a64;
  font-weight: 700;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 0.5em;
}

.aligncenter {
  display: block;
  text-align: center;
}

.spbreak {
  display: none;
}

@media screen and (max-width: 769px) {
  .spbreak {
    display: initial;
  }
}

.unit {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 834px) {
  .unit {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content {
  margin-bottom: 8em;
}

.content section *:not(:last-child) {
  margin-bottom: 1em;
}

.content section h2+*,
.content section h3+* {
  margin-top: 4em;
}

.gradbkg-orange {
  background: linear-gradient(97deg, #ffb45c 5%, #ff852f 124%);
}

.gradbkg-orange.movement:before {
  content: url("images/deco/movement.svg");
  display: block;
  left: -25px;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0.25em;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.gradbkg-purple {
  background: linear-gradient(94deg, #8d77b5 4%, #655288 100%);
}

.gradbkg-green {
  background: linear-gradient(94deg, rgba(104, 187, 157, 0.79) 4%, rgba(39, 145, 138, 0.85) 100%);
}

.btn-rounded,
.btn-skew,
.btn-rounded-real {
  background-color: #e5e5e5;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.8125em 2em;
  text-align: center;
}

.btn-rounded {
  /* border-radius: 100vh; */
}

.btn-skew, .btn-rounded {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.btn-skew span,
.btn-rounded span {
  display: block;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.btn-box {
  display: flex;
  font-size: 1.375rem;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-weight: bold;
}

.btn-box>*:not(:first-child) {
  margin-left: 1rem;
}

@media screen and (max-width: 834px) {

  .btn-rounded,
  .btn-skew {
    padding: 0.8125em 1em;
  }

  .btn-box {
    font-size: 1.125rem;
  }
}

.divider-header {
  background-color: #fff;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.divider-header::before,
.divider-header::after {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  bottom: -63px;
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.divider-header::before {
  background-image: url("images/deco/deco_01.svg");
  background-position: top center;
  background-size: 1920px 64px;
  z-index: 2;
}

@media screen and (min-width: 1921px) {
  .divider-header::before {
    background-size: 100% 64px;
  }
}

.divider-header::after {
  background-image: url("images/deco/deco_02.svg");
  background-position: right;
  background-size: contain;
  bottom: -64px;
  height: 64px;
  max-width: 752px;
  right: 0;
  width: 40%;
}

@media screen and (max-width: 769px) {
  .divider-header::after {
    bottom: -32px;
    height: 32px;
    width: 50%;
  }

  /* .divider-hero.loan-calculator::after {
    bottom: 20px !important;
  } */
}

.divider-hero {
  background-color: #fff;
  background-size: cover;
  margin-bottom: 0 !important;
  margin-top: 95px;
  max-height: 661px;
  overflow: hidden;
  position: relative;
}

.divider-hero--btn {
  background: linear-gradient(94deg, #8d77b5 4%, #655288 100%);
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.74);
  font-size: 1.375rem;
  font-weight: 700;
  left: 0;
  line-height: 3;
  max-width: 340px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 64%;
  width: 25%;
}

.divider-hero picture {
  width: 100%;
}

.divider-hero picture img {
  display: block;
  margin: 0 auto;
  max-height: 661px;
  object-fit: contain;
}

.divider-hero::after {
  background-image: url("images/deco/deco_03.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
}

.divider-hero.loan-calculator::after {
  bottom: 26.2px;
}

.divider-hero.loan-calculator.after10::after {
  bottom: 20px;
}

.case .divider-hero::after {
  content: none;
}

@media screen and (max-width: 834px) {
  .divider-hero {
    margin-top: 70px;
    min-height: 340px;
  }

  .divider-hero::after {
    height: 50px;
  }

  .divider-hero picture img {
    min-height: 340px;
    object-fit: cover;
  }

  .divider-hero--btn {
    line-height: 1.95;
    width: 6.7rem;
    font-size: 1.075rem;
  }

  .divider-hero--btn span {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .divider-hero--btn {
    top: 55%;
  }
}

@media (min-width: 428px) and (max-width: 769px) {
  .divider-hero.loan-calculator::after {
    bottom: 0;
  }
}

@media screen and (max-width: 393px) {
  .divider-hero.loan-calculator::after {
    bottom: 26px;
  }
}

@media screen and (max-width: 375px) {
  .divider-hero.loan-calculator::after {
    bottom: 26px;
  }
}

.divider01,
.divider02,
.divider03 {
  background: linear-gradient(180deg, #e5e5e5 0.26%, rgba(255, 255, 255, 0.49) 63.22%);
}

.divider01::before,
.divider02::before,
.divider03::before {
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

.divider01::before {
  background-image: url("images/deco/deco_08.svg");
  height: 168px;
}

.divider02::before {
  background-image: url("images/deco/deco_05.svg");
  height: 192px;
}

.divider03::before {
  background-image: url("images/deco/deco_07.svg");
  height: 160px;
}

@media screen and (max-width: 834px) {
  .divider01::before {
    height: 84px;
  }

  .divider02::before {
    height: 96px;
  }

  .divider03::before {
    height: 80px;
  }
}

.section-title {
  color: #493a64;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

.section-title span {
  display: block;
  font-size: 1.125rem;
}

.section-title span.spnone {
  display: inline;
}

@media screen and (max-width: 834px) {
  .section-title {
    font-size: 1.375rem;
  }

  .section-title span {
    font-size: 0.875rem;
  }

  .section-title span.spnone {
    display: none;
  }
}

.section-read {
  color: #6c6b6f;
  line-height: 1.375;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 880px;
  text-align: center;
  font-size: medium;
}

.column-slide,
.column-resp {
  display: flex;
  justify-content: space-between;
}

.column-slide>*,
.column-resp>* {
  flex: 1;
}

.column-slide>*:not(:last-child),
.column-resp>*:not(:last-child) {
  margin-right: 2rem;
}

@media screen and (max-width: 834px) {
  .column-resp {
    display: block;
  }

  .column-resp>*:not(:last-child) {
    margin-right: 0;
  }
}

.article-card {
  display: flex;
  justify-content: space-between;
}

.article-card--img {
  flex: 1;
  max-width: 340px;
}

/* .article-card--img img{
  min-height: 137px;
} */

.article-card--text {
  flex: 1.262;
  padding-left: 1rem;
}

.article-card--text>*:not(:first-child) {
  margin-top: 1rem;
}

.article-card-text--title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8d77b5;
}

.article-card-text--info {
  align-items: center;
  display: flex;
}

.article-card-text--info--tag {
  background: linear-gradient(94.27deg, #8d77b5 4.34%, #655288 100%);
  border-bottom: 0 !important;
  border-radius: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
}

.article-card-text--info--tag.tag-id7,
.article-card-text--info--tag.tag-id8 {
  /* 私人貸款,KM信貸私人貸款 */
  background: linear-gradient(97.37deg, #ffb45c 4.89%, #ff852f 123.97%);
}

.article-card-text--info--tag.tag-id11 {
  /* 息隨本減 */
  background: linear-gradient(97.37deg, #ffe793 4.89%, #ffc148 123.97%);
}

.article-card-text--info--tag.tag-id12 {
  /* 慳息 */
  background: #ff852f;
}

.article-card-text--info--tag.tag-id9 {
  /* 貸款申請 */
  background: linear-gradient(110.79deg, #0093e9 -0.5%, #23a3e0 18.82%, #55bbd2 50.43%, #74caca 74.14%, #80d0c7 87.31%);
}

.article-card-text--info--date {
  color: #6c6b6f;
  display: inline-block;
}

.article-card-text--content {
  color: #493a64;
  line-height: 1.3125;
}

.article-card-text--link {
  color: #ff852f;
  display: block;
  text-align: right;
  width: 100%;
}

.article-card-text--info--date::before {
  content: "\e900";
  font-family: "cashingpro";
  font-size: 0.8em;
  margin-right: 0.25em;
}

@media screen and (max-width: 769px) {
  .article-card {
    display: block;
  }

  .article-card--img,
  .article-card--text {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }

  .article-card--text {
    display: flex;
    flex-direction: column;
  }

  .article-card-text--title {
    font-size: 1.25rem;
  }

  .article-card-text--link {
    text-align: left;
  }

  .article-card-text--info {
    order: 4;
  }
}

.blog-sidebar>li+li {
  margin-top: 1.25rem;
}

.blog-sidebar h2,
.table-of-content h2 {
  color: #493a64;
  font-size: 1.5rem;
  font-weight: 700;
}

.blog-sidebar>li ul li:first-child {
  border-top: 1px solid #8d77b5;
  margin-top: 0.5rem;
}

.blog-sidebar>li ul li {
  border-bottom: 1px solid #655288;
  font-weight: normal;
}

.blog-sidebar>li ul li a {
  color: rgba(73, 58, 100, 1);
  display: block;
  padding: 0.5rem 0;
  line-height: 1.5;
}

.blog-sidebar--taglists li {
  display: inline-block;
  margin: 0 0.2rem 0.5rem 0;
}

.blog-sidebar>li ul.blog-sidebar--taglists li a {
  color: #fff;
  padding: 0;
  font-weight: normal;
}

.pankuzu {
  margin-bottom: 2rem !important;
  margin-top: calc(4rem + 142px);
}

.divider-hero+.pankuzu {
  margin-top: 1.5rem;
}

@media screen and (max-width: 834px) {
  .pankuzu {
    margin-top: calc(4rem + 70px);
  }
}

.feature-grp {
  position: relative;
  text-align: center;
}

.feature-grp .unit>*:not(:first-child) {
  margin-top: 2em;
}

.feature-grp--items {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.feature-grp--item {
  padding: 1rem;
  width: calc(100% / 3);
}

.feature-grp--item>*:not(:first-child) {
  margin-top: 0.5rem;
}

.feature-grp--item h3,
.feature-grp--item p {
  color: #6c6b6f;
  line-height: 1.5;
  font-size: medium;
  font-weight: normal;
}

.feature-grp--item img {
  margin: 0 auto;
  width: auto !important;
}

.feature-grp--item h2,
.unit .feature-grp--item h3 {
  color: #493a64;
  font-size: 1.375rem;
  font-weight: 700;
}

.feature-grp--item p,
.feature-grp--item h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

@media screen and (max-width: 769px) {
  .feature-grp--items {
    display: block;
  }

  .feature-grp--item {
    width: 100%;
  }
}

.step .unit {
  max-width: 1024px;
  padding-top: 4em;
}

.youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtube iframe {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

/*
 * loan-services
 * fast-online-loan,
 */
.tips-review-grp--tips {
  align-items: center;
  max-width: 1000px;
}

.tips-review-grp--tips img {
  margin: 0 auto !important;
  max-width: 430px;
}

.tips-review-grp--tips .section-title span {
  color: #ff852f;
  font-size: inherit;
}

.tips-review-grp--tips .section-read {
  color: #493a64;
}

.tips-review-grp--review {
  border-top: 1px solid #ff852f;
}

.tips-review-grp--review h2,
.tips-review-grp--review h3 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.tips-review-grp--review h2+div,
.tips-review-grp--review h3+div {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(255, 133, 47, 1);
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1200px;
  padding: 4em;
}

.tips-review-grp--review h3 {
  color: #493a64;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}

.tips-review-grp--review .section-title {
  font-size: 1.75rem;
}

.tips-review-grp--review p {
  line-height: 1.75;
}

.tips-review-grp--review p+p {
  margin-top: 2em;
}

.tips-review-grp--review--info {
  color: #ff852f;
  text-align: center;
}

.tips-review-grp--review .btn-box {
  font-size: 1.25rem;
}

@media screen and (max-width: 769px) {
  .tips-review-grp--tips img {
    max-width: 240px;
  }

  .tips-review-grp--review h2+div {
    padding: 1rem 2rem;
  }
}

.case-grp .unit {
  max-width: 1024px;
}

.case-grp .unit h2 {
  color: #493a64;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.case-grp .unit h3 {
  color: #655288;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em auto;
  max-width: 940px;
  text-align: center;
}

.case-grp .unit p {
  line-height: 1.75;
  margin-top: 1em;
}

.case-grp--info {
  color: #ff852f;
  text-align: center;
}

.support-link-grp {
  margin-top: 8rem;
}

.support-link-grp .btn-box {
  margin-top: 1rem;
}

/*
 * header
 */
.header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 1.75rem 0;
  position: relative;
  z-index: 4;
}

.header--index--menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header--index--menu>li+li {
  margin-left: 1.75em;
}

.header--index--nav {
  position: relative;
}

.header--index--menu--num {
  align-items: center;
  color: #ff852f;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}

.header--index--menu--num span:not(:last-child) {
  padding-right: 0.5em;
}

.header--index--menu--num span:first-child {
  font-size: 1.3125em;
}

.header--index--menu--num span:last-child {
  display: block;
  line-height: 1;
}

.header--index--menu--num span:last-child::before {
  background-image: url("images/icon/phone.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 2em;
  margin-right: 0.5rem;
  width: 2em;
}

.header--index--menu--num span:last-child a {
  border-bottom: 2px solid #ff852f;
  border-top: 2px solid #ff852f;
  color: #ff852f;
  display: inline-block;
  font-size: 1.6875em;
  font-family: "Fjalla One", sans-serif;
  line-height: 1;
  padding-top: 0.15em;
  vertical-align: bottom;
}

@media screen and (min-width: 835px) {

  .header--index--menu--spnav,
  .drawer-nav {
    display: none;
  }

  .header--index--nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.75em;
  }

  .header--index--nav>li {
    position: relative;
    padding: 0 1em;
    border-right: 2px solid #f2f2f2;
    height: 16px;
  }

  .header--index--nav>li>a {
    color: #493a64;
    /* border-right: 2px solid #f2f2f2; */
    display: block;
    /* padding: 0 1em; */
  }

  .header--index--nav>li:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .header--index--nav .sub-menu {
    background: #fff;
    position: absolute;
    top: 1.5em;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0px 4px 8px 0px rgba(217, 217, 217, 0.45);
    padding: 1.6em 0.3em;
  }

  .header--index--nav .sub-menu li {
    padding: 0.8em 1em;
  }

  .header--index--nav .sub-menu li:hover {
    background-color: rgba(243, 243, 243, 1);
    border-radius: 10px;
  }

  .header--index--nav .sub-menu li a:hover,
  .header--index--nav .sub-menu.about .col-left .flex a:hover {
    opacity: 1;
  }

  .header--index--nav>li:hover>ul,
  .header--index--nav .sub-menu li:hover>ul,
  .header--index--nav>li:active>ul,
  .header--index--nav .sub-menu li:active>ul {
    visibility: visible;
    opacity: 1;
  }

  .header--index--nav>li>a:hover {
    padding-bottom: 5px;
    border-bottom: 6px solid rgba(255, 133, 47, 1);
  }
}

@media screen and (max-width: 834px) {
  .header {
    align-items: center;
    padding-bottom: 0;
  }

  .header--logo {
    max-height: 52px;
  }

  .header--logo img {
    height: 52px;
    width: auto;
    margin-top: 0;
    padding: 3px;
  }

  .header--index--menu--btn {
    display: none;
  }

  .header--index--menu--btn.sp {
    display: flex;
  }

  .header--index--menu--num {
    display: block;
    text-align: right;
  }

  .header--index--menu--num.pc {
    display: none;
  }

  .header--index--menu--num span:first-child {
    display: inline-block;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
  }

  .header--index--menu--num span:last-child::before {
    height: 1.5em;
    width: 1.5em;
  }

  .header--index--menu--num span:last-child a {
    font-size: 1rem;
  }

  .header--index--menu--spnav {
    display: inherit;
  }

  .header--index--menu--spnav button {
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 24px;
    outline: none;
    padding: 0;
    width: 24px;
  }

  .drawer-overlay {
    z-index: 3;
  }

  .drawer-nav {
    z-index: 4;
  }

  .header--index--nav.pcnav {
    display: none;
  }

  .header--index--nav {
    padding: 1.5rem 1.55rem;
    margin-top: 10px;
  }

  .header--index--nav li+li,
  .header--index--nav li>ul {
    margin-top: 1.5rem;
  }

  .header--index--nav li>ul {
    margin-left: 1em;
  }

  .header--index--nav a {
    color: #493a64;
  }
}

/* index
============================================================================================== */

.feature02 .unit {
  max-width: 860px;
}

.feature02 .feature-grp--item {
  width: calc(100% / 4);
}

@media screen and (max-width: 769px) {
  .feature02 .feature-grp--item {
    width: 100%;
  }
}

.commercial {
  background-image: url("images/deco/deco_04.svg");
  padding: 16em 0 4em 0;
}

.commercial .unit {
  max-width: 974px;
}

.commercial .section-title {
  color: #fff;
}

.commercial--movie {
  background-color: #fff;
  margin: 4em 0;
}

.commercial--movie img {
  margin: 0 auto;
}

.commercial--copy {
  line-height: 1.375;
  text-align: center;
}

.commercial--copy h2 span {
  color: #ff852f;
  font-weight: 700;
  font-size: 1.75em;
}

.commercial--copy h2 strong {
  display: block;
  font-size: 1.25em;
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .commercial {
    background-size: 150% 60%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4em 0 4em 0;
  }

  .commercial .section-title {
    font-size: 1.75rem;
  }
}

.feature03 {
  background: no-repeat url("images/bkg-feature03.png");
  background-position: bottom center;
  padding-bottom: 0 !important;
}

.feature03 .unit {
  max-width: 975px;
  padding-bottom: 24rem;
}

.feature03 strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 2rem 0;
  text-align: center;
}

.feature03 .section-read {
  line-height: 1.5;
  text-align: left;
  font-size: medium;
}

@media screen and (max-width: 834px) {
  .feature03 {
    background-size: 180% auto;
    background-position: center bottom 3rem;
  }

  .feature03 .unit {
    padding-bottom: 12rem;
  }

  .feature03 strong {
    font-size: 1.25rem;
  }
}

/* 
 * 網上貸款產品
 * loan-services
 */

.box-divider {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: center;
  padding: 0 120px;
}
.box-divider[data-padding] {
  padding: 0 attr(data-cell)px;
}

.box-divider>* {
  /* padding: 4em; */
  position: relative;
  text-align: center;
  width: calc((100% - 1px) / 3);
  padding: 1rem;
}

.box-divider>*[data-cell] {
  width: calc( (100% - 1px) / attr(data-cell) );
}

.box-divider>*[data-cell] p {
  padding: 0 10px;
}

.box-divider div {
  border: 5px solid rgba(141, 119, 181, .4);
  min-height: 260px;
  border-radius: 20px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

/* .box-divider>*:first-child {
  background-image: linear-gradient(180deg, #fff 0 20%, #dcdcdc 20% 90%), linear-gradient(90deg, #fff 0 50%, #dcdcdc 50% 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%, 100% 1px;
  background-position: top right, bottom left;
} */

/* .box-divider>*:last-child {
  background-image: linear-gradient(180deg, #dcdcdc 0% 80%, #fff 80% 100%), linear-gradient(90deg, #dcdcdc 0 50%, #fff 50% 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%, 100% 1px;
  background-position: top left, top left;
  margin: -1px 0 0 -1px;
} */

.box-divider img {
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .box-divider>* {
    width: 100%;
  }

  .box-divider>*:first-child,
  .box-divider>*:last-child {
    background-image: none;
  }

  .box-divider>*+* {
    border-top: 1px solid #dcdcdc;
  }

  .box-divider div {
    border: none;
    min-height: auto;
    box-shadow: none;
  }

  .box-divider {
    padding: 0;
  }
}

.loan-services--index .unit>*:not(:first-child) {
  margin-top: 2em;
}

.loan-services--index section>*:not(:first-child) {
  margin-top: 0.5rem;
}

.loan-services--index section h2,
.loan-services--index section p,
.loan-services--index section h3 p {
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  font-size: medium;
}

.loan-services--index .box-divider p {
  line-height: 1.5;
}

.loan-services--index section h2 {
  color: #655288;
  font-size: 1.5rem;
  font-weight: 700;
}

.loan-services--index section>p:last-child {
  display: flex;
  justify-content: space-between;
  max-width: 342px;
}

.loan-services--index section>p:last-child a {
  width: calc((100% - 0.625rem) / 2);
}

.loan-services--speciality--feature {
  display: flex;
  justify-content: space-between;
}

.loan-services--speciality--feature>section,
.loan-services--speciality--feature.owl-carousel section {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
  padding: 4em 2em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.loan-services--speciality--feature.owl-carousel section {
  box-shadow: none;
  border: 1px solid #eee;
}

.loan-services--speciality--feature>section+section {
  margin-left: 2rem;
}

.loan-services--speciality--feature>section img,
.loan-services--speciality--feature.owl-carousel section img {
  display: inline-block;
}

.loan-services--speciality--feature>section .btn-skew {
  font-weight: 700;
  margin: 1em 0;
  padding: 0.5em 1em;
  position: relative;
  width: 100%;
  z-index: 0;
}

.loan-services--speciality--feature>section p,
.loan-services--speciality--feature.owl-carousel section p {
  color: #6c6b6f;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}

.loan-services--speciality .btn-box .btn-rounded {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .loan-services--speciality--feature {
    flex-wrap: wrap;
  }

  .loan-services--speciality--feature>section {
    flex: inherit;
    width: calc((100% - 2rem) / 2);
  }

  .loan-services--speciality--feature>section:nth-child(odd) {
    margin-left: 0;
  }

  .loan-services--speciality--feature>section:nth-child(n + 3) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 769px) {
  .loan-services--speciality--feature {
    margin: 0 auto;
    width: calc(100% - 4em);
  }

  .loan-services--speciality--feature>section {
    margin-left: 0 !important;
    width: 100%;
  }

  .loan-services--speciality--feature>section:nth-child(2) {
    margin-top: 2rem;
  }

  .loan-services--speciality .btn-box .btn-rounded {
    max-width: 211px;
  }
}

.loan-services--reason {
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url("images/deco/deco_06.svg");
  padding: 8em 0;
  position: relative;
}

.loan-services--reason::before,
.loan-services--reason::after {
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.loan-services--reason::before {
  background-image: url("images/bkg-target01.png");
  background-position: right top;
  background-size: auto 72%;
  left: 0;
  width: 25%;
}

.loan-services--reason::after {
  background-image: url("images/bkg-target01.png");
  background-position: left bottom;
  background-size: auto 72%;
  right: 0;
  width: 40%;
}

.loan-services--reason img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 990px;
}

.loan-services--exceed {
  max-width: 990px;
}

.loan-services--exceed--grp {
  background-image: url("images/bkg-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.loan-services--exceed--grp .feature-grp--items {
  justify-content: center;
  padding: 0;
}

.loan-services--exceed--grp .feature-grp--item {
  margin: 0 1.5rem;
}

@media screen and (max-width: 769px) {
  .loan-services--exceed--grp .feature-grp--item {
    margin: 0;
  }

  .loan-services--reason img {
    max-width: 100%;
  }
}

/*
 * 特快網上私人貸款
 * fast-online-loan
 */
.fast-online-loan {
  margin-top: 8rem;
}

.fast-online-loan--feature {
  margin-top: 1rem;
}

.fast-online-loan--feature--item {
  align-items: center;
  background-color: #fffbf3;
  display: flex;
  justify-content: space-evenly;
  padding: 2.5rem;
}

.fast-online-loan--feature--item p {
  color: #493a64;
  flex: initial;
  line-height: 1.375;
}

.fast-online-loan--feature--item p+p {
  margin-left: 1rem;
}

.fast-online-loan--feature--item p span {
  color: #ff852f;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fast-online-loan--feature--item img {
  max-width: 420px;
}

@media screen and (max-width: 769px) {
  .fast-online-loan {
    margin-top: 2rem;
  }

  .fast-online-loan--feature--item {
    flex-direction: column-reverse;
    text-align: center;
  }

  .fast-online-loan--feature--item p+p {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .fast-online-loan--feature--item p span {
    font-size: 1.3125rem;
  }
}

/*
 * 結餘轉戶貸款
 * debt-consolidation
 */
.debt-consolidation--feature--nav {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.debt-consolidation--feature--nav a {
  background: linear-gradient(94.27deg, #8d77b5 4.34%, #655288 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 4px solid transparent;
  color: #493a64;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 1rem;
  padding: 0.5rem;
}

.debt-consolidation--feature--nav a.active {
  background: linear-gradient(97.37deg, #ffb45c 4.89%, #ff852f 123.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 4px solid;
  border-image: linear-gradient(97.37deg, #ffb45c 4.89%, #ff852f 123.97%);
  border-image-slice: 1;
}

.debt-consolidation--feature-item {
  background: linear-gradient(97.37deg, #ffe793 4.89%, #ffc148 123.97%);
  border-radius: 20px;
  color: #493a64;
  display: flex;
  justify-content: space-between;
  line-height: 1.375;
  padding: 2rem;
  text-align: center;
}

.debt-consolidation--feature-item>div {
  border-radius: 20px;
  padding: 2.5rem;
  width: calc((100% - 2rem) / 2);
}

.debt-consolidation--feature-item>div:first-child {
  background: #fffbf3;
}

.debt-consolidation--feature-item>div:last-child {
  background: linear-gradient(97.37deg, #ffb45c 4.89%, #ff852f 123.97%);
}

.debt-consolidation--feature-item>div>*:not(:first-child) {
  margin-top: 0.5rem;
}

.debt-consolidation--feature-item>div h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.debt-consolidation--feature-item>div img {
  display: inline-block !important;
  max-height: 248px;
  width: auto !important;
}

@media screen and (max-width: 834px) {

  .debt-consolidation--feature--nav a,
  .debt-consolidation--feature-item>div h3 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 769px) {
  .debt-consolidation--feature--nav a {
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0.5rem 0;
  }

  .debt-consolidation--feature-item {
    display: block;
    padding: 1rem;
  }

  .debt-consolidation--feature-item>div {
    width: 100%;
  }

  .debt-consolidation--feature-item>div+div {
    margin-top: 1rem;
  }
}

/*
 * 自由慳息借貸TIPS
 * flexible-interest-saving-loan-tips
 */
.fis-loan-tips section h2.section-title {
  background: linear-gradient(97.37deg, #ffb45c 4.89%, #ff852f 123.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0.5rem;
}

.fis-loan-tips section h2.section-title+.section-read {
  text-align: left;
}

.fis-loan-tips--feature .unit {
  /* max-width: 1440px; */
  max-width: 990px;
}

.fis-loan-tips--feature--table--item {
  align-items: center;
  display: flex;
}

.fis-loan-tips--feature--table--item:nth-child(2) {
  flex-direction: row-reverse;
}

.fis-loan-tips--feature--table--item>* {
  min-height: 277px;
  padding: 0 5rem;
  width: 50%;
}

.fis-loan-tips--feature--table--item>*:first-child {
  background: #fffbf3;
  border-radius: 20px;
  padding: 2.5rem 5rem;
}

.fis-loan-tips--feature--table--item h3 {
  color: #493a64;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.fis-loan-tips--feature--table--item p {
  color: #493a64;
  line-height: 1.375;
  margin-top: 1rem;
  text-align: justify;
}

.fis-loan-tips--feature--table--item img {
  margin: 0 auto;
  max-height: 277px;
  width: auto;
}

.fis-loan-tips--feature--table--item:nth-child(1)>div:first-child {
  /* padding-right: 188px; */
}

.fis-loan-tips--feature--table--item:nth-child(2)>div:first-child {
  /* padding-left: 188px; */
}

.fis-loan-tips--feature--table {
  margin-top: 4rem;
  position: relative;
}

/* .fis-loan-tips--feature--table::before {
  background-image: url("images/cat_proud.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 419px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5rem;
  width: 312px;
} */

@media screen and (max-width: 769px) {
  .fis-loan-tips--feature--table::before {
    position: relative;
    height: 253px;
    margin-bottom: 2rem;
    top: 0;
    width: auto;
  }

  .fis-loan-tips--feature--table {
    margin-top: 7.5rem;
  }

  .fis-loan-tips--feature--table--item {
    display: block;
    position: relative;
    margin-bottom: 6rem;
  }

  .fis-loan-tips--feature--table--item:nth-child(2) {
    margin-bottom: 8rem;
  }

  .fis-loan-tips--feature--table--item:last-child {
    margin-bottom: 0;
  }

  .fis-loan-tips--feature--table--item>* {
    min-height: auto;
    width: 100%;
  }

  .fis-loan-tips--feature--table--item>*:first-child,
  .fis-loan-tips--feature--table--item:nth-child(1)>div:first-child,
  .fis-loan-tips--feature--table--item:nth-child(2)>div:first-child {
    padding: 2rem;
  }

  .fis-loan-tips--feature--table--item h3 {
    font-size: 1.3125rem;
  }

  .fis-loan-tips--feature--table--item>div:nth-child(2) {
    position: absolute;
  }

  .fis-loan-tips--feature--table--item:nth-child(1)>div:nth-child(2) {
    top: -15vh;
  }

  .fis-loan-tips--feature--table--item:nth-child(2)>div:nth-child(2) {
    position: absolute;
    top: -14vh;
  }

  .fis-loan-tips--feature--table--item:nth-child(3)>div:nth-child(2) {
    position: absolute;
    top: -17vh;
  }

  .fis-loan-tips .loan-services--faq hr {
    margin: 20px 0 !important;
  }

  .fis-loan-tips .loan-services--faq .faq--title>h2 {
    border-bottom: 1px solid rgb(255, 133, 47);
  }
}

/*
 * 關於 Cashing Pro｜網上私人貸款首選
 * about-cashingpro
 */
.about-cashingpro .unit {
  max-width: 1024px;
}

.about-cashingpro--lead .section-title span {
  font-size: 1.375rem;
  font-weight: 400;
}

.about-cashingpro--feature::before {
  transform: scale(-1, 1);
}

.about-cashingpro--feature--items {
  margin-top: 4rem;
}

.about-cashingpro--feature--item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.about-cashingpro--feature--item>*:first-child {
  width: 300px;
}

.about-cashingpro--feature--item>*:last-child {
  width: calc((100% - 2rem) - 300px);
}

.about-cashingpro--feature--item:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.about-cashingpro--feature--item:nth-child(2) img {
  margin-left: auto;
}

.about-cashingpro--feature--item h3 {
  color: #493a64;
  font-size: 1.5rem;
  font-weight: 700;
}

.about-cashingpro--feature--item p {
  color: #6c6b6f;
  line-height: 1.375;
  margin-top: 1rem;
}

.about-cashingpro--mission--title {
  align-items: center;
  background-image: url("images/deco/deco_11.svg");
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  height: 300px;
  margin-top: 4rem;
  width: 100%;
}

@media screen and (min-width: 1921px) {
  .about-cashingpro--mission--title {
    background-size: 100% 300px;
  }
}

.about-cashingpro--mission--title h2 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 auto;
  margin-top: calc(150px - 2.5em);
  text-align: center;
}

.about-cashingpro--mission--title h2 span {
  display: block;
  font-weight: 400;
}

.about-cashingpro--mission--grp {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.about-cashingpro--mission--grp--cat {
  width: 318px;
}

.about-cashingpro--mission--grp--text {
  color: #6c6b6f;
  line-height: 1.375;
  width: calc((100% - 318px) - 2rem);
}

.about-cashingpro--mission--grp--text p+p {
  margin-top: 2rem;
}

@media screen and (max-width: 769px) {
  .about-cashingpro--lead .section-read {
    text-align: left;
  }

  .about-cashingpro--feature--items {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .about-cashingpro--feature--item,
  .about-cashingpro--mission--grp {
    display: block;
  }

  .about-cashingpro--feature--item>*:first-child,
  .about-cashingpro--feature--item>*:last-child,
  .about-cashingpro--mission--grp--cat,
  .about-cashingpro--mission--grp--text {
    width: 100%;
  }

  .about-cashingpro--feature--item+.about-cashingpro--feature--item {
    margin-top: 2rem;
  }

  .about-cashingpro--feature--item img {
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 110px;
  }

  .about-cashingpro--feature--item h3 {
    font-size: 1.125rem;
    text-align: center;
  }

  .about-cashingpro--mission--title {
    height: 138px;
  }

  .about-cashingpro--mission--title h2 {
    font-size: 1.4375rem;
    margin-top: calc(69px - 1.75em);
  }

  .about-cashingpro--mission--grp--cat {
    margin-bottom: 2rem;
  }

  .about-cashingpro--mission--grp--cat img {
    max-width: 165px;
    margin: 0 auto;
  }
}

.loan-faq--lists-title {
  color: #493a64;
  font-size: 1.75rem;
  font-weight: 700;
  max-width: 332px;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}

.loan-faq--lists-title label {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 0.8125em 2em;
  text-align: center;
}

.loan-faq--lists-title label.active {
  background: linear-gradient(94deg, #8d77b5 4%, #655288 100%);
  color: #fff;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.loan-faq--lists-title label.active span {
  display: block;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.loan-faq--lists-content {
  line-height: 1.5;
}

.loan-faq--lists-content>ul>li {
  color: #6c6b6f;
  line-height: 1.125;
}

.loan-faq--lists-content>.accshow>ul>li:not(:first-child) {
  margin-top: 1em;
}

.loan-faq--lists-content>.accshow>ul>li {
  position: relative;
  padding-left: 0 !important;
}

.loan-faq--lists-content>.accshow>ul>li:after {
  content: url("images/icon/faq-plus.svg");
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: calc(0.8em + 3px);
}

.loan-faq--lists-content>.accshow>ul>li.open:after {
  content: url("images/icon/faq-minus.svg");
}

.loan-faq--lists-content .accshow ul li .accshow {
  padding-right: 40px !important;
}

.loan-faq--lists-content label {
  background-color: rgba(217, 217, 217, 0.29);
  cursor: pointer;
  display: block;
  padding: 1em;
  transition: all 0.5s;
}

.loan-faq--lists-content input {
  display: none;
}

.loan-faq--lists-content .accshow {
  height: 0;
  margin-bottom: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.2s;
}

.cssacc:checked+.accshow {
  background: #fff;
  color: #222222;
  height: auto;
  opacity: 1;
}

.cssacc:checked+.accshow .cssacc:checked+.accshow {
  padding: 1em;
}

.faq ul li {
  background-color: #fbab07;
}

.column {
  display: flex;
  justify-content: space-between;
}

.column--main {
  margin-bottom: 4em;
  width: calc(96% - 280px);
}

.column--side {
  margin-left: 4%;
  position: relative;
  width: 280px;
}

@media screen and (max-width: 834px) {
  .loan-faq--lists-title {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto !important;
  }
}

/*
 * Cashing Pro 資訊
 * 聯絡我們 info
 */
.info--grp .unit {
  max-width: 974px;
}

.info--grp .unit p+p {
  /* margin-top: 2rem; */
}

.info--grp--loan-faq {
  text-align: center;
  vertical-align: middle;
  margin: 4em auto 2em auto;
  text-align: center;
}

.info--grp--loan-faq strong {
  display: inline-block;
  font-size: 1.25em;
}

.info--grp--loan-faq img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: inherit;
}

.info--grp--loan-faq>*+* {
  margin-left: 0.25rem;
}

@media screen and (max-width: 769px) {
  /* .info--grp {
    padding-bottom: 8rem !important;
  } */

  .info--grp--loan-faq strong {
    margin-bottom: 0.5rem;
  }
}

/*
 * 最新消息 news
 * 聯絡我們 contact-us
 */
.news-grp .unit {
  max-width: 911px;
}

.contact-us .unit {
  max-width: 1200px;
}

.news-grp--nav,
.contact-us-grp--nav {
  display: flex;
  justify-content: center;
  margin: 2em auto;
  max-width: 911px;
}

.news-grp--nav li,
.contact-us-grp--nav li {
  background-image: url("images/icon/balloon.png");
  background-position: 0;
  background-repeat: no-repeat;
  color: #6c6b6f;
  background-size: 100% 100%;
  font-weight: 700;
  padding-bottom: 5em;
  padding-top: 4em;
  text-align: center;
  width: calc((100% - 2em) / 3);
}

.news-grp--nav li a,
.contact-us-grp--nav li a {
  color: #6c6b6f;
}

.news-grp--nav li span,
.contact-us-grp--nav li span {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 124px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.news-grp--nav li span::before,
.contact-us-grp--nav li span::before {
  content: "";
  display: block;
  overflow: hidden;
  padding-top: 100%;
}

.news-grp--nav li span img,
.contact-us-grp--nav li span img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-grp--nav li label.active,
.contact-us-grp--nav li label.active {
  color: #493a64;
}

.news-grp--nav li label.active span img,
.contact-us-grp--nav li label.active span img {
  bottom: 0;
  top: inherit;
}

@media screen and (max-width: 769px) {

  .news-grp--nav li,
  .contact-us-grp--nav li {
    padding-bottom: 2em;
    padding-top: 2em;
    width: calc((100% - 0.5em) / 3);
  }

  .news-grp--nav li span,
  .contact-us-grp--nav li span {
    margin-bottom: 0.25em;
  }

  .news-grp--nav li span,
  .contact-us-grp--nav li span,
  .news-grp--nav li span img,
  .contact-us-grp--nav li span img {
    max-width: 48px;
  }
}

.news-grp input,
.contact-us-grp input {
  display: none;
}

.news-grp .accshow,
.contact-us-grp .accshow {
  height: 0;
  margin-bottom: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.2s;
}

.news-grp .cssacc:checked+.accshow,
.contact-us-grp .cssacc:checked+.accshow {
  color: #493a64;
  height: auto;
  opacity: 1;
  padding: 1em;
}

.contact-us-grp .cssacc:checked+.accshow {
  background: #fffbf3;
  padding: 4em;
  padding-top: 1em;
}

.news-grp--advertisement h2,
.news-grp--promotion h2 {
  color: #655288;
}

.news-grp--advertisement h3,
.news-grp--promotion h3 {
  color: #493a64;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}

.news-grp--advertisement {
  text-align: center;
}

.news-grp--advertisement>section:not(:first-of-type) {
  margin-top: 4em;
}

.news-grp--advertisement img {
  margin: 0 auto;
}

.news-grp--promotion ol {
  color: #6c6b6f;
  line-height: 1.75;
  list-style-type: decimal;
  padding-left: 2em;
}

.news-grp--promotion--bana {
  margin-bottom: 3em;
}

.contact-us-grp h1.section-title+p {
  color: #493a64;
  text-align: center;
}

.contact-us-grp--operator p {
  line-height: 1.75;
  text-align: center;
}

.contact-us-grp--operator p.telnum {
  border-bottom: 1px solid #fbab07;
  border-top: 1px solid #fbab07;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 1em 0;
  padding: 1em 0;
}

.contact-us-grp--operator p.telnum a:nth-child(1)::before {
  background-image: url("images/icon/phone-colorful.svg");
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 0.25em;
  vertical-align: text-bottom;
  width: 1.5em;
}

.contact-us-grp--operator p.telnum a:nth-child(2)::before {
  background-image: url("images/icon/whatsapp.svg");
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 0.25em;
  vertical-align: text-bottom;
  width: 1.5em;
  margin-left: 30px;
}

.contact-us-grp--operator table {
  margin: 0 auto;
}

.contact-us-grp--operator table th,
.contact-us-grp--operator table td {
  padding: 0.5em;
}

.contact-us-grp--operator table th {
  text-align: right;
}

.contact-us-grp--operator table td {
  text-align: left;
}

.contact-us-grp--company h3 {
  font-weight: 700;
}

.contact-us-grp--company h3,
.contact-us-grp--company h3+p {
  margin-bottom: 1em;
}

.contact-us-grp--company h3+p,
.contact-us-grp--company h3+table {
  line-height: 1.75;
}

.contact-us-grp--company h3:not(:first-of-type) {
  border-top: 1px solid #dcdcdc;
  padding-top: 1em;
}

.contact-us-grp--company--add::before,
.contact-us-grp--company--telnum01::before,
.contact-us-grp--company--telnum02::before,
.contact-us-grp--company--time::before {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 0.25em;
  width: 0.8em;
}

.contact-us-grp--company--add::before {
  background-image: url("images/icon/mini-pin.svg");
}

.contact-us-grp--company--telnum01::before {
  background-image: url("images/icon/mini-phone.svg");
}

.contact-us-grp--company--telnum02::before {
  background-image: url("images/icon/mini-balloon.svg");
}

.contact-us-grp--company--time::before {
  background-image: url("images/icon/mini-time.svg");
}

.contact-us-grp--company table th {
  font-weight: 400;
  text-align: left;
}

.contact-us-grp--videos {
  text-align: center;
}

.contact-us-grp--videos img {
  margin: 0 auto;
  margin-top: 2rem;
}

.contact-us-grp--videos .section-read {
  color: #493a64;
}

.contact-us-grp--videos--youtube {
  color: #493a64;
  border-top: 1px solid #ff852f;
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 800px;
  padding-top: 4rem;
}

.contact-us-grp--videos--youtube h4.title {
  color: #ff852f;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact-us-grp--videos .column-resp>* {
  margin-bottom: 2rem;
}

.contact-us-grp--videos--youtube p.title {
  font-weight: 700;
  margin-top: 1rem;
}

@media screen and (max-width: 769px) {
  .contact-us-grp .cssacc:checked+.accshow {
    padding: 2em;
  }

  .contact-us-grp--operator p.telnum {
    font-size: 2.375rem;
    padding-top: 0;
  }
}

/* form */
.contact-form input.btn-rounded {
  border: 0;
  display: inline-block;
  font-size: 1rem;
  padding: 0.8125em 6em;
}

.contact-form--grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form--grp>dl {
  width: calc((100% - 1rem) / 2);
}

.contact-form--grp>dl:last-child {
  width: 100%;
}

.contact-form--grp>dl dt {
  color: #000;
  margin-bottom: 0.5rem;
}

.contact-form--grp>dl dd {
  margin-bottom: 1rem;
}

.contact-form--grp input[type="text"],
.contact-form--grp input[type="email"],
.contact-form--grp input[type="tel"],
.contact-form--grp select,
.contact-form--grp textarea {
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.5em;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  padding: 0.75em;
  width: 100%;
}

.contact-form--grp textarea {
  width: 100%;
}

.contact-form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 769px) {
  .contact-form--grp>dl {
    width: 100%;
  }

  .contact-form .btn-box {
    margin-top: 1rem;
  }

  .contact-form .btn-box>input {
    width: calc((100% - 1rem) / 2);
  }

  .contact-form input.btn-rounded {
    padding: 0.8125em;
  }
}

/*
 * 醒目借貸貼士
 * loan-smart
 */
.loan-smart-grp .unit {
  max-width: 1140px;
}

.loan-smart-grp--list--item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.loan-smart-grp--list--item:not(:first-child) {
  margin-top: 4em;
}

.loan-smart-grp--list--item>* {
  flex: 1;
}

.loan-smart-grp--list--item>img {
  max-width: 400px;
}

.loan-smart-grp--list--item>div {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 1em;
}

.loan-smart-grp--list--item>div p {
  color: #493a64;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
}

.loan-smart-grp--list--item>div p span {
  color: #ff852f;
  font-size: 2.5rem;
}

.loan-smart-grp .loan-smart-grp--list .telnum {
  color: #493a64;
  font-size: 1.5rem;
}

.loan-smart-grp .loan-smart-grp--list .telnum::before {
  background-image: url("images/icon/phone-purple.svg");
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  width: 1em;
}

@media screen and (max-width: 769px) {
  .loan-smart-grp--list--item>div {
    padding-left: 0;
    padding-right: 0;
  }

  .loan-smart-grp--list--item--text>span img {
    height: auto;
    max-width: 53px;
  }

  .loan-smart-grp--list--item>div p {
    font-size: 1.125rem;
  }

  .loan-smart-grp--list--item>div p span {
    font-size: 1.75rem;
  }
}

/*
 * 網上保安 online-security
 */
.clause-grp {
  line-height: 1.75;
}

.clause-grp h2,
.clause-grp h3 {
  color: #ff852f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1em;
}

.clause-grp h2.section-title {
  color: #493a64;
  text-align: left;
}

.clause-grp p {
  color: #707070;
}

.clause-grp .column {
  justify-content: flex-start;
}

/*
 * Cashing Pro還款方式
 * repayment-method
 */
.repayment-method--read--grp {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(255, 133, 47, 1);
  display: flex;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1200px;
  padding: 4em;
  flex-direction: column;
}

.repayment-method--read--grp--item {
  display: flex;
}

.repayment-method--read--grp--item:not(:first-child) {
  margin-top: 50px;
}

.repayment-method--read--grp--item>div:first-child img.sp {
  height: auto;
  min-height: 193px;
  display: none;
}

.repayment-method--read--grp--item>div:last-child {
  color: #6c6b6f;
  line-height: 1.375;
  padding-left: 1.75rem;
  width: calc(100% - 193px);
}

.repayment-method--read--grp--item>div:first-child img.pc {
  margin-top: 5px;
}

.repayment-method--read--grp h2 {
  color: #ff852f;
  font-size: 1.5rem;
  font-weight: 700;
}

.repayment-method--read--grp strong {
  color: #ff852f;
  font-weight: 400;
  text-decoration: underline;
}

.repayment-method--read--grp ul {
  margin-top: 1rem;
}

.repayment-method--read--grp ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.repayment-method--step .unit {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 4rem;
}

.repayment-method--step .section-title {
  margin-top: 2em;
}

.repayment-method--step strong,
.repayment-method--step--text strong {
  color: #ff852f;
}

.repayment-method--step--text {
  margin-top: 20px;
  line-height: 1.6rem;
  color: #6c6b6f;
  padding: 0 58px;
}

.repayment-method--step h3,
.repayment-method--step p {
  line-height: 1.375;
  margin: 0 auto;
  max-width: 17rem;
}

.repayment-method--step h3 {
  color: #ff852f;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.repayment-method--step p {
  color: #6c6b6f;
}

.repayment-method--model .unit {
  max-width: 1020px;
}

.repayment-method--model .section-title+.section-read {
  color: #493a64;
  font-size: 1.25rem;
  max-width: 100%;
}

.repayment-method--model .section-read+.section-read {
  margin-top: 2rem;
  max-width: 100%;
  text-align: left;
}

.repayment-method--model section {
  color: #6c6b6f;
  line-height: 1.375;
}

.repayment-method--model section>* {
  margin-top: 2rem;
}

.repayment-method--model section h3 {
  color: #ff852f;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 0.5rem;
}

.repayment-method--model section img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .repayment-method--read--grp {
    display: block;
    padding: 2em;
  }

  .repayment-method--read--grp>div:first-child img {
    height: 110px;
    margin: 0 auto;
    min-height: auto;
    width: auto;
  }

  .repayment-method--read--grp>div:last-child {
    margin-top: 1rem;
    padding-left: 0;
    width: 100%;
  }

  .repayment-method--step h3,
  .repayment-method--step p {
    max-width: 302px;
  }

  .repayment-method--read--grp--item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .repayment-method--read--grp--item>div:last-child {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    line-height: 1.5rem;
  }

  .repayment-method--read--grp--item>div:first-child img.pc {
    display: none;
  }

  .repayment-method--read--grp--item>div:first-child img.sp {
    display: flex;
    min-height: auto;
  }

  .repayment-method--step--text {
    padding: 0 24px;
    text-align: justify;
  }
}

/*
 * 私人貸款計算機
 * loan-calculator
 */
.loan-calculator--grp .unit {
  max-width: 1030px;
}

.calculator .ele-box-in+.ele-box-in {
  border-top: 1px solid #ececec;
  margin-top: 2rem;
  padding-top: 2rem;
}

.calculator .tab-header-box,
.calculator .left-content,
.calculator .right-content,
.calculator .box-out-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.calculator .tab-header-box {
  color: #ff852f;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.calculator .right-content {
  border: 1px solid #ff852f;
  padding: 0.25rem 1rem;
}

.calculator .ele-box-in:last-child .right-content {
  border: 0;
}

.calculator h2 {
  color: #493a64;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.calculator input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: #ffeee7;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
}

.calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ff852f;
  cursor: pointer;
  border-radius: 100%;
  z-index: 10000000;
}

.calculator input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  z-index: 10;
  background: #ff852f;
  cursor: pointer;
  z-index: 10000000;
}

.calculator .none-box {
  display: none !important;
}

.calculator .max-price input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  color: #6c6b6f;
  text-align: right;
}

.loan-calculator--grp--note {
  color: #959595;
  font-size: 0.75em;
  line-height: 1.375;
}

.loan-calculator--grp--note ol li+li {
  margin-top: 1em;
}

.loan-calculator--feature .section-read {
  color: #493a64;
}

#max_price_input {
  width: 100%;
}


@media screen and (max-width: 769px) {

  .calculator .tab-header-box,
  .calculator h3 {
    font-size: 1.125rem;
  }

  .calculator .tab-header-box .right-content {
    width: 55%;
  }

  .calculator .right-content {
    padding: 0.25rem 2px;
  }
}

/*
 * 加入我們
 * join-us
 */
.join-us-grp .unit {
  max-width: 1030px;
}

.join-us-grp .section-read {
  border-bottom: 1px solid #d3d3d3;
  color: #493a64;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.join-us-grp--lists {
  margin: 0 auto;
  max-width: 646px;
}

.join-us-grp--lists .feature-grp--items {
  flex-wrap: wrap;
}

.join-us-grp--lists .feature-grp--item {
  text-align: center;
  color: #493b65;
  font-weight: 700;
}

.join-us-grp--lists .feature-grp--item span {
  margin-top: 0.5rem;
  display: block;
}

/*
 * footer
 */
.footer {
  color: #fff;
  z-index: 2;
}

.footer--apply,
.footer--index {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 2560px;
  margin-top: -6.875rem;
  padding-top: 6.875rem;
  position: relative;
}

.footer--apply {
  background-image: url("images/deco/deco_09.svg");
}

.footer--apply.omitver {
  background-image: none;
}

.footer--apply.omitver .footer--apply-grp {
  display: none;
}

.footer--index {
  background-image: url("images/deco/deco_10.svg");
  z-index: 3;
  padding-bottom: 40px;
}

@media screen and (min-width: 1921px) {

  .footer--apply,
  .footer--index {
    background-size: 100% 2560px;
  }
}

.footer--apply-grp {
  padding-bottom: 6.875rem;
  position: relative;
}

.footer--apply-grp::before {
  background-image: url("images/bkg-target01.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 847px 888px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 25%;
}

.footer--apply-grp .unit {
  margin-bottom: -6.875rem;
  max-width: 1920px;
}

.footer--apply-grp .unit::before {
  background-image: url("images/bkg-target02.png?202305191055");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-width: 1920px;
  margin: 0 auto;
  mix-blend-mode: overlay;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.footer--apply-grp .unit {
  padding-bottom: 6.875rem;
}

.footer--apply-grp.layered .unit {
  padding-bottom: 0;
}

.footer--apply-grp.index .unit::before {
  background-image: none;
}

.footer--apply-grp .unit img {
  display: inline-block;
}

.footer--apply-grp .column-resp {
  align-items: center;
  justify-content: center;
}

.footer--apply-grp .column-resp>* {
  flex: initial;
}

.footer--apply-grp--text,
.footer--apply-grp--cat02 {
  mix-blend-mode: normal;
  position: relative;
  text-align: center;
  z-index: 1;
}

.footer--apply-grp--text .btn-box {
  margin-top: 2rem;
}

.footer--apply-grp--text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  white-space: nowrap;
}

.footer--apply-grp--cat01 {
  text-align: right;
}

.footer--apply-grp--text a.btn-rounded {
  background: linear-gradient(97.37deg, #ffe793 4.89%, #ffc148 123.97%);
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.74);
  color: #000;
}

.footer--apply-grp--cat01 span,
.footer--apply-grp--cat02 span {
  display: inline-block;
  max-width: 739px;
  position: relative;
  width: 100%;
}

.footer--apply-grp--cat01 span::before {
  background-image: url("images/bkg-target02.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  mix-blend-mode: overlay;
  opacity: 0.8;
  padding-top: 77.672%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.footer--apply-grp.spsrcset .footer--apply-grp--cat01 span::before {
  content: none;
}

@media screen and (max-width: 834px) {
  .footer--apply {
    padding-top: 3.43rem;
  }

  .footer--apply.omitver {
    padding-top: 6.875rem;
  }

  .footer--apply-grp.contact-us {
    padding-bottom: 0;
  }

  .footer--apply-grp::before {
    background-size: cover;
    width: 40%;
  }

  .footer--apply-grp .unit::before {
    background-position: right -53px center;
    background-size: contain;
  }

  .footer--apply-grp.contact-us .unit::before {
    background-size: 283px 220px;
  }

  .footer--apply-grp--text {
    font-size: 1.5rem;
  }

  .footer--apply-grp--cat01 span {
    /* margin-right: -10%; */
    margin-bottom: -70px;
  }

  .footer--apply-grp.spsrcset .unit {
    padding-bottom: 0;
  }

  .footer--apply-grp.spsrcset .unit::before {
    background-image: none;
  }

  .footer--apply-grp.spsrcset .footer--apply-grp--cat01 span::before {
    content: "";
  }
}

@media screen and (max-width: 769px) {
  .footer--apply-grp--text {
    white-space: inherit;
  }
}

.footer--index--attention {
  font-size: 0.75em;
  line-height: 1.75;
  margin-top: -20px;
  /* margin-top: calc(6.875rem / 2); */
}

.footer--index--attention .contentContainer p:not(:first-of-type) {
  margin-top: 0.7em;
}

.footer--index--menu {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
  padding-top: 4em;
}

.footer--index--menu--contact,
.footer--index--menu--nav {
  flex: 1;
}

.footer--index--menu--contact p:nth-child(-n + 3),
.footer--index--menu--contact p:nth-child(-n+3) a {
  color: #d6bfff;
}

.footer--index--menu--contact p:nth-child(1),
.footer--index--menu--contact p:nth-child(1) a {
  color: #ffc148;
}

.footer--index--menu--contact p:nth-child(2),
.footer--index--menu--contact p:nth-child(2) a {
  color: #fff !important;
}

.footer--index--menu--contact p:nth-child(-n+3) {
  margin-top: 2rem;
}

.footer--index--menu--contact p:nth-child(1) {
  margin-top: 0;
}

.footer--index--menu--contact p:nth-child(-n + 3) span {
  display: block;
  font-size: 1.6875em;
  font-family: "Fjalla One", sans-serif;
  line-height: 1;
  margin-top: 0.5em;
}

.footer--index--menu--contact p:nth-child(3) span::before {
  content: "";
  background-color: #ffc148;
  display: inline-block;
  height: 1.526em;
  width: 1em;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFC148%22%20d%3D%22M23.098.135H3.462c-.743%200-1.457.29-1.983.806a2.726%202.726%200%200%200-.822%201.946v33.029c0%20.73.296%201.43.822%201.946s1.24.806%201.983.806h19.636c.744%200%201.457-.29%201.983-.806a2.727%202.727%200%200%200%20.822-1.947V2.888c0-.73-.295-1.43-.822-1.946a2.833%202.833%200%200%200-1.983-.806Zm-8.415%2035.78h-2.805v-2.752h2.805v2.753Zm-11.22-5.504V2.887h19.635v27.524H3.462Z%22%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFC148%22%20d%3D%22M23.098.135H3.462c-.743%200-1.457.29-1.983.806a2.726%202.726%200%200%200-.822%201.946v33.029c0%20.73.296%201.43.822%201.946s1.24.806%201.983.806h19.636c.744%200%201.457-.29%201.983-.806a2.727%202.727%200%200%200%20.822-1.947V2.888c0-.73-.295-1.43-.822-1.946a2.833%202.833%200%200%200-1.983-.806Zm-8.415%2035.78h-2.805v-2.752h2.805v2.753Zm-11.22-5.504V2.887h19.635v27.524H3.462Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.5em;
  vertical-align: middle;
}

.footer--index--menu--contact p:nth-child(-n + 3):not(:nth-child(2)) span::before {
  content: "";
  background-color: #ffc148;
  display: inline-block;
  height: 1.526em;
  width: 1em;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFC148%22%20d%3D%22M23.098.135H3.462c-.743%200-1.457.29-1.983.806a2.726%202.726%200%200%200-.822%201.946v33.029c0%20.73.296%201.43.822%201.946s1.24.806%201.983.806h19.636c.744%200%201.457-.29%201.983-.806a2.727%202.727%200%200%200%20.822-1.947V2.888c0-.73-.295-1.43-.822-1.946a2.833%202.833%200%200%200-1.983-.806Zm-8.415%2035.78h-2.805v-2.752h2.805v2.753Zm-11.22-5.504V2.887h19.635v27.524H3.462Z%22%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2239%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFC148%22%20d%3D%22M23.098.135H3.462c-.743%200-1.457.29-1.983.806a2.726%202.726%200%200%200-.822%201.946v33.029c0%20.73.296%201.43.822%201.946s1.24.806%201.983.806h19.636c.744%200%201.457-.29%201.983-.806a2.727%202.727%200%200%200%20.822-1.947V2.888c0-.73-.295-1.43-.822-1.946a2.833%202.833%200%200%200-1.983-.806Zm-8.415%2035.78h-2.805v-2.752h2.805v2.753Zm-11.22-5.504V2.887h19.635v27.524H3.462Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0.5em;
  vertical-align: middle;
}

.footer--index--menu--contact p:nth-child(3) span::before {
  background-color: #d6bfff !important;
}

.footer--index--menu--contact p:nth-child(2) span::before {
  background-image: url('images/icon/whatsapp.svg');
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 0.25em;
  vertical-align: text-bottom;
  width: 1.5em;
  margin-left: -6px;
}

.footer--index--menu--contact p:nth-child(3) span::before {
  background-color: #d6bfff;
}

.footer--index--menu--contact p:nth-child(-n + 3) span::after {
  content: "";
  background-color: #ffc148;
  display: inline-block;
  font-size: 1rem;
  height: 1.5em;
  width: 0.8em;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2222%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%2021%2010-10L1%201%22%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2222%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%2021%2010-10L1%201%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 1.5em;
  vertical-align: baseline;
}

.footer--index--menu--contact p:nth-child(2) span::after {
  background-color: #fff !important;
}

/* .footer--index--menu--contact p:nth-child(3) span::after {
  background-color: #d6bfff;
} */

.footer--index--menu--contact p:nth-child(3),
.footer--index--menu--contact p:nth-child(4) {
  display: flex;
  /* margin-top: 4em; */
}

.footer--index--menu--contact p:nth-child(4) {
  margin-top: 2rem;
}

.footer--index--menu--contact p:nth-child(4) img {
  width: 160px;
}

.footer--index--menu--contact p:nth-child(3)>a:not(:last-child) {
  margin-right: 1em;
}

.footer--index--menu--nav {
  align-items: flex-start;
  display: flex;
}

.footer--index--menu--nav a {
  color: #fff;
}

.footer--index--menu--nav>ul {
  flex: 1;
}

.footer--index--menu--nav>ul>li {
  border-left: 1px solid #fff;
  padding-left: 1em;
}

.footer--index--menu--nav>ul>li>a,
.footer--index--menu--nav>ul>li>span {
  font-weight: 700;
}

.footer--index--menu--nav>ul>li:not(:first-child) {
  margin-top: 2em;
}

.footer--index--menu--nav>ul li ul li {
  margin-top: 1em;
}

.footer--index--note {
  align-items: center;
  display: flex;
  line-height: 1.125;
  margin-top: 4rem;
  justify-content: space-between;
  padding-bottom: 3rem;
  flex-direction: column;
  background-color: white;
}

.footer--index--note>* {
  /* width: calc((100% - -7rem) / 2); */
}

.footer--index--note--logolists {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  /* max-width: 450px; */
  text-align: center;
  justify-content: center;
}

.footer--index--note--logolists.sp {
  display: none;
}

.footer--index--note--logolists>li {
  width: calc(100% / 6);
  padding: 5px;
}

.footer--index--note--logolists img {
  display: inline-block;
}

.footer--index--note p span {
  display: block;
  font-size: 1.25em;
}

.footer--index--note--text {
  color: #655288;
  text-align: center;
  font-size: 18px;
}

.footer--index--note--text .sp {
  display: none;
}

.footer--index--note--text .pc>p:first-child {
  margin-bottom: 30px;
}

.footer--index--note--logolists .happy_logo {
  max-width: 115px;
}

.footer--index--note--logolists--mb {
  display: none;
}

@media screen and (max-width: 834px) {
  .footer--index {
    margin-top: -16rem;
    padding-top: 3.4375rem;
  }

  .layered+.footer--index,
  .spsrcset+.footer--index {
    margin-top: -3.4375rem;
  }

  .contact-us+.footer--index {
    margin-top: 0;
  }

  .footer--index--attention {
    margin-top: 0;
  }

  .footer--index--menu {
    flex-wrap: wrap;
  }

  .footer--index--menu--contact,
  .footer--index--menu--nav {
    flex: inherit;
  }

  .footer--index--menu--contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 3;
    width: 100%;
    flex-direction: column;
  }

  .footer--index--menu--contact p {
    margin-top: 2rem;
    text-align: center;
    /* width: calc((100% - 1rem) / 2); */
  }

  .footer--index--menu--contact p:nth-child(3) {
    margin-top: 2rem;
    justify-content: center;
  }

  .footer--index--menu--contact p:last-child {
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer--index--menu--contact p:last-child a:first-child {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }

  .footer--index--menu--contact p:nth-child(-n + 3) span::after,
  .footer--index--menu--contact p:nth-child(2) span::after {
    height: 1em;
    width: 0.55em;
  }

  .footer--index--menu--contact p:nth-child(1) {
    margin-top: 2rem;
  }

  .footer--index--menu--nav {
    position: relative;
    width: 50%;
  }

  .footer--index--menu--nav {
    display: block;
  }

  .footer--index--menu--nav ul+ul {
    margin-top: 2rem;
  }

  .footer--index--note>* {
    width: 100%;
  }

  .footer--index--note--logolists.sp {
    display: flex;
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 240px;
  }

  .footer--index--note--logolists.pc {
    display: none;
  }

  .footer--index--note--text {
    font-size: 0.875rem;
    margin-top: 30px;
  }

  .footer--index--note--text .sp>p:first-child {
    margin-bottom: 10px;
  }

  .footer--index--note--text .sp {
    display: block;
    line-height: 1.8rem;
  }

  .footer--index--note--text .pc {
    display: none;
  }

  .footer--index--note--img img {
    scale: 1.18;
  }

  .footer--index--note {
    padding-bottom: 7rem;
  }

  .footer--index--note--logolists .happy_logo {
    max-width: 80px;
  }

  .contact-us .column-resp {
    display: flex;
  }

  .contact-us .column-resp>* {
    flex: inherit;
  }

  .contact-us .footer--apply-grp--text {
    width: calc(1.5rem * 8);
  }

  .contact-us .footer--apply-grp--cat02 {
    max-width: 200px;
    width: calc(100% - (1.5rem * 8));
  }

  .contact-us .footer--apply-grp--text {
    font-size: 1rem;
  }

  .contact-us .footer--apply-grp--text:first-line {
    font-size: 1.5rem;
  }

  .footer--index--note--logolists>li {
    width: calc(100% / 3);
  }

  .footer--index--note--logolists>li:nth-child(10),
  .footer--index--note--logolists>li:nth-child(11),
  .footer--index--note--logolists>li:nth-child(12),
  .footer--index--note--logolists>li:nth-child(13) {
    display: none;
  }

  .footer--index--note--logolists--mb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 45px;
  }

  .footer--index--note--logolists--mb>li {
    width: calc(100% / 2);
    padding: 0 8px;
  }

  .footer--index--note--logolists--mb {
    margin: 20px 0;
  }

  .img-professional-loan {
    margin-top: 21px !important;
  }
}

/*
Blog
*/
.archives--carousel {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}

.archives--carousel .owl_navs {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 2;
}

.archives--carousel .owl_navs a {
  position: relative;
  pointer-events: initial;
  z-index: 3;
}

.archives--carousel .owl_navs a.prev {
  padding-left: 1rem;
}

.archives--carousel .owl_navs a.next {
  padding-right: 1rem;
}

.archives--grp,
.single--grp {
  display: flex;
  justify-content: space-between;
}

.archives--grp .archives--grp--main,
.single--grp .single--grp--main {
  margin-right: 3.5rem;
  width: calc((100% - 300px) - 3.5rem);
}

.archives--grp .archives--grp--side,
.single--grp .single--grp--side {
  width: 300px;
}

@media screen and (max-width: 834px) {

  .archives--grp,
  .single--grp {
    display: block;
  }

  .archives--grp .archives--grp--main,
  .single--grp .single--grp--main,
  .archives--grp .archives--grp--side,
  .single--grp .single--grp--side {
    width: 100%;
  }

  .archives--carousel .owl_navs {
    display: none;
  }
}

.article-list {
  position: relative;
}

.article-list>li+li {
  margin-top: 1.5rem;
}

.article-list.index {
  display: flex;
  flex-wrap: wrap;
}

.article-list.index>li {
  margin-right: 1rem;
  width: calc((100% - 2rem) / 3);
}

.article-list.index>li:nth-child(2),
.article-list.index>li:nth-child(3) {
  margin-top: 0;
}

.article-list.index>li:nth-child(3n) {
  margin-right: 0;
}

.article-list.index .article-card {
  display: block;
}

.article-list.index .article-card--img {
  max-width: 100%;
  width: 100%;
}

.article-list.index .article-card--text {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
}

.article-list.index .article-card-text--title {
  order: -2;
}

.article-list.index .article-card-text--content {
  order: -1;
}

.article-list.index .article-card-text--info {
  display: block;
}

.article-list.index .article-card-text--info--date {
  display: block;
  margin-top: 1rem;
}

.article-list.index .article-card-text--link {
  text-align: left;
}

.single--grp .single--grp--main {
  color: #6c6b6f;
  line-height: 1.375;
}

.single-post--article .section-title {
  margin-bottom: 0.5rem;
  margin-top: 0;
  text-align: left;
}

.single-post--article--info {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

.single-post--article--info span {
  margin-right: 1rem;
}

.single-post--article--info ul {
  display: flex;
}

.single-post--article--info ul li+li {
  border-left: 1px solid #493a64;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.single-post--article--info ul li a {
  color: #493a64;
}

.single-post--article .single--grp--main *+* {
  margin-top: 1em;
}

.single-post--article .single--grp--main h2,
.single-post--article .single--grp--main h3 {
  color: #493a64;
  font-size: 1.25rem;
  font-weight: 700;
}

.single-post--article .single--grp--main h4 {
  color: #493a64;
  font-size: 1.25rem;
}

.pagination {
  margin-top: 2rem;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination li:not(:last-child) {
  margin-right: 0.5rem;
}

.pagination li * {
  border: 1px solid #493a64;
  border-radius: 4px;
  box-sizing: border-box;
  color: #493a64;
  display: inline-block;
  line-height: 1rem;
  min-width: 2rem;
  padding: 0.5rem;
  text-align: center;
}

.pagination li span.current {
  background-color: #493a64;
  color: #ffffff;
}

.spcontroller {
  display: none;
}

@media screen and (max-width: 834px) {
  .spcontroller {
    align-items: end;
    background-color: #fff;
    bottom: 0;
    display: flex;
    font-size: 0.75rem;
    justify-content: center;
    padding: 1em;
    position: fixed;
    width: 100%;
    z-index: 3;
  }

  .spcontroller--item {
    max-width: 124px;
    position: relative;
    text-align: center;
    width: calc(100% / 3);
  }

  .spcontroller--item span {
    color: #493a64;
    display: block;
  }

  .spcontroller--item span+span {
    margin-top: 0.55em;
  }

  .spcontroller--item--icon img {
    margin: 0 auto;
  }

  .spcontroller--item:nth-child(3) .spcontroller--item--icon {
    /* background-color: #ff852f;
    border-radius: 31px; */
    display: block;
    height: 62px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: calc(-62px - 0.25em);
    right: 0;
    width: 62px;
  }

  .spcontroller--item:nth-child(3) .spcontroller--item--icon img {
    width: 55px;
    padding-left: 10px;
  }
}

.toggleNextBtn {
  float: right;
  color: #ef8134;
  font-weight: 700;
  font-size: 20px;
}

.toggleNextBtn:hover {
  color: #774aa6;
  cursor: pointer;
}

.toggleContainer .buttonContainer {
  width: 100%;
  height: 20px;
}

.toggleContainer .contentContainer {
  display: none;
  margin-bottom: 0.7em;
  /* padding-bottom: 30px; */
}

.text-left {
  text-align: left !important;
}

.loan-calculator--grp .unit h2 p,
.loan-calculator--grp .unit h3 p {
  margin-bottom: 5px;
  line-height: 2;
}

.loan-calculator--grp .section-read {
  margin: 0;
  margin-left: 5px;
  margin-bottom: 40px;
  line-height: 2;
}


.loan-calculator--grp .unit h2 p:first-child,
.loan-calculator--grp .unit h3 p:first-child {
  color: #493a64;
  font-weight: 700;
}

.loan-calculator--grp--note p {
  margin-top: 20px;
}

.table-border tr:first-child td {
  white-space: nowrap;
}

.table-border tr td {
  border: 1px solid;
  vertical-align: top;
  padding: 5px;
}

.table-border tr td:first-child {
  white-space: nowrap;
}

.table-border {
  border-collapse: collapse;
  min-width: 380px;
}

@media screen and (max-width: 834px) {
  .article-list.index>li {
    width: auto;
    margin-bottom: 20px;
  }

  .article-list.index .article-card-text--info--date {
    margin-top: 0;
  }

  .article-list.index .article-card-text--info {
    display: flex;
    align-items: center;
  }
}

.news-esg--enviromental {
  background-color: #FFFBF3 !important;
  border-radius: 20px;
  /* padding: 1rem 50px !important; */
}

.news-esg--enviromental h3 {
  color: #6c6b6f;
  line-height: 1.375;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 880px;
  text-align: center;
  font-size: medium;
  font-weight: normal;
}

.news-esg--enviromental .divider {
  margin: 40px 0px;
  width: 100%;
  border-bottom: 1px solid #FF852F;
}

.news-esg--enviromental .section-images {
  display: flex;
  justify-content: space-around;
}

.news-esg--enviromental .section-images .image-item {
  display: flex;
  min-height: 319px;
  flex-direction: column;
  /* justify-content: space-around; */
  max-width: 280px;
}

.image-item p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.unit.esg {
  max-width: 1280px;
}

.news-esg--enviromental .btn a {
  padding: 10px 20px;
  color: rgba(73, 58, 100, 1);
  border-radius: 60px;
  background: linear-gradient(97.37deg, #FFE793 4.89%, #FFC148 123.97%);
}

.news-esg--enviromental .btn {
  margin: 40px;
}

.esg .news-grp--nav li,
.contact-us-grp--nav li {
  padding-bottom: 4rem;
}

.esg .news-grp--nav li span {
  max-width: 160px;
}

@media screen and (max-width: 834px) {
  .news-esg--enviromental .section-images {
    flex-direction: column;
    align-items: center;
  }

  .news-esg--enviromental h3.section-read {
    text-align: center !important;
    font-size: 20px;
  }
}

.divider-header .notice {
  display: flex;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: -35px;
  justify-content: center;
  z-index: 3;
  background-color: #ffe5d4;
  color: #FF852F;
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {

  .esg .news-grp--nav li span,
  .esg .news-grp--nav li span img {
    max-width: 80px;
  }

  .esg .news-grp--nav li {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 780px) {
  .divider-header .notice {
    bottom: -72px;
    line-height: 1.28rem;
  }
}

@media screen and (min-width: 764px) {
  .divider-header .notice {
    bottom: -52px;
    line-height: 1.28rem;
  }
}

@media screen and (min-width: 850px) {
  .divider-header .notice {
    bottom: -32px;
    line-height: 1.28rem;
  }
}

@media screen and (max-width: 391px) {
  .divider-header .notice {
    bottom: -74px;
    line-height: 1.28rem;
  }
}

.hidden {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
}

.popup--content {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: -1px 4px 6px 1px rgba(88, 88, 88, 0.75);
  -webkit-box-shadow: -1px 4px 6px 1px rgba(88, 88, 88, 0.75);
  -moz-box-shadow: -1px 4px 6px 1px rgba(88, 88, 88, 0.75);
}

.popup--action {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

.popup--action--btn {
  text-align: center;
}

.popup--action--btn button {
  border-radius: 10px;
  border: none;
}

.popup--action--btn button:hover {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .popup--content {
    max-width: 320px;
  }
}

.fps-icon {
  position: fixed;
  z-index: 9999;
  right: 3rem;
  bottom: 4.3rem;
  display: none;
}

.fps-icon img {
  max-width: 150px;
}

.fps-icon-close {
  position: absolute;
  right: 2px;
  top: -24px;
}

.fps-icon-close img {
  width: 25px;
}

#whatsbee-container {
  bottom: 80px !important;
  right: 30px !important;
  display: none;
}

@media screen and (max-width: 750px) {
  .fps-icon {
    right: 1rem;
    bottom: 6rem;
  }

  .fps-icon img {
    max-width: 120px;
  }

  /* #whatsbee-container {
    display: block;
  } */
}


.loan-smart-grp--item--content {
  display: flex;
}

.loan-smart-grp--item--content img {
  width: 58px !important;
  height: 58px !important;
}

.loan-smart-grp--item--content div {
  padding: 0 18px;
  line-height: 1.6rem;
}

.loan-smart-grp--item--content div strong {
  font-size: 20px;
  color: #ff852f;
}

.loan-smart-step--item:not(:nth-child(1)) {
  margin-top: 60px;
}

.loan-smart-step--item--title {
  background-color: #FFDC62;
  padding: 8px;
  color: #6c6b6e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.loan-smart-step--item--content strong {
  color: #ff852f;
}

.loan-smart-step--item--content {
  line-height: 1.7rem;
  color: #6C6B6F;
}

.loan-smart-step--item--content ul {
  padding-left: 30px;
  list-style: disc;
}

.loan-smart-step--item--content--note {
  display: flex;
  margin-left: -12px;
  margin-top: 10px;
}

.loan-smart-step--item--content--note img {
  width: 41px;
  height: 37px;
}

.loan-smart-step .sp,
.loan-smart-step .divider {
  display: none;
}

@media screen and (max-width: 850px) {
  .loan-smart-step .sp {
    display: flex;
  }

  .loan-smart-step .pc {
    display: none;
  }

  .loan-smart-step .loan-faq--lists-content label {
    background-color: #FFDC62 !important;
    padding-right: 45px !important;
  }

  .loan-smart-step.divider03::before {
    background-image: none !important;
  }

  .loan-smart-step.divider03 {
    background: none;
    background-color: #fff !important;
  }

  .loan-smart-step.divider03:before {
    height: 50px;
  }

  .loan-smart-grp .owl-theme .owl-dots .owl-dot {
    zoom: 0.7 !important;
  }

  .loan-smart-step .divider {
    display: flex;
    width: 55%;
    border-top: 1px solid #DCDCDC;
    padding: 0 50px;
    margin: 0 auto;
  }

  .loan-smart-step .unit {
    padding-top: 2em;
  }

  .loan-smart-grp .section-title {
    padding-left: 25px;
  }

  .loan-smart-grp--item--content {
    padding: 0 20px;
    font-size: 18px;
  }

  .loan-smart-grp--item--content div strong {
    font-size: 22px;
  }

  .contact-us-grp--operator p.telnum a:nth-child(2)::before {
    margin-left: 0;
    margin-top: 30px;

  }

  .contact-us-grp--operator p.telnum {
    white-space: pre-line;
  }

  /* .loan-faq--lists-content>.accshow>ul>li:nth-child(2)::after,
  .loan-faq--lists-content>.accshow>ul>li:nth-child(3)::after,
  .loan-faq--lists-content>.accshow>ul>li:nth-child(5)::after {
    top: 1.5em;
  } */
}

.contact-us-grp .table-wrap.sp {
  display: none;
}

@media screen and (max-width: 850px) {
  .contact-us-grp--operator table.pc {
    display: none;
  }

  .contact-us-grp .table-wrap.sp {
    display: flex;
    background-color: #fffbf3;
    padding-bottom: 2em;
  }

  .contact-us-grp .table-wrap.sp table {
    /* margin: 0 auto; */
    width: 100%;
    margin-left: -10px;
  }

  .contact-us-grp .table-wrap.sp table th {
    text-align: right;
    color: #493a64;
    /* padding-right: 30px; */
    vertical-align: top;
    padding-top: 5px;
  }

  .contact-us-grp .table-wrap.sp table td {
    padding: 0.5em;
    padding-right: 0;
    vertical-align: top;
    padding-top: 5px;
  }

  .contact-us-grp .cssacc:checked+.accshow {
    padding-bottom: 0;
  }
}

/* Money hero */
.money-hero--index .section-read strong {
  color: #FF852F !important;
}

.step-form .steps {
  text-align: center;
}

.step-form .steps ul {
  display: flex;
}

.step-form .steps ul li {
  flex: 1 0 21%;
}

.step-form .title {
  display: none;
}

.step-form .actions {
  display: none;
}

.step-form .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.step-form .title-container input {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

a[href*="tel"] *,
a[href*="mailto"] * {
  pointer-events: none !important;
}

.footer-partners {
  margin-top: 70px;
  padding: 0 12rem;
}

.footer-partners .partners--title {
  display: flex;
  justify-content: center;
  color: #493A64;
}

.footer-partners .partners--list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #DCDCDC;
}

.footer-partners .partners--list img {
  max-width: 210px;
}

.footer-partners .partners--title h2 {
  font-size: 1.35rem;
  font-weight: bold;
}

.loan-services--sharing {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #FF852F;
}

.loan-services--sharing .sharing--title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loan-services--sharing .sharing--title h1 {
  font-size: 1.75rem;
  color: #493A64;
  font-weight: 700;
  margin: 30px 0;
}

.loan-services--sharing .sharing--content div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.loan-services--sharing .sharing--content div:nth-child(2) p {
  color: rgba(255, 133, 47, 1);
}

.loan-services--sharing .sharing--content div h2 {
  margin-bottom: 20px;
  color: #655288;
  font-size: 1.3rem;
  text-align: center;
}

.loan-services--sharing .sharing--content p {
  color: #6c6b6f;
  line-height: 1.375rem;
  margin-top: 0.7rem;
  font-weight: 400;
}

.loan-services--sharing .sharing--content {
  padding: 3rem 3.5rem;
  border: 1px solid rgba(255, 133, 47, 1);
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(255, 133, 47, 1);
  margin-bottom: 40px;
}

.loan-services--exceed .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loan-services--exceed .btn-link .btn-box:nth-child(2) {
  margin-left: 10px;
}

.loan-services--faq {
  margin-top: 50px;
  padding: 0 1.5em;
  max-width: 990px;
}

.loan-services--faq .faq--title {
  display: flex;
  justify-content: center;
}

.loan-services--faq .faq--content h2 {
  color: #493A64;
  font-size: 1.05rem;
  margin-bottom: 8px;
  padding-left: 16px;
  text-indent: -16px;
}

.loan-services--faq .faq--content div {
  /* margin-top: 18px; */
}

.loan-services--faq .faq--content div p,
.loan-services--faq .faq--content div ul li {
  padding-left: 15px;
  line-height: 1.4rem;
  color: rgba(102, 102, 102, 1);
}


@media screen and (max-width: 850px) {
  .footer-partners {
    margin-top: 50px;
    padding: 0 1rem;
  }

  .footer-partners .partners--list img {
    max-width: 180px;
  }

  .loan-services--exceed .btn-link {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }

  .loan-services--exceed .btn-link .btn-box:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }

  .loan-services--exceed .btn-link .btn-box {
    margin: 0;
  }

  .loan-services--sharing .sharing--content {
    padding: 2rem;
  }

  .loan-services--sharing {
    margin: 10px;
    margin-top: 50px;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.content-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

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

.header--index--nav>li>a.active {
  padding-bottom: 5px;
  border-bottom: 6px solid rgba(255, 133, 47, 1);
}

.header--index--nav .sub-menu h3 {
  color: rgba(95, 69, 142, 1);
  font-size: 18px;
  margin-bottom: 5px;
}

.header--index--nav .sub-menu a {
  color: rgba(95, 69, 142, 1);
}

.header--index--nav .sub-menu p {
  color: rgba(108, 107, 111, 1);
  font-size: 12px;
}

.header--index--nav .sub-menu .col-right {
  border-left: 0.7px solid rgba(220, 220, 220, 1);
  padding-left: 10px;
}

.header--index--nav .sub-menu .col-right .flex {
  padding: 0.3em 0.1em;
  margin-bottom: 0.7em;
}

.header--index--nav .sub-menu .col-right .flex:last-child {
  margin-bottom: 0;
}

.header--index--nav .sub-menu .col-right .flex div:nth-child(1) {
  margin-right: 5px;
}

.header--index--nav .sub-menu .col-right .flex:hover {
  background-color: rgba(243, 243, 243, 1);
  border-radius: 10px;
}

.header--index--nav .sub-menu.space-x-1 li {
  margin-top: 0.4em;
}

.header--index--nav .sub-menu.space-x-1 li:last-child,
.header--index--nav .sub-menu.about .col-left .flex div:last-child {
  margin-bottom: 0;
}

.header--index--nav .sub-menu.blog {
  left: -16em;
  padding: 1.6em 1em;
}

.header--index--nav .sub-menu.blog .col-left a.sublink,
.header--index--nav .sub-menu.about .col-right a.sublink {
  color: rgba(26, 182, 172, 1);
  font-size: 12px;
}

.header--index--nav .sub-menu.blog .col-left p,
.header--index--nav .sub-menu.about .col-right p {
  margin: 10px 0;
}

.header--index--nav .sub-menu.blog .col-left .flex:first-child {
  margin-bottom: 20px;
}

.header--index--nav .sub-menu.about {
  right: 0;
}

.header--index--nav .sub-menu.about .col-left .flex div {
  margin-bottom: 5px;
}

.header--index--nav .sub-menu.about .col-left .flex {
  padding-right: 5px;
}

.box-divider .owl-stage-outer {
  padding: 0;
  margin: 0;
}

.box-divider.owl-carousel img,
.loan-services--speciality--feature.owl-carousel section img {
  width: auto !important;
  margin: 0 auto !important;
}

.box-divider .owl-dots {
  border: none;
  padding: 20px 0;
}

.section-qa {
  margin-top: 220px;
}

.section-qa .flex {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12em;
}

.section-qa .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: calc(100% / 3);
}

.section-qa .item div {
  margin: 20px;
  padding: 20px 0;
  box-shadow: 0px 3px 8px 0px rgba(192, 192, 192, 0.25);
  border-radius: 35px;
}

.section-qa .item div:hover {
  box-shadow: 0px 3px 8px 0px rgba(192, 192, 192, 0.5);
}

.section-qa .item img {
  width: 150px;
  margin: 0 auto;
}

.section-qa .item h3 {
  color: rgba(101, 82, 136, 1)
}

.section-qa h2 {
  color: rgba(255, 133, 47, 1);
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.section-qa .section-title {
  margin-bottom: 5px;
}

.menu-mobile {
  position: fixed;
  top: 5.8em;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100vh;
  border-top: 1px solid #eee;
  overflow-y: auto;
  display: none;
  padding-bottom: 18em;
}

.menu-mobile li a,
.menu-mobile li span {
  font-size: 20px;
}

@media screen and (max-width: 769px) {
  .section-qa {
    margin-top: 120px;
  }

  .section-qa .flex {
    padding: 0;
    justify-content: start;
  }

  .section-qa .item {
    width: calc(100% / 2);
  }

  .section-qa .item img {
    width: 90px;
  }

  .section-qa .item div {
    margin: 10px;
  }

  .section-qa .item h3 {
    font-size: 14px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
  }

  .loan-calculator--grp--items h2.heading-box-1 {
    font-size: 16px;
  }

  .loan-calculator--grp--items .box-img-tab img {
    width: 30px;
  }

  .calculator .ele-box-in+.ele-box-in {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .calculator .ele-box-in:last-child .right-content .rq {
    font-size: 17px;
    text-align: right;
    white-space: nowrap;
  }
}

.sub-menu-mobile {
  display: none;
  border-left: 1px solid rgba(95, 69, 142, 1);
}

.sub-menu-mobile.open {
  display: block !important;
}

.sub-menu-mobile li {
  padding-left: 10px;
}

.sub-menu-mobile li .flex {
  margin-top: 1.5rem;
}

.sub-menu-mobile li .flex:first-child {
  margin-top: 0;
}

.sub-menu-mobile li .flex div:first-child {
  margin-right: 10px;
}

.sub-menu-mobile li .flex div:last-child p {
  color: rgba(108, 107, 111, 1);
  font-size: 14px;
  margin-top: 5px;
}

.sub-menu-mobile li .flex h3 {
  font-size: 20px;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.sub-menu.about .col-left .flex div,
.sub-menu.blog .col-left .flex div,
.sub-menu.about .col-right div {
  padding: 0.5em;
  width: 100%;
}

.sub-menu.blog .col-left .flex div {
  margin-right: 5px;
}

.sub-menu.about .col-right div {
  max-height: 110px;
  padding-bottom: 5px;
}

.sub-menu.about .col-left .flex div:hover,
.sub-menu.blog .col-left .flex div:hover,
.sub-menu.loan-services .col-left .flex:hover,
.sub-menu.about .col-right div:hover {
  background-color: rgba(243, 243, 243, 1);
  border-radius: 10px;
}

.footer--index--attention ul li:not(:first-of-type) {
  margin-top: 0.7em;
}

.loan-services--case-study {
  margin-bottom: 6rem;
}

.loan-services--case-study hr {
  border: 1px solid rgba(236, 236, 236, 1);
  margin: 80px 0px;
}

.loan-services--case-study .case-study--title {
  margin-bottom: 25px;
}

.loan-services--case-study .case-study--title h2 {
  text-align: center;
  color: #655288;
  font-size: 1.75rem;
  margin-bottom: 15px;
}

.loan-services--case-study .case-study--title p.section-read {
  text-align: center;
  color: #655288;
  font-size: 20px;
  margin-bottom: 15px;
}

.loan-services--case-study .case-study--title p {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 133, 47, 1);
}

.loan-services--case-study .case-study--content .list-item>div {
  width: calc(100% / 4);
  padding: 1em 2em;
  align-items: center;
}

.loan-services--case-study .case-study--content .list-item>div div:last-child p {
  margin-top: 2em;
  color: rgba(73, 58, 100, 1);
  line-height: normal;
}

.loan-calculator h3 {
  margin-top: 1em !important;
}

.toggle-btn:hover {
  cursor: pointer;
}

.toggle-btn {
  text-decoration: underline;
}

.loan--quick-link {
  position: relative;
  margin: 0 50px;
  margin-top: 5em;
}

.loan--quick-link .section-title {
  position: absolute;
  left: 50%;
  top: -30px;
  background-color: #fff;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}

.loan--quick-link .feature-grp--items--no {
  border: 1px solid rgba(149, 149, 149, 1);
  border-radius: 25px;
  display: flex;
  padding: 30px;
  padding-bottom: 20px;
}

.loan--quick-link .feature-grp--items--no h3 {
  margin-top: 20px;
}

.loan--quick-link .feature-grp--item {
  text-align: center;
}

.loan-cal-hr {
  border: 1px solid rgba(236, 236, 236, 1);
  margin: 90px 0;
}

/* Right menu */
.right-menu {
  position: fixed;
  top: 0;
  right: -950px;
  width: 950px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 999999;
  padding: 2.5rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.modal-backdrop.open {
  display: block;
}

.right-menu.open {
  right: 0;
}

.right-menu .menu-body h2 {
  text-align: center;
  color: rgba(73, 58, 100, 1);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.right-menu .menu-body table {
  width: 100%;
  border-collapse: collapse;
}

.right-menu .menu-body table tr:first-child td {
  text-align: center;
}

.right-menu .menu-body table tr td {
  padding: 1.5rem 0.6rem;
}

.right-menu .menu-body table tr:nth-child(even) {
  background-color: rgba(255, 251, 243, 1);
}

.right-menu .menu-body table tr:nth-child(even) td {
  border-right: 1px solid rgba(255, 251, 243, 1);
}

.right-menu .menu-body table tr:first-child td:not(:first-child) {
  vertical-align: bottom;
}

.right-menu .menu-body table tr td:first-child {
  text-align: left !important;
  min-width: 100px;
  color: rgba(73, 58, 100, 1);
  font-weight: 700;
  vertical-align: top;
}

.right-menu .menu-body table tr td:not(:first-child) {
  width: calc(100% / 3);
}

.right-menu .menu-body img {
  margin: 0 auto;
}

.right-menu .menu-body svg.icon-plus {
  width: 75px;
}

.right-menu .menu-body svg.icon-plus:hover {
  cursor: pointer;
}

.right-menu .menu-body .select {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: rgba(73, 58, 100, 1);
  border: 1px solid rgba(73, 58, 100, 1);
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.9rem;
  position: relative;
}

.right-menu .menu-body .select svg {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

.right-menu .menu-body .select.disabled {
  border: 1px solid rgba(203, 203, 203, 1);
  color: rgba(203, 203, 203, 1);
}

.right-menu .menu-body .select:hover {
  cursor: pointer;
}

.right-menu .menu-body .select .options {
  position: absolute;
  top: 36px;
  text-align: left;
  background-color: #fff;
  padding: 5px 0;
  line-height: 2;
  width: 100%;
  box-shadow: 0px 3px 8px 0px rgba(192, 192, 192, 0.5);
  padding-bottom: 0;
  display: none;
}

.right-menu .menu-body .select .options.open {
  display: block;
}

.right-menu .menu-body .select .options li {
  padding: 3px 10px;
}

.right-menu .menu-body .select .options li:last-child {
  padding-bottom: 0;
}

.right-menu .menu-body .select .options li:hover {
  cursor: pointer;
  background-color: #eee;
}

.right-menu .menu-body table tr td a {
  margin-top: 15px;
  margin-left: 10px;
}

.right-menu .menu-body table tr td p {
  line-height: 1.5;
  color: rgba(108, 107, 111, 1);
  padding-left: 16px;
  text-indent: -16px;
}

.right-menu .btn-close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 15px;
  height: 15px;
}

.right-menu .menu-body table tr td h2 {
  display: none;
}

.box-divider .btn-more-info {
  position: absolute;
  width: 170px;
  height: 170px;
  padding: 13px;
  line-height: 1.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  border: 1px solid rgba(220, 220, 220, 1);
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #655288;
}

.box-divider .btn-more-info:hover {
  cursor: pointer;
  color: #fff;
  background-color: #655288;
}

.blog--type {
  margin-bottom: 3rem;
}

.blog--type h2 {
  margin-bottom: 15px;
  color: rgba(73, 58, 100, 1);
  font-size: 1.5rem;
  font-weight: 700;
}

.blog--type .article-tag {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8D77B5;
  border-radius: 60px;
  color: #fff;
  border: 3px solid #8D77B5;
}

.blog--type .article-tag:first-child {
  margin-right: 20px;
}

.blog--type .article-tag span {
  margin-right: 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}

.blog--type svg {
  width: 20px;
}

.blog--type .article-tag.disabled {
  background: none;
  background-color: #fff;
  border: 3px solid rgba(203, 203, 203, 1);
  color: rgba(203, 203, 203, 1);
}

.customer-images img {
  max-width: 900px;
  max-height: 250px;
  margin-bottom: 20px;
}

.customer-case-sharing .news-grp--nav {
  margin: 0 auto;
}

.btn-box.sp {
  display: none;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-section.hidden {
  opacity: 0;
  transform: translateY(60px);
}

.slide-in-section {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-section.visible {
  opacity: 1;
  transform: translateX(0);
}

.table-of-content .list-content {
  font-size: 18px;
}

.loan-services--faq .cssacc:checked+.accshow .cssacc:checked+.accshow {
  padding: 0;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .loan-services--case-study .case-study--content .list-item>div {
    width: 100%;
  }

  .loan-services--case-study .case-study--content .list-item .flex.flex-col {
    padding-right: 3em;
  }

  .loan-services--case-study .case-study--title p {
    font-size: 14px;
  }

  .support-link-grp {
    margin-top: 3em;
  }

  .loan--quick-link .feature-grp--items--no {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .loan--quick-link .feature-grp--item {
    width: calc(100% / 2) !important;
  }

  .loan--quick-link {
    margin: 0;
    margin-top: 5em;
  }

  .loan--quick-link .section-title {
    font-size: 18px;
    top: -20px;
  }

  .loan--quick-link h3 {
    font-size: 18px !important;
  }

  .loan-cal-hr {
    margin: 40px 0 !important;
  }

  .loan-services--case-study .case-study--title {
    margin-top: 4rem;
  }

  .loan-services--case-study .owl-dots {
    padding: 0 !important;
  }

  .loan-services--case-study .btn-box {
    margin-top: 30px;
  }

  .loan-calculator--feature {
    padding-bottom: 9rem !important;
  }

  .customer-case-sharing .news-grp--nav {
    flex-wrap: wrap;
  }

  .customer-case-sharing .news-grp--nav li {
    /* width: calc(100% / 2); */
    width: 100%;
  }

  .customer-images img {
    max-height: none;
  }

  .btn-box.sp {
    display: block;
    margin-top: 0 !important;
    text-align: center;
  }

  .btn-box.sp a {
    padding: 0.8125em 4em;
  }

  .right-menu {
    width: 100%;
    padding: 2rem 1rem;
  }

  .right-menu .menu-body table tr td {
    vertical-align: top;
  }

  .right-menu .menu-body table tr td:first-child {
    display: none;
  }

  .right-menu .menu-body table tr td:not(:first-child) {
    width: calc(100% / 2);
  }

  .right-menu .menu-body table tr td:last-child {
    display: none;
  }

  .right-menu .menu-body table tr td h2 {
    display: block;
    color: rgba(73, 58, 100, 1);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
  }

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

  .blog--type .flex {
    justify-content: center;
  }

  .news-grp.customer-case-sharing {
    padding-bottom: 10rem !important;
  }

  .right-menu .menu-body table tr:nth-child(3) td p,
  .right-menu .menu-body table tr:nth-child(4) td p {
    text-align: center;
  }

  .blog--type .article-tag:first-child {
    margin-right: 6px;
  }

  .blog--type .article-tag:last-child {
    margin-left: 6px;
  }

  .right-menu .menu-body table tr td a {
    margin-left: 0;
  }

  .right-menu .menu-body table tr td .btn-action {
    text-align: center;
  }

  .loan-services--faq .loan-faq--lists-content label {
    padding-right: 50px;
    padding-left: 35px;
    text-indent: -15px;
  }

  .loan-faq--lists-content>.accshow>ul>li:not(:first-child) {
    margin-top: 5px;
  }

  .repayment-method--read .repayment-method--read--grp--item:first-child {
    /* margin-top: -32px; */
  }

  .repayment-method--read .repayment-method--read--grp--item:first-child img {
    width: 155px;
  }

  .repayment-method--read--grp--item:first-child>div:last-child {
    /* margin-top: 0; */
  }

  .repayment-method--step .owl-carousel>div img,
  .loan-smart-grp--content .owl-carousel .owl-item>div>img {
    width: 70% !important;
    margin: 0 auto;
    padding: 10px !important;
  }

}

@media screen and (max-width: 426px) {
  .padding-mb {
    padding-right: 40px;
    text-align: justify;
  }
}

.single-new-ui .single--grp {
  margin-top: 20px;
}

.single-new-ui .table-of-content ul li a {
  color: #493A64;
}

.single-new-ui .single-post--article .single--grp--main h2:not(:first-child) {
  margin-top: 4.5rem;
}

.single-new-ui .single-post--article .single--grp--main h2 {
  font-size: 28px;
}

.list-content>li {
  padding-left: 10px;
  margin: 10px 0;
  line-height: 25px;
  padding: 8px 10px;
}

.list-content>li.active,
.list-content>li:hover {
  color: #fff !important;
  background-color: #FFB72F;
  border-radius: 5px;
}

.list-content>li:hover a,
.list-content .submenu>li:hover a {
  color: #fff !important;
}

.list-content>li>a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.list-content .submenu>li.active,
.list-content .submenu>li:hover {
  background-color: #FFB72F;
  border-radius: 5px;
}

.list-content .submenu>li {
  margin: 10px 0;
  line-height: 25px;
  padding: 8px 10px;
}

.list-content .active>a {
  color: #fff !important;
}

.list-content ul.submenu {
  list-style: circle;
  padding-left: 40px;
}

.table-of-content.sp {
  display: none;
}

.single-new-ui {
  max-width: 1080px;
}

.single-new-ui .single--grp--main {
  font-size: 18px !important;
  line-height: 38px;
  color: #393939;
}

.single-new-ui .single-post--article .single--grp--main *+* {
  margin-top: 2.5rem;
}

.single-new-ui .single-post--article .single--grp--main h2+p {
  margin-top: 0.5rem;
}

.single-new-ui .blog-sidebar>.widget.widget_recent_entries {
  display: none;
}

section.news-grp--promotion .new--header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

section.news-grp--promotion .new--header {
  background-color: #D9D9D94A;
  color: #6C6B6F;
  margin-top: 20px;
}

section.news-grp--promotion .new--header.active,
section.news-grp--promotion .new--header:hover {
  background-color: #8D77B5;
  color: #fff;
}

section.news-grp--promotion .new--header:hover {
  cursor: pointer;
}

section.news-grp--promotion .new--body {
  padding: 16px;
  display: none;
}

section.news-grp--promotion .new--body.active {
  display: block;
}

section.news-grp--promotion .new--body p {
  color: #6C6B6F;
  line-height: 1.7;
  margin-bottom: 15px;
}

section.news-grp--promotion .new--body .new--body--image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.news-grp--promotion .new--body .new--body--image>img:first-child {
  max-width: 547px;
  margin-right: 20px;
}

section.news-grp--promotion .new--body .new--body--image a img {
  max-width: 160px !important;
  margin-top: 20px;
  margin-right: 20px;
}

section.news-grp--promotion .new--body .new--body--image div {
  text-align: center;
}

.news-grp .news-grp--nav {
  margin-bottom: 0;
}

.post-thumbnail-main>img {
  width: 100% !important;
}

.new-date.mobile {
  display: none;
}

.customer-case-sharing ul.news-grp--nav li:hover,
.customer-case-sharing ul.news-grp--nav li label:hover {
  cursor: pointer;
}

.feature-grp--item.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .table-of-content.sp {
    display: block;
    margin-top: 20px;
    background-color: #FFFBF3;
    padding: 10px;
    border-radius: 20px;
  }

  .table-of-content.sp .widgettitle {
    font-weight: normal;
    padding-left: 10px;
  }

  .table-of-content.sp .title-container span {
    font-size: 30px;
    margin-right: 10px;
  }

  .table-of-content.sp .title-container:hover {
    cursor: pointer;
  }

  .table-of-content.pc {
    display: none;
  }

  .single-new-ui .single--grp--main {
    font-size: 16px !important;
    line-height: 28px;
  }

  .single-new-ui .single-post--article .single--grp--main h2 {
    font-size: 22px;
  }

  .table-of-content .list-content {
    line-height: 30px;
    font-size: 16px;
  }

  .single-new-ui>.blog-sidebar>.widget.widget_recent_entries {
    display: block;
  }

  section.news-grp--promotion .new--body {
    padding: 10px;
  }

  section.news-grp--promotion .new--body .new--body--image {
    flex-direction: column;
  }

  section.news-grp--promotion .new--body .new--body--image>img:first-child {
    max-width: 100%;
    margin-left: 16px;
    margin-bottom: 20px;
  }

  section.news-grp--promotion .new--body .new--body--image>div>p {
    font-size: 16px;
  }

  .news-grp .news-grp--nav {
    margin-bottom: 0;
  }

  .new-date {
    display: none;
  }

  .new-date.mobile {
    display: block;
    color: #6C6B6F;
    margin-bottom: 15px;
  }

  .customer-case-sharing ul.news-grp--nav li {
    min-height: 184px;
  }

  main .single-new-ui {
    padding-bottom: 8rem !important;
  }

  .tags-container .widgettitle {
    margin: 22px 0;
  }
}

.feature-grp--items.fast-loan,
.feature-grp--items.professional-loan {
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
}

.feature-grp--items.fast-loan>.feature-grp--item,
.feature-grp--items.professional-loan>.feature-grp--item {
  width: calc(100% / 2);
}

.single-new-ui .single-post--article .single--grp--main .tags-container *+* {
  margin-top: 0;
}

.tags-container a {
  color: #fff;
}

.tags-container h2 {
  margin: 40px 0;
}

.tags-container {
  margin-top: 0 !important;
  border-top: 1px solid #dcdcdc;
}


.cta-calculator-content *+* {
  margin-top: 10px !important;
}

.cta-calculator-content,
.cta-calculator-content .unit {
  padding: 0 !important;
}

.cta-calculator-content .calculator .ele-box-in+.ele-box-in {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: none;
}

.cta-calculator-content .max-price,
.cta-calculator-content .unit-price {
  margin-top: 0 !important;
}

.cta-calculator-content .section-title {
  text-align: center;
  font-size: 1.75rem !important;
}

.cta-banner {
  width: 100%;
  background-image: url('/wp-content/themes/cashing-pro/images/cta/cta-desktop-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.single-new-ui .cta-banner {
  height: 180px;
}


.cta-text {
  text-align: center;
  color: #fff;
  margin-left: 250px;
}

.cta-text h3 {
  font-size: 28px !important;
  margin: 0 !important;
  color: #fff !important;
  font-weight: bold;
  text-shadow: 3px 3px 2px rgba(160, 96, 52, 0.7);
}

.cta-text p {
  font-size: 28px;
  margin: 8px 0 16px !important;
  font-weight: bold;
  text-shadow: 3px 3px 2px rgba(160, 96, 52, 0.7);
}

.cta-button {
  background-color: #fff3bd;
  color: #5c3e00;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  margin-top: 0 !important;
}

.single-new-ui .cta-button {
  padding: 5px 20px;
}

.cta-button:hover {
  background-color: #ffe78f;
}

.unit.homepage {
  max-width: 850px !important;
}

.loan-services--compare {
  background-color: rgba(236, 172, 111, 1);
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  margin-top: 100px;
  ;
}

.loan-services--compare img {
  max-height: 260px;
  width: auto;
  margin-top: -55px;
}

.loan-services--compare div {
  color: #fff;
  max-width: 500px;
}

.loan-services--compare h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.loan-services--compare p {
  font-size: 16px;
  margin-bottom: 20px;
}

.box-divider .sp {
  display: none;
}


/* Older Blog UI */
.single-new-ui .single-post--article .single--grp--main h2{
  margin-top: 2.5rem !important;
}
.single-new-ui .single-post--article .single--grp--main h3{
  margin-top: 1.5rem !important;
}
.single-new-ui .single-post--article .single--grp--main :is(h2,h3,h4)+p{
  margin-top: 0.5rem !important;
}

.single-new-ui .single-post--article .single--grp--main :is(p,div)+:is(p,div){
  margin-top: 0.75rem !important;
}

@media screen and (max-width: 769px) {
  .cta-banner {
    position: relative;
    align-items: flex-start;
    padding-top: 20px;
    background-image: url('/wp-content/themes/cashing-pro/images/cta/cta-mobile-bg.png');
  }

  .single-new-ui .cta-banner {
    height: 240px;
  }

  .cta-text {
    margin-left: 0;
  }

  .cta-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .cta-text h3 {
    font-size: 22px !important;
  }

  .cta-text p {
    font-size: 22px !important;
  }

  .loan-services--compare {
    gap: 0;
    margin-top: 20px;
    align-items: end;
    min-height: 180px;
    flex-direction: column-reverse;
    padding-top: 20px;
    align-items: center;
    text-align: center;
  }

  .loan-services--compare img {
    margin-top: 0;
    margin-left: 20px;
    max-height: 150px;
  }

  .loan-services--compare div {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .loan-services--compare h2 {
    font-size: 22px;
  }

  .loan-services--compare p {
    font-size: 14px;
    line-height: 1.6;
  }

  .box-divider .sp {
    display: block;
  }

  .box-divider.owl-carousel img.img-professional-loan-service {
    margin-top: 17px !important;
    margin-bottom: 10px !important;
  }
}

.loan-section {
  padding: 40px 20px 0;
  position: relative;
  overflow: hidden;
}

.loan-container {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.loan-text h2 {
  font-size: 22px;
  font-weight: 800;
  color: #3a2f70;
  margin-bottom: 16px;
}

.loan-text p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: rgba(108, 107, 111, 1);
  text-align: justify;
}

/* === Cat image section === */
.grant-section {
  width: 100%;
  background: #ffffff;
  margin-top: 120px;
  /* overflow: hidden; */
}

.grant-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  /* max-width: 1400px; */
  margin: 3rem 0;
}

/* === Left Block === */
.grant-left {
  flex: 0 0 45%;
  background: transparent;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  position: relative;
}

.grant-left-container {
  background: #f3f4f6;
  border-radius: 0 80px 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
}

.grant-left-text {
  position: absolute;
  width: 100%;
  background-color: rgba(236, 236, 236, 1);
  min-height: 220px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.grant-left-text h2 {
  color: #3a2f70;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0;
  position: absolute;
  right: 10rem;
  bottom: 2rem;
}

.grant-left-text h2 span {
  color: #3a2f70;
}

.grant-left-text h2.sp {
  display: none;
}

.grant-left-image {
  position: absolute;
  right: -90px;
  top: 0;
}

.grant-left-image img {
  width: 365px;
  height: auto;
  position: relative;
  right: -40px;
}

/* === Right Block === */
.grant-right {
  flex: 0 0 55%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #e5e7eb;
  margin-left: 100px;
  padding-right: 15vw;
}

.grant-text {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
}

.grant-text p {
  margin-bottom: 24px;
  text-align: justify;
  color: rgba(108, 107, 111, 1);
}

.grant-left-image.sp {
  display: none;
}

/* genz page */
.genz-diff-grp {
  margin: 120px 0;
  position: relative;
}

.genz-diff-grp>div {
  display: flex;
  justify-content: center;
  gap: 12rem;
}

.genz-diff-grp>div .img {
  position: absolute;
  left: 50%;
  transform: translate(-52%, -50%);
  bottom: -175px;
  z-index: 2;
}

.genz-diff-grp>div .img img {
  width: 320px;
  height: auto;
}

.genz-diff-grp .panel {
  position: relative;
  max-width: 360px;
  min-width: 335px;
  background-color: rgba(240, 240, 240, 1);
  padding-top: 35px;
  min-height: 320px;
  border-radius: 15px;
}

.genz-diff-grp .panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #FFB72F 0%, #FF6D2F 132.82%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.genz-diff-grp .panel .panel-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.genz-diff-grp .panel .panel-body .list .item {
  margin-bottom: 15px;
}

.genz-diff-grp .panel .panel-body .list .item .subtext {
  font-size: 12px;
  margin-left: 28px;
  color: rgba(108, 107, 111, 1);
}


.genz-diff-grp .panel .panel-body .list .item .dot {
  width: 15px;
  height: 15px;
  background-color: #FF8530;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.genz-diff-grp .panel .panel-header {
  max-width: 85%;
  height: 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, #FFB72F 0%, #FF6D2F 135.57%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


.genz-diff-grp .box-right .panel .panel-header {
  margin-left: auto !important;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: linear-gradient(90deg, #493A64 -14.1%, #AB65E0 85.9%);
}

.genz-diff-grp .box-right .panel .panel-body .list .item .dot {
  background: radial-gradient(141.91% 882.68% at 22.92% 50%, #8D77B5 0%, #655288 100%);
}

.genz-diff-grp .box-right .panel::after {
  background: linear-gradient(90deg, #493A64 -16.25%, #AB65E0 83.75%);
}

.genz-diff-grp .reg-left {
  height: 100px;
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgba(255, 205, 151, 1);
  width: 40vw;
  z-index: 0;
}

.genz-diff-grp .reg-right {
  height: 100px;
  position: absolute;
  bottom: 15px;
  right: 0;
  background: rgba(147, 120, 197, 1);
  width: 40vw;
  z-index: 0;
}

.genz-faq>div {
  display: flex;
}

.genz-faq .box-left {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 70%;
}

.genz-faq .box-left .img {
  position: absolute;
  right: -100px;
  bottom: 50px;
  z-index: 1;
}

.genz-faq .box-left .img img {
  width: 450px;
  height: auto;
}

.genz-faq .box-left .reg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.genz-faq .box-right {
  position: relative;
  margin: 0 80px;
  padding: 40px;
  border: 3px solid rgba(171, 158, 195, 1);
  border-radius: 15px;
  margin-top: 50px;
}

.genz-faq .box-right .faq--title {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-65%);
  background: #ededed;
  width: 50%;
}

.genz-faq.divider03::before {
  background: url('images/deco/deco_12.svg') !important;
  transform: rotateY(180deg) !important;
}

.genz-faq .img-sp,
.genz-faq .reg-sp {
  display: none;
}

.genz-faq .faq--content label,
.genz-faq .faq--content p {
  color: #6C6B6F;
}

.homepage .feature-grp--items {
  flex-wrap: wrap;
  justify-content: center;
}

/* .homepage .feature-grp--items .feature-grp--item {
  width: calc(100% / 3) !important;
} */

.homepage .feature-grp--items .feature-grp--item {
  width: calc(100% / 4) !important;
}

.homepage .img-professional-loan {
  margin-top: 23px !important;
}

.no-loan-doc-grp .feature-grp--items section:nth-child(2) img {
  margin-top: -16px !important;
  margin-bottom: 12px;
}

.no-loan-doc-grp .feature-grp--items section:nth-child(3) img {
  margin-top: -35px !important;
}

.genz-diff-grp .btn-grp {
  margin-top: 20px;
}

.genz-faq .box-right .cssacc:checked+.accshow {
  background-color: rgba(217, 217, 217, 0) !important;
}

.hidden-section {
  display: none;
}

/* .article-list.index .article-card--img img {
  max-height: 108px;
} */

.footer--apply-grp.layered.index .footer--apply-grp--cat02,
.footer--apply-grp.layered.loan-calculator .footer--apply-grp--cat02 {
  margin-bottom: 120px;
}

.footer--apply-grp .footer--apply-grp--cat02 {
  margin-bottom: -150px;
}

.footer--apply-grp.layered.index.homepage .footer--apply-grp--cat02 {
  margin-bottom: 0;
}

.footer--apply-grp.layered.index .footer--apply-grp--cat02 img {
  max-width: 446px;
  margin-bottom: -70px;
}

.about-cashingpro--mission--grp--cat img {
  display: block;
}

.info--grp--list {
  display: flex;
  flex-wrap: wrap;
}

.info--grp--list p {
  width: calc(100% / 2);
  padding: 15px;
  padding-bottom: 25px;
}

.support-link-grp.info {
  margin-top: 5rem;
}

.mgm--compare .mgm--compare--container {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.mgm--compare .mgm--compare--container .left,
.mgm--compare .mgm--compare--container .right {
  width: calc(100% / 2);
}

.mgm--compare .mgm--compare--container .left .title {
  text-align: right;
  background: #FFB35D;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.mgm--compare .mgm--compare--container p {
  color: #6C6B6F;
  line-height: 1.8;
  margin-bottom: 20px;
}

.mgm--compare .mgm--compare--container .title h2 {
  font-size: 1.55rem;
}

.mgm--compare .mgm--compare--container .left .content {
  padding-left: 15px;
  margin-bottom: 0 !important;
  /* max-width: 600px; */
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mgm--compare .mgm--compare--container .right .content {
  margin-bottom: 0 !important;
  position: relative;
  max-width: 600px;
  margin-right: 100px;
}

.mgm--compare .mgm--compare--container .left .content p:nth-child(1) {
  padding-left: 15px;
}

.mgm--compare .mgm--compare--container .right .content p:nth-child(1) {
  padding-right: 70px;
}

.mgm--compare .calculator .box-img-tab img {
  width: 39px;
  height: 39px;
}

.mgm--compare .calculator .tab-header-box {
  margin-bottom: 10px;
}

.mgm--compare .calculator {
  padding: 15px;
  background-color: #F9F9F9;
  border-radius: 25px;
  width: 98%;
  max-width: 680px;
}

.mgm--compare .calculator .right-content {
  border: none;
  color: #6C6B6F;
}

.mgm--compare .mgm--compare--container .right .calculator {
  min-height: 208px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.mgm--compare .calculator .ele-box-in:nth-child(1) .left-content .heading-box-1 {
  color: #6C6B6F !important;
}

.mgm--compare .calculator .ele-box-in:nth-child(2) .left-content .heading-box-1 {
  color: #FF852F !important;
}

.mgm--compare .mgm--compare--container .right .title {
  background: #7952C5;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mgm--compare .mgm--compare--container .left .title,
.mgm--compare .mgm--compare--container .right .title {
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #fff;
}

.mgm--compare .calculator .ele-box-in+.ele-box-in {
  border-top: none;
  padding-top: 0 !important;
  margin-top: 20px !important;
}

.mgm--compare .mgm--compare--img {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  align-items: center;
  gap: 100px;
}

.mgm--compare .mgm--compare--img h2 {
  text-align: center;
  color: #493A64;
  font-size: 1.25rem;
  font-weight: 600;
}

.mgm--compare .mgm--compare--img img {
  max-width: 435px;
}

.loan-services--faq.mgm-faq {
  padding-left: 0;
  max-width: none !important;
  width: 100% !important;
  margin-top: 0;
}

.loan-services--faq.mgm-faq .cssacc:checked+.accshow {
  background: none !important;
}

.loan-services--faq.mgm-faq .unit {
  max-width: 990px;
}

.mgm--text p {
  padding-left: 15px;
  line-height: 1.5;
  color: #6C6B6F;
  font-size: 13px;
}

.mgm--compare .mgm--compare--container .right .calculator h3 {
  color: #7952C5;
  font-weight: 600;
  font-size: 1.25rem;
}

.mgm--compare .mgm--compare--container .right .calculator span {
  padding: 10px 35px;
  border-radius: 10px;
  background: #EFEFEF;
  color: #7952C5;
  font-weight: 600;
  font-size: 1.25rem;
}

.mgm-app-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.mgm-app-btn img {
  max-width: 170px;
}

.mgm--compare .mgm--compare--container .right .content .hand {
  position: absolute;
  bottom: -21px;
  right: -150px;
}

.mgm--compare .mgm--compare--container .right .content .hand img {
  max-width: 320px;
}

.mgm-btn-header {
  position: absolute;
  bottom: 15vh;
  left: 9vw;
  width: 350px;
  height: 50px;
}

.mgm-header .divider-hero {
  margin-top: 156px !important;
}

.mgm--compare .ele-box-in:nth-child(2) .box-out-item-bottom {
  color: #FF852F;
  padding: 10px 35px;
  background: #EFEFEF;
  border-radius: 10px;
  margin-right: -20px;
}

.column-resp{
  max-width: 890px;
  margin: 0 auto;
}

.column-resp .footer--apply-grp--text {
  width: calc(100% / 2);
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  justify-content: center;
    margin-bottom: 2%;
}

.homepage .column-resp .footer--apply-grp--text{
  margin-bottom: 13%;
}

.column-resp .footer--apply-grp--text  .btn-box{
  width: 56%;
}
.homepage .column-resp .footer--apply-grp--text  .btn-box{
  width: 78%;
}
.column-resp .footer--apply-grp--cat02,
.column-resp .footer--apply-grp--cat01 {
  width: calc(100% / 2);
  text-align: left;
}

/* === Responsive === */
@media (max-width: 992px) {
  .grant-left-text h2 {
    display: none;
  }

  .grant-left-text h2.sp {
    display: block;
    position: relative;
    left: 0;
    top: 14px;
  }

  .grant-section {
    position: relative;
  }

  .grant-wrapper {
    flex-direction: column;
  }

  .grant-left {
    flex: none;
    justify-content: left;
  }

  .grant-left-container {
    flex-direction: column;
    border-radius: 40px;
    padding: 40px 20px;
    text-align: center;
  }

  .grant-left-text {
    position: relative;
    width: 85vw;
    min-height: 60px;
    padding: 0 20px;
  }

  .grant-left-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .grant-left-image img {
    width: 250px;
    right: 0;
  }

  .grant-right {
    flex: none;
    padding: 30px 20px;
    margin-left: 0;
    border-left: none;
  }

  .grant-left-image {
    display: none;
  }

  .grant-left-image.sp {
    position: absolute;
    width: 100%;
    display: block;
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-32%);
    bottom: -12rem !important;
  }

  .grant-section {
    margin-top: 60px;
  }

  .grant-text p {
    line-height: 1.5;
  }

  .loan-faq--lists-content.accordion--content h3 {
    font-size: 0.875rem !important;
  }

  .genz-diff-grp h1 {
    padding: 0 40px;
  }

  .genz-diff-grp .reg-left {
    top: 326px;
  }

  .genz-diff-grp>div {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .genz-diff-grp>div .img {
    display: none;
  }

  .genz-faq .box-left {
    display: none;
  }

  .genz-faq .box-right {
    padding: 10px;
    margin: 40px 25px;
  }

  .genz-faq .box-right .accshow label {
    padding-right: 40px;
    padding-left: 33px;
    text-indent: -19px;
  }

  .genz-faq .box-right .faq--title {
    top: -21px;
    width: 80%;
    transform: translateX(-50%);
    background: #e9e9e9;
  }

  .genz-faq .box-right .faq--title h2 {
    margin: 0;
  }

  .genz-faq .faq--content {
    padding-top: 20px;
  }

  .genz-faq .img-sp {
    display: block;
    position: absolute;
    bottom: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .genz-faq .img-sp img {
    min-width: 260px;
  }

  .genz-faq {
    padding-bottom: 25rem !important;
  }

  .genz-faq .reg-sp {
    display: block;
    position: absolute;
    bottom: 132px;
    width: 65%;
  }

  .homepage .feature-grp--items .feature-grp--item {
    width: 100% !important;
  }

  .box-divider.owl-carousel .img-no-doc-loan-service {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  .no-loan-doc-grp .feature-grp--items .owl-item:nth-child(2) img {
    margin-top: -12px !important;
  }

  .no-loan-doc-grp .feature-grp--items .owl-item:nth-child(3) img {
    margin-top: -32px !important;
  }

  .genz-diff-grp h2.section-title {
    padding: 0 40px;
  }

  .genz-diff-grp {
    margin: 50px 0 !important;
  }

  .feature-grp--item.sp {
    display: block;
    width: 100% !important;
  }

  .feature-grp--item.sp h3 {
    white-space: normal;
  }

  .feature-grp--item.pc {
    display: none;
  }

  .about-cashingpro--mission--grp--cat img {
    display: none;
  }

  .footer--apply-grp .footer--apply-grp--cat02 {
    margin-bottom: 0px;
  }

  .footer--apply-grp.layered.index.homepage .footer--apply-grp--cat02 img {
    max-width: 100%;
    margin-bottom: -90px;
  }

  .info--grp--list {
    display: flex;
    flex-wrap: wrap;
  }

  .info--grp--list p {
    width: 100%;
    padding: 10px;
  }

  .support-link-grp.info {
    margin-top: 2rem;
    padding-bottom: 10rem !important;
  }

  .mgm-app-btn {
    /* flex-direction: column; */
    gap: 15px;
  }

  .mgm-app-btn img {
    max-width: 145px;
  }

  .mgm--compare .mgm--compare--container {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .mgm--compare .mgm--compare--container .left, .mgm--compare .mgm--compare--container .right {
    width: 100%;
  }

  .mgm--compare .mgm--compare--container .left .title {
    width: 78vw;
  }

  .mgm--compare .mgm--compare--container .title h2 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .mgm--compare .mgm--compare--container .left .content p:nth-child(1) {
    padding-left: 0;
  }

  .mgm--compare .calculator {
    padding: 5px;
  }

  .mgm--compare .mgm--compare--container .left .content,
  .mgm--compare .mgm--compare--container .right .content {
    padding: 0 15px;
    max-width: 100%;
    margin: 0;
  }

  .mgm--compare .mgm--compare--container .right .content p:nth-child(1) {
    padding-right: 0;
  }

  .mgm--compare .loan-calculator--grp--items h2.heading-box-1 {
    font-size: 1.25rem;
  }

  .mgm--compare .loan-calculator--grp--items .unit-price {
    font-size: 1.25rem;
  }

  .mgm--compare .calculator .tab-header-box .right-content {
    width: auto;
    font-size: 1.25rem;
  }

  .mgm--compare .calculator .box-img-tab img {
    width: 30px;
    height: 30px;
  }

  .mgm--compare .mgm--compare--container .right .title {
    width: 78vw;
    right: 0;
    top: 0;
    position: absolute;
  }

  .mgm--compare .mgm--compare--container .right {
    position: relative;
    padding-top: 68px;
  }

  .mgm--compare .mgm--compare--container .right .calculator {
    min-height: auto;
    padding: 15px;
  }

  .mgm-header .divider-hero::after {
    display: none;
  }

  .mgm--compare .mgm--compare--img {
    display: block;
    margin-top: 40px;
  }

  .mgm--compare .mgm--compare--img img {
    max-width: 100%;
    padding-right: 20px;
  }

  .mgm--compare .mgm--compare--container .right .content .hand {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .mgm--compare .mgm--compare--container .right .content .hand img {
    width: 135px;
  }

  .mgm-btn-header {
    bottom: 30px;
  }

  .mgm-header .divider-hero {
    margin-top: 85px !important;
  }

  .mgm--compare .ele-box-in:nth-child(2) .box-out-item-bottom {
    margin-right: 0px
  }
  .column-resp .footer--apply-grp--text{
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .column-resp .footer--apply-grp--cat02, .column-resp .footer--apply-grp--cat01{
    width: 100%;
    text-align: center;
  }
}