.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;
}

