@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Noto+Serif+TC:wght@400;600&family=Open+Sans:wght@300;400;600&display=swap");
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,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 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;
}

a {
  color: inherit;
  text-decoration: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  color: inherit;
}

a:focus {
  background-color: transparent;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?jaesqg");
  src: url("../fonts/icomoon.eot?jaesqg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jaesqg") format("truetype"), url("../fonts/icomoon.woff?jaesqg") format("woff"), url("../fonts/icomoon.svg?jaesqg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e907";
}

.icon-logo-linkedin:before {
  content: "\e904";
}

.icon-ar-back-top:before {
  content: "\e900";
}

.icon-ar-scroll-down:before {
  content: "\e901";
}

.icon-ar-right:before {
  content: "\e902";
}

.icon-ar-left:before {
  content: "\e903";
}

.icon-menu:before {
  content: "\e905";
}

.icon-slash:before {
  content: "\e906";
}

html, body {
  font-family: 'Cormorant Garamond', 'Noto Serif TC', 'Open Sans', serif;
  letter-spacing: .01em;
  color: #444;
  scroll-behavior: smooth;
  background-color: #f5f1f2;
}

div, a, button {
  -webkit-touch-callout: none !important;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none !important;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  /* prevent tap highlight color / shadow */
  -webkit-user-select: none !important;
  /* prevent copy paste, to allow, change 'none' to 'text' */
}

.no-scroll {
  overflow: hidden;
}

.loader {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  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;
  background: -webkit-gradient(linear, right top, left top, from(#A2BDD8), color-stop(46.88%, #DDBDD4), to(#EAA5B3));
  background: linear-gradient(270deg, #A2BDD8 0%, #DDBDD4 46.88%, #EAA5B3 100%);
}

.loader div {
  color: #fff;
  width: .875em;
  height: .875em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

/* common */
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 36px 0;
  max-width: 90%;
}

.header .logo {
  width: 36px;
}

.header .logo img {
  display: block;
  width: 100%;
}

.header nav {
  display: block;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #fff;
}

.header nav ul li:before {
  margin: 0 16px;
  font-family: 'icomoon' !important;
  content: '\e906';
}

.header nav ul li:first-child:before {
  display: none;
}

.header nav ul li a {
  display: inline-block;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.header nav ul li a:hover {
  color: #FF8097;
}

.nav-toggle {
  display: none;
  position: absolute;
  top: 24px;
  right: 4%;
  z-index: 99;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  position: absolute;
  left: 10%;
  height: 4px;
  width: 80%;
  background: #fff;
  border-radius: 8px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-toggle span:nth-child(1) {
  top: 10px;
}

.nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
  top: 20px;
}

.nav-toggle span:nth-child(4) {
  top: 30px;
}

.nav-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.footer {
  background: -webkit-gradient(linear, right top, left top, from(#A2BDD8), color-stop(46.88%, #DDBDD4), to(#EAA5B3));
  background: linear-gradient(270deg, #A2BDD8 0%, #DDBDD4 46.88%, #EAA5B3 100%);
  border-top-style: solid;
  border-top-color: #fff;
  border-top-width: 1px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 24px 0;
  max-width: 90%;
  color: #fff;
}

.footer-inner .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo {
  width: auto;
  height: 36px;
}

.footer-logo img {
  display: block;
  height: 100%;
}

.footer .copyright {
  margin: 0 0 0 1.25em;
}

.footer .icon-logo-linkedin {
  font-size: 1.5em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.footer .icon-logo-linkedin:hover {
  -webkit-text-stroke-color: #FF8097;
}

.back-to-top {
  margin: 2em auto 0;
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #9FA0A0;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.back-to-top i {
  margin: 0 0 0 auto;
  font-size: 1.5em;
}

.back-to-top:hover {
  color: #FF8097;
}

.next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.next:after {
  display: block;
  margin: 0 auto;
  font-family: 'icomoon' !important;
  content: '\e901';
  font-size: 2.5em;
}

.next:hover {
  color: #FF8097;
}

.inx .header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
.inx [data-content="proj-page"] {
  display: none;
}
.page [data-content="inx"] {
  display: none;
}
.page [data-content="proj-page"] {
  display: flex;
}

.wrapper {
  display: none;
  position: relative;
}


.sec-wrap {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}

.sec-inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 90%;
}

.heading {
  color: #444;
}

.heading h2 {
  margin: 0 0 .5em;
  font-size: 2em;
}

.heading h3 {
  margin: 0 0 .25em;
  font-size: 1.75em;
}

.heading h3 span {
  margin: 0 0 0 .5em;
  font-weight: 600;
}

.heading h4 {
  font-family: 'Open Sans';
  font-size: 1.125em;
  font-weight: 600;
}

.heading p {
  margin: .25em 0;
  font-family: 'Open Sans';
  font-size: 1.125em;
  line-height: 1.5;
}

.heading p b {
  font-weight: 600;
}

.heading p a {
  color: #9FA0A0;
  -webkit-transition: all 45s ease-in-out;
  transition: all 45s ease-in-out;
}

.heading p a:hover {
  color: #FF8097;
}

.heading p + h3 {
  margin-top: 1.5em;
}

.heading p + h4 {
  margin-top: 1.5em;
}

.text-link {
  display: inline-block;
  margin: 16px 0;
  font-family: 'Open Sans';
  color: #9FA0A0;
}

.text-link i {
  margin: 0 4px;
  vertical-align: middle;
}

.text-link:hover {
  color: #FF8097;
}

#hero .sec-inner {
  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;
  z-index: 10;
  margin: 0 auto;
  height: calc(100vh - 160px);
  height: calc((var(--vh, 1vh) * 100) - 160px);
  overflow: visible;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
}

#hero h2 {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#hero h2 img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

#hero h2:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .5;
}

#hero h2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 50vw;
  height: 50vw;
  background-image: url(../img/assets/ttl-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#hero h2.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: -webkit-gradient(linear, right top, left top, from(#A2BDD8), color-stop(46.88%, #DDBDD4), to(#EAA5B3));
  background: linear-gradient(270deg, #A2BDD8 0%, #DDBDD4 46.88%, #EAA5B3 100%);
}

#hero .bg div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: radial-gradient(41.3% 114.49% at 100% 0%, #B5D4C3 0%, rgba(181, 212, 194, 0) 100%);
}

#hero .bg div:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: radial-gradient(38.59% 111.46% at 0% 100%, #E9A69E 0%, rgba(233, 165, 162, 0) 100%);
}

#about {
  position: relative;
	border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
}

#about .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  padding-bottom: 160px;
  
}

#about .sec-inner .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about .sec-inner .col img {
  display: block;
  margin: auto;
  width: 100%;
}

#about .sec-inner .col:first-child {
  margin: 0 48px 0 0;
}

#about .next {
  color: #707070;
}

#about .next:hover {
  color: #FF8097;
}

#about .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F1EAD5), color-stop(51.04%, #DEEAD0), color-stop(74.23%, #DAEDE8), to(#DBEEE5));
  background: linear-gradient(270deg, #F1EAD5 0%, #DEEAD0 51.04%, #DAEDE8 74.23%, #DBEEE5 100%);
}

#about .bg div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: radial-gradient(63.04% 97.84% at 98.54% 110.05%, #F49FC4 0%, rgba(217, 208, 217, 0) 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#about .bg div:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: radial-gradient(66.85% 133.15% at 103.66% 107.88%, #FA7FB4 0%, rgba(217, 208, 217, 0) 100%);
}

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-wrap figure {
  cursor: pointer;
  position: relative;
  margin: 16px;
  width: calc(100% / 4 - 32px);
  -webkit-perspective: 50em;
          perspective: 50em;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px rgba(68, 68, 68, 0.1);
          box-shadow: 4px 4px 20px rgba(68, 68, 68, 0.1);
}

.list-wrap figure:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #9FA0A0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, 0.1);
          box-shadow: 0 0 10px rgba(68, 68, 68, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.list-wrap figure * {
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.list-wrap figure a {
  display: block;
}

.list-wrap figure .img {
  width: 100%;
  padding-bottom: 79.24%;
  overflow: hidden;
}

.list-wrap figure .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.list-wrap figure figcaption {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.list-wrap figure figcaption .ttl {
  margin: 0 0 12px;
  font-size: 1.25em;
}

.list-wrap figure figcaption .desc {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: .875em;
  line-height: 1.3;
  text-align: center;
}

.list-wrap figure:hover:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 0.95;
}

.list-wrap figure:hover figcaption {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#projects {
  background-color: #f5f1f2;
	border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
}

#projects:before, #projects:after {
  content: '';
  width: 100%;
  padding-bottom: 5.8%;
  background-image: url(../img/assets/proj-text.svg);
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
}

#projects:before {
  top: 0;
}

#projects:after {
  bottom: 0;
}

#projects .sec-inner {
  position: relative;
  margin: 0 auto 80px;
}

#projects .next {
  color: #707070;
}

#projects .next:hover {
  color: #FF8097;
}

.text-input {
  padding: 12px 16px;
  width: calc(100% - 32px);
  font-family: 'Open Sans';
  font-size: 1.125em;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: #f2f5f6;
}

.text-input:focus {
  outline: 0;
  border: 1px solid rgba(68, 68, 68, 0.25);
}

.text-input:placeholder {
  color: rgba(68, 68, 68, 0.75);
}

textarea.text-input {
  min-height: 180px;
  resize: none;
}

.input-group {
  margin: 0 0 24px;
}

.btn {
  position: relative;
  text-align: center;
  padding: 16px;
  width: 100%;
  font-size: 1.125em;
  font-family: 'Cormorant Garamond', 'Noto Serif TC', 'Open Sans', serif;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background-color: #707070;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.btn:hover {
  background-color: #FF8097;
  -webkit-box-shadow: 2px 4px 40px -12px rgba(68, 68, 68, 0.5);
          box-shadow: 2px 4px 40px -12px rgba(68, 68, 68, 0.5);
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0eaec;
  min-height: calc(100vh - 84px);
}

#contact .sec-inner {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .sec-inner .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#contact .sec-inner .col:first-child {
  margin: 0 48px 0 0;
}

/* page */
.page .header {
  background: -webkit-gradient(linear, left top, right top, from(#F3AFBD), color-stop(64.17%, #E2D4E7), to(#A4DFEA));
  background: linear-gradient(90deg, #F3AFBD 0%, #E2D4E7 64.17%, #A4DFEA 100%);
	border-bottom-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
}

.page-content {
  margin: 0 auto;
  padding: 40px 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f5f1f2;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page-content .page-tool {
  margin: 0 0 24px;
  width: 100%;
}

.page-content .page-tool ul {
  text-align: right;
  font-size: 1.25em;
}

.page-content .page-tool ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.page-content .page-tool ul li a {
  display: block;
  color: #9FA0A0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-content .page-tool ul li[data-control="project-page"] {
  cursor: pointer;
  color: #9FA0A0;
  transition: all 0.25s ease-in-out;
}

.page-content .page-tool ul li a:hover, .page-content .page-tool ul li[data-control="project-page"]:hover {
  color: #FF8097;
}

.page-content .col {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.page-content .col.heading {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  margin: 0 48px 0 0;
  width: calc(40% - 48px);
}

.page-content .col.view {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60%;
}

.page-content .col.view .img-wrap {
  margin: 0 0 2em;
}

.page-content .col.view .img-wrap img {
  display: block;
  width: 100%;
}

.page-content.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1200px) {
  .list-wrap figure {
    width: calc(100% / 3 - 32px);
  }
}

@media (max-width: 768px) {
  .list-wrap figure {
    width: calc(100% / 2 - 32px);
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    display: block;
  }
  .header-inner {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 24px 0;
  }
  .header .logo {
    width: 36px;
  }
  .header nav {
    display: none;
    width: 100%;
  }
  .header nav ul {
    margin: 24px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav ul li {
    width: 100%;
    text-align: left;
  }
  .header nav ul li:before {
    display: none;
  }
  .header nav ul li a {
    padding: .5em 0;
  }
  .list-wrap figure {
    width: calc(100% / 1 - 32px);
  }
  #hero h2:before {
    right: -10%;
    width: 80vw;
    height: 80vw;
  }
  #hero h2:after {
    right: -10%;
    width: 80vw;
    height: 80vw;
  }
  #hero .bg {
    background: linear-gradient(269.13deg, #A2BDD8 -11.32%, #DDBDD4 45.08%, #EAA5B3 99.19%);
  }
  #hero .bg div {
    background: linear-gradient(191.95deg, #DDEFE8 0%, rgba(221, 239, 232, 0) 58.26%);
  }
  #hero .bg div:after {
    display: none;
  }
  #projects:before, #projects:after {
    display: none;
  }
  #about .sec-inner, #contact .sec-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .sec-inner .col:first-child, #contact .sec-inner .col:first-child {
    margin: 0 0 40px;
  }
  .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content .col.heading {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 0 40px;
  }
  .page-content .col.view {
    width: 100%;
  }
}

/* Jeanie 後加的 */
.bold
{font-weight:bolder;}
/*# sourceMappingURL=main.css.map */