@charset "UTF-8";
.search-form__pad {
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.search-form-select, .search-form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  -webkit-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}

.search-form-select select,
.search-form-select input, .search-form-input select,
.search-form-input input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0;
  height: 100%;
  border-radius: 0;
  padding-right: 0;
  background-color: transparent;
  padding-left: 1rem;
  line-height: 1;
}

@media (min-width: 80em) {
  .search-form-select select,
  .search-form-select input, .search-form-input select,
  .search-form-input input {
    font-size: 1.125rem;
  }
}
.search-form-select select, .search-form-input select {
  width: 100%;
  padding-right: 2.5rem;
  outline: 0;
}

.search-form-select input, .search-form-input input {
  padding-left: 1rem;
  outline: 0;
}

.search-form-select:has(:focus), .search-form-input:has(:focus) {
  border-color: var(--line-deep);
}

.search-form-select__sel, .search-form-select__input, .search-form-input__sel, .search-form-input__input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.search-form-select__btn, .search-form-input__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  width: 3.5rem;
  height: 100%;
  color: var(--gray-900);
}

.search-form-select__btn:before, .search-form-input__btn:before {
  content: "\ea2b";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
}

.search-form-select__btn:before::before, .search-form-select__btn:before::after, .search-form-input__btn:before::before, .search-form-input__btn:before::after {
  line-height: 1;
}

.search-form-select--left, .search-form-input--left {
  margin-right: auto;
}

@media (min-width: 64em) {
  .search-form {
    margin-bottom: 1rem;
  }
  .search-form__pad {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .search-form-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .search-form-select select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 7.5rem;
    flex: 0 1 7.5rem;
  }
  .search-form-input {
    max-width: 27rem;
  }
  .search-form-select[data-width="80"], .search-form-input[data-width="80"] {
    min-width: 5rem;
  }
  .search-form-select[data-width="80"] select, .search-form-input[data-width="80"] select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search-form-select[data-width="120"], .search-form-input[data-width="120"] {
    min-width: 7.5rem;
  }
  .search-form-select[data-width="120"] select, .search-form-input[data-width="120"] select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search-form-select[data-width="160"], .search-form-input[data-width="160"] {
    min-width: 10rem;
  }
  .search-form-select[data-width="160"] select, .search-form-input[data-width="160"] select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search-form-select[data-width="200"], .search-form-input[data-width="200"] {
    min-width: 12.5rem;
  }
  .search-form-select[data-width="200"] select, .search-form-input[data-width="200"] select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.ck-content {
  /* Reset */
  all: initial;
  unicode-bidi: isolate;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  padding: 1rem;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.6;
}

/* 최소화된 reset - display는 unset하지 않음 */
.ck-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  text-decoration: none;
}

/* display가 필요한 block 요소를 명시 */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content p,
.ck-content ul,
.ck-content ol,
.ck-content li,
.ck-content blockquote,
.ck-content pre {
  display: block;
}

/* 제목 */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  font-weight: bold;
  margin: 1em 0 0.5em;
  font-size: inherit;
  line-height: 1.2;
}

/* 단락 */
.ck-content p {
  margin: 1em 0;
}

/* 목록 */
.ck-content ul,
.ck-content ol {
  all: revert;
  list-style-position: inside;
  list-style-type: initial;
  display: block;
  padding-left: 1.5em;
  margin: 1em 0;
}

.ck-content ul {
  list-style-type: disc;
}

.ck-content ol {
  list-style-type: decimal;
}

.ck-content li {
  position: relative;
  list-style-type: none;
  display: list-item;
  padding-left: 1.5em;
  margin-bottom: 0.3em;
}

.ck-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}

.ck-content li > p {
  margin: 0;
}

/* 공통 요소 초기화 및 스타일링 */
.ck-content strong,
.ck-content b {
  font-weight: 600;
}

.ck-content em,
.ck-content i {
  font-style: italic;
}

.ck-content u {
  text-decoration: underline;
}

.ck-content s,
.ck-content strike {
  text-decoration: line-through;
}

.ck-content a {
  color: #0070f3;
  text-decoration: underline;
  word-break: break-all;
}

.ck-content a:hover {
  text-decoration: none;
}

/* 인용문 */
.ck-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  color: #666;
  margin: 1em 0;
}

/* 코드 */
.ck-content code {
  background-color: #f4f4f4;
  padding: 0.2em 0.4em;
  font-family: monospace;
  font-size: 0.95em;
}

.ck-content pre {
  background: #f5f5f5;
  padding: 1em;
  font-family: monospace;
  font-size: 0.95em;
  overflow: auto;
  margin: 1em 0;
}

/* 이미지 */
.ck-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

/* figure 기본 스타일 */
.ck-content figure.image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  text-align: center; /* 기본 중앙 정렬 */
}

/* 오른쪽 정렬된 이미지 */
.ck-content figure.image.image-style-block-align-left {
  margin-right: 0;
  text-align: left;
}

/* 오른쪽 정렬된 이미지 */
.ck-content figure.image.image-style-block-align-right {
  margin-left: 0;
  text-align: right;
}

/* iframe */
.ck-content iframe {
  max-width: 100%;
}

/* 테이블 */
.ck-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.ck-content th {
  background-color: #f7f7f7;
}

.ck-content th,
.ck-content td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}

/* 10px인 */
.ck-content *[style*="font-size:10px"] {
  font-size: clamp(10px, 1vw, 12px) !important;
}

/* 12px */
.ck-content *[style*="font-size:12px"] {
  font-size: clamp(12px, 1.2vw, 14px) !important;
}

/* 14px */
.ck-content *[style*="font-size:14px"] {
  font-size: clamp(14px, 1.4vw, 16px) !important;
}

/* 18px */
.ck-content *[style*="font-size:18px"] {
  font-size: clamp(16px, 1.6vw, 20px) !important;
}

/* 20px */
.ck-content *[style*="font-size:20px"] {
  font-size: clamp(18px, 1.8vw, 22px) !important;
}

/* 22px */
.ck-content *[style*="font-size:22px"] {
  font-size: clamp(20px, 2vw, 24px) !important;
}

.editor {
  min-height: 25rem;
  overflow-x: auto;
}

/* comment */
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.comment__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem;
  background: var(--bg2);
}

@media (min-width: 80em) {
  .comment__title {
    font-size: 1.125rem;
  }
}
.comment__title .icon {
  margin-right: 0.5rem;
}

@media (min-width: 80em) {
  .comment__title {
    padding: 1rem 1.5rem;
  }
}
.comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-inline: 0rem;
  gap: 1.5rem;
  clip-path: inset(0 0 2px 0);
}

@media (min-width: 80em) {
  .comment-list {
    margin-inline: 1.5rem;
  }
}
.comment-reply .comment-box {
  margin-block: 1rem;
  padding: 1rem 1rem;
  border-radius: 1rem;
  background-color: var(--bg2);
  border-bottom: 0;
}

@media (min-width: 80em) {
  .comment-reply .comment-box {
    padding: 1rem 1.5rem;
  }
}
.comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.comment-info__img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 2.5rem;
}

.comment-info__name {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .comment-info__name {
    font-size: 1rem;
  }
}
.comment-info__date {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
}

@media (min-width: 48em) {
  .comment-info__date {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .comment-info__date {
    font-size: 0.875rem;
  }
}
.comment-info__date::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0.8em;
  left: -0.5rem;
  top: calc(50% - 0.4em);
  background-color: var(--gray-300);
}

.comment-list__item:not(:last-child) {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 1.5rem;
}

.comment-cont {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .comment-cont {
    font-size: 1rem;
  }
}
.comment-cont img {
  display: block;
}

.comment-cont img:not(:first-child) {
  margin-top: 1rem;
}

.comment-reply {
  display: none;
}

.comment-reply.is-open {
  display: block;
}

.comment__desc {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .comment__desc {
    font-size: 1rem;
  }
}
.comment__btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 1rem;
  margin-inline: auto;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .comment__btn-close {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .comment__btn-close {
    font-size: 0.875rem;
  }
}
.comment__btn-close:after {
  content: "\ea01";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.comment__btn-close:after::before, .comment__btn-close:after::after {
  line-height: 1;
}

.comment__btn-more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  border: 1px solid var(--gray-200);
  color: var(--gray-700);
  background-color: var(--white);
}

@media (min-width: 80em) {
  .comment__btn-more {
    font-size: 1rem;
  }
}
.comment-box:has(.comment-reply.is-open) > .comment-cont > .comment__btn-more {
  display: none;
}

.hero {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-block: 2.5rem;
  padding-inline: var(--gutter);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 10.875rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  clip-path: inset(0 0 round 0);
  -webkit-transition: clip-path 1s 0.5s ease-out;
  transition: clip-path 1s 0.5s ease-out;
  will-change: clip-path;
}

.hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__bg video,
.hero__bg img {
  opacity: 0.8;
  min-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
  will-change: transform;
}

.hero.is-reveal .hero__bg {
  clip-path: inset(0 1rem round 1.25rem);
}

.hero.is-reveal .hero__bg video,
.hero.is-reveal .hero__bg img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}

.hero--text .hero__text {
  color: var(--text);
}

.hero .location {
  color: var(--gray-100);
}

.hero .location__item:last-child {
  color: var(--white);
}

.hero--text .location {
  color: var(--gray-500);
}

.hero--text .location__item:last-child {
  color: var(--gray-700);
}

.hero__title {
  margin-top: 0.5rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .hero__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 64em) {
  .hero__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 80em) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 80em) {
  .hero {
    min-height: auto;
    margin-top: 1.5rem;
    padding-block: 5rem;
    min-height: 17.8125rem;
  }
  .hero.is-reveal .hero__bg {
    clip-path: inset(0 2.5rem round 1.25rem);
  }
}
.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bg2);
  height: 24.0625rem;
  border-radius: 1rem;
}

.empty__img {
  display: block;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  width: 8.3125rem;
  aspect-ratio: 133/157;
  -o-object-fit: cover;
  object-fit: cover;
}

.empty__desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .empty__desc {
    font-size: 1.25rem;
  }
}
.board-list {
  display: block;
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
  min-height: 31.25rem;
}

.board-list:not(:has(~ .page-wrap)) {
  margin-bottom: 4.1875rem;
}

.board-list__total {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: var(--gray-600);
}

.board-list__total em {
  color: var(--gray-900);
  font-weight: 700;
}

.board-list__ul {
  width: 100%;
  border-top: 1px solid var(--gray-900);
}

.board-list__item {
  border-bottom: 1px solid var(--gray-200);
}

.board-list__item--head {
  display: none;
}

.board-list__link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-500);
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}

@media (min-width: 80em) {
  .board-list__link {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .board-list__link:hover, .board-list__link:focus-visible {
    background-color: var(--gray-50);
  }
  .board-list__link:hover .board-list__title, .board-list__link:focus-visible .board-list__title {
    color: var(--primary);
  }
}
.board-list__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--gray-900);
}

.board-list__title .title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
}

@media (min-width: 80em) {
  .board-list__title .title {
    font-size: 1.25rem;
  }
}
.board-list__title:has(.file) {
  padding-right: 1.625rem;
}

.board-list .important {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6.25rem;
  color: var(--white);
  background-color: var(--secondary);
}

@media (min-width: 48em) {
  .board-list .important {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .board-list .important {
    font-size: 0.875rem;
  }
}
.board-list .important::after {
  display: none;
}

.board-list .category {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--gray-200);
  background: var(--white);
  color: var(--gray-600);
  font-size: 0.6875rem;
  font-weight: 700;
}

.board-list .file {
  position: absolute;
  right: 0;
  bottom: -0.25rem;
}

.board-list .file:before {
  content: "\ea10";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: var(--gray-500);
}

.board-list .file:before::before, .board-list .file:before::after {
  line-height: 1;
}

.board-list__date {
  display: block;
}

@media (max-width: 79.99em) {
  .board-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    overflow: hidden;
  }
  .board-list__link::before {
    content: "";
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .board-list__link::after {
    content: "";
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .board-list__link:has(.important) .category {
    margin-left: 3.25rem;
    margin-top: -2.125rem;
  }
  .board-list__num {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 0.5rem;
  }
  .board-list__num:not(:has(.important)) {
    display: none;
  }
  .board-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0.5rem;
  }
  .board-list__data {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .board-list__view {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .board-list__view::before {
    content: attr(data-title);
    white-space: nowrap;
    top: calc(50% - 0.3em);
    display: block;
    color: var(--gray-700);
  }
  .board-list__view::after {
    content: "";
    position: absolute;
    left: -0.5625rem;
    top: calc(50% - 0.3em);
    display: block;
    width: 1px;
    height: 0.6em;
    background-color: var(--gray-300);
  }
}
@media (min-width: 80em) {
  .board-list {
    margin-bottom: 3.5rem;
    min-height: 37.5rem;
  }
  .board-list:not(:has(~ .page-wrap)) {
    margin-bottom: 6.1875rem;
  }
  .board-list .important {
    padding: 0.375rem 0.75rem;
  }
  .board-list .category {
    padding: 0.28125rem 0.5rem;
    font-size: 0.875rem;
  }
  .board-list__total {
    font-size: 1rem;
    margin: -3.25rem 0 1rem;
  }
  .board-list__item {
    color: var(--gray-700);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .board-list__item {
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  .board-list__item--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
    background-color: var(--gray-50);
    font-weight: 700;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-900);
  }
  .board-list__span {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .board-list__span--view, .board-list__span--num {
    text-align: center;
    min-width: 7.5rem;
    max-width: 7.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 7.5rem;
    flex: 0 1 7.5rem;
  }
  .board-list__span--date {
    text-align: center;
    min-width: 10.5rem;
    max-width: 10.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.5rem;
    flex: 0 1 10.5rem;
  }
  .board-list__span--title {
    padding-inline: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
  }
  .board-list__span--title + * {
    margin-left: auto;
  }
  .board-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
    color: var(--gray-700);
  }
  .board-list__link > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 1.5rem;
  }
  .board-list__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-inline: 1.5rem;
    min-width: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .board-list__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 80em) {
  .board-list__title:has(.file) {
    padding-right: 2rem;
  }
  .board-list__title + * {
    margin-left: auto;
  }
  .board-list .file {
    top: calc(50% - 0.75rem);
  }
  .board-list__view, .board-list__num {
    margin-top: 0;
    text-align: center;
    min-width: 7.5rem;
    max-width: 7.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 7.5rem;
    flex: 0 1 7.5rem;
  }
  .board-list__date {
    text-align: center;
    min-width: 10.5rem;
    max-width: 10.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.5rem;
    flex: 0 1 10.5rem;
  }
}
.board-gallery {
  margin-bottom: 1rem;
}

.board-gallery:not(:has(~ .page-wrap)) {
  margin-bottom: 4.1875rem;
}

.board-gallery__ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  border-top: 0;
}

.board-gallery__item {
  position: relative;
}

.board-gallery__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .board-gallery__link:hover .board-gallery__title, .board-gallery__link:focus-visible .board-gallery__title {
    color: var(--primary);
  }
}
.board-gallery__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  margin: -1.5rem -1rem 1.5rem;
  aspect-ratio: 3/2;
  background-color: var(--gray-100);
}

.board-gallery__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.board-gallery__thumbnail--facebook::before, .board-gallery__thumbnail--youtube::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  aspect-ratio: 2.5rem;
  background-color: var(--gray-900);
  position: absolute;
  font-size: 1.25rem;
  text-align: center;
  bottom: 0;
  right: 0;
  color: var(--white);
}

.board-gallery__thumbnail--facebook:before {
  content: "\ea2e";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-color: #0866ff;
}

.board-gallery__thumbnail--facebook:before::before, .board-gallery__thumbnail--facebook:before::after {
  line-height: 1;
}

.board-gallery__thumbnail--youtube:before {
  content: "\ea31";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-color: #ff0033;
}

.board-gallery__thumbnail--youtube:before::before, .board-gallery__thumbnail--youtube:before::after {
  line-height: 1;
}

.board-gallery__awards {
  width: 5rem !important;
  height: 5rem !important;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
}

.board-gallery__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  max-height: 3em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 80em) {
  .board-gallery__title {
    font-size: 1.25rem;
  }
}
.board-gallery__title .title {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.board-gallery__title:not(:last-child) {
  margin-bottom: 1rem;
}

.board-gallery__title + * {
  margin-top: auto;
}

.board-gallery__title:last-child {
  margin-top: 0;
}

.board-gallery__author {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-600);
}

@media (min-width: 48em) {
  .board-gallery__author {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .board-gallery__author {
    font-size: 0.875rem;
  }
}
.board-gallery__author:not(:last-child) {
  margin-bottom: 0.5rem;
}

.board-gallery__date, .board-gallery-info {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-600);
}

@media (min-width: 48em) {
  .board-gallery__date, .board-gallery-info {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .board-gallery__date, .board-gallery-info {
    font-size: 0.875rem;
  }
}
.board-gallery__date:not(:last-child), .board-gallery-info:not(:last-child) {
  margin-bottom: 0.5rem;
}

.board-gallery-info {
  --flex-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: var(--flex-gap);
  -moz-column-gap: var(--flex-gap);
  column-gap: var(--flex-gap);
  row-gap: calc(var(--flex-gap) / 3);
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
  clip-path: inset(0 -1px 0 var(--flex-gap));
}

.board-gallery-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
}

.board-gallery-info__item::before {
  content: "";
  position: absolute;
  left: calc(var(--flex-gap) * 0.5);
  top: calc(50% - 0.3em);
  display: block;
  width: 1px;
  height: 0.6em;
  background-color: var(--gray-300);
}

.board-gallery-info__item .icon {
  color: var(--gray-900);
}

.board-gallery__download {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  gap: 0.25rem;
  color: var(--primary);
  bottom: 1rem;
  right: 1rem;
  border: 1px solid var(--primary);
  border-radius: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 48em) {
  .board-gallery__download {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) {
  .board-gallery__download {
    font-size: 0.875rem;
  }
}
.board-gallery__download .icon {
  display: block;
  line-height: 1;
}

@media (min-width: 31.3125em) {
  .board-gallery__ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-gallery__link:has(~ .board-gallery__download) {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 48em) {
  .board-gallery__link:has(~ .board-gallery__download) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 64em) {
  .board-gallery__ul {
    margin-top: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .board-gallery__download {
    left: auto;
  }
}
@media (min-width: 80em) {
  .board-gallery {
    margin-bottom: 3.5rem;
    min-height: 37.5rem;
  }
  .board-gallery:not(:has(~ .page-wrap)) {
    margin-bottom: 6.1875rem;
  }
  .board-gallery__ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .board-gallery__link {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .board-gallery__thumbnail {
    margin: -2.5rem -1.5rem 1.5rem;
  }
  .board-gallery__date:not(:last-child), .board-gallery-info:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.board-gallery--vstory .board-gallery__thumbnail {
  aspect-ratio: 382/215;
}

.board-gallery--region-activity .board-gallery__thumbnail {
  aspect-ratio: 10/9;
}

.board-gallery--type2 .board-gallery__thumbnail {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.board-gallery--type2 .board-gallery__author {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 400;
  margin-top: 0;
}

.board-gallery--type2 .board-gallery-info {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
}

.board-gallery--type2 .board-gallery-info__item:has(.icon) {
  margin-left: auto;
}

.board-gallery--type2 .board-gallery-info__item:has(.icon)::before {
  display: none;
}

@media (min-width: 80em) {
  .board-gallery--type2 .board-gallery__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.board-read {
  max-width: 59.5rem;
  margin-inline: auto;
}

.board-read__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.board-read__head::before {
  content: "";
  display: block;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 1px;
  border-bottom: 1px solid var(--gray-200);
  bottom: 0;
}

.board-read-info {
  margin-top: 0.75rem;
  --flex-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--flex-gap);
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
  clip-path: inset(0 -1px 0 var(--flex-gap));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.board-read-info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-left: calc(var(--flex-gap) * -1);
  padding-left: var(--flex-gap);
}

.board-read-info > *::after {
  content: "";
  position: absolute;
  left: calc(var(--flex-gap) * 0.5);
  top: calc(50% - 0.3em);
  display: block;
  width: 1px;
  height: 0.6em;
  background-color: var(--gray-300);
}

.board-read-info > *[data-title]::before {
  content: attr(data-title);
  color: var(--gray-700);
  display: block;
  padding-right: 0.25rem;
}

.board-read-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-500);
}

@media (min-width: 80em) {
  .board-read-info__item {
    font-size: 1.125rem;
  }
}
.board-read-info__item:has(.icon) {
  width: auto;
}

.board-read-info__item:has(.icon) .icon {
  color: var(--gray-900);
}

.board-read__desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .board-read__desc {
    font-size: 1.125rem;
  }
}
.board-read__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
}

.board-read__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.board-read__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.board-read__eyebrow {
  margin: 0;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-700);
}

@media (min-width: 80em) {
  .board-read__eyebrow {
    font-size: 1rem;
  }
}
.board-read__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}

@media (min-width: 48em) {
  .board-read__title {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .board-read__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 80em) {
  .board-read__title {
    font-size: 2.5rem;
  }
}
.board-read-share {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.board-read-share .share-dialog {
  position: absolute;
  top: 100%;
  padding: 0.5rem;
  margin: auto;
  left: 50%;
  z-index: 0;
  margin-top: 1rem;
  padding: 1rem;
  background: var(--white);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--gray-200);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.25rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  stroke-width: 1px;
  stroke: var(--gray-200);
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}

.board-read-share .share-dialog::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.625rem solid var(--white);
}

.board-read-share .share-dialog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}

.board-read-share .share-dialog ul button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: var(--bg2);
  border-radius: 0.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.board-read-share .share-dialog ul button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .board-read-share .share-dialog ul button:hover, .board-read-share .share-dialog ul button:focus-visible {
    background-color: var(--gray-200);
  }
}
.board-read-share .share-dialog {
  opacity: 1;
  pointer-events: auto;
}

.board-read__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background: var(--bg4);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  gap: 0.5rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (min-width: 80em) {
  .board-read__btn {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .board-read__btn:hover, .board-read__btn:focus-visible {
    background-color: var(--primary);
    color: var(--white);
  }
}
.board-read__btn:not(.is-active) ~ .share-dialog {
  display: none;
}

.board-read__cont {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--gray-300);
}

.board-read .editor {
  max-width: 59.5rem;
  margin-inline: auto;
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.board-read .btn-box {
  margin-top: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 80em) {
  .board-read__head {
    padding: 2.5rem 0 2.5rem;
  }
  .board-read__eyebrow {
    margin-bottom: 1rem;
  }
  .board-read-info {
    --flex-gap: 2rem;
    margin-top: 1rem;
  }
  .board-read-info__item {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .board-read-info__item {
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  .board-read-info__item::before {
    padding-right: 0.5rem;
  }
  .board-read__cont {
    margin-bottom: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .board-read .editor {
    margin-bottom: 5rem;
  }
}
@media (min-width: 80em) {
  .board-read--side {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .board-read--side .editor {
    margin-top: 0;
  }
  .board-read--side .board-read__head {
    position: sticky;
    width: 21.375rem;
    top: 9.375rem;
    bottom: 0;
    margin-top: calc((var(--side-h) + var(--head-h) + 12.5rem) * -1);
    margin-bottom: calc(var(--side-h) + 12.5rem);
    right: 0;
    margin-left: 72.6%;
  }
  .board-read--side .board-read__head::before {
    display: none;
  }
  .board-read--side .board-read__cont {
    min-height: 50rem;
    padding-top: 1.5rem;
    padding-right: 22.875rem;
  }
  .board-read--side .board-read__desc, .board-read--side .board-read-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--gray-200);
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 1rem;
    clip-path: none;
    gap: 0.75rem;
  }
  .board-read--side .board-read__desc__item, .board-read--side .board-read-info__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-700);
  }
}
@media (min-width: 80em) and (min-width: 48em) {
  .board-read--side .board-read__desc__item, .board-read--side .board-read-info__item {
    font-size: 0.8125rem;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .board-read--side .board-read__desc__item, .board-read--side .board-read-info__item {
    font-size: 0.875rem;
  }
}
@media (min-width: 80em) {
  .board-read--side .board-read__desc__item::before, .board-read--side .board-read-info__item::before {
    color: var(--gray-900);
  }
  .board-read--side .board-read__desc__item::after, .board-read--side .board-read-info__item::after {
    display: none;
  }
  .board-read--side .board-read__desc:has(+ .board-read-info), .board-read--side .board-read-info:has(+ .board-read-info) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .board-read--side .board-read__desc + .board-read-info, .board-read--side .board-read-info + .board-read-info {
    position: relative;
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .board-read--side .board-read__desc + .board-read-info::before, .board-read--side .board-read-info + .board-read-info::before {
    content: "";
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    border-top: 1px solid var(--gray-200);
  }
  .board-read--side .board-read__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-all;
  }
}
@media (min-width: 80em) and (min-width: 48em) {
  .board-read--side .board-read__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 80em) and (min-width: 64em) {
  .board-read--side .board-read__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .board-read--side .board-read__title {
    font-size: 2rem;
  }
}
@media (min-width: 80em) {
  .board-read--side .board-read .editor {
    margin-top: 0;
  }
  .board-read--side .board-read__head {
    padding: 0;
  }
  .board-read--side .board-read__eyebrow {
    margin-bottom: 0.5rem;
  }
}
.board-read-file {
  max-width: 59.5rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--gray-50);
  border-radius: 1rem;
  gap: 0.5rem;
}

.board-read-file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.875rem;
}

.board-read-file__item:before {
  content: "\ea10";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
  margin-right: 0.25rem;
  line-height: 1;
  font-size: 1.5rem;
  color: var(--gray-500);
}

.board-read-file__item:before::before, .board-read-file__item:before::after {
  line-height: 1;
}

.board-read-file__item a {
  word-break: break-all;
}

@media (hover: hover) and (pointer: fine) {
  .board-read-file__item a:hover, .board-read-file__item a:focus-visible {
    color: var(--gold-400);
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
}
@media (min-width: 80em) {
  .board-read-file {
    padding: 1.5rem;
  }
  .board-read-file__item {
    font-size: 1rem;
  }
  .board-read-file__item::before {
    margin-right: 1rem;
  }
}
@media (min-width: 80em) {
  .board-read--side .board-read-file {
    max-width: none;
    width: calc(100% + 23.875rem);
  }
  .board-read--side .board-read-file__cont {
    min-height: 31.25rem;
  }
}
.comment {
  margin-top: 2.5rem;
}

@media (min-width: 80em) {
  .board-read--side .comment {
    max-width: none;
    width: calc(100% + 23.875rem);
  }
}
.board .main:has(.empty) {
  padding-bottom: 5rem;
}

.board .tab-list {
  margin-bottom: 2.5rem;
}

@media (min-width: 80em) {
  .board .tab-list {
    margin-bottom: 4rem;
  }
}
.board .tag-list-panel:has(~ .empty) {
  margin-bottom: 1rem;
}

@media (min-width: 80em) {
  .board .tag-list-panel:has(~ .empty) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 80em) {
  .board .tab-list {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}
.activities {
  margin-top: 1.5rem;
  display: block;
}

.activities__img {
  margin-bottom: 2.5rem;
}

.activities__img img {
  display: block;
  width: 100%;
}

.activities__img:first-child img {
  border-radius: 1.25rem;
}

@media (min-width: 80em) {
  .activities {
    margin-top: 0;
  }
}
.activities .tab-list {
  margin-block: 2.5rem;
}

.activities__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.5em;
  color: var(--gray-900);
}

@media (min-width: 80em) {
  .activities__title {
    font-size: 1.25rem;
  }
}
.activities__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center/cover;
  background-image: url("/resource/images/common/sprites.svg?v=1770961239863#bubble-24");
}

.activities__desc {
  margin-block: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
}

@media (min-width: 80em) {
  .activities__desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 80em) {
  .activities {
    min-height: 50rem;
  }
}