@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
  font-family: "微軟正黑體", "LiHei Pro", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

button:focus, input:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  z-index: 2000;
  overflow: hidden;
}

.spring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
}

/* loading */
.ball {
  display: inline-block;
  margin-right: 3px;
  width: 6px;
  margin: 10px auto;
  border-radius: 50px;
}

.ball:nth-child(1) {
  height: 20px;
  background: #a0d6f2;
  animation: right 1.2s infinite ease-in-out;
}

.ball:nth-child(2) {
  height: 40px;
  background: #7fd4a1;
  animation: right 1s infinite ease-in-out;
}

.ball:nth-child(3) {
  height: 35px;
  background: #dee279;
  animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(4) {
  height: 50px;
  background: #e8a9a9;
  animation: right 1.02s infinite ease-in-out;
}

.ball:nth-child(5) {
  height: 20px;
  background: #dadada;
  animation: right 1.4s infinite ease-in-out;
}

@keyframes right {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}

@keyframes left {
  0% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 30px;
  background-color: #fcfcfc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.header-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
  transition: all .3s ease;
}

#header.small .header-inner {
  width: 50%;
}

.logo {
  width: 28px;
  height: 104px;
  background-size: 100% auto;
  margin: 0 auto 30px;
  cursor: pointer;
  transition: all .3s ease;
}

.cls-1 {
  width: 100%;
  height: auto;
  fill: #fcfcfc;
  stroke: #4e4e4e;
  stroke-linejoin: round;
  stroke-opacity: 0.25;
  stroke-width: 1px;
  fill-rule: evenodd;
  filter: url(#filter);
}

.cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}

#header.small .logo svg {
  width: 12px;
  height: 54px;
}

#navigation,
#navigation a {
  color: #333333;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  font-family: Verdana;
  transition: all .3s ease;
}

#navigation li {
  position: relative;
  display: inline-block;
  margin: 0 100px;
  transition: all .3s ease;
}

#navigation li:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0%;
  height: 6px;
  border-radius: 3px;
  background: #f45553;
  transform: translateX(-50%);
  transition: all .3s ease;
  opacity: 0;
}

#navigation li:hover:before,
#navigation li.active:before {
  width: 150%;
  opacity: 1;
}

#header.small {
  padding-top: 10px;
}

#header.small + .part-box {
  background-position: center top;
}

#header.small .logo {
  float: left;
  width: 12px;
  height: 54px;
  margin: 0;
  margin-right: 33px;
}

#header.small #navigation {
  float: left;
  text-align: left;
  width: 80%;
  padding: 20px 0 26px;
  box-sizing: border-box;
}

#header.small li {
  margin: 0;
  margin-right: 37px;
}

#header.small #navigation li:before {
  bottom: -30px;
}

.information {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 590px;
  width: 80%;
  margin: 0 auto;
}

.title-en {
  font-size: 15px;
  line-height: 2;
  font-family: 'Verdana';
}

.title-zh {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 45px;
}

.info-txt {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 67px;
}

.btn_arrow {
  width: 43px;
  height: 24px;
  background: url(../images/btn_arrow.png) no-repeat center top;
  margin: 0 auto;
}

.color-white {
  color: #fff;
}

.color-1 {
  color: #606060;
  text-shadow: 0 0 20px #fff,0 0 10px #fff,0 0 15px #fff,0 0 5px #fff,0 0 2px #fff;
}

.color-2 {
  color: #f45553;
}

.color-3 {
  color: #666666;
}

.part-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  box-sizing: border-box;
}

.part-box .title-zh,
.part-box .title-en,
.part-box .info-txt,
.part-box .skill-item,
.part-box .icon-X,
.part-box .btn-next,
.part-box .user-form {
  opacity: 0;
}

.part-box.active .title-zh,
.part-box.active .title-en,
.part-box.active .user-form {
  animation: fadein .6s ease forwards;
  opacity: 0;
  transform: translateY(-30px);
}

.part-box.active .info-txt {
  animation: fadein 1s ease forwards;
  transform: translateY(-30px);
  opacity: 0;
}

.part-box.active .btn-next {
  animation: fadein 1s ease forwards;
  animation-delay: .4s;
  transform: translateY(-30px);
  margin-left: -20px;
  opacity: 0;
}

.part-box.active .icon-X {
  animation: scale .4s ease forwards;
  animation-delay: .4s;
  transform: scale(0);
  opacity: 0;
}

.part-box.active .skill-1 {
  animation: fadeinLeft 1s ease forwards;
  animation-delay: .4s;
  transform: translateX(-30px);
  opacity: 0;
}

.part-box.active .skill-2 {
  animation: fadeinRight 1s ease forwards;
  animation-delay: .4s;
  transform: translateX(30px);
  opacity: 0;
}

.part-box.active .skill-3 {
  animation: fadeinLeft 1s ease forwards;
  animation-delay: .4s;
  transform: translateX(-30px);
  opacity: 0;
}

.part-box.active .skill-4 {
  animation: fadeinRight 1s ease forwards;
  animation-delay: .4s;
  transform: translateX(30px);
  opacity: 0;
}

.part-box.active .skill-5 {
  animation: fadeinLeft 1s ease forwards;
  animation-delay: .4s;
  transform: translateX(-30px);
  opacity: 0;
}

#footer.part-box.active .footer-inner {
  animation: fadein 1s ease forwards;
  opacity: 0;
  transform: translateY(100px);
}

@keyframes fadein {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeinLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeinRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.part-1 {
  background-image: url(../images/background_1.jpg);
  background-position: center 30%;
}

.part-2 {
  background-image: url(../images/background_2.jpg);
  background-attachment: fixed;
  background-position: center top;
}

.part-3 {
  padding: 60px 0;
  height: auto;
}

.part-4 {
  background-image: url(../images/background_3.jpg);
  background-attachment: fixed;
  background-position: center top;
}

.part-5 {
  height: auto;
}

.part-6 {
  padding-top: 100px;
  background-image: url(../images/background_4.jpg);
  background-position: center bottom;
}

.part-6 .icon-X {
  margin-bottom: 30px;
}

.icon-X {
  width: 172px;
  height: 172px;
  background: url(../images/X.png) no-repeat center;
  margin: 0 auto;
}

.part-1 .information {
  transform: translateY(-10%);
}

.part-5 .information {
  max-width: 490px;
  transform: translateY(-50%);
}

.part-6 .information {
  transform: translateY(-75%);
}

.row {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.row::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.row.mail::before {
  background-image: url(../images/icon_mail.png);
}

.row.message::before {
  background-image: url(../images/icon_message.png);
}

.input-style {
  border: 1px solid #bbbbbb;
  border-radius: 50px;
  padding: 18px 20px;
  padding-left: 65px;
  color: #757475;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  background: transparent;
  box-sizing: border-box;
  transition: all .5s ease;
}

.input-style:focus {
  border-color: #f45553;
}

.btns-style {
  display: inline-block;
  padding: 20px 35px;
  min-width: 120px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1;
  border: none;
  border-radius: 50px;
  background: #ea5550;
  box-shadow: 0 6px 0 #b12723;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  transform: rotateX(0deg) translateY(0);
  cursor: pointer;
  transition: all .3s ease;
}

.btns-style:hover {
  transform: rotateX(30deg) translateY(0);
  box-shadow: 0 6px 0 #b12723, 0 10px 10px rgba(0, 0, 0, 0.5);
}

.btns-style:active {
  transform: rotateX(30deg) translateY(5px);
  box-shadow: 0 3px 0 #b12723;
}

.btn-next {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 24px;
  background: url(../images/btn_arrow.png) no-repeat center bottom;
}

.btn-next a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer {
  width: 100%;
  height: auto;
  min-height: 0;
  background-color: #f3f3f3;
  overflow: hidden;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 65px 0 55px;
  color: #202020;
}

.col {
  float: left;
  width: 33.3%;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.footer-logo {
  display: block;
  width: 117px;
  height: 49px;
  background: url(../images/logo_mark_en.png) no-repeat center top;
  margin-bottom: 20px;
}

.footer-logo-title {
  display: block;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 62px;
}

.footer-title {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 32px;
}

.footer-span,
.footer-span a {
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link, .footer-link a {
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link li {
  display: block;
  margin-bottom: 20px;
}

.footer-link.footer-list {
  padding-left: 20px;
  list-style: disc;
}

.footer-link.footer-list li {
  display: list-item;
}

.join-btns {
  margin-top: 30px;
  margin-bottom: 25px;
}

.join-btns li {
  display: inline-block;
  padding-right: 5px;
}

.join-title {
  display: inline-block;
  color: #202020;
  font-size: 16px;
  line-height: 1.5;
}

.join-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #d3d3d3;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  transition: transform 0.15s, box-shadow 0.15s;
  transform: rotateX(0deg) translateY(0);
  cursor: pointer;
  transition: all .3s ease;
}

.join-btn:hover {
  background: #ea5550;
  box-shadow: 0px 5px 0px #b12723;
  transform: rotateX(30deg) translateY(0);
}

.join-btn:active {
  text-shadow: 0 0 4px #AD001D;
  box-shadow: 0 1px 0 #b12723;
  background: #ed6b67;
  transition: transform 0.05s, box-shadow 0.05s;
  transform: rotateX(30deg) translateY(4px);
}

.copyright {
  font-size: #202020;
  font-size: 12px;
  line-height: 1.5;
}

.skill-inner {
  position: relative;
  max-width: 840px;
  width: 90%;
  height: 1800px;
  margin: 0 auto;
}

.skill-title {
  color: #1e1c1d;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.skill-icon {
  margin-bottom: 40px;
}

.skill-txt {
  color: #909090;
  font-size: 15px;
  line-height: 1.5;
}

.skill-item {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 378px;
  width: 48%;
  height: auto;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding: 100px 23px;
  box-sizing: border-box;
}

.skill-1 {
  left: 30px;
  border-color: #e8a9a9;
}

.skill-2 {
  top: 210px;
  left: 477px;
  border-color: #a0d6f2;
}

.skill-3 {
  top: 607px;
  left: 205px;
  border-color: #dee279;
}

.skill-4 {
  top: 990px;
  left: 470px;
  border-color: #7fd4a1;
}

.skill-5 {
  top: 1200px;
  left: 30px;
  border-color: #e8a9a9;
}

/*  ###############
    work list
###################*/
.work-list-inner {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 75px 0;
}

.work-row {
  width: 100%;
}

.work-foto {
  position: relative;
}

.work-foto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate3d(-50%, -50%, 0) scale(0);
  transition: all .3s ease;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
}

.work-foto::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "View";
  transform: translate3d(-50%, -50%, 0) scale(0);
  font-family: 'Verdana';
  transition: all .3s .2s ease;
  font-size: 16px;
  color: #fff;
}

.work-foto:hover:before,
.work-foto:hover:after {
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.work-col {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 4%;
  cursor: pointer;
}

.work-title {
  color: #757475;
  font-family: 'Verdana';
  font-size: 13px;
}

.work-col:nth-child(2n) {
  margin-right: 0;
}

.work-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.work-lb-inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 115px 0;
  box-sizing: border-box;
}

.work-lb-title {
  color: #fff;
  font-size: 47px;
  line-height: 1.5;
  font-weight: bold;
}

.work-lb-span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.lbtn-arrow {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 91px;
  background: url(../images/icon_arrow.png) no-repeat center top;
}

.lbtn-prev {
  left: -47px;
  transform: scale(-1);
}

.lbtn-next {
  right: -47px;
}

.lbtn-close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 33px;
  height: 33px;
  background: url(../images/icon_close.png) no-repeat center top;
  z-index: 100;
}

.lbtn-arrow a,
.lbtn-close a {
  display: block;
  width: 100%;
  height: 100%;
}

.lbtn-link {
  display: inline-block;
  min-width: 170px;
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #121212;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.lbtn-link:active {
  transform: translateY(3px);
  box-shadow: inset 0 3px 3px black, 0 1px 2px rgba(255, 255, 255, 0.2);
}
