﻿@charset "UTF-8";
/* ======================= css reset ========================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Rounded Mplus 1c",'Noto Sans TC', "微軟正黑體"; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ======================= css common style ========================== */
a {
  text-decoration: none;
  color: #31312C;
  font-size: 16px; }
  a:hover {
    color: #F04086; }

h1, h2, h3, h4, h5, h6, p, li {
  color: #31312C;
  letter-spacing: 1px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ======================= nav ========================== */
#nav__container {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F8F8F8; }
  @media screen and (max-width: 767px) {
    #nav__container {
      height: 50px; } }
  #nav__container .leftlogo {
    margin-left: 12%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-image: url(../image/logo_17life.svg);
    height: 50px;
    background-repeat: no-repeat;
    visibility: visible; }
    @media screen and (max-width: 1280px) {
      #nav__container .leftlogo {
        margin-left: 6%; } }
    @media screen and (max-width: 767px) {
      #nav__container .leftlogo {
        height: 40px;
        visibility: visible;
        margin-left: calc(50% - 43px); } }
  #nav__container .nav__web {
    margin-right: 15%;
    -ms-grid-column-align: end;
        justify-self: end; }
    @media screen and (max-width: 1280px) {
      #nav__container .nav__web {
        margin-right: 7%; } }
    @media screen and (max-width: 767px) {
      #nav__container .nav__web {
        display: none; } }
    #nav__container .nav__web a {
      margin-left: 35px; }
      #nav__container .nav__web a:nth-child(5) {
        height: 16px;
        width: 16px;
        display: inline-block;
        background-image: url(../image/member_black.svg); }
        #nav__container .nav__web a:nth-child(5):hover {
          background-image: url(../image/member_red.svg); }
  #nav__container .nav__mob {
    margin-right: 5%;
    -ms-grid-column-align: end;
        justify-self: end;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url(../image/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      #nav__container .nav__mob {
        display: none; } }
  #nav__container.transparent__background {
    background-color: transparent; }
    @media screen and (max-width: 768px) {
      #nav__container.transparent__background {
        background-color: #F8F8F8; } }
    #nav__container.transparent__background .leftlogo {
      visibility: hidden; }
      @media screen and (max-width: 768px) {
        #nav__container.transparent__background .leftlogo {
          visibility: visible; } }
    #nav__container.transparent__background .nav__web a {
      color: #fff; }
      #nav__container.transparent__background .nav__web a:hover {
        color: #F04086; }
      #nav__container.transparent__background .nav__web a:nth-child(5) {
        background-image: url(../image/member.svg); }
        #nav__container.transparent__background .nav__web a:nth-child(5):hover {
          background-image: url(../image/member_red.svg); }
    #nav__container.transparent__background .nav__web .normal__search {
      cursor: pointer;
      background-image: url(../image/search.svg); }
      #nav__container.transparent__background .nav__web .normal__search:hover {
        cursor: pointer;
        background-image: url(../image/search_red.svg); }
  #nav__container.pink__background {
    background-color: #FF99C2; }
  #nav__container.green__background {
    background-color: #92F2A1; }
  #nav__container.blue__background {
    background-color: #A3E0FE; }
  #nav__container.orange__background {
    background-color: #FFC284; }
  #nav__container.orange__background .nav__web a, #nav__container.blue__background .nav__web a, #nav__container.green__background .nav__web a {
    color: #31312C; }
    #nav__container.orange__background .nav__web a:hover, #nav__container.blue__background .nav__web a:hover, #nav__container.green__background .nav__web a:hover {
      color: #fff; }
    #nav__container.orange__background .nav__web a:nth-child(4), #nav__container.blue__background .nav__web a:nth-child(4), #nav__container.green__background .nav__web a:nth-child(4) {
      background-image: url(../image/search_black.svg); }
      #nav__container.orange__background .nav__web a:nth-child(4):hover, #nav__container.blue__background .nav__web a:nth-child(4):hover, #nav__container.green__background .nav__web a:nth-child(4):hover {
        background-image: url(../image/search.svg); }
    #nav__container.orange__background .nav__web a:nth-child(5), #nav__container.blue__background .nav__web a:nth-child(5), #nav__container.green__background .nav__web a:nth-child(5) {
      background-image: url(../image/member_black.svg); }
      #nav__container.orange__background .nav__web a:nth-child(5):hover, #nav__container.blue__background .nav__web a:nth-child(5):hover, #nav__container.green__background .nav__web a:nth-child(5):hover {
        background-image: url(../image/member.svg); }

.normal__search {
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url(../image/search_black.svg); }
  .normal__search:hover {
    background-image: url(../image/search_red.svg); }

.clicked__search {
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url(../image/back.svg); }

.nav__searchbar {
  position: fixed;
  top: 60px;
  right: calc(15% + 39px);
  z-index: 50;
  width: 200px;
  height: 50px;
  background-color: #F8F8F8;
  border-radius: 50px;
  display: none; }
  @media screen and (max-width: 1280px) {
    .nav__searchbar {
      right: calc(7% + 39px); } }
  @media screen and (max-width: 768px) {
    .nav__searchbar {
      display: none; } }
  .nav__searchbar input {
    background-color: transparent;
    border: 0px transparent solid;
    width: 80%;
    padding-left: 20px;
    font-size: 16px; }
  .nav__searchbar button {
    cursor: pointer;
    border: 0px transparent solid;
    height: 50px;
    width: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../image/search_black.svg);
    background-size: 16px;
    background-position: center; }

/* ======================= mob menu ========================== */
.nav__mobmenu {
  display: none; }
  @media screen and (max-width: 767px) {
    .nav__mobmenu {
      display: none;
      position: fixed;
      height: 100vh;
      top: 0;
      width: 100%;
      z-index: 20;
      background-color: #fff; } }
  .nav__mobmenu .nav__mobemenu__first {
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .nav__mobmenu .nav__mobemenu__first .nav__mobmenu__searchbar {
      margin: 0 auto;
      width: 250px;
      height: 50px;
      background-color: #F8F8F8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50px; }
      .nav__mobmenu .nav__mobemenu__first .nav__mobmenu__searchbar input {
        background-color: transparent;
        border: 0px transparent solid;
        width: 80%;
        padding-left: 20px;
        font-size: 16px; }
      .nav__mobmenu .nav__mobemenu__first .nav__mobmenu__searchbar button {
        border: 0px transparent solid;
        height: 50px;
        width: 50px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url(../image/search_red.svg);
        background-size: 16px;
        background-position: center; }
  .nav__mobmenu .nav__mobemenu__second {
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav__mobmenu .nav__mobemenu__second a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 50%;
      font-size: 20px; }
      .nav__mobmenu .nav__mobemenu__second a:nth-child(1) img {
        margin: 0 auto 10px auto; }
      .nav__mobmenu .nav__mobemenu__second a:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#fff));
        background-image: linear-gradient(#F8F8F8, #fff); }
        .nav__mobmenu .nav__mobemenu__second a:nth-child(2) img {
          margin: 0 auto 10px auto; }
  .nav__mobmenu .nav__mobemenu__third {
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav__mobmenu .nav__mobemenu__third a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 50%;
      font-size: 20px; }
      .nav__mobmenu .nav__mobemenu__third a:nth-child(1) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#fff));
        background-image: linear-gradient(#F8F8F8, #fff); }
        .nav__mobmenu .nav__mobemenu__third a:nth-child(1) img {
          margin: 0 auto 10px auto; }
      .nav__mobmenu .nav__mobemenu__third a:nth-child(2) img {
        margin: 0 auto 10px auto; }

/* ======================= footer ========================== */
footer {
  background-color: #F8F8F8; }
  footer .footer__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 80px 0px;
    width: 100%; }
    @media screen and (max-width: 600px) {
      footer .footer__description {
        padding: 35px 0px; } }
    footer .footer__description .logoWithInfo {
      margin-left: 12%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      letter-spacing: 1px;
      line-height: 24px; }
      @media screen and (max-width: 1280px) {
        footer .footer__description .logoWithInfo {
          margin-left: 6%; } }
      @media screen and (max-width: 767px) {
        footer .footer__description .logoWithInfo {
          margin: 0 auto;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; } }
      @media screen and (max-width: 600px) {
        footer .footer__description .logoWithInfo {
          margin: 0 auto;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; }
          footer .footer__description .logoWithInfo p {
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 18px; } }
      footer .footer__description .logoWithInfo .footerlogo {
        height: 60px;
        width: 500px;
        background-image: url(../image/logo_17life.svg);
        background-repeat: no-repeat;
        background-size: 100px; }
        @media screen and (max-width: 1280px) {
          footer .footer__description .logoWithInfo .footerlogo {
            width: 400px; } }
        @media screen and (max-width: 600px) {
          footer .footer__description .logoWithInfo .footerlogo {
            height: 40px;
            width: 100px;
            margin-bottom: 20px; } }
    footer .footer__description .siteLinkInfo {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 35px;
      color: #31312C;
      letter-spacing: 1px;
      line-height: 30px; }
      @media screen and (max-width: 767px) {
        footer .footer__description .siteLinkInfo {
          display: none; } }
      footer .footer__description .siteLinkInfo .siteLinkInfo__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__one, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__two, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__three {
          margin-right: 50px; }
          footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__one h4, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__two h4, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__three h4 {
            color: #F04086;
            margin-bottom: 10px; }
          @media screen and (max-width: 860px) {
            footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__one, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__two, footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__three {
              margin-right: 20px; } }
        footer .footer__description .siteLinkInfo .siteLinkInfo__left .siteLinkInfo__left__two h4 {
          color: #F8F8F8; }
      @media screen and (max-width: 1100px) {
        footer .footer__description .siteLinkInfo .siteLinkInfo__right {
          display: none; } }
      footer .footer__description .siteLinkInfo .siteLinkInfo__right h4 {
        color: #F04086;
        margin-bottom: 20px; }
      footer .footer__description .siteLinkInfo .siteLinkInfo__right div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .footer__description .siteLinkInfo .siteLinkInfo__right div a:nth-child(1) {
          height: 60px;
          width: 60px;
          background-image: url(../image/support/twservice.svg);
          background-repeat: no-repeat;
          background-size: 60px; }
        footer .footer__description .siteLinkInfo .siteLinkInfo__right div a:nth-child(2) {
          height: 60px;
          width: 60px;
          background-image: url(../image/support/sosa.svg);
          background-repeat: no-repeat;
          background-size: 40px; }
  footer .footer__copyright {
    background-color: #F04086;
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px; }
    @media screen and (max-width: 600px) {
      footer .footer__copyright {
        padding: 8px 20px;
        font-size: 10px; } }

.backtop {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 250px;
  right: 50px;
  height: 45px;
  width: 40px;
  background-image: url(../image/backtop.svg);
  background-repeat: no-repeat;
  background-size: 40px; }
  @media screen and (min-width: 1750px) {
    .backtop {
      right: 150px; } }
  @media screen and (min-width: 1500px) {
    .backtop {
      right: 100px; } }
  @media screen and (max-width: 900px) {
    .backtop {
      right: 20px; } }
  @media screen and (max-width: 768px) {
    .backtop {
      right: 5%; } }
  @media screen and (max-width: 600px) {
    .backtop {
      right: 5%;
      bottom: 130px; } }

/* ======================= animation for building ========================== */
@-webkit-keyframes jumpbuilding {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 30px; }
  100% {
    margin-bottom: 0px; } }

/* Standard syntax */
@keyframes jumpbuilding {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 30px; }
  100% {
    margin-bottom: 0px; } }

.fadein {
  opacity: 0; }

.fadeinleft {
  opacity: 0;
  margin-left: -50px; }

.fadeinlefttime {
  opacity: 0;
  margin-left: -50px; }

/* ======================= about ========================== */
header {
  background-image: url(../image/pic_newbanner.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 80vh;
  height: 45vw;
  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; }
  @media screen and (max-width: 767px) {
    header {
      margin-top: 50px; } }
  header .centerlogo {
    height: 130px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      header .centerlogo {
        height: 80px; } }
    @media screen and (max-width: 767px) {
      header .centerlogo {
        height: 0px;
        display: none; }
        header .centerlogo svg {
          display: none; } }
  header h1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding-top: 0px;
    font-weight: 300; }
    @media screen and (max-width: 1280px) {
      header h1 {
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      header h1 {
        font-size: 24px; }
        header h1 span {
          display: block;
          margin-bottom: 5px;
          font-size: 14px; } }

main {
  text-align: center;
  margin: 0 auto;
  padding: 50px 16%; }
  @media screen and (max-width: 1280px) {
    main {
      padding: 50px 8%; } }
  @media screen and (max-width: 767px) {
    main {
      padding: 30px 8%; } }
  main h2 {
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      main h2 {
        font-size: 20px; } }
  main p {
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      main p {
        font-size: 14px;
        text-align: left;
        letter-spacing: 1px;
        line-height: 30px; } }

.timeline {
  background-color: #FFE6F0;
  padding-bottom: 80px; }
  .timeline h2 {
    color: #FFE6F0;
    font-size: 1px;
    visibility: hidden; }
  .timeline .up-timeline {
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .timeline .up-timeline div {
      width: 200px;
      padding: 0px 1% 50px 1%;
      position: relative; }
      .timeline .up-timeline div::after {
        content: "";
        position: absolute;
        height: 25px;
        bottom: 0;
        left: calc(50% - 0.5px);
        border: 0.5px #F04086 solid; }
      .timeline .up-timeline div p {
        text-align: center;
        color: #31312C;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 300; }
        .timeline .up-timeline div p:nth-child(1) {
          font-size: 24px;
          padding: 10px;
          color: #F04086; }
      @media screen and (max-width: 910px) {
        .timeline .up-timeline div {
          width: 230px;
          padding: 0px 1% 50px 1%; } }
  .timeline .timeline-line {
    border: 0.5px #F04086 solid;
    margin: 0 15%; }
    @media screen and (max-width: 1500px) {
      .timeline .timeline-line {
        margin: 0 12%; } }
    @media screen and (max-width: 1280px) {
      .timeline .timeline-line {
        margin: 0 8%; } }
  .timeline .down-timeline {
    height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .timeline .down-timeline div {
      width: 200px;
      padding: 50px 10px 0px 10px;
      position: relative; }
      .timeline .down-timeline div::after {
        content: "";
        position: absolute;
        height: 25px;
        top: 0;
        left: calc(50% - 0.5px);
        border: 0.5px #F04086 solid; }
      .timeline .down-timeline div p {
        text-align: center;
        color: #31312C;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
        font-weight: 300; }
        .timeline .down-timeline div p:nth-child(1) {
          font-size: 24px;
          padding: 0 10px 10px 10px; }
        .timeline .down-timeline div p:nth-child(1) {
          color: #F04086; }
      @media screen and (max-width: 910px) {
        .timeline .down-timeline div {
          width: 230px;
          padding: 50px 1% 0px 1%; } }
  @media screen and (max-width: 910px) {
    .timeline {
      padding: 0 50px 50px 50px; } }
  @media screen and (max-width: 767px) {
    .timeline {
      display: none; } }

.lifestory {
  background-color: #E1F3E7; }
  @media screen and (max-width: 767px) {
    .lifestory {
      padding-bottom: 10px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E1F3E7), to(#fff));
      background-image: linear-gradient(#E1F3E7, #fff); } }
  .lifestory h2 {
    padding: 80px 0px 80px 0px;
    font-size: 28px;
    text-align: center; }
    @media screen and (max-width: 1500px) {
      .lifestory h2 {
        padding: 80px 0px 0% 0px; } }
    @media screen and (max-width: 950px) {
      .lifestory h2 {
        padding: 50px 0px 0% 0px; } }
    @media screen and (max-width: 767px) {
      .lifestory h2 {
        font-size: 20px; } }
  .lifestory .building {
    height: 200px;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 1500px) {
      .lifestory .building {
        width: 90%;
        height: 220px; } }
    @media screen and (max-width: 1200px) {
      .lifestory .building {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .lifestory .building {
        display: none; } }
    .lifestory .building div {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
      .lifestory .building div:nth-child(3) {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; }
      .lifestory .building div:hover h3 {
        color: #31312C; }
      .lifestory .building div:hover img {
        cursor: pointer;
        -webkit-animation-name: jumpbuilding;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: .5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: 2;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-direction: alternate-reverse;
        /* Safari 4.0 - 8.0 */
        animation-name: jumpbuilding;
        animation-duration: .5s;
        animation-iteration-count: 2;
        animation-direction: alternate-reverse; }
      .lifestory .building div h3 {
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
        color: #AAAAAA; }
    .lifestory .building .active h3 {
      color: #31312C; }
  .lifestory .road {
    background-image: url(../image/building/b_road.svg);
    height: 55px;
    width: 80%;
    margin: 50px auto;
    position: relative; }
    @media screen and (max-width: 1500px) {
      .lifestory .road {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .lifestory .road {
        display: none; } }
    .lifestory .road img {
      height: 55px;
      position: absolute;
      left: 6%; }
  .lifestory .content {
    height: calc(20vh + 60px);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 80%; }
    @media screen and (max-width: 1000px) {
      .lifestory .content {
        height: calc(20vh + 80px); } }
    @media screen and (max-width: 800px) {
      .lifestory .content {
        height: calc(20vh + 130px); } }
    @media screen and (max-width: 767px) {
      .lifestory .content {
        height: 600px; } }
    @media screen and (max-width: 500px) {
      .lifestory .content {
        height: 500px; } }
    .lifestory .content .building__content {
      position: absolute;
      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;
      width: 100%;
      left: 0%;
      display: none; }
      @media screen and (max-width: 767px) {
        .lifestory .content .building__content {
          display: block;
          margin: 20px auto;
          position: relative; } }
      .lifestory .content .building__content img {
        width: 20%;
        max-width: 300px;
        margin-right: 20px; }
        @media screen and (max-width: 1000px) {
          .lifestory .content .building__content img {
            width: 30%; } }
        @media screen and (max-width: 767px) {
          .lifestory .content .building__content img {
            width: 100%;
            max-width: 100%; } }
      .lifestory .content .building__content article h3 {
        font-size: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .lifestory .content .building__content article h3 {
            text-align: center;
            margin-top: 30px;
            font-size: 16px; } }
      .lifestory .content .building__content article p {
        letter-spacing: 1px;
        line-height: 30px;
        max-width: 600px;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          .lifestory .content .building__content article p {
            font-size: 14px;
            text-align: left;
            letter-spacing: 1px;
            line-height: 30px; } }
  .lifestory .slider__arrow {
    display: none; }
    @media screen and (max-width: 767px) {
      .lifestory .slider__arrow {
        display: block;
        width: 100px;
        height: 50px;
        margin-left: calc(80% - 20px); }
        .lifestory .slider__arrow img:nth-child(1) {
          margin-right: 10px; } }
    @media screen and (max-width: 500px) {
      .lifestory .slider__arrow {
        margin-left: calc(80% - 30px); } }
    @media screen and (max-width: 340px) {
      .lifestory .slider__arrow {
        margin-left: calc(80% - 40px); } }

.ourwork {
  background-color: #EFF9FE;
  padding-bottom: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .ourwork {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#EFF9FE), to(#fff));
      background-image: linear-gradient(#EFF9FE, #fff); } }
  .ourwork h2 {
    padding: 80px 0px 80px 0px;
    font-size: 28px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .ourwork h2 {
        font-size: 20px;
        padding: 50px 0px 40px 0px; } }
  .ourwork .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media screen and (max-width: 1280px) {
      .ourwork .detail {
        width: 85%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .ourwork .detail {
        display: block; } }
    .ourwork .detail .firstdetail, .ourwork .detail .seconddetail, .ourwork .detail .thirddetail {
      width: 340px;
      height: 360px;
      border-radius: 50px;
      background-color: #ffffff; }
      @media screen and (max-width: 1000px) {
        .ourwork .detail .firstdetail, .ourwork .detail .seconddetail, .ourwork .detail .thirddetail {
          height: 300px; } }
      @media screen and (max-width: 767px) {
        .ourwork .detail .firstdetail, .ourwork .detail .seconddetail, .ourwork .detail .thirddetail {
          background-color: transparent;
          width: 100%;
          height: 130px;
          border-radius: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: justify;
              align-content: space-between;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0 auto; } }
      @media screen and (max-width: 350px) {
        .ourwork .detail .firstdetail, .ourwork .detail .seconddetail, .ourwork .detail .thirddetail {
          height: 100px; } }
      .ourwork .detail .firstdetail h3, .ourwork .detail .seconddetail h3, .ourwork .detail .thirddetail h3 {
        text-align: center;
        font-size: 20px;
        padding: 50px 0px 10px 0px;
        letter-spacing: 1px;
        line-height: 30px; }
        @media screen and (max-width: 900px) {
          .ourwork .detail .firstdetail h3 span, .ourwork .detail .seconddetail h3 span, .ourwork .detail .thirddetail h3 span {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .ourwork .detail .firstdetail h3, .ourwork .detail .seconddetail h3, .ourwork .detail .thirddetail h3 {
            padding: 23px 10px;
            text-align: center; }
            .ourwork .detail .firstdetail h3 span, .ourwork .detail .seconddetail h3 span, .ourwork .detail .thirddetail h3 span {
              font-size: 14px; } }
        @media screen and (max-width: 350px) {
          .ourwork .detail .firstdetail h3, .ourwork .detail .seconddetail h3, .ourwork .detail .thirddetail h3 {
            font-size: 14px;
            padding: 23px 10px; } }
      .ourwork .detail .firstdetail div, .ourwork .detail .seconddetail div, .ourwork .detail .thirddetail div {
        height: 50%;
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: center; }
        @media screen and (max-width: 767px) {
          .ourwork .detail .firstdetail div, .ourwork .detail .seconddetail div, .ourwork .detail .thirddetail div {
            width: 100px;
            height: 100px;
            background-size: 100px;
            background-position: bottom; } }

.partneraward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .partneraward div h2 {
    padding: 80px 0px 50px 0px;
    font-size: 28px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .partneraward div h2 {
        font-size: 20px;
        padding: 50px 0px 40px 0px; } }
  .partneraward .partner {
    width: 50%;
    background-color: #FEFFED;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .partneraward .partner {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFFED), to(#fff));
        background-image: linear-gradient(#FEFFED, #fff); } }
    @media screen and (max-width: 500px) {
      .partneraward .partner {
        padding-bottom: 50px; } }
    .partneraward .partner ul li {
      margin: 10px auto;
      background-repeat: no-repeat;
      background-size: 150px;
      width: 150px;
      height: 50px; }
      @media screen and (max-width: 500px) {
        .partneraward .partner ul li {
          background-size: 120px;
          width: 120px;
          margin: 0px auto; } }
      .partneraward .partner ul li:nth-child(1) {
        margin-top: 10px;
        background-image: url(../image/partner/logo_family.svg);
        -webkit-filter: grayscale(100%) opacity(0.8);
        filter: grayscale(100%) opacity(0.8); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(1) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(2) {
        background-image: url(../image/partner/logo_taishin.svg);
        -webkit-filter: grayscale(100%) opacity(0.6);
        filter: grayscale(100%) opacity(0.6); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(2) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(3) {
        background-image: url(../image/partner/logo_hsinkong.svg);
        -webkit-filter: grayscale(100%) opacity(0.5);
        filter: grayscale(100%) opacity(0.5); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(3) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(4) {
        background-image: url(../image/partner/logo_payeasy.svg);
        -webkit-filter: grayscale(100%) opacity(0.8);
        filter: grayscale(100%) opacity(0.8); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(4) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(5) {
        background-image: url(../image/partner/logo_hilife.svg);
        -webkit-filter: grayscale(100%) opacity(0.5);
        filter: grayscale(100%) opacity(0.5); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(5) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(6) {
        background-image: url(../image/partner/logo_lion.svg);
        -webkit-filter: grayscale(100%) opacity(0.5);
        filter: grayscale(100%) opacity(0.5); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(6) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:nth-child(7) {
        background-image: url(../image/partner/logo_ez.svg);
        -webkit-filter: grayscale(100%) opacity(0.5);
        filter: grayscale(100%) opacity(0.5); }
        @media screen and (max-width: 767px) {
          .partneraward .partner ul li:nth-child(7) {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); } }
      .partneraward .partner ul li:hover {
        -webkit-filter: grayscale(0%) opacity(1);
        filter: grayscale(0%) opacity(1); }
    @media screen and (max-width: 767px) {
      .partneraward .partner {
        width: 100%; } }
  .partneraward .award {
    width: 50%;
    background-color: #FFE8D1;
    padding-bottom: 80px; }
    .partneraward .award .awarddetail {
      color: #fff;
      width: 70%;
      text-align: left;
      font-size: 20px;
      background-color: #FFB165;
      border-radius: 50px;
      padding: 20px 20px 20px 34px;
      margin: 16px auto;
      letter-spacing: 1px;
      line-height: 30px;
      font-weight: 300; }
      .partneraward .award .awarddetail:hover {
        background-color: #FF9834; }
      @media screen and (max-width: 1500px) {
        .partneraward .award .awarddetail {
          width: 80%; } }
      @media screen and (max-width: 1280px) {
        .partneraward .award .awarddetail {
          width: 90%;
          padding: 15px 25px;
          font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .partneraward .award {
        display: none; } }

.togetherwithyou {
  padding-bottom: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .togetherwithyou {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE6F0), to(#fff));
      background-image: linear-gradient(#FFE6F0, #fff); } }
  .togetherwithyou h2 {
    padding: 80px 0px 50px 0px;
    font-size: 28px;
    text-align: center;
    line-height: 35px; }
    @media screen and (max-width: 767px) {
      .togetherwithyou h2 {
        font-size: 20px;
        padding: 50px 0px 40px 0px; } }
  .togetherwithyou .numbercontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1280px) {
      .togetherwithyou .numbercontent {
        width: 85%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .togetherwithyou .numbercontent {
        display: block;
        margin: 0 auto; } }
    .togetherwithyou .numbercontent .membernumber, .togetherwithyou .numbercontent .opennumber, .togetherwithyou .numbercontent .downloadnumber {
      width: 340px;
      height: 360px;
      text-align: center;
      margin: 0px 3%; }
      @media screen and (max-width: 1280px) {
        .togetherwithyou .numbercontent .membernumber, .togetherwithyou .numbercontent .opennumber, .togetherwithyou .numbercontent .downloadnumber {
          margin: 0px 1%; } }
      @media screen and (max-width: 900px) {
        .togetherwithyou .numbercontent .membernumber, .togetherwithyou .numbercontent .opennumber, .togetherwithyou .numbercontent .downloadnumber {
          height: 250px; } }
      @media screen and (max-width: 767px) {
        .togetherwithyou .numbercontent .membernumber, .togetherwithyou .numbercontent .opennumber, .togetherwithyou .numbercontent .downloadnumber {
          width: 100%;
          height: 130px;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .togetherwithyou .numbercontent .membernumber .app__logo, .togetherwithyou .numbercontent .opennumber .app__logo, .togetherwithyou .numbercontent .downloadnumber .app__logo {
        height: 50%;
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: center; }
        @media screen and (max-width: 767px) {
          .togetherwithyou .numbercontent .membernumber .app__logo, .togetherwithyou .numbercontent .opennumber .app__logo, .togetherwithyou .numbercontent .downloadnumber .app__logo {
            width: 100px;
            background-size: 100px;
            height: 100px; } }
      .togetherwithyou .numbercontent .membernumber div p, .togetherwithyou .numbercontent .opennumber div p, .togetherwithyou .numbercontent .downloadnumber div p {
        font-size: 48px;
        letter-spacing: 1px;
        line-height: 60px;
        margin: 10px 0px;
        font-weight: 300; }
        @media screen and (max-width: 1280px) {
          .togetherwithyou .numbercontent .membernumber div p, .togetherwithyou .numbercontent .opennumber div p, .togetherwithyou .numbercontent .downloadnumber div p {
            font-size: 35px;
            letter-spacing: 1px;
            line-height: 50px; } }
        @media screen and (max-width: 900px) {
          .togetherwithyou .numbercontent .membernumber div p, .togetherwithyou .numbercontent .opennumber div p, .togetherwithyou .numbercontent .downloadnumber div p {
            font-size: 24px;
            letter-spacing: 1px;
            line-height: 20px;
            padding: 10px; } }
      .togetherwithyou .numbercontent .membernumber div h3, .togetherwithyou .numbercontent .opennumber div h3, .togetherwithyou .numbercontent .downloadnumber div h3 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 30px; }
        @media screen and (max-width: 1280px) {
          .togetherwithyou .numbercontent .membernumber div h3, .togetherwithyou .numbercontent .opennumber div h3, .togetherwithyou .numbercontent .downloadnumber div h3 {
            font-size: 20px;
            letter-spacing: 1px;
            line-height: 25px; } }
        @media screen and (max-width: 900px) {
          .togetherwithyou .numbercontent .membernumber div h3, .togetherwithyou .numbercontent .opennumber div h3, .togetherwithyou .numbercontent .downloadnumber div h3 {
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 20px; } }
    .togetherwithyou .numbercontent .membernumber .app__logo {
      background-image: url(../image/number/n_member.svg); }
    .togetherwithyou .numbercontent .opennumber .app__logo {
      background-image: url(../image/number/n_open.svg); }
    .togetherwithyou .numbercontent .downloadnumber .app__logo {
      background-image: url(../image/number/n_download.svg); }
  .togetherwithyou .app__detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 1280px) {
      .togetherwithyou .app__detail {
        width: 85%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .togetherwithyou .app__detail {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .togetherwithyou .app__detail small {
      color: #AAAAAA;
      font-size: 16px;
      background-color: #FFE6F0;
      border-radius: 50px;
      padding: 5px 15px;
      letter-spacing: 1px;
      font-weight: 300;
      text-align: center; }
      @media screen and (max-width: 900px) {
        .togetherwithyou .app__detail small {
          font-size: 12px; } }
      @media screen and (max-width: 768px) {
        .togetherwithyou .app__detail small {
          font-size: 10px; } }
/*# sourceMappingURL=about.css.map */