@charset "UTF-8";
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +common
 *    +header
 *		=
 *    +main
 *		=
 *    +footer
 *		=
 *----------------------------------------------------------------------------- */
/* +common
 **---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +Breakpoint
 *    +Color
 *----------------------------------------------------------------------------- */
/* +Breakpoint
 **---------------------------------------------------------------------------- */
/* +Color
 **---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +Breakpoint
 *----------------------------------------------------------------------------- */
/* +Breakpoint
 **---------------------------------------------------------------------------- */
/* 引用範例：
  @include corner(120px,120px,url(../images/corner-shape-green.svg))
  代表：寬度120px，高度120px，背景圖片為corner-shape-green.svg */
/**
 **
 ** =header
 **
 ** */
/**
 **
 ** =main
 **
 ** */
/* == slogan 區塊 =====*/
.block-slogan {
  background: url(../images/homepage-visual-mobile.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 640px;
  height: 100vh;
  margin-bottom: 67px;
}

.block-slogan:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-image: url(../images/corner-shape-green.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-slogan section {
  height: 100%;
}

.slogan {
  padding-top: 105px;
  padding-bottom: 24px;
  width: 189px;
  margin: 0 auto;
}

.slogan img {
  width: 100%;
}

.slogan-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 240px);
}

.slogan-content p {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 2rem;
}

#appDownloadIndex {
  position: absolute;
  bottom: 25%;
}

@media screen and (min-width: 768px) {
  .block-slogan {
    margin-top: 60px;
    background: url(../images/homepage-visual.jpg) no-repeat center top;
    background-size: 106%;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 385px;
    height: 385px;
  }
  .slogan {
    width: 429px;
    padding-top: 115px;
  }
  .slogan-content {
    height: auto;
  }
  .slogan-content p {
    margin-bottom: 24px;
  }
  #appDownloadIndex {
    position: relative;
    bottom: auto;
  }
}

@media screen and (min-width: 1280px) {
  .block-slogan {
    min-height: 680px;
    height: 680px;
    margin-top: 0;
    background-size: cover;
  }
  .slogan {
    width: 432px;
    padding-top: 196px;
  }
}

/* == deposit 區塊 =====*/
.block-deposit {
  position: relative;
  margin-bottom: 104px;
}

.btn-arrow {
  display: none;
}

.deposit-list {
  height: auto;
  box-shadow: 0 20px 40px 0 rgba(100, 200, 20, 0.1);
  background-color: transparent;
  border-radius: 0 0 0 12px;
}

.deposit-list .deposit-item {
  display: block;
  height: auto;
  border-radius: 0 0 0 12px;
  background-color: #fff;
  overflow: hidden;
}

.deposit-list .deposit-item:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/corner-shape-green.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.deposit-list .deposit-item .deposit-img {
  width: 100%;
  height: auto;
}

.deposit-list .deposit-item .deposit-img img {
  width: 100%;
}

.deposit-list .deposit-item .deposit-content {
  display: block;
  width: 100%;
  height: 267px;
  padding: 16px 24px 24px 24px;
}

.deposit-list .deposit-item .deposit-content h3 {
  opacity: 0.08;
  padding-bottom: 12px;
}

.deposit-list .deposit-item .deposit-content h2 {
  padding-bottom: 12px;
}

.deposit-list .deposit-item .deposit-content p {
  padding-bottom: 12px;
}

.deposit-list .deposit-item .deposit-content .btn {
  position: absolute;
  bottom: 24px;
  width: 128px;
}

.deposit-slick-dots {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: start;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.deposit-slick-dots li {
  margin: 0 6px;
}

.deposit-slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(21, 33, 41, 0.2);
  text-indent: -9999px;
}

.deposit-slick-dots li.slick-active button {
  background-color: #152129;
}

@media screen and (min-width: 768px) {
  .block-deposit {
    top: 0;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .btn-arrow {
    display: block;
    position: absolute;
    width: 98px;
    height: 98px;
    z-index: 5;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-size: 100% 100%;
  }
  .btn-arrow-prev {
    top: 50%;
    left: -49px;
    transform: translateY(-50%);
    background-image: url("../images/sroll.png");
  }
  .btn-arrow-next {
    top: 50%;
    right: -49px;
    transform: rotate(180deg) translateY(57%);
    background-image: url("../images/sroll.png");
  }
  .deposit-list {
    height: auto;
    background-color: transparent;
    border-radius: 12px;
  }
  .deposit-list .deposit-item {
    display: flex;
    align-items: start;
    border-radius: 12px;
  }
  .deposit-list .deposit-item .deposit-img {
    width: 328px;
    min-width: 328px;
    height: 267px;
    overflow: hidden;
  }
  .deposit-list .deposit-item .deposit-img img {
    width: auto;
    height: 100%;
    transform: translateX(-12%);
  }
  .deposit-list .deposit-item .deposit-content {
    width: calc(100% - 328px);
    height: auto;
    margin: 16px 80px auto 40px;
    padding: 0;
  }
  .deposit-list .deposit-item .deposit-content h3 {
    padding-bottom: 12px;
  }
  .deposit-list .deposit-item .deposit-content h2 {
    padding-bottom: 12px;
  }
  .deposit-list .deposit-item .deposit-content p {
    padding-bottom: 24px;
  }
  .deposit-list .deposit-item .deposit-content .btn {
    position: relative;
    bottom: 0;
  }
  .deposit-list .deposit-item:after {
    content: none;
  }
  .deposit-slick-dots {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .block-deposit {
    top: -240px;
    margin-bottom: -140px;
    margin-top: 0;
  }
  .block-deposit .deposit-progress {
    display: block;
    position: absolute;
    left: 540px;
    bottom: 0;
    width: calc(100% - 540px);
    height: 24px;
    border-radius: 0 0 12px 0;
    overflow: hidden;
    z-index: 5;
  }
  .block-deposit .deposit-progress .progress-bar {
    display: block;
    position: relative;
    bottom: -18px;
    width: 0%;
    height: 6px;
    background-image: linear-gradient(to right, #64c814, #64cea3);
    transition-timing-function: linear;
  }
  .deposit-list .deposit-item {
    height: 320px;
  }
  .deposit-list .deposit-item .deposit-img {
    width: 100%;
    height: 320px;
    max-width: 540px;
    min-width: 540px;
    max-height: 320px;
  }
  .deposit-list .deposit-item .deposit-img img {
    height: 100%;
    width: 100%;
    transform: translateX(0);
  }
  .deposit-list .deposit-item .deposit-content {
    width: calc(100% - 540px);
    height: auto;
    margin: 32px 80px auto 40px;
    padding: 0;
  }
}

/* == banners 區塊 =====*/
.block-banners {
  margin-bottom: 79px;
}

.banners-list {
  height: auto;
  margin: 0 -24px;
}

.banners-list .banners-item {
  width: 100%;
  height: auto;
}

.banners-list .banners-item a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 75%;
}

.banners-list .banners-item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.banners-slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.banners-slick-dots li {
  margin: 0 6px;
}

.banners-slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
}

.banners-slick-dots li.slick-active button {
  background-color: #FFF;
}

@media screen and (min-width: 1280px) {
  .block-banners {
    margin-bottom: 140px;
    height: 420px !important;
  }
  .banners-list {
    max-height: 420px;
    margin: 0;
  }
  .banners-list .slick-list {
    height: 420px !important;
  }
  .banners-list .banners-item {
    max-height: 420px;
    border-radius: 12px;
    overflow: hidden;
  }
  .banners-list .banners-item a {
    padding-top: 0;
  }
  .banners-list .banners-item img {
    position: inherit;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: auto;
  }
  .banners-slick-dots li {
    margin: 0 6px;
  }
  .banners-slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

/* == knowledge + coin 共用區塊 =====*/
.figcation {
  border-radius: 12px 12px 0 12px;
}

.figcation .icon {
  margin-bottom: 16px;
  width: 48px;
}

.figcation h4 {
  margin-bottom: 12px;
}

.figcation p {
  margin-bottom: 32px;
}

.figure img {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .figcation .icon {
    width: 80px;
    margin-bottom: 24px;
  }
  .figcation p {
    margin-bottom: 48px;
  }
  .figure img {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* == knowledge 區塊 =====*/
.block-knowledge {
  width: 100%;
  margin-bottom: 80px;
}

.figcation-blue {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
  box-shadow: 0 20px 40px 0 rgba(0, 100, 200, 0.1);
  padding: 24px 24px 48px 24px;
}

.figcation-blue:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/corner-shape-blue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.figure-knowledge {
  position: relative;
  margin: -40px -24px 0 -24px;
  width: calc(100% + 48px);
}

@media screen and (min-width: 768px) {
  .figcation-blue {
    padding: 24px 60px 48px 60px;
  }
  .figcation-blue:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-image: url(../images/corner-shape-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .figure-knowledge {
    margin: -40px -40px 0 -40px;
    width: calc(100% + 80px);
  }
}

@media screen and (min-width: 1280px) {
  .block-knowledge {
    height: 542px;
    margin-bottom: 140px;
  }
  .block-knowledge img {
    width: 100%;
    left: 0;
  }
  .figcation-blue {
    left: -80px;
    bottom: 40px;
    width: 540px;
    height: 462px;
    padding: 80px;
  }
  .figcation-blue:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-image: url(../images/corner-shape-blue.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .figure-knowledge {
    position: absolute;
    top: 0;
    right: -180px;
    margin: 0;
    width: calc(100% + 180px);
    max-width: 1260px;
    height: 542px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
  }
  .figure-knowledge img {
    height: 100%;
  }
}

/* == coin 區塊 =====*/
.block-coin {
  width: 100%;
  margin-bottom: 80px;
}

.figcation-orange {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
  box-shadow: 0 20px 40px 0 rgba(255, 175, 0, 0.1);
  padding: 24px 24px 48px 24px;
}

.figcation-orange:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/corner-shape-orange.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.img-coin {
  width: calc(100% + 48px);
  display: flex;
  flex-direction: column;
  margin: 0 -24px;
}

.img-coin .figure-coin {
  position: relative;
  margin: -40px 0 0 0;
}

.img-coin .coin-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding: 20px 24px;
  border-radius: 0 0 12px 0;
  box-shadow: 0 10px 20px 0 rgba(21, 33, 41, 0.1);
}

.img-coin .coin-logo-list .coin-logo-item {
  width: 120px;
  max-width: 120px;
  height: 60px;
  max-height: 60px;
  padding-top: 20px;
}

.img-coin .coin-logo-list img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.img-coin .coin-logo-list p {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .figcation-orange {
    padding: 24px 60px 48px 60px;
  }
  .figcation-orange:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-image: url(../images/corner-shape-orange.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .img-coin {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .img-coin .figure-coin img {
    width: 100%;
  }
  .img-coin .coin-logo-list {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 0 0 12px 0;
    box-shadow: 0 10px 20px 0 rgba(21, 33, 41, 0.1);
  }
  .img-coin .coin-logo-list .coin-logo-item {
    padding-top: 0;
  }
  .img-coin .coin-logo-list p {
    width: 120px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .block-coin {
    height: 542px;
    margin-bottom: 140px;
  }
  .figcation-orange {
    float: right;
    right: -80px;
    top: -40px;
    width: 620px;
    height: 532px;
    padding: 80px 80px 80px 180px;
    z-index: 0;
  }
  .figcation-orange:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-image: url(../images/corner-shape-orange.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .img-coin {
    position: absolute;
    top: 0;
    left: -180px;
    height: 614px;
    width: calc((100% - 1080px) / 2 + 800px);
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .img-coin .figure-coin {
    position: relative;
    margin: 0;
    height: 100%;
    min-height: 534px;
    border-radius: 0 12px 0 0;
    overflow: hidden;
  }
}
