@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Noto+Sans+TC&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/ryh1knm.css");
nav {
  height: 100vh;
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2a2a2a;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 1;
}
nav .inC {
  display: none;
}
nav.In {
  left: 0;
  width: 100%;
  height: 102px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 150px;
}
@media screen and (max-width: 1023px) {
  nav.In {
    padding: 0;
    height: auto;
  }
}
nav.In .inC {
  display: block;
  margin-left: 75px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  nav.In .inC {
    display: none;
  }
}
nav.In .inC p {
  color: #8b8b8b;
  font-size: 14px;
  position: relative;
}
nav.In .inC p:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #8b8b8b;
  position: absolute;
  right: 0;
  top: 50%;
}
nav.In .inC p.num {
  font-size: 18px;
  font-family: "din-2014", sans-serif;
}
nav.In .inC p.num::after {
  display: none;
}
nav.In .logo {
  width: 150px;
  height: auto;
  background: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  nav.In .logo {
    width: 70px;
    height: 70px;
    background: #303030;
  }
}
nav.In .logo img {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav.In .logo img {
    display: block;
  }
}
nav.In .logo img.in {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  nav.In .logo img.in {
    display: none;
  }
}
nav.In ul {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: flex-end;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  nav.In ul {
    width: 90vw;
    display: block;
  }
}
nav.In ul li.goTop {
  display: none;
}
nav.In ul li.goHhome {
  display: block;
}
nav.In ul li a {
  padding: 0;
}
nav.In ul li a::after {
  width: 100%;
  bottom: -30px;
  height: 3px;
}
nav.In .navCopyLight {
  display: none;
}
@media screen and (max-width: 1279px) {
  nav {
    width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  nav {
    width: 100%;
    height: 1px;
    background: none;
  }
}
nav.focus:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 1023px) {
  nav.focus ul {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
nav.focus .navCopyLight {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  nav:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 10vw;
    height: 100vh;
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(-10px);
    opacity: 0;
  }
}
nav .logo {
  width: 100%;
  height: 190px;
  background: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  nav .logo {
    position: fixed;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
nav .logo img {
  width: 67px;
}
nav .logo img.in {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav .logo img {
    width: auto;
    height: 50px;
  }
}
nav ul {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  nav ul {
    position: fixed;
    top: 0;
    padding: 0 24px;
    height: 100vh;
    width: 90vw;
    background: rgba(35, 35, 35, 0.9);
    right: 0;
    z-index: 3;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
nav ul li:first-of-type a p {
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  nav ul li.goTop {
    display: none;
  }
}
nav ul li.goHhome {
  display: none;
}
nav ul li.mobileLogo {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav ul li.mobileLogo {
    display: block;
    text-align: center;
    padding: 24px 0;
  }
}
nav ul li.mobileShow {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav ul li.mobileShow {
    display: block;
  }
}
nav ul li.blockStyle {
  border: none;
  margin: 12px 0;
}
nav ul li.blockStyle a {
  background: #e85400;
  justify-content: center;
}
nav ul li.blockStyle.phone {
  margin-top: 32px;
}
nav ul li.blockStyle.fb a {
  background: none;
  display: flex;
  align-items: center;
}
nav ul li.blockStyle.fb a img {
  width: 32px;
}
@media screen and (max-width: 1023px) {
  nav ul li {
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    margin: -1px 0 0 0;
  }
}
nav ul li a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 0 10px 32px;
}
@media screen and (max-width: 1279px) {
  nav ul li a {
    padding: 10px 0 10px 24px;
  }
}
@media screen and (max-width: 1023px) {
  nav ul li a {
    padding: 24px 12px;
    flex-flow: row;
    align-items: flex-end;
    gap: 0 16px;
  }
}
nav ul li a:after {
  content: "";
  background: #e85400;
  width: 4px;
  height: 14px;
  position: absolute;
  bottom: 18px;
  right: 1px;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
@media screen and (max-width: 1023px) {
  nav ul li a:after {
    display: none;
  }
}
nav ul li a:hover:after, nav ul li a.focus:after {
  opacity: 1;
}
nav ul li a span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.625rem;
  color: #8c9194;
}
@media screen and (max-width: 1023px) {
  nav ul li a span {
    order: 2;
  }
}
nav ul li a p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  nav ul li a p {
    line-height: 1;
  }
}
nav .navCopyLight {
  padding: 0 18px 32px;
  font-size: 0.75rem;
  color: #5e5e5e;
  word-wrap: break-word;
  line-height: 24px;
  transition: opacity 0.15s ease-out;
}
@media screen and (max-width: 1023px) {
  nav .navCopyLight {
    text-align: center;
    padding: 24px;
    position: fixed;
    z-index: 3;
    width: 90vw;
    bottom: 0;
    left: 10vw;
    opacity: 0;
    pointer-events: none;
  }
}
nav .navCopyLight a {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
}
nav .navCopyLight a img {
  margin-right: 8px;
  width: 32px;
}
nav .hamburger {
  position: fixed;
  height: 70px;
  width: 70px;
  right: 0;
  top: 0;
  z-index: 4;
  display: none;
}
@media screen and (max-width: 1023px) {
  nav .hamburger {
    display: block;
  }
}
nav .hamburger span {
  width: 36px;
  height: 2px;
  position: absolute;
  background: #e85400;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all 0.6s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -18px;
}
nav .hamburger span.l2 {
  margin: 6px 0 0 -18px;
}
nav .hamburger.focus span.l1 {
  transform: scale(1, 1) translate(0%, 0%) rotate(45deg);
  margin: 0 0 0 -18px;
}
nav .hamburger.focus span.l2 {
  transform: scale(1, 1) translate(0%, 0%) rotate(-45deg);
  margin: 0 0 0 -18px;
}
/*# sourceMappingURL=nav.css.map */
