@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
}

@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
}

@-webkit-keyframes fillColor {
  0% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #222;
  }
}

@keyframes fillColor {
  0% {
    color: #ffffff;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #222;
  }
}

* {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 200;
  height: 100vh;
  background: rgba(222, 222, 222, 0.3);
  text-align: center;
}

@media (max-width: 576px) {
  header {
    left: 0;
  }
}

@media (max-width: 576px) {
  header nav.sideMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
}

header .logo {
  max-width: 80px;
  top: 20px;
  position: relative;
}

@media (max-width: 576px) {
  header .logo {
    max-width: 40px;
    height: 40px;
    top: 10px;
    margin: 0 0 0 10px;
    display: inline-block;
  }
}

header ul {
  list-style-type: none;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0 20px;
  max-height: 500px;
  margin: 10vh 0;
}

@media (max-width: 992px) {
  header ul {
    max-height: 460px;
  }
}

@media (max-width: 576px) {
  header ul {
    padding: 0 10px;
    max-height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0 0 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    position: relative;
  }
}

header ul a,
header ul a:visited,
header ul a:active {
  text-decoration: none;
}

header ul a {
  color: #222;
}

@media (max-width: 576px) {
  header ul li {
    top: 10px;
    position: relative;
  }
  header ul li h3.title {
    font-size: 16px;
  }
  header ul li p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  header {
    height: 60px;
    width: 100vw;
  }
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif, "微軟正黑體";
  overflow: hidden;
}

body p {
  line-height: 1.5rem;
}

@media (max-width: 576px) {
  body p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  body .small {
    font-size: 12px;
    line-height: 1rem;
  }
}

body.ui-mobile-viewport.darkened:after {
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popupInfo.hide {
  display: none;
}

.popupInfo.activeInfo {
  position: absolute;
  z-index: 222;
  background: #ffffff;
  top: 50%;
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-top: 6px solid #f15a24;
  border-bottom: 6px solid #f15a24;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}

.popupInfo.activeInfo p {
  padding: 15px 0;
}

.slides {
  width: 500vw;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  background-color: #e2e2e2;
}

@media (max-width: 576px) {
  .slides {
    padding: 0px 0 0 0;
    overflow-y: hidden;
  }
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none;
}

#slide0 {
  background-image: url("../images/kv-bk.jpg");
  background-size: cover;
  position: relative;
}

@media (max-width: 576px) {
  #slide0 {
    background-image: url("../images/kv-bk-mobile.jpg");
  }
}

#slide0 .slogan {
  position: absolute;
  top: 10%;
  left: 10%;
}

@media (max-width: 576px) {
  #slide0 .slogan {
    display: none;
  }
}

#slide0 .sloganMobile {
  display: none;
}

@media (max-width: 576px) {
  #slide0 .sloganMobile {
    display: block;
    top: 15%;
    width: 70%;
    left: 15%;
    position: absolute;
  }
}

#slide0 .kvPeople {
  bottom: 0;
  right: 6rem;
  max-width: 680px;
  width: 100%;
  position: absolute;
}

@media (max-width: 1600px) {
  #slide0 .kvPeople {
    right: 4rem;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  #slide0 .kvPeople {
    right: 2rem;
  }
}

@media (max-width: 767px) {
  #slide0 .kvPeople {
    max-width: 660px;
    right: calc(10% - 52px);
  }
}

@media (max-width: 576px) {
  #slide0 .kvPeople {
    width: 110%;
    right: -5%;
  }
}

@media (max-width: 576px) {
  #slide2 .content {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.slide:nth-child(2) {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  .slide:nth-child(2) {
    padding: 30px 0 0 0;
  }
}

.slide:nth-child(3) {
  background-color: #feeee1;
}

@media (max-width: 576px) {
  .slide:nth-child(3) {
    padding: 30px 0 0 0;
  }
}

.slide:nth-child(4) {
  background-color: #fff;
}

@media (max-width: 576px) {
  .slide:nth-child(4) {
    padding: 30px 0 0 0;
  }
}

.slide:nth-child(5) {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  .slide:nth-child(5) {
    padding: 30px 0 0 0;
  }
}

.slide {
  height: 100vh;
  width: 100vw;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

h2.secTitle {
  padding: 0 0 15px 0;
}

@media (max-width: 576px) {
  h2.secTitle {
    font-size: 1.3rem;
  }
}

#aboutDesc .aboutInfo {
  max-width: 55%;
  left: 8%;
  position: relative;
}

@media (max-width: 1199px) {
  #aboutDesc .aboutInfo {
    left: 5%;
  }
}

@media (max-width: 576px) {
  #aboutDesc .aboutInfo {
    max-width: 80%;
    margin: auto;
    left: 0;
  }
}

#aboutDesc .aboutImgDesktop {
  max-height: 100vh;
  position: absolute;
  top: 0;
  right: 25px;
}

@media (max-width: 576px) {
  #aboutDesc .aboutImgDesktop {
    display: none;
  }
}

#aboutDesc .aboutImgMobile {
  display: none;
}

@media (max-width: 576px) {
  #aboutDesc .aboutImgMobile {
    display: inline-block;
    position: absolute;
  }
  #aboutDesc .aboutImgMobile:nth-of-type(2) {
    top: 60px;
    right: 10px;
    max-width: 240px;
  }
  #aboutDesc .aboutImgMobile:last-of-type {
    bottom: -96px;
    left: -60px;
    max-width: 318px;
  }
}

@media (max-width: 360px) {
  #aboutDesc .aboutImgMobile:nth-of-type(2) {
    max-width: 210px;
  }
  #aboutDesc .aboutImgMobile:last-of-type {
    max-width: 274px;
    bottom: -76px;
  }
}

.workItem {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: center;
}

.workItem .iconWrap {
  margin: auto;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

@media (max-width: 576px) {
  .workItem .iconWrap {
    height: 80px;
  }
}

.workItem .iconWrap:before {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 2px;
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  .workItem .iconWrap:before {
    width: 60px;
    height: 60px;
  }
}

.workItem .iconWrap .smallIcon {
  max-width: 80px;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  position: relative;
}

@media (max-width: 576px) {
  .workItem .iconWrap .smallIcon {
    max-width: 40px;
  }
}

.workItem .iconTitle {
  margin: 15px auto;
}

@media (max-width: 576px) {
  .workItem .iconTitle {
    margin: 10px auto;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

#portfolioSec {
  text-align: center;
}

@media (max-width: 1440px) {
  .portfolioItemWrap {
    max-width: 760px;
  }
  #slide3 #portfolioSec {
    max-width: 1024px;
  }
}

@media (max-width: 576px) {
  #portfolioSec {
    width: 100%;
  }
  #slide3 #portfolioSec .row:not(:first-of-type) {
    padding: 5px 0 0 0;
  }
}

#portfolioSec h1,
#portfolioSec h2,
#portfolioSec h3,
#portfolioSec h4 {
  color: #f15a24;
}

#portfolioSec .row:not(:first-of-type) {
  padding: 25px 0 0 0;
}

.portfolioItem {
  /* display: inline-block;
  width: 32%;
  text-align: center;
  min-width: 260px; */
  display: inline-block;
  width: 15%;
  text-align: center;
  /* min-width: 230px; */
  min-width: 220px;
}

.portfolioVideoWrap {
  width: 49%;
  display: inline-block;
  height: 300px;
  max-width: 640px;
}

.portfolioItem a {
  text-decoration: none;
  display: block;
}

.portfolioItem a:hover .iconWrap:before {
  background-color: #ff8847;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.portfolioItem .iconWrap {
  margin: auto;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.portfolioItem .iconWrap img {
  z-index: 5;
  position: relative;
  max-width: 100px;
  top: 30px;
}

.portfolioItem .iconWrap:before {
  background-color: #f15a24;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 160px;
  height: 160px;
  left: 50%;
  border-radius: 100%;
  content: "";
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1600px) {
  .portfolioItem .iconWrap:before {
    width: 140px;
    height: 140px;
  }
  .portfolioItem .iconWrap img {
    max-width: 80px;
  }
}

.portfolioItem .iconTitle {
  margin: 0px auto 5px auto;
}

#contact {
  max-width: 960px;
}

#contact .contactInfo {
  width: 48%;
  padding: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
}

#contact .mapInfo {
  width: 44%;
  margin: 0 0 0 5%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

#contact .mapInfo img {
  width: 100%;
}

@media (max-width: 767px) {
  .portfolioVideoWrap {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .portfolioVideoWrap {
    width: 90%;
    height: 150px;
  }
  .portfolioItem {
    min-width: unset;
    width: 25%;
    padding: 0 0 10px 0;
  }
  .portfolioItem .iconWrap {
    height: 62px;
  }
  .portfolioItem .iconWrap img {
    max-width: 36px;
    top: 9px;
  }
  .portfolioItem .iconWrap:before {
    width: 60px;
    height: 60px;
  }
  .portfolioItem .iconTitle {
    margin: 5px auto;
  }
  #contact .contactInfo {
    width: 80%;
    margin: 0 10% 20px 10%;
  }
  #contact .mapInfo {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 5%;
  }
  #contact .mapInfo img {
    max-width: 300px;
  }
}
