@charset "UTF-8";
/* 내용관리 */
.ctt_admin {
  margin-top: 30px;
  text-align: right;
}

.page-left a.notice-link {
  margin-bottom: 10px;
}

a.notice-link {
  position: relative;
  display: block;
}
a.notice-link::after {
  content: url("glow.png");
  position: absolute;
  top: 0;
  left: 0;
  max-width: 372px;
  mix-blend-mode: color-dodge;
  overflow: hidden;
}

/* 뷰 */
.page-right h2 {
  font-family: Galmuri9, sans-serif;
  font-size: 32px;
  color: var(--color-txt);
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}
.page-right .content {
  margin-top: 10px;
  line-height: 1.4;
  font-family: Galmuri9, sans-serif;
  font-size: 14px;
  color: var(--color-txt2);
}