@charset "UTF-8";
#wrap {
  max-width: 100% !important;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

*:lang(zh-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#footer .footer_state_area {
  max-width: 1420px;
  margin: 0 auto;
}

.green {
  color: #0d4b3a;
}

.yellow {
  color: #e6c04c;
}

.section {
  max-width: 1350px;
  padding: 45px 15px 0;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section {
    padding: 95px 15px 0;
  }
}

#leading {
  background: rgb(158, 208, 167);
  background: linear-gradient(135deg, rgba(158, 208, 167, 0.35) 0%, rgba(4, 84, 65, 0.3505777311) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ed0a7",endColorstr="#045441",GradientType=1);
}
#leading .reminder {
  color: #2d2d2d;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #333333;
  text-align: left;
  margin-bottom: 45px;
}
@media (min-width: 971px) {
  #leading .reminder {
    margin-bottom: 45px;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 971px) {
  #leading .section {
    padding: 45px 15px 0;
  }
}
#leading .leading-title {
  color: #0d4b3a;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  #leading .leading-title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 40px;
  }
}
#leading .leading-subtitle {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  #leading .leading-subtitle {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
#leading .leading-desc p {
  margin-bottom: 15px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 971px) {
  #leading .leading-desc p {
    font-size: 24px;
    line-height: 40px;
  }
}
#leading .leading-desc p:last-child {
  margin-bottom: 0;
}
#leading .leading-desc.first {
  padding-bottom: 50px;
}
@media (min-width: 971px) {
  #leading .leading-desc.first {
    padding-bottom: 70px;
  }
}
#leading .leading_2 {
  padding-bottom: 85px;
}
@media (min-width: 971px) {
  #leading .leading_2 {
    padding-bottom: 170px;
  }
}
#leading .leading_2 .leading-subtitle {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  #leading .leading_2 .leading-subtitle {
    margin-bottom: 25px;
  }
}
#leading .leading_2_inner {
  background: #fff;
  border-radius: 30px;
  padding: 55px 55px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 971px) {
  #leading .leading_2_inner {
    padding: 55px 100px;
  }
}
#leading .leading_2_inner:before {
  content: "";
  background: url("../images/star-left.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 25px;
  width: 42px;
  height: 46px;
  top: 15px;
  z-index: 1;
}
@media (min-width: 971px) {
  #leading .leading_2_inner:before {
    left: 35px;
    width: 83px;
    height: 97px;
    top: 35px;
  }
}
#leading .leading_2_inner:after {
  content: "";
  background: url("../images/star-right.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 25px;
  width: 42px;
  height: 46px;
  bottom: 15px;
  z-index: 1;
}
@media (min-width: 971px) {
  #leading .leading_2_inner:after {
    right: 35px;
    width: 83px;
    height: 97px;
    bottom: 35px;
  }
}

#step {
  position: relative;
}

.step-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90%;
}
@media (min-width: 971px) {
  .step-header {
    width: -moz-max-content;
    width: max-content;
    max-width: 80%;
  }
}
.step-header-inner {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #def9a1;
  border-radius: 100px;
  box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 971px) {
  .step-header-inner {
    padding: 15px 110px 15px 80px;
  }
}
.step-header-icon img {
  width: 50px;
  min-width: 50px;
}
@media (min-width: 971px) {
  .step-header-icon img {
    width: 78px;
    min-width: 78px;
  }
}
.step-header-text {
  padding-left: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
  text-align: left;
}
@media (min-width: 971px) {
  .step-header-text {
    text-align: center;
    padding-left: 15px;
    font-size: 35px;
    line-height: 50px;
  }
}
.step-header-text span.green {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 971px) {
  .step-header-text span.green {
    font-size: 40px;
    line-height: 55px;
  }
}
.step-title {
  padding: 50px 0 30px;
  font-size: 24px;
  line-height: 28px;
  color: #055541;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 971px) {
  .step-title {
    padding: 55px 0 110px;
    font-size: 45px;
    line-height: 54px;
  }
}

#step {
  padding-bottom: 45px;
}
@media (min-width: 971px) {
  #step {
    padding-bottom: 95px;
  }
}

.step-item-container {
  position: relative;
}
.step-item {
  border-radius: 30px;
  padding: 50px 30px 30px;
  box-shadow: 1px 0px 8px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  background: #fff;
  position: relative;
}
@media (max-width: 970px) {
  .step-item {
    display: none;
  }
}
@media (min-width: 971px) {
  .step-item {
    width: 25%;
  }
}
@media (max-width: 970px) {
  .step-item.active {
    display: block;
  }
}
@media (min-width: 971px) {
  .step-item:before {
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -37px;
    font-size: 44px;
    line-height: 52px;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    width: 74px;
    height: 74px;
    color: #fff;
    font-weight: 700;
    z-index: 2;
  }
}
@media (min-width: 971px) {
  .step-item[data-step="1"]:before {
    content: "1";
    background: #146028;
  }
}
@media (min-width: 971px) {
  .step-item[data-step="2"]:before {
    content: "2";
    background: #37aa49;
  }
}
@media (min-width: 971px) {
  .step-item[data-step="3"]:before {
    content: "3";
    background: #9cc541;
  }
}
@media (min-width: 971px) {
  .step-item:hover {
    transform: scale(1.2);
  }
}
@media (min-width: 971px) {
  .step-item-inner {
    display: flex;
    justify-content: space-between;
  }
}
.step-item-img {
  width: 220px;
  margin: 0 auto 20px;
}
@media (min-width: 971px) {
  .step-item-img {
    width: 170px;
    margin: 0 auto 20px;
  }
}
.step-item-img img {
  max-width: 220px;
  width: 100%;
}
.step-item-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #146028;
  text-align: center;
  font-weight: 700;
}
.step-item-desc {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
.step-item-line {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background: rgb(20, 96, 40);
  background: linear-gradient(135deg, rgb(20, 96, 40) 0%, rgb(55, 170, 73) 50%, rgb(156, 197, 65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146028",endColorstr="#9cc541",GradientType=1);
}
.step-item-nav {
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  margin: 0 auto -32px;
}
@media (min-width: 971px) {
  .step-item-nav {
    display: none;
  }
}
.step-item-nav-line {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background: rgb(20, 96, 40);
  background: linear-gradient(135deg, rgb(20, 96, 40) 0%, rgb(55, 170, 73) 50%, rgb(156, 197, 65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146028",endColorstr="#9cc541",GradientType=1);
}
.step-item-nav-item {
  font-size: 38px;
  line-height: 34px;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 3px solid;
  font-weight: 700;
  z-index: 2;
}
.step-item-nav-item[data-nav="1"] {
  color: #146028;
  border-color: #146028;
}
.step-item-nav-item[data-nav="1"].active {
  background: #146028;
}
.step-item-nav-item[data-nav="2"] {
  color: #37aa49;
  border-color: #37aa49;
}
.step-item-nav-item[data-nav="2"].active {
  background: #37aa49;
}
.step-item-nav-item[data-nav="3"] {
  color: #9cc541;
  border-color: #9cc541;
}
.step-item-nav-item[data-nav="3"].active {
  background: #9cc541;
}
.step-item-nav-item.active {
  color: #fff;
}

#guide {
  background: rgb(158, 208, 167);
  background: linear-gradient(135deg, rgba(158, 208, 167, 0.35) 0%, rgba(4, 84, 65, 0.3505777311) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ed0a7",endColorstr="#045441",GradientType=1);
  padding-bottom: 45px;
}
@media (min-width: 971px) {
  #guide {
    padding-bottom: 95px;
  }
}

.guide-title {
  color: #0d4b3a;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .guide-title {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
.guide-desc {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .guide-desc {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}

@media (min-width: 971px) {
  .swiper-and-content {
    display: flex;
  }
}

@media (min-width: 971px) {
  .swiper {
    width: 45%;
    margin-right: 5%;
  }
}
.swiper .swiper-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 280px;
}
@media (min-width: 971px) {
  .swiper .swiper-frame {
    width: 340px;
  }
}
.swiper .swiper-slide img {
  width: 284px;
  padding: 3px 0;
}
@media (min-width: 971px) {
  .swiper .swiper-slide img {
    width: 340px;
    padding: 3px 0;
  }
}
.swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: url("../images/slider-arrow.png") no-repeat;
  width: 15px;
  height: 26px;
}

.guide-container {
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 971px) {
  .guide-container {
    padding: 0 0px 0;
    width: 50%;
    margin-top: 0px;
    display: flex;
    align-items: center;
  }
}
.guide-inner {
  position: relative;
}
.guide-item {
  padding-left: 60px;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  position: relative;
  text-align: left;
  padding-bottom: 30px;
  margin-left: 17px;
  min-height: 36px;
  display: flex;
  align-items: center;
}
@media (min-width: 971px) {
  .guide-item {
    padding-left: 85px;
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 80px;
    min-height: 66px;
  }
}
.guide-item > div {
  min-height: 36px;
}
@media (min-width: 971px) {
  .guide-item > div {
    min-height: 66px;
  }
}
.guide-item:last-child {
  padding-bottom: 0;
}
.guide-item:last-child:before {
  content: none;
}
.guide-item.active:after {
  color: #fff;
  background: #146028;
  border: 2px solid #146028;
}
.guide-item[data-step="1"]:after {
  content: "1";
}
.guide-item[data-step="2"]:after {
  content: "2";
}
.guide-item[data-step="3"]:after {
  content: "3";
}
.guide-item:after {
  position: absolute;
  top: 15px;
  left: 0%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 29px;
  border-radius: 100px;
  padding: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  color: #146028;
  font-weight: 700;
  border: 2px solid #146028;
  z-index: 2;
}
@media (min-width: 971px) {
  .guide-item:after {
    top: 25px;
    width: 66px;
    height: 66px;
    font-size: 40px;
    line-height: 58px;
  }
}
.guide-item:before {
  position: absolute;
  left: 18px;
  top: 37px;
  content: "";
  height: calc(100% - 43px);
  width: 0;
  border-left: 2px solid #146028;
}
@media (min-width: 971px) {
  .guide-item:before {
    left: 33px;
    top: 66px;
    height: calc(100% - 80px);
  }
}
.guide-item-line {
  padding: 15px 0;
  border-left: 2px solid #146028;
  margin-left: 31px;
}
@media (min-width: 971px) {
  .guide-item-line {
    padding: 40px 0;
    margin-left: 31px;
  }
}

.app {
  max-width: 420px;
  margin: 0px auto;
}
@media (min-width: 971px) {
  .app {
    max-width: 520px;
  }
}
.app-header {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #055541;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .app-header {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 44px;
  }
}
.app-desc {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .app-desc {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
  }
}
.app-footer {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}
@media (min-width: 971px) {
  .app-footer {
    font-size: 24px;
    line-height: 40px;
  }
}
.app-footer p {
  color: #333333;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .app-footer p {
    margin-bottom: 20px;
  }
}
.app-footer p:last-child {
  margin-bottom: 0;
}
.app-footer p a {
  color: #2d2d2d;
}
.app-inner {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .app-inner {
    margin-bottom: 50px;
  }
}
.app-icon.first {
  margin-right: 10px;
}
.app-icon.first img {
  width: 95px;
  min-width: 95px;
}
@media (min-width: 971px) {
  .app-icon.first img {
    width: 112px;
    min-width: 112px;
  }
}
.app-icon.second .app-icon-inner {
  margin-bottom: 5px;
}
.app-icon.second .app-icon-inner img {
  width: 320px;
  min-width: 320px;
}
@media (min-width: 971px) {
  .app-icon.second .app-icon-inner img {
    width: 398px;
    min-width: 398px;
  }
}
.app-icon.second .app-icon-inner.second {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.app-icon.second .app-icon-inner.second .app-icon-store img {
  width: 156px;
  min-width: 156px;
}
@media (min-width: 971px) {
  .app-icon.second .app-icon-inner.second .app-icon-store img {
    width: 196px;
    min-width: 196px;
  }
}

.qna-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #055541;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .qna-title {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 54px;
  }
}

.qna {
  border-radius: 5px;
  text-align: left;
  color: #2d2d2d;
}
.qna-header {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  padding: 15px 25px;
  padding-right: 30px;
}
@media (min-width: 971px) {
  .qna-header {
    padding: 25px 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 34px;
  }
}
.qna-header:before {
  content: "Q. ";
  margin-left: -22px;
}
@media (min-width: 971px) {
  .qna-header:before {
    margin-left: -30px;
  }
}
.qna-header span {
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  display: block;
  font-size: 0;
  line-height: 0;
  margin-top: -7px;
}
@media (min-width: 971px) {
  .qna-header span {
    margin-top: -7px;
  }
}
.qna-header span img {
  width: 25px;
}
.qna-header.showContent span {
  transform: rotate(0deg);
}
.qna-content {
  transition: max-height 0.2s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  border-bottom: 1px solid #333333;
}
.qna-content-inner {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 15px 5px;
  padding-right: 20px;
}
@media (min-width: 971px) {
  .qna-content-inner {
    line-height: 36px;
    font-size: 24px;
    padding: 0 0 20px;
    padding-right: 20px;
  }
}
.qna-content-inner ul {
  margin-left: 18px;
  line-height: 22px;
}
@media (min-width: 971px) {
  .qna-content-inner ul {
    margin-left: 28px;
    line-height: 36px;
  }
}
.qna-content.showContent {
  max-height: 3000px;
}
.qna-content table {
  width: 100%;
  margin: 10px 0;
}
.qna-content table th, .qna-content table td {
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #adadad;
  color: #333333;
  background: #fff;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 971px) {
  .qna-content table th, .qna-content table td {
    padding: 15px;
    font-size: 24px;
    line-height: 34px;
  }
}
.qna-content table th {
  color: #fff;
  background: #0d6c28;
}
.qna-content .table-remark {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 971px) {
  .qna-content .table-remark {
    font-size: 16px;
    line-height: 34px;
  }
}

#warning {
  max-width: 1400px;
  padding-bottom: 0;
}
#warning .warning {
  padding: 15px;
  border: 1px solid #000;
}
#warning strong {
  font-weight: 600;
}
#warning p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: left;
}
#warning ul {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 970px) {
  .floating__wrapper {
    width: 100%;
  }
}
.floating__footer {
  background: rgb(222, 249, 161);
  background: linear-gradient(180deg, rgb(222, 249, 161) 0%, rgb(238, 252, 208) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#def9a1",endColorstr="#eefcd0",GradientType=1);
  padding: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  bottom: -80px;
  transition: all 0.5s;
}
@media (min-width: 971px) {
  .floating__footer {
    max-width: 1200px;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    padding: 15px 30px 15px;
    bottom: -125px;
  }
}
.floating__footer.scrolling {
  bottom: 0;
}
.floating__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 970px) {
  .floating__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.floating__img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .floating__img {
    margin-bottom: 0px;
    width: 65px;
  }
}
.floating__img.show-for-desktop {
  display: none;
}
@media (min-width: 971px) {
  .floating__img.show-for-desktop {
    display: block;
  }
}
.floating__img.show-for-mobile {
  display: block;
}
@media (min-width: 971px) {
  .floating__img.show-for-mobile {
    display: none;
  }
}
.floating__img img {
  width: 47px;
  min-width: 47px;
}
@media (min-width: 971px) {
  .floating__img img {
    width: 65px;
    min-width: 65px;
  }
}
.floating__text {
  padding-left: 0px;
  padding-right: 0px;
  color: #245442;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  width: calc(100% - 140px);
}
@media (min-width: 971px) {
  .floating__text {
    min-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 21px;
    line-height: 25px;
  }
}
.floating__text.show-for-desktop {
  display: none;
}
@media (min-width: 971px) {
  .floating__text.show-for-desktop {
    display: block;
  }
}
.floating__text.show-for-mobile {
  display: block;
}
@media (min-width: 971px) {
  .floating__text.show-for-mobile {
    display: none;
  }
}
.floating__text .parg {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 971px) {
  .floating__text .parg {
    margin-bottom: 10px;
  }
}
@media (min-width: 971px) {
  .floating__text .flex {
    margin-bottom: 0px;
    display: flex;
  }
}
.floating__text .flex span {
  position: relative;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .floating__text .flex span {
    margin-bottom: 0px;
    display: inline;
    width: 50%;
    padding-left: 35px;
    font-size: 18px;
    line-height: 21px;
  }
}
.floating__text .flex span:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../images/icon-tick.png") no-repeat;
  background-size: cover;
}
@media (min-width: 971px) {
  .floating__text .flex span:before {
    top: -3px;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 971px) {
  .floating__text .flex span:last-child {
    margin-left: 2%;
    width: 48%;
  }
}
.floating__btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 970px) {
  .floating__btn {
    width: 140px;
    flex-wrap: wrap;
  }
}
.floating__btn a {
  padding: 5px;
  min-width: 180px;
  border-radius: 60px;
  font-weight: 700;
  color: #245442;
  font-size: 20px;
  text-align: center;
  background: #fff;
}
@media (min-width: 971px) {
  .floating__btn a {
    min-width: 200px;
    font-size: 28px;
    padding: 5px;
  }
}

.footer-remark {
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
}
.footer-remark p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: left;
}

.leading-swiper-container .swiper-button-next {
  width: 15px;
  height: 26px;
  background: url(../images/slider-arrow.png) no-repeat;
  background-size: cover;
}
.leading-swiper-container .swiper-button-prev {
  width: 15px;
  height: 26px;
  background: url(../images/slider-arrow.png) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.leading-swiper-container .swiper-pagination {
  display: none;
}

.extra-prize {
  border: 3px solid #0d4b3a;
  border-radius: 20px;
  padding: 60px 20px 25px;
  margin: 40px auto 40px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 971px) {
  .extra-prize {
    border-radius: 35px;
    padding: 90px 40px 30px;
    margin: 60px auto 60px;
  }
}
.extra-prize-title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0d4b3a;
  border-radius: 100px;
  padding: 10px 60px 10px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
  max-width: 97%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 970px) {
  .extra-prize-title-wrapper {
    padding: 10px 15px 10px 10px;
    min-height: 66px;
    gap: 5px;
  }
}
.extra-prize-icon {
  margin-top: -60px;
  margin-bottom: -30px;
}
@media (max-width: 970px) {
  .extra-prize-icon {
    width: 75px;
    margin-top: -40px;
    margin-bottom: -25px;
  }
}
.extra-prize-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 971px) {
  .extra-prize-title {
    font-size: 45px;
  }
}
.extra-prize-content p {
  margin: 0;
  color: #222222;
  line-height: 1.5;
}
.extra-prize .amount-highlight {
  color: #0d4b3a;
  font-weight: 700;
  display: inline-block;
}
.extra-prize .amount-highlight .num {
  font-size: 1.7em;
}/*# sourceMappingURL=style.css.map */