.ft-pink {
  color: #f6495a;
}

.ft-red {
  color: #ff3f32;
}

body {
  overflow-x: hidden !important;
}

.kvBtn {
  position: relative;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  transition: 0.25s;
  top: 0;
}
@media (max-width: 576px) {
  .kvBtn {
    max-width: 85%;
  }
}
.kvBtn:hover {
  transition: 0.25s;
  box-shadow: none;
  top: -5px;
}

.redBtnKv {
  position: relative;
  font-size: 24px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  text-align: center;
  padding: 9px 0;
  overflow: hidden;
  z-index: 5;
  border-radius: 99rem;
  border: 1px solid #000;
}
@media (max-width: 576px) {
  .redBtnKv {
    padding: 6px 0;
  }
}
.redBtnKv::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8.5px 0 8.5px 10px;
  z-index: 2;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 576px) {
  .redBtnKv::before {
    right: 20px;
  }
}
.redBtnKv span {
  padding-right: 10px;
}
.redBtnKv:hover::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 0, 150, 0) 0%, rgb(255, 255, 255) 48%, rgba(255, 0, 150, 0) 100%);
  animation: shine 4s ease infinite;
}

.redBtnBlock {
  background: #ff3f32;
  overflow: hidden;
}

.yellowBtnBlock {
  background: #feb517;
  overflow: hidden;
}
.yellowBtnBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 57%;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(0deg, rgba(251, 235, 164, 0) 80%, rgb(251, 235, 164) 80%), linear-gradient(0deg, rgb(249, 222, 103) 0%, rgb(249, 222, 103) 100%);
  z-index: -1;
}

.orangeBtnBlock {
  background: #ff8b15;
  overflow: hidden;
  border-radius: 99rem;
}
.orangeBtnBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 57%;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(0deg, rgba(255, 203, 149, 0) 80%, rgb(255, 203, 149) 80%), linear-gradient(0deg, rgb(255, 176, 95) 0%, rgb(255, 176, 95) 100%);
  z-index: -1;
}

.yellowBtn {
  position: relative;
  font-size: 28px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: -1.5px 1.5px 0 #ec8419, 1.5px 1.5px 0 #ec8419, 1.5px -1.5px 0 #ec8419, -1.5px -1.5px 0 #ec8419;
  width: 100%;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 7px 0;
  overflow: hidden;
  z-index: 5;
  border-radius: 99rem;
}
@media (max-width: 576px) {
  .yellowBtn {
    font-size: 20px;
    padding: 3px 0;
  }
}
.yellowBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: #feea9a;
  border-radius: 51% 51% 45% 51%/46% 46% 42% 42%;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .yellowBtn::after {
    width: 13px;
    height: 15px;
  }
}
.yellowBtn span {
  position: relative;
  z-index: 1;
}
.yellowBtn span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 20px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/yellowBtn_arrow.png) no-repeat center/100%;
}
@media (max-width: 576px) {
  .yellowBtn span::before {
    width: 10px;
    height: 14px;
  }
}

.orangeBtn {
  position: relative;
  font-size: 28px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: -1.5px 1.5px 0 #ec8419, 1.5px 1.5px 0 #ec8419, 1.5px -1.5px 0 #ec8419, -1.5px -1.5px 0 #ec8419;
  width: 100%;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 7px 0;
  overflow: hidden;
  z-index: 5;
  border-radius: 99rem;
}
@media (max-width: 576px) {
  .orangeBtn {
    font-size: 20px;
    padding: 3px 0;
  }
}
.orangeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: rgba(255, 203, 149, 0.9);
  border-radius: 51% 51% 45% 51%/46% 46% 42% 42%;
  transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .orangeBtn::after {
    width: 13px;
    height: 15px;
  }
}
.orangeBtn span {
  position: relative;
  z-index: 1;
}
.orangeBtn span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 20px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/yellowBtn_arrow.png) no-repeat center/100%;
}
@media (max-width: 576px) {
  .orangeBtn span::before {
    width: 10px;
    height: 14px;
  }
}

.whiteBtn {
  position: relative;
  font-size: 28px;
  background: transparent;
  color: #ff5441;
  font-weight: 600;
  letter-spacing: 2px;
  background: #fff;
  width: 100%;
  max-width: 280px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 7px 0;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
  top: 0;
  transition: 0.25s;
}
.whiteBtn span {
  position: relative;
}
.whiteBtn span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/whiteBtn_arrow.png) no-repeat center/100%;
}
.whiteBtn:hover {
  top: -5px;
}

.pinkBtn {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #ff3f32;
  border: 1px solid #000;
  border-radius: 99rem;
  cursor: pointer;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
  top: 0;
  padding: 8px 0;
  transition: 0.25s;
}
@media (max-width: 992px) {
  .pinkBtn {
    font-size: 24px;
    max-width: 220px;
  }
}
.pinkBtn span {
  position: relative;
}
.pinkBtn span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8.5px 0 8.5px 10px;
  z-index: 2;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pinkBtn:hover {
  top: -5px;
}

.btnShine {
  overflow: hidden;
  border-radius: 99rem;
  z-index: 6;
}
.btnShine::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 0, 150, 0) 0%, rgb(255, 255, 255) 48%, rgba(255, 0, 150, 0) 100%);
  animation: shine 4s ease infinite;
  animation-delay: 1s;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.btn_animate {
  overflow: hidden !important;
  position: relative;
  border-radius: 99rem;
}

.btn_animate::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 60px 165px;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: mask-ani;
  animation-name: mask-ani;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  overflow: hidden !important;
  border-radius: 99rem;
}

@-webkit-keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -165px);
    transform: rotate(-36deg) translate(0px, -165px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 165px);
    transform: rotate(-36deg) translate(0px, 165px);
  }
}
@keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -165px);
    transform: rotate(-36deg) translate(0px, -165px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 165px);
    transform: rotate(-36deg) translate(0px, 165px);
  }
}
@keyframes branch-wave {
  0%, 10%, 20%, 30%, to {
    transform: rotate(0);
  }
  5%, 15%, 25% {
    transform: rotate(2.8deg);
  }
}
.img-poa {
  overflow: hidden !important;
  position: absolute;
}

.h2Title {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 44px;
  font-weight: 600;
  color: #067a75;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 576px) {
  .h2Title {
    font-size: 32px;
  }
}

.errstring {
  font-size: 14px;
  padding-top: 5px;
  color: #ff5441;
}
@media (max-width: 552px) {
  .errstring {
    font-size: 3.2vw;
  }
}

.navbar {
  display: flex;
  align-items: center;
}
.navbar.active {
  background: rgba(255, 255, 255, 0.7);
}
.navbar .logo--ctbc {
  margin-left: 50px;
}
@media (max-width: 576px) {
  .navbar .logo--ctbc {
    margin-left: 15px;
  }
}

.Section.Kv {
  position: relative;
  background: url(../images/kv_city.png) no-repeat center bottom, url(../images/kv_Bg.jpg) no-repeat center bottom/cover;
  padding-top: 60px;
}
@media (max-width: 576px) {
  .Section.Kv {
    background: url(../images/kv_Bg_top_sm.jpg) no-repeat center top/100%, url(../images/kv_Bg_bottom_sm.png) no-repeat center bottom/100%, #fff4e0;
  }
}
.Section.Kv h1 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .Section.Kv h1 {
    max-width: 800px;
  }
}
.Section.Kv h1 .kvTitle_figure {
  position: relative;
}
.Section.Kv h1 .kvTitle_img {
  position: absolute;
  left: 0;
  top: 0;
}
.Section.Kv h1 .kvTitle_img img {
  width: 100%;
  height: auto;
}
.Section.Kv .brief {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 740px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 70px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .Section.Kv .brief {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 370px) {
  .Section.Kv .brief {
    font-size: 16px;
  }
}
.Section.Kv .brief li {
  position: relative;
  background: #fff;
  padding: 70px 30px 40px;
  border: 2px solid #000;
  text-align: center;
  border-radius: 25px;
}
@media (max-width: 576px) {
  .Section.Kv .brief li {
    padding: 50px 5px 15px;
  }
}
.Section.Kv .brief li::before {
  content: "";
  position: absolute;
  inset: -13px 0 auto 0;
  margin: 0 auto;
  width: 144px;
  height: 62px;
  background: url(../images/kv_label_01.png) no-repeat center/100%;
}
@media (max-width: 576px) {
  .Section.Kv .brief li::before {
    width: 100px;
    height: 43px;
    inset: -9px 0 auto 0;
  }
}
.Section.Kv .brief li:last-child::before {
  background: url(../images/kv_label_02.png) no-repeat center/100%;
}
.Section.Kv .brief p {
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .Section.Kv .brief p {
    margin-bottom: 10px;
  }
}
.Section.Kv .brief abbr {
  font-size: 44px;
}
@media (max-width: 576px) {
  .Section.Kv .brief abbr {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .Section.Kv .brief abbr {
    font-size: 24px;
  }
}
.Section.Kv .kv_b_left {
  position: absolute;
  inset: auto auto -60px 0;
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1200px) {
  .Section.Kv .kv_b_left {
    inset: auto auto -60px 40px;
    width: 160px;
  }
}
@media (max-width: 992px) {
  .Section.Kv .kv_b_left {
    inset: auto auto -60px 30px;
    width: 120px;
  }
}
@media (max-width: 860px) {
  .Section.Kv .kv_b_left {
    inset: auto auto -60px 20px;
    width: 100px;
  }
}
@media (max-width: 576px) {
  .Section.Kv .kv_b_left {
    display: none;
  }
}
.Section.Kv .kv_b_left_sm {
  display: none;
}
@media (max-width: 576px) {
  .Section.Kv .kv_b_left_sm {
    width: 90px;
    inset: 90px 0 auto -10px;
    display: block;
  }
}
@media (max-width: 400px) {
  .Section.Kv .kv_b_left_sm {
    inset: 80px 0 auto -10px;
  }
}
.Section.Kv .kv_b_right {
  position: absolute;
  inset: auto 50px -60px auto;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 1200px) {
  .Section.Kv .kv_b_right {
    width: 170px;
    inset: auto 40px -60px auto;
  }
}
@media (max-width: 992px) {
  .Section.Kv .kv_b_right {
    width: 130px;
    inset: auto 20px -60px auto;
  }
}
@media (max-width: 860px) {
  .Section.Kv .kv_b_right {
    width: 110px;
    inset: auto 10px -60px auto;
  }
}
@media (max-width: 576px) {
  .Section.Kv .kv_b_right {
    display: none;
  }
}
.Section.Kv .kv_b_right_sm {
  display: none;
}
@media (max-width: 576px) {
  .Section.Kv .kv_b_right_sm {
    width: 92px;
    inset: 97px -11px auto auto;
    display: block;
  }
}
@media (max-width: 400px) {
  .Section.Kv .kv_b_right_sm {
    inset: 75px 0px auto auto;
  }
}
.Section.Kv .kv_b {
  position: absolute;
  right: -60px;
  top: 29%;
  animation-name: floatItem;
  animation-duration: 2s;
  animation-delay: -2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1500px) {
  .Section.Kv .kv_b {
    width: 290px;
    right: 0;
    top: 34%;
  }
}
@media (max-width: 1400px) {
  .Section.Kv .kv_b {
    top: 40%;
  }
}
@media (max-width: 1200px) {
  .Section.Kv .kv_b {
    top: 49%;
    width: 210px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .Section.Kv .kv_b {
    top: 40%;
    width: 180px;
    right: 10px;
  }
}
@media (max-width: 860px) {
  .Section.Kv .kv_b {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .Section.Kv .kv_b {
    width: 85px;
    top: 170px;
    right: -14px;
  }
}
@media (max-width: 400px) {
  .Section.Kv .kv_b {
    right: -20px;
  }
}
.Section.Kv .kv_b img {
  width: auto;
}
@media (max-width: 1500px) {
  .Section.Kv .kv_b img {
    width: 100%;
  }
}

.Section.Experience {
  position: relative;
  background: #e8f3f3;
  overflow: initial;
}
.Section.Experience .Container {
  z-index: 1;
}
.Section.Experience .Experience-Txt {
  color: #067a75;
  font-weight: 600;
  font-size: 44px;
  margin: 0;
}
@media (max-width: 576px) {
  .Section.Experience .Experience-Txt {
    font-size: 32px;
  }
}
.Section.Experience .Experience-Txt .count {
  color: #ff3f32;
  font-size: 44px;
}
@media (max-width: 576px) {
  .Section.Experience .Experience-Txt .count {
    font-size: 32px;
  }
}
.Section.Experience .Content-Experience {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .Section.Experience .Content-Experience {
    flex-direction: column;
    padding: 30px 0 0;
  }
}
.Section.Experience .Content-Experience h2 {
  position: relative;
}
.Section.Experience .experience_sakura_01 {
  top: -15px;
  left: 27%;
}
@media (max-width: 768px) {
  .Section.Experience .experience_sakura_01 {
    left: 23%;
  }
}
@media (max-width: 576px) {
  .Section.Experience .experience_sakura_01 {
    display: none;
  }
}
.Section.Experience .experience_sakura_02 {
  bottom: -12px;
  left: 40px;
}
@media (max-width: 576px) {
  .Section.Experience .experience_sakura_02 {
    display: none;
  }
}

.Section.FormBox {
  background: url(../images/FormBoxBg_white_circle.png) no-repeat left bottom, #e5f3f3;
  padding: 60px 0;
}
@media (max-width: 576px) {
  .Section.FormBox {
    background: #e5f3f3;
    padding: 30px 0;
  }
}
.Section.FormBox .Content-Form {
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 35px 0;
  margin: 0 auto 20px;
}
@media (max-width: 576px) {
  .Section.FormBox .Content-Form {
    width: 90%;
    margin: 10px auto;
    padding: 20px 0 30px;
  }
}
@media (max-width: 380px) {
  .Section.FormBox .Content-Form {
    width: 95%;
  }
}
.Section.FormBox .Content-Form::before {
  display: none;
}
.Section.FormBox .Tab-Group.Tab-Group-Form {
  position: relative;
  top: auto;
}
.Section.FormBox .Tab-Group.Tab-Group-Form ul {
  position: relative;
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Group.Tab-Group-Form ul {
    display: flex;
  }
}
.Section.FormBox .Tab-Group.Tab-Group-Form .Tab {
  width: 100%;
  max-width: 240px;
  border: 1px solid #000;
  padding: 12px 0px;
  text-align: center;
  border-radius: 99rem;
  background: #fff;
  color: #000;
  font-weight: 600;
  margin: 30px 10px 24px;
  font-size: 28px;
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Group.Tab-Group-Form .Tab {
    margin: 30px 15px 24px;
    font-size: 24px;
  }
}
.Section.FormBox .Tab-Group.Tab-Group-Form .Tab::before {
  border: none;
  width: 0;
  margin: 0;
}
.Section.FormBox .Tab-Group.Tab-Group-Form .Tab.active {
  position: relative;
  border: 2px solid #ff5441;
  color: #000;
}
.Section.FormBox .Tab-Group.Tab-Group-Form .Tab.active::before {
  content: "";
  position: absolute;
  inset: auto 0 -12px 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ff5441 transparent transparent transparent;
}
.Section.FormBox .Tab-Content-Group {
  margin: 0 auto 0;
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Content-Group {
    width: 92%;
  }
}
.Section.FormBox .Tab-Item-Title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  border-bottom: 1px solid #000;
}
@media (max-width: 1200px) {
  .Section.FormBox .Tab-Item-Title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .Section.FormBox .Tab-Item-Title {
    font-size: 24px;
  }
}
@media (max-width: 860px) {
  .Section.FormBox .Tab-Item-Title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Item-Title {
    font-size: 20px;
  }
}
.Section.FormBox .Tab-Item-Title figure {
  width: 100%;
  max-width: 110px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .Section.FormBox .Tab-Item-Title figure {
    vertical-align: initial;
  }
}
@media (max-width: 860px) {
  .Section.FormBox .Tab-Item-Title figure {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Item-Title figure {
    max-width: 80px;
    margin-right: 5px;
  }
}
.Section.FormBox .Tab-Item-Title abbr {
  font-size: 44px;
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Item-Title abbr {
    font-size: 36px;
  }
}
.Section.FormBox .Tab-Item-Title small {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .Section.FormBox .Tab-Item-Title small {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .Tab-Item-Title small {
    font-size: 12px;
  }
}
.Section.FormBox .navbar-form {
  font-weight: 600;
  color: #000;
}
.Section.FormBox .formBoxNote {
  color: #000;
}
.Section.FormBox .formBoxFoot {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  top: 0;
  transition: 0.25s;
}
@media (max-width: 992px) {
  .Section.FormBox .formBoxFoot {
    max-width: 220px;
  }
}
.Section.FormBox .formBoxFoot::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 7.5px 0 7.5px 13px;
  z-index: 2;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .Section.FormBox .formBoxFoot::before {
    right: 30px;
  }
}
.Section.FormBox .formBoxFoot:hover {
  top: -5px;
}
.Section.FormBox input.pinkBtn_form {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #ff3f32;
  border: 1px solid #000;
  border-radius: 99rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .Section.FormBox input.pinkBtn_form {
    font-size: 24px;
  }
}
.Section.FormBox .Form_b_01 {
  bottom: -50px;
  left: -263px;
  width: 100%;
  max-width: 270px;
}
@media (max-width: 1500px) {
  .Section.FormBox .Form_b_01 {
    width: 211px;
    left: -216px;
  }
}
@media (max-width: 1300px) {
  .Section.FormBox .Form_b_01 {
    left: -190px;
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .Section.FormBox .Form_b_01 {
    left: -104px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .Form_b_01 {
    display: none;
  }
}
.Section.FormBox .Form_b_02 {
  bottom: -60px;
  right: -280px;
  z-index: 3;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 1500px) {
  .Section.FormBox .Form_b_02 {
    right: -220px;
    width: 250px;
  }
}
@media (max-width: 1300px) {
  .Section.FormBox .Form_b_02 {
    right: -160px;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .Section.FormBox .Form_b_02 {
    right: -130px;
    width: 170px;
  }
}
@media (max-width: 860px) {
  .Section.FormBox .Form_b_02 {
    right: -100px;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .Form_b_02 {
    display: none;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .d-lg-block {
    display: block;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .d-lg-inline-block {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .Section.FormBox .d-sm-block {
    display: block;
  }
}

.Section.Service {
  background: #e8f3f3;
  padding: 60px 0;
}
@media (max-width: 576px) {
  .Section.Service {
    padding: 30px 0;
    background: #e8f3f3;
  }
}
.Section.Service .Container {
  position: relative;
}
.Section.Service .h3_service {
  position: relative;
  text-align: center;
}
.Section.Service .h3_service::before {
  content: "";
  position: absolute;
  background: #fdc44e;
  height: 2px;
  width: 90%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.Section.Service .h3_service figure {
  background: #fbf1f1;
  padding: 0 22px;
  display: inline-block;
}
@media (max-width: 576px) {
  .Section.Service .h3_service figure {
    padding: 0 10px;
  }
}
.Section.Service .h3_service figure img {
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .Section.Service .h3_service figure img {
    max-width: 90px;
  }
}
@media (max-width: 860px) {
  .Section.Service .Content {
    width: 95%;
  }
}
@media (max-width: 576px) {
  .Section.Service .Content {
    width: 90%;
    margin-top: 30px;
  }
}
.Section.Service .Content-Service {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .Section.Service .Content-Service {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .Section.Service .Service-Group {
    padding: 0 0 0%;
  }
}
.Section.Service .Service-Group.Service-Group-CreditLoans {
  margin-right: 30px;
  padding-right: 30px;
}
@media (max-width: 370px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item {
  position: relative;
}
@media (max-width: 576px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item::before {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 110%;
    inset: 0 -37px 0 auto;
    margin: 0 auto;
  }
}
@media (max-width: 576px) and (max-width: 370px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item::before {
    inset: 0 -27px 0 auto;
  }
}
.Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item:last-child::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 100%;
  inset: 0 -60px 0 auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item:last-child::before {
    inset: 0 -55px 0 auto;
  }
}
@media (max-width: 768px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item:last-child::before {
    inset: 0 -37px 0 auto;
  }
}
@media (max-width: 370px) {
  .Section.Service .Service-Group.Service-Group-CreditLoans .Service-List-Item:last-child::before {
    inset: 0 -27px 0 auto;
  }
}
@media (max-width: 1200px) {
  .Section.Service .Service-List .Service-List-Item {
    margin: 3% 20px 0;
  }
}
@media (max-width: 768px) {
  .Section.Service .Service-List .Service-List-Item {
    margin: 3% 10px 0;
  }
}
@media (max-width: 576px) {
  .Section.Service .Service-List .Service-List-Item {
    width: 90%;
  }
}
.Section.Service .Service-List a {
  position: relative;
  display: block;
  border-radius: 99rem;
  text-align: center;
  padding: 15% 0;
  bottom: 0;
  transition: 0.25s;
}
@media (max-width: 576px) {
  .Section.Service .Service-List a {
    padding: 10% 0;
  }
}
.Section.Service .Service-List a:hover {
  bottom: -5px;
}
.Section.Service .Service-List figure {
  width: 100%;
  max-width: 52px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .Section.Service .Service-List figure {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .Section.Service .Service-List figure {
    max-width: 60%;
  }
}
.Section.Service .serviceTxt {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .Section.Service .serviceTxt {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .Section.Service .serviceTxt {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .Section.Service .serviceTxt {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .Section.Service .serviceTxt {
    font-size: 20px;
  }
}

.Section.Feature {
  position: relative;
  background: #e8f3f3;
  overflow: initial;
  padding: 60px 0 70px;
}
@media (max-width: 576px) {
  .Section.Feature {
    background: #e8f3f3;
    padding: 30px 0 10px;
  }
}
.Section.Feature::before {
  content: "";
  position: absolute;
  bottom: -590px;
  left: 0;
  width: 555px;
  height: 1056px;
  background: url(../images/PaymentTable_blue_left.png) no-repeat left top/100%;
  z-index: 1;
}
@media (max-width: 1300px) {
  .Section.Feature::before {
    display: none;
  }
}
.Section.Feature .Container {
  position: relative;
  z-index: 3;
}
.Section.Feature .Container::before {
  content: "";
  position: absolute;
  inset: auto -80px -30px auto;
  width: 400px;
  height: 400px;
  background: #f4f9f9;
  border-radius: 99rem;
}
@media (max-width: 576px) {
  .Section.Feature .Container::before {
    display: none;
  }
}
.Section.Feature .Tab-Group {
  margin: 30px auto 0px;
}
@media (max-width: 576px) {
  .Section.Feature .Tab-Group {
    width: 90%;
  }
}
.Section.Feature .Tab-Group ul {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.Section.Feature .Tab-Group .Tab {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  border: 1px solid #000;
  background: #fff;
  padding: 12px 0px;
  border-radius: 99rem;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 992px) {
  .Section.Feature .Tab-Group .Tab {
    font-size: 28px;
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .Section.Feature .Tab-Group .Tab {
    font-size: 22px;
    padding: 6px 15px;
  }
}
.Section.Feature .Tab-Group .Tab figure {
  width: 100%;
  max-width: 36px;
  margin-right: 10px;
  line-height: 0;
}
@media (max-width: 992px) {
  .Section.Feature .Tab-Group .Tab figure {
    max-width: 32px;
  }
}
@media (max-width: 992px) {
  .Section.Feature .Tab-Group .Tab figure {
    max-width: 27px;
  }
}
.Section.Feature .Tab-Group .Tab.Tab-Hot.active,
.Section.Feature .Tab-Group .Tab.Tab-Free.active {
  border: 2px solid #ff5441;
}
.Section.Feature .Tab-Group .Tab.Tab-Hot.active::before,
.Section.Feature .Tab-Group .Tab.Tab-Free.active::before {
  content: "";
  position: absolute;
  inset: auto 0 -12px 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ff5441 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (max-width: 1500px) {
  .Section.Feature .Tab-Content-Group {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .Section.Feature .Tab-Content-Group {
    width: 100%;
  }
}
.Section.Feature .Feature-Item {
  border-radius: 30px;
  padding-bottom: 40px;
  border: 1px solid #000;
}
.Section.Feature .Feature-Item .heading {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 40px 0 30px;
}
@media (max-width: 992px) {
  .Section.Feature .Feature-Item .heading {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature-Item .heading {
    font-size: 24px;
    padding: 55px 0 15px;
  }
}
.Section.Feature .Feature-Item .heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80%;
  height: 1px;
  background: #000;
}
.Section.Feature .Feature-Item .heading h3 {
  line-height: initial;
  font-weight: 600;
}
.Section.Feature .Feature-Item .Text-Feature::before {
  content: "";
}
.Section.Feature .Feature-Item .Text-Feature p {
  position: relative;
  padding-left: 36px;
}
.Section.Feature .Feature-Item .Text-Feature p::before {
  content: "";
  width: 26px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 13px;
}
@media (max-width: 576px) {
  .Section.Feature .Feature-Item .Text-Feature p::before {
    top: 10px;
  }
}
@media (max-width: 400px) {
  .Section.Feature .Feature-Item .Text-Feature p::before {
    top: 6px;
  }
}
.Section.Feature .Feature-Item .Text-Feature p::before {
  content: "";
  background: url("../images/Feature_Icon_check_yellow.png") no-repeat left top/100% auto;
}
.Section.Feature .Feature-Item .Item-Text {
  padding: 24px 0;
  width: 90%;
  display: flex;
  justify-content: center;
}
.Section.Feature .Feature-Item .Text {
  line-height: 180%;
}
@media (max-width: 576px) {
  .Section.Feature .Feature-Item .Text {
    font-size: 4.2vw;
  }
}
.Section.Feature .Feature-Item .Text span {
  font-weight: 600;
}
.Section.Feature .Feature-Item .Text abbr {
  font-size: 32px;
}
@media (max-width: 992px) {
  .Section.Feature .Feature-Item .Text abbr {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .Section.Feature .Feature-Item .Text abbr {
    font-size: 26px;
  }
}
.Section.Feature .Feature-Item-Hot-Mortgage .Text-Feature p::before {
  background: url(../images/Feature_Icon_check_orange.png) left top/100% no-repeat;
}
.Section.Feature .Feature-Item-Hot-CreditLoans,
.Section.Feature .Feature-Item-Free-CreditLoans {
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .Section.Feature .Feature-Item-Hot-CreditLoans,
  .Section.Feature .Feature-Item-Free-CreditLoans {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature-Item-Hot-CreditLoans,
  .Section.Feature .Feature-Item-Free-CreditLoans {
    width: 90%;
    margin: 10% auto -20px;
  }
}
.Section.Feature .Feature-Item-Hot-Mortgage,
.Section.Feature .Feature-Item-Free-Mortgage {
  margin-left: 30px;
}
@media (max-width: 1500px) {
  .Section.Feature .Feature-Item-Hot-Mortgage,
  .Section.Feature .Feature-Item-Free-Mortgage {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature-Item-Hot-Mortgage,
  .Section.Feature .Feature-Item-Free-Mortgage {
    margin: 10% auto -20px;
    width: 90%;
  }
}
.Section.Feature .Feature-Item-Hot-Mortgage .heading,
.Section.Feature .Feature-Item-Free-Mortgage .heading {
  position: relative;
}
.Section.Feature .Feature-Item-Hot-Mortgage .Text-Feature::before,
.Section.Feature .Feature-Item-Free-Mortgage .Text-Feature::before {
  content: "";
  background: url("../images/Feature_Icon_check_orange.png") no-repeat left top/100% auto;
}
.Section.Feature .Feature_sakura_left {
  left: 0;
  top: -110px;
}
@media (max-width: 1500px) {
  .Section.Feature .Feature_sakura_left {
    width: 360px;
  }
}
@media (max-width: 1400px) {
  .Section.Feature .Feature_sakura_left {
    width: 310px;
  }
}
@media (max-width: 1200px) {
  .Section.Feature .Feature_sakura_left {
    width: 240px;
    top: -70px;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature_sakura_left {
    display: none;
  }
}
.Section.Feature .Feature_sakura_right {
  right: 0;
  top: 0;
}
@media (max-width: 1500px) {
  .Section.Feature .Feature_sakura_right {
    width: 240px;
  }
}
@media (max-width: 1400px) {
  .Section.Feature .Feature_sakura_right {
    width: 210px;
  }
}
@media (max-width: 1200px) {
  .Section.Feature .Feature_sakura_right {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature_sakura_right {
    display: none;
  }
}
.Section.Feature .Feature_b {
  right: 0;
  bottom: 0;
}
@media (max-width: 1680px) {
  .Section.Feature .Feature_b {
    width: 340px;
  }
}
@media (max-width: 1600px) {
  .Section.Feature .Feature_b {
    width: 280px;
  }
}
@media (max-width: 1500px) {
  .Section.Feature .Feature_b {
    width: 220px;
    bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .Section.Feature .Feature_b {
    width: 190px;
  }
}
@media (max-width: 1200px) {
  .Section.Feature .Feature_b {
    bottom: 40px;
  }
}
@media (max-width: 992px) {
  .Section.Feature .Feature_b {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .Section.Feature .Feature_b {
    position: relative;
    width: 100%;
  }
}

.Section.qa {
  background: url(../images/qa_floor.png) no-repeat center bottom/100%, url(../images/qa_blue_bg.png) no-repeat right bottom, #e8f3f3;
  padding: 20px 0 160px;
}
@media (max-width: 576px) {
  .Section.qa {
    background: url(../images/qa_floor.png) no-repeat center bottom/100%, url(../images/qa_blue_bg_sm.png) no-repeat right bottom, #e8f3f3;
    padding: 20px 0 50px;
  }
}
.Section.qa .collapseLister {
  margin-top: 30px;
}
.Section.qa .collapseLister .card {
  border: 1px solid #000;
}
.Section.qa .collapseLister .card-link {
  transition: 0.25s;
}
.Section.qa .collapseLister .collapse.show {
  position: relative;
}
.Section.qa .collapseLister .collapse.show::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
  width: 95%;
  height: 1px;
}
@media (max-width: 576px) {
  .Section.qa .collapseLister .card-header > .card-link[data-toggle=collapse]::after {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .Section.note .noteMainTitle {
    font-size: 24px;
  }
}

.Section.creditCard_area {
  position: relative;
  background: url(../images/creditCard_bg.png) no-repeat center bottom/100%, #fff4e0;
  padding: 30px 0 110px;
}
@media (max-width: 1680px) {
  .Section.creditCard_area {
    padding: 30px 0 80px;
  }
}
@media (max-width: 576px) {
  .Section.creditCard_area {
    padding: 30px 0 60px;
  }
}
.Section.creditCard_area .creditCard_Block {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  align-items: center;
}
@media (max-width: 576px) {
  .Section.creditCard_area .creditCard_Block {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.Section.creditCard_area .creditCard_Block .pinkBtn {
  margin: 0;
}
@media (max-width: 576px) {
  .Section.creditCard_area .creditCard_Block .pinkBtn {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .Section.creditCard_area .creditCard_Block .card {
    margin: 0 auto;
  }
}
.Section.creditCard_area .creditCard_uniopen {
  width: 100%;
  max-width: 340px;
  border: 1px solid #000;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .Section.creditCard_area .creditCard_uniopen {
    max-width: 200px;
  }
}
.Section.creditCard_area .txt .header {
  font-size: 28px;
  font-weight: 600;
}
.Section.creditCard_area .txt p {
  font-weight: 600;
  font-size: 24px;
  margin: 20px 0 30px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .Section.creditCard_area .txt p {
    font-size: 20px;
    margin: 10px 0 30px;
  }
}
.Section.creditCard_area .txt p abbr {
  font-size: 36px;
}
@media (max-width: 576px) {
  .Section.creditCard_area .txt p abbr {
    font-size: 30px;
  }
}
.Section.creditCard_area .creditCard_b {
  position: absolute;
  left: -176px;
  bottom: 0;
  z-index: -1;
  width: 200px;
}
@media (max-width: 992px) {
  .Section.creditCard_area .creditCard_b {
    display: none;
  }
}

.sideBar {
  background: url(../images/scrollBar_Bg.png) no-repeat center/contain;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding: 40px 55px 55px;
}
@media (max-width: 576px) {
  .sideBar {
    right: 0;
    font-size: 18px;
    padding: 26px 30px 36px;
  }
}
.sideBar:hover {
  transform: translateY(-4px);
}
.sideBar p {
  position: relative;
  line-height: 110%;
  text-shadow: -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px -1.5px 0 #000;
}
.sideBar abbr {
  padding: 0 5px;
}
@media (max-width: 576px) {
  .sideBar abbr {
    font-size: 14px;
  }
}
.sideBar figure {
  width: 100%;
  max-width: 24px;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .sideBar figure {
    max-width: 18px;
  }
}

.fixQuick {
  background: rgba(255, 63, 50, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 860px) {
  .footer .footer_btnGp {
    max-width: 560px;
  }
}

.noteSubTitle {
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

.dotList {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  padding-left: 0 !important;
}
.dotList > li {
  list-style-type: disc !important;
  padding: 0;
  margin-left: 20px;
}

.custom-counter {
  list-style: none !important;
  counter-reset: my-counter;
  padding-left: 0rem !important;
}
.custom-counter > li {
  list-style-type: none !important;
  counter-increment: my-counter;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.custom-counter > li::before {
  content: "(" counter(my-counter) ").";
  position: absolute;
  left: 0;
}

.Section.PaymentTable {
  position: relative;
  background: url(../images/PaymentTable_blue_right.png) no-repeat right bottom 40%, #e8f3f3;
  overflow: visible;
}
@media (max-width: 576px) {
  .Section.PaymentTable {
    padding: 30px 0 200px;
    background: url(../images/PaymentTable_blue_right.png) no-repeat right bottom 2%/350px, #e8f3f3;
  }
}
.Section.PaymentTable .Container {
  z-index: 5;
}
.Section.PaymentTable::after {
  content: "";
  position: absolute;
  left: 0;
  top: -490px;
  width: 228px;
  height: 687px;
  background: url(../images/Feature_bg.jpg) no-repeat left bottom/100%;
}
.Section.PaymentTable .subTitle {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.Section.PaymentTable .subTitle small {
  font-size: 22px;
}
@media (max-width: 768px) {
  .Section.PaymentTable .subTitle small {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .subTitle small {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .subTitle small span {
    line-height: 150%;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .subTitle .d-lg-block {
    display: block;
  }
}
.Section.PaymentTable .paymentDialogBlock {
  position: relative;
}
.Section.PaymentTable .paymentDialog {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 660px;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #000;
  margin-top: 30px;
  margin-left: 18%;
}
@media (max-width: 1200px) {
  .Section.PaymentTable .paymentDialog {
    margin-left: 13%;
  }
}
@media (max-width: 860px) {
  .Section.PaymentTable .paymentDialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog {
    width: 90%;
    padding: 20px;
  }
}
.Section.PaymentTable .paymentDialog::before {
  content: "";
  position: absolute;
  right: -21px;
  bottom: 80px;
  width: 21px;
  height: 32px;
  background: url(../images/dialog_arrow.png) no-repeat center/100%;
}
@media (max-width: 992px) {
  .Section.PaymentTable .paymentDialog::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog::before {
    display: block;
    left: 100px;
    right: auto;
    bottom: -26px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.Section.PaymentTable .paymentDialog .heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.Section.PaymentTable .paymentDialog .dialogList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0;
  color: #ff5441;
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog .dialogList {
    grid-template-columns: 1fr;
    margin: 10px 0;
  }
}
.Section.PaymentTable .paymentDialog .dialogList li {
  position: relative;
  margin: 0 auto;
}
.Section.PaymentTable .paymentDialog .dialogList li:first-child::before {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  width: 1px;
  height: 100%;
  inset: 0 -25px 0 auto;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog .dialogList li:first-child::before {
    display: none;
  }
}
.Section.PaymentTable .paymentDialog .dialogList time {
  color: #067a75;
  font-size: 20px;
  font-weight: 600;
}
.Section.PaymentTable .paymentDialog .dialogList abbr {
  font-size: 44px;
}
.Section.PaymentTable .paymentDialog .dialogList p {
  font-weight: 600;
  margin-top: -10px;
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog p {
    text-align: center;
  }
}
.Section.PaymentTable .paymentDialog p br {
  display: none;
}
@media (max-width: 576px) {
  .Section.PaymentTable .paymentDialog p br {
    display: block;
  }
}
.Section.PaymentTable .dialog_b {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 100%;
  max-width: 184px;
}
@media (max-width: 1200px) {
  .Section.PaymentTable .dialog_b {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .Section.PaymentTable .dialog_b {
    display: none;
  }
}
@media (max-width: 576px) {
  .Section.PaymentTable .dialog_b {
    display: block;
    right: 90px;
    bottom: -190px;
  }
}

.star_mark {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
.star_mark::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}

.Content-Feature {
  position: relative;
}
.Content-Feature::before, .Content-Feature::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.Content-Feature::before {
  width: 90px;
  height: 86px;
  top: 190px;
  left: -60px;
  background: url(../images/Feature_coin.png) no-repeat center/100%;
}
@media (max-width: 860px) {
  .Content-Feature::before {
    width: 80px;
    height: 76px;
  }
}
@media (max-width: 576px) {
  .Content-Feature::before {
    display: none;
  }
}
.Content-Feature::after {
  width: 96px;
  height: 99px;
  bottom: 70px;
  right: -40px;
  background: url(../images/Feature_house.png) no-repeat center/100%;
}
@media (max-width: 860px) {
  .Content-Feature::after {
    width: 76px;
    bottom: 40px;
    right: -50px;
  }
}
@media (max-width: 860px) and (max-width: 576px) {
  .Content-Feature::after {
    display: none;
  }
}
/*# sourceMappingURL=../map/app.css.map */
