@charset "UTF-8";
/* Myself */
.about article.container {
  margin: 0 auto;
  padding: 164px 0 0;
  max-width: 1480px;
}
@media only screen and (max-width: 767px) {
  .about article.container {
    padding: 120px 0 0;
  }
}
.about article.container .top {
  padding: 0 20px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about article.container .top .left {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about article.container .top .right {
  width: 50%;
}
.about article.container .top .left {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .about article.container .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about article.container .top .left {
    margin-bottom: 35px;
    padding-left: 0;
    width: 100%;
  }
  .about article.container .top .right {
    width: 100%;
  }
}
.about article.container .hr {
  padding: 0 20px;
  margin-bottom: 100px;
}
.about article.container .hr:before {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #e8e8e8;
  content: "";
}
.about .back-history {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .back-history > a {
  display: inline-block;
  margin-right: 16px;
}
.about .back-history div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #019fe8;
  width: 40px;
  height: 40px;
  color: #fff;
}
.about .back-history p {
  font-size: 1rem;
  letter-spacing: 0.58px;
}
.about .back-history p:not(:last-child) {
  border-right: 1px solid #ddd;
  margin-right: 14px;
  padding-right: 14px;
}
.about .back-history p span {
  margin-right: 8px;
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", Arial, sans-serif;
}
.about .page-title .main {
  padding: 0 0 8px;
  line-height: 2.25rem;
  font-size: 1.75rem;
  font-family: "Montserrat Medium", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", Arial, sans-serif;
}
.about .page-title .sub {
  padding: 8px 0;
  font-size: 2.3rem;
  font-family: "Montserrat Light", "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 2.625rem;
}
.about .page-title .text {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .about .page-title .main {
    padding: 0 0 4px;
  }
  .about .page-title .sub {
    padding: 4px 0;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  .about .page-title .text {
    margin-top: 10px;
  }
}
.about .section-title {
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
}
.about .section-title p {
  font-size: 1rem;
  line-height: 1.75rem;
}
.about .section-title p.b {
  margin-bottom: 30px;
  color: #ff008f;
  font-size: 1.5rem;
  font-family: "Montserrat Medium", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", Arial, sans-serif;
}

@-webkit-keyframes verticalmove_back {
  0% {
    background-position-y: -10px;
  }
  50% {
    background-position-y: 10px;
  }
  100% {
    background-position-y: -10px;
  }
}

@keyframes verticalmove_back {
  0% {
    background-position-y: -10px;
  }
  50% {
    background-position-y: 10px;
  }
  100% {
    background-position-y: -10px;
  }
}
.about .back-history {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
.about .back-history.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  ransition: 1s;
}
.about .page-title {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}
.about .page-title.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-history .select, .about-history .content {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.about-history .select.show, .about-history .content.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-history .select.show .select, .about-history .content.show .select {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-history .select.show .content, .about-history .content.show .content {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.about-social li {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.about-social li.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  ansition: 1s;
}
.about-team .section-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.about-team .section-title.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-award li {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.about-award li.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-philosophy .client li {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}
.about-philosophy .client li.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-philosophy .client li.show:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.about-philosophy .client li.show:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-philosophy .client li.show:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.about-philosophy .team .title span {
  position: relative;
}
.about-philosophy .team .title span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  content: "";
}
.about-philosophy .team .title.show span:before {
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-philosophy .team .title.show span:nth-child(2):before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.about-philosophy .team .title.show span:nth-child(3):before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-philosophy .team li {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.about-philosophy .team li.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.about-philosophy .team li.show:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.about-philosophy .team li.show:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.about-philosophy .team li.show:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.about-award {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .about-award {
    margin-top: 100px;
  }
}
.about-award .horizontal {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-animation: verticalmove 8s infinite;
          animation: verticalmove 8s infinite;
  overflow: hidden;
}
.about-award .horizontal img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .about-award .horizontal img {
    height: 50vh;
  }
}
.about-award ul {
  padding: 0 10%;
}
@media only screen and (max-width: 1366px) {
  .about-award ul {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-award ul {
    padding: 0;
  }
}
.about-award li {
  margin-bottom: 100px;
  width: calc(50% + 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-award li .photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 500px;
}
.about-award li .photo:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -54%);
      -ms-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
  background-image: url("../../uploads/about/award_deco.png");
  width: 274px;
  height: 270px;
  content: "";
}
.about-award li .photo-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-award li .photo img {
  border-radius: 500px;
  width: 99%;
}
.about-award li .content {
  width: 100%;
}
.about-award li .date {
  margin-bottom: 12px;
  color: #ff008f;
  font-size: 1rem;
  font-family: "Montserrat SemiBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.53px;
}
.about-award li .title {
  font-size: 1.25rem;
  font-family: "Montserrat Medium", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", Arial, sans-serif;
  letter-spacing: 0.66px;
}
.about-award li .title:after {
  display: block;
  margin: 20px 0;
  width: 50px;
  height: 4px;
  background-color: #000;
  content: "";
}
.about-award li .text {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.53px;
}
.about-award li .rect-button {
  margin-top: 25px;
}
.about-award li:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: auto;
  text-align: right;
}
.about-award li:nth-child(odd) .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-award li:nth-child(odd) .content {
  padding-right: 110px;
}
.about-award li:nth-child(odd) .title:after {
  margin-left: auto;
}
.about-award li:nth-child(odd) .rect-button {
  margin-left: auto;
}
.about-award li:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
}
.about-award li:nth-child(even) .content {
  padding-left: 110px;
}
@media only screen and (max-width: 1024px) {
  .about-award li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 50%;
    width: 100%;
    height: auto;
  }
  .about-award li .content {
    margin-top: 50px;
  }
  .about-award li:nth-child(odd) {
    margin: 0 auto 100px;
    text-align: center;
  }
  .about-award li:nth-child(odd) .photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .about-award li:nth-child(odd) .content {
    padding: 0;
  }
  .about-award li:nth-child(odd) .title:after {
    margin: 20px auto;
  }
  .about-award li:nth-child(odd) .rect-button {
    margin: 25px auto 0;
  }
  .about-award li:nth-child(even) {
    margin: 0 auto 100px;
    text-align: center;
  }
  .about-award li:nth-child(even) .content {
    padding: 0;
  }
  .about-award li:nth-child(even) .title:after {
    margin: 20px auto;
  }
  .about-award li:nth-child(even) .rect-button {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-award li {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .about-award li {
    max-width: none;
  }
}
.about footer.footer {
  position: relative;
}
.about footer.footer:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  content: "";
}

@-webkit-keyframes verticalmove {
  0% {
    -webkit-transform: translate(0, calc(-50% - 10px));
            transform: translate(0, calc(-50% - 10px));
  }
  50% {
    -webkit-transform: translate(0, calc(-50% + 10px));
            transform: translate(0, calc(-50% + 10px));
  }
  100% {
    -webkit-transform: translate(0, calc(-50% - 10px));
            transform: translate(0, calc(-50% - 10px));
  }
}

@keyframes verticalmove {
  0% {
    -webkit-transform: translate(0, calc(-50% - 10px));
            transform: translate(0, calc(-50% - 10px));
  }
  50% {
    -webkit-transform: translate(0, calc(-50% + 10px));
            transform: translate(0, calc(-50% + 10px));
  }
  100% {
    -webkit-transform: translate(0, calc(-50% - 10px));
            transform: translate(0, calc(-50% - 10px));
  }
}
/*# sourceMappingURL=about_award.css.map */