@charset "UTF-8";
@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("../../shared/fonts/PretendardVariable.woff2") format("woff2-variations");
}
:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

body {
  background: #f4f6f8;
  color: #16191d;
}

[class^=n5-],
[class*=" n5-"],
[class^=n5-] *,
[class*=" n5-"] * {
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
}

.n5-blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: #00857a;
  color: #ffffff;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.n5-btn:hover, .n5-btn:active {
  background: #00766c;
  color: #ffffff;
}
.n5-btn:focus-visible {
  outline: 3px solid #00615a;
  outline-offset: 2px;
}
.n5-btn:disabled {
  background: #eef1f4;
  box-shadow: inset 0 0 0 1px #7d8894;
  color: #6b737c;
  cursor: default;
}
.n5-btn--ghost {
  background: #ffffff;
  color: #16191d;
  box-shadow: inset 0 0 0 1px #7d8894;
}
.n5-btn--ghost:hover, .n5-btn--ghost:active {
  background: #ffffff;
  color: #16191d;
  box-shadow: inset 0 0 0 1px #6b737c;
}
.n5-btn--quiet {
  background: #d9edeb;
  color: #00615a;
}
.n5-btn--quiet:hover, .n5-btn--quiet:active {
  background: #aed8d3;
  color: #00615a;
}
.n5-btn--compact {
  min-height: 48px;
  font-size: 17px;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 8px 12px 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef1f4;
  color: #4a5159;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.n5-badge--done {
  background: #d9edeb;
  color: #00615a;
}
.n5-badge--todo {
  background: #fdeceb;
  color: #a4231c;
}
.n5-badge__mark {
  font-weight: 800;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-notice {
  display: flex;
  gap: 8px;
  margin: 12px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: #eef1f4;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.55;
}
.n5-notice--todo {
  background: #fdeceb;
  color: #a4231c;
}
.n5-notice--done {
  background: #d9edeb;
  color: #00615a;
}
.n5-notice__mark {
  flex: 0 0 auto;
  font-weight: 800;
}
.n5-notice small {
  color: #6b737c;
  font-size: 14px;
  white-space: nowrap;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-card {
  display: block;
  padding: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #ffffff;
  color: #16191d;
  text-decoration: none;
}
.n5-card + .n5-card {
  margin-top: 12px;
}
.n5-card--link:hover, .n5-card--link:focus-visible {
  border-color: #00857a;
}
.n5-card--link:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: 2px;
}
.n5-card--done {
  background: #f4f6f8;
}
.n5-card__title {
  margin: 0 0 8px;
  color: #16191d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}
.n5-card__no {
  display: inline-block;
  min-width: 28px;
  margin-right: 8px;
  padding: 0 4px;
  border-radius: 8px;
  background: #eef1f4;
  color: #4a5159;
  font-size: 14px;
  text-align: center;
}
.n5-card__sub {
  display: block;
  margin-top: 4px;
  color: #4a5159;
  font-size: 17px;
  font-weight: 700;
}
.n5-card__meta {
  margin: 0;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.5;
}
.n5-card__meta-label {
  color: #16191d;
  font-weight: 700;
}
.n5-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #dfe3e8;
  font-size: 17px;
}
.n5-card__row:first-child {
  padding-top: 0;
}
.n5-card__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.n5-card__row-key {
  color: #4a5159;
}
.n5-card__row-value {
  color: #16191d;
  font-weight: 800;
  text-align: right;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.n5-tabs__item {
  flex: 1 1 0;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #7d8894;
  color: #16191d;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.n5-tabs__item:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: 2px;
}
.n5-tabs__item.is--active {
  background: #00857a;
  box-shadow: none;
  color: #ffffff;
}

.n5-tab-panel {
  display: none;
}
.n5-tab-panel.is--active {
  display: block;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-choice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.n5-choice {
  position: relative;
  padding: 16px 20px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #ffffff;
}
.n5-choice + .n5-choice {
  margin-top: 12px;
}
.n5-choice__body {
  display: flex;
  align-items: center;
  gap: 12px;
}
.n5-choice__no {
  flex: 0 0 auto;
  min-width: 28px;
  padding: 0 4px;
  border-radius: 8px;
  background: #eef1f4;
  color: #4a5159;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 28px;
}
.n5-choice__img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
}
.n5-choice__name {
  flex: 1 1 auto;
  color: #16191d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}
.n5-choice__desc {
  margin-top: 12px;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.6;
}
.n5-choice__actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.n5-choice__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.n5-choice__label {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #7d8894;
  color: #16191d;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.n5-choice__input:checked + .n5-choice__label {
  background: #d9edeb;
  box-shadow: inset 0 0 0 2px #00857a;
  color: #00615a;
}
.n5-choice__input:checked + .n5-choice__label::before {
  content: "✓";
  margin-right: 8px;
  font-weight: 800;
}
.n5-choice__input:focus-visible + .n5-choice__label {
  outline: 3px solid #00857a;
  outline-offset: 2px;
}

.n5-choice-stack {
  position: relative;
  margin: 0;
  padding: 0;
}
.n5-choice-stack__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.n5-choice-stack__label {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 12px;
  padding: 0 20px;
  border: 1px solid #7d8894;
  border-radius: 14px;
  background: #ffffff;
  color: #16191d;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
}
.n5-choice-stack__input:checked + .n5-choice-stack__label {
  border-width: 2px;
  border-color: #00857a;
  background: #d9edeb;
  color: #00615a;
}
.n5-choice-stack__input:checked + .n5-choice-stack__label::before {
  content: "✓";
  margin-right: 12px;
  font-weight: 800;
}
.n5-choice-stack__input:focus-visible + .n5-choice-stack__label {
  outline: 3px solid #00857a;
  outline-offset: 2px;
}

.n5-field {
  margin: 16px 0 0;
}
.n5-field__label {
  display: block;
  margin-bottom: 8px;
  color: #16191d;
  font-size: 17px;
  font-weight: 700;
}
.n5-field__textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 12px 16px;
  border: 1px solid #7d8894;
  border-radius: 12px;
  background: #ffffff;
  color: #16191d;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  resize: vertical;
}
.n5-field__textarea:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: 0;
  border-color: #00857a;
}
.n5-field__help {
  display: block;
  margin-top: 8px;
  color: #4a5159;
  font-size: 14px;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-prose {
  color: #16191d;
  font-size: 17px;
  line-height: 1.7;
  overflow-wrap: break-word;
}
.n5-prose > :first-child {
  margin-top: 0;
}
.n5-prose > :last-child {
  margin-bottom: 0;
}
.n5-prose p {
  margin: 0 0 12px;
}
.n5-prose img {
  max-width: 100%;
  height: auto;
}
.n5-prose table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.n5-linklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.n5-linklist__item + .n5-linklist__item {
  border-top: 1px solid #dfe3e8;
}
.n5-linklist__link {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: #00857a;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.n5-linklist__link:hover, .n5-linklist__link:focus-visible {
  text-decoration: underline;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-screen {
  min-height: 100vh;
  padding: 60px 0 104px;
  background: #f4f6f8;
  overflow-x: hidden;
}
.n5-screen__inner {
  padding: 20px 16px 0;
}
.n5-screen__title {
  margin: 0 0 4px;
  color: #16191d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
.n5-screen__sub {
  margin: 0 0 20px;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.5;
}
.n5-screen__inner > * + * {
  margin-top: 12px;
}
.n5-screen__inner > .n5-screen__sub {
  margin-top: 0;
}
.n5-screen__inner form > * + * {
  margin-top: 16px;
}

.n5-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-header {
  position: fixed;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 768px;
  height: 60px;
  padding: 0 8px;
  border-bottom: 1px solid #dfe3e8;
  background: #ffffff;
}
.n5-header.is--sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.n5-header__menu, .n5-header__my {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: none;
  color: #16191d;
  font-size: 17px;
  cursor: pointer;
}
.n5-header__menu:focus-visible, .n5-header__my:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: -3px;
}
.n5-header__my img {
  width: 32px;
  height: 32px;
}
.n5-header__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #16191d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n5-header__title a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.n5-header__title img {
  width: 52px;
  height: 35px;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 84%;
  max-width: 325px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.18);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease-out;
}

.n5-menu {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 20px 32px;
}
.n5-menu__user {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: none;
  color: #16191d;
  font-size: 19px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.n5-menu__user:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: 2px;
}
.n5-menu__user img {
  width: 38px;
  height: 26px;
}
.n5-menu__org {
  margin: 8px 0 0;
  color: #4a5159;
  font-size: 17px;
}
.n5-menu__org.is--set {
  color: #00615a;
  font-weight: 700;
}
.n5-menu__sep {
  height: 1px;
  margin: 20px 0;
  border: 0;
  background: #dfe3e8;
}
.n5-menu__title {
  display: block;
  margin-bottom: 8px;
  color: #4a5159;
  font-size: 14px;
  font-weight: 700;
}
.n5-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.n5-menu__link {
  display: flex;
  align-items: center;
  min-height: 48px;
  color: #16191d;
  font-size: 17px;
  text-decoration: none;
}
.n5-menu__link:hover, .n5-menu__link:focus-visible {
  color: #00615a;
  text-decoration: underline;
}
.n5-menu__link--logout {
  color: #4a5159;
  font-weight: 700;
}
.n5-menu__corp {
  margin: 16px 0 0;
  color: #4a5159;
  font-size: 14px;
  line-height: 1.6;
}

.n5-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.n5-menu-overlay__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 1;
}

.n5-header.is--open .n5-menu-panel {
  transform: translate3d(0, 0, 0);
}
.n5-header.is--open .n5-menu-overlay {
  opacity: 1;
  visibility: visible;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-organ-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.n5-organ-modal.is--active {
  display: flex;
}
.n5-organ-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.n5-organ-modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
  border-radius: 14px;
  background: #ffffff;
}
.n5-organ-modal__title {
  margin: 0 0 16px;
  color: #16191d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.n5-organ-modal__list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.n5-organ-modal__item + .n5-organ-modal__item {
  margin-top: 8px;
}
.n5-organ-modal__link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #d9edeb;
  color: #00615a;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}
.n5-organ-modal__link:hover, .n5-organ-modal__link:focus-visible {
  background: #aed8d3;
  color: #00615a;
}
.n5-organ-modal__empty {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #eef1f4;
  color: #4a5159;
  font-size: 17px;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-tabbar {
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  max-width: 768px;
  height: 80px;
  border-top: 1px solid #dfe3e8;
  background: #ffffff;
}
.n5-tabbar__item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #4a5159;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.n5-tabbar__item:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: -3px;
}
.n5-tabbar__item.is--active {
  color: #00857a;
  font-weight: 800;
}
.n5-tabbar__icon {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 32px 20px 24px;
  background: #f4f6f8;
}
.n5-login__logo {
  width: 64px;
  height: 43px;
  margin-bottom: 20px;
}
.n5-login__title {
  margin: 0 0 12px;
  color: #16191d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
.n5-login__lead {
  margin: 0 0 32px;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.6;
}
.n5-login__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.n5-login__hint {
  margin: -12px 0 0;
  color: #4a5159;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.n5-login__foot {
  margin: 24px 0 0;
  color: #4a5159;
  font-size: 14px;
  text-align: center;
}

.n5-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.n5-input__label {
  color: #16191d;
  font-size: 17px;
  font-weight: 700;
}
.n5-input__field {
  width: 100%;
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid #7d8894;
  border-radius: 12px;
  background: #ffffff;
  color: #16191d;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  font-size: 19px;
}
.n5-input__field:focus-visible {
  outline: 3px solid #00857a;
  outline-offset: 0;
  border-color: #00857a;
}
.n5-input__field:disabled {
  background: #eef1f4;
  color: #6b737c;
}

:root {
  --n5-primary: #00857a;
  --n5-ink: #16191d;
  --n5-canvas: #f4f6f8;
  --n5-header-height: 60px;
}

.n5-hero {
  padding: 32px 16px;
  text-align: center;
}
.n5-hero__title {
  margin: 0 0 12px;
  color: #16191d;
  font-size: 24px;
  font-weight: 800;
}
.n5-hero__text {
  margin: 0;
  color: #4a5159;
  font-size: 17px;
}

.n5-steps__project {
  margin: 0 0 16px;
  color: #16191d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.n5-steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.n5-steps__item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  background: #ffffff;
  color: #4a5159;
  font-size: 14px;
  font-weight: 700;
}
.n5-steps__item.is--active {
  border-color: #00857a;
  background: #d9edeb;
  color: #00615a;
}
.n5-steps__item.is--active::before {
  content: "✓";
  font-weight: 800;
}
.n5-steps__text {
  margin: 0;
}

.n5-video {
  aspect-ratio: 16/9;
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: #16191d;
}

.n5-notices__title {
  margin: 0 0 12px;
  color: #16191d;
  font-size: 20px;
  font-weight: 800;
}
.n5-notices__link {
  display: block;
  color: #16191d;
  text-decoration: none;
}
.n5-notices__subject {
  margin: 0 0 8px;
  color: #00615a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}
.n5-notices__summary {
  margin: 0 0 12px;
  color: #4a5159;
  font-size: 17px;
  line-height: 1.6;
}
.n5-notices__date {
  margin: 0;
  color: #4a5159;
  font-size: 14px;
}
.n5-notices .swiper-pagination {
  position: static;
  margin-top: 12px;
}
.n5-notices .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 0;
  background: #7d8894;
  opacity: 1;
}
.n5-notices .swiper-pagination-bullet-active {
  background: #00857a;
}
