@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/NotoSansTC-Bold.ttf") format("truetype");
}
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

@media (max-width: 480px) {
  .hide--mblg {
    display: none;
  }
}

.main {
  overflow-x: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  .container {
    width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container *, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.italic {
  font-style: italic;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.offest--y {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
@media (max-width: 767px) {
  .offest--y {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

.offest--y2 {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media (max-width: 991px) {
  .offest--y2 {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
@media (max-width: 767px) {
  .offest--y2 {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

.blue {
  color: #08508d;
}

.footer {
  background: #e3e3e3;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
}
.footer__block {
  text-align: center;
}
.footer__item {
  font-size: 1rem;
  font-weight: 500;
  color: #474747;
  display: inline-block;
}
.footer__item a {
  color: #474747;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__item {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .footer__item {
    display: block;
  }
}
.footer__item::before {
  content: " |";
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 480px) {
  .footer__item::before {
    display: none;
  }
}
.footer__item:first-child::before {
  display: none;
}

.pop {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
}
.pop--qrcode .pop__wrap {
  width: 350px;
}
@media (max-width: 480px) {
  .pop--qrcode .pop__wrap {
    width: 260px;
  }
}
.pop--qrcode .pop__container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop__container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .pop__container {
    padding-top: 50px;
  }
}
.pop__wrap {
  background: #fff;
  border: 3px solid #08508d;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px #08508d;
          box-shadow: 5px 5px #08508d;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1279px) {
  .pop__wrap {
    width: 90%;
  }
}
.pop__block {
  font-weight: 500;
  color: #565656;
  padding: 45px 60px;
}
@media (max-width: 767px) {
  .pop__block {
    padding: 30px 20px;
  }
}
.pop__head {
  font-size: 1.375rem;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .pop__head {
    padding-right: 40px;
    font-size: 1.25rem;
  }
}
.pop__body {
  font-size: 1rem;
  padding-top: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  .pop__body {
    line-height: 1.5;
  }
}
.pop__body li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pop__body li {
    margin-top: 0;
    margin-left: -1em;
  }
}
.pop__body li:first-child {
  margin-top: 0;
}
.pop__close {
  width: 30px;
  height: 30px;
  background: url("../images/close.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pop__close {
    right: 20px;
  }
}
.pop__close:hover {
  opacity: 0.8;
}
.pop__qrcode {
  text-align: center;
}

.tab {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tab {
    margin-top: 30px;
  }
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab__bodyitem {
  display: none;
  border-top: none;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 35px 35px 50px;
  -webkit-box-shadow: 20px 20px 6px rgba(165, 198, 222, 0.13);
          box-shadow: 20px 20px 6px rgba(165, 198, 222, 0.13);
}
@media (max-width: 991px) {
  .tab__bodyitem {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .tab__bodyitem {
    padding: 20px 15px;
  }
}
.tab__bodyitem.active {
  display: block;
}
.tab__headitem {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: url("../images/winners/tab-headitem-bg-1.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 334px;
  height: 64px;
  line-height: 64px;
  margin-left: -20px;
}
.tab__headitem:first-child {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .tab__headitem {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .tab__headitem {
    font-size: 1.25rem;
    width: 230px;
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .tab__headitem {
    font-size: 0.9375rem;
    padding: 0 15px;
    border-width: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2;
    width: 150px;
    height: 44px;
    line-height: 44px;
    margin-left: -3%;
  }
}
@media (max-width: 480px) {
  .tab__headitem {
    width: 130px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 374px) {
  .tab__headitem {
    padding-left: 0;
    padding-right: 0;
  }
}
.tab__headitem.active, .tab__headitem:hover {
  background: url("../images/winners/tab-headitem-bg-2.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.stab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stab__bodyitem {
  display: none;
}
.stab__bodyitem.active {
  display: block;
}
.stab__headitem {
  font-size: 1.5rem;
  font-weight: 700;
  color: #73adda;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease color;
  transition: 0.5s ease color;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .stab__headitem {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.stab__headitem.active {
  color: #095fa8;
}
.stab__headitem::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #73adda;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .stab__headitem::before {
    height: 16px;
    width: 1px;
  }
}
.stab__headitem:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #73adda;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .stab__headitem:last-child::after {
    height: 16px;
    width: 1px;
  }
}

.collapse__item {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px dashed #beb79d;
}
@media (max-width: 767px) {
  .collapse__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.collapse__item:first-child {
  padding-top: 0;
  border-top: none;
}
.collapse__item:last-child {
  padding-bottom: 0;
}
.collapse__item.active .collapse__head::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapse__head {
  font-size: 1.375rem;
  font-weight: 700;
  color: #095fa8;
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .collapse__head {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .collapse__head {
    font-size: 1rem;
  }
}
.collapse__head::before {
  content: "";
  display: block;
  background-image: url("../images/winners/collapse-icon.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
@media (max-width: 767px) {
  .collapse__head::before {
    width: 20px;
    height: 12px;
  }
}
.collapse__body {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4c4c45;
  padding-left: 1em;
  padding-top: 15px;
  display: none;
}
@media (max-width: 767px) {
  .collapse__body {
    font-size: 0.9375rem;
  }
}
.collapse__body a {
  color: #000;
}
.collapse--award {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .collapse--award {
    margin-top: 15px;
  }
}
.collapse--award .collapse__item {
  border: 2px solid #73adda;
  border-radius: 8px;
  padding: 15px 30px;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .collapse--award .collapse__item {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .collapse--award .collapse__item {
    padding: 15px 0;
    margin-top: 15px;
  }
}
.collapse--award .collapse__item.active {
  background: #f3f9ff;
  border-color: #f3f9ff;
}
.collapse--award .collapse__item:first-child {
  margin-top: 0;
}
.collapse--award .collapse__head {
  text-indent: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .collapse--award .collapse__head {
    padding-left: 15px;
    padding-right: 40px;
  }
  .collapse--award .collapse__head::before {
    right: 15px;
  }
}
.collapse--award .collapse__body {
  padding-top: 25px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .collapse--award .collapse__body {
    padding-top: 15px;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.table tr.green {
  background: #2f935d;
  color: #fff;
}
.table th {
  border: 1px solid #2f935d;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px;
}
@media (max-width: 767px) {
  .table th {
    font-size: 1rem;
    padding: 8px;
  }
}
.table td {
  border: 1px solid #2f935d;
  font-size: 1.125rem;
  font-weight: 500;
  color: #4c4c45;
  padding: 14px 40px;
}
@media (max-width: 1199px) {
  .table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .table td {
    font-size: 1rem;
    padding: 8px 10px;
  }
}
.table--1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table--1 .table__td {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  width: 25%;
  margin-top: 25px;
  border-left: 1px solid #73adda;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .table--1 .table__td:nth-child(1) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(2) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(3) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(4) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(4n+1) {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .table--1 .table__td {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .table--1 .table__td {
    font-size: 1rem;
    width: 50%;
    margin-top: 10px;
  }
  .table--1 .table__td:nth-child(1) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(2) {
    margin-top: 0;
  }
  .table--1 .table__td:nth-child(odd) {
    border-left: none;
  }
}
@media (max-width: 480px) {
  .table--1 .table__td {
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 374px) {
  .table--1 .table__td {
    font-size: 0.8125rem;
  }
}

.main {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #1e1e1e;
}

.btn {
  width: 214px;
  height: 62px;
  line-height: 61px;
  border-radius: 10em;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-radius, -webkit-transform;
  transition-property: border-radius, -webkit-transform;
  transition-property: transform, border-radius;
  transition-property: transform, border-radius, -webkit-transform;
  color: #ffffff;
  background: #0056a6;
  -webkit-box-shadow: 10px 15px 29px rgba(78, 140, 196, 0.25);
          box-shadow: 10px 15px 29px rgba(78, 140, 196, 0.25);
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.25rem;
    height: 50px;
    line-height: 50px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: calc(50% - 10px);
  }
}
@media (max-width: 374px) {
  .btn {
    font-size: 1.125rem;
    height: 45px;
    line-height: 45px;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .btn::after {
    border-width: 6px 0 6px 10px;
    margin-left: 5px;
  }
}
@media (hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.jsQrcode {
  display: none;
}
.jsQrcode.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.jsLink {
  display: none;
}
.jsLink.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.title {
  text-align: center;
}
@media (max-width: 1199px) {
  .title img {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .title img {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .title img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .title img {
    height: 50px;
  }
}
@media (max-width: 374px) {
  .title img {
    height: 40px;
  }
}
.title span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -99999px;
  z-index: 0;
}

.kv {
  position: relative;
  overflow: hidden;
  background: url("../images/kv/kv-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
}
@media (min-width: 1921px) {
  .kv {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 1900px) {
  .kv {
    background-position: center center;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .kv {
    height: 113.75vw;
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg-2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: ani-kv-dot 0.8s ease infinite;
          animation: ani-kv-dot 0.8s ease infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-bg-2-sm.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.kv__title {
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 754px;
  height: 464px;
  position: relative;
  margin-top: 85px;
  text-indent: -9999px;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
}
@media (max-width: 1199px) {
  .kv__title {
    width: 550px;
    height: 340px;
    margin-top: 65px;
    margin-left: 5vw;
  }
}
@media (max-width: 991px) {
  .kv__title {
    width: 450px;
    height: 300px;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .kv__title {
    background: url("../images/kv/kv-title-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 42.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
}

.s1 {
  padding-top: 120px;
  background: url("../images/s1/s1-bg.jpg"), #abd8ff;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 510px;
  padding-top: 156px;
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 8vw;
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .s1 {
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 0;
  }
}
.s1__wrap {
  position: relative;
}
.s1__content {
  width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1279px) {
  .s1__content {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .s1__content {
    width: 40vw;
  }
}
@media (max-width: 991px) {
  .s1__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s1__gift {
  position: absolute;
  top: -110px;
  left: -192px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s1__gift {
    width: 60vw;
    top: -5vw;
    left: 0;
  }
}
@media (max-width: 991px) {
  .s1__gift {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: auto;
    margin-top: 30px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .s1__gift {
    width: 128%;
    margin-left: -22%;
    margin-top: 15px;
  }
}
.s1__text {
  font-size: 1.875rem;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.025em;
  line-height: 1.4;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .s1__text {
    font-size: 1.25rem;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .s1__text {
    font-size: 0.9375rem;
  }
}
.s1__text .highlight {
  font-size: 1.166667em;
}

.s2 {
  background-color: #ddecf8;
  position: relative;
  padding-top: 134px;
  padding-bottom: 54px;
  min-height: 654px;
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 60px;
    min-height: auto;
  }
}
.s2__wrap {
  position: relative;
}
.s2__content {
  width: 590px;
  text-align: center;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .s2__content {
    width: 560px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .s2__content {
    width: 46vw;
  }
}
@media (max-width: 991px) {
  .s2__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s2__gift {
  position: absolute;
  top: -85px;
  right: -10px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s2__gift {
    width: 58vw;
    top: -9vw;
  }
}
@media (max-width: 991px) {
  .s2__gift {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .s2__gift {
    width: 128%;
    margin-left: -22%;
    margin-top: 15px;
  }
}
.s2__text {
  font-size: 1.875rem;
  font-weight: 500;
  color: #444444;
  line-height: 1.4;
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .s2__text {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 1.25rem;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s2__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 374px) {
  .s2__text {
    font-size: 0.9375rem;
  }
}
.s2__text .highlight {
  font-size: 1.166667em;
}
.s2__text .lg {
  font-size: 1.4666667em;
  line-height: 0.8em;
}
.s2__text .sm {
  font-size: 0.5em;
  display: inline-block;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.s2__note {
  font-size: 1.125rem;
  font-weight: 500;
  color: #858585;
  text-align: center;
  margin-top: 125px;
}
@media (max-width: 991px) {
  .s2__note {
    margin-top: 15px;
    font-size: 1rem;
  }
}
.s2__btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .s2__btn {
    margin-top: 30px;
  }
}
.s2__btn .btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .s2__btn .btn {
    margin-left: 10px;
  }
}
.s2__btn .btn:first-child {
  margin-left: 0;
}

.s4 {
  background: #eef8ff;
  padding-bottom: 160px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .s4 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-bottom: 60px;
  }
}
.s4__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s4__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .s4__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s4__img {
  width: 560px;
  text-align: center;
}
@media (max-width: 1199px) {
  .s4__img {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .s4__img img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .s4__img img {
    width: 100px;
  }
}
.s4__content {
  width: calc(100% - 560px);
}
@media (max-width: 1199px) {
  .s4__content {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .s4__content {
    width: 100%;
    text-align: center;
  }
}
.s4__subtitle {
  font-size: 2.25rem;
  color: #444444;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .s4__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .s4__subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle {
    font-size: 1.5rem;
  }
}
.s4__list {
  font-size: 2rem;
  color: #095fa8;
  font-weight: 700;
  padding-left: 0;
  margin: 30px 0 0;
}
@media (max-width: 1199px) {
  .s4__list {
    font-size: 1.625rem;
  }
}
@media (max-width: 991px) {
  .s4__list {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s4__list {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .s4__list {
    font-size: 1rem;
  }
}
.s4__list li {
  position: relative;
  padding-left: 52px;
  list-style-type: none;
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .s4__list li {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .s4__list li {
    margin-top: 15px;
  }
}
@media (max-width: 374px) {
  .s4__list li {
    padding-left: 20px;
  }
}
.s4__list li::before {
  content: " ";
  width: 44px;
  height: 44px;
  background: url("../images/s4/s4-list-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
  border-radius: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .s4__list li::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 374px) {
  .s4__list li::before {
    width: 20px;
    height: 20px;
  }
}
.s4__list li:first-child {
  margin-top: 0;
}
.s4__btn {
  margin-top: 30px;
}
.s4__tips {
  font-size: 1.125rem;
  font-weight: 500;
  color: #464749;
  line-height: 1.4;
  text-align: center;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .s4__tips {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .s4__tips {
    font-size: 1rem;
  }
}
.s4__tips a {
  color: #464749;
}

.s5 {
  background: url("../images/s5/s5-bg.jpg"), #eef8ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 130px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 1921px) {
  .s5 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s5 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .s5 {
    padding-bottom: 60px;
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding-top: 80px;
    background-size: 800px auto;
  }
}
@media (max-width: 480px) {
  .s5 {
    padding-top: 60px;
    background-size: 600px auto;
  }
}
.s5__text {
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 500;
  color: #444444;
  line-height: 1.65625;
  padding: 15px 25px 0;
}
@media (max-width: 1199px) {
  .s5__text {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s5__text {
    font-size: 1rem;
    text-align: center;
  }
}
.s5__subtitle {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  background: url("../images/s5/s5-subtitle-bg.png");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s5__subtitle {
    font-size: 1.75rem;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .s5__subtitle {
    font-size: 1.375rem;
    line-height: 46px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s5__subtitle {
    font-size: 1.125rem;
  }
}
.s5__chart {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s5__chart {
    margin-top: 15px;
  }
}

.s6 {
  background: #eef8ff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .s6 {
    padding-bottom: 60px;
  }
}
.s6__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .s6__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s6__content {
  width: 602px;
  text-align: center;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .s6__content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .s6__content {
    width: 100%;
  }
}
.s6__img {
  margin-left: -30px;
}
@media (max-width: 1279px) {
  .s6__img {
    margin-left: 0;
  }
}
.s6__title {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  background: url("../images/s6/s6-subtitle-bg.png");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .s6__title {
    font-size: 1.75rem;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .s6__title {
    font-size: 1.375rem;
    line-height: 46px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s6__title {
    font-size: 1.125rem;
  }
}
.s6__text {
  font-size: 1.563rem;
  font-weight: 500;
  color: #444444;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s6__text {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s6__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s6__text {
    font-size: 1.125rem;
  }
}
.s6__btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .s6__btn {
    margin-top: 0;
    text-align: center;
  }
}

.faq {
  background: #eef8ff;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.faq__block {
  width: 1130px;
  margin: 20px auto 0;
  counter-reset: list;
}
@media (max-width: 1199px) {
  .faq__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq__block {
    margin-top: 30px;
  }
}
.faq__item {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#bedcf4), color-stop(40%, #d3ebff), to(#ffffff));
  background: linear-gradient(to right, #bedcf4 0%, #d3ebff 40%, #ffffff 100%);
  margin-top: 40px;
  -webkit-box-shadow: 20px 20px 6px rgba(165, 198, 222, 0.13);
          box-shadow: 20px 20px 6px rgba(165, 198, 222, 0.13);
}
@media (max-width: 767px) {
  .faq__item {
    padding: 0 4px 4px;
  }
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #095fa8;
  letter-spacing: 0.025em;
  display: block;
  padding: 14px 25px 14px 125px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media (max-width: 991px) {
  .faq__head {
    font-size: 1.5rem;
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .faq__head {
    font-size: 1.125rem;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
}
.faq__head::before {
  content: "Q";
  display: inline-block;
  font-family: "Aria", sans-serif;
  color: #095fa8;
  border-radius: 10em;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 7px solid #c1def6;
  background: #fff;
  position: absolute;
  left: 35px;
  top: -10px;
}
@media (max-width: 991px) {
  .faq__head::before {
    left: 25px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .faq__head::before {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 5px;
    left: 9px;
    border-width: 4px;
  }
}
.faq__head--no::before {
  content: counter(list) ".";
  counter-increment: list;
}
.faq__body {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5;
  background: #fff;
  padding-top: 40px;
  padding-left: 150px;
  padding-bottom: 40px;
  padding-right: 15px;
  letter-spacing: 0.025em;
  min-height: 119px;
  position: relative;
}
@media (max-width: 991px) {
  .faq__body {
    font-size: 1.125rem;
    padding-left: 90px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .faq__body {
    font-size: 1rem;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-width: 4px;
  }
}
.faq__body::before {
  content: "A";
  display: inline-block;
  font-family: "Aria", sans-serif;
  color: #ffffff;
  border-radius: 10em;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 7px solid #ffffff;
  background: #095fa8;
  position: absolute;
  left: 35px;
  top: 20px;
}
@media (max-width: 991px) {
  .faq__body::before {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .faq__body::before {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    left: 9px;
    border-width: 4px;
  }
}
.faq__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq__list {
    margin-top: 10px;
  }
}
.faq__list li {
  padding-left: 30px;
  margin-left: 0;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .faq__list li {
    padding-left: 15px;
    margin-top: 5px;
  }
}
.faq__list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10em;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 767px) {
  .faq__list li::before {
    width: 10px;
    height: 10px;
  }
}
.faq__list--dot li:first-child {
  margin-top: 0;
}
.faq__list--dot li:first-child::before {
  background: #588866;
}
.faq__list--dot li:nth-child(2)::before {
  background: #ff975f;
}
.faq__list--dot li:nth-child(3)::before {
  background: #ff795f;
}
.faq__list--arrow li::before {
  content: "";
  display: block;
  background: url("../images/faq/faq-arrow-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 4px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .faq__list--arrow li::before {
    width: 8px;
    height: 10px;
    top: 10px;
  }
}

.winners {
  background: url("../images/winners/winners-bg.jpg") #ddecf8;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 90px;
  position: relative;
}
@media (min-width: 1921px) {
  .winners {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .winners {
    background-size: 1000px auto;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .winners {
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 800px auto;
  }
}

.fixed {
  position: fixed;
  bottom: 130px;
  right: 0;
  z-index: 999;
  display: block;
  width: 214px;
  height: 228px;
  background: url("../images/fixed-icon.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 5;
  -webkit-animation: ani-fixed 1s ease infinite;
          animation: ani-fixed 1s ease infinite;
  text-indent: -9999px;
}
@media (min-width: 991px) and (max-height: 600px) {
  .fixed {
    bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .fixed {
    width: 160px;
    height: 180px;
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  .fixed {
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    text-indent: 0;
    -webkit-animation: none;
            animation: none;
    color: #ffffff;
    background: #0354aa;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .fixed::before {
    content: " ";
    background: url("../images/fixed-icon-sm.png");
    background-position: left top;
    background-size: 100% auto;
    width: 65px;
    height: 66px;
    position: absolute;
    top: -15px;
    left: 20%;
    -webkit-animation: ani-fixed 1s ease infinite;
            animation: ani-fixed 1s ease infinite;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .fixed::before {
    left: 15%;
  }
}
.fixed__block {
  position: relative;
}
@media (max-width: 767px) {
  .fixed__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 2%;
  }
}
@media (max-width: 575px) {
  .fixed__block {
    padding-left: 5%;
  }
}

@-webkit-keyframes ani-kv-dot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-dot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-fixed {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-fixed {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-s1-gift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, -105px);
            transform: translate(-60px, -105px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-s1-gift {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, -105px);
            transform: translate(-60px, -105px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-s1-gift-sm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -30px);
            transform: translate(-20px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani-s1-gift-sm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, -30px);
            transform: translate(-20px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani-s4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-s4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}