:root {
  --themeColor:#5684e6;
  --lightGray:#DDD;
  --darkGray:#888;
  --lightBlack:#444;
  --darkBlack:#2B2B2B;
  --alphaBlack:#00000080;
  --navcolor:#83a1cfee;
  --alphaWhite:#ffffffEE;
  --alpha:#00000000;
  --blur:#a2a2a280;
  --barColor:#2c292b;
  --vwPhone:calc(97vw / 3);
  --vwComputer:calc(79vw / 3);
  --logoColor: #3f398d;
}

*[class^=btn] {
  font-size: inherit;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  border-radius: 0.35em;
  cursor: pointer;
  box-shadow: 3px 3px 2px gray;
  transition: all 500ms ease;
  background-color: var(--lightGray);
  font-size: 20px;
  font-family: "Noto Serif TC", serif;
}

*[class^=btn]:hover {
  filter: brightness(1.2);
}

*[class^=btn]:active {
  filter: brightness(0.8);
  box-shadow: 3px 3px 2px black inset;
}

.btn-theme {
  background-color: var(--themeColor);
}

.btn-red {
  background-color: #e7617e;
}

.btn-green {
  background-color: #2fe0a5;
}

body {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0px;
}

header {
  box-shadow: 0 0 15px 0 var(--blur), inset 0 0 15px 0 var(--blur);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  z-index: 20;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  nav:hover{
      .nav-t{
          transform: rotate(26deg);
      }
      .nav-m{
          opacity: 0;
      }
      .nav-b{
          transform: rotate(-26deg);
      }
  }
  */
}
header menu {
  height: 14.2857142857vh;
  position: relative;
  z-index: 100;
}
header menu ul {
  height: inherit;
}
header menu ul #li6 {
  background-color: var(--alphaWhite);
}
header menu ul #li1 {
  background-color: var(--navcolor);
}
header menu ul #li2 {
  background-color: var(--alphaWhite);
}
header menu ul #li3 {
  background-color: var(--navcolor);
}
header menu ul #li4 {
  background-color: var(--alphaWhite);
}
header menu ul #li5 {
  background-color: var(--navcolor);
}
header menu ul li {
  width: 100%;
  height: inherit;
  position: relative;
}
header menu ul li input[type=checkbox] {
  display: none;
}
header menu ul li .navv {
  width: 75%;
  margin: 0 3px;
  text-align: center;
  height: inherit;
  line-height: 14.2857142857vh;
  cursor: url(../img/paw4.png), pointer;
  font-size: 36px;
  color: #000000;
}
header menu ul li .cat {
  width: 25%;
  height: auto;
  cursor: url(../img/paw4.png), pointer;
  display: block;
}
header menu ul li:hover li {
  background-color: var(--themeColor);
}
header #logo {
  height: 100px;
  background-image: url(../img/smalllogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: url(../img/paw4.png), pointer;
}
header #navOutside {
  width: 3.8em;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
header #navOutside nav {
  width: 2em;
  height: 1em;
  position: absolute;
  top: calc(40px - 0.5em);
  right: 1em;
}
header #navOutside nav *[class^=nav] {
  width: 100%;
  height: 2px;
  background-color: var(--darkBlack);
  position: absolute;
  transform-origin: 0;
}
header #navOutside nav .nav-t {
  top: 0;
}
header #navOutside nav .nav-m {
  top: calc(0.5em - 1px);
}
header #navOutside nav .nav-b {
  bottom: 0;
}

#white {
  display: none;
}

#bigLogoo {
  max-width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/logobg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 76.9230769231% 60px;
}
#bigLogoo #whitebigLogoo {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
#bigLogoo #myPhoto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  align-items: center;
}
#bigLogoo #myPhoto .photo {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px inset #444;
  background-image: url(../img/myphoto.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#bigLogoo #myPhoto h2 {
  margin-top: 10px;
  width: 100%;
  color: #cbcbcb;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#bigLogoo #myPhoto h3 {
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
  color: #cbcbcb;
  letter-spacing: 0.01em;
  text-align: justify;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#bigLogoo #myWeb {
  display: none;
}
#bigLogoo #left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 220px;
  cursor: pointer;
}
#bigLogoo #right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  cursor: pointer;
}
#bigLogoo #love1 {
  position: absolute;
  bottom: 170px;
  left: 160px;
  width: 20px;
  height: 20px;
  transform: rotate(30deg);
}
#bigLogoo #love2 {
  position: absolute;
  bottom: 170px;
  right: 160px;
  width: 20px;
  height: 20px;
  transform: rotate(-30deg);
}

#about1 {
  width: 100%;
}

#about1 #aboutt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#about1 #aboutt .grid-11 {
  padding: 1em;
}
#about1 #aboutt .grid-11 p {
  font-size: 16px;
  padding-bottom: 0;
  text-align: center;
}
#about1 #aboutt .grid-11 p span {
  font-size: 170%;
}
#about1 #aboutt .grid-11 h3 {
  padding: 0.5em 0;
}
#about1 #aboutt .grid-11 i {
  color: var(--logoColor);
  padding: 15px 0 0 0;
}
#about1 #aboutt .border1 {
  margin: 10px 20px;
  border: 23px dotted #797a8a;
  border-radius: 30%;
}

.designText {
  margin: 15px auto;
}
.designText h1 {
  text-align: center;
  font-size: 60px;
  text-shadow: 8px 5px 3px #AAA;
}
.designText h1 span {
  font-size: 20px;
}

.aboutme h1 {
  font-size: 50px;
}

#design {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#design .photo {
  width: 50%;
}
#design .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 500ms ease;
  filter: brightness(1);
}

#theme {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
}
#theme .push {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--alphaBlack);
  color: #fff;
  z-index: 11;
  padding: calc(50vh - 1em - 80px) 1.5em 0;
}
#theme .push h2 {
  font-size: 2em;
}

#about .grid-11 {
  padding: 1em;
}
#about .grid-11 p {
  padding-bottom: 1em;
  text-align: justify;
}
#about .grid-11 h2 {
  padding-bottom: 1em;
}
#about .grid-11 h3 {
  padding: 0.5em 0;
}
#about .grid-11 i {
  color: var(--themeColor);
}

#product {
  width: 100%;
}
#product > .grid-12:nth-of-type(1) {
  background-color: var(--darkBlack);
  color: var(--lightGray);
  padding: 0;
}
#product .grid-6 {
  position: relative;
}
#product .grid-6 img {
  width: 100%;
}
#product .grid-6 .title {
  width: 100%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: var(--alphaBlack);
  color: var(--lightGray);
  position: absolute;
  bottom: 0;
}
#product .grid-10 {
  padding: 2em 1em;
}
#product .grid-10 img {
  width: 100%;
}
#product .grid-10 h3 {
  padding: 1em 0;
}
#product .grid-10 p {
  padding: 1em 0;
}

#show {
  width: 100%;
  height: 100vh;
  background-image: url("https://picsum.photos/id/182/1200/1200");
  background-size: cover;
  background-position: center bottom;
}
#show .grid-12 {
  background-color: rgba(71, 82, 105, 0.5019607843);
  color: var(--lightGray);
  padding: calc(50vh - 5em) 1em 0;
}

#service .game {
  border-radius: 50%;
  border: 25px dashed #2B2B2B;
}
#service .grid-m-4 {
  position: relative;
}
#service .grid-m-4 img {
  width: 100%;
  border-radius: 50%;
}
#service .grid-m-4 .push {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(rgba(128, 128, 128, 0.6666666667), rgba(0, 0, 0, 0.6666666667) 80%);
  color: var(--lightGray);
  padding: calc(35% - 1em) 2em 0;
}

#contact {
  background-color: var(--lightBlack);
  color: var(--lightGray);
  padding: 2em 0;
}
#contact .grid-10 {
  padding: 1em;
}
#contact .grid-10 h3 {
  padding: 2em 0;
}
#contact .grid-10 p {
  padding-bottom: 1em;
  text-align: justify;
}
#contact .grid-10 a {
  padding: 0 0 1em;
  color: var(--themeColor);
}
#contact .grid-10 table {
  width: 100%;
}
#contact .grid-10 hr {
  border-color: black;
  border-style: solid;
  margin: 0.5em;
}

footer {
  background-color: var(--darkBlack);
  color: var(--darkGray);
  padding: 2em 0;
}

#myTop a {
  margin: 5px 5px;
  z-index: 50;
  width: 3.5em;
  height: 3.5em;
  background-color: rgb(0, 0, 0);
  text-align: center;
  line-height: 3.5em;
  border-radius: 50%;
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  header {
    height: 150px;
  }
  header #logo {
    height: 150px;
  }
  header menu ul li .navv {
    font-size: 70px;
  }
  #bigLogoo {
    height: 100vh;
  }
  #bigLogoo .bigLogo {
    height: 100vh;
    background-position: center 150px;
  }
  #bigLogoo #myPhoto h3 {
    width: 60%;
  }
  #design {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #design .photo {
    width: 33.3333333333%;
  }
  #design .photo img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all 500ms ease;
    filter: brightness(0.7);
  }
  #design .photo img:hover {
    filter: brightness(1);
  }
  #design .photo img:active {
    filter: brightness(1);
  }
  #show {
    height: 35vh;
  }
  #show .grid-12 {
    padding: calc(15vh - 2em) 1em 0;
  }
  #service .grid-m-4 .push {
    filter: opacity(0);
    transition: all 500ms ease;
  }
  #service .grid-m-4:hover .push {
    filter: opacity(1);
  }
}
@media screen and (min-width: 1024px) {
  menu {
    display: block !important;
  }
  .grid-l-15 {
    width: 12.5%;
  }
  header {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: top 0.4s ease-in-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .hideUp header {
    top: -120px;
  }
  header {
    background-image: url(../img/bg.png);
    background-size: 400px;
    background-repeat: repeat;
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
  header menu {
    height: inherit;
    position: relative;
    z-index: 100;
  }
  header menu ul {
    height: inherit;
  }
  header menu ul #li6 {
    background-color: var(--alpha);
  }
  header menu ul #li1 {
    background-color: var(--alpha);
  }
  header menu ul #li2 {
    background-color: var(--alpha);
  }
  header menu ul #li3 {
    background-color: var(--alpha);
  }
  header menu ul #li4 {
    background-color: var(--alpha);
  }
  header menu ul #li5 {
    background-color: var(--alpha);
  }
  header menu ul li {
    background-color: var(--alpha);
    height: 100px;
    position: relative;
  }
  header menu ul li .navv {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: url(../img/paw4.png), pointer;
    background-color: var(--barColor);
    border-bottom: 5px solid #524aa5;
    font-size: 22px;
    color: #fff;
  }
  header menu ul li .cat {
    width: 50%;
    height: 70px;
    cursor: url(../img/paw4.png), pointer;
    display: block;
    margin: auto;
  }
  header menu li:hover a {
    background-color: var(--themeColor);
  }
  header #logo {
    height: 100px;
    background-image: url(../img/smalllogo.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #white {
    display: block;
    height: 100px;
  }
  #bigLogoo {
    width: 100%;
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: 0 -100px;
    position: relative;
  }
  #bigLogoo #whitebigLogoo {
    height: calc(100vh - 100px);
  }
  #bigLogoo #myPhoto {
    flex-direction: column;
    position: absolute;
    left: 15%;
    top: 20%;
    width: 360px;
    height: 360px;
    align-items: center;
  }
  #bigLogoo #myPhoto .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px inset #444;
    background-image: url(../img/myphoto.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #bigLogoo #myPhoto h2 {
    margin-top: 10px;
    width: 100%;
    color: #cbcbcb;
    text-align: center;
  }
  #bigLogoo #myPhoto h3 {
    margin-top: 10px;
    width: 100%;
    color: #cbcbcb;
    letter-spacing: 0.01em;
    text-align: justify;
  }
  #bigLogoo #myWeb {
    display: block;
  }
  #bigLogoo .bigLogo {
    margin: 0 auto;
    width: 50%;
    height: inherit;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #about1 {
    width: 100%;
  }
  #about1 #aboutt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #about1 #aboutt {
    -o-border-image: none;
       border-image: none;
  }
  #about1 #aboutt .title {
    margin: 0 0 1.5em 0;
  }
  #about1 #aboutt .grid-11 {
    padding: 0em 0em 0em 0em;
  }
  #about1 #aboutt .grid-11 p {
    margin: 0 auto;
    padding-bottom: 0em;
    text-align: center;
  }
  #about1 #aboutt .grid-11 h2 {
    line-height: 20vh;
    font-size: 24px;
    padding-bottom: 1em;
  }
  #about1 #aboutt .grid-11 h3 {
    padding: 0.5em 0;
  }
  #about1 #aboutt .grid-11 i {
    color: var(--logoColor);
  }
  #about1 #aboutt .border1 {
    margin: 0 20px;
    border: 23px dotted #797a8a;
    border-radius: 30%;
  }
  .designText {
    margin: 20px auto;
  }
  .designText h1 {
    display: inline-block;
    text-align: center;
    font-size: 80px;
    vertical-align: bottom;
    text-shadow: 8px 5px 3px #AAA;
  }
  .designText h1 span {
    font-size: 0.3em;
  }
  #product .grid-6 {
    overflow: hidden;
  }
  #product .grid-6 img {
    transform: scale(1);
    transition: all 500ms ease;
  }
  #product .grid-6 .title {
    bottom: -3em;
    transition: all 500ms ease;
  }
  #product .grid-6:hover img {
    transform: scale(1.2);
  }
  #product .grid-6:hover .title {
    bottom: 0;
  }
}/*# sourceMappingURL=design2.css.map */