@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes Isotope-in {
  0% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes Isotope-in {
  0% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes Isotope-out {
  0% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes Isotope-out {
  0% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes svg-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes svg-rotate {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
            transform: translate(-50%, -20%) rotate(45deg);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -20%) rotate(45deg);
            transform: translate(-50%, -20%) rotate(45deg);
  }
}
@-webkit-keyframes sound_bar {
  0% {
    height: 5px;
  }
  100% {
    height: 100%;
  }
}
@keyframes sound_bar {
  0% {
    height: 5px;
  }
  100% {
    height: 100%;
  }
}
* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img#codeImg {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: auto;
  height: 40px;
}
img#loadImg {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #3C3C3C inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

button {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 8px 50px;
  border: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  letter-spacing: 4px;
  border-radius: 5rem;
  transition: all 0.3s;
}
button span {
  padding-left: 4px;
}
button:hover {
  color: #fff;
  background: #00BEFA;
}

.content {
  position: relative;
  width: 70%;
  max-width: 1440px;
  min-width: 1152px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .content {
    width: 80%;
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .content {
    width: 90%;
    min-width: auto;
  }
}

.fone-size-11 {
  font-size: 1.1rem;
}

.white {
  color: #fff !important;
}

.text-r {
  text-align: right;
}

.mb-8 {
  margin-bottom: 8rem !important;
}
@media only screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4rem !important;
  }
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", "微軟正黑體";
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 768px) {
  html, body {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 600px) {
  html, body {
    font-size: 3.5vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  background: #fff;
  z-index: 5;
}
header .content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .content #logo {
  cursor: pointer;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 60px;
}
@media only screen and (max-width: 600px) {
  header .content #logo {
    padding: 10px 0;
  }
}
header .content #logo img {
  width: auto;
  height: 100%;
}
header .content #menu-ck {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck:checked + #menu {
    bottom: 0;
  }
}
header .content #menu-ck:checked ~ label i, header .content #menu-ck:checked ~ label o, header .content #menu-ck:checked ~ label u {
  -moz-transition: top 0.2s, opacity 0.1s 0.2s, -moz-transform 0.2s 0.2s;
  -o-transition: top 0.2s, opacity 0.1s 0.2s, -o-transform 0.2s 0.2s;
  -webkit-transition: top 0.2s, opacity 0.1s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0s, 0.2s, 0.2s;
  transition: top 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s, opacity 0.1s 0.2s, transform 0.2s 0.2s;
  transition: top 0.2s, opacity 0.1s 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}
header .content #menu-ck:checked ~ label i {
  top: 15px;
  opacity: 1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .content #menu-ck:checked ~ label o {
  top: 15px;
  opacity: 0;
}
header .content #menu-ck:checked ~ label u {
  top: 15px;
  opacity: 1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .content #menu-ck + #menu {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck + #menu {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: calc(100% - 80px);
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
  }
}
header .content #menu-ck + #menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck + #menu ul {
    display: block;
    padding: 100px 0;
  }
}
header .content #menu-ck + #menu ul li {
  cursor: pointer;
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 1.2rem;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck + #menu ul li {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 50px 0;
  }
}
header .content #menu-ck + #menu ul li:last-of-type {
  margin-right: 0;
}
header .content #menu-ck + #menu ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -10px;
  background: #323232;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck + #menu ul li:after {
    display: none;
  }
}
header .content #menu-ck + #menu ul li:hover:after, header .content #menu-ck + #menu ul li.act:after {
  opacity: 1;
}
header .content #menu-ck ~ label {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .content #menu-ck ~ label i, header .content #menu-ck ~ label o, header .content #menu-ck ~ label u {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #323232;
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: top 0.2s 0.2s, opacity 0.1s 0.2s, -moz-transform 0.2s;
  -o-transition: top 0.2s 0.2s, opacity 0.1s 0.2s, -o-transform 0.2s;
  -webkit-transition: top 0.2s, opacity 0.1s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0.2s, 0.2s, 0s;
  transition: top 0.2s 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s 0.2s, opacity 0.1s 0.2s, transform 0.2s;
  transition: top 0.2s 0.2s, opacity 0.1s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
header .content #menu-ck ~ label i {
  top: 5px;
}
header .content #menu-ck ~ label o {
  top: 15px;
}
header .content #menu-ck ~ label u {
  top: 25px;
}
@media only screen and (max-width: 768px) {
  header .content #menu-ck ~ label {
    display: block;
  }
}

footer {
  padding: 30px 0 30px 0;
}
footer.bg {
  background: #323232;
}
footer .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .content {
    display: block;
  }
}
footer .content span {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .content span {
    display: block;
    text-align: center;
  }
}
footer .content a {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  footer .content a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 1rem auto 1rem auto;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    font-size: 12px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url("../images/loading.gif") no-repeat center;
  background-size: 100px 100px;
  z-index: 999;
}

#wrapper {
  background: #fff;
}
#wrapper.on {
  height: 100%;
  overflow: hidden;
}
#wrapper section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
#wrapper section:first-of-type {
  padding: 79px 0 0 0;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  #wrapper section:first-of-type {
    padding: 80px 0 0 0;
    height: auto;
  }
}
#wrapper section:nth-of-type(even) {
  background: #323232;
}
#wrapper section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
}
#wrapper section h6 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}

#vdo {
  display: block;
  position: absolute;
  height: calc(100vh - 79px);
  top: 79px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #vdo {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#vdo:before, #vdo:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 5vw;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #vdo:before, #vdo:after {
    display: none;
  }
}
#vdo:before {
  left: -1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#vdo:after {
  right: -1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#vdo video {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #vdo video {
    width: 100%;
    height: auto;
  }
}

#muted {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 110px;
  background-image: url("../images/sound-off.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #muted {
    top: auto;
    right: 5%;
    bottom: 1rem;
  }
}
#muted.on {
  background-image: url("../images/sound-on.png");
}

#mute_btn {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 25px;
  width: 30px;
  right: 30px;
  top: 110px;
  opacity: 0.5;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
#mute_btn:hover {
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  #mute_btn {
    top: auto;
    right: 5%;
    bottom: 1rem;
  }
}
#mute_btn div {
  background-color: #323232;
  width: 2px;
  height: 5px;
}
#mute_btn.animate div:nth-child(1) {
  -webkit-animation: sound_bar 0.45s infinite alternate ease-in-out;
}
#mute_btn.animate div:nth-child(2) {
  -webkit-animation: sound_bar 0.6s infinite alternate ease-in-out;
}
#mute_btn.animate div:nth-child(3) {
  -webkit-animation: sound_bar 0.9s infinite alternate-reverse ease-in-out;
}
#mute_btn.animate div:nth-child(4) {
  -webkit-animation: sound_bar 0.85s infinite alternate ease-in-out;
}
#mute_btn.animate div:nth-child(5) {
  -webkit-animation: sound_bar 0.75s infinite alternate-reverse ease-in-out;
}

#scroll {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  bottom: 2rem;
  left: 50%;
  opacity: 0.5;
  z-index: 2;
  -webkit-animation: scroll ease-in-out 0.8s alternate infinite;
}
@media only screen and (max-width: 768px) {
  #scroll {
    width: 20px;
    height: 20px;
    bottom: 1.5rem;
  }
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.7);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(0.7);
          transform: translate(-50%, -50%) rotate(-45deg) scale(0.7);
}

ol#tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}
ol#tags li {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}
ol#tags li label {
  display: block;
}
ol#tags li label input {
  display: none;
}
ol#tags li label input + span {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 5px 10px;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
  transition: all 0.5s;
  border-radius: 5rem;
}
ol#tags li label input + span:hover {
  color: #00BEFA;
  border: 1px solid #00BEFA;
}
ol#tags li label input:checked + span {
  color: #00BEFA;
  border: 1px solid #00BEFA;
}

ul#work-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  margin-bottom: -1.6rem;
}
ul#work-list li {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
  padding: 0 0.8rem;
  margin-bottom: 1.6rem;
  color: #fff;
  -webkit-animation: Isotope-in linear 0.2s forwards;
}
@media only screen and (max-width: 768px) {
  ul#work-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  ul#work-list li {
    width: 100%;
  }
}
ul#work-list li.ani-out {
  -webkit-animation: Isotope-out linear 0.2s forwards;
}
ul#work-list li > div {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  width: 100%;
  transition: background-size 0.8s;
}
ul#work-list li > div:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 77.8%;
}
ul#work-list li > div .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
ul#work-list li > div .text p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
ul#work-list li > div .text small {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}
ul#work-list li > div:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s;
}
ul#work-list li > div:hover {
  background-size: auto 110%;
}
ul#work-list li > div:hover:after {
  opacity: 1;
}

.tablet ul#work-list li > div:hover, .mobile ul#work-list li > div:hover {
  background-size: auto 100%;
}
.tablet ul#work-list li > div:hover:after, .mobile ul#work-list li > div:hover:after {
  opacity: 0;
}

ul#about-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  ul#about-row {
    display: block;
  }
}
ul#about-row > li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul#about-row > li.no-flex {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  ul#about-row > li.no-flex {
    width: 100%;
  }
}
ul#about-row > li dl {
  line-height: 2;
}
ul#about-row > li dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
ul#about-row > li dl dd {
  font-size: 1.2rem;
  font-weight: 300;
  color: #323232;
}
ul#about-row > li dl dd.check-list {
  padding-left: 1.8rem;
  background-image: url("../images/icon-list.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1rem auto;
}
@media only screen and (max-width: 768px) {
  ul#about-row > li dl dd.check-list {
    background-position: left 0.7rem;
  }
}
ul#about-row > li dl dd .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  ul#about-row > li dl dd .row {
    display: block;
  }
}
ul#about-row > li dl dd .row p {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 190px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.8rem;
  border: 1px solid #323232;
  margin-right: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  ul#about-row > li dl dd .row p {
    width: 100%;
  }
}

ol.about-list {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.4rem 0;
}
ol.about-list > li {
  position: relative;
  font-size: 1rem;
  padding-left: 1.2rem;
}
ol.about-list > li:before {
  content: "．";
  position: absolute;
  left: 0;
  top: 0;
}

ol#anchor-list {
  position: relative;
  margin-top: 50px;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  ol#anchor-list {
    display: none;
    width: 100%;
  }
}
ol#anchor-list.fixed {
  position: fixed;
  top: 80px;
}
ol#anchor-list.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}
ol#anchor-list > li {
  position: relative;
  text-align: right;
}
ol#anchor-list > li.list span {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 300;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.5s;
}
ol#anchor-list > li.list:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  border: 1px solid #323232;
  border-radius: 15px;
}
ol#anchor-list > li.list.on span {
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
ol#anchor-list > li.list.on:after {
  background-color: #323232;
}
ol#anchor-list > li.line {
  height: 100px;
  margin: 10px 6px 10px 0;
  border-right: 1px solid #323232;
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#svg div[id*=svg-] {
  position: absolute;
  left: 50%;
  mix-blend-mode: multiply;
}
#svg div[id*=svg-] svg {
  position: relative;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#svg div[id*=svg-]#svg-1 {
  top: 0;
  width: 55%;
  -ms-transform: translate(8%, 33%);
  -webkit-transform: translate(8%, 33%);
  transform: translate(8%, 33%);
}
@media only screen and (max-width: 768px) {
  #svg div[id*=svg-]#svg-1 {
    width: 75%;
  }
}
#svg div[id*=svg-]#svg-2 {
  top: 0;
  width: 59%;
  -ms-transform: translate(-44%, 99%);
  -webkit-transform: translate(-44%, 99%);
  transform: translate(-44%, 99%);
}
@media only screen and (max-width: 768px) {
  #svg div[id*=svg-]#svg-2 {
    width: 79%;
  }
}
#svg div[id*=svg-]#svg-3 {
  top: 50%;
  width: 69%;
  -ms-transform: translate(-124%, 95%);
  -webkit-transform: translate(-124%, 95%);
  transform: translate(-124%, 95%);
}
@media only screen and (max-width: 768px) {
  #svg div[id*=svg-]#svg-3 {
    width: 89%;
  }
}
#svg div[id*=svg-]#svg-4 {
  top: 50%;
  width: 14%;
  -ms-transform: translate(6%, 333%);
  -webkit-transform: translate(6%, 333%);
  transform: translate(6%, 333%);
}
@media only screen and (max-width: 768px) {
  #svg div[id*=svg-]#svg-4 {
    width: 34%;
  }
}
#svg div[id*=svg-]#svg-5 {
  bottom: 0;
  width: 65%;
  -ms-transform: translate(15%, 290%);
  -webkit-transform: translate(15%, 290%);
  transform: translate(15%, 290%);
}
@media only screen and (max-width: 768px) {
  #svg div[id*=svg-]#svg-5 {
    width: 85%;
    -ms-transform: translate(7%, 189%);
    -webkit-transform: translate(7%, 189%);
    transform: translate(7%, 189%);
  }
}

ul#contact-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  ul#contact-row {
    display: block;
  }
}
ul#contact-row > li {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

ul#contact-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -2%;
}
@media only screen and (max-width: 768px) {
  ul#contact-form {
    display: block;
    margin: 0;
  }
}
ul#contact-form > li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2%;
}
@media only screen and (max-width: 768px) {
  ul#contact-form > li {
    margin: 0;
  }
}
ul#contact-form > li.flex-15 {
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

ol.contact-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ol.contact-list > li {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: auto;
  max-width: 100%;
  font-weight: 300;
  margin-right: 3rem;
  line-height: 1.4;
}
ol.contact-list > li > i {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}
ol.contact-list > li:last-of-type {
  margin-right: 0;
}

ol.form-list > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.5;
}
ol.form-list > li label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
ol.form-list > li label input[type=checkbox] {
  display: none;
}
ol.form-list > li label input[type=checkbox] + i {
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-color: #3C3C3C;
  border-radius: 3px;
}
ol.form-list > li label input[type=checkbox] + i:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00BEFA;
  opacity: 0;
  top: 3px;
  left: 3px;
  border-radius: 1px;
}
ol.form-list > li label input[type=checkbox]:checked + i:before {
  opacity: 1;
}
ol.form-list > li label > small {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ol.form-list > li > small {
  text-align: right;
  font-size: 12px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  display: block;
  margin-top: 0.5rem;
}
ol.form-list > li span {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 9rem;
}
ol.form-list > li span.w100 {
  width: 100%;
}
ol.form-list > li span.w20 {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  ol.form-list > li span.w20 {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  ol.form-list > li span.w20 {
    width: 50%;
  }
}
ol.form-list > li input, ol.form-list > li textarea {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  background-color: #3C3C3C;
  min-width: 1px;
  font-size: 1rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  padding: 8px;
  letter-spacing: 1px;
  border-radius: 3px;
}
ol.form-list > li textarea {
  resize: none;
  height: 7.85rem;
}

#pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 34%;
  overflow: auto;
  background: rgba(255, 255, 255, 0);
  z-index: 4;
  transition: background 0.5s;
}
#pop .close {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 50px;
  border: 10px solid #fff;
  background: #ffffff;
  z-index: 9;
  border-radius: 100%;
  transition: all 0.5s;
}
#pop .close i, #pop .close u {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #323232;
  transition: all 0.5s;
}
#pop .close i {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pop .close u {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #pop .close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    border: 5px solid #fff;
  }
}
#pop .close:hover {
  background: #323232;
  border: 10px solid #323232;
}
#pop .close:hover i, #pop .close:hover u {
  background: #ffffff;
}
#pop.ami {
  z-index: 99;
  background: white;
}
#pop.ami #pop-img {
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 2;
  transition: top 0.5s, right 0.5s;
}
#pop.ami #pop-img:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 34%;
}
#pop.ami #pop-img .con {
  width: 100% !important;
  height: 100% !important;
  transition: width 0.5s, height 0.5s;
}
#pop #pop-img {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#pop #pop-img:before {
  display: block;
  height: 0;
  content: "";
  margin-top: 75%;
}
#pop #pop-img .con {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#pop #pop-content {
  margin: 5rem auto;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content {
    margin: 3rem auto;
  }
}
#pop #pop-content.ami .content {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.5s;
}
#pop #pop-content .content {
  opacity: 0;
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
#pop #pop-content .content .pop-iframe {
  position: relative;
  padding-top: 56.25%;
}
#pop #pop-content .content .pop-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pop #pop-content .content .pop-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row {
    display: block;
  }
}
#pop #pop-content .content .pop-row > div {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row > div {
    margin-bottom: 1rem;
  }
}
#pop #pop-content .content .pop-row > div:first-of-type {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30%;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row > div:first-of-type {
    width: 100%;
  }
}
#pop #pop-content .content .pop-row > div h1 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
}
#pop #pop-content .content .pop-row > div h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row > div h2 {
    margin-bottom: 1rem;
  }
}
#pop #pop-content .content .pop-row > div h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
#pop #pop-content .content .pop-row > div p {
  font-family: "Noto Sans TC", "微軟正黑體" !important;
  font-size: 1.2rem !important;
  line-height: 2 !important;
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  color: #323232 !important;
}
#pop #pop-content .content .pop-row > div p span {
  font-family: "Noto Sans TC", "微軟正黑體" !important;
  font-size: 1.2rem !important;
  line-height: 2 !important;
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  color: #323232 !important;
}
#pop #pop-content .content .pop-row > div ol.tags {
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row > div ol.tags li {
    display: inline-block;
    line-height: 1.2;
    border-right: 1px solid #c7c7c7;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #pop #pop-content .content .pop-row > div ol.tags li:last-of-type {
    border-right: none;
  }
}
#pop #pop-content .content .pop-row > div #awards {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #pop #pop-content .content .pop-row > div #awards {
    margin-top: 1rem;
  }
}
#pop #pop-content .content .pop-row > div dl.awards {
  position: relative;
}
#pop #pop-content .content .pop-row > div dl.awards dt {
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#pop #pop-content .content .pop-row > div dl.awards dd {
  position: relative;
  font-size: 1rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
#pop #pop-content .content .pop-row > div dl.awards dd:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
#pop #pop-content .content .pop-row > div dl.awards.more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
#pop #pop-content .content .pop-row > div a.more {
  cursor: pointer;
  font-size: 12px;
}
#pop #pop-content .content .pop-row > div a.more:hover {
  color: #00A9FE;
}
