@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@-webkit-keyframes circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body {
  font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  color: #2A2A2A; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.img-responsive {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.esunlogo {
  display: block;
  float: left;
  margin: 10px; }

header {
  background: #00AC9D;
  background-size: 100% 100%;
  border-bottom: 2px solid #D3006E;
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0; }
  header .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

.target-burger {
  right: 0;
  top: 0;
  width: 3.25em;
  height: 3.25em;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.buns {
  width: 1.625em;
  height: 1.625em;
  list-style: none;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
  -webkit-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1); }
  .buns li {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.75px;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1); }
    .buns li:last-child {
      -webkit-transform: translateY(3.75px) translateZ(0);
      transform: translateY(3.75px) translateZ(0); }

nav ul {
  list-style: none; }
  nav ul li {
    font-size: 16px;
    margin: 0 10px; }
    nav ul li a {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      color: #fff; }

.ml12 {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em; }

.ml12 .letter {
  display: inline-block;
  line-height: 1em; }

.kv {
  background: url(../img/kv.jpg);
  min-height: 656px;
  background-size: cover;
  background-position: right;
  padding-top: 156px; }
  .kv svg {
    height: 112px;
    position: absolute;
    right: 0;
    top: 40px;
    overflow: inherit; }
  .kv .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .kv .title {
    position: relative;
    max-width: 575px;
    width: 100%; }
    .kv .title a {
      max-width: 206px;
      width: 100%;
      display: block;
      background: #4AA99D;
      color: #fff;
      padding: 10px;
      font-size: 30px;
      text-align: center;
      border-radius: 30px;
      font-weight: bold; }
    .kv .title h1 {
      color: #F78777;
      font-size: 70px;
      margin: 0;
      letter-spacing: 3px; }
    .kv .title p {
      font-size: 40px;
      margin-top: 20px; }

.explain {
  background: #f9f9f9;
  padding: 60px 20px;
  overflow: hidden; }
  .explain h2 {
    text-align: center;
    font-size: 30px; }
    .explain h2 span {
      font-size: 24px;
      color: #606060;
      display: block;
      font-weight: normal;
      margin-top: 20px; }
  .explain .row {
    text-align: center;
    margin: 90px 0 40px; }
  .explain .col-2 {
    max-width: 222px;
    width: 100%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .explain .col-2 h4 {
      font-size: 20px;
      margin-bottom: 10px; }
    .explain .col-2 p {
      font-size: 16px;
      line-height: 26px;
      color: #606060; }
    .explain .col-2 img {
      max-width: 97px;
      width: 100%;
      height: 97px;
      display: block;
      margin: 0 auto; }

.navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .navigation a.active {
    border-color: #fff;
    color: #fff;
    background: #f78777; }
  .navigation li {
    max-width: 600px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #f78777; }
    .navigation li:last-child {
      border: 0; }
    .navigation li a {
      display: block;
      padding: 10px;
      font-size: 22px;
      background: #ffeee4;
      color: #000000;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.sticky {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 10; }

.step .container > p {
  text-align: center; }
  .step .container > p a {
    color: #009d98; }

.step ul {
  padding: 0;
  list-style: none;
  max-width: 970px;
  width: 100%;
  background: #e2e6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  border-radius: 30px; }
  .step ul li {
    max-width: 305px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #fff; }
    .step ul li:last-child {
      border: 0px solid #000; }
    .step ul li a {
      max-width: 186px;
      width: 100%;
      font-size: 18px;
      background: #fff;
      color: #009d98;
      margin: 0 auto;
      padding: 6px;
      border-radius: 10px;
      display: block; }
    .step ul li p {
      font-size: 18px;
      margin: 30px 0;
      height: 84px;
      line-height: 28px; }
    .step ul li h3 {
      color: #f86174;
      font-size: 20px;
      text-decoration: underline;
      font-weight: 500; }
      .step ul li h3 span {
        font-size: 23px; }

.step .lottery {
  max-width: 93px;
  width: 100%;
  position: absolute;
  right: -130px;
  top: -10px; }
  .step .lottery .spin {
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: 14.5px;
    left: 17px;
    -webkit-animation: circle-1 10s infinite ease-in-out;
    animation: circle-1 10s infinite ease-in-out; }

.step .sub_title {
  text-align: center;
  position: relative;
  display: table;
  margin: 30px auto; }
  .step .sub_title p {
    font-size: 20px; }
    .step .sub_title p span {
      background: #0dbed0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      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;
      color: #fff;
      margin: 0 4px;
      font-weight: bold; }
  .step .sub_title h2 {
    font-size: 26px; }
    .step .sub_title h2 svg {
      max-width: 97px;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }

.feather {
  margin: 60px auto; }
  .feather .cls-15 {
    stroke: #F77754; }
  .feather .cls-16 {
    fill: #F77754; }
  .feather .sub_title {
    text-align: center;
    position: relative;
    display: table;
    margin: 30px auto; }
    .feather .sub_title h2 {
      font-size: 26px;
      color: #F77754; }
      .feather .sub_title h2 svg {
        max-width: 97px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

.demo-area table {
  max-width: 1087px;
  width: 99.9%;
  background-color: #ffffff;
  border-collapse: collapse;
  border: #f7bbad 1px solid;
  margin: 20px auto; }
  .demo-area table th {
    background-color: #fff1e9;
    color: #f77754;
    padding: 10px;
    font-size: 20px;
    text-align: center; }
    .demo-area table th img {
      position: absolute;
      max-width: 78px;
      top: -48px;
      width: 100%; }
    .demo-area table th span {
      font-size: 18px; }
  .demo-area table .th_blank {
    border-right: 1px solid #f7bbad;
    width: 120px; }
  .demo-area table .red {
    background: #f77754;
    color: #fff;
    position: relative; }
  .demo-area table td {
    padding: 20px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #f7bbad;
    line-height: 28px; }
    .demo-area table td ul {
      padding-left: 20px;
      margin: 0; }
    .demo-area table td img {
      max-width: 300px;
      width: 100%;
      display: block;
      margin: 14px auto 0; }
    .demo-area table td span {
      display: block;
      font-size: 14px; }
  .demo-area table .pink {
    background: #f7a59f;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500; }
  .demo-area table .last-pink {
    border-bottom: 0px solid #000; }

.timeline {
  background: #f9f9f9;
  padding: 40px 20px;
  padding-top: 5px; }
  .timeline img {
    max-width: 963px;
    width: 100%;
    display: block;
    margin: 50px auto; }
  .timeline .sub_title {
    text-align: center;
    position: relative;
    display: table;
    margin: 30px auto; }
    .timeline .sub_title p {
      font-size: 20px;
      max-width: 475px;
      width: 100%;
      margin: 0 auto;
      padding: 10px;
      border-radius: 40px;
      border: 1px solid #000; }
    .timeline .sub_title h2 {
      color: #009D98;
      font-size: 26px; }
      .timeline .sub_title h2 svg {
        max-width: 97px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

.experience {
  overflow: hidden;
  margin: 40px 0; }
  .experience .pic {
    display: inline-block;
    max-width: 280px;
    vertical-align: middle;
    width: 100%;
    position: relative; }
    .experience .pic img {
      max-width: 280px;
      width: 100%; }
    .experience .pic .num {
      width: 67px;
      height: 67px;
      background: #F77754;
      border-radius: 50%;
      font-size: 55px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      left: -80px;
      top: -80px;
      font-style: italic; }
  .experience .txt_area {
    display: inline-block;
    margin-left: 55px;
    max-width: 463px;
    vertical-align: middle;
    width: 100%; }
    .experience .txt_area a {
      color: #009D98;
      text-decoration: underline; }
    .experience .txt_area p {
      margin: 0;
      text-align: left;
      line-height: 28px;
      font-size: 16px; }
      .experience .txt_area p span {
        font-size: 20px;
        display: block;
        color: #009D98; }
    .experience .txt_area .icon_notification {
      max-width: 20px;
      width: 100%; }
  .experience .row {
    max-width: 990px;
    width: 100%;
    position: relative;
    margin: 180px auto; }
    .experience .row hr {
      max-width: 360px;
      width: 100%;
      margin-left: 0; }
    .experience .row::before {
      content: '';
      display: block;
      width: 1090px;
      height: 350px;
      right: -35%;
      background: #FFF1E9;
      border-radius: 180px 0 0 180px;
      position: absolute;
      z-index: -1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .experience .row:last-child {
      margin-bottom: 80px; }
      .experience .row:last-child .pic .num {
        left: auto;
        background: #F5CB51;
        right: -80px; }
      .experience .row:last-child::before {
        right: unset;
        background: #F9F8EB;
        border-radius: 0 180px 180px 0;
        left: -35%; }
  .experience .sub_title {
    text-align: center;
    position: relative;
    display: table;
    margin: 30px auto; }
    .experience .sub_title p {
      font-size: 20px;
      max-width: 475px;
      width: 100%;
      margin: 0 auto;
      padding: 10px;
      border-radius: 40px;
      border: 1px solid #000; }
    .experience .sub_title h2 {
      color: #F77754;
      font-size: 26px; }
      .experience .sub_title h2 svg {
        max-width: 97px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }

.step-3 .swiper-button-next {
  background-image: url(../img/next.svg);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.step-3 .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/prev.svg); }

.step-3 .swiper-pagination-bullet {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #e6e6e6;
  border-radius: 10px;
  opacity: 1; }

.step-3 .swiper-pagination-bullet-active {
  background: #999999;
  width: 30px; }

.step-3 .box {
  max-width: 527px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #009d98;
  border-radius: 23px;
  padding: 16px;
  overflow: hidden; }
  .step-3 .box h3 {
    background: #009d98;
    color: #fff;
    font-size: 22px;
    margin: -16px;
    margin-bottom: 0;
    padding: 18px;
    text-align: center;
    letter-spacing: 2px; }
    .step-3 .box h3 span {
      font-size: 30px;
      text-shadow: 3px 3px 0px #037b78; }

.step-3 .swiper-container {
  max-width: 1150px;
  width: 100%;
  margin: 80px auto;
  padding-bottom: 60px; }

.step-3 .step3_title {
  text-align: center; }
  .step-3 .step3_title .num {
    width: 67px;
    height: 67px;
    background: #0DBED0;
    border-radius: 50%;
    font-size: 55px;
    color: #fff;
    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;
    margin-right: 10px;
    vertical-align: middle;
    font-style: italic; }

.faq {
  margin-bottom: 60px; }
  .faq .sub_title {
    text-align: center;
    position: relative;
    display: table;
    margin: 30px auto; }
    .faq .sub_title p {
      font-size: 20px;
      max-width: 475px;
      width: 100%;
      margin: 0 auto;
      padding: 10px;
      border-radius: 40px;
      border: 1px solid #000; }
    .faq .sub_title h2 {
      color: #F77754;
      font-size: 26px; }
      .faq .sub_title h2 svg {
        max-width: 97px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
  .faq .container {
    max-width: 1074px;
    width: 100%;
    margin: 0 auto; }
    .faq .container .group {
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      margin: 40px 0;
      border: 2px solid #F77754; }
      .faq .container .group h6 {
        max-width: 920px;
        width: 100%;
        margin: 26px auto;
        font-size: 16px;
        font-weight: normal;
        color: #F77754; }
        .faq .container .group h6 svg {
          max-width: 60px;
          width: 100%;
          height: 5px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 12px; }
      .faq .container .group a {
        display: inline-block;
        max-width: 103px;
        width: 100%;
        background: #F77754;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 8px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-box-shadow: 0 3px 10px #ffad5a;
        box-shadow: 0 3px 10px #ffad5a; }
        .faq .container .group a:hover {
          -webkit-box-shadow: none;
          box-shadow: none; }
      .faq .container .group .qa-section {
        position: relative;
        max-width: 920px;
        width: 100%;
        margin: 26px auto; }
        .faq .container .group .qa-section a {
          color: #009D98; }
        .faq .container .group .qa-section p {
          border-bottom: 1px solid #F7A59F;
          display: none;
          padding-bottom: 10px;
          font-size: 16px;
          line-height: 26px; }
          .faq .container .group .qa-section p img {
            max-width: 700px;
            width: 100%;
            margin-top: 20px; }
        .faq .container .group .qa-section i {
          position: absolute;
          right: 10px; }
        .faq .container .group .qa-section h4 {
          font-weight: 500;
          font-size: 16px;
          cursor: pointer; }
        .faq .container .group .qa-section .active-qa .fa-plus:before {
          content: "\f068"; }
      .faq .container .group h3 {
        font-size: 20px; }
        .faq .container .group h3::before {
          content: '';
          width: 56px;
          height: 14px;
          background: #F77754;
          display: inline-block;
          margin-left: -20px;
          margin-right: 18px; }

.footer_fix {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
  position: fixed;
  bottom: 0;
  height: 45px;
  text-align: center;
  width: 100%;
  z-index: 99;
  padding: 0; }
  .footer_fix .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    opacity: .9;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px; }

.footer {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #D20065; }
  .footer .anchor {
    text-align: center;
    padding: 14px 0;
    margin: 0; }
    .footer .anchor li.first::before {
      content: " ";
      padding: 0 5px 0 0;
      color: transparent; }
    .footer .anchor li {
      display: inline-block;
      color: #fff;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0.06em; }
      .footer .anchor li::before {
        color: #30ABAF;
        content: "|";
        padding: 0 5px 0 1px; }

.footer_notice {
  background: #f1f1f1;
  border-top: 1px solid #d20165; }
  .footer_notice ul {
    display: table;
    text-align: left;
    list-style: circle;
    margin-left: 20px;
    padding: 10px 20px;
    margin: 0 auto; }
    .footer_notice ul li {
      font-size: 12px;
      line-height: 18px;
      padding: 2px; }
      .footer_notice ul li i {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        font-style: normal; }
  .footer_notice .container_fluid {
    margin: 0 auto;
    max-width: 1200px;
    position: relative; }

.top {
  text-align: center;
  max-width: 101px;
  width: 100%;
  bottom: -10px;
  position: fixed;
  z-index: 100;
  display: none;
  right: 20px;
  cursor: pointer; }
  .top a {
    font-size: 18px;
    color: #2A2A2A;
    letter-spacing: 3px; }
  .top img {
    display: block;
    margin-bottom: 8px; }

@media screen and (min-width: 1201px) {
  .experience .row:last-child .pic img {
    height: 234px; }
  .kv svg {
    width: 100px; } }

@media screen and (min-width: 801px) {
  .buns {
    display: none; }
  nav {
    float: right;
    width: auto;
    display: none; }
    nav ul {
      margin-top: 10px; }
      nav ul li {
        display: inline-block; } }

@media screen and (max-width: 1260px) {
  .faq {
    padding: 0 30px; }
  .step-3 {
    padding: 0 30px; }
  .experience .row:last-child .pic .num {
    right: -36px; }
  .experience .pic .num {
    left: -36px; }
  .kv {
    min-height: 498px; }
    .kv .container {
      padding: 0 20px; }
    .kv svg {
      top: 0;
      height: 94px; }
    .kv .title {
      max-width: 394px;
      margin-left: 100px; }
      .kv .title a {
        max-width: 188px;
        font-size: 24px; }
      .kv .title h1 {
        font-size: 40px; }
      .kv .title p {
        font-size: 28px; } }

@media screen and (max-width: 1080px) {
  .explain .col-2 {
    max-width: 257px;
    margin: 15px; }
  .navigation li a {
    font-size: 18px; }
  .feather {
    padding: 0 30px; }
    .feather .container {
      padding: 0 20px; }
  .experience .pic .num {
    left: 0; }
  .faq .container .group > a {
    margin-left: 0; } }

@media screen and (max-width: 960px) {
  .experience .pic {
    display: block;
    margin: 0 auto; }
    .experience .pic .num {
      left: -36px; }
  .experience .txt_area {
    display: table;
    margin: 10px auto;
    text-align: center; }
    .experience .txt_area p {
      text-align: center;
      font-size: 14px; }
  .experience .row {
    margin: 150px 0;
    margin-bottom: 60px; }
    .experience .row::before {
      left: 35%; }
    .experience .row:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse; }
  .step {
    padding: 0 30px; }
    .step .lottery {
      right: 0;
      top: -48px; }
    .step ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .step ul li {
        max-width: 100%;
        border: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px; }
        .step ul li p {
          margin: 30px 0 10px;
          height: auto; }
  .kv {
    overflow: hidden;
    padding-top: 106px; }
    .kv .gradient {
      max-width: 113px;
      top: -13px; }
    .kv .screen {
      top: unset;
      bottom: 0; }
    .kv .h2 {
      margin: 0 auto; }
    .kv .h1 {
      margin: 13px auto; }
    .kv .latte {
      top: -57px; }
    .kv .card-1 {
      top: -57px; }
    .kv .text-area {
      margin: 0;
      display: block;
      text-align: center;
      height: auto;
      margin-bottom: 465px; } }

@media screen and (max-width: 906px) {
  .navigation li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .kv {
    background-position: top; }
    .kv .title {
      max-width: 394px;
      margin-left: 50px; } }

@media screen and (max-width: 800px) {
  .feather {
    padding: 0; }
  .demo-area table .th_blank {
    width: 57px !important; }
  .demo-area table th {
    font-size: 16px; }
    .demo-area table th img {
      right: 0;
      max-width: 60px; }
    .demo-area table th span {
      font-size: 12px;
      display: block;
      margin-top: 6px; }
  .demo-area table td {
    padding: 10px;
    font-size: 14px; }
  .target-burger.toggled .buns li {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0); }
    .target-burger.toggled .buns li:last-child {
      -webkit-transform: rotate(-45deg) translateZ(0);
      transform: rotate(-45deg) translateZ(0); }
  .main-nav {
    position: absolute;
    left: 0;
    top: 40px;
    height: 100vh;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 175, 157, 0.85); }
    .main-nav ul {
      padding: 0; }
      .main-nav ul li {
        margin: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 10px; }
        .main-nav ul li a {
          font-size: 20px;
          display: block; }
          .main-nav ul li a:hover {
            padding-left: 10px; }
  .main-nav.toggled {
    display: block;
    z-index: 10;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/kv_m.jpg);
    background-size: cover;
    background-position: center; }
    .kv svg {
      height: 63px; }
    .kv .title {
      max-width: 309px;
      margin-left: 12px; }
      .kv .title h1 {
        font-size: 30px; }
      .kv .title p {
        font-size: 22px; }
      .kv .title a {
        max-width: 155px;
        font-size: 24px; }
  .top {
    max-width: 78px;
    right: 0px; }
  .faq .container .group h3 {
    font-size: 18px; }
  .faq .container .group a {
    margin-top: 10px; }
  .faq .container .group .qa-section i {
    right: -10px;
    top: 8px;
    font-size: 10px; }
  .faq .container .group .qa-section h4 {
    line-height: 28px;
    font-weight: 400; }
  .experience {
    padding: 0 15px; }
    .experience .row {
      margin: 60px 0; }
      .experience .row .pic .num {
        top: -53px; }
      .experience .row:last-child {
        margin-bottom: 0; }
        .experience .row:last-child .pic .num {
          top: -8px; }
        .experience .row:last-child::before {
          left: -228%; }
    .experience .pic .num {
      font-size: 32px;
      width: 46px;
      height: 46px; }
    .experience .sub_title p {
      max-width: 300px;
      font-size: 16px;
      line-height: 28px; }
  .explain {
    padding: 46px 10px; }
    .explain .col-2 {
      max-width: 152px;
      margin: 10px; }
      .explain .col-2 img {
        max-width: 72px; }
      .explain .col-2 h4 {
        font-size: 18px; }
    .explain h2 {
      font-size: 20px; }
      .explain h2 span {
        font-size: 16px; }
  .sub_title h2 {
    font-size: 20px !important; }
  .sub_title h2 svg {
    max-width: 66px !important; }
  .step ul li p {
    font-size: 16px; }
  .step .sub_title p {
    font-size: 16px; }
  .step .lottery {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0; }
  .txt {
    margin: 30px 0;
    padding: 0 30px; }
    .txt p {
      font-size: 16px; } }

@media screen and (max-width: 600px) {
  .top {
    bottom: 37px; }
  .footer_fix {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden; }
  .navigation {
    display: none; }
  .footerFixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible; } }

/*# sourceMappingURL=style.css.map */