.model_template_container__A1LUZ {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.model_template_scrollContainer__fPb44 {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 76px);
  overflow-y: auto;
  overflow-x: hidden;
  /* 스크롤바 숨기기 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.model_template_scrollContainer__fPb44::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Reset default link styles */
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

/* Footer */
.seo-footer {
  background-color: white;
  padding: 40px 24px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.seo-footer--free-imgs {
  width: 100%;
}

.seo-footer__nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.seo-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-right: 60px;
}

.seo-footer__nav-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1;
}

.seo-footer__section-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 20px 0;
}

.seo-footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo-footer__link {
  color: rgba(0, 0, 0, 0.55) !important;
  font-size: 14px;
}

.seo-footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-top: 24px;
}

.seo-footer__copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.seo-footer__socials {
  display: flex;
  gap: 16px;
}

.seo-footer-lang-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 900px) {
  .seo-footer {
    padding: 60px 24px;
  }

  .seo-footer:not(.seo-footer--free-imgs) {
    width: 1152px;
  }

  .seo-footer__nav-wrapper {
    flex-direction: row;
    gap: 0;
    margin-bottom: 40px;
  }

  .seo-footer-logo {
    margin-right: 180px;
  }

  .seo-footer__nav-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
    gap: 0;
  }

  .seo-footer__bottom {
    flex-direction: row;
    align-items: center;
    gap: 0;
    border-top: 1px solid rgba(229, 231, 235, 1);
    padding-top: 32px;
  }
}

