@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Pretendard-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./Pretendard-Bold.woff2") format("woff2");
}

body,
button,
input,
select,
textarea,
.nav > li > a,
.entry-content,
.entry-content table {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-weight: 700;
  word-break: keep-all;
}

.sk-core-page-title {
  max-width: 1050px;
  margin: 24px auto 20px;
  padding: 0 15px;
  color: #9b315b;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.35;
  text-align: center;
}

.sk-table-scroll {
  width: 100%;
  margin: 1rem 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.sk-table-scroll table {
  margin: 0;
}

@media (max-width: 600px) {
  .sk-table-scroll {
    overflow-x: visible;
    padding-bottom: 0;
    border-right: 0;
    background: none;
  }

  .sk-table-scroll table,
  .sk-table-scroll--wide table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .sk-table-scroll col,
  .sk-table-scroll--wide col {
    width: auto !important;
  }

  .sk-table-scroll th,
  .sk-table-scroll td,
  .sk-table-scroll--wide th,
  .sk-table-scroll--wide td {
    width: auto !important;
    min-width: 0 !important;
    padding: 0.5rem 0.3rem;
    font-size: clamp(11.5px, 3.2vw, 13px);
    line-height: 1.4;
    vertical-align: middle;
    word-break: keep-all;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  /* Footer/navigation image tables: keep the grid and shrink each image to its cell. */
  .sk-table-scroll td img,
  .sk-table-scroll th img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-inline: auto;
  }
}
