@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-bg.jpg);
  background-size: cover;
  border-bottom: 1px solid #eaf4f3; }
  .kv p {
    max-width: 480px;
    width: 100%;
    line-height: 28px;
    margin: 1em auto; }
  .kv .card-1 {
    position: absolute;
    right: -46px;
    z-index: 2;
    top: -140px;
    max-width: 158px;
    width: 100%; }
  .kv .latte {
    position: absolute;
    right: -24px;
    top: -141px;
    z-index: 3;
    max-width: 196px;
    width: 100%; }
  .kv .gradient {
    max-width: 136px;
    width: 100%;
    position: absolute;
    right: 10px;
    top: -80px;
    z-index: 0; }
  .kv .after .cls-d {
    fill: #89fce5;
    fill-opacity: 1; }
  .kv .cls-d {
    stroke: #89fce5;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: fill 1s;
    -o-transition: fill 1s;
    transition: fill 1s;
    fill: none;
    fill-opacity: 0;
    -webkit-transition: fill-opacity 1s;
    -o-transition: fill-opacity 1s;
    transition: fill-opacity 1s; }
  .kv .text-area {
    display: inline-block;
    height: 384px;
    margin-top: 18%;
    position: relative; }
  .kv .vector-area {
    display: inline-block; }
  .kv .calculator {
    max-width: 87px;
    width: 100%; }
  .kv .show + #dax-fill {
    opacity: 1 !important; }
  .kv #dax-fill {
    position: absolute;
    top: 17px;
    opacity: 0;
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transition: opacity 600ms 300ms;
    -o-transition: opacity 600ms 300ms;
    transition: opacity 600ms 300ms; }
  .kv svg.show {
    opacity: 1 !important; }
  .kv .screen {
    max-width: 416px;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 72px; }
  .kv .man {
    max-width: 230px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10; }
  .kv .infographic {
    max-width: 396px;
    width: 100%;
    position: absolute;
    z-index: 2;
    right: 184px;
    top: 276px; }
  .kv .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .kv .h1-deco {
    max-width: 60px;
    width: 100%;
    display: inline-block;
    margin-left: 16px; }
  .kv .h1 {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    position: relative; }
  .kv .h2 {
    margin: 16px 0;
    max-width: 240px;
    width: 100%;
    display: block; }
  .kv a {
    display: block;
    background: #efb631;
    font-size: 22px;
    text-align: center;
    max-width: 153px;
    width: 100%;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 3px 10px #dda028;
    box-shadow: 0 3px 10px #dda028;
    border-radius: 50px;
    margin-top: 38px; }
    .kv a:hover {
      border: 1px solid #efb631;
      color: #efb631;
      background: #fff; }

.feather {
  margin: 120px auto; }
  .feather .cta {
    text-align: center;
    margin: 86px 0; }
    .feather .cta a {
      display: inline-block;
      color: #fff;
      padding: 18px;
      border-radius: 10px;
      border: 1px solid;
      -webkit-box-shadow: 0 5px 0 #0aa9b9;
      box-shadow: 0 5px 0 #0aa9b9;
      width: 100%;
      margin: 0 10px;
      font-size: 18px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .feather .cta a:hover {
        opacity: 0.9; }
        .feather .cta a:hover img {
          top: -50px !important; }
      .feather .cta a:first-child {
        max-width: 240px;
        background: #0dbed0;
        font-weight: 400; }
      .feather .cta a:last-child {
        max-width: 396px;
        background: #f78777;
        -webkit-box-shadow: 0 5px 0 #e54c38;
        box-shadow: 0 5px 0 #e54c38;
        position: relative; }
        .feather .cta a:last-child img {
          position: absolute;
          max-width: 56px;
          width: 100%;
          top: -47px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
  .feather .txt {
    max-width: 1087px;
    width: 100%;
    margin: 36px auto;
    padding: 0 20px; }
    .feather .txt img {
      width: 10px;
      position: absolute;
      left: -20px;
      top: 5px; }
    .feather .txt h3 {
      position: relative;
      font-size: 18px;
      color: #009d98; }
    .feather .txt p {
      font-size: 16px;
      line-height: 26px; }
      .feather .txt p span {
        color: #c5013f; }
  .feather .cls-15 {
    stroke: #009d98; }
  .feather .cls-16 {
    fill: #009d98; }
  .feather .sub_title {
    text-align: center;
    position: relative;
    display: table;
    margin: 30px auto; }
    .feather .sub_title h2 {
      font-size: 26px;
      color: #009d98; }
      .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: #b3b3b3 1px solid;
  margin: 20px auto; }
  .demo-area table th {
    background-color: #f2f2f2;
    color: #4d4d4d;
    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 #b3b3b3; }
  .demo-area table .red {
    background: #009d98;
    color: #fff;
    position: relative; }
  .demo-area table td {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border: #b3b3b3 1px solid;
    line-height: 28px; }
    .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 {
    font-weight: 500; }
  .demo-area table .last-pink {
    border-bottom: 0px solid #000; }

.faq {
  margin-bottom: 88px; }
  .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: #f2f2f2;
      padding: 20px;
      border-radius: 15px;
      margin: 40px 0;
      padding-bottom: 42px; }
      .faq .container .group > a {
        display: block;
        max-width: 103px;
        width: 100%;
        background: #009d98;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
        margin-left: 47px;
        text-align: center;
        margin-top: 40px;
        padding: 8px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-box-shadow: 0 3px 10px #009d98;
        box-shadow: 0 3px 10px #009d98; }
        .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 #7ccea8;
          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: #009d98;
          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; }
  .icon_lottery {
    height: 96px; }
  #dax-fill {
    height: 457px; }
  #dax-stroke {
    height: 484px; }
  .infographic {
    height: 343px; }
  .man {
    height: 274px; } }

@media screen and (min-width: 801px) {
  .buns {
    display: none; }
  nav {
    float: right;
    width: auto; }
    nav ul {
      margin-top: 10px; }
      nav ul li {
        display: inline-block; } }

@media screen and (max-width: 1210px) {
  .faq {
    padding: 0 30px; }
  .step-3 {
    padding: 0 30px; }
  .experience .row:last-child .pic .num {
    right: -36px; }
  .experience .pic .num {
    left: -36px; }
  .kv .infographic {
    bottom: -13px;
    top: unset; }
  .kv .container {
    padding: 0 30px; }
  .kv .screen {
    right: 36px; } }

@media screen and (max-width: 1080px) {
  .feather {
    padding: 0 30px; }
  .experience .pic .num {
    left: 0; }
  .faq .container .group > a {
    margin-left: 0; } }

@media screen and (max-width: 960px) {
  .kv {
    overflow: hidden;
    padding-top: 106px; }
    .kv .gradient {
      max-width: 113px;
      top: -13px; }
    .kv .screen {
      top: unset;
      bottom: 0; }
    .kv .h2 {
      margin: 12px auto; }
    .kv .h1 {
      margin: 13px auto; }
    .kv .h1-deco {
      margin: 13px; }
    .kv .latte {
      top: -32px;
      max-width: 170px;
      right: -24px; }
    .kv .card-1 {
      top: -57px; }
    .kv a {
      margin: 32px auto; }
    .kv .text-area {
      margin: 0;
      display: block;
      text-align: center;
      height: auto;
      margin-bottom: 465px; } }

@media screen and (max-width: 800px) {
  .demo-area table th {
    font-size: 18px;
    width: 1%; }
    .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: 16px; }
  .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) {
  .top {
    max-width: 78px;
    right: 0px; }
  .feather .cta a:first-child {
    margin-bottom: 66px; }
  .feather .cta a:last-child {
    max-width: 240px;
    line-height: 26px; }
  .faq .container .group {
    padding-right: 30px; }
    .faq .container .group h3 {
      font-size: 18px; }
    .faq .container .group > a {
      margin-top: 8px; }
    .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; }
  .sub_title h2 {
    font-size: 20px !important; }
  .feather .txt p {
    font-size: 16px;
    text-align: justify;
    line-height: 28px; }
  .kv {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 42px; }
    .kv .text-area {
      position: relative; }
    .kv .h1-deco {
      position: absolute;
      top: -74px;
      left: 50%;
      -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important; }
    .kv .h1 {
      max-width: 241px; }
    .kv .h2 {
      margin: 8px auto; }
    .kv p b {
      margin-top: 0; }
    .kv a {
      font-size: 18px; }
    .kv .calculator {
      display: none; }
    .kv .man {
      max-width: 136px;
      left: 26px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .kv .infographic {
      max-width: 219px;
      right: 96px; }
    .kv .text-area {
      margin-bottom: 268px; }
    .kv #dax-fill {
      top: 10px; }
    .kv .screen {
      max-width: 224px; }
    .kv p {
      font-size: 15px;
      line-height: 30px; }
    .kv .card-1 {
      top: -83px; }
    .kv .latte {
      max-width: 111px;
      top: -74px;
      right: 0; }
    .kv .card-1 {
      top: -103px;
      max-width: 100px;
      right: -14px; }
    .kv .gradient {
      max-width: 90px;
      top: -55px; }
    .kv .text-area {
      margin-top: 100px; } }

@media screen and (max-width: 600px) {
  .top {
    bottom: -8px; }
  .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 */