@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");
.logo_img img {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 80px;
  width: 100%;
  height: auto;
  max-width: 15%;
  max-height: 15%;
  transform: translate3d(-20%, 0, 0);
  opacity: 0; }
  @media only screen and (max-width: 1920px) {
    .logo_img img {
      max-width: 10%;
      max-height: 10%;
      top: 22px; } }
  @media only screen and (max-width: 1440px) {
    .logo_img img {
      max-width: 13%;
      max-height: 13%;
      top: 22px; } }
  @media (max-width: 900px) {
    .logo_img img {
      max-width: 20%;
      max-height: 20%; } }
  @media (max-width: 540px) {
    .logo_img img {
      left: 60px; } }
  @media only screen and (max-width: 480px) {
    .logo_img img {
      max-width: 30%;
      max-height: 30%; } }

.black_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black; }

.menu_btn {
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 22px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .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; }
  .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; }
  .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; }

.mask {
  position: absolute;
  left: 10px;
  top: 22px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: hidden;
  cursor: pointer; }

#fullpage .about_duc {
  background-image: url(../img/img_about_bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #fullpage .about_duc .right-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-left: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_duc .right-line {
        width: 30px; } }
  #fullpage .about_duc .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_duc .left-line {
        width: 30px; } }
  #fullpage .about_duc .about_duc_title1 {
    position: absolute;
    top: 25%;
    left: 12%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_duc .about_duc_title1 {
        top: 25%;
        left: 12%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_duc .about_duc_title1 {
        top: 23%;
        left: 12%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_duc .about_duc_title1 {
        top: 22%;
        left: 12%; } }
    @media only screen and (max-width: 1280px) {
      #fullpage .about_duc .about_duc_title1 {
        top: 22%;
        left: 12%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_duc .about_duc_title1 {
        top: 22.5%;
        left: 12%; } }
    #fullpage .about_duc .about_duc_title1 h1 {
      color: #fff;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px; }
  #fullpage .about_duc .about_duc_title2 {
    position: absolute;
    top: 35%;
    left: 12%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_duc .about_duc_title2 {
        top: 31%;
        left: 12%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_duc .about_duc_title2 {
        top: 30%;
        left: 12%; } }
    #fullpage .about_duc .about_duc_title2 h2 {
      color: #15c0f8;
      font-family: "Noto Sans TC", sans-serif;
      font-weight: lighter;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px; }
  #fullpage .about_duc .about_duc_passion {
    position: absolute;
    left: 12%;
    top: 45%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    #fullpage .about_duc .about_duc_passion h4 {
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-weight: lighter;
      letter-spacing: 4px; }
      @media only screen and (max-width: 450px) {
        #fullpage .about_duc .about_duc_passion h4 {
          letter-spacing: 2px; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_duc .about_duc_passion {
        top: 37%;
        left: 12%; } }
  #fullpage .about_duc hr {
    position: absolute;
    left: 12%;
    bottom: 35%;
    width: 80px;
    color: #fff;
    opacity: 0;
    transform: translate3d(-20%, 0, 0); }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_duc hr {
        bottom: 47%;
        left: 12.2%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_duc hr {
        bottom: 46.5%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_duc hr {
        bottom: 44%; } }
    @media only screen and (max-width: 1280px) {
      #fullpage .about_duc hr {
        bottom: 45%; } }
  #fullpage .about_duc .about_duc_content {
    position: absolute;
    left: 12%;
    bottom: 13%;
    max-width: 400px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    opacity: 0; }
    #fullpage .about_duc .about_duc_content p {
      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 .about_duc .about_duc_content p {
          font-size: 1rem;
          line-height: 1.8rem; } }
      @media only screen and (max-width: 480px) {
        #fullpage .about_duc .about_duc_content p {
          max-width: 250px;
          font-size: 10pt; } }
      @media only screen and (max-width: 320px) {
        #fullpage .about_duc .about_duc_content p {
          line-height: 28px; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_duc .about_duc_content {
        left: 12%;
        bottom: 30%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_duc .about_duc_content {
        left: 12%;
        bottom: 27%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_duc .about_duc_content {
        left: 12%;
        bottom: 22%; } }
    @media only screen and (max-width: 1280px) {
      #fullpage .about_duc .about_duc_content {
        left: 12%;
        bottom: 25%;
        max-width: 350px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_duc .about_duc_content {
        max-width: 280px;
        max-height: auto; } }
#fullpage .about_technology {
  background-image: url(../img/img_about_bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #fullpage .about_technology .right-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-left: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_technology .right-line {
        width: 30px; } }
  #fullpage .about_technology .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_technology .left-line {
        width: 30px; } }
  #fullpage .about_technology .about_technology_title1 {
    position: absolute;
    left: 60%;
    top: 25%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    #fullpage .about_technology .about_technology_title1 h1 {
      color: #fff;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 35pt;
      margin: 0;
      letter-spacing: 8px; }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_technology .about_technology_title1 {
        left: 60%;
        top: 25%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_technology .about_technology_title1 {
        left: 60%;
        top: 21%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_technology .about_technology_title1 {
        left: 60%;
        top: 18%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_technology .about_technology_title1 {
        left: 50%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_technology .about_technology_title1 {
        left: 12%; } }
  #fullpage .about_technology .about_technology_title2 {
    position: absolute;
    left: 60%;
    top: 31%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    #fullpage .about_technology .about_technology_title2 h2 {
      color: #15c0f8;
      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 .about_technology .about_technology_title2 {
        left: 60%;
        top: 31%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_technology .about_technology_title2 {
        left: 60%;
        top: 28%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_technology .about_technology_title2 {
        left: 60%;
        top: 26%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_technology .about_technology_title2 {
        left: 50%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_technology .about_technology_title2 {
        left: 12%; } }
  #fullpage .about_technology .about_technology_passion {
    position: absolute;
    left: 60%;
    top: 38%;
    transform: translate3d(0, -20%, 0);
    opacity: 0; }
    #fullpage .about_technology .about_technology_passion h4 {
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-weight: lighter;
      letter-spacing: 4px; }
      @media only screen and (max-width: 450px) {
        #fullpage .about_technology .about_technology_passion h4 {
          letter-spacing: 2px; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_technology .about_technology_passion {
        left: 60%;
        top: 38%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_technology .about_technology_passion {
        left: 60%;
        top: 35%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_technology .about_technology_passion {
        left: 60%;
        top: 34%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_technology .about_technology_passion {
        left: 50%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_technology .about_technology_passion {
        left: 12%; } }
  #fullpage .about_technology hr {
    position: absolute;
    left: 60%;
    width: 80px;
    color: #fff;
    opacity: 0;
    transform: translate3d(-20%, 0, 0); }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_technology hr {
        left: 60%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_technology hr {
        left: 60%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_technology hr {
        left: 60%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_technology hr {
        left: 50%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_technology hr {
        left: 12%; } }
  #fullpage .about_technology .about_technology_content {
    position: absolute;
    left: 60%;
    top: 55%;
    max-width: 400px;
    max-height: 180px;
    width: 100%;
    height: 100%;
    opacity: 0; }
    #fullpage .about_technology .about_technology_content p {
      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 .about_technology .about_technology_content p {
          font-size: 1rem;
          line-height: 1.8rem; } }
      @media only screen and (max-width: 480px) {
        #fullpage .about_technology .about_technology_content p {
          max-width: 250px;
          font-size: 10pt; } }
      @media only screen and (max-width: 320px) {
        #fullpage .about_technology .about_technology_content p {
          line-height: 28px; } }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_technology .about_technology_content {
        left: 60%;
        top: 55%; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_technology .about_technology_content {
        left: 60%;
        top: 56%; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_technology .about_technology_content {
        left: 60%;
        top: 55%; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_technology .about_technology_content {
        left: 50%; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_technology .about_technology_content {
        left: 12%;
        max-width: 280px;
        top: 58%; } }
#fullpage .about_quality {
  background: url(../img/img_about_bg_03.png);
  background-position: center;
  background-color: black;
  background-repeat: no-repeat;
  background-size: 80% 80%; }
  @media only screen and (max-width: 1440px) {
    #fullpage .about_quality {
      background-position: 50% 30%; } }
  @media only screen and (max-width: 480px) {
    #fullpage .about_quality {
      background-size: cover; } }
  #fullpage .about_quality .right-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    border-left: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_quality .right-line {
        width: 30px; } }
  #fullpage .about_quality .left-line {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    padding-top: 10px;
    border-right: 1.5px solid rgba(180, 180, 180, 0.8); }
    @media (max-width: 540px) {
      #fullpage .about_quality .left-line {
        width: 30px; } }
  #fullpage .about_quality .about_quality_title_div {
    float: left;
    width: 100%;
    position: absolute;
    top: 10%; }
    #fullpage .about_quality .about_quality_title_div .about_quality_title1 {
      float: left;
      text-align: right;
      max-width: 50%;
      width: 100%;
      opacity: 0;
      transform: translate3d(-10%, 0, 0); }
      #fullpage .about_quality .about_quality_title_div .about_quality_title1 h1 {
        color: #15c0f8;
        font-weight: lighter;
        font-family: "Noto Sans TC", sans-serif;
        font-size: 30pt;
        margin: 0;
        letter-spacing: 8px; }
    #fullpage .about_quality .about_quality_title_div .about_quality_title2 {
      float: left;
      text-align: left;
      max-width: 50%;
      width: 100%;
      opacity: 0;
      transform: translate3d(10%, 0, 0); }
      #fullpage .about_quality .about_quality_title_div .about_quality_title2 h1 {
        color: #fff;
        font-weight: lighter;
        font-family: "Noto Sans TC", sans-serif;
        font-size: 30pt;
        margin: 0;
        letter-spacing: 8px; }
    #fullpage .about_quality .about_quality_title_div .about_quality_title_span {
      text-align: center;
      transform: translate3d(0, 30%, 0);
      opacity: 0; }
      #fullpage .about_quality .about_quality_title_div .about_quality_title_span span {
        color: #fff;
        font-family: "Heebo", sans-serif;
        letter-spacing: 4px; }
        @media only screen and (max-width: 480px) {
          #fullpage .about_quality .about_quality_title_div .about_quality_title_span span {
            letter-spacing: 2px; } }
  #fullpage .about_quality .about_quality_footer {
    text-align: center;
    position: absolute;
    bottom: 7%;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      #fullpage .about_quality .about_quality_footer {
        padding: 0 400px; } }
    @media only screen and (max-width: 1440px) {
      #fullpage .about_quality .about_quality_footer {
        padding: 0 160px; } }
    @media only screen and (max-width: 1366px) {
      #fullpage .about_quality .about_quality_footer {
        padding: 0 200px; } }
    @media only screen and (max-width: 1024px) {
      #fullpage .about_quality .about_quality_footer {
        padding: 0 100px; } }
    @media only screen and (max-width: 480px) {
      #fullpage .about_quality .about_quality_footer {
        padding: 0;
        padding: 0 50px;
        bottom: 10%; } }
    #fullpage .about_quality .about_quality_footer img {
      max-width: 10%;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1920px) {
        #fullpage .about_quality .about_quality_footer img {
          margin-left: -20px; } }
      @media only screen and (max-width: 1440px) {
        #fullpage .about_quality .about_quality_footer img {
          margin-left: -15px; } }
      @media only screen and (max-width: 1366px) {
        #fullpage .about_quality .about_quality_footer img {
          margin-left: -15px; } }
    #fullpage .about_quality .about_quality_footer p {
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-size: 10pt;
      padding: 0 3%;
      font-weight: normal;
      letter-spacing: 4px;
      line-height: 25px; }
      @media only screen and (max-width: 480px) {
        #fullpage .about_quality .about_quality_footer p {
          font-size: 10pt; } }
#fullpage .about_partner {
  background: black; }
  #fullpage .about_partner .about_partner_title {
    background-color: black;
    margin-top: 100px;
    text-align: center;
    width: 100%;
    opacity: 0; }
    #fullpage .about_partner .about_partner_title h1 {
      color: #15c0f8;
      font-weight: lighter;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 30pt;
      margin: 0;
      letter-spacing: 8px; }
    #fullpage .about_partner .about_partner_title p {
      color: #fff;
      font-family: "Heebo", sans-serif;
      font-size: 10pt;
      font-weight: normal;
      letter-spacing: 4px;
      line-height: 25px; }
  #fullpage .about_partner .about_partner_div .partner_box_list {
    margin-top: 30px; }
    #fullpage .about_partner .about_partner_div .partner_box_list .logo_box {
      opacity: 0;
      float: left;
      max-width: 250px;
      max-height: 250px;
      width: 250px;
      height: 250px;
      margin: 10px 10px;
      border: 1px solid #fff;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        #fullpage .about_partner .about_partner_div .partner_box_list .logo_box {
          margin: 0; } }
      #fullpage .about_partner .about_partner_div .partner_box_list .logo_box .img_box {
        margin: 25px auto;
        max-width: 200px;
        max-height: 200px;
        width: 200px;
        height: 200px; }
        #fullpage .about_partner .about_partner_div .partner_box_list .logo_box .img_box img {
          width: 100%;
          height: auto; }

@-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: 1; } }
@keyframes barop {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pop {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes leftpop {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes leftpop {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rightpop {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes rightpop {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes quspanpop {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes quspanpop {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.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; }

/*# sourceMappingURL=about.css.map */
