@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
* {
  margin: 0;
  padding: 0;
  color: #262525;
  font-weight: normal;
  font-family: 'Noto Sans TC', sans-serif; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

a:focus {
  -moz-outline-style: none;
  outline: none; }

a img {
  border: none; }

ul, li {
  list-style-type: none; }

input {
  border: none;
  outline: none; }

figure img {
  width: 100%; }

body {
  background-color: #000; }

.lefttop {
  width: 50px;
  height: 50px;
  background-image: url(../images/left_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

.ig {
  position: fixed;
  right: 0;
  top: 100px;
  width: 30px;
  height: 90px;
  background-image: url(../images/ig.png);
  background-repeat: no-repeat;
  z-index: 6; }
  @media only screen and (max-width: 1200px) {
    .ig {
      display: none; } }

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6; }
  @media only screen and (max-width: 1200px) {
    header {
      width: 250px;
      position: fixed;
      left: initial;
      right: 0; } }
  header .ham {
    width: 30px;
    height: 30px;
    background-image: url(../images/ham.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
    display: none;
    z-index: 2; }
    @media only screen and (max-width: 1200px) {
      header .ham {
        display: block; } }
    header .ham.active {
      background-image: url(../images/ham_close.png); }
  header nav {
    position: relative; }
    @media only screen and (max-width: 1200px) {
      header nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 250px;
        height: 100vh;
        padding-top: 40px;
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    header nav ul {
      text-align: center;
      padding-top: 30px; }
      header nav ul li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
        margin: 0 20px; }
        header nav ul li.l01 {
          width: 35px; }
        header nav ul li.l02 {
          width: 80px; }
        header nav ul li.l03 {
          width: 128px;
          cursor: pointer; }
          header nav ul li.l03::before {
            content: "";
            display: none;
            width: 90px;
            height: 7px;
            background-image: url(../images/sub_menu.png);
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -45px; }
          @media only screen and (max-width: 1200px) {
            header nav ul li.l03.active::before {
              top: 80px;
              display: block;
              z-index: 1; }
            header nav ul li.l03.active .sub {
              display: block; } }
        header nav ul li.l04 {
          width: 80px; }
        header nav ul li.l05 {
          width: 80px; }
        header nav ul li.l06 {
          width: 100px; }
        @media only screen and (min-width: 1201px) {
          header nav ul li:hover.l03::before, header nav ul li:hover.l03 .sub {
            display: block; }
          header nav ul li:hover .tw {
            display: block; }
          header nav ul li:hover .en {
            display: none; } }
        @media only screen and (max-width: 1200px) {
          header nav ul li {
            display: block;
            margin: 0;
            margin-bottom: 20px; }
            header nav ul li.l01, header nav ul li.l02, header nav ul li.l03, header nav ul li.l04, header nav ul li.l05, header nav ul li.l06 {
              width: 100%; } }
        header nav ul li > a {
          display: block;
          text-align: center; }
        header nav ul li .tw, header nav ul li .en {
          font-size: 16px;
          font-weight: 700;
          line-height: 20px;
          line-height: 20px;
          font-weight: bold;
          color: #EBE696;
          display: none; }
          @media only screen and (max-width: 1200px) {
            header nav ul li .tw, header nav ul li .en {
              font-size: 20px;
              font-weight: 900;
              line-height: 36px; } }
        @media only screen and (max-width: 1200px) {
          header nav ul li .tw {
            display: block;
            font-family: 'Noto Serif TC', serif; } }
        header nav ul li .en {
          display: block; }
          @media only screen and (max-width: 1200px) {
            header nav ul li .en {
              font-size: 16px;
              font-weight: 400;
              line-height: 24px; } }
        header nav ul li .sub {
          width: 80px;
          margin: 0 auto;
          padding-top: 30px;
          position: absolute;
          left: 50%;
          margin-left: -40px;
          display: none; }
          @media only screen and (max-width: 1200px) {
            header nav ul li .sub {
              position: relative;
              width: 100%;
              left: initial;
              margin-left: 0;
              margin-top: 20px;
              padding: 20px 0;
              background-color: #003246; } }
          header nav ul li .sub a {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            display: block;
            padding-left: 20px;
            color: #FFF;
            margin-bottom: 15px; }
            @media only screen and (max-width: 1200px) {
              header nav ul li .sub a {
                width: 70px;
                margin: 0 auto;
                margin-bottom: 15px;
                padding-left: 15px; } }
            header nav ul li .sub a.dog {
              background-image: url(../images/menu_dog.png);
              background-repeat: no-repeat; }
            header nav ul li .sub a.cat {
              background-image: url(../images/menu_cat.png);
              background-repeat: no-repeat;
              margin-bottom: 0; }
    header nav .m_ig {
      width: 30px;
      height: 30px;
      cursor: pointer;
      background-image: url(../images/ig_m.png);
      background-repeat: no-repeat;
      margin: 0 auto;
      margin-top: 40px;
      display: none; }
      @media only screen and (max-width: 1200px) {
        header nav .m_ig {
          display: block; } }

footer {
  padding-top: 25px;
  width: 100%;
  position: relative;
  padding-bottom: 10px; }
  @media only screen and (max-width: 800px) {
    footer {
      padding-bottom: 25px; } }
  footer::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #ffeaa0;
    background: #ffeaa0;
    background: #141000 ient(-45deg, #ffeaa0 50%, #b49c1d 100%);
    background: -webkit-linear-gradient(-45deg, #ffeaa0 50%, #b49c1d 100%);
    background: -webkit-linear-gradient(315deg, #ffeaa0 50%, #b49c1d 100%);
    background: -o-linear-gradient(315deg, #ffeaa0 50%, #b49c1d 100%);
    background: linear-gradient(135deg, #ffeaa0 50%, #b49c1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeaa0', endColorstr='#b49c1d',GradientType=1 );
    position: absolute;
    bottom: 0; }
  footer .gotop {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/gotop.png);
    width: 29px;
    height: 127px;
    right: 50px;
    cursor: pointer;
    top: -40px;
    z-index: 3; }
    @media only screen and (max-width: 800px) {
      footer .gotop {
        right: 10px; } }
  footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0; }
    @media only screen and (max-width: 1400px) {
      footer .inner {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px; } }
    @media only screen and (max-width: 1000px) {
      footer .inner {
        text-align: center; } }
    footer .inner::after {
      content: "";
      display: block;
      clear: both; }
    footer .inner .left {
      float: left; }
      @media only screen and (max-width: 1000px) {
        footer .inner .left {
          float: none; } }
      @media only screen and (max-width: 800px) {
        footer .inner .left .menu {
          display: none; } }
      footer .inner .left .menu a {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px; }
        footer .inner .left .menu a.l01 {
          width: 32px; }
        footer .inner .left .menu a.l02 {
          width: 80px; }
        footer .inner .left .menu a.l03 {
          width: 128px; }
        footer .inner .left .menu a.l04 {
          width: 80px; }
        footer .inner .left .menu a.l05 {
          width: 80px; }
        footer .inner .left .menu a.l06 {
          width: 100px; }
        @media only screen and (min-width: 801px) {
          footer .inner .left .menu a:hover .tw {
            display: block; }
          footer .inner .left .menu a:hover .en {
            display: none; } }
        footer .inner .left .menu a .tw, footer .inner .left .menu a .en {
          font-size: 16px;
          font-weight: 700;
          line-height: 20px;
          font-weight: bold;
          color: #EBE696;
          display: none; }
        footer .inner .left .menu a .en {
          display: block;
          color: #FFF; }
      footer .inner .left .info {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 10px; }
        @media only screen and (max-width: 800px) {
          footer .inner .left .info {
            width: 180px;
            margin: 0 auto;
            margin-bottom: 20px; } }
        footer .inner .left .info span {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          color: #FFF;
          margin-bottom: 10px;
          margin-left: 10px;
          padding-left: 10px;
          border-left: 1px solid #fff; }
          @media only screen and (max-width: 800px) {
            footer .inner .left .info span {
              display: block;
              margin-bottom: 0;
              padding-left: 0px;
              border-left: 0px solid #fff; } }
      footer .inner .left .copyright {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #FFF; }
    footer .inner .flogo {
      float: right;
      width: 200px;
      height: 108px; }
      @media only screen and (max-width: 1400px) {
        footer .inner .flogo {
          margin-right: 100px; } }
      @media only screen and (max-width: 1000px) {
        footer .inner .flogo {
          float: none;
          margin-right: 0;
          display: inline-block;
          margin-bottom: 20px; } }
