body {
  background-color: #fff !important;
}

#global-header {
  position: relative;
  width: 100%;
}
#global-header img {
  position: fixed;
  z-index: 10;
  top: 20px;
  left: 20px;
}

#footer {
  width: 100%;
  height: 470px;
  border-radius: 50px 50px 0px 0px;
  background-color: #000;
  z-index: 10;
}
#footer .footer_inner {
  width: 1100px;
  margin: 30px auto 0;
}
#footer .footer_inner h2 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
#footer .footer_inner .snsicon {
  width: 400px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
#footer .footer_inner .snsicon a {
  text-align: center;
}
#footer .footer_inner .snsicon a img {
  margin: 0 auto;
}
#footer .footer_inner .footer_content {
  width: 100%;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
}
#footer .footer_inner .footer_content ul {
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 20px;
}
#footer .footer_inner .footer_content ul li {
  display: flex;
  align-items: center;
}
#footer .footer_inner .footer_content ul li:hover img {
  left: 5px;
}
#footer .footer_inner .footer_content ul li img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  left: 0;
  transition: .6s;
}
#footer .footer_inner .footer_content ul li a {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
#footer .footer_inner .footer_content .blog_box {
  width: 100%;
  border: 1px solid #2ECCC4;
  border-radius: 20px;
  padding: 15px;
}
#footer .footer_inner .footer_content .blog_box .b_icon {
  background-color: #2ECCC4;
  width: 40px;
  height: 35px;
  margin: 0 auto 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer_inner .footer_content .blog_box .b_icon span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
#footer .footer_inner .footer_content .blog_box .title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
#footer .footer_inner .footer_content .blog_box .service {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#footer .footer_inner .footer_content .Diagnosis_box {
  width: 100%;
  border: 1px solid #2ECCC4;
  border-radius: 20px;
  padding: 15px;
}
#footer .footer_inner .footer_content .Diagnosis_box .b_icon {
  background-color: #2ECCC4;
  width: 40px;
  height: 35px;
  margin: 0 auto 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer_inner .footer_content .Diagnosis_box .b_icon span {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
#footer .footer_inner .footer_content .Diagnosis_box .title {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
#footer .footer_inner .footer_content .Diagnosis_box .service {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#footer .footer_inner .logo {
  display: flex;
  justify-content: center;
  width: 50px;
  margin: 0 auto 20px;
}
#footer .copy {
  text-align: center;
}
#footer .copy small {
  font-size: 9px;
  color: #fff;
}

:root {
  --dark-color: hsl(var(--hue), 100%, 9%);
  --light-color: hsl(var(--hue), 95%, 98%);
  --base: hsl(var(--hue), 95%, 50%);
  --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);
  --font-family: "Poppins", system-ui;
  --bg-gradient: linear-gradient(
    to bottom,
    hsl(var(--hue), 95%, 99%),
    hsl(var(--hue), 95%, 84%)
  );
}

#container {
  width: 100%;
  height: 100vh;
}

body {
  max-width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  font-family: var(--font-family);
  color: var(--dark-color);
  background: var(--bg-gradient);
  position: relative;
  background-color: #2ECCC4;
}

.orb-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*# sourceMappingURL=index.css.map */
