* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #F4F6F5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 10px;
}
a {
  font-size: 10px;
}
.main-page {
  padding: 15px 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  a {
    font-size: 12px;
  }
  .main-page {
    padding: 15px 30px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .main-page {
    padding: 16px 50px;
    overflow-x: hidden;
  }
}
.site-title {
  color: #919191;
  width: 149px;
  height: 32px;
  visibility: visible;
  font-family: Alice, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  display: block;
}
.site-title-link {
  text-decoration: none;
}
.header-brand {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-brand .logo {
  display: block;
}
.header-brand .logo img {
  width: 40px;
  height: auto;
}
.header-brand .site-title-link {
  display: none;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}
.header-brand .site-title {
  margin-top: 7px;
  display: block;
  color: #919191;
  font-family: Alice, serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -1px;
  padding: 0;
}
.header-brand .sub-tit {
  color: #D5D5D5;
  font-family: Spartan, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.5px;
  margin: 5px 0 0 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
.nav-bar {
  display: flex;
  background-color: white;
  width: 100%;
  margin: auto;
  min-height: 9vh;
  align-items: center;
  padding: 15px 20px;
  position: fixed;
  top: 0px;
  justify-content: space-between;
  z-index: 999999999;
}
.nav-transparent {
  background-color: white;
}
.nav {
  flex: 1;
}
.nav-scrolled, .banner {
  background-color: #fff;
}
.logo {
  flex: 2;
  cursor: pointer;
  display: none;
}
.logo img {
  margin-left: 21px;
  width: 40px;
}
.burger div {
  border-radius: 5px;
  width: 40px;
  height: 5px;
  background-color: #5e5e5e;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.burger {
  z-index: 999;
  display: inline-block;
}
.nav-transparent .lists {
  top: 0vh;
  height: 100vh;
}
.lists {
  padding-top: 50px;
  padding-left: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
  horiz-align: center;
  position: absolute;
  font-family: "Spartan", sans-serif;
  right: 0px;
  height: 92vh;
  top: 8vh;
  background-color: white;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s ease-in;
  list-style: none;
  z-index: 3;
}
.ul-active {
  transform: translateX(0%);
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.lists .list a {
  text-decoration: none;
}
.lists .list a span {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  opacity: 0.7;
}
.lists .list a span.active {
  color: #000;
  opacity: 1;
}
.lists .list a span:hover {
  opacity: 1;
}
.nav-scrolled .lists .list a span, .banner .lists .list a span {
  font-size: 20px;
  font-weight: 400;
  color: #919191;
}
.nav-scrolled .lists .list a span.active, .banner .lists .list a span.active {
  color: #000;
  opacity: 1;
}
.nav-scrolled .lists .list a span:hover, .banner .lists .list a span:hover {
  opacity: 1;
}
.lists .list {
  opacity: 0;
}
.nav-scrolled .lists .list a .active, .banner .lists .list a .active {
  color: black;
  text-decoration: none;
  opacity: 1;
}
.viewmap {
  font-size: 16px;
  padding-top: 10px;
  text-decoration: underline;
  color: black;
}
@media (max-width: 766px) {
  .lists {
    display: none;
  }
  .lists.active {
    display: flex;
  }
}
.mobile-header-text .footer-main1 {
  padding-top: 100px;
  padding-right: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF;
  align-items: flex-start;
  gap: 40px;
}
.mobile-header-text .footer-main1 .contact {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-header-text .footer-main1 p, .mobile-header-text .footer-main1 a {
  font-weight: 500;
  font-size: 16px;
  color: #919191;
  font-family: "Spartan", sans-serif;
  line-height: 140%;
  letter-spacing: -1px;
}
.mobile-header-text .footer-main1 .email {
  text-decoration: underline;
}
.mobile-header-text .footer-main1 .viewmap {
  padding-top: 10px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #1e1e1e;
}
.mobile-header-text .footer-main1 .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  flex-wrap: wrap;
}
.mobile-header-text .footer-main1 .social .social-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.mobile-header-text .footer-main1 .social .social-left p {
  margin: 0;
}
.mobile-header-text .footer-main1 .social .social-left img {
  height: 28px;
  width: 28px;
}
.mobile-header-text .footer-main1 .social .social-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 16px;
}
.mobile-header-text .footer-main1 .social .social-right p {
  margin: 0;
}
.mobile-header-text .footer-main1 .social .social-right p a {
  color: #6F6F6F;
  font-weight: 300;
}
.list {
  transition: 0.2ms;
}
.list:hover {
  transform: scale(1.2);
}
.home-nav {
  display: none;
}
@media screen and (min-width: 767px) {
  .lists {
    padding-top: 0px;
  }
  .logo {
    display: block;
  }
  .site-title {
    display: none;
  }
  .nav-bar {
    padding: 15px 45px;
  }
  .home-nav {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .nav-bar a {
    flex: 1.5;
  }
  .nav-bar {
    background-color: white;
    padding: 15px 50px;
    flex-direction: row;
  }
  .burger {
    display: none;
  }
  .nav-bar .lists {
    position: relative;
    right: 0;
    height: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transform: translateX(0%);
    transition: transform 0.5s ease-in;
  }
  .nav-bar .lists .list a {
    color: #919191;
  }
  .lists .list a span {
    color: #919191;
  }
  .lists .list a span.active {
    color: black;
    opacity: 1;
  }
  .lists .list {
    opacity: 1;
  }
  .nav-bar .lists {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    flex: 1;
    list-style: none;
  }
  .mobile-header-text {
    display: none;
  }
  .nav-scrolled, .banner {
    background-color: #fff;
  }
  .nav-scrolled .lists .list a, .banner .lists .list a {
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .lists .list a span {
    font-size: 14px;
  }
  .nav-scrolled .lists .list a span, .banner .lists .list a span {
    color: #5e5e5e;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-bar {
    padding: 15px 60px;
  }
  .nav-bar a {
    flex: 3;
  }
  .nav {
    flex: 1.2;
  }
}
