@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");
.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; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../img/img_black.png);
  background-size: cover;
  background-repeat: no-repeat; }

.container {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/img_black.png);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 2s, transform 300ms cubic-bezier(0.694, 0, 0.335, 1);
  overflow: hidden; }
  .container .pic_one {
    transition: box-shadow 1s;
    display: none;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .container .pic_two {
    transition: box-shadow 1s;
    display: none;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .container .pic_three {
    transition: box-shadow 1s;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .container .pic_four {
    transition: box-shadow 1s;
    display: none;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .container .pic_five {
    transition: box-shadow 1s;
    display: none;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .container .menu_btn {
    position: absolute;
    left: 20px;
    top: 22px;
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2; }
    .container .menu_btn .line_one {
      -o-transition: transform .3s ease-out;
      -webkit-transition: transform .3s ease-out;
      -moz-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      width: 100%;
      height: 2px;
      background: white;
      backface-visibility: hidden;
      margin-top: 2px; }
    .container .menu_btn .line_two {
      -o-transition: opacity .5s ease-out;
      -webkit-transition: opacity .5s ease-out;
      -moz-transition: opacity .5s ease-out;
      transition: opacity .5s ease-out;
      width: 70%;
      height: 2px;
      background: white;
      margin: 5px 0;
      backface-visibility: hidden;
      opacity: 1; }
    .container .menu_btn .line_three {
      -o-transition: transform .3s ease-out;
      -webkit-transition: transform .3s ease-out;
      -moz-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      width: 100%;
      height: 2px;
      background: white;
      backface-visibility: hidden; }
  .container .mask {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    cursor: pointer; }
  .container .n1 {
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .container .n1 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 4px solid #fff;
        user-select: none;
        transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 1s cubic-bezier(0.694, 0, 0.335, 1), filter 0.4s;
        max-width: 400px;
        max-height: 400px; }
        .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        margin-left: 50px;
        margin-top: 65px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        font-size: 1rem;
        margin-left: 20px;
        margin-top: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n1 #title_one, .container .n1 #title_two, .container .n1 #title_three, .container .n1 #title_four, .container .n1 #title_five {
        font-size: 0.4rem;
        letter-spacing: 1px;
        margin-left: 10px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1920px) {
        .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #15c0f8; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        margin-left: 50px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        font-size: 1rem;
        margin-left: 20px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n1 #subtitle_one, .container .n1 #subtitle_two, .container .n1 #subtitle_three, .container .n1 #subtitle_four, .container .n1 #subtitle_five {
        margin-left: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 1920px) {
        .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
          font-family: "Heebo", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-left: 50px;
        margin-top: 150px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1440px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-top: 80px;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-top: 60px;
        margin-left: 20px;
        font-size: 0.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n1 #createtime_one, .container .n1 #createtime_two, .container .n1 #createtime_three, .container .n1 #createtime_four, .container .n1 #createtime_five {
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.2rem; } }

    @media only screen and (max-width: 1440px) {
      .container .n1 {
        max-width: 350px;
        max-height: 350px; } }
    @media only screen and (max-width: 1366px) {
      .container .n1 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 1024px) {
      .container .n1 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 960px) {
      .container .n1 {
        max-width: 250px;
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      .container .n1 {
        max-width: 200px;
        max-height: 200px;
        border: 2px solid #fff; } }
    @media only screen and (max-width: 540px) {
      .container .n1 {
        max-width: 130px;
        max-height: 130px;
        border: 2px solid #fff; } }
  .container .n2 {
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .container .n2 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 4px solid #fff;
        user-select: none;
        transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 1s cubic-bezier(0.694, 0, 0.335, 1), filter 0.4s;
        max-width: 400px;
        max-height: 400px; }
        .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        margin-left: 50px;
        margin-top: 65px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        font-size: 1rem;
        margin-left: 20px;
        margin-top: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n2 #title_one, .container .n2 #title_two, .container .n2 #title_three, .container .n2 #title_four, .container .n2 #title_five {
        font-size: 0.4rem;
        letter-spacing: 1px;
        margin-left: 10px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1920px) {
        .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #15c0f8; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        margin-left: 50px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        font-size: 1rem;
        margin-left: 20px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n2 #subtitle_one, .container .n2 #subtitle_two, .container .n2 #subtitle_three, .container .n2 #subtitle_four, .container .n2 #subtitle_five {
        margin-left: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 1920px) {
        .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
          font-family: "Heebo", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-left: 50px;
        margin-top: 150px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1440px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-top: 80px;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-top: 60px;
        margin-left: 20px;
        font-size: 0.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n2 #createtime_one, .container .n2 #createtime_two, .container .n2 #createtime_three, .container .n2 #createtime_four, .container .n2 #createtime_five {
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.2rem; } }

    @media only screen and (max-width: 1440px) {
      .container .n2 {
        max-width: 350px;
        max-height: 350px; } }
    @media only screen and (max-width: 1366px) {
      .container .n2 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 1024px) {
      .container .n2 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 960px) {
      .container .n2 {
        max-width: 250px;
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      .container .n2 {
        max-width: 200px;
        max-height: 200px;
        border: 2px solid #fff; } }
    @media only screen and (max-width: 540px) {
      .container .n2 {
        max-width: 130px;
        max-height: 130px;
        border: 2px solid #fff; } }
  .container .n3 {
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .container .n3 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 4px solid #fff;
        user-select: none;
        transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 1s cubic-bezier(0.694, 0, 0.335, 1), filter 0.4s;
        max-width: 400px;
        max-height: 400px; }
        .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        margin-left: 50px;
        margin-top: 65px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        font-size: 1rem;
        margin-left: 20px;
        margin-top: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n3 #title_one, .container .n3 #title_two, .container .n3 #title_three, .container .n3 #title_four, .container .n3 #title_five {
        font-size: 0.4rem;
        letter-spacing: 1px;
        margin-left: 10px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1920px) {
        .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #15c0f8; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        margin-left: 50px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        font-size: 1rem;
        margin-left: 20px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n3 #subtitle_one, .container .n3 #subtitle_two, .container .n3 #subtitle_three, .container .n3 #subtitle_four, .container .n3 #subtitle_five {
        margin-left: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 1920px) {
        .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
          font-family: "Heebo", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-left: 50px;
        margin-top: 150px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1440px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-top: 80px;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-top: 60px;
        margin-left: 20px;
        font-size: 0.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n3 #createtime_one, .container .n3 #createtime_two, .container .n3 #createtime_three, .container .n3 #createtime_four, .container .n3 #createtime_five {
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.2rem; } }

    @media only screen and (max-width: 1440px) {
      .container .n3 {
        max-width: 350px;
        max-height: 350px; } }
    @media only screen and (max-width: 1366px) {
      .container .n3 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 1024px) {
      .container .n3 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 960px) {
      .container .n3 {
        max-width: 250px;
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      .container .n3 {
        max-width: 200px;
        max-height: 200px;
        border: 2px solid #fff; } }
    @media only screen and (max-width: 540px) {
      .container .n3 {
        max-width: 130px;
        max-height: 130px;
        border: 2px solid #fff; } }
  .container .n4 {
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .container .n4 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 4px solid #fff;
        user-select: none;
        transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 1s cubic-bezier(0.694, 0, 0.335, 1), filter 0.4s;
        max-width: 400px;
        max-height: 400px; }
        .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        margin-left: 50px;
        margin-top: 65px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        font-size: 1rem;
        margin-left: 20px;
        margin-top: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n4 #title_one, .container .n4 #title_two, .container .n4 #title_three, .container .n4 #title_four, .container .n4 #title_five {
        font-size: 0.4rem;
        letter-spacing: 1px;
        margin-left: 10px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1920px) {
        .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #15c0f8; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        margin-left: 50px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        font-size: 1rem;
        margin-left: 20px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n4 #subtitle_one, .container .n4 #subtitle_two, .container .n4 #subtitle_three, .container .n4 #subtitle_four, .container .n4 #subtitle_five {
        margin-left: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 1920px) {
        .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
          font-family: "Heebo", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-left: 50px;
        margin-top: 150px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1440px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-top: 80px;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-top: 60px;
        margin-left: 20px;
        font-size: 0.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n4 #createtime_one, .container .n4 #createtime_two, .container .n4 #createtime_three, .container .n4 #createtime_four, .container .n4 #createtime_five {
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.2rem; } }

    @media only screen and (max-width: 1440px) {
      .container .n4 {
        max-width: 350px;
        max-height: 350px; } }
    @media only screen and (max-width: 1366px) {
      .container .n4 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 1024px) {
      .container .n4 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 960px) {
      .container .n4 {
        max-width: 250px;
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      .container .n4 {
        max-width: 200px;
        max-height: 200px;
        border: 2px solid #fff; } }
    @media only screen and (max-width: 540px) {
      .container .n4 {
        max-width: 130px;
        max-height: 130px;
        border: 2px solid #fff; } }
  .container .n5 {
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .container .n5 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 4px solid #fff;
        user-select: none;
        transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 1s cubic-bezier(0.694, 0, 0.335, 1), filter 0.4s;
        max-width: 400px;
        max-height: 400px; }
        .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        margin-left: 50px;
        margin-top: 65px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        font-size: 1rem;
        margin-left: 20px;
        margin-top: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n5 #title_one, .container .n5 #title_two, .container .n5 #title_three, .container .n5 #title_four, .container .n5 #title_five {
        font-size: 0.4rem;
        letter-spacing: 1px;
        margin-left: 10px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1920px) {
        .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
          margin: 0;
          font-size: 1.5rem;
          font-family: "Noto Sans TC", sans-serif;
          color: #15c0f8; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        margin-left: 50px;
        letter-spacing: 3px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1280px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        font-size: 1.3rem;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        font-size: 1rem;
        margin-left: 20px; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n5 #subtitle_one, .container .n5 #subtitle_two, .container .n5 #subtitle_three, .container .n5 #subtitle_four, .container .n5 #subtitle_five {
        margin-left: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 1920px) {
        .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
          font-family: "Heebo", sans-serif;
          color: #fff; } }
    @media only screen and (max-width: 1920px) and (max-width: 1920px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-left: 50px;
        margin-top: 150px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1440px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 1024px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-top: 100px; } }
    @media only screen and (max-width: 1920px) and (max-width: 960px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-top: 80px;
        margin-left: 40px; } }
    @media only screen and (max-width: 1920px) and (max-width: 768px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-top: 60px;
        margin-left: 20px;
        font-size: 0.5rem; } }
    @media only screen and (max-width: 1920px) and (max-width: 540px) {
      .container .n5 #createtime_one, .container .n5 #createtime_two, .container .n5 #createtime_three, .container .n5 #createtime_four, .container .n5 #createtime_five {
        margin-top: 30px;
        margin-left: 10px;
        font-size: 0.2rem; } }

    @media only screen and (max-width: 1440px) {
      .container .n5 {
        max-width: 350px;
        max-height: 350px; } }
    @media only screen and (max-width: 1366px) {
      .container .n5 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 1024px) {
      .container .n5 {
        max-width: 300px;
        max-height: 300px; } }
    @media only screen and (max-width: 960px) {
      .container .n5 {
        max-width: 250px;
        max-height: 250px; } }
    @media only screen and (max-width: 768px) {
      .container .n5 {
        max-width: 200px;
        max-height: 200px;
        border: 2px solid #fff; } }
    @media only screen and (max-width: 540px) {
      .container .n5 {
        max-width: 130px;
        max-height: 130px;
        border: 2px solid #fff; } }
  @media only screen and (max-width: 1920px) {
    .container .left_btn {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      max-width: 400px;
      max-height: 400px;
      height: 0;
      width: 100%;
      user-select: none;
      border: 4px solid rgba(0, 0, 0, 0);
      cursor: pointer; } }
  @media only screen and (max-width: 1440px) {
    .container .left_btn {
      max-width: 350px;
      max-height: 350px; } }
  @media only screen and (max-width: 1366px) {
    .container .left_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 1024px) {
    .container .left_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 960px) {
    .container .left_btn {
      max-width: 250px;
      max-height: 250px; } }
  @media only screen and (max-width: 768px) {
    .container .left_btn {
      max-width: 200px;
      max-height: 200px; } }
  @media only screen and (max-width: 540px) {
    .container .left_btn {
      max-width: 130px;
      max-height: 130px; } }
  @media only screen and (max-width: 1920px) {
    .container .right_btn {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      max-width: 400px;
      max-height: 400px;
      height: 0;
      width: 100%;
      user-select: none;
      border: 4px solid rgba(0, 0, 0, 0);
      cursor: pointer; } }
  @media only screen and (max-width: 1440px) {
    .container .right_btn {
      max-width: 350px;
      max-height: 350px; } }
  @media only screen and (max-width: 1366px) {
    .container .right_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 1024px) {
    .container .right_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 960px) {
    .container .right_btn {
      max-width: 250px;
      max-height: 250px; } }
  @media only screen and (max-width: 768px) {
    .container .right_btn {
      max-width: 200px;
      max-height: 200px; } }
  @media only screen and (max-width: 540px) {
    .container .right_btn {
      max-width: 130px;
      max-height: 130px; } }
  @media only screen and (max-width: 1920px) {
    .container .mid_btn {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      max-width: 400px;
      max-height: 400px;
      height: 0;
      width: 100%;
      user-select: none;
      border: 4px solid rgba(0, 0, 0, 0);
      cursor: pointer; } }
  @media only screen and (max-width: 1440px) {
    .container .mid_btn {
      max-width: 350px;
      max-height: 350px; } }
  @media only screen and (max-width: 1366px) {
    .container .mid_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 1024px) {
    .container .mid_btn {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 960px) {
    .container .mid_btn {
      max-width: 250px;
      max-height: 250px; } }
  @media only screen and (max-width: 768px) {
    .container .mid_btn {
      max-width: 200px;
      max-height: 200px; } }
  @media only screen and (max-width: 540px) {
    .container .mid_btn {
      max-width: 130px;
      max-height: 130px; } }

.comming_soon {
  z-index: 3;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.85s, visibility 0.85s cubic-bezier(0.694, 0, 0.335, 1); }
  .comming_soon .cs_close {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 1%;
    right: 1%;
    background: url(../img/btn_close.png);
    background-size: cover;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer; }
    @media only screen and (max-width: 1920px) {
      .comming_soon .cs_close {
        width: 42px;
        height: 42px;
        top: 1.2%; } }
  @media only screen and (max-width: 1920px) {
    .comming_soon .box {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 400px;
      max-height: 400px;
      height: 100%;
      width: 100%;
      border: 4px solid #fff;
      user-select: none; } }
  @media only screen and (max-width: 1440px) {
    .comming_soon .box {
      max-width: 350px;
      max-height: 350px; } }
  @media only screen and (max-width: 1366px) {
    .comming_soon .box {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 1024px) {
    .comming_soon .box {
      max-width: 300px;
      max-height: 300px; } }
  @media only screen and (max-width: 960px) {
    .comming_soon .box {
      max-width: 250px;
      max-height: 250px; } }
  @media only screen and (max-width: 768px) {
    .comming_soon .box {
      max-width: 200px;
      max-height: 200px;
      border: 2px solid #fff; } }
  @media only screen and (max-width: 540px) {
    .comming_soon .box {
      max-width: 130px;
      max-height: 130px;
      border: 2px solid #fff; } }
  .comming_soon .cs_icon {
    background: url(../img/icon_commingsoon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 1920px) {
      .comming_soon .cs_icon {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 175px;
        max-height: 175px;
        height: 100%;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .comming_soon .cs_icon {
        max-width: 135px;
        max-height: 135px;
        height: 100%;
        width: 100%; } }
    @media only screen and (max-width: 540px) {
      .comming_soon .cs_icon {
        max-width: 85px;
        max-height: 85px;
        height: 100%;
        width: 100%; } }
  .comming_soon hr {
    text-align: center; }
    @media only screen and (max-width: 1920px) {
      .comming_soon hr {
        max-width: 40px;
        width: 100%; } }
    @media only screen and (max-width: 540px) {
      .comming_soon hr {
        max-width: 20px;
        width: 100%; } }
  .comming_soon .cs_txt {
    text-align: center;
    color: #15c0f8;
    font-family: "Heebo", sans-serif; }
    @media only screen and (max-width: 1920px) {
      .comming_soon .cs_txt {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 1024px) {
      .comming_soon .cs_txt {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 960px) {
      .comming_soon .cs_txt {
        font-size: 2rem; } }
    @media only screen and (max-width: 768px) {
      .comming_soon .cs_txt {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 540px) {
      .comming_soon .cs_txt {
        font-size: 1rem; } }

.comming_soon.open {
  opacity: 1;
  visibility: visible;
  height: 100%; }

@-webkit-keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes btn {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes btn {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

/*# sourceMappingURL=showcase.css.map */
