/* -----------------------------------------------------------
  .con-home-banner
----------------------------------------------------------- */
.con-home-banner {
  overflow: hidden;
  margin-bottom: 147px;
}
@media (max-width: 991px) {
  .con-home-banner {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-home-banner {
    margin-bottom: 16.5vw;
  }
}
.con-home-banner .box-banner {
  position: relative;
}
.con-home-banner .box-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 14.8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 65.25%;
}
.con-home-banner .box-txt .col-left {
  width: 41.1%;
  padding-left: 5.3vw;
  padding-bottom: 1vw;
}
.con-home-banner .box-txt .col-right {
  width: 52.9%;
}
.con-home-banner .box-txt .img-top-banner-text-l-pc {
  position: relative;
  top: 0.8vw;
}
.con-home-banner .con-logo-auto-scroll {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 7.45%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 1399px) {
  .con-home-banner .con-logo-auto-scroll {
    bottom: 4%;
  }
}
@media (max-width: 991px) {
  .con-home-banner .con-logo-auto-scroll {
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  .con-home-banner .con-logo-auto-scroll {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    max-width: 100%;
  }
}
.con-home-banner .img-btc-4 {
  padding: 23px 20px 0;
}
@media (max-width: 767px) {
  .con-home-banner .img-btc-4 {
    padding-top: 0;
    margin-bottom: 0.3vw;
  }
}
.con-home-banner .img-btc-4 img {
  width: 100%;
  max-width: 1196px;
  margin: auto;
}
@media (max-width: 767px) {
  .con-home-banner .img-btc-4 img {
    max-width: 100%;
  }
}
.con-home-banner .btn-apply-now {
  width: 80vw;
  margin: auto;
}
@media (max-width: 767px) {
  .con-home-banner .btn-apply-now {
    margin-bottom: 16.5vw;
  }
}

/* -----------------------------------------------------------
  .con-home-intro
----------------------------------------------------------- */
.con-home-intro {
  overflow: hidden;
  padding: 0 16px;
  margin: 0 auto 76px;
}
@media (max-width: 991px) {
  .con-home-intro {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .con-home-intro {
    padding: 0 3vw;
    margin-bottom: 10vw;
  }
}
.con-home-intro .box-get-btc-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1193px;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 {
    flex-wrap: wrap;
    margin-bottom: 20vw;
  }
}
.con-home-intro .box-get-btc-1 .col-thumb {
  width: 39.5%;
  padding-top: 139px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .col-thumb {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5vw;
  }
}
.con-home-intro .box-get-btc-1 .col-thumb .img-btc-2 {
  width: 100%;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .col-thumb .img-btc-2 {
    text-align: center;
  }
}
.con-home-intro .box-get-btc-1 .col-thumb .img-btc-2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .col-thumb .img-btc-2 img {
    width: 84vw;
  }
}
.con-home-intro .box-get-btc-1 .col-detail {
  width: 57.5%;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .col-detail {
    width: 100%;
  }
}
.con-home-intro .box-get-btc-1 .txt-title {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-title {
    text-align: center;
    margin-bottom: 7vw;
  }
}
.con-home-intro .box-get-btc-1 .txt-title .sm {
  display: block;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.07em;
  color: #000;
  padding-left: 7px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-1 .txt-title .sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-title .sm {
    font-weight: 500;
    font-size: 3.4941176471vw;
    color: #009f00;
    padding-left: 1vw;
    margin-bottom: 4vw;
  }
}
.con-home-intro .box-get-btc-1 .txt-title .lg {
  display: block;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.68;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 1199px) {
  .con-home-intro .box-get-btc-1 .txt-title .lg {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-1 .txt-title .lg {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-title .lg {
    font-size: 7.6352941176vw;
    line-height: 12.1647058824vw;
  }
}
.con-home-intro .box-get-btc-1 .txt-title .lg .sign {
  position: relative;
  top: -31px;
  font-size: 0.3em;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-title .lg .sign {
    top: -2vw;
  }
}
.con-home-intro .box-get-btc-1 .txt-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 auto 94px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-1 .txt-desc {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-desc {
    font-size: 4.2705882353vw;
    line-height: 8.4117647059vw;
    text-align: center;
    margin-bottom: 17.3vw;
  }
}
.con-home-intro .box-get-btc-1 .txt-desc p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .txt-desc p {
    margin-bottom: 1vw;
  }
}
.con-home-intro .box-get-btc-1 .box-link {
  display: flex;
  justify-content: space-between;
  max-width: 631px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .box-link {
    max-width: 75vw;
    margin: auto;
  }
}
.con-home-intro .box-get-btc-1 .box-link li {
  width: 33%;
  text-align: center;
}
.con-home-intro .box-get-btc-1 .box-link li a {
  text-decoration: none;
}
.con-home-intro .box-get-btc-1 .box-link li a:hover .ic-arrow {
  top: 5px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .box-link li a:hover .ic-arrow {
    top: 0.5vw;
  }
}
.con-home-intro .box-get-btc-1 .box-link li .img-btc {
  width: 113px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .box-link li .img-btc {
    width: 15.6vw;
    margin-bottom: 2.6vw;
  }
}
.con-home-intro .box-get-btc-1 .box-link li .md {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  color: #00a200;
  white-space: nowrap;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-1 .box-link li .md {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .box-link li .md {
    font-size: 2.9764705882vw;
    line-height: 4.7882352941vw;
    letter-spacing: -0.05em;
    margin-bottom: 3.5vw;
  }
}
.con-home-intro .box-get-btc-1 .box-link li .ic-arrow {
  position: relative;
  top: 0;
  color: #00a200;
  font-size: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-1 .box-link li .ic-arrow {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-1 .box-link li .ic-arrow {
    font-size: 4.3976471vw;
  }
}
.con-home-intro .box-get-btc-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  max-width: 1090px;
  margin: 0 auto 118px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 {
    flex-wrap: wrap;
    margin-bottom: 27vw;
  }
}
.con-home-intro .box-get-btc-2 #anchor-get-btc-2 {
  position: absolute;
  left: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 #anchor-get-btc-2 {
    top: -25vw;
  }
}
.con-home-intro .box-get-btc-2 .col-thumb {
  width: 13.8%;
  padding-top: 19px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .col-thumb {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10vw;
  }
}
.con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 {
  width: 100%;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 img {
    width: 16vw;
  }
}
.con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 .md {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
  color: #000;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 .md {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .col-thumb .img-btc-2 .md {
    font-size: 3.4941176471vw;
    line-height: 4.7882352941vw;
    color: #009f00;
    margin-top: 2vw;
  }
}
.con-home-intro .box-get-btc-2 .col-detail {
  width: 80%;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .col-detail {
    width: 100%;
  }
}
.con-home-intro .box-get-btc-2 .txt-title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .txt-title {
    text-align: center;
    margin-bottom: 7vw;
  }
}
.con-home-intro .box-get-btc-2 .txt-title .lg {
  display: block;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 1199px) {
  .con-home-intro .box-get-btc-2 .txt-title .lg {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-2 .txt-title .lg {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .txt-title .lg {
    font-size: 6.6vw;
    line-height: 12.1647058824vw;
  }
}
.con-home-intro .box-get-btc-2 .txt-desc {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #000;
  padding-left: 5px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .con-home-intro .box-get-btc-2 .txt-desc {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .txt-desc {
    max-width: 100%;
    font-size: 4.2705882353vw;
    line-height: 8.4117647059vw;
    text-align: center;
    padding-left: 0;
  }
}
.con-home-intro .box-get-btc-2 .txt-desc p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .txt-desc p {
    margin-bottom: 1vw;
  }
}
.con-home-intro .box-get-btc-2 .img-btc-3 {
  text-align: right;
  margin-top: -155px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-2 .img-btc-3 {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .img-btc-3 {
    text-align: center;
    margin-top: 4.5vw;
  }
}
.con-home-intro .box-get-btc-2 .img-btc-3 img {
  position: relative;
  left: 50px;
  width: 319px;
}
@media (max-width: 1199px) {
  .con-home-intro .box-get-btc-2 .img-btc-3 img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-2 .img-btc-3 img {
    left: 0;
    width: 57vw;
  }
}
.con-home-intro .box-get-btc-explain {
  position: relative;
  max-width: 1092px;
  background: #ececec;
  border-radius: 30px;
  padding: 77px 57px 51px;
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-explain {
    padding: 51px 35px 51px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain {
    max-width: 84.2vw;
    border-radius: 3vw;
    padding: 3vw 5vw 6.3vw;
    margin-bottom: 10.5vw;
  }
}
.con-home-intro .box-get-btc-explain .txt-title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 30px;
  color: #000;
  padding-left: 5px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .txt-title {
    font-size: 4.5294117647vw;
    line-height: 5.8235294118vw;
    padding-left: 7.3vw;
    margin-bottom: 1.9vw;
  }
}
.con-home-intro .box-get-btc-explain .txt-sub-title {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000;
  padding-left: 5px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .txt-sub-title {
    font-size: 1.9411764706vw;
    line-height: 1.8;
    padding-left: 8.3vw;
    margin-bottom: -1.1vw;
  }
}
.con-home-intro .box-get-btc-explain .img-tables {
  position: absolute;
  right: 41px;
  top: 63px;
  text-align: center;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-explain .img-tables {
    top: 123px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .img-tables {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: -6.8vw;
  }
}
.con-home-intro .box-get-btc-explain .img-tables img {
  width: 396px;
}
@media (max-width: 991px) {
  .con-home-intro .box-get-btc-explain .img-tables img {
    width: 326px;
  }
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .img-tables img {
    width: 63.3vw;
  }
}
.con-home-intro .box-get-btc-explain .box-info {
  max-width: 611px;
  background: #fff;
  border-radius: 15px;
  padding: 52px 38px 71px;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .box-info {
    border-radius: 2vw;
    padding: 7.5vw 2vw 8.6vw 7vw;
    margin-bottom: 6vw;
  }
}
.con-home-intro .box-get-btc-explain .box-info .txt-1 {
  max-width: 439px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .box-info .txt-1 {
    max-width: 100%;
    font-size: 4.2705882353vw;
    border-bottom-width: 0.3vw;
    padding-bottom: 1vw;
    margin-bottom: 3vw;
  }
}
.con-home-intro .box-get-btc-explain .box-info .txt-2 {
  font-weight: 700;
  font-size: 36px;
  color: #ff0000;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .box-info .txt-2 {
    font-size: 5.0470588235vw;
    margin-bottom: 3vw;
  }
}
.con-home-intro .box-get-btc-explain .box-info .txt-3 {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .box-info .txt-3 {
    font-size: 3.4941176471vw;
  }
}
.con-home-intro .box-get-btc-explain .txt-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #000;
  text-align: justify;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .con-home-intro .box-get-btc-explain .txt-desc {
    font-size: 2.8470588235vw;
    line-height: 4.0117647059vw;
    letter-spacing: -0.03em;
    padding: 0;
  }
}

/* -----------------------------------------------------------
  .con-whats-btc-mobile
----------------------------------------------------------- */
.con-whats-btc-mobile {
  position: relative;
  overflow: hidden;
  padding-bottom: 241px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile {
    padding-bottom: 15.5vw;
  }
}
.con-whats-btc-mobile:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 20px);
  background: #019f02;
}
.con-whats-btc-mobile .box-wrapper {
  position: relative;
}
.con-whats-btc-mobile .box-img-whats-btc-mobile {
  position: relative;
  margin-bottom: 186px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile {
    margin-bottom: 230px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile {
    margin-bottom: 21vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile {
    margin-bottom: 17.5vw;
  }
}
.con-whats-btc-mobile .box-img-whats-btc-mobile .img-chat {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: auto;
}
@media (max-width: 1699px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile .img-chat {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile .img-chat {
    width: 38%;
    bottom: -7vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-img-whats-btc-mobile .img-chat {
    width: 91vw;
    bottom: -1vw;
    transform: translate(-49%, 0);
  }
}
.con-whats-btc-mobile .title-section {
  font-weight: 700;
  font-size: 128px;
  line-height: 0.97;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 103px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .title-section {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .title-section {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .title-section {
    font-size: 13.2vw;
    margin-bottom: 10.3vw;
  }
}
.con-whats-btc-mobile .title-section .lg {
  display: block;
  font-size: 1.6em;
}
.con-whats-btc-mobile .title-section .md {
  display: block;
  font-size: 0.8em;
}
.con-whats-btc-mobile .box-btns {
  display: flex;
  flex-direction: column;
  max-width: 805px;
  padding: 0 20px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-btns {
    max-width: 80vw;
    margin: 0 auto 11.5vw;
  }
}
.con-whats-btc-mobile .box-btns .button {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-btns .button {
    margin-bottom: 3.5vw;
  }
}
.con-whats-btc-mobile .box-btns .button.btn-outline-white {
  padding-left: 93px;
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-btns .button.btn-outline-white {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-btns .button.btn-outline-white {
    padding-left: 7vw;
  }
}
.con-whats-btc-mobile .box-btns .button.btn-yellow {
  margin-top: 58px;
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-btns .button.btn-yellow {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-btns .button.btn-yellow {
    margin-top: 5.2vw;
  }
}
.con-whats-btc-mobile .box-point {
  position: relative;
  max-width: 1085px;
  background: #fff;
  border-radius: 40px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point {
    max-width: 80vw;
    border-radius: 5vw;
  }
}
.con-whats-btc-mobile .box-point .label-point {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .label-point {
    margin-bottom: 3vw;
  }
}
.con-whats-btc-mobile .box-point .label-point span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 228px;
  height: 63px;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  background: #00a200;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .label-point span {
    min-width: 24vw;
    height: 5.6vw;
    font-size: 2.9764705882vw;
    border-radius: 10vw;
  }
}
.con-whats-btc-mobile .box-point .title-point {
  font-weight: 600;
  font-size: 31px;
  color: #00a200;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point .title-point {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .title-point {
    font-size: 3.4941176471vw;
  }
}
.con-whats-btc-mobile .box-point .box-list {
  margin-bottom: 81px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list {
    margin-bottom: 3.3vw;
  }
}
.con-whats-btc-mobile .box-point .box-list .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  height: 225px;
  background: #cceccc;
  border: 1px solid #009d00;
  border-radius: 15px;
  margin: 0 auto 23px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .item {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 45.5vw;
    height: 45.5vw;
    border-radius: 50%;
    padding-top: 3vw;
    margin-bottom: 2.5vw;
  }
}
.con-whats-btc-mobile .box-point .box-list .col-number {
  width: 15.68%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .col-number {
    width: 44%;
    align-self: center;
  }
}
.con-whats-btc-mobile .box-point .box-list .col-title {
  width: 34.85%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .col-title {
    width: 56%;
    align-self: center;
  }
}
.con-whats-btc-mobile .box-point .box-list .col-desc {
  width: 49.47%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .col-desc {
    width: 100%;
    margin-top: -5vw;
  }
}
.con-whats-btc-mobile .box-point .box-list .txt-number {
  font-weight: bold;
  font-size: 182px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point .box-list .txt-number {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-point .box-list .txt-number {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-number {
    width: 12vw;
    font-size: 16.9529411765vw;
    margin-right: 0;
    margin-left: auto;
  }
}
.con-whats-btc-mobile .box-point .box-list .title-item {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5666666667;
  color: #00a200;
  margin: 0;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point .box-list .title-item {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-point .box-list .title-item {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .title-item {
    font-size: 3.1058823529vw;
    line-height: 4.4vw;
  }
}
.con-whats-btc-mobile .box-point .box-list .txt-desc {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  color: #00a200;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc {
    max-width: 75%;
    font-size: 2.5882352941vw;
    line-height: 1.8;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc.for-3 {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc .sign-1 {
    margin-right: -1vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc .sign-2 {
    margin-left: -1vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .txt-desc .sign-3 {
    margin-right: -1vw;
  }
}
.con-whats-btc-mobile .box-point .box-list .txt-desc .sm {
  font-size: 0.7em;
}
.con-whats-btc-mobile .box-point .box-list .ic-double-down-caret {
  position: absolute;
  left: 8.68%;
  bottom: -12px;
  transform: translate(-50%, 0);
  width: 34px;
  z-index: 2;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point .box-list .ic-double-down-caret {
    left: 50%;
    bottom: -6.5vw;
    transform: translate(-50%, 0);
    width: 5.6941176471vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 {
  padding: 119px 30px 87px;
  margin-bottom: 39px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point.box-point-1 {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 {
    padding: 7.7vw 0 5vw;
    margin-bottom: 6vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 #anchor-point-1 {
  position: absolute;
  left: 0;
  top: -110px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 #anchor-point-1 {
    top: -20vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .label-point {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .label-point {
    padding-left: 5vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .title-point {
  padding-left: 50px;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .title-point {
    padding-left: 5vw;
    margin-bottom: 4.8vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .img-chat {
  position: relative;
  text-align: center;
}
.con-whats-btc-mobile .box-point.box-point-1 .img-chat img {
  position: relative;
  width: 99%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .img-chat img {
    left: 1vw;
    width: 97.3%;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .img-chat span {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
  color: #000;
  text-align: left;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point.box-point-1 .img-chat span {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .img-chat span {
    font-size: 2.8470588235vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .img-chat span.md-1 {
  position: absolute;
  left: 38%;
  top: 17%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .img-chat span.md-1 {
    left: 32vw;
    top: 5.5vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-1 .img-chat span.md-2 {
  position: absolute;
  left: 37.5%;
  top: 50%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-1 .img-chat span.md-2 {
    left: 29vw;
    top: 20vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 {
  padding: 118px 37px 160px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point.box-point-2 {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 {
    padding: 7vw 1vw 4vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 #anchor-point-2 {
  position: absolute;
  left: 0;
  top: -110px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 #anchor-point-2 {
    top: -20vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .box-txt {
  max-width: 92%;
  margin: auto;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .box-txt {
    max-width: 91%;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .label-point {
  padding-left: 22px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .label-point {
    padding-left: 3.5vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .title-point {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .title-point {
    margin-bottom: 2vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .txt-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #00a200;
  text-align: justify;
  margin-bottom: 77px;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point.box-point-2 .txt-desc {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .con-whats-btc-mobile .box-point.box-point-2 .txt-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .txt-desc {
    font-size: 3.2352941176vw;
    line-height: 5.6941176471vw;
    letter-spacing: -0.04em;
    margin-bottom: 5.2vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .img-chat {
  position: relative;
}
.con-whats-btc-mobile .box-point.box-point-2 .img-chat img {
  width: 100%;
}
.con-whats-btc-mobile .box-point.box-point-2 .img-chat span {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1199px) {
  .con-whats-btc-mobile .box-point.box-point-2 .img-chat span {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .img-chat span {
    font-size: 2.8470588235vw;
    line-height: 1.8;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .img-chat span.md-1 {
  position: absolute;
  left: 37%;
  top: 12%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .img-chat span.md-1 {
    left: 30vw;
    top: 3vw;
  }
}
.con-whats-btc-mobile .box-point.box-point-2 .img-chat span.md-2 {
  position: absolute;
  left: 42.5%;
  top: 58%;
}
@media (max-width: 767px) {
  .con-whats-btc-mobile .box-point.box-point-2 .img-chat span.md-2 {
    left: 30vw;
    top: 21vw;
  }
}

/* -----------------------------------------------------------
  .con-plan
----------------------------------------------------------- */
.con-plan {
  overflow: hidden;
  padding: 121px 16px 245px;
}
@media (max-width: 1199px) {
  .con-plan {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .con-plan {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-plan {
    padding: 18vw 0 17vw;
  }
}
.con-plan .box-plan-table {
  position: relative;
  max-width: 1095px;
  background: #ececec;
  border-radius: 40px;
  padding: 82px 75px 55px;
  margin: 0 auto 147px;
}
@media (max-width: 1199px) {
  .con-plan .box-plan-table {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-plan-table {
    padding: 52px 5% 55px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table {
    max-width: 84.5vw;
    border-radius: 3vw;
    padding: 7.5vw 5vw 16vw;
    margin-bottom: 15.8vw;
  }
}
.con-plan .box-plan-table .txt-title {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .txt-title {
    font-size: 4.5294117647vw;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 7vw;
  }
}
.con-plan .box-plan-table .box-table {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 69px 79px 62px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .con-plan .box-plan-table .box-table {
    padding: 69px 59px 62px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-plan-table .box-table {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table {
    border-radius: 4vw;
    padding: 0 3vw;
  }
}
.con-plan .box-plan-table .box-table li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li {
    border-bottom: 0.3vw solid #cdcdcd;
    padding: 3.6vw 0 3.8vw;
    margin-bottom: 0;
  }
}
.con-plan .box-plan-table .box-table li:last-of-type {
  border-bottom: 0;
}
.con-plan .box-plan-table .box-table li .col-data {
  width: 30%;
}
@media (max-width: 1199px) {
  .con-plan .box-plan-table .box-table li .col-data {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .col-data {
    width: 37.81%;
    padding-left: 1.2vw;
  }
}
.con-plan .box-plan-table .box-table li .col-price-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .con-plan .box-plan-table .box-table li .col-price-wrapper {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .col-price-wrapper {
    width: 62.19%;
    flex-wrap: wrap;
  }
}
.con-plan .box-plan-table .box-table li .col-price {
  width: 45.3%;
  text-align: right;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .col-price {
    width: 100%;
    text-align: left;
  }
}
.con-plan .box-plan-table .box-table li .col-desc {
  width: 54.7%;
  text-align: right;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .col-desc {
    width: 100%;
    text-align: left;
  }
}
.con-plan .box-plan-table .box-table li .txt-data .md-1 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-data .md-1 {
    font-size: 5.3058823529vw;
  }
}
.con-plan .box-plan-table .box-table li .txt-data .md-1 .unit {
  font-size: 0.7em;
}
.con-plan .box-plan-table .box-table li .txt-data .md-2 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-data .md-2 {
    font-size: 5.3058823529vw;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-data .md-2 .unit {
    font-size: 0.7em;
  }
}
.con-plan .box-plan-table .box-table li .txt-data .md-3 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.04em;
  color: #000;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-data .md-3 {
    font-size: 4.0117647059vw;
    line-height: 5.5647058824vw;
  }
}
.con-plan .box-plan-table .box-table li .txt-price {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.04em;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-price {
    font-weight: 300;
    font-size: 4.7882352941vw;
  }
}
.con-plan .box-plan-table .box-table li .txt-price .price {
  font-weight: 600;
}
.con-plan .box-plan-table .box-table li .txt-price .price .unit {
  font-size: 0.7em;
}
.con-plan .box-plan-table .box-table li .txt-price .left {
  margin-left: -5px;
}
@media (max-width: 991px) {
  .con-plan .box-plan-table .box-table li .txt-price .left {
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-price .left {
    margin-left: -0.5vw;
  }
}
.con-plan .box-plan-table .box-table li .txt-price .sm-1 {
  font-size: 0.7em;
}
.con-plan .box-plan-table .box-table li .txt-price .sm-2 {
  font-size: 0.6em;
}
.con-plan .box-plan-table .box-table li .txt-price .sm-3 {
  font-size: 0.8em;
}
.con-plan .box-plan-table .box-table li .txt-desc {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li .txt-desc {
    font-size: 2.5882352941vw;
  }
}
.con-plan .box-plan-table .box-table li.divider {
  border-bottom: 2px solid #515151;
  margin-top: 61px;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .con-plan .box-plan-table .box-table li.divider {
    display: none;
    border-bottom-width: 0.3vw;
  }
}
.con-plan .box-highlight {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .con-plan .box-highlight {
    flex-wrap: wrap;
  }
}
.con-plan .box-highlight .col-thumb {
  width: 13.8%;
  padding-top: 61px;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .col-thumb {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .col-thumb {
    margin-bottom: 10vw;
  }
}
.con-plan .box-highlight .col-thumb .img-btc-2 {
  width: 100%;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .col-thumb .img-btc-2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight .col-thumb .img-btc-2 img {
    width: 158px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .col-thumb .img-btc-2 img {
    width: 15.8vw;
  }
}
.con-plan .box-highlight .col-thumb .img-btc-2 .md {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #009f00;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .col-thumb .img-btc-2 .md {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .col-thumb .img-btc-2 .md {
    font-size: 3.4941176471vw;
    line-height: 4.7882352941vw;
    margin-top: 2vw;
  }
}
.con-plan .box-highlight .col-detail {
  width: 80%;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .col-detail {
    width: 100%;
  }
}
.con-plan .box-highlight .txt-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .txt-title {
    text-align: center;
    margin-bottom: 320px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .txt-title {
    margin-bottom: 5vw;
  }
}
.con-plan .box-highlight .txt-title .lg {
  display: block;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight .txt-title .lg {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .txt-title .lg {
    font-size: 6.6vw;
    line-height: 12.1647058824vw;
  }
}
.con-plan .box-highlight .txt-desc {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #000;
  padding-left: 9px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .txt-desc {
    text-align: center;
    padding-left: 0;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .txt-desc {
    font-size: 4.2705882353vw;
    line-height: 8.4117647059vw;
    text-align: center;
    padding-left: 0;
    margin-bottom: 24vw;
  }
}
.con-plan .box-highlight .txt-desc p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .con-plan .box-highlight .txt-desc p {
    margin-bottom: 1vw;
  }
}
.con-plan .box-highlight .txt-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  left: 6px;
  z-index: 2;
  overflow: visible;
  min-width: 300px;
  height: 72px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.16em;
  color: #00a200;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  outline: 0;
  border-radius: 80px;
  box-shadow: inset 0 0 0 1px #18a049;
  text-align: center;
  padding: 0 20px;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .con-plan .box-highlight .txt-2 {
    display: flex;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .txt-2 {
    display: flex;
    left: 0;
    min-width: 0;
    width: 80vw;
    height: 13vw;
    font-size: 4.2705882353vw;
    border-radius: 15vw;
    box-shadow: inset 0 0 0 0.3vw #18a049;
    padding: 0 2.5882352941vw;
    margin: auto;
  }
}
.con-plan .box-highlight .txt-2:hover {
  background: rgba(24, 160, 73, 0.1);
}
.con-plan .box-highlight .img-sim-and-btc {
  position: absolute;
  right: -62px;
  top: 110px;
  text-align: right;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight .img-sim-and-btc {
    top: 130px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight .img-sim-and-btc {
    right: 50%;
    top: 600px;
    transform: translate(50%, 0);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .img-sim-and-btc {
    right: 0;
    top: 90vw;
    transform: none;
  }
}
.con-plan .box-highlight .img-sim-and-btc img {
  width: 607px;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight .img-sim-and-btc img {
    width: 507px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight .img-sim-and-btc img {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .img-sim-and-btc img {
    width: 100%;
  }
}
.con-plan .box-highlight .img-wave-and-btc {
  position: absolute;
  right: -25px;
  top: -6px;
  text-align: right;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight .img-wave-and-btc {
    top: 16px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight .img-wave-and-btc {
    right: 50%;
    top: 530px;
    transform: translate(50%, 0);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .img-wave-and-btc {
    right: 0;
    top: 79.9vw;
    transform: none;
  }
}
.con-plan .box-highlight .img-wave-and-btc img {
  width: 577px;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight .img-wave-and-btc img {
    width: 477px;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight .img-wave-and-btc img {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight .img-wave-and-btc img {
    width: 100%;
  }
}
.con-plan .box-highlight.box-highlight-1 {
  margin-bottom: 179px;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight.box-highlight-1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-1 {
    margin-bottom: 16.3vw;
  }
}
.con-plan .box-highlight.box-highlight-1 #anchor-highlight-1 {
  position: absolute;
  left: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-1 #anchor-highlight-1 {
    top: -25vw;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-1 .txt-title {
    margin-bottom: 81vw;
  }
}
.con-plan .box-highlight.box-highlight-2 {
  margin-bottom: 223px;
}
@media (max-width: 1199px) {
  .con-plan .box-highlight.box-highlight-2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-2 {
    margin-bottom: 1.5vw;
  }
}
.con-plan .box-highlight.box-highlight-2 #anchor-highlight-2 {
  position: absolute;
  left: 0;
  top: -150px;
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-2 #anchor-highlight-2 {
    top: -25vw;
  }
}
.con-plan .box-highlight.box-highlight-2 .col-thumb {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-2 .col-thumb {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight.box-highlight-2 .txt-title {
    margin-bottom: 300px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-2 .txt-title {
    margin-bottom: 86.5vw;
  }
}
@media (max-width: 991px) {
  .con-plan .box-highlight.box-highlight-2 .txt-desc {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-highlight.box-highlight-2 .txt-desc {
    margin-bottom: 24vw;
  }
}
.con-plan .box-bottom-btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1105px;
  margin: auto;
}
@media (max-width: 991px) {
  .con-plan .box-bottom-btns {
    flex-direction: column;
    gap: 20px 0;
    max-width: 543px;
  }
}
@media (max-width: 767px) {
  .con-plan .box-bottom-btns {
    flex-direction: column;
    gap: 4.5vw 0;
    max-width: 100%;
    padding: 0 10vw;
  }
}
.con-plan .box-bottom-btns .button {
  width: 49.2%;
  height: 85px;
}
@media (max-width: 1199px) {
  .con-plan .box-bottom-btns .button {
    font-size: 30px;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 991px) {
  .con-plan .box-bottom-btns .button {
    width: 100%;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .con-plan .box-bottom-btns .button {
    height: 13.5vw;
    width: 100%;
  }
}

/* -----------------------------------------------------------
  .test
----------------------------------------------------------- */