@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow|Roboto");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Heebo");
body {
  background-color: black; }

#fullpage .home {
  background-image: url(../img/img_homepage_bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center; }
  #fullpage .home .header-menu {
    position: absolute;
    top: 0;
    left: 50%; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home .header-menu {
        margin-left: -135px; } }
    #fullpage .home .header-menu ul {
      padding: 0; }
      #fullpage .home .header-menu ul li {
        display: inline; }
      #fullpage .home .header-menu ul a {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        padding: 0 30px;
        -o-transition: color .4s ease-out;
        -webkit-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        transition: color .4s ease-out; }
        #fullpage .home .header-menu ul a:hover {
          color: #15c0f8;
          -o-transition: color .4s ease-out;
          -webkit-transition: color .4s ease-out;
          -moz-transition: color .4s ease-out;
          transition: color .4s ease-out; }
      #fullpage .home .header-menu ul button {
        font-family: "Noto Sans TC", sans-serif; }
    #fullpage .home .header-menu button {
      font-size: 15px;
      color: #fff;
      background: none;
      border: none;
      outline: none;
      border-left: 1px solid rgba(21, 192, 248, 0.3);
      border-right: 1px solid rgba(21, 192, 248, 0.3);
      padding: 0 20px;
      -o-transition: color .4s ease-out;
      -webkit-transition: color .4s ease-out;
      -moz-transition: color .4s ease-out;
      transition: color .4s ease-out; }
      #fullpage .home .header-menu button:hover {
        color: #15c0f8;
        cursor: pointer;
        -o-transition: color .4s ease-out;
        -webkit-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        transition: color .4s ease-out; }
  #fullpage .home img {
    transform: translate3d(0, -40%, 0);
    opacity: 0;
    width: 100%;
    height: auto;
    max-width: 30%;
    max-height: 30%; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home img {
        max-width: 30%;
        max-height: 30%;
        padding-top: 2.1rem; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .home img {
        max-width: 20%;
        max-height: 20%;
        padding-top: 2.1rem; } }
  #fullpage .home p {
    color: #fff;
    font-family: "Heebo", sans-serif;
    letter-spacing: 4px; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home p {
        padding-top: 1rem;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .home p {
        padding-top: 0.5rem;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .home p {
        padding-top: 0.5rem;
        font-size: 0.8rem; } }
  #fullpage .home .header-introduce {
    opacity: 0;
    position: absolute; }
    #fullpage .home .header-introduce h6 {
      margin: 0;
      color: #fff;
      letter-spacing: 4px;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: normal; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home .header-introduce h6 {
          font-size: 1rem; } }
      @media only screen and (max-width: 1440px) {
        #fullpage .home .header-introduce h6 {
          font-size: 0.9rem; } }
      @media only screen and (max-width: 1024px) {
        #fullpage .home .header-introduce h6 {
          font-size: 0.7rem; } }
  #fullpage .home .right-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40px;
    width: 100%;
    border-left: 1px solid rgba(180, 180, 180, 0.3); }
    @media (max-width: 540px) {
      #fullpage .home .right-line {
        width: 30px; } }
  #fullpage .home .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1px solid rgba(180, 180, 180, 0.8); }
    #fullpage .home .left-line .slides_menu_open {
      width: 100%;
      height: 34px;
      position: absolute;
      background: url(../img/btn_menu.png);
      background-size: cover;
      background-position: center;
      border: none;
      outline: none; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home .left-line .slides_menu_open {
          width: 150%;
          left: -10px;
          top: 15px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home .left-line .slides_menu_open {
          top: 10px;
          left: -7px; } }
      #fullpage .home .left-line .slides_menu_open:hover {
        cursor: pointer; }
    @media (max-width: 540px) {
      #fullpage .home .left-line {
        width: 30px; } }
  #fullpage .home .homekit_logo {
    position: relative;
    margin: 0 auto;
    max-width: 22%;
    top: 320px; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home .homekit_logo {
        top: 470px;
        max-width: 23%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home .homekit_logo {
        top: 395px;
        max-width: 20%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .home .homekit_logo {
        top: 325px; } }
    @media only screen and (max-width: 1280px) {
      #fullpage .home .homekit_logo {
        top: 335px;
        max-width: 21%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .home .homekit_logo {
        top: 325px;
        max-width: 24%; } }
    #fullpage .home .homekit_logo img {
      width: 100%;
      height: auto; }
  #fullpage .home #scroll-down {
    opacity: 0;
    position: absolute;
    bottom: 3rem;
    text-align: center; }
    @media only screen and (max-width: 1366px) {
      #fullpage .home #scroll-down {
        bottom: 2rem; } }
    #fullpage .home #scroll-down::before {
      -webkit-animation: elasticus 4s cubic-bezier(1, 0, 0, 1) infinite;
      /* Safari 4+ */
      -moz-animation: elasticus 4s cubic-bezier(1, 0, 0, 1) infinite;
      /* Fx 5+ */
      -o-animation: elasticus 4s cubic-bezier(1, 0, 0, 1) infinite;
      /* Opera 12+ */
      animation: elasticus 4s cubic-bezier(1, 0, 0, 1) infinite;
      /* IE 10+, Fx 29+ */
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 3rem;
      background: #fff;
      content: ' '; }
      @media only screen and (max-width: 1366px) {
        #fullpage .home #scroll-down::before {
          width: 1px;
          height: 2rem; } }
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }
  #fullpage .home #sub_title {
    transform: translate3d(0, 40%, 0);
    opacity: 0; }
#fullpage .home_slides {
  background-color: black; }
  #fullpage .home_slides .slides_items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #fullpage .home_slides .slides_items .right-line {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      max-width: 40px;
      width: 100%;
      border-left: 1px solid rgba(180, 180, 180, 0.3); }
      @media (max-width: 540px) {
        #fullpage .home_slides .slides_items .right-line {
          width: 30px; } }
    #fullpage .home_slides .slides_items .left-line {
      height: 100%;
      position: absolute;
      top: 0;
      width: 40px;
      padding-top: 10px;
      border-right: 1px solid rgba(180, 180, 180, 0.8); }
      #fullpage .home_slides .slides_items .left-line .slides_menu_open {
        width: 100%;
        height: 34px;
        position: absolute;
        background: url(../img/btn_menu.png);
        background-size: cover;
        background-position: center;
        border: none;
        outline: none; }
        @media only screen and (max-width: 1920px) {
          #fullpage .home_slides .slides_items .left-line .slides_menu_open {
            width: 150%;
            left: -10px;
            top: 15px; } }
        @media only screen and (max-width: 480px) {
          #fullpage .home_slides .slides_items .left-line .slides_menu_open {
            top: 10px;
            left: -7px; } }
        #fullpage .home_slides .slides_items .left-line .slides_menu_open:hover {
          cursor: pointer; }
      @media (max-width: 540px) {
        #fullpage .home_slides .slides_items .left-line {
          width: 30px; } }
    #fullpage .home_slides .slides_items .logo img {
      position: absolute;
      top: 20px;
      left: 80px;
      width: 100%;
      height: auto;
      max-width: 15%;
      max-height: 15%; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items .logo img {
          max-width: 10%;
          max-height: 10%;
          top: 22px; } }
      @media only screen and (max-width: 1440px) {
        #fullpage .home_slides .slides_items .logo img {
          max-width: 13%;
          max-height: 13%;
          top: 22px; } }
      @media (max-width: 900px) {
        #fullpage .home_slides .slides_items .logo img {
          max-width: 20%;
          max-height: 20%; } }
      @media (max-width: 540px) {
        #fullpage .home_slides .slides_items .logo img {
          left: 60px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .logo img {
          max-width: 30%;
          max-height: 30%; } }
    #fullpage .home_slides .slides_items .logo img {
      transform: translate3d(-20%, 0, 0);
      opacity: 0; }
    #fullpage .home_slides .slides_items .home_slides_bg #bg_one {
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_one {
          background-size: cover;
          background-position: center; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_one {
          background-position: 70% 50%; } }
    #fullpage .home_slides .slides_items .home_slides_bg #bg_two {
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_two {
          background-size: cover;
          background-position: center; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_two {
          background-position: 55% 50%; } }
    #fullpage .home_slides .slides_items .home_slides_bg #bg_three {
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_three {
          background-size: cover;
          background-position: center; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_three {
          background-position: 45% 50%; } }
    #fullpage .home_slides .slides_items .home_slides_bg #bg_four {
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_four {
          background-size: cover;
          background-position: center; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .home_slides_bg #bg_four {
          background-position: 45% 50%; } }
    #fullpage .home_slides .slides_items .Situation_title h1 {
      position: absolute;
      top: 25%;
      left: 12%;
      color: #15c0f8;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px;
      transform: translate3d(0, -20%, 0);
      opacity: 0; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items .Situation_title h1 {
          top: 30%; } }
      @media only screen and (max-width: 1680px) {
        #fullpage .home_slides .slides_items .Situation_title h1 {
          top: 28%; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .Situation_title h1 {
          font-size: 25pt;
          left: 19%; } }
    #fullpage .home_slides .slides_items .Situation_title2 h2 {
      position: absolute;
      top: 35%;
      left: 12%;
      transform: translate3d(0, -20%, 0);
      opacity: 0;
      color: #fff;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: lighter;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items .Situation_title2 h2 {
          top: 37%; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items .Situation_title2 h2 {
          font-size: 25pt;
          left: 19%; } }
    #fullpage .home_slides .slides_items .Situation_content1 h6 {
      position: absolute;
      top: 56%;
      left: 12%;
      color: #15c0f8;
      font-size: 15pt;
      font-family: "Heebo", sans-serif;
      letter-spacing: 6px;
      font-weight: bolder;
      margin: 0; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items .Situation_content1 h6 {
          font-weight: bolder; } }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .Situation_content1 h6 {
          left: 13%; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .Situation_content1 h6 {
          font-size: 10pt; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items .Situation_content1 h6 {
          left: 20%; } }
      #fullpage .home_slides .slides_items .Situation_content1 h6 span {
        color: #fff;
        padding-right: 30px;
        letter-spacing: 2px; }
        @media only screen and (max-width: 1920px) {
          #fullpage .home_slides .slides_items .Situation_content1 h6 span {
            padding-right: 40px; } }
    #fullpage .home_slides .slides_items .Situation_content2 p {
      position: absolute;
      top: 60%;
      left: 12%;
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-size: 10pt;
      font-weight: normal;
      letter-spacing: 4px;
      line-height: 25px; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items .Situation_content2 p {
          font-size: 1rem;
          line-height: 1.8rem; } }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items .Situation_content2 p {
          left: 13%; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items .Situation_content2 p {
          max-width: 250px;
          font-size: 10pt; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items .Situation_content2 p {
          left: 19%;
          width: 60%;
          line-height: 28px; } }
    #fullpage .home_slides .slides_items #play_btn .Situation_btn {
      position: absolute;
      bottom: 10%;
      left: 12%;
      opacity: 0;
      visibility: hidden;
      font-size: 20px;
      color: #15c0f8;
      background: none;
      border: none;
      outline: none;
      transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1), transform 300ms cubic-bezier(0.694, 0, 0.335, 1), visibility 300ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 300ms cubic-bezier(0.694, 0, 0.335, 1);
      font-family: "Heebo", sans-serif;
      letter-spacing: 6px; }
      #fullpage .home_slides .slides_items #play_btn .Situation_btn::-moz-focus-inner {
        border: 0; }
      #fullpage .home_slides .slides_items #play_btn .Situation_btn:hover {
        cursor: pointer;
        color: #fff; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items #play_btn .Situation_btn {
          font-weight: bolder;
          letter-spacing: 0.6rem; } }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items #play_btn .Situation_btn {
          bottom: 8%; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items #play_btn .Situation_btn {
          left: 17%; } }
    #fullpage .home_slides .slides_items #pause_btn .Situation_btn2 {
      position: absolute;
      bottom: 10%;
      left: 12%;
      opacity: 1;
      font-size: 20px;
      visibility: visible;
      color: #15c0f8;
      background: none;
      border: none;
      outline: none;
      transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1), transform 300ms cubic-bezier(0.694, 0, 0.335, 1), visibility 300ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 300ms cubic-bezier(0.694, 0, 0.335, 1);
      font-family: "Heebo", sans-serif;
      letter-spacing: 6px; }
      #fullpage .home_slides .slides_items #pause_btn .Situation_btn2::-moz-focus-inner {
        border: 0; }
      #fullpage .home_slides .slides_items #pause_btn .Situation_btn2:hover {
        cursor: pointer;
        color: #fff; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items #pause_btn .Situation_btn2 {
          font-weight: bolder;
          letter-spacing: 0.6rem; } }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items #pause_btn .Situation_btn2 {
          bottom: 8%; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items #pause_btn .Situation_btn2 {
          left: 17%; } }
    #fullpage .home_slides .slides_items #myProgress {
      position: absolute;
      left: 12%;
      top: 50%;
      width: 8%;
      background-color: #ddd;
      opacity: 0;
      transform: translate3d(-20%, 0, 0); }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_slides .slides_items #myProgress {
          left: 12.36%;
          width: 7.2%; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_slides .slides_items #myProgress {
          width: 15%;
          left: 14%; } }
      @media only screen and (max-width: 768px) {
        #fullpage .home_slides .slides_items #myProgress {
          left: 13%; } }
      @media only screen and (max-width: 320px) {
        #fullpage .home_slides .slides_items #myProgress {
          left: 21%;
          width: 20%; } }
      #fullpage .home_slides .slides_items #myProgress #myBar {
        width: 0;
        max-width: 100%;
        height: 1px;
        background-color: #15c0f8; }
        @media only screen and (max-width: 1920px) {
          #fullpage .home_slides .slides_items #myProgress #myBar {
            height: 2px; } }
#fullpage .home_introduce {
  background: black; }
  #fullpage .home_introduce .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1px solid rgba(180, 180, 180, 0.8);
    z-index: 4;
    border: none; }
    #fullpage .home_introduce .left-line .slides_menu_open {
      width: 100%;
      height: 34px;
      position: absolute;
      background: url(../img/btn_menu.png);
      background-size: cover;
      background-position: center;
      border: none;
      outline: none; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_introduce .left-line .slides_menu_open {
          width: 150%;
          left: -10px;
          top: 15px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_introduce .left-line .slides_menu_open {
          top: 10px;
          left: -7px; } }
      #fullpage .home_introduce .left-line .slides_menu_open:hover {
        cursor: pointer; }
    @media (max-width: 540px) {
      #fullpage .home_introduce .left-line {
        width: 30px; } }
  #fullpage .home_introduce .logo img {
    z-index: 4;
    position: absolute;
    top: 20px;
    left: 80px;
    width: 100%;
    height: auto;
    max-width: 15%;
    max-height: 15%; }
    @media (max-width: 900px) {
      #fullpage .home_introduce .logo img {
        max-width: 20%;
        max-height: 20%; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_introduce .logo img {
        max-width: 10%;
        max-height: 10%;
        top: 22px; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home_introduce .logo img {
        max-width: 13%;
        max-height: 13%;
        top: 22px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_introduce .logo img {
        max-width: 30%;
        max-height: 30%; } }
    @media (max-width: 540px) {
      #fullpage .home_introduce .logo img {
        left: 60px; } }
#fullpage .home_questionnaire {
  background-color: black; }
  #fullpage .home_questionnaire .right-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40px;
    width: 100%;
    border-left: 1px solid rgba(180, 180, 180, 0.3); }
    @media (max-width: 540px) {
      #fullpage .home_questionnaire .right-line {
        width: 30px; } }
  #fullpage .home_questionnaire .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1px solid rgba(180, 180, 180, 0.8); }
    #fullpage .home_questionnaire .left-line .slides_menu_open {
      width: 100%;
      height: 34px;
      position: absolute;
      background: url(../img/btn_menu.png);
      background-size: cover;
      background-position: center;
      border: none;
      outline: none; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_questionnaire .left-line .slides_menu_open {
          width: 150%;
          left: -10px;
          top: 15px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_questionnaire .left-line .slides_menu_open {
          top: 10px;
          left: -7px; } }
      #fullpage .home_questionnaire .left-line .slides_menu_open:hover {
        cursor: pointer; }
    @media (max-width: 540px) {
      #fullpage .home_questionnaire .left-line {
        width: 30px; } }
  #fullpage .home_questionnaire .logo img {
    position: absolute;
    top: 20px;
    left: 80px;
    width: 100%;
    height: auto;
    max-width: 15%;
    max-height: 15%; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_questionnaire .logo img {
        max-width: 10%;
        max-height: 10%;
        top: 22px; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home_questionnaire .logo img {
        max-width: 13%;
        max-height: 13%;
        top: 22px; } }
    @media (max-width: 900px) {
      #fullpage .home_questionnaire .logo img {
        max-width: 20%;
        max-height: 20%; } }
    @media (max-width: 540px) {
      #fullpage .home_questionnaire .logo img {
        left: 60px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_questionnaire .logo img {
        max-width: 30%;
        max-height: 30%; } }
  #fullpage .home_questionnaire .questionnaire_title {
    position: absolute;
    top: 15%;
    left: 12%; }
    @media only screen and (max-width: 480px) {
      #fullpage .home_questionnaire .questionnaire_title {
        top: 9%; } }
    #fullpage .home_questionnaire .questionnaire_title h1 {
      color: #fff;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px;
      transform: translate3d(0, -20%, 0);
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire .questionnaire_title h1 {
          font-size: 25pt; } }
    #fullpage .home_questionnaire .questionnaire_title h2 {
      color: #15c0f8;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: lighter;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px;
      transform: translate3d(0, -20%, 0);
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire .questionnaire_title h2 {
          font-size: 25pt; } }
  #fullpage .home_questionnaire .questionnaire_title2 {
    position: absolute;
    top: 15%;
    right: 20%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_questionnaire .questionnaire_title2 {
        right: 23%; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_questionnaire .questionnaire_title2 {
        right: 23%; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_questionnaire .questionnaire_title2 {
        top: 17%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_questionnaire .questionnaire_title2 {
        top: 23%;
        right: 0;
        left: 12%; } }
    #fullpage .home_questionnaire .questionnaire_title2 p {
      display: inline-block;
      color: #fff;
      font-family: "Heebo", sans-serif;
      letter-spacing: 4px;
      margin: 0;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire .questionnaire_title2 p {
          font-size: 8pt; } }
    #fullpage .home_questionnaire .questionnaire_title2 hr {
      width: 20px;
      float: left; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire .questionnaire_title2 hr {
          width: 15px; } }
  #fullpage .home_questionnaire #send_btn {
    position: absolute;
    right: 18%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_questionnaire #send_btn {
        right: 15%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home_questionnaire #send_btn {
        right: 15%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .home_questionnaire #send_btn {
        right: 15%; } }
    #fullpage .home_questionnaire #send_btn button {
      font-size: 14pt;
      color: #15c0f8;
      background: none;
      border: none;
      outline: none;
      font-family: "Heebo", sans-serif;
      letter-spacing: 8px;
      cursor: pointer; }
      #fullpage .home_questionnaire #send_btn button::-moz-focus-inner {
        border: 0; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire #send_btn button {
          font-size: 12pt; } }
      #fullpage .home_questionnaire #send_btn button img {
        float: right;
        height: 28px; }
        @media only screen and (max-width: 1920px) {
          #fullpage .home_questionnaire #send_btn button img {
            height: 28px; } }
        @media only screen and (max-width: 480px) {
          #fullpage .home_questionnaire #send_btn button img {
            height: 20px; } }
  #fullpage .home_questionnaire .copyright {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 8pt;
    letter-spacing: 0.1rem;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    left: 12%;
    color: #969696; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_questionnaire .copyright {
        font-size: 1rem; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_questionnaire .copyright {
        letter-spacing: 1px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_questionnaire .copyright {
        letter-spacing: 0;
        font-size: 2pt; } }
  #fullpage .home_questionnaire .language_btn {
    visibility: hidden;
    position: absolute;
    bottom: 8px;
    right: 15%; }
    #fullpage .home_questionnaire .language_btn button {
      color: #fff;
      font-family: "Heebo", sans-serif;
      background: none;
      border: none;
      outline: none;
      font-size: 12pt;
      letter-spacing: 2px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_questionnaire .language_btn button {
          font-size: 8pt; } }
  #fullpage .home_questionnaire .popup {
    visibility: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #fullpage .home_questionnaire .popup:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    #fullpage .home_questionnaire .popup .pop_box {
      background-color: #323232;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 340px; }
      #fullpage .home_questionnaire .popup .pop_box .pop_header {
        border-bottom: 2px solid #5a5a5a;
        text-align: center; }
        #fullpage .home_questionnaire .popup .pop_box .pop_header h3 {
          color: #15c0f8;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: 300; }
      #fullpage .home_questionnaire .popup .pop_box .pop_content {
        margin: 50px 0;
        text-align: center; }
        #fullpage .home_questionnaire .popup .pop_box .pop_content p {
          color: #fff;
          font-family: "Heebo", sans-serif; }
        #fullpage .home_questionnaire .popup .pop_box .pop_content span {
          color: #b4b4b4;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: lighter; }
      #fullpage .home_questionnaire .popup .pop_box .pop_check {
        text-align: center; }
        #fullpage .home_questionnaire .popup .pop_box .pop_check button {
          background: none;
          color: #fff;
          border: 1px solid #fff;
          padding: 6px 90px;
          cursor: pointer; }
#fullpage .home_location {
  background-color: black; }
  #fullpage .home_location .right-line {
    z-index: 999;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40px;
    width: 100%;
    border-left: 1px solid rgba(180, 180, 180, 0.3); }
    @media (max-width: 540px) {
      #fullpage .home_location .right-line {
        width: 30px; } }
  #fullpage .home_location .left-line {
    z-index: 999;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1px solid rgba(180, 180, 180, 0.8); }
    #fullpage .home_location .left-line .slides_menu_open {
      width: 100%;
      height: 34px;
      position: absolute;
      background: url(../img/btn_menu.png);
      background-size: cover;
      background-position: center;
      border: none;
      outline: none; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_location .left-line .slides_menu_open {
          width: 150%;
          left: -10px;
          top: 15px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .left-line .slides_menu_open {
          top: 10px;
          left: -7px; } }
      #fullpage .home_location .left-line .slides_menu_open:hover {
        cursor: pointer; }
    @media (max-width: 540px) {
      #fullpage .home_location .left-line {
        width: 30px; } }
  #fullpage .home_location .logo img {
    position: absolute;
    top: 20px;
    left: 80px;
    width: 100%;
    height: auto;
    max-width: 15%;
    max-height: 15%; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_location .logo img {
        max-width: 10%;
        max-height: 10%;
        top: 22px; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home_location .logo img {
        max-width: 13%;
        max-height: 13%;
        top: 22px; } }
    @media (max-width: 900px) {
      #fullpage .home_location .logo img {
        max-width: 20%;
        max-height: 20%; } }
    @media (max-width: 540px) {
      #fullpage .home_location .logo img {
        left: 60px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_location .logo img {
        max-width: 30%;
        max-height: 30%; } }
  #fullpage .home_location .location_title {
    position: absolute;
    top: 20%;
    left: 12%;
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_location .location_title {
        left: 12%; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_location .location_title {
        top: 15%; } }
    #fullpage .home_location .location_title h1 {
      color: #fff;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 30pt;
      margin: 0;
      letter-spacing: 8px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_title h1 {
          font-size: 25pt; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_title h1 {
          letter-spacing: 4px;
          font-size: 25pt; } }
    #fullpage .home_location .location_title h2 {
      color: #15c0f8;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: lighter;
      font-size: 30pt;
      margin: 0;
      letter-spacing: 8px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_title h2 {
          font-size: 25pt; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_title h2 {
          letter-spacing: 4px;
          font-size: 25pt; } }
  #fullpage .home_location .location_title2 {
    position: absolute;
    top: 21%;
    right: 20%;
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_location .location_title2 {
        top: 20%; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_location .location_title2 {
        top: 15%;
        right: 10%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_location .location_title2 {
        top: 28%;
        right: 0;
        left: 12%; } }
    #fullpage .home_location .location_title2 p {
      margin: 8px 0;
      color: #fff;
      font-family: "Heebo", sans-serif;
      letter-spacing: 3px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_title2 p {
          font-size: 8pt;
          letter-spacing: 2px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_title2 p {
          letter-spacing: 0; } }
    #fullpage .home_location .location_title2 hr {
      width: 20px;
      position: absolute;
      top: 10px;
      left: -40px; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_title2 hr {
          top: 6px;
          left: -30px;
          width: 15px; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_title2 hr {
          visibility: hidden; } }
  #fullpage .home_location .location_icons {
    position: absolute;
    left: 12.2%;
    top: 40%; }
    #fullpage .home_location .location_icons i {
      font-size: 1.5rem;
      color: #d2d2d2;
      padding: 0 18px;
      padding-left: 0;
      outline: none;
      visibility: hidden;
      opacity: 0;
      -o-transition: color .4s ease-out;
      -webkit-transition: color .4s ease-out;
      -moz-transition: color .4s ease-out;
      transition: color .4s ease-out; }
      #fullpage .home_location .location_icons i::-moz-focus-inner {
        border: 0; }
      #fullpage .home_location .location_icons i:hover {
        -o-transition: color .4s ease-out;
        -webkit-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        transition: color .4s ease-out;
        color: #15c0f8; }
      @media only screen and (max-width: 1024px) {
        #fullpage .home_location .location_icons i {
          padding: 0 10px;
          padding-left: 0;
          font-size: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_icons i {
          font-size: 1rem; } }
  #fullpage .home_location #map {
    height: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 1920px) {
      #fullpage .home_location #map {
        height: 500px; } }
    @media only screen and (max-width: 1680px) {
      #fullpage .home_location #map {
        height: 450px; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .home_location #map {
        height: 400px; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .home_location #map {
        height: 300px; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_location #map {
        height: 250px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .home_location #map {
        height: 400px; } }
  #fullpage .home_location .location_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: black; }
    @media only screen and (max-width: 1366px) {
      #fullpage .home_location .location_footer {
        padding: 9px 0; } }
    @media only screen and (max-width: 768px) {
      #fullpage .home_location .location_footer {
        padding: 12px 0; } }
    #fullpage .home_location .location_footer span {
      margin-left: 150px;
      font-family: "Noto Sans TC", sans-serif;
      letter-spacing: 2px;
      font-size: 8pt;
      color: #969696; }
      @media only screen and (max-width: 1920px) {
        #fullpage .home_location .location_footer span {
          font-size: 1rem; } }
      @media only screen and (max-width: 1366px) {
        #fullpage .home_location .location_footer span {
          font-size: 0.8rem; } }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_footer span {
          margin-left: 100px;
          font-size: 6pt; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_footer span {
          letter-spacing: 0;
          margin-left: 50px; } }
    #fullpage .home_location .location_footer button {
      visibility: hidden;
      position: absolute;
      right: 15%;
      color: #fff;
      font-family: "Heebo", sans-serif;
      background: none;
      border: none;
      outline: none;
      font-size: 12pt;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        #fullpage .home_location .location_footer button {
          font-size: 10pt; } }
      @media only screen and (max-width: 480px) {
        #fullpage .home_location .location_footer button {
          font-size: 8pt;
          right: 12%; } }

@-webkit-keyframes imgop {
  0% {
    opacity: 0;
    transform: translate3d(0, -40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes imgop {
  0% {
    opacity: 0;
    transform: translate3d(0, -40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes subop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes subop {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes logoop {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes logoop {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes ppop {
  0% {
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes ppop {
  0% {
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes barop {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.8; } }
@keyframes barop {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.8; } }
@-webkit-keyframes inputpop {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@keyframes inputpop {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes mappop {
  0% {
    visibility: hidden;
    height: 0; }
  100% {
    visibility: visible;
    @media only screen and (max-width: 1920px) {
      height: 500px; }
    @media only screen and (max-width: 1680px) {
      height: 450px; }
    @media only screen and (max-width: 1440px) {
      height: 400px; }
    @media only screen and (max-width: 1366px) {
      height: 300px; }
    @media only screen and (max-width: 768px) {
      height: 250px; }
    @media only screen and (max-width: 480px) {
      height: 300px; } } }
@keyframes mappop {
  0% {
    visibility: hidden;
    height: 0; }
  100% {
    visibility: visible;
    @media only screen and (max-width: 1920px) {
      height: 500px; }
    @media only screen and (max-width: 1680px) {
      height: 450px; }
    @media only screen and (max-width: 1440px) {
      height: 400px; }
    @media only screen and (max-width: 1366px) {
      height: 300px; }
    @media only screen and (max-width: 768px) {
      height: 250px; }
    @media only screen and (max-width: 480px) {
      height: 300px; } } }
.overlay {
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 2;
  overflow: hidden;
  opacity: 0; }
  .overlay.open {
    visibility: visible;
    opacity: 1;
    transition: visibility .4s,opacity 1.5s; }
  .overlay::before {
    position: absolute;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: visibility .8s,opacity .8s; }
  .overlay .slides_menu_close {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 1%;
    background: url(../img/btn_close.png);
    background-size: cover;
    background-position: center;
    border: none;
    outline: none;
    visibility: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 1920px) {
      .overlay .slides_menu_close {
        width: 42px;
        height: 42px;
        top: 1.2%; } }
  .overlay .all_list {
    position: relative;
    max-width: 690px;
    max-height: 150px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 120px; }
    @media only screen and (max-width: 768px) {
      .overlay .all_list {
        max-width: 540px;
        max-height: 120px;
        margin-top: 80px; } }
    @media only screen and (max-width: 480px) {
      .overlay .all_list {
        max-width: 120px;
        max-height: auto;
        margin-top: 50px; } }
    .overlay .all_list #home_btn_style {
      position: relative;
      float: left;
      max-height: 150px;
      max-width: 150px;
      height: 100%;
      width: 100%;
      margin-right: 30px;
      -o-transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #home_btn_style {
          max-height: 120px;
          max-width: 120px; } }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #home_btn_style {
          margin-right: 20px; } }
      @media only screen and (max-width: 480px) {
        .overlay .all_list #home_btn_style {
          margin-right: 0;
          margin-bottom: 20px; } }
      .overlay .all_list #home_btn_style .home_btn {
        width: 100%;
        height: 100%;
        max-height: 150px;
        max-width: 150px;
        background: none;
        position: relative;
        outline: none; }
        .overlay .all_list #home_btn_style .home_btn::-moz-focus-inner {
          border: 0; }
        @media only screen and (max-width: 768px) {
          .overlay .all_list #home_btn_style .home_btn {
            max-height: 120px;
            max-width: 120px; } }
        .overlay .all_list #home_btn_style .home_btn:hover {
          cursor: pointer;
          border-color: #15c0f8; }
        .overlay .all_list #home_btn_style .home_btn p {
          color: #969696;
          font-family: "Noto Sans TC", sans-serif;
          margin: 0;
          position: absolute;
          bottom: 10px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #home_btn_style .home_btn p {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #home_btn_style .home_btn span {
          color: #fff;
          font-family: "Noto Sans TC", sans-serif;
          position: absolute;
          bottom: 35px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #home_btn_style .home_btn span {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #home_btn_style .home_btn img {
          max-height: 20px;
          max-width: 20px;
          width: 100%;
          height: auto;
          position: absolute;
          top: 15px;
          right: 15px; }
      .overlay .all_list #home_btn_style .home_btn:hover > #a {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #fff; }
      .overlay .all_list #home_btn_style .home_btn:hover > #b {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #15c0f8; }
      .overlay .all_list #home_btn_style:hover {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        transform: scale(1.05); }
    .overlay .all_list #about_btn_style {
      position: relative;
      float: left;
      max-height: 150px;
      max-width: 150px;
      height: 100%;
      width: 100%;
      margin-right: 30px;
      -o-transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #about_btn_style {
          max-height: 120px;
          max-width: 120px; } }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #about_btn_style {
          margin-right: 20px; } }
      @media only screen and (max-width: 480px) {
        .overlay .all_list #about_btn_style {
          margin-right: 0;
          margin-bottom: 20px; } }
      .overlay .all_list #about_btn_style button {
        width: 100%;
        height: 100%;
        max-height: 150px;
        max-width: 150px;
        background: none;
        position: relative;
        outline: none; }
        .overlay .all_list #about_btn_style button::-moz-focus-inner {
          border: 0; }
        @media only screen and (max-width: 768px) {
          .overlay .all_list #about_btn_style button {
            max-height: 120px;
            max-width: 120px; } }
        .overlay .all_list #about_btn_style button:hover {
          cursor: pointer;
          border-color: #15c0f8; }
        .overlay .all_list #about_btn_style button p {
          color: #969696;
          font-family: "Noto Sans TC", sans-serif;
          margin: 0;
          position: absolute;
          bottom: 10px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #about_btn_style button p {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #about_btn_style button span {
          color: #fff;
          font-family: "Noto Sans TC", sans-serif;
          position: absolute;
          bottom: 35px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #about_btn_style button span {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #about_btn_style button img {
          max-height: 20px;
          max-width: 20px;
          width: 100%;
          height: auto;
          position: absolute;
          top: 15px;
          right: 15px; }
      .overlay .all_list #about_btn_style .about_btn:hover > #a {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #fff; }
      .overlay .all_list #about_btn_style .about_btn:hover > #b {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #15c0f8; }
      .overlay .all_list #about_btn_style:hover {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        transform: scale(1.05); }
    .overlay .all_list #service_btn_style {
      position: relative;
      float: left;
      max-height: 150px;
      max-width: 150px;
      height: 100%;
      width: 100%;
      margin-right: 30px;
      -o-transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #service_btn_style {
          max-height: 120px;
          max-width: 120px; } }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #service_btn_style {
          margin-right: 20px; } }
      @media only screen and (max-width: 480px) {
        .overlay .all_list #service_btn_style {
          margin-right: 0;
          margin-bottom: 20px; } }
      .overlay .all_list #service_btn_style button {
        width: 100%;
        height: 100%;
        max-height: 150px;
        max-width: 150px;
        background: none;
        position: relative;
        outline: none; }
        .overlay .all_list #service_btn_style button::-moz-focus-inner {
          border: 0; }
        @media only screen and (max-width: 768px) {
          .overlay .all_list #service_btn_style button {
            max-height: 120px;
            max-width: 120px; } }
        .overlay .all_list #service_btn_style button:hover {
          cursor: pointer;
          border-color: #15c0f8; }
        .overlay .all_list #service_btn_style button p {
          color: #969696;
          font-family: "Noto Sans TC", sans-serif;
          margin: 0;
          position: absolute;
          bottom: 10px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #service_btn_style button p {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #service_btn_style button span {
          color: #fff;
          font-family: "Noto Sans TC", sans-serif;
          position: absolute;
          bottom: 35px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #service_btn_style button span {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #service_btn_style button img {
          max-height: 20px;
          max-width: 20px;
          width: 100%;
          height: auto;
          position: absolute;
          top: 15px;
          right: 15px; }
      .overlay .all_list #service_btn_style .service_btn:hover > #a {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #fff; }
      .overlay .all_list #service_btn_style .service_btn:hover > #b {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #15c0f8; }
      .overlay .all_list #service_btn_style:hover {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        transform: scale(1.05); }
    .overlay .all_list #showcase_btn_style {
      position: relative;
      float: left;
      max-height: 150px;
      max-width: 150px;
      height: 100%;
      width: 100%;
      -o-transition: all .4s ease-out;
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      transition: all .4s ease-out; }
      @media only screen and (max-width: 768px) {
        .overlay .all_list #showcase_btn_style {
          max-height: 120px;
          max-width: 120px; } }
      .overlay .all_list #showcase_btn_style button {
        width: 100%;
        height: 100%;
        max-height: 150px;
        max-width: 150px;
        background: none;
        position: relative;
        outline: none; }
        .overlay .all_list #showcase_btn_style button::-moz-focus-inner {
          border: 0; }
        @media only screen and (max-width: 768px) {
          .overlay .all_list #showcase_btn_style button {
            max-height: 120px;
            max-width: 120px; } }
        .overlay .all_list #showcase_btn_style button:hover {
          cursor: pointer;
          border-color: #15c0f8; }
        .overlay .all_list #showcase_btn_style button p {
          color: #969696;
          font-family: "Noto Sans TC", sans-serif;
          margin: 0;
          position: absolute;
          bottom: 10px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #showcase_btn_style button p {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #showcase_btn_style button span {
          color: #fff;
          font-family: "Noto Sans TC", sans-serif;
          position: absolute;
          bottom: 35px;
          left: 15px;
          letter-spacing: 2px;
          font-size: 12pt; }
          @media only screen and (max-width: 768px) {
            .overlay .all_list #showcase_btn_style button span {
              font-size: 10pt;
              left: 10px; } }
        .overlay .all_list #showcase_btn_style button img {
          max-height: 20px;
          max-width: 20px;
          width: 100%;
          height: auto;
          position: absolute;
          top: 15px;
          right: 15px; }
      .overlay .all_list #showcase_btn_style .showcase_btn:hover > #a {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #fff; }
      .overlay .all_list #showcase_btn_style .showcase_btn:hover > #b {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        color: #15c0f8; }
      .overlay .all_list #showcase_btn_style:hover {
        -o-transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out;
        transform: scale(1.05); }
  .overlay hr {
    position: absolute;
    top: 48%;
    width: 40px;
    color: #d2d2d2; }
    @media only screen and (max-width: 1920px) {
      .overlay hr {
        top: 36%; } }
    @media only screen and (max-width: 1680px) {
      .overlay hr {
        top: 38%; } }
    @media only screen and (max-width: 1440px) {
      .overlay hr {
        top: 42%; } }
    @media only screen and (max-width: 1366px) {
      .overlay hr {
        top: 48%; } }
    @media only screen and (max-width: 1280px) {
      .overlay hr {
        top: 48%; } }
    @media only screen and (max-width: 1024px) {
      .overlay hr {
        top: 48%; } }
    @media only screen and (max-width: 768px) {
      .overlay hr {
        top: 42%; } }
    @media only screen and (max-width: 480px) {
      .overlay hr {
        visibility: hidden; } }
  .overlay .menu_information {
    position: absolute;
    top: 54%; }
    .overlay .menu_information p {
      color: #fff;
      font-family: "Noto Sans TC", sans-serif;
      letter-spacing: 4px; }
    @media only screen and (max-width: 1920px) {
      .overlay .menu_information {
        top: 44%; } }
    @media only screen and (max-width: 1680px) {
      .overlay .menu_information {
        top: 44%; } }
    @media only screen and (max-width: 1440px) {
      .overlay .menu_information {
        top: 50%; } }
    @media only screen and (max-width: 1366px) {
      .overlay .menu_information {
        top: 54%; } }
    @media only screen and (max-width: 1280px) {
      .overlay .menu_information {
        top: 56%; } }
    @media only screen and (max-width: 1024px) {
      .overlay .menu_information {
        top: 54%; } }
    @media only screen and (max-width: 768px) {
      .overlay .menu_information {
        top: 48%; } }
    @media only screen and (max-width: 480px) {
      .overlay .menu_information {
        visibility: hidden; } }
    .overlay .menu_information i {
      font-size: 1.2em;
      color: #fff;
      padding: 0 15px;
      padding-left: 0;
      outline: none;
      -o-transition: color .4s ease-out;
      -webkit-transition: color .4s ease-out;
      -moz-transition: color .4s ease-out;
      transition: color .4s ease-out; }
      .overlay .menu_information i::-moz-focus-inner {
        border: 0; }
      .overlay .menu_information i:hover {
        -o-transition: color .4s ease-out;
        -webkit-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        transition: color .4s ease-out;
        color: #15c0f8; }

.check_box {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: lighter;
  position: absolute;
  top: 40%;
  left: 12%; }
  @media only screen and (max-width: 1920px) {
    .check_box {
      top: 35%; } }
  @media only screen and (max-width: 768px) {
    .check_box {
      top: 35%; } }
  @media only screen and (max-width: 480px) {
    .check_box {
      top: 30%; } }
  .check_box p {
    color: #969696;
    letter-spacing: 4px;
    margin: 20px 0;
    font-weight: normal;
    opacity: 0; }
    @media only screen and (max-width: 768px) {
      .check_box p {
        margin: 10px 0;
        letter-spacing: 2px;
        font-size: 8pt; } }
  .check_box .contaier {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    -o-transition: color .4s ease-out;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    transition: color .4s ease-out; }
    @media only screen and (max-width: 1920px) {
      .check_box .contaier {
        padding-left: 40px; } }
    @media only screen and (max-width: 1024px) {
      .check_box .contaier {
        padding: 0 30px; } }
    @media only screen and (max-width: 768px) {
      .check_box .contaier {
        padding: 0 25px;
        font-size: 8pt; } }
    .check_box .contaier:hover {
      color: #15c0f8;
      -o-transition: color .4s ease-out;
      -webkit-transition: color .4s ease-out;
      -moz-transition: color .4s ease-out;
      transition: color .4s ease-out; }
    .check_box .contaier input {
      position: absolute;
      opacity: 0; }
      .check_box .contaier input:checked ~ .checkmark {
        border: 1px solid #15c0f8;
        background: url(../img/img_checkbox_on.png);
        background-position: center; }
    .check_box .contaier .checkmark {
      position: absolute;
      top: 4px;
      left: 0;
      height: 16px;
      width: 16px;
      border: 1px solid #fff; }
      @media only screen and (max-width: 768px) {
        .check_box .contaier .checkmark {
          height: 10px;
          width: 10px; } }
    .check_box .contaier:hover input ~ .checkmark {
      border: 1px solid #15c0f8;
      -o-transition: border .4s ease-out;
      -webkit-transition: border .4s ease-out;
      -moz-transition: border .4s ease-out;
      transition: border .4s ease-out; }
    .check_box .contaier--checked {
      color: #15c0f8; }
      .check_box .contaier--checked .checkmark {
        border-color: #15c0f8; }
    .check_box .contaier--error {
      color: #FFC436; }
      .check_box .contaier--error .checkmark {
        border-color: #FFC436; }

.forms {
  /* Individual styles */
  /* Haruki */ }
  .forms .input_name {
    position: absolute;
    left: 12%;
    bottom: 35%;
    display: inline-block;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .forms .input_name {
        max-width: 33%;
        bottom: 42%; } }
    @media only screen and (max-width: 1024px) {
      .forms .input_name {
        max-width: 300px; } }
    @media only screen and (max-width: 768px) {
      .forms .input_name {
        left: 12%;
        max-width: 230px;
        bottom: 40%; } }
    @media only screen and (max-width: 480px) {
      .forms .input_name {
        left: 12%;
        max-width: 230px;
        bottom: 50%; } }
    .forms .input_name--error span {
      color: #FFC436; }
    .forms .input_name--error input {
      border-bottom-color: #FFC436; }
  .forms .input_phone {
    position: absolute;
    right: 16%;
    bottom: 35%;
    display: inline-block;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .forms .input_phone {
        max-width: 33%;
        bottom: 42%; } }
    @media only screen and (max-width: 1024px) {
      .forms .input_phone {
        max-width: 300px; } }
    @media only screen and (max-width: 768px) {
      .forms .input_phone {
        right: 16%;
        max-width: 250px;
        bottom: 40%; } }
    @media only screen and (max-width: 480px) {
      .forms .input_phone {
        right: 0;
        left: 12%;
        max-width: 230px;
        bottom: 42%; } }
  .forms .input_mail {
    position: absolute;
    left: 12%;
    bottom: 25%;
    display: inline-block;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .forms .input_mail {
        max-width: 33%;
        bottom: 32%; } }
    @media only screen and (max-width: 1024px) {
      .forms .input_mail {
        max-width: 300px; } }
    @media only screen and (max-width: 768px) {
      .forms .input_mail {
        left: 12%;
        max-width: 230px;
        bottom: 30%; } }
    @media only screen and (max-width: 480px) {
      .forms .input_mail {
        left: 12%;
        max-width: 230px;
        bottom: 34%; } }
    .forms .input_mail--error span {
      color: #FFC436; }
    .forms .input_mail--error input {
      border-bottom-color: #FFC436; }
  .forms .input_company {
    position: absolute;
    right: 16%;
    bottom: 25%;
    display: inline-block;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .forms .input_company {
        max-width: 33%;
        bottom: 32%; } }
    @media only screen and (max-width: 1024px) {
      .forms .input_company {
        max-width: 300px; } }
    @media only screen and (max-width: 768px) {
      .forms .input_company {
        right: 16%;
        max-width: 250px;
        bottom: 30%; } }
    @media only screen and (max-width: 480px) {
      .forms .input_company {
        right: 0;
        left: 12%;
        max-width: 230px;
        bottom: 26%; } }
  .forms .input_message {
    position: absolute;
    left: 12%;
    bottom: 15%;
    width: 100%;
    visibility: hidden;
    opacity: 0; }
    .forms .input_message textarea {
      font-size: 14pt;
      color: #9d9d9d;
      position: absolute;
      left: 0;
      max-height: 120px;
      width: 72%;
      outline: none;
      border: none;
      border-bottom: 1px solid #9d9d9d;
      caret-color: #15c0f8;
      background: none;
      line-height: 1.5rem; }
      @media only screen and (max-width: 480px) {
        .forms .input_message textarea {
          max-height: 60px; } }
    .forms .input_message .moveword {
      color: #9d9d9d;
      margin: 0;
      margin-top: -5px;
      float: left;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
      .forms .input_message .moveword--move {
        color: #15c0f8;
        -moz-transform: translateY(-1em);
        -webkit-transform: translateY(-1em);
        -o-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
        transform: translateY(-1em); }
    .forms .input_message--error .moveword {
      color: #FFC436; }
    .forms .input_message--error textarea {
      border-bottom: 1px solid #FFC436;
      border-bottom-color: #FFC436; }
    .forms .input_message--click .moveword {
      color: #15c0f8; }
    .forms .input_message--click textarea {
      border-bottom: 1px solid #15c0f8;
      border-bottom-color: #15c0f8; }
    @media only screen and (max-width: 1920px) {
      .forms .input_message {
        bottom: 24%; } }
    @media only screen and (max-width: 480px) {
      .forms .input_message {
        bottom: 18%; } }
  .forms .input__label-content {
    position: relative;
    display: block;
    padding: 0.7em 0;
    width: 100%; }
  .forms .input__field--haruki {
    padding-top: 0.7em;
    padding-bottom: 0.4em;
    width: 100%;
    background: transparent; }
  .forms .input__label--haruki {
    position: absolute;
    width: 100%;
    pointer-events: none; }
  .forms .input__label-content--haruki {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .forms .input__label::after {
    content: attr(data-content); }
  .forms .input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
  .forms .input--filled .input__label-content--haruki {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #15c0f8;
    border-color: #15c0f8; }
  .forms .input__field {
    position: relative;
    float: right;
    border: none;
    font-size: 14pt;
    border-radius: 0;
    color: #15c0f8;
    border-bottom: 1px solid #969696;
    -webkit-text-fill-color: #969696;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */ }
  .forms .input__field:focus {
    outline: none;
    border-bottom: 1px solid #15c0f8; }
  .forms .input__label {
    display: inline-block;
    float: right;
    width: 40%;
    color: #969696;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

* {
  box-sizing: border-box; }

.strips {
  min-height: 100vh;
  overflow: hidden;
  background-color: black; }
  .strips__strip {
    position: absolute;
    width: 20%;
    min-height: 100vh;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    .strips__strip:nth-child(1) {
      left: 0;
      transform: translate3d(0, 100%, 0); }
    .strips__strip:nth-child(2) {
      left: 20vw;
      transform: translate3d(0, 100%, 0); }
    .strips__strip:nth-child(3) {
      left: 40vw;
      transform: translate3d(0, 100%, 0); }
    .strips__strip:nth-child(4) {
      left: 60vw;
      transform: translate3d(0, 100%, 0); }
    .strips__strip:nth-child(5) {
      left: 80vw;
      transform: translate3d(0, 100%, 0); }
    .strips__strip:nth-child(1) .strip__content #liv_bg {
      width: 100%;
      height: 100%;
      background-image: url(../img/img_homepage_livingroom.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
    .strips__strip:nth-child(1) .strip__content img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .strips__strip:nth-child(1) .strip__content {
        background-size: cover; } }
    .strips__strip:nth-child(2) .strip__content #kit_bg {
      width: 100%;
      height: 100%;
      background: url(../img/img_homepage_kitchen.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
    .strips__strip:nth-child(2) .strip__content img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .strips__strip:nth-child(2) .strip__content {
        background-size: cover; } }
    .strips__strip:nth-child(3) .strip__content #study_bg {
      width: 100%;
      height: 100%;
      background: url(../img/img_homepage_studyroom.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
    .strips__strip:nth-child(3) .strip__content img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .strips__strip:nth-child(3) .strip__content {
        background-size: cover; } }
    .strips__strip:nth-child(4) .strip__content #bed_bg {
      width: 100%;
      height: 100%;
      background: url(../img/img_homepage_bedroom.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
    .strips__strip:nth-child(4) .strip__content img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .strips__strip:nth-child(4) .strip__content {
        background-size: cover; } }
    .strips__strip:nth-child(5) .strip__content #gp_bg {
      width: 100%;
      height: 100%;
      background: url(../img/img_homepage_grandparents.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
    .strips__strip:nth-child(5) .strip__content img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .strips__strip:nth-child(5) .strip__content {
        background-size: cover; } }
    @media screen and (max-width: 760px) {
      .strips__strip {
        min-height: 20vh; }
        .strips__strip:nth-child(1) {
          top: 0;
          left: 0;
          width: 100%; }
        .strips__strip:nth-child(2) {
          top: 20vh;
          left: 0;
          width: 100%; }
        .strips__strip:nth-child(3) {
          top: 40vh;
          left: 0;
          width: 100%; }
        .strips__strip:nth-child(4) {
          top: 60vh;
          left: 0;
          width: 100%; }
        .strips__strip:nth-child(5) {
          top: 80vh;
          left: 0;
          width: 100%; } }
  .strips .strip__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .strips .strip__content--anim:hover > #liv_bg, .strips .strip__content--anim:hover > #kit_bg, .strips .strip__content--anim:hover > #study_bg, .strips .strip__content--anim:hover > #bed_bg, .strips .strip__content--anim:hover > #gp_bg {
      transition: all 0.4s;
      transform: scale(1.1); }
    .strips .strip__content--anim:hover > img {
      opacity: 0; }
    .strips .strip__content--anim:hover {
      /*transition: all 0.4s;
      transform: scale(1.1);*/ }

@-webkit-keyframes mymove {
  0% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes mymove {
  0% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
.strip__title {
  position: absolute;
  top: 20%;
  margin: 0;
  padding: 0 60px;
  font-size: 25pt;
  color: #15c0f8;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media screen and (max-width: 760px) {
    .strip__title {
      font-size: 20pt; } }
  @media only screen and (max-width: 1024px) {
    .strip__title {
      font-size: 18pt;
      padding: 0 40px; } }
  @media only screen and (max-width: 768px) {
    .strip__title {
      font-size: 20pt; } }
  @media only screen and (max-width: 759px) {
    .strip__title {
      top: 30%;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .strip__title {
      font-size: 15pt;
      top: 40%; } }

.strip__p {
  position: absolute;
  top: 30%;
  margin: 0;
  letter-spacing: 4px;
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  font-family: "Heebo", sans-serif;
  padding: 0 60px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 1920px) {
    .strip__p {
      font-size: 1.1rem;
      line-height: 1.8rem;
      top: 28%; } }
  @media only screen and (max-width: 1366px) {
    .strip__p {
      letter-spacing: 0;
      font-size: 0.8rem;
      top: 28%; } }
  @media only screen and (max-width: 1024px) {
    .strip__p {
      padding: 0 40px; } }
  @media only screen and (max-width: 768px) {
    .strip__p {
      font-size: 6pt;
      line-height: 0; } }
  @media only screen and (max-width: 759px) {
    .strip__p {
      font-size: 6pt;
      left: 40%;
      top: 40%;
      padding: 0; } }
  @media only screen and (max-width: 480px) {
    .strip__p {
      display: none; } }

.strip__span1 {
  position: absolute;
  left: -11%;
  bottom: 26%;
  color: #fff;
  font-family: "Heebo", sans-serif;
  margin: 0;
  letter-spacing: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 759px) {
    .strip__span1 {
      -webkit-transform: none;
      -moz-transform: none;
      filter: none;
      letter-spacing: 4px; } }
  @media only screen and (max-width: 1920px) {
    .strip__span1 {
      bottom: 17.5%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1366px) {
    .strip__span1 {
      bottom: 16.8%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1024px) {
    .strip__span1 {
      left: -19%;
      font-size: 0.6rem; } }
  @media only screen and (max-width: 768px) {
    .strip__span1 {
      left: -30%; } }
  @media only screen and (max-width: 480px) {
    .strip__span1 {
      left: 12.5%;
      bottom: 16%; } }

.strip__span2 {
  position: absolute;
  left: 1%;
  bottom: 22%;
  color: #fff;
  font-family: "Heebo", sans-serif;
  margin: 0;
  letter-spacing: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 759px) {
    .strip__span2 {
      -webkit-transform: none;
      -moz-transform: none;
      filter: none;
      letter-spacing: 4px; } }
  @media only screen and (max-width: 1920px) {
    .strip__span2 {
      bottom: 14%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1366px) {
    .strip__span2 {
      bottom: 12%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1280px) {
    .strip__span2 {
      bottom: 12.5%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1024px) {
    .strip__span2 {
      bottom: 12.7%;
      left: -7%;
      font-size: 0.6rem; } }
  @media only screen and (max-width: 768px) {
    .strip__span2 {
      left: -15%; } }
  @media only screen and (max-width: 480px) {
    .strip__span2 {
      left: 12.5%;
      bottom: 16%; } }

.strip__span3 {
  position: absolute;
  left: -8%;
  bottom: 25%;
  color: #fff;
  font-family: "Heebo", sans-serif;
  margin: 0;
  letter-spacing: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 759px) {
    .strip__span3 {
      -webkit-transform: none;
      -moz-transform: none;
      filter: none;
      letter-spacing: 4px; } }
  @media only screen and (max-width: 1920px) {
    .strip__span3 {
      bottom: 17%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1366px) {
    .strip__span3 {
      bottom: 15.7%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1280px) {
    .strip__span3 {
      bottom: 15.9%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1024px) {
    .strip__span3 {
      bottom: 16%;
      left: -18%;
      font-size: 0.6rem; } }
  @media only screen and (max-width: 768px) {
    .strip__span3 {
      left: -26%; } }
  @media only screen and (max-width: 480px) {
    .strip__span3 {
      left: 12.5%;
      bottom: 16%; } }

.strip__span4 {
  position: absolute;
  bottom: 22%;
  color: #fff;
  font-family: "Heebo", sans-serif;
  margin: 0;
  letter-spacing: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 759px) {
    .strip__span4 {
      -webkit-transform: none;
      -moz-transform: none;
      filter: none;
      letter-spacing: 4px; } }
  @media only screen and (max-width: 1920px) {
    .strip__span4 {
      bottom: 15%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1680px) {
    .strip__span4 {
      bottom: 14.6%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1366px) {
    .strip__span4 {
      bottom: 12.8%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1280px) {
    .strip__span4 {
      bottom: 13%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1024px) {
    .strip__span4 {
      left: -8%;
      font-size: 0.6rem; } }
  @media only screen and (max-width: 768px) {
    .strip__span4 {
      left: -32%; } }
  @media only screen and (max-width: 480px) {
    .strip__span4 {
      left: 12.5%;
      bottom: 16%; } }

.strip__span5 {
  position: absolute;
  left: -19%;
  bottom: 29%;
  color: #fff;
  font-family: "Heebo", sans-serif;
  margin: 0;
  letter-spacing: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (max-width: 759px) {
    .strip__span5 {
      -webkit-transform: none;
      -moz-transform: none;
      filter: none;
      letter-spacing: 4px; } }
  @media only screen and (max-width: 1920px) {
    .strip__span5 {
      left: -12%;
      bottom: 20.5%;
      font-size: 1.3rem; } }
  @media only screen and (max-width: 1680px) {
    .strip__span5 {
      left: -18%;
      bottom: 20.6%; } }
  @media only screen and (max-width: 1440px) {
    .strip__span5 {
      left: -19%;
      bottom: 21.5%; } }
  @media only screen and (max-width: 1366px) {
    .strip__span5 {
      left: -19%;
      bottom: 20.5%;
      font-size: 1rem; } }
  @media only screen and (max-width: 1280px) {
    .strip__span5 {
      left: -19%;
      bottom: 20%; } }
  @media only screen and (max-width: 1024px) {
    .strip__span5 {
      left: -31%;
      font-size: 0.6rem; } }
  @media only screen and (max-width: 768px) {
    .strip__span5 {
      left: -32%; } }
  @media only screen and (max-width: 480px) {
    .strip__span5 {
      left: 12.5%;
      bottom: 16%; } }

.show_introduce {
  display: none;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .show_introduce .show_title {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 1920px) {
      .show_introduce .show_title {
        max-height: 65px; } }
    @media only screen and (max-width: 480px) {
      .show_introduce .show_title {
        max-height: 45px; } }
    .show_introduce .show_title .show_name {
      padding-left: 50px; }
      .show_introduce .show_title .show_name p {
        margin: 0;
        color: #fff;
        font-family: "Noto Sans TC", sans-serif; }
        @media only screen and (max-width: 1920px) {
          .show_introduce .show_title .show_name p {
            padding: 0;
            padding-top: 20px;
            padding-left: 20px;
            letter-spacing: 6px; } }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_title .show_name p {
            padding: 0;
            padding-top: 10px;
            padding-left: 10px;
            letter-spacing: 6px; } }
    .show_introduce .show_title .show_close_btn {
      position: absolute; }
      .show_introduce .show_title .show_close_btn button {
        cursor: pointer;
        background: url(../img/btn_close.png);
        background-size: cover;
        background-position: center;
        border: none;
        outline: none; }
        .show_introduce .show_title .show_close_btn button::-moz-focus-inner {
          border: 0; }
      @media only screen and (max-width: 1920px) {
        .show_introduce .show_title .show_close_btn {
          left: -2px;
          top: 10%;
          width: 42px;
          height: 42px; } }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_title .show_close_btn {
          left: -2px;
          top: 2%;
          width: 42px;
          height: 42px; } }
  .show_introduce .show_img_box {
    max-width: 1440px;
    max-height: 350px;
    height: 100%;
    width: 100%; }
    @media only screen and (max-width: 1920px) {
      .show_introduce .show_img_box {
        max-width: 1920px;
        max-height: 350px; } }
    @media only screen and (max-width: 1024px) {
      .show_introduce .show_img_box {
        max-width: 1920px;
        max-height: 250px; } }
    @media only screen and (max-width: 480px) {
      .show_introduce .show_img_box {
        max-width: 1920px;
        max-height: 200px; } }
    .show_introduce .show_img_box--imgliving {
      background: url(../img/shutterstock_310607459.png);
      background-repeat: no-repeat;
      background-position: 50% 35%;
      background-size: cover; }
    .show_introduce .show_img_box--imgkitchen {
      background: url(../img/shutterstock_584682622.png);
      background-repeat: no-repeat;
      background-position: 50% 30%;
      background-size: cover; }
    .show_introduce .show_img_box--imgstudy {
      background: url(../img/shutterstock_733336648.png);
      background-repeat: no-repeat;
      background-position: 50% 60%;
      background-size: cover; }
    .show_introduce .show_img_box--imgbedroom {
      background: url(../img/shutterstock_465106631.png);
      background-repeat: no-repeat;
      background-position: 50% 60%;
      background-size: cover; }
    .show_introduce .show_img_box--imggrandparents {
      background: url(../img/shutterstock_610337168.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  .show_introduce .show_content {
    position: relative;
    max-height: 180px;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 1920px) {
      .show_introduce .show_content {
        padding-top: 100px; } }
    @media only screen and (max-width: 1920px) {
      .show_introduce .show_content {
        max-height: 240px; } }
    @media only screen and (max-width: 1024px) {
      .show_introduce .show_content {
        max-height: 180px; } }
    @media only screen and (max-width: 480px) {
      .show_introduce .show_content {
        padding-top: 0; } }
    .show_introduce .show_content .backhome_mode {
      position: relative;
      float: left;
      max-width: 25%;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_content .backhome_mode {
          float: none;
          max-width: 100%;
          height: 60%; } }
      .show_introduce .show_content .backhome_mode .backhome_mode_title {
        color: #fff;
        padding-left: 20px; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .backhome_mode .backhome_mode_title {
            padding-left: 10px; } }
        .show_introduce .show_content .backhome_mode .backhome_mode_title h4 {
          padding-left: 10px;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: normal;
          border-left: 4px solid #15c0f8;
          line-height: 100%; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .backhome_mode .backhome_mode_title h4 {
              font-size: 1.3rem;
              border-left: 2px solid #15c0f8; } }
          @media only screen and (max-width: 480px) {
            .show_introduce .show_content .backhome_mode .backhome_mode_title h4 {
              font-size: 14pt;
              margin: 0;
              margin-top: 10px;
              padding-left: 5px; } }
      .show_introduce .show_content .backhome_mode .backhome_mode_content {
        padding-left: 31px;
        padding-right: 21px;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .backhome_mode .backhome_mode_content {
            padding-left: 13px; } }
        .show_introduce .show_content .backhome_mode .backhome_mode_content p {
          font-family: "Heebo", sans-serif;
          font-weight: normal;
          font-size: 8pt;
          letter-spacing: 4px;
          line-height: 25px;
          margin: 0; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .backhome_mode .backhome_mode_content p {
              font-size: 1rem; } }
          @media only screen and (max-width: 1680px) {
            .show_introduce .show_content .backhome_mode .backhome_mode_content p {
              font-size: 12pt; } }
          @media only screen and (max-width: 1024px) {
            .show_introduce .show_content .backhome_mode .backhome_mode_content p {
              letter-spacing: 2px;
              line-height: 20px; } }
    .show_introduce .show_content .movie_mode {
      position: relative;
      float: left;
      max-width: 25%;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_content .movie_mode {
          float: none;
          max-width: 100%;
          height: 60%; } }
      .show_introduce .show_content .movie_mode .movie_mode_title {
        color: #fff;
        padding-left: 20px; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .movie_mode .movie_mode_title {
            padding-left: 10px; } }
        .show_introduce .show_content .movie_mode .movie_mode_title h4 {
          padding-left: 10px;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: normal;
          border-left: 4px solid #15c0f8;
          line-height: 100%; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .movie_mode .movie_mode_title h4 {
              font-size: 1.3rem;
              border-left: 2px solid #15c0f8; } }
          @media only screen and (max-width: 480px) {
            .show_introduce .show_content .movie_mode .movie_mode_title h4 {
              font-size: 14pt;
              margin: 0;
              margin-top: 10px;
              padding-left: 5px; } }
      .show_introduce .show_content .movie_mode .movie_mode_content {
        padding-left: 31px;
        padding-right: 21px;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .movie_mode .movie_mode_content {
            padding-left: 13px; } }
        .show_introduce .show_content .movie_mode .movie_mode_content p {
          font-family: "Heebo", sans-serif;
          font-weight: normal;
          font-size: 8pt;
          letter-spacing: 4px;
          line-height: 25px;
          margin: 0; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .movie_mode .movie_mode_content p {
              font-size: 1rem; } }
          @media only screen and (max-width: 1680px) {
            .show_introduce .show_content .movie_mode .movie_mode_content p {
              font-size: 12pt; } }
          @media only screen and (max-width: 1024px) {
            .show_introduce .show_content .movie_mode .movie_mode_content p {
              letter-spacing: 2px;
              line-height: 20px; } }
    .show_introduce .show_content .night_mode {
      position: relative;
      float: left;
      max-width: 25%;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_content .night_mode {
          float: none;
          max-width: 100%;
          height: 60%; } }
      .show_introduce .show_content .night_mode .night_mode_title {
        color: #fff;
        padding-left: 20px; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .night_mode .night_mode_title {
            padding-left: 10px; } }
        .show_introduce .show_content .night_mode .night_mode_title h4 {
          padding-left: 10px;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: normal;
          border-left: 4px solid #15c0f8;
          line-height: 100%; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .night_mode .night_mode_title h4 {
              font-size: 1.3rem;
              border-left: 2px solid #15c0f8; } }
          @media only screen and (max-width: 480px) {
            .show_introduce .show_content .night_mode .night_mode_title h4 {
              font-size: 14pt;
              margin: 0;
              margin-top: 10px;
              padding-left: 5px; } }
      .show_introduce .show_content .night_mode .night_mode_content {
        padding-left: 31px;
        padding-right: 21px;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .night_mode .night_mode_content {
            padding-left: 13px; } }
        .show_introduce .show_content .night_mode .night_mode_content p {
          font-family: "Heebo", sans-serif;
          font-weight: normal;
          font-size: 8pt;
          letter-spacing: 4px;
          line-height: 25px;
          margin: 0; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .night_mode .night_mode_content p {
              font-size: 1rem; } }
          @media only screen and (max-width: 1680px) {
            .show_introduce .show_content .night_mode .night_mode_content p {
              font-size: 12pt; } }
          @media only screen and (max-width: 1024px) {
            .show_introduce .show_content .night_mode .night_mode_content p {
              letter-spacing: 2px;
              line-height: 20px; } }
    .show_introduce .show_content .temp_mode {
      position: relative;
      float: left;
      max-width: 25%;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_content .temp_mode {
          float: none;
          max-width: 100%;
          height: 60%; } }
      .show_introduce .show_content .temp_mode .temp_mode_title {
        color: #fff;
        padding-left: 20px; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .temp_mode .temp_mode_title {
            padding-left: 10px; } }
        .show_introduce .show_content .temp_mode .temp_mode_title h4 {
          padding-left: 10px;
          font-family: "Noto Sans TC", sans-serif;
          font-weight: normal;
          border-left: 4px solid #15c0f8;
          line-height: 100%; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .temp_mode .temp_mode_title h4 {
              font-size: 1.3rem;
              border-left: 2px solid #15c0f8; } }
          @media only screen and (max-width: 480px) {
            .show_introduce .show_content .temp_mode .temp_mode_title h4 {
              font-size: 14pt;
              margin: 0;
              margin-top: 10px;
              padding-left: 5px; } }
      .show_introduce .show_content .temp_mode .temp_mode_content {
        padding-left: 31px;
        padding-right: 21px;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_content .temp_mode .temp_mode_content {
            padding-left: 13px; } }
        .show_introduce .show_content .temp_mode .temp_mode_content p {
          font-family: "Heebo", sans-serif;
          font-weight: normal;
          font-size: 8pt;
          letter-spacing: 4px;
          line-height: 25px;
          margin: 0; }
          @media only screen and (max-width: 1920px) {
            .show_introduce .show_content .temp_mode .temp_mode_content p {
              font-size: 1rem; } }
          @media only screen and (max-width: 1680px) {
            .show_introduce .show_content .temp_mode .temp_mode_content p {
              font-size: 12pt; } }
          @media only screen and (max-width: 1024px) {
            .show_introduce .show_content .temp_mode .temp_mode_content p {
              letter-spacing: 2px;
              line-height: 20px; } }
  .show_introduce .show_device_list {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .show_introduce .show_device_list {
        padding-top: 80px; } }
    @media only screen and (max-width: 480px) {
      .show_introduce .show_device_list {
        position: absolute;
        bottom: 0; } }
    @media only screen and (min-width: 1920px) {
      .show_introduce .show_device_list {
        padding-top: 100px; } }
    .show_introduce .show_device_list .list_title {
      color: #fff;
      padding-left: 20px; }
      @media only screen and (max-width: 480px) {
        .show_introduce .show_device_list .list_title {
          padding-left: 10px; } }
      .show_introduce .show_device_list .list_title h4 {
        padding-left: 10px;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: normal;
        border-left: 4px solid #15c0f8;
        line-height: 100%; }
        @media only screen and (max-width: 1920px) {
          .show_introduce .show_device_list .list_title h4 {
            font-size: 1.3rem;
            border-left: 2px solid #15c0f8; } }
        @media only screen and (max-width: 480px) {
          .show_introduce .show_device_list .list_title h4 {
            font-size: 14pt;
            margin: 0;
            margin-top: 10px;
            padding-left: 5px; } }
      .show_introduce .show_device_list .list_title h4 {
        margin: 0; }
    .show_introduce .show_device_list .living_device {
      display: block;
      max-height: 100px;
      width: 100%;
      padding-left: 25px;
      padding-top: 20px; }
      .show_introduce .show_device_list .living_device .devices-one {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-one p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-one img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-two {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-two p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-two img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-three {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-three p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-three img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-four {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-four p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-four img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-five {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-five p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-five img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-six {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-six p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-six img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-seven {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-seven p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-seven img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-eight {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-eight p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-eight img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-nine {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-nine p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-nine img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-ten {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-ten p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-ten img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-eleven {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-eleven p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-eleven img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-twelve {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-twelve p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-twelve img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-thirteen {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-thirteen p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-thirteen img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-fourteen {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-fourteen p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-fourteen img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-fifteen {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-fifteen p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-fifteen img {
          max-width: 80%;
          width: 100%;
          height: auto; }
      .show_introduce .show_device_list .living_device .devices-sixteen {
        float: left;
        text-align: center;
        margin: 0 10px;
        display: none; }
        .show_introduce .show_device_list .living_device .devices-sixteen p {
          margin: 0;
          color: #fff;
          font-size: 8pt; }
        .show_introduce .show_device_list .living_device .devices-sixteen img {
          max-width: 80%;
          width: 100%;
          height: auto; }

/*# sourceMappingURL=main.css.map */
