@charset "UTF-8";
/* Media Query */
/* Flex Box */
/*

// Breakpoints
@media (min-width: 64em) {
  // styles go here
}

/* 2026 Jeongeup marathon main renewal — race-first editorial UI */
.race-home,
.race-home * {
  box-sizing: border-box;
}

.race-home {
  --race-ink: #29261f;
  --race-navy: #30352e;
  --race-blue: #5f735f;
  --race-red: #d94736;
  --race-green: #789555;
  --race-gold: #d99a32;
  --race-sand: #f7f0e4;
  --race-line: #ddd5c7;
  color: var(--race-ink);
  background: #fff;
  overflow: hidden;
}

.race-home .main-wrapper {
  width: min(1280px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.race-hero {
  position: relative;
  min-height: 660px;
  color: var(--race-ink);
  background:
    radial-gradient(circle at 82% 20%, rgba(244, 173, 25, .1) 0, rgba(244, 173, 25, 0) 26%),
    radial-gradient(circle at 74% 88%, rgba(70, 163, 63, .08) 0, rgba(70, 163, 63, 0) 31%),
    linear-gradient(115deg, #fffdf8 0 52%, #f4ecdc 52% 100%);
  overflow: hidden;
}

.race-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, var(--race-red) 0 46%, var(--race-gold) 46% 57%, var(--race-blue) 57% 80%, var(--race-green) 80%);
  content: '';
}

.race-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.race-hero__backdrop::before {
  position: absolute;
  top: -25%;
  right: -9%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(8, 105, 166, .1);
  border-radius: 50%;
  content: '';
}

.race-hero__number {
  display: none;
}

.race-hero__route {
  position: absolute;
  right: -4%;
  width: 58%;
  height: 190px;
  border: 2px solid rgba(8, 105, 166, .12);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-13deg);
}

.race-hero__route--one {
  top: 26%;
}

.race-hero__route--two {
  display: none;
}

.race-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr);
  gap: clamp(4rem, 5vw, 8rem);
  align-items: center;
  min-height: 660px;
  padding: 4rem 0;
}

.race-kicker {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin: 0 0 2.3rem;
  color: #6b6259;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .24em;
}

.race-kicker span {
  color: var(--race-blue);
}

.race-kicker::before {
  width: 42px;
  height: 3px;
  background: var(--race-red);
  content: '';
}

.race-hero h1 {
  margin: 0;
  color: #1d252d;
  font-size: clamp(5rem, 4.7vw, 7.2rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -.065em;
}

.race-hero h1 strong {
  display: block;
  margin-top: .7rem;
  font-weight: 800;
  color: var(--race-navy);
}

.race-hero__lead {
  margin: 3rem 0 0;
  color: #655f59;
  font-size: 1.8rem;
  line-height: 1.75;
}

.race-hero__actions {
  display: flex;
  gap: 1.2rem;
  margin-top: 4.2rem;
}

.race-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 58px;
  padding: 0 2.8rem;
  border: 1px solid var(--race-blue);
  color: var(--race-blue);
  font-size: 1.65rem;
  font-weight: 700;
  transition: background .2s, border-color .2s, transform .2s;
}

.race-button:hover,
.race-button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.race-button--red {
  justify-content: space-between;
  border-color: var(--race-red);
  color: #fff;
  background: var(--race-red);
}

.race-button--red:hover,
.race-button--red:focus-visible {
  border-color: #d51f25;
  background: #d51f25;
}

.race-button--line:hover,
.race-button--line:focus-visible {
  border-color: var(--race-blue);
  background: var(--race-blue);
}

.race-hero__side {
  position: relative;
  display: grid;
  align-self: stretch;
  align-content: center;
  gap: 0;
}

.race-hero__mascot {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 50, 74, .1);
  border-radius: 3.2rem;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.55));
  box-shadow: 0 1.6rem 4rem rgba(69, 50, 28, .08);
}

.race-hero__mascot::after {
  position: absolute;
  right: 4rem;
  bottom: 2.4rem;
  left: 4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 50, 74, .24), transparent);
  content: '';
}

.race-hero__mascot img {
  position: absolute;
  right: .8rem;
  bottom: 2rem;
  width: min(70%, 38rem);
  height: auto;
  filter: drop-shadow(0 1.2rem 1.5rem rgba(68, 46, 25, .14));
}

.race-hero__mascot-label {
  position: absolute;
  z-index: 3;
  top: 2rem;
  left: 2rem;
  min-width: 13rem;
  padding: .9rem 1.2rem;
  border-left: 3px solid var(--race-red);
  border-radius: 0 .8rem .8rem 0;
  background: #fff;
  box-shadow: 0 .8rem 2rem rgba(23, 50, 74, .08);
}

.race-hero__mascot-label span,
.race-hero__mascot-label strong {
  display: block;
}

.race-hero__mascot-label span {
  color: #776e65;
  font-size: 1.05rem;
}

.race-hero__mascot-label strong {
  margin-top: .25rem;
  color: var(--race-navy);
  font-size: 1.5rem;
}

.race-hero__brief {
  position: relative;
  z-index: 2;
  margin: -2rem 0 0 3.2rem;
  padding: 2rem 2.4rem 1.8rem;
  color: var(--race-ink);
  border-top: 3px solid var(--race-blue);
  background: rgba(255,255,255,.92);
  box-shadow: 0 1.6rem 3.6rem rgba(50, 44, 36, .11);
}

.race-hero__status {
  display: flex;
  gap: .9rem;
  align-items: center;
  margin: 0 0 1.4rem;
  color: var(--race-red);
  font-size: 1.4rem;
  font-weight: 800;
}

.race-hero__status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--race-red);
  box-shadow: 0 0 0 5px rgba(235,52,57,.12);
}

.race-hero__brief dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.race-hero__brief dl > div {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1rem 1rem 0;
  border-top: 1px solid var(--race-line);
}

.race-hero__brief dl > div:nth-child(odd) {
  margin-right: 1.4rem;
}

.race-hero__brief dt {
  color: #727b87;
  font-size: 1.35rem;
  font-weight: 600;
}

.race-hero__brief dd {
  margin: 0;
  color: var(--race-ink);
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.45;
}

.race-hero__brief dd strong {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -.03em;
}

.race-hero__brief dd small {
  display: block;
  margin-top: .35rem;
  color: #747d88;
  font-size: 1.25rem;
  font-weight: 500;
}

.race-hero__map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--race-ink);
  color: var(--race-ink);
  font-size: 1.4rem;
  font-weight: 800;
}

.race-hero__map:hover,
.race-hero__map:focus-visible {
  color: var(--race-red);
}

.race-countdown {
  color: #fff;
  background: var(--race-blue);
}

.race-countdown__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
}

.race-countdown__label {
  display: flex;
  flex-direction: column;
  min-width: 230px;
  padding-right: 5rem;
  border-right: 1px solid rgba(255,255,255,.28);
}

.race-countdown__label span {
  color: rgba(255,255,255,.65);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.race-countdown__label strong {
  margin-top: .7rem;
  font-size: 2.2rem;
}

.race-countdown__time {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-left: 5rem;
}

.race-countdown__time > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 66px;
}

.race-countdown__time strong {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.race-countdown__time span {
  margin-top: .7rem;
  color: rgba(255,255,255,.6);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.race-countdown__time i {
  color: rgba(255,255,255,.5);
  font-size: 2.4rem;
  font-style: normal;
}

.race-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  border-right: 1px solid var(--race-line);
  border-bottom: 1px solid var(--race-line);
  border-left: 1px solid var(--race-line);
}

.race-quick > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 142px;
  padding: 2.8rem 3.2rem;
  border-right: 1px solid var(--race-line);
  color: var(--race-ink);
  background: #fff;
  transition: color .2s, background .2s;
}

.race-quick > a:last-child {
  border-right: 0;
}

.race-quick > a:hover,
.race-quick > a:focus-visible {
  color: #fff;
  background: var(--race-navy);
}

.race-quick span {
  margin-bottom: 1.1rem;
  color: var(--race-red);
  font-size: 1.15rem;
  font-weight: 800;
}

.race-quick strong {
  font-size: 1.9rem;
}

.race-quick i {
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  font-size: 1.7rem;
}

.race-section-title {
  margin-bottom: 4.5rem;
}

.race-section-title > p,
.race-section-title > div > p {
  margin: 0 0 1.2rem;
  color: var(--race-red);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.race-section-title h2 {
  margin: 0;
  color: var(--race-ink);
  font-size: clamp(3.2rem, 3.1vw, 4.6rem);
  line-height: 1.2;
  letter-spacing: -.045em;
}

.race-section-title > span {
  display: block;
  margin-top: 1.5rem;
  color: #707885;
  font-size: 1.55rem;
}

.race-section-title--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.race-section-title--row > a {
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--race-ink);
  color: var(--race-ink);
  font-size: 1.4rem;
  font-weight: 750;
}

.race-entry-guide {
  padding: 12rem 0 11rem;
  background: #fff;
}

.race-entry-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--race-ink);
  border-bottom: 1px solid var(--race-line);
}

.race-entry-card {
  position: relative;
  min-height: 430px;
  padding: 4.8rem 5rem;
}

.race-entry-card + .race-entry-card {
  border-left: 1px solid var(--race-line);
}

.race-entry-card__head {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.race-entry-card__head span {
  color: #727b87;
  font-size: 1.35rem;
  font-weight: 650;
}

.race-entry-card__head strong {
  font-size: 2.7rem;
  letter-spacing: -.04em;
}

.race-entry-card__price {
  margin: 3rem 0 2.5rem;
  font-size: 1.7rem;
  font-weight: 700;
}

.race-entry-card__price strong {
  margin-right: .5rem;
  color: var(--race-red);
  font-size: 4.3rem;
  letter-spacing: -.03em;
}

.race-entry-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.race-entry-card li {
  position: relative;
  margin-top: 1.1rem;
  padding-left: 1.7rem;
  color: #4e5662;
  font-size: 1.45rem;
  line-height: 1.5;
}

.race-entry-card li::before {
  position: absolute;
  top: .8rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--race-red);
  content: '';
}

.race-entry-card__account,
.race-entry-card--donation > a {
  display: flex;
  align-items: center;
  min-height: 64px;
  margin-top: 3.2rem;
  padding: 1.5rem 2rem;
  color: #fff;
  background: var(--race-navy);
}

.race-entry-card__account span {
  margin-right: 1.3rem;
  color: rgba(255,255,255,.6);
  font-size: 1.25rem;
}

.race-entry-card__account strong {
  font-size: 1.75rem;
  letter-spacing: .03em;
}

.race-entry-card__account small {
  margin-left: auto;
  color: rgba(255,255,255,.7);
  font-size: 1.2rem;
}

.race-entry-card--donation > a {
  justify-content: space-between;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 750;
  background: var(--race-red);
}

.race-entry-card--donation > a:hover,
.race-entry-card--donation > a:focus-visible {
  color: #fff;
  background: #d51f25;
}

.race-entry-guide__note {
  margin: 2rem 0 0;
  color: #68717e;
  font-size: 1.35rem;
  line-height: 1.55;
}

.race-entry-guide__note i {
  margin-right: .6rem;
  color: var(--race-red);
}

.race-process {
  padding-bottom: 12rem;
}

.race-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--race-ink);
  list-style: none;
}

.race-process li {
  min-height: 230px;
  padding: 3.2rem 3.5rem 2rem 0;
  border-right: 1px solid var(--race-line);
}

.race-process li + li {
  padding-left: 3.5rem;
}

.race-process li:last-child {
  border-right: 0;
}

.race-process li span {
  display: block;
  margin-bottom: 3.2rem;
  color: var(--race-red);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.race-process li strong {
  display: block;
  font-size: 2rem;
}

.race-process li p {
  margin: 1.3rem 0 0;
  color: #6d7581;
  font-size: 1.4rem;
  line-height: 1.7;
}

.race-information {
  padding: 11rem 0 12rem;
  color: #fff;
  background: var(--race-navy);
}

.race-section-title--light h2 {
  color: #fff;
}

.race-information__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.45);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.race-info-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 3.5rem;
  border-right: 1px solid rgba(255,255,255,.18);
  color: #fff;
  transition: background .25s;
}

.race-info-panel:last-child {
  border-right: 0;
}

.race-info-panel:hover,
.race-info-panel:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.07);
}

.race-info-panel > span {
  color: rgba(255,255,255,.5);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.race-info-panel > strong {
  margin-top: 2.2rem;
  font-size: 3rem;
}

.race-info-panel > p {
  margin: 1.1rem 0 0;
  color: rgba(255,255,255,.58);
  font-size: 1.4rem;
}

.race-info-panel > em {
  margin-top: auto;
  color: #fff;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 750;
}

.race-info-panel > i {
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  font-size: 1.8rem;
}

.race-news {
  padding: 12rem 0 14rem;
}

.race-news__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 6rem;
}

.race-news__list {
  border-top: 2px solid var(--race-ink);
}

.race-news__list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 2rem;
  gap: 2rem;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid var(--race-line);
  color: var(--race-ink);
}

.race-news__list > a:nth-of-type(n+4) {
  display: none;
}

.race-news__list > a strong {
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.race-news__list > a time {
  color: #8a919b;
  font-size: 1.25rem;
  text-align: right;
}

.race-news__empty {
  display: flex;
  align-items: center;
  min-height: 144px;
  margin: 0;
  border-bottom: 1px solid var(--race-line);
  color: #858c95;
  font-size: 1.4rem;
}

.race-contact {
  padding: 3.2rem;
  color: #fff;
  background: var(--race-blue);
}

.race-contact > span {
  display: block;
  color: rgba(255,255,255,.65);
  font-size: 1.2rem;
  font-weight: 750;
}

.race-contact > strong {
  display: block;
  margin-top: 1rem;
  font-size: 2.3rem;
}

.race-contact > p {
  margin: 3rem 0 .6rem;
  font-size: 1.8rem;
  font-weight: 750;
}

.race-contact > small {
  color: rgba(255,255,255,.68);
  font-size: 1.2rem;
  line-height: 1.5;
}

.race-contact > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 750;
}

.race-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  .race-hero__inner {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 4rem;
  }

  .race-hero__mascot {
    min-height: 31rem;
  }

  .race-hero__brief dl {
    grid-template-columns: 1fr;
  }

  .race-hero__brief dl > div:nth-child(odd) {
    margin-right: 0;
  }

  .race-hero h1 {
    font-size: 5rem;
  }

  .race-entry-card {
    padding: 4rem 3.5rem;
  }

  .race-entry-card__account {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .race-entry-card__account small {
    width: 100%;
    margin: .5rem 0 0;
    padding-left: 5.2rem;
  }
}

/* C-2026-030 대회소개 및 참가신청 안내 */
body .greeting-page {
  padding-bottom: 12rem;
}

body .greeting-page .greeting-guide {
  max-width: 132rem;
  margin-right: auto;
  margin-left: auto;
}

body .greeting-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(36rem, .95fr);
  gap: clamp(3.2rem, 5vw, 7.2rem);
  padding: clamp(3.2rem, 5vw, 7.2rem);
  border: 1px solid rgba(79, 93, 77, .14);
  border-radius: 2.8rem;
  background:
    radial-gradient(circle at 94% 8%, rgba(217, 71, 54, .10), transparent 24%),
    linear-gradient(135deg, #fffaf3 0%, #fff 58%, #f1f5ed 100%);
  box-shadow: 0 2.4rem 6rem rgba(41, 38, 31, .08);
}

body .greeting-intro__copy {
  align-self: center;
}

body .greeting-overline,
body .greeting-section-heading > p {
  margin-bottom: 1.4rem;
  color: var(--jeongeup-maple);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .22em;
}

body .greeting-intro__copy h3 {
  margin-bottom: 2.4rem;
  color: var(--jeongeup-ink);
  font-size: clamp(3.2rem, 3.2vw, 5.2rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -.05em;
}

body .greeting-intro__copy h3 strong {
  color: var(--jeongeup-maple);
  font-weight: 800;
}

body .greeting-intro__copy > p:not(.greeting-overline) {
  max-width: 65rem;
  margin-top: 1.2rem;
  color: #55574f;
  font-size: 1.7rem;
  line-height: 1.85;
}

body .greeting-intro__copy .greeting-intro__lead {
  color: #373a34;
  font-size: 1.9rem;
  font-weight: 600;
}

body .greeting-race-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin: 0;
}

body .greeting-race-summary > div {
  min-height: 14rem;
  padding: 2.4rem;
  border: 1px solid rgba(79, 93, 77, .13);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .88);
}

body .greeting-race-summary dt {
  margin-bottom: 1.2rem;
  color: var(--jeongeup-blue);
  font-size: 1.4rem;
  font-weight: 800;
}

body .greeting-race-summary dd {
  margin: 0;
  color: var(--jeongeup-ink);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}

body .greeting-race-summary dd small {
  display: block;
  margin-top: .4rem;
  color: #77796f;
  font-size: 1.4rem;
  font-weight: 500;
}

body .greeting-entry,
body .greeting-process {
  margin-top: clamp(7.2rem, 8vw, 12rem);
}

body .greeting-section-heading {
  margin-bottom: 3.6rem;
}

body .greeting-section-heading h3 {
  margin-bottom: 1rem;
  color: var(--jeongeup-ink);
  font-size: clamp(2.8rem, 2.6vw, 4rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.04em;
}

body .greeting-section-heading > span {
  color: #676a61;
  font-size: 1.7rem;
  line-height: 1.7;
}

body .greeting-section-heading--center {
  text-align: center;
}

body .greeting-entry__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

body .greeting-entry-card {
  display: flex;
  min-height: 48rem;
  padding: clamp(3rem, 3vw, 4.8rem);
  flex-direction: column;
  border: 1px solid rgba(79, 93, 77, .16);
  border-top: .5rem solid var(--jeongeup-green);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.6rem 4rem rgba(41, 38, 31, .07);
}

body .greeting-entry-card--donation {
  border-top-color: var(--jeongeup-maple);
  background: linear-gradient(145deg, #fff 0%, #fff9f6 100%);
}

body .greeting-entry-card__badge {
  align-self: flex-start;
  margin-bottom: 1.8rem;
  padding: .8rem 1.4rem;
  border-radius: 99rem;
  background: #edf3e9;
  color: var(--jeongeup-blue);
  font-size: 1.4rem;
  font-weight: 800;
}

body .greeting-entry-card--donation .greeting-entry-card__badge {
  background: #fff0eb;
  color: var(--jeongeup-maple-dark);
}

body .greeting-entry-card h4 {
  margin-bottom: .6rem;
  font-size: 2.8rem;
  font-weight: 800;
}

body .greeting-entry-card__price {
  margin-bottom: 2.4rem;
  color: #55574f;
  font-size: 1.7rem;
}

body .greeting-entry-card__price strong {
  color: var(--jeongeup-maple);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

body .greeting-entry-card ul {
  margin-bottom: 3rem;
}

body .greeting-entry-card li {
  position: relative;
  padding: .7rem 0 .7rem 2rem;
  color: #444740;
  font-size: 1.7rem;
  line-height: 1.55;
}

body .greeting-entry-card li::before {
  position: absolute;
  top: 1.5rem;
  left: .2rem;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--jeongeup-green);
  content: "";
}

body .greeting-entry-card--donation li::before {
  background: var(--jeongeup-maple);
}

body .greeting-account {
  margin-top: auto;
  padding: 2.2rem 2.4rem;
  border-radius: 1.4rem;
  background: #f2f5ee;
}

body .greeting-account span,
body .greeting-account small {
  display: block;
  color: #6b6e65;
  font-size: 1.3rem;
}

body .greeting-account strong {
  display: block;
  margin: .7rem 0 .4rem;
  color: var(--jeongeup-ink);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: .01em;
}

body .greeting-donation-link {
  display: flex;
  min-height: 8rem;
  margin-top: auto;
  padding: 1.8rem 2.2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.4rem;
  background: var(--jeongeup-maple);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(217, 71, 54, .20);
  transition: transform .2s ease, background-color .2s ease;
}

body .greeting-donation-link:hover,
body .greeting-donation-link:focus-visible {
  background: var(--jeongeup-maple-dark);
  color: #fff;
  transform: translateY(-2px);
}

body .greeting-donation-link span {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
}

body .greeting-donation-link small {
  display: block;
  margin-bottom: .25rem;
  color: rgba(255, 255, 255, .8);
  font-size: 1.2rem;
  font-weight: 500;
}

body .greeting-donation-link i {
  font-size: 2.2rem;
}

body .greeting-entry__notice {
  display: flex;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 1.8rem 2.2rem;
  align-items: flex-start;
  border-radius: 1.2rem;
  background: var(--jeongeup-cream);
  color: #55574f;
  font-size: 1.5rem;
  line-height: 1.65;
}

body .greeting-entry__notice i {
  margin-top: .2rem;
  color: var(--jeongeup-maple);
  font-size: 2rem;
}

body .greeting-entry__notice strong {
  margin-right: .5rem;
}

body .greeting-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  counter-reset: greeting-step;
}

body .greeting-process li {
  position: relative;
  min-height: 22rem;
  padding: 3rem 2.4rem;
  border: 1px solid rgba(79, 93, 77, .14);
  border-radius: 1.6rem;
  background: #fff;
}

body .greeting-process li > span {
  display: block;
  margin-bottom: 3rem;
  color: rgba(217, 71, 54, .36);
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}

body .greeting-process li strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.9rem;
}

body .greeting-process li p {
  color: #676a61;
  font-size: 1.5rem;
  line-height: 1.65;
}

body .greeting-cta {
  display: flex;
  gap: 3rem;
  margin-top: clamp(7.2rem, 8vw, 11rem);
  padding: clamp(3rem, 4vw, 5rem);
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  background: var(--jeongeup-ink);
  color: #fff;
}

body .greeting-cta div {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

body .greeting-cta div > span {
  color: #e6aa71;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .2em;
}

body .greeting-cta div > strong {
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1.45;
}

body .greeting-cta > a {
  display: inline-flex;
  min-width: 22rem;
  min-height: 6rem;
  padding: 1.5rem 2.4rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 99rem;
  background: var(--jeongeup-maple);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

body .greeting-cta > a:hover,
body .greeting-cta > a:focus-visible {
  background: #fff;
  color: var(--jeongeup-maple-dark);
}

@media (max-width: 1024px) {
  body .greeting-intro {
    grid-template-columns: 1fr;
  }

  body .greeting-entry-card {
    min-height: auto;
  }

  body .greeting-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body .greeting-page {
    padding: 4.8rem 1.8rem 8rem;
  }

  body .greeting-page .sub-title {
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }

  body .greeting-page .sub-title h2 {
    font-size: clamp(2.8rem, 8vw, 3.6rem);
    line-height: 1.25;
  }

  body .greeting-page .breadcrumb {
    max-width: 100%;
    gap: .6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  body .greeting-intro {
    gap: 3.2rem;
    padding: 2.6rem 2.2rem;
    border-radius: 2rem;
  }

  body .greeting-overline,
  body .greeting-section-heading > p {
    font-size: 1.1rem;
    letter-spacing: .14em;
  }

  body .greeting-intro__copy h3 {
    font-size: clamp(2.8rem, 8.5vw, 3.8rem);
  }

  body .greeting-intro__copy > p:not(.greeting-overline),
  body .greeting-intro__copy .greeting-intro__lead {
    font-size: 1.6rem;
  }

  body .greeting-race-summary {
    grid-template-columns: 1fr;
  }

  body .greeting-race-summary > div {
    min-height: auto;
    padding: 2rem;
  }

  body .greeting-entry__grid,
  body .greeting-process ol {
    grid-template-columns: 1fr;
  }

  body .greeting-entry-card {
    padding: 2.6rem 2.2rem;
    border-radius: 1.6rem;
  }

  body .greeting-entry-card h4 {
    font-size: 2.4rem;
  }

  body .greeting-entry-card__price strong {
    font-size: 3.4rem;
  }

  body .greeting-account strong {
    word-break: keep-all;
  }

  body .greeting-entry__notice {
    padding: 1.6rem;
  }

  body .greeting-process li {
    display: flex;
    min-height: auto;
    gap: 1.8rem;
    padding: 2.2rem;
  }

  body .greeting-process li > span {
    margin: .2rem 0 0;
    font-size: 2.8rem;
  }

  body .greeting-cta {
    align-items: stretch;
    flex-direction: column;
  }

  body .greeting-cta > a {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 820px) {
  .race-home .main-wrapper {
    width: min(100% - 40px, 680px);
  }

  .race-hero,
  .race-hero__inner {
    min-height: auto;
  }

  .race-hero__inner {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 7rem 0 6rem;
  }

  .race-hero__side {
    width: min(100%, 620px);
  }

  .race-hero__mascot {
    min-height: 36rem;
  }

  .race-hero__number {
    right: -10%;
    bottom: 5%;
    font-size: 30rem;
  }

  .race-hero__route {
    top: 54%;
    width: 100%;
  }

  .race-hero__brief {
    max-width: 620px;
    margin: 0;
  }

  .race-hero__brief dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .race-hero__brief dl > div:nth-child(odd) {
    margin-right: 1.4rem;
  }

  .race-countdown__inner {
    justify-content: space-between;
  }

  .race-countdown__label {
    min-width: 180px;
    padding-right: 2.5rem;
  }

  .race-countdown__time {
    gap: 1.5rem;
    padding-left: 2.5rem;
  }

  .race-countdown__time strong {
    font-size: 3.2rem;
  }

  .race-quick {
    grid-template-columns: repeat(2, 1fr);
  }

  .race-quick > a:nth-child(2) {
    border-right: 0;
  }

  .race-quick > a:nth-child(-n+2) {
    border-bottom: 1px solid var(--race-line);
  }

  .race-entry-guide__grid,
  .race-information__grid {
    grid-template-columns: 1fr;
  }

  .race-entry-card + .race-entry-card {
    border-top: 1px solid var(--race-line);
    border-left: 0;
  }

  .race-process ol {
    grid-template-columns: 1fr;
  }

  .race-process li,
  .race-process li + li {
    min-height: 0;
    padding: 3rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--race-line);
  }

  .race-process li span {
    margin-bottom: 1.6rem;
  }

  .race-info-panel {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .race-news__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 560px) {
  .race-home {
    padding-bottom: 64px;
  }

  .race-home section,
  .race-home nav,
  .race-home article,
  .race-home aside,
  .race-home header,
  .race-home div,
  .race-home a,
  .race-home li {
    min-width: 0;
  }

  .race-home .main-wrapper {
    width: calc(100% - 32px);
  }

  .race-hero__inner {
    gap: 4rem;
    padding: 5rem 0 4rem;
  }

  .race-hero {
    background:
      radial-gradient(circle at 88% 34%, rgba(244, 173, 25, .13), transparent 25%),
      linear-gradient(150deg, #fffdf8, #f4ecdc);
  }

  .race-hero__number {
    display: none;
  }

  .race-kicker {
    display: block;
    margin-bottom: 1.7rem;
    font-size: .95rem;
    line-height: 1.6;
  }

  .race-kicker::before {
    display: block;
    margin-bottom: 1.3rem;
  }

  .race-hero h1 {
    font-size: clamp(3.5rem, 11vw, 4.6rem);
    line-height: 1.12;
  }

  .race-hero h1 strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-word;
  }

  .race-hero__lead {
    margin-top: 2.2rem;
    font-size: 1.45rem;
  }

  .race-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
  }

  .race-button {
    min-width: 0;
    height: 52px;
    padding: 0 1.6rem;
    font-size: 1.45rem;
  }

  .race-hero__brief {
    padding: 2.5rem 2.2rem 2rem;
    box-shadow: 0 16px 40px rgba(50, 44, 36, .12);
  }

  .race-hero__mascot {
    min-height: 29rem;
    border-radius: 2.4rem;
  }

  .race-hero__mascot img {
    right: 0;
    bottom: 0;
    width: 84%;
  }

  .race-hero__mascot-label {
    top: 1.5rem;
    left: 1.5rem;
  }

  .race-hero__brief dl {
    grid-template-columns: 1fr;
  }

  .race-hero__brief dl > div:nth-child(odd) {
    margin-right: 0;
  }

  .race-hero__brief dl > div {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    padding: 1.3rem 0;
  }

  .race-hero__brief dd strong {
    font-size: 1.8rem;
  }

  .race-hero::after {
    width: 70%;
  }

  .race-countdown__inner {
    display: block;
    min-height: 0;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .race-countdown__label {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: baseline;
    padding: 0 0 1.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
  }

  .race-countdown__label strong {
    font-size: 1.6rem;
  }

  .race-countdown__time {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .2rem;
    padding: 1.8rem 0 0;
  }

  .race-countdown__time > div {
    min-width: 0;
  }

  .race-countdown__time strong {
    font-size: 2.8rem;
  }

  .race-countdown__time i {
    font-size: 1.7rem;
  }

  .race-quick > a {
    min-height: 105px;
    padding: 2rem;
  }

  .race-quick i {
    top: 2rem;
    right: 2rem;
  }

  .race-entry-guide,
  .race-information,
  .race-news {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }

  .race-section-title {
    margin-bottom: 3rem;
  }

  .race-section-title h2 {
    font-size: 3rem;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: keep-all;
  }

  .race-section-title > span {
    font-size: 1.35rem;
  }

  .race-section-title--row {
    display: block;
  }

  .race-section-title--row > a {
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }

  .race-entry-card {
    min-height: 0;
    padding: 3.2rem 2rem;
  }

  .race-entry-card__head strong {
    font-size: 2.3rem;
  }

  .race-entry-card__price strong {
    font-size: 3.6rem;
  }

  .race-entry-card__account {
    padding: 1.5rem;
  }

  .race-entry-card__account strong {
    font-size: 1.55rem;
  }

  .race-entry-card__account small {
    padding-left: 4.5rem;
  }

  .race-process {
    padding-bottom: 8rem;
  }

  .race-news__list > a {
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: 1rem;
  }

  .race-news__list > a time {
    display: none;
  }

  .race-mobile-actions {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 64px;
    box-shadow: 0 -8px 24px rgba(0,0,0,.12);
  }

  .race-mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--race-red);
  }

  .race-mobile-actions a:last-child {
    background: var(--race-navy);
  }
}

/* 2026-09-17: /home 서브페이지 공통 컬러 및 메뉴 구분 강화 */
body .sub-visual .snb {
  isolation: isolate;
  background:
    linear-gradient(112deg, #f8eee5 0%, #fffaf2 48%, #edf2e8 100%);
}

body .sub-visual .snb::before {
  z-index: 0;
  background:
    radial-gradient(circle at 13% 24%, rgba(217, 71, 54, .15) 0, rgba(217, 71, 54, 0) 27%),
    radial-gradient(circle at 88% 28%, rgba(120, 149, 85, .18) 0, rgba(120, 149, 85, 0) 29%),
    linear-gradient(112deg, #f8eee5 0%, #fffaf2 48%, #edf2e8 100%);
}

body .sub-visual .snb::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(3rem, 9vw, 16rem);
  width: clamp(12rem, 13vw, 20rem);
  height: clamp(12rem, 13vw, 20rem);
  border: clamp(1.4rem, 1.4vw, 2.2rem) solid rgba(95, 115, 95, .065);
  border-radius: 50%;
  content: '';
  transform: translateY(-50%);
  pointer-events: none;
}

body .sub-visual__text {
  position: relative;
  z-index: 1;
}

body .sub-visual__text h2 {
  color: #29261f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}

body .sub-visual__text p {
  color: #5c554d;
}

body .sub-visual .sub-menu {
  overflow: visible;
  border: 1px solid rgba(79, 93, 77, .18);
  border-top: 4px solid #d94736;
  background: #fffaf2;
  box-shadow: 0 1.2rem 3rem rgba(65, 58, 48, .11);
}

body .sub-visual .sub-menu__list .home .sub-menu__item {
  background: #4f5d4d;
  color: #fff;
}

body .sub-visual .sub-menu__list .depth2 > .sub-menu__wrap > .sub-menu__item,
body .sub-visual .sub-menu__list .depth3 > .sub-menu__wrap > .sub-menu__item {
  background: #fffaf2;
  color: #29261f;
}

body .sub-visual .sub-menu__item {
  border-right-color: rgba(79, 93, 77, .16);
  transition: color .2s ease, background-color .2s ease;
}

body .sub-visual .sub-menu__item:hover,
body .sub-visual .sub-menu__item:focus-visible {
  background: #f3e5db;
  color: #a9342a;
}

body .sub-visual .sub-menu__list .home .sub-menu__item:hover,
body .sub-visual .sub-menu__list .home .sub-menu__item:focus-visible {
  background: #3f4a3e;
  color: #fff;
}

body .sub-visual .sub-menu__list .list {
  border-color: rgba(79, 93, 77, .2);
  background: #fffdf8;
  box-shadow: 0 1rem 2.4rem rgba(65, 58, 48, .12);
}

body .sub-visual .sub-menu__list .list li:hover {
  background: #f3e5db;
}

@media (max-width: 768px) {
  body .sub-visual .snb::after {
    right: 2rem;
    opacity: .7;
  }

  body .sub-visual .sub-menu {
    border-top-width: 3px;
  }
}

*/

/* 2026 정읍 고향사랑기부마라톤 브랜드 테마 */
:root {
  --jeongeup-maple: #D94736;
  --jeongeup-maple-dark: #A9342A;
  --jeongeup-blue: #5F735F;
  --jeongeup-green: #789555;
  --jeongeup-ink: #29261F;
  --jeongeup-cream: #F8F2E8;
  --jeongeup-sky: #EEF0E7;
}

/* 참가신청 약관 화면: 개인·단체 유형 통합 선택 */
.entry-type-select {
  margin-top: 3rem;
  padding: clamp(2.4rem, 3vw, 4rem);
  border: 1px solid rgba(0, 88, 168, 0.14);
  border-radius: 2.4rem;
  background: linear-gradient(135deg, rgba(247, 243, 234, 0.82), rgba(233, 243, 251, 0.78));
  box-shadow: 0 1.8rem 4rem rgba(32, 24, 32, 0.06);
}

.entry-type-select__heading {
  margin-bottom: 2.4rem;
  text-align: center;
}

.entry-type-select__heading > span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--jeongeup-maple);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.entry-type-select__heading h3 {
  margin: 0;
  color: var(--jeongeup-ink);
  font-size: clamp(2.2rem, 2.2vw, 3rem);
}

.entry-type-select__heading p {
  margin: 0.8rem 0 0;
  color: #5d6570;
  font-size: 1.5rem;
}

.entry-type-select__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.entry-type-card {
  display: flex;
  align-items: center;
  min-height: 9.4rem;
  padding: 1.8rem;
  border: 1px solid rgba(0, 88, 168, 0.13);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--jeongeup-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0.8rem 2rem rgba(32, 24, 32, 0.045);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.entry-type-card:hover,
.entry-type-card:focus-visible {
  border-color: rgba(0, 88, 168, 0.48);
  transform: translateY(-3px);
  box-shadow: 0 1.2rem 2.6rem rgba(0, 88, 168, 0.12);
}

.entry-type-card:focus-visible {
  outline: 3px solid rgba(0, 88, 168, 0.24);
  outline-offset: 3px;
}

.entry-type-card > i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 4.6rem;
  width: 4.6rem;
  height: 4.6rem;
  margin-right: 1.4rem;
  border-radius: 50%;
  background: rgba(0, 88, 168, 0.1);
  color: var(--jeongeup-blue);
  font-size: 2.3rem;
}

.entry-type-card--personal {
  border-color: rgba(232, 40, 32, 0.2);
}

.entry-type-card--personal > i {
  background: rgba(232, 40, 32, 0.1);
  color: var(--jeongeup-maple);
}

.entry-type-card span,
.entry-type-card strong,
.entry-type-card small {
  display: block;
}

.entry-type-card strong {
  margin-bottom: 0.45rem;
  font-size: 1.7rem;
}

.entry-type-card small {
  color: #6b7280;
  font-size: 1.35rem;
  line-height: 1.45;
}

.entry-type-select__notice {
  margin: 1.8rem 0 0;
  color: #555d67;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 900px) {
  .entry-type-select__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .entry-type-select {
    padding: 2rem 1.6rem;
  }

  .entry-type-select__grid {
    grid-template-columns: 1fr;
  }
}

.jeongeup-header-logo {
	display: block;
	width: clamp(420px, 30vw, 520px);
	max-width: 100%;
	height: auto;
}

.jeongeup-main-hero {
  overflow: hidden;
  isolation: isolate;
  color: var(--jeongeup-ink);
  background-image:
    radial-gradient(circle at 84% 24%, rgba(232, 40, 32, 0.055) 0, rgba(232, 40, 32, 0) 32%),
    radial-gradient(circle at 78% 82%, rgba(0, 88, 168, 0.065) 0, rgba(0, 88, 168, 0) 35%),
    linear-gradient(116deg, #fbf8f1 0%, #ffffff 48%, #f3f8f7 100%) !important;
}

.jeongeup-main-hero::before {
  content: none;
}

.jeongeup-main-hero::after {
  content: "";
  position: absolute;
  right: -14rem;
  bottom: -24rem;
  z-index: -1;
  width: 72rem;
  height: 72rem;
  border: 1px solid rgba(0, 88, 168, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0.22), 0 0 0 12rem rgba(96, 184, 64, 0.025);
}

.jeongeup-main-hero .main-top {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding-top: clamp(5.2rem, 5vw, 8rem);
  padding-bottom: clamp(5rem, 4vw, 7rem);
}

.jeongeup-main-hero .main-top__desc {
  z-index: 2;
  width: min(52%, 82rem);
  padding-left: clamp(1.6rem, 3vw, 5.6rem);
}

.jeongeup-main-hero .jeongeup-main-visual {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 3vw, 6rem);
  z-index: 1;
  width: min(51vw, 920px);
  max-width: none;
  margin: 0;
  padding: 0;
  transform: translateY(-45%);
  pointer-events: none;
}

.jeongeup-donation-link {
  position: absolute;
  top: 2%;
  right: 7%;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(35rem, 76%);
  padding: 1.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1.8rem 4rem rgba(32, 24, 32, 0.11);
  color: var(--jeongeup-ink);
  text-decoration: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
  animation: jeongeupDonationFloat 4.8s ease-in-out infinite;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.jeongeup-donation-link:hover,
.jeongeup-donation-link:focus-visible {
  border-color: rgba(232, 40, 32, 0.28);
  box-shadow: 0 2.2rem 4.8rem rgba(32, 24, 32, 0.16);
  color: var(--jeongeup-ink);
  transform: translateY(-4px);
  animation-play-state: paused;
}

.jeongeup-donation-link:focus-visible {
  outline: 3px solid rgba(0, 88, 168, 0.38);
  outline-offset: 4px;
}

.jeongeup-donation-link__eyebrow {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
  color: var(--jeongeup-maple);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.jeongeup-donation-link__eyebrow i {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--jeongeup-maple);
  box-shadow: 0 0 0 0 rgba(232, 40, 32, 0.32);
  animation: jeongeupDonationPulse 2.4s ease-out infinite;
}

.jeongeup-donation-link strong {
  align-self: center;
  font-size: 1.7rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.jeongeup-donation-link__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1.2rem;
  color: var(--jeongeup-blue);
  font-size: 1.25rem;
  font-weight: 800;
  white-space: nowrap;
}

.jeongeup-donation-link__action i {
  font-size: 1.35rem;
}

@keyframes jeongeupDonationFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes jeongeupDonationPulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 40, 32, 0.32); }
  70%, 100% { box-shadow: 0 0 0 0.9rem rgba(232, 40, 32, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .jeongeup-donation-link,
  .jeongeup-donation-link__eyebrow i {
    animation: none;
  }
}

.jeongeup-main-hero .jeongeup-main-visual::before {
  content: none;
}

.jeongeup-main-hero .jeongeup-main-visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0.88;
  filter: saturate(0.72) contrast(0.92) brightness(1.04) drop-shadow(0 2.2rem 3.4rem rgba(32, 24, 32, 0.08));
}

.jeongeup-main-visual__caption {
  position: absolute;
  right: 8%;
  bottom: 4%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1rem 2.8rem rgba(32, 24, 32, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.jeongeup-main-visual__caption strong {
  color: var(--jeongeup-ink);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.jeongeup-main-visual__caption span {
  padding-left: 1.2rem;
  border-left: 1px solid rgba(32, 24, 32, 0.14);
  color: var(--jeongeup-blue);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

@media (min-width: 1230px) {
  .back.jeongeup-main-hero {
    height: 88rem;
    min-height: 88rem;
    padding-top: 0;
  }
}

@media (max-width: 1229px) {
  .back.jeongeup-main-hero {
    height: auto;
    min-height: 82rem;
    padding-top: 2.8rem;
    padding-bottom: 5rem;
  }
  .jeongeup-main-hero .main-top__desc {
    width: min(100%, 82rem);
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .jeongeup-main-hero .jeongeup-main-visual {
    display: none;
  }
}

@media (min-width: 1230px) and (max-width: 1599px) {
  .jeongeup-main-hero .jeongeup-main-visual {
    right: -4rem;
    width: min(50vw, 72rem);
    transform: translateY(-43%);
  }
  .jeongeup-donation-link {
    top: -1%;
    right: 10%;
    width: min(32rem, 78%);
  }
}

.main-notice__wrap.main_back {
  padding-bottom: clamp(5rem, 4vw, 8rem) !important;
}

.jeongeup-footer-logo {
  display: block;
  width: clamp(36rem, 28vw, 48rem);
  max-width: 100%;
  height: auto;
}

@media (max-width: 799px) {
  .jeongeup-footer-logo {
    width: min(100%, 34rem);
  }
}

.jeongeup-main-hero .main-top__desc::after {
  display: none;
}

.jeongeup-city-mark {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  margin-bottom: 2.4rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(32, 24, 32, 0.08);
  border-radius: 999px;
  box-shadow: 0 1rem 3rem rgba(32, 24, 32, 0.08);
}

.jeongeup-city-mark img {
  width: 128px;
  height: auto;
}

.jeongeup-event-kicker {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  color: var(--jeongeup-maple);
  font-size: clamp(1.2rem, 0.35vw + 1rem, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.13em !important;
}

.jeongeup-event-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  background: rgba(232, 40, 32, 0.09);
  letter-spacing: 0.08em;
}

.jeongeup-event-title {
  color: var(--jeongeup-ink);
  font-family: "SCoreDream", sans-serif;
  font-size: clamp(4.4rem, 3.2vw + 0.5rem, 6.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.jeongeup-event-subtitle {
  margin-top: 2rem;
  color: #514951;
  font-size: clamp(1.65rem, 0.6vw + 1rem, 2.05rem);
  font-weight: 500;
  letter-spacing: -0.03em !important;
}

.jeongeup-main-hero .main-top__desc--title {
  max-width: 78rem;
  padding-bottom: 2.8rem;
}

.jeongeup-main-hero .main-top__btn {
  border-color: var(--jeongeup-maple);
  background: var(--jeongeup-maple);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(232, 40, 32, 0.18);
}

.jeongeup-main-hero .main-top__btn:nth-child(2) {
  border-color: var(--jeongeup-blue);
  background: var(--jeongeup-blue);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 88, 168, 0.16);
}

.jeongeup-main-hero .main-top__btn:nth-child(3) {
  border-color: var(--jeongeup-ink);
  background: transparent;
  color: var(--jeongeup-ink);
  box-shadow: none;
}

.jeongeup-main-hero .main-top__btn:hover {
  border-color: var(--jeongeup-green);
  background: var(--jeongeup-green);
  color: #fff;
}

.jeongeup-main-hero .main-top__desc--detail {
  gap: 1.4rem;
  margin-top: 3.6rem;
}

.jeongeup-main-hero .main-top__desc--detail dl {
  min-height: 10rem;
  padding: 1.6rem 1.8rem 1.6rem 2.6rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(32, 24, 32, 0.075);
  border-radius: 1.6rem;
  box-shadow: 0 1rem 2.6rem rgba(32, 24, 32, 0.055);
}

.jeongeup-main-hero .main-top__desc--detail dl dt {
  color: var(--jeongeup-blue);
  font-size: clamp(1.8rem, 1vw + 1rem, 2.2rem);
}

.jeongeup-main-hero .main-top__desc--detail dl dd {
  color: var(--jeongeup-ink);
}

.jeongeup-main-hero .main-top__desc--detail dl dt::before {
  background: var(--jeongeup-maple);
}

.jeongeup-main-hero .main-top__desc--detail dl:nth-child(even) dt::before {
  background: var(--jeongeup-green);
}

.main_d-day {
  background: linear-gradient(90deg, var(--jeongeup-blue), #71836f) !important;
}

.main_d-day .d-day_contents,
.main_d-day .days,
.main_d-day .day-days,
.main_d-day .days_text {
  color: #fff !important;
}

.main-quick__item {
  isolation: isolate;
  border: 1px solid rgba(32, 24, 32, 0.07);
  box-shadow: 0 1.4rem 3.4rem rgba(32, 24, 32, 0.07);
}

.main-quick__item::before {
  background: linear-gradient(141deg, #FCE9E7 0%, #FFFFFF 100%);
}

.main-quick__item:nth-child(2)::before {
  background: linear-gradient(141deg, #EEF0E7 0%, #FFFFFF 100%);
}

.main-quick__item:nth-child(3)::before {
  background: linear-gradient(141deg, #EAF6E4 0%, #FFFFFF 100%);
}

.main-quick__item:nth-child(4)::before {
  background: linear-gradient(141deg, var(--jeongeup-cream) 0%, #FFFFFF 100%);
}

.main-quick__item a,
.main-quick__item:nth-child(1) a,
.main-quick__item:nth-child(3) a {
  background-color: var(--jeongeup-maple);
}

.main-quick__item:nth-child(even) a {
  background-color: var(--jeongeup-blue);
}

.main-quick__item:hover::before,
.main-quick__item:nth-child(1):hover::before,
.main-quick__item:nth-child(3):hover::before {
  background: var(--jeongeup-maple);
}

.main-quick__item:nth-child(even):hover::before {
  background: var(--jeongeup-blue);
}

.main-notice .overline,
.jeongeup-heading-note,
.jeongeup-outline .uljin {
  color: var(--jeongeup-maple) !important;
}

.main-notice-board__heading {
  border-bottom-color: var(--jeongeup-maple);
}

/* 2026 메인 최종 밸런싱: 기존 섹션 구조를 유지한 채 밀도와 시각 강도만 조정 */
body .main_d-day {
  height: 13.5rem !important;
  background: linear-gradient(90deg, #465446 0%, #5F735F 52%, #748671 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.main_d-day .d-day_contents {
  max-width: 94rem;
  font-size: 2.6rem;
}

.main_d-day .days {
  font-size: 4.4rem;
  line-height: 1.15;
}

.main_d-day .day-days {
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.main-quick {
  margin-top: clamp(4rem, 3vw, 5rem);
  margin-bottom: clamp(5.6rem, 4vw, 7.2rem);
}

.main-quick__item {
  display: flex;
  min-height: 20.8rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.main-quick__item::after {
  opacity: 0.78;
  filter: saturate(0.72) contrast(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.main-quick__item:hover::after {
  opacity: 0.66;
  transform: translateX(0.4rem);
}

.main-quick__item > a {
  margin-top: auto;
}

.main-notice__wrap .main-notice {
  margin-top: clamp(7.2rem, 6vw, 10rem);
  margin-bottom: 0;
}

.main-notice__wrap .section-title {
  margin-bottom: clamp(3.6rem, 3vw, 4.8rem);
}

.main-notice-board {
  box-shadow: 0 1.2rem 3.2rem rgba(32, 24, 32, 0.035);
}

.main-notice-board__item--blank {
  padding: 2.4rem 0;
  color: #85868a;
}

.main-notice__wrap.main_back {
  padding-bottom: clamp(6.4rem, 5vw, 8rem) !important;
}

footer {
  padding: clamp(5.6rem, 4vw, 7.2rem) 0 4rem !important;
}

footer .footer {
  padding-bottom: 2.4rem;
  align-items: center;
}

footer .footer__utill {
  padding-top: 2.4rem;
}

footer .jeongeup-footer-logo {
  width: clamp(32rem, 25vw, 42rem);
}

@media (max-width: 768px) {
  body .main_d-day {
    height: 9rem !important;
  }

  .main_d-day .d-day_contents {
    font-size: 1.8rem;
  }

  .main_d-day .days {
    font-size: 2.8rem;
  }

  .main-quick__item {
    min-height: 17.6rem;
  }

  .main-notice__wrap .main-notice {
    margin-top: 5.6rem;
  }

  .main-notice__wrap .section-title {
    margin-bottom: 3.2rem;
  }

  footer .footer {
    align-items: flex-start;
  }

  footer .jeongeup-footer-logo {
    width: min(100%, 32rem);
  }
}

/* 정읍 서브페이지 색상 통일: 기존 레이아웃과 높이는 유지 */
body .snb::before {
  background:
    radial-gradient(circle at 12% 28%, rgba(232, 40, 32, 0.12) 0, rgba(232, 40, 32, 0) 28%),
    radial-gradient(circle at 88% 24%, rgba(96, 184, 64, 0.14) 0, rgba(96, 184, 64, 0) 30%),
    linear-gradient(120deg, var(--jeongeup-cream) 0%, #fff 52%, var(--jeongeup-sky) 100%);
}
body .sub-visual__text h2,
body .sub-title h2 {
  color: var(--jeongeup-ink);
}
body .sub-visual__text h2::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 0.4rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jeongeup-maple) 0 56%, var(--jeongeup-blue) 56% 78%, var(--jeongeup-green) 78% 100%);
}
body .sub-visual__text p {
  color: #4d5055;
}
body .sub-menu {
  border-top: 3px solid var(--jeongeup-maple);
  border-right-color: #dfe6ec;
  border-bottom-color: #dfe6ec;
  border-left-color: #dfe6ec;
  box-shadow: 0 10px 24px rgba(0, 88, 168, 0.08);
}
body .sub-menu__item {
  color: var(--jeongeup-ink);
}
body .sub-menu__list .home .sub-menu__item {
  color: var(--jeongeup-blue);
}
body .sub-menu__item:hover,
body .sub-menu__item:focus-visible,
body .sub-menu__list .list li a:hover,
body .sub-menu__list .list li a:focus-visible {
  color: var(--jeongeup-maple);
}
body .breadcrumb li:first-child,
body .breadcrumb li.active {
  color: var(--jeongeup-blue);
}
body .outline__title.uljin {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--jeongeup-ink) !important;
  font-size: clamp(1.8rem, 0.5vw + 1rem, 2.2rem);
  line-height: 1.5;
  box-shadow: none;
}
body .outline__title.uljin::before,
body .outline__title.uljin::after {
  display: none;
}
body .outline.uljin dt::before {
  border-color: var(--jeongeup-maple);
}
body .outline.uljin dt {
  width: auto;
  white-space: nowrap;
}
@media (min-width: 56.63em) {
  body .outline.uljin dt {
    flex: 0 0 190px;
    width: 190px;
  }
  body .outline.uljin dd {
    min-width: 0;
  }
}
body .outline span.uljin {
  color: var(--jeongeup-maple);
}
.jeongeup-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 0.6rem;
  padding: 0;
  border: 1px solid #d7dde3;
  border-radius: 50%;
  background: #fff;
  color: #5e6a75;
  line-height: 1;
  vertical-align: middle;
}
.jeongeup-map-link:hover,
.jeongeup-map-link:focus-visible {
  border-color: var(--jeongeup-blue);
  background: var(--jeongeup-blue);
  color: #fff;
}
.jeongeup-map-link i {
  font-size: 1.4rem;
}
body .outline__table th {
  background: var(--jeongeup-blue);
  color: #fff;
}

.jeongeup-table th,
.jeongeup-award table th {
  background: var(--jeongeup-blue);
  color: #fff;
}

.jeongeup-award .award-info__wrap h3,
.gather-info__wrap h3 {
  color: var(--jeongeup-blue);
}

.jeongeup-heading-note {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

footer {
  border-top: 4px solid var(--jeongeup-maple);
}

@media (max-width: 799px) {
  .jeongeup-event-title {
    font-size: clamp(3.05rem, 8vw, 3.6rem) !important;
    line-height: 1.2 !important;
  }

  .jeongeup-event-kicker {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    letter-spacing: 0.08em;
  }

  .jeongeup-main-hero .main-top__desc--detail {
    gap: 1.2rem;
    margin-top: 4rem;
  }

  .jeongeup-main-hero .main-top__desc--detail dl {
    min-height: 10rem;
    padding: 1.4rem 1.2rem 1.4rem 2rem;
  }

  .jeongeup-heading-note {
    display: block;
    margin: 0.8rem 0 0;
  }
}

@media (max-width: 599px) {
  .back.jeongeup-main-hero {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .jeongeup-main-hero .main-top {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .jeongeup-main-hero .main-top__desc {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }

  .jeongeup-main-hero .main-top__desc--title {
    padding-bottom: 2.4rem;
  }

  .jeongeup-event-subtitle {
    margin-right: auto;
    margin-left: auto;
    max-width: 32rem;
    line-height: 1.65;
  }

  .jeongeup-main-hero .main-top__desc--detail {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1.2rem;
    margin-top: 3.2rem;
  }

  .jeongeup-main-hero .main-top__desc--detail dl {
    min-height: 0;
    padding: 1.5rem 1.8rem 1.5rem 2.4rem;
  }

  .jeongeup-main-hero::after {
    right: -32rem;
    bottom: -18rem;
    width: 60rem;
    height: 60rem;
  }
}

/*
// 640px, 1024px, 1200px, 1400px
$breakpoints-up: ("medium": "40em", "large": "64em", "slarge": "72em", "xlarge": "87.5em");

// 639px, 1023px, 1399px
$breakpoints-down: ("small": "39.9375em", "medium": "63.9375em", "large": "87.4375em");

@mixin breakpoint-up($size){
  @media (min-width: map-get($breakpoints-up, $size)) {
    @content;
  }
}

@mixin breakpoint-down($size){
  @media (max-width: map-get($breakpoints-down, $size)) {
    @content;
  }
}

$xsmall: 48em;
*/
html {
  font-family: pretendard, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #1b1b1d;
}

/* body {
  font-size: 1.6rem;
} */

input, button {
  font-family: pretendard, sans-serif;
  outline: none;
  border: none;
}

h1 {
  font-size: clamp(3.2rem, 2.292vw + 1rem, 4.4rem);
  line-height: 1.4;
  font-weight: 600;
}

h2 {
  font-size: clamp(2.4rem, 2.083vw + 1rem, 4rem);
  line-height: 1.4;
  font-weight: 600;
}

h3 {
  font-size: clamp(2rem, 1.667vw + 1rem, 3.2rem);
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
}

.overline {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #FFCC00;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: clamp(1.2rem, 0.729vw + 1rem, 1.4rem);
  line-height: 1.8;
  font-weight: 600;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: keep-all;
  tab-size: 4;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main-wrapper {
  max-width: 1608px;
  margin: 0 auto;
}

.object-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 120px;
}
.object-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 37.56em) {
  .main-wrapper {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .main-wrapper {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .main-wrapper {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1229px) {
	/* main_t */
	.margin_0 {
		margin: 0 auto !important;
	}	
}

@media (min-width: 1299px) {
	/* main_t */
	.margin_0 {
		margin: 0 100px !important;
	}	
}

@media (min-width: 90em) {
  .main-wrapper {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.sub-wrapper {
  max-width: 1608px;
  margin: 0 auto;
}

.sub-contents {
  padding-top: clamp(7.2rem, 5.417vw + 1rem, 10.4rem);
  padding-right: 1.6rem;
  padding-bottom: clamp(12rem, 8.333vw + 1rem, 16rem);
  padding-left: 1.6rem;
}
@media (min-width: 37.56em) {
  .sub-contents {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .sub-contents {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .sub-contents {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 90em) {
  .sub-contents {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.section-title {
  margin-bottom: clamp(4.8rem, 5.417vw + 1rem, 10.4rem);
}
.section-title h1 {
  margin-bottom: 0.8rem;
}
.section-title--centered {
  text-align: center;
}

.sub-title {
  gap: 0.4rem;
  margin-bottom: clamp(3.2rem, 4.167vw + 1rem, 8rem);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .sub-title {
    gap: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.breadcrumb {
  gap: 0.8rem;
  color: #6d6f74;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

button {
  border-radius: 8px;
  font-weight: 700;
}

.float-banner {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
@media (min-width: 37.56em) {
  .float-banner {
    position: fixed;
    right: 40px;
    bottom: 40px;
	z-index: 99;
  }
}
.float-banner button {
  width: 64px;
  height: 64px;
  background-color: white;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.float-banner button:hover {
  opacity: 1;
}
.float-banner__kakao button {
  background: linear-gradient(180deg, #FFEC6D 0%, #FFDD00 100%), #C4C4C4;
}
.float-banner__kakao svg {
  width: 40px;
  height: auto;
  margin: 4px auto 0;
}
.float-banner__top button {
  border: 1px solid #f1f3f8;
}
.float-banner__top i {
  font-size: 32px;
  color: #2f3032;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn i {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
}
.btn--primary {
  background: #FFCC00;
  color: white;
}
.btn--primary.hover:hover {
  border: 1px solid #0062a3;
  background: white;
  color: #0062a3;
}
.btn--secondary {
  border: 1px solid #FFCC00;
  background: white;
  color: #FFCC00;
}
.btn--secondary.hover:hover {
  background: #FFCC00;
  color: white;
}
.btn--tertiary {
  background: #1b1b1d;
  border: none;
  color: white;
}
.btn--large {
  padding: 1.6rem 7.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.btn--medium {
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn--small {
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.btn--disabled {
  border: 1px solid #eee;
  font-weight: 500;
  color: #ccc;
  cursor: unset;
}

.button-wrap {
  gap: 1.6rem;
  margin-top: clamp(4rem, 6.25vw + 1rem, 12rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media(max-width:768px){
	.button-wrap{
	grid-template-columns: repeat(1, 1fr);
	}
}

.radio {
  margin: 16px 16px 16px 0;
  display: inline-block;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio input + span {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.radio input + span:not(:empty) {
  padding-left: 30px;
}

.radio input + span:before, .radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.radio input + span:before {
  background: #d1d7e3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked + span:before {
  transform: scale(1.04);
  background: #107ac1;
}

.radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}

.radio:hover input + span:before {
  transform: scale(0.92);
}

.radio:hover input + span:after {
  transform: scale(0.74);
}

.radio:hover input:checked + span:after {
  transform: scale(0.4);
}

.stipulation__wrap {
  margin-bottom: clamp(2.4rem, 2.083vw + 1rem, 4rem);
}
.stipulation__wrap:last-child {
  margin-bottom: 0;
}
.stipulation__wrap h2 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.stipulation__wrap h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.stipulation__wrap .box-scroll {
  width: 100%;
  height: 200px;
  margin: 0.8rem 0;
  padding: 1.6rem;
  overflow-y: scroll;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
.stipulation .check-wrap {
  gap: 0.8rem;
  padding: 1.6rem;
  background: #fafafa;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.no-date {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #fafdff;
  text-align: center;
  color: #107ac1;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
}

.course-map {
  margin-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  .course-map {
    margin-bottom: 9.6rem;
  }
}
.course-map__wrap {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 767px) {
  .course-map__wrap {
    margin-bottom: 4rem;
  }
}
.course-map__title {
  margin: 1.6rem 0;
  padding: 1.6rem 2.4rem;
  border-radius: 8px;
  /* background-image: linear-gradient(136deg, #70dbe2 0%, #148b9b 100%); */
   background-image: linear-gradient(269deg, #FFCF71 37.25%, #FFB068 67.29%);
  border-radius: 10px;
  font-size: clamp(1.73rem, 1.61rem + 0.55vw, 2.1rem);
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .course-map__title {
    margin: 1.6rem 0 4rem;
 /* background-image: linear-gradient(269deg, #FFD32C 37.25%, #FF936C 67.29%); */
 /* background-image: linear-gradient(136deg, #70dbe2 0%, #148b9b 100%); */
 /* background-image: linear-gradient(269deg, #81c180 37.25%, #62b583 67.29%); */
  background-image: linear-gradient(269deg, #FFCF71 37.25%, #FFB068 67.29%);
  }
}
.course-map__title strong {
  color: #194400;
}
.course-map__title span {
  padding-right: 0.8rem;
}
.course-map__desc {
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  font-weight: 600;
  text-align: center;
}
.course-map__video {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 1080px;
  margin: 1.6rem auto 0;
}
.course-map__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-map__accordion {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.2rem 1.6rem;
  background: #f2f7e8;
  font-size: clamp(1.6rem, 1.53rem + 0.37vw, 1.85rem);
  text-align: left;
  color: #528730;
}
@media screen and (min-width: 767px) {
  .course-map__accordion {
    display: none;
  }
}
.accordion {
  /*
  &__contents {
  	display: none;

  	@media screen and (min-width: 767px) {
  		display: block;
  	}
  }
  */
}
.accordion__image {
  max-width: 1080px;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 767px) {
  .accordion__image {
    margin: 0 auto 4rem;
  }
}
.accordion__image img {
  border-radius: 16px;
}

.main-top {
 padding-top: clamp(7rem, 4.583vw + 1rem, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1230em) {
  .main-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.main-top__desc {
  position: relative;
  padding-left: 0;
}
.main-top__desc::after {
  content: "";
  width: 440px;
  height: 643px;
  position: absolute;
  top: -18%;
  right: -35%;
  z-index: -1;
  background-image: url("/jsp/home/images/main_top_map.png");
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media (min-width: 37.56em) {
  .main-top__desc::after {
    top: -24%;
    right: -20%;
    padding-left: 1.6rem;
    opacity: 1;
  }
}
@media (min-width: 56.63em) {
  .main-top__desc::after {
    top: -24%;
    right: -10%;
  }
}
@media (min-width: 77.56em) {
  .main-top__desc::after {
    top: -20%;
    right: -16%;
  }
}
@media (min-width: 90em) {
  .main-top__desc::after {
    top: -24%;
    right: 10%;
  }
}
@media (min-width: 37.56em) {
  .main-top__desc {
    padding-left: 1.6rem;
  }
}
@media (min-width: 56.63em) {
  .main-top__desc {
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .main-top__desc {
    padding-left: 5.6rem;
   /*  padding-top: 5rem; */
  }
}

@media (max-width: 1229px) {
	.w_auto {
		margin:0 auto;
		text-align: center;
		padding: 0;
	}
}

.main-top__desc--title {
  padding-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.9rem);
  max-width:900px;
}
.main-top__desc--title h1 {
  font-family: "SCoreDream";
  font-size: clamp(4.4rem, 3.75vw + 1rem, 7.2rem);
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width:799px) {
	.main-top__desc--title {
		padding-bottom: clamp(6rem, 2.5vw + 1rem, 4.9rem);
		/* width: 46rem; */
	}
}

.back {
	background-repeat: no-repeat;
	position: relative;
}


@media (min-width: 800px) and (max-width: 1229px) {
.back {
	/* background-image: url("/jsp/home/images/main_bakc_home_t.png");	 */
	background-image: url("/jsp/home/images/main_t-bg.png");
	background-size:100% 1024px;	
	/* height: 1024px; */
	height: 830px;
}
	
}

@media (min-width: 1230px) {
	.back {
		background-image: url("/jsp/home/images/main_bg.png");
/* 		background-size:100% 100%;	
		height: 793px; */
		background-size:cover;
    	height: 1028px;
    	width: 100%;
    	/* max-width: 1920px; */
    	margin: 0 auto;
    	padding-top:50px;
	} 
}


@media (min-width: 56.63em) {

	
  .main-top__desc--title p {
    letter-spacing: 1rem;
  }
}
.main-top__desc--detail {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
  grid-column-gap:1.5rem;
}

@media (min-width: 56.63em) {
  .main-top__desc--detail {
    gap: 3rem;
    margin-top: 7.2rem;
  }
}
@media (max-width: 799px) {
	.back {
		/* background-image: url("/jsp/home/images/main_bg.png"); */
		background-image: url("/jsp/home/images/main_t-bg.png");
		background-size:cover;
    	height: 1090px;
    	width: 100%;
    	max-width: 1920px;
    	margin: 0 auto;
    	padding-top:50px;
	} 
	.main-top__desc--detail {
		text-align: left;
		margin-top: 6.5rem;
	}	
}
@media (min-width: 800px) and (max-width: 1229px) {
	.main-top__desc--detail {
		text-align: left;
		margin-top: 6rem;
	}
}

.main-top__desc--detail dl {
  padding-left: 12px;
  /*
  &:nth-child(1){
  	dt {						
  		&::before {
  			background-color: #E30613;
  		}
  	}
  }

  &:nth-child(2){
  	dt {
  		&::before {
  			background-color: #F39200;
  		}
  	}
  }

  &:nth-child(3){
  	dt {
  		&::before {
  			background-color: #312783;
  		}
  	}
  }

  &:nth-child(4){
  	dt {
  		&::before {
  			background-color: #3AAA35;
  		}
  	}
  }
  */
}
.main-top__desc--detail dl dt {
  position: relative;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 816px) and (max-width: 1229px) {
.main-top__desc--detail dl dt,.main-top__desc--detail dl dd {
	color: #ffffff;
}
	
}

@media (min-width: 1230px) {
.main-top__desc--detail dl dt,.main-top__desc--detail dl dd {
	color: #ffffff;
}	
}

.main-top__desc--detail dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translatey(-50%);
  width: 4px;
  height: 24px;
  background-color: #FFAD02;
}
@media (min-width: 37.56em) {
  .main-top__desc--detail dl dt::before {
    height: 32px;
  }
}
.main-top__desc--detail dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 4px;
  height: 12px;
  /* background-color: #219AC9; */
}
.main-top__desc--detail dl dd {
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.btn_mainbax {
	display: flex;
	gap:13px;
	
	
}

@media (max-width: 500px) {
	.btn_mainbax {
		flex-direction: column;
	}	
}


/* @media (min-width: 800px) and (max-width: 1229px) {
	.btn_mainbax {
		width: 100%;
		text-align: left;
	}	
} */

.main-top__btn {
  padding: 1.6rem 3.2rem;
 /*  background-color: #204066; */
  border:3px solid #ffffff;
  /* box-shadow: 8px 8px 16px 0px rgba(32, 64, 102, 0.50); */
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.9;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.main-top__btn:nth-child(2) {
	background-color:transparent;
	color: white;
}
@media (min-width: 37.56em) {
  .main-top__btn {
    padding: 1.75rem 4rem;
    font-size: 2rem;
  }
}
.main-top__btn:hover {
  opacity: 1;
  background-color:#FFCC00;
  border:3px solid #FFCC00;
  /* box-shadow: 8px 8px 16px 0px rgba(32, 64, 102, 0.50); */
  color: white;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.main-top__image {
  padding-right: 0;
}
.relative {
	position: relative;
}

@media (max-width: 799px) {
	.main_img {
			display: none;
	}	
}

@media (min-width: 800px) and (max-width: 1229px) {
	.main_img {
		max-width: 400px;
		margin-left: auto;
	}
	.web {
		display: none;
	}
	.tb {
		display: block;
	}
}


/* 최소 1440넓이까지 */
@media (min-width: 1230px){
	.main_img {
		position:absolute;
		top:95px;
		right: -4%;
	}
	.main_img img {
		max-width: 800px;
	}
	.tb {
		display: none;
	}
}
/* 1600넓이까지  */
/* (min-width: 816px) and (max-width: 1439px) */
@media (min-width: 1600px) {
  .main_img {
		position:absolute;
		top:25px;
		right: 5%;
	}
	.main_img img {
		max-width: 100%;
	}	
	
	.tb {
		display: none;
	}
}

.main-quick {
  margin-bottom: 8rem;
  margin-top: 5rem;
}
.main-quick__list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (min-width: 56.63em) {
  .main-quick__list {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-quick__item {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 2.4rem 1.6rem;
  background: url("/jsp/home/images/course.png") bottom -1px right -1px no-repeat;
  background-size: 70% !important;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
@media (min-width: 37.56em) {
  .main-quick__item {
    padding: 4rem 4rem 3.2rem;
  }
}
@media (min-width: 77.56em) {
  .main-quick__item {
    background-size: 90% !important;
  }
}
@media (min-width: 90em) {
  .main-quick__item {
    background-size: contain !important;
  }
}
.main-quick__item:nth-child(2) {
  background: url("/jsp/home/images/location.png") bottom -1px right -1px no-repeat;
}
.main-quick__item:nth-child(3) {
  background: url("/jsp/home/images/promotion.png") bottom -1px right -1px no-repeat;
}
.main-quick__item:nth-child(4) {
  background: url("/jsp/home/images/record.png") bottom -1px right -1px no-repeat;
}
.main-quick__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(253,229,175);
  background: linear-gradient(141deg, rgba(253,229,175,1) 0%, rgba(255,255,255,1) 100%);
  
  

}
.main-quick__item h4 {
  margin-bottom: 4px;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.main-quick__item span {
  color: #6d6f74;
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-quick__item a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5.6rem;
  background-color: #FFCC00 ;
  font-size: 24px;
  text-align: center;
  color: white;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
/* 첫번째,세번째 버튼 색 변경 */
.main-quick__item:nth-child(1) a,.main-quick__item:nth-child(3) a {
  background-color: #FFAD02 ;
}
.main-quick__item:nth-child(1):hover::before,.main-quick__item:nth-child(3):hover::before {
  background: #FFAD02 ;

}
.main-quick__item:nth-child(1):hover a ,.main-quick__item:nth-child(3):hover a{
  color: #FFAD02;
}
.main-quick__item:hover::before {
  background: #FFCC00;
  transition-duration: 0.5s;
}
.main-quick__item:hover h4, .main-quick__item:hover span {
  color: #fff;
}
.main-quick__item:hover a {
  background-color: white;
  color: #FFCC00;
}
.main-quick__item--title {
  min-height: 72px;
}

.main_back {
	width:100%;
	height:100%;
	background: none;
	margin-bottom: 0 !important;
	bottom: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 786px){
	.main_back{
	width:100%;
	height:100%;
	background: none;}
}

.margin-bo {
	margin-bottom: 0 !important;
}
.main-notice {
  margin-top: clamp(4.8rem, 9.375vw + 1rem, 18rem);
  margin-bottom: clamp(8rem, 8.333vw + 1rem, 16rem);
}
.main-notice__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "tel" "deposit" "board";
  gap: 2.4rem;
}
@media (min-width: 56.63em) {
  .main-notice__grid {
    /* grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "tel board" "deposit board"; */
  }
}
.main-notice__grid span.overline {
  margin-bottom: 0.4rem;
  padding-left: 0.8rem;
}
.main-notice__grid h3 {
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
  font-size: clamp(2rem, 1.667vw + 1rem, 3.2rem);
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 37.56em) {
  .main-notice__grid h3 {
    margin-bottom: 3.2rem;
  }
}
.main-notice__grid h3 span {
  color: #85868a;
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-tel {
  grid-area: tel;
  padding: clamp(1.6rem, 2.5vw + 1rem, 4.8rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice-deposit {
  grid-area: deposit;
  padding: clamp(1.6rem, 2.5vw + 1rem, 4.8rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice__info {
  gap: 0.8rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #f1f3f8;
  background-color: white;
  filter: drop-shadow(0px 4px 16px rgba(231, 231, 231, 0.25));
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  line-height: 1.8;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 37.56em) {
  .main-notice__info {
    padding: 1.4rem 2.4rem;
  }
}
.main-notice__info i {
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}
.main-notice-board {
  grid-area: board;
  padding: clamp(1.6rem, 2.083vw + 1rem, 4rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice-board__heading {
  padding: 0 0.8rem;
  border-bottom: 4px solid #FFCC00;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.main-notice-board__heading h3 {
  margin-bottom: 1.6rem;
}
.main-notice-board__list {
  margin-top: 0.8rem;
}
.main-notice-board__item {
  padding: 0.8rem;
  border-bottom: 1px solid #b4b6bb;
}
@media (min-width: 37.56em) {
  .main-notice-board__item {
    padding: 1.6rem;
  }
}
.main-notice-board__item--title {
  margin-bottom: 0.4rem;
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-board__item--date {
  color: #b4b6bb;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-board__item--blank {
  padding: 1.6rem 0;
  border-bottom: 1px solid #d1d2d7;
  text-align: center;
}

.visual {
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .visual {
    height: 50vh;
  }
}
.visual.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.visual__wrap {
  position: relative;
  background: #7BBD64;
  height: calc(100vh - 240px);
}
@media screen and (max-width: 1025px) {
  .visual__wrap {
    height: 50vh;
  }
}
.visual__container {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 1.6rem;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .visual__container {
    top: 44%;
    left: 50%;
    padding: 2.4rem;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1401px) {
  .visual__container {
    top: 48%;
    left: 60%;
    padding: 2.4rem;
    max-width: 1104px;
  }
}
.visual__container--logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  max-width: 360px;
  padding: 1.6rem 3.2rem 1.6rem 1.6rem;
}
@media screen and (min-width: 1025px) {
  .visual__container--logo {
    bottom: 0;
    left: 50%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1401px) {
  .visual__container--logo {
    bottom: 32px;
    left: 20%;
    max-width: 560px;
  }
}
.visual .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}
.visual .svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.visual picture {
  display: flex;
  height: 50vh;
}
@media screen and (min-width: 1025px) {
  .visual picture {
    height: calc(100vh - 240px);
  }
}
.visual .slick-slide {
  position: relative;
  margin: 0;
}
.visual .slick-slide img {
  width: 100%;
  object-fit: fill;
}
@media screen and (min-width: 321px) {
  .visual .slick-slide img {
    object-fit: cover;
  }
}
.visual .slick-list {
  margin: 0;
}
.visual .slick-dots {
  position: absolute;
  bottom: 16px !important;
}
@media screen and (min-width: 769px) {
  .visual .slick-dots {
    bottom: 40px !important;
  }
}
.visual .slick-dots li button::before {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.visual .slick-dots .slick-active button::before {
  border-radius: 50%;
  color: #f28434;
  opacity: 1;
}

#arrow-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
}

.description__eyebrow {
  font-size: 1rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .description__eyebrow {
    font-size: 1.2rem;
  }
}
.description__title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.description__title--xs {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 481x) {
  .description__title--xs {
    font-size: 4rem;
    line-height: 48px;
  }
}
@media screen and (min-width: 481px) {
  .description__title {
    font-size: 3.6rem;
    line-height: 48px;
  }
}
.description__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.description__detail {
  font-size: 1.8rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .description__detail {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.description__category {
  font-size: 2rem;
  line-height: 32px;
}
@media screen and (min-width: 481px) {
  .description__category {
    font-size: 3.2rem;
    line-height: 40px;
  }
}

.main-contest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  padding: 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .main-contest {
    flex-direction: row;
    padding: 7.2rem 0 6.4rem;
  }
}
@media screen and (min-width: 1401px) {
  .main-contest {
    padding: 6.4rem 0;
  }
}
.main-contest button {
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  background: #F28434;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.main-contest__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .main-contest__title {
    justify-content: flex-start;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1281px) {
  .main-contest__title {
    justify-content: flex-start;
    flex: 1 1 224px;
  }
}
.main-contest__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 3.2rem;
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .main-contest__info {
    flex-direction: row;
    margin-top: 1.6rem;
  }
}
.main-contest__info dl {
  flex: none;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl {
    flex: 1 1 33.3%;
  }
}
.main-contest__info dl::before {
  content: "";
  display: none;
  width: 1px;
  height: 160px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -24px;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl::before {
    display: inline-block;
  }
}
.main-contest__info dl::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #787878;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl::after {
    display: inline-block;
    width: 4px;
    height: 88px;
    top: 0;
    left: -24px;
  }
}
.main-contest__info dl:nth-child(1)::after {
  background: #4F92DA;
}
.main-contest__info dl:nth-child(2)::after {
  background: #80BF48;
}
.main-contest__info dl:nth-child(3)::after {
  background: #E85DA2;
}
.main-contest__info dl.description {
  flex: 24%;
}
.main-contest__info dt {
  margin-bottom: 1.6rem;
}
.main-contest__info dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.main-contest__info dd ul {
  margin-top: 1.6rem;
}
.main-contest__info dd ul li {
  font-size: 1.6rem;
  font-weight: 300;
}

.main-event {
  position: relative;
  padding: 4.8rem 0 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-event {
    padding: 8.8rem 0 3.2rem;
  }
}
.main-event::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(90deg, #C0E7B1 0%, rgba(237, 251, 231, 0.05) 32.63%, rgba(237, 251, 231, 0.05) 68.58%, #C0E7B1 100%);
}
@media screen and (min-width: 481x) {
  .main-event::after {
    height: 104px;
  }
}
@media screen and (min-width: 769px) {
  .main-event::after {
    height: 176px;
  }
}
.main-event__wrap {
  background: #FAFFF8;
}
.main-event .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-event .description {
    margin-bottom: 8rem;
  }
}
.main-event .slick-slide {
  margin-right: 0.8rem;
}
@media screen and (min-width: 481px) {
  .main-event .slick-slide {
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .main-event .slick-slide {
    margin-right: 3.2rem;
  }
}
.main-event .slick-slide > div {
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}
.main-event .slick-center > div {
  transform: scale(1);
  opacity: 1;
}
.main-event .slick-prev:before, .main-event .slick-next:before {
  font-size: 32px;
}
.main-event__list.main-wrapper {
  padding: 0;
}
@media screen and (min-width: 481px) {
  .main-event__list.main-wrapper {
    padding: 0 2.4rem;
  }
}
.main-event__image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  width: 256px;
  height: 256px;
  border-radius: 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-event__image {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .main-event__image {
    width: 448px;
    height: 448px;
  }
}
.main-event__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-event__image button {
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.main-event__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  border-radius: 1.6rem;
  background: rgba(46, 215, 121, 0.8);
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .main-event__hover {
    padding-top: 160px;
  }
}
.main-event__hover p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.is-active .main-event__hover {
  transform: translateY(100%);
}
:hover > .main-event__hover {
  transform: translateY(0);
}
.main-event__title {
  margin: 1.2rem 0 0.4rem;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 481px) {
  .main-event__title {
    margin: 2.4rem 0 0.8rem;
    font-size: 2rem;
  }
}
.main-event__info {
  padding-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .main-event__info {
    font-size: 2rem;
    line-height: 24px;
  }
}
.main-event__banner {
  background: linear-gradient(90deg, #C0E7B1 0%, rgba(237, 251, 231, 0.05) 32.63%, rgba(237, 251, 231, 0.05) 68.58%, #C0E7B1 100%);
}

/*.main-event__image:hover .main-event__hover {transform: translateY(0);}*/
.main-banner {
  text-align: center;
}
.main-banner img {
  width: 1408px;
}

/* .main-supporter {
  padding: 4.8rem 0 6.4rem;
} */
@media screen and (max-width: 799px) {
  .main-supporter {
    /* padding: 1rem 0 2rem; */
  }
}

/* @media screen and (min-width: 800px) {
  .main-supporter {
    padding: 6.5rem 0 10rem;
  }
} */
.main-supporter .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-supporter .description {
    margin-bottom: 8rem;
  }
}
.main-supporter__item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 56px;
  text-align: center;
}
.main-supporter__item img {
  display: inherit !important;
  /*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  */
}

.main-media {
  padding: 4.8rem 2.4rem 6.4rem;
}
@media screen and (min-width: 1401px) {
  .main-media {
    padding: 8.8rem 0 14.4rem;
  }
}
.main-media__wrap {
  background: #FAFAFA;
}
.main-media .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-media .description {
    margin-bottom: 6.4rem;
  }
}
.main-media__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 481px) {
  .main-media__heading {
    margin-bottom: 1.6rem;
  }
}
.main-media__heading a {
  font-size: 1.4rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .main-media__heading a {
    font-size: 1.6rem;
    line-height: 16px;
  }
}
.main-media__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 481px) {
  .main-media__title {
    font-size: 2.4rem;
    line-height: 40px;
  }
}
.main-media__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "youtube" "notice";
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .main-media__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "youtube notice";
    gap: 4rem;
  }
}
.main-media__youtube {
  grid-area: youtube;
}
.main-media__iframe {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 264px;
}
.main-media__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-media__notice {
  grid-area: notice;
}
.main-media .main-media-board__contents {
  padding: 2.4rem;
  background: #fff;
}
.main-media .main-media-board__date {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 24px;
}
.main-media .main-media-board__title {
  height: 48px;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}
.main-media .main-media-board__preview {
  font-size: 1.8rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 2.4rem;
  height: 7.2rem;
}
.main-media__sns {
  grid-area: sns;
  grid-column: inherit;
  grid-row: inherit;
  padding: 1.6rem 2.4rem 2.4rem;
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .main-media__sns {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

.main-app {
  padding: 7.2rem 2.4rem 4rem;
}
@media screen and (min-width: 481px) {
  .main-app {
    padding: 4.8rem 2.4rem 2.4rem;
  }
}
@media screen and (min-width: 1401px) {
  .main-app {
    padding: 3.2rem 0;
  }
}
.main-app__wrap {
  background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -92px/346px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") top left no-repeat, #FAFFF8;
}
@media screen and (min-width: 481px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -104px/416px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") bottom left no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 769px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -104px/560px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") bottom left no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 1025px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -120px no-repeat, url("/jsp/home/images/main/ad_app_background.jpg") bottom right -320px no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 1401px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -56px no-repeat, url("/jsp/home/images/main/ad_app_background.jpg") bottom right no-repeat, #FAFFF8;
  }
}
.main-app .description__eyebrow {
  margin-bottom: 0.8rem;
}
.main-app__link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 90%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-app__link {
    flex-direction: row;
    max-width: 100%;
    margin-top: 4rem;
  }
}
.main-app__link img {
  max-width: 108px;
}
@media screen and (min-width: 481px) {
  .main-app__link img {
    max-width: 100%;
  }
}

/*
footer {
	padding: 0 !important; 
	border-top: none;

}

.footer {
	background-color: #3A7B23;
	color: #000;

	&__wrap {
		background-color: #77BD5A;
		background-color: #92c781;
	}

	&__utill {

		display: flex;
		justify-content: space-between;
		align-items: center;

		padding: 1.6rem 2.4rem;

		font-size: 1.4rem;
		line-height: 24px;

		@media screen and (min-width: 1401px) {
			padding: 1.6rem 0;
		}
	}

	&__sns {
		ul {
			display: flex;
			gap: 0.8rem;
		}
	}

	&__contents {
		padding: 2.4rem;
		color: #fff;

		@media screen and (min-width: 1401px) {
			padding: 3.2rem 0 4rem;
		}


	}

}
*/
.floating-banner {
  display: none;
  flex-direction: column;
  position: fixed;
  width: 120px;
  bottom: 40px;
  right: 16px;
  margin: 15px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .floating-banner {
    display: flex;
  }
}
.floating-banner__apply {
  /*@media screen and (min-width: 768px) {
  	display: block;
  }*/
}
.floating-banner__apply img {
  width: 120px;
}
.floating-banner__top {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.floating-banner__top img {
  max-width: 107px;
  border-radius: 2px;
}
.floating-banner__sns {
  margin-top: 0.8rem;
}
.floating-banner__sns ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.floating-banner__sns ul li {
  align-items: center;
  padding: 0.4rem;
  border-radius: 2px;
  border: 2px solid #000;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.floating-banner__sns ul li a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.floating-banner__sns ul li a i {
  font-size: 1.6rem;
}

.animation {
  margin-top: 5.6rem;
  transform: translatex(-127px) scale(0.24);
  /*
  .animation {
  	display: block;
  	position: relative;
  	width: 100%;
  	max-width: 1320px;
  	height: 50vh;
  	margin: 4rem auto 0;
  	transform: translatex(-50%) scale(0.3);
  	transform-origin: center;
  	left: 50%;
  	top: inherit;
  	transform: translatex(-58%) scale(0.85);
  	margin: 4rem auto 0;

  	@media screen and (min-width: 320px) {
  		height: calc(100vh - 240px);
  		margin: 0 auto;
  		transform: translatey(-50%) translatex(-73%) scale(0.25);
  		top: 50%;
  	}


  	@media screen and (min-width: 480px) {
  		height: calc(100vh - 240px);
  		margin: 0 auto;
  		transform: translatey(-50%) translatex(-73%) scale(0.3);
  		top: 50%;
  	}

  	@media screen and (min-width: 600px) {
  		height: calc(100vh - 240px);
  		transform: translatey(-16%) translatex(-75%) scale(0.4);
  		top: inherit;
  	}


  	@media screen and (min-width: 768px) {
  		height: calc(100vh - 240px);
  		transform: translatex(-60%) scale(0.65);
  		top: inherit;
  	}

  	@media screen and (min-width: 1024px) {
  		top: inherit;
  		transform: translatex(-58%) scale(0.8);
  	}



  	@media screen and (min-width: 1400px) {
  		top: inherit;
  		transform: translatex(-54%) scale(0.8);
  	}

  	@media screen and (min-width: 1600px) {
  		top: inherit;
  		transform: translatex(-58%) scale(0.85);
  		margin: 4rem auto 0;
  	}

  */
}
@media screen and (min-width: 410px) {
  .animation {
    transform: translatex(-134px) scale(0.3);
  }
}
@media screen and (min-width: 374px) {
  .animation {
    margin-top: 8.8rem;
    transform: translatex(-134px) scale(0.3);
  }
}
@media screen and (min-width: 480px) {
  .animation {
    margin-top: 8.8rem;
    transform: translatex(-138px) scale(0.4);
  }
}
@media screen and (min-width: 640px) {
  .animation {
    margin-top: 6.4rem;
    transform: translatex(-134px) scale(0.5);
  }
}
@media screen and (min-width: 767px) {
  .animation {
    margin-top: 4.8rem;
    transform: translatex(-84px) scale(0.55);
  }
}
@media screen and (min-width: 1024px) {
  .animation {
    margin-top: 2.4rem;
    transform: translatex(-56px) scale(0.8);
  }
}
@media screen and (min-width: 1200px) {
  .animation {
    margin-top: 6.4rem;
    transform: translatex(-48px) scale(0.8);
  }
}
@media screen and (min-width: 1400px) {
  .animation {
    margin-top: 5.6rem;
    transform: translatex(180px) scale(0.85);
  }
}
.animation__wrap {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-inline: auto;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
}
@media screen and (min-width: 281px) {
  .animation__wrap {
    overflow: visible;
  }
}
.animation__part {
  position: absolute;
  top: 0;
  left: 0;
}
.animation__part img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.animation__mountain {
  width: 800px;
  top: 200px;
  left: 520px;
}
.animation__subway {
  width: 533px;
  top: 135px;
  left: 0;
}
.animation__subway .subway-salvi {
  width: 107px;
  top: -18px;
  left: 184px;
}
.animation__subway .subway-arm {
  top: 0px;
  left: 160px;
  animation: armSwing infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__subway .subway-hair {
  top: 8px;
  left: 183px;
  transform-origin: top right;
  animation: hairSwing infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__building {
  width: 496px;
  top: 18px;
  left: 800px;
}
.animation__wheel {
  width: 62px;
  top: 224px;
  left: 368px;
}
.animation__wheel .wheel {
  width: 276px;
  top: -144px;
  left: -106px;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
  animation-duration: 12s;
}
.animation__mountainfront {
  width: 1074px;
  top: 190px;
  left: 80px;
}
.animation__bush--left {
  width: 295px;
  top: 473px;
}
.animation__bush--left .flower {
  animation: flowerMove infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__bush--left .flower[data-num="1"] {
  width: 24px;
  top: -40px;
  left: 24px;
}
.animation__bush--left .flower[data-num="2"] {
  width: 32px;
  top: -64px;
  left: 128px;
  animation-delay: -4s;
}
.animation__bush--left .leaf01_01 {
  width: 90px;
  top: -56px;
  left: 50px;
}
.animation__bush--left .bush01_01 {
  width: 295px;
}
.animation__bush--right {
  width: 296px;
  top: 509px;
  left: 1026px;
}
.animation__bush--right .flower {
  animation: flowerMove2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__bush--right .flower[data-num="1"] {
  width: 14px;
  top: -40px;
  left: 114px;
}
.animation__bush--right .flower[data-num="2"] {
  width: 23px;
  top: -56px;
  left: 232px;
  animation-delay: -4s;
}
.animation__bush--right .flower[data-num="3"] {
  width: 17px;
  top: -26px;
  left: 270px;
  animation-delay: -2s;
}
.animation__bush--right .leaf02_01 {
  width: 90px;
  top: -64px;
  left: 136px;
}
.animation__bush--right .bush02_01 {
  width: 296px;
}
.animation__tree {
  width: 156px;
  top: 392px;
  left: 200px;
}
.animation__jonggak {
  width: 210px;
  top: 372px;
  left: 572px;
}
.animation__ground {
  width: 1297px;
  top: 470px;
}
.animation__tumbler {
  width: 120px;
  top: 440px;
  left: 1067px;
}
.animation__tumbler .tumbler-arm {
  width: 54px;
  top: 36px;
  left: -8px;
  animation: tumblerSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__tumbler .tumbler-salvi {
  width: 112px;
}
.animation__tumbler .shadow {
  width: 104px;
  top: 120px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__plogging {
  width: 200px;
  height: 208px;
  top: 408px;
  left: 720px;
  animation: salviMove infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .trash {
  width: 112px;
  top: 84px;
  left: -22px;
  animation: tumblerSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .hand {
  width: 50px;
  height: 49px;
  top: 80px;
  left: 136px;
  animation: handSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .shadow {
  width: 192px;
  top: 208px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__plogging .salvi {
  width: 192px;
}
.animation__trashcan {
  width: 149px;
  top: 450px;
  left: 88px;
}
.animation__trashcan .trashcan-arm {
  width: 40px;
  top: 64px;
  left: 70px;
  animation: armSwing2 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__trashcan .trashcan-bottle {
  width: 28px;
  top: 64px;
  left: 90px;
  animation: vertScroll infinite 2s ease-in-out;
  animation-fill-mode: none;
}
.animation__trashcan .shadow {
  width: 152px;
  top: 136px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__cloud {
  animation: cloudMove infinite 1s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
.animation__cloud[data-num="1"] {
  width: 131px;
  left: 72px;
  top: 48px;
}
.animation__cloud[data-num="2"] {
  width: 154px;
  top: 72px;
  left: 824px;
  animation-delay: -4s;
}
.animation__cloud[data-num="3"] {
  width: 170px;
  left: 1160px;
  top: 168px;
  animation-delay: -2s;
}

@keyframes armSwing {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes armSwing2 {
  0% {
    transform: rotate(-16deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-16deg);
  }
}
@keyframes hairSwing {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes handSwing {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes shadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tumblerSwing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vertScroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes cloudMove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes salviMove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes flowerMove {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes flowerMove2 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.login-box {
  width: 100%;
  max-width: 640px;
  background: #FFFFFF;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}

.login-box .form dl {
  padding: 0.8rem 0;
  border: none;
  margin-bottom: 0;
}
@media (min-width: 37.56em) {
  .login-box .form dl {
    margin-bottom: inherit;
  }
}

.login-box .form dd ~ dt, .login-box .form dd ~ dd {
  border-top: none;
}

.login-right {
  padding: clamp(3.2rem, 2.5vw + 1rem, 4.8rem) clamp(2.4rem, 2.083vw + 1rem, 4rem);
}

.login-right h3 {
  margin-bottom: 3.2rem;
  text-align: center;
}

.login-box .form dt {
  width: 100%;
  padding: 0.8rem 0;
}
@media (min-width: 37.56em) {
  .login-box .form dt {
    padding: 1.6rem 0;
  }
}

.login-box .form dd {
  flex: 1;
  width: 100%;
  margin-left: 0;
}

.login-box .form dd.find-id {
  padding: 0.8rem 1.6rem;
  text-align: center;
  font-size: 1.6rem;
}

div#grecaptcha > div {
  margin: 0 auto;
}

.login-box .button-wrap {
  margin-top: 4rem;
}

.login-box .find-info {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.join__link {
  margin-top: 4rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.join__link > div {
  margin: 0 1.6rem;
  padding: 1.2rem 0.8rem;
  background: #ECF4FF;
}

.join__link a {
  padding-left: 0.8rem;
}

.btn--refund {
  display: block;
  border-radius: 8px;
}

.refund-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 3.2rem;
  border-top: 1px solid #d1d2d7;
}

.refund-table thead {
  background-color: #FFF5FA;
  color: #107ac1;
}

.refund-table th, .refund-table td {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #d1d2d7;
  height: 56px;
  border-right: 1px solid #d1d2d7;
}

.refund-table th:first-child, .refund-table td:nth-child(2) {
  border-left: 1px solid #d1d2d7;
}

.refund-table th.hidden-title {
  display: none;
}

@media (max-width: 768px) {
  .refund-table th, .record-table td {
    display: block;
    float: left;
  }

  .refund-table th {
    width: 100%;
    height: 48px;
    background-color: #333;
    color: white;
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .refund-table td {
    display: block;
    float: left;
    width: 50%;
  }

  .refund-table thead th {
    display: none;
  }

  .refund-table th.hidden-title {
    display: table-cell;
  }

  .refund-table td::before {
    display: block;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .refund-table td:nth-child(2):before {
    content: "반환금액";
  }

  .refund-table td:nth-child(3):before {
    content: "비고";
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .refund-table {
    font-size: 1.4rem;
  }

  .refund-table th {
    font-size: 1.4rem;
  }

  .refund-table td {
    width: 50%;
    height: 94px;
    line-height: 16px;
  }

  .refund-table td:nth-child(4n-2) {
    border-left: 1px solid #333;
  }
}
@media (max-width: 460px) {
  .refund-table {
    font-size: 1.4rem;
  }

  .refund-table td {
    height: 120px;
  }

  .refund-table td:nth-child(2n) {
    border-left: 1px solid #525252;
  }
}
.award-info table {
  border-collapse: collapse;
 /*  border-bottom: 1px solid #85868a; */
  font-size: 1.8rem;
  text-align: center;
}
.award-info .text {
	border-bottom: none !important;
	text-align: left !important;
	height: 48px;
}
.award-info .text td {
	padding: 0;
}
.award-info thead {
  border-top: 2px solid #565656;
  border-bottom: 1px solid #85868a;
}
.award-info tr {
  border-bottom: 1px dotted #d1d2d7;
}
.award-info tr:last-child {
  border-bottom: 1px solid #85868a;
}
.award-info td, .award-info th {
  padding: 0.8rem 0;
}
.award-info caption {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background-color: #FFFAF0;
  text-align: left;
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}
.award-info caption::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFFAF0;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 1.2rem;
}
.award-info__wrap {
  margin-bottom: 4.8rem;
}
.award-info__wrap h3 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.award-info__wrap h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.award-info__align {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 37.56em) {
  .award-info__align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.award-info__category {
  font-weight: 500;
}

.greeting {
  gap: 4rem;
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 77.56em) {
  .greeting {
    gap: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.greeting__text {
  flex: 1 1 100%;
}
.greeting__text h3 {
  margin-bottom: clamp(2.4rem, 1.667vw + 1rem, 3.2rem);
}
.greeting__text p {
  margin-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.8rem);
  padding-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.8rem);
  border-bottom: 1px solid #d1d2d7;
  font-size: 1.8rem;
  color: #6d6f74;
}
.greeting__text pre {
  display: block;
  margin: 0;
  font-family: inherit;
  font-size: 1.8rem;
  white-space: pre-line;
  text-align: left;
}
.greeting__image {
  flex: 1 1 100%;
  /*
  &::before {
  	content: '';
  	width: 80px;
  	height: 80px;
  	border: 8px solid #0077E5;
  	@include position($t: -8px, $l: -8px, $z: -1);

  	@include breakpoint-up(medium) {
  		width: 120px;
  		height: 120px;
  		@include position($t: -40px, $l: -40px, $z: -1);

  	}
  }
  */
}

.Side_box {
		border-radius: 6px;
		border: 1px solid var(--unnamed, #EAEAEA);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: white;
		
	}
.side {
	width: 95% !important;
}

.Side_box h5 {
	color: #204066;
	font-family: Pretendard;
	font-weight: 600;
	line-height: 16px;	
	text-align: center;
}

.side {
	margin-top: 8px;
	padding-top:8px;
	width: 90%;
	border-top: 1px solid #EAEAEA; 
}

.side p {
	color: var(--unnamed, var(--unnamed, #565656));
	font-family: Pretendard;
	font-weight: 600;
	line-height: normal;	
	text-align: center;
}

.side .pointer {
	color: #204066;
}

@media (min-width: 906px) {
	.Side_box {
		width: 172px;
		height: 160px; 
		border-radius: 6px;
		z-index: 99;
	}
	.side_img {
		width: 25px;
		height: 25px;
	}
	.Side_box h5 {
		font-size: 14px;
		margin-top: 3px;
	}
	.side p {
		font-size: 12px;
	}
	.side_on {
		display: none;
	}
}

@media (max-width: 905px) {
	.Side_box {
		width: 100%;
		height: 166px;	
		margin-top: 5.5em;	
	}	
	
	.side_img {
		width: 30px;
		height: 30px;
	}
	
	.Side_box h5 {
		font-size: 16px;
		margin-top: 8px;
	}
	
	.side p {
		font-size: 14px;
		line-height: 18px;
	}
	.side_off {
		display: none;
	}
}



/* @media (min-width: 907px) {
	.side_btn {
		display: none;
	}	
} */

.greeting__image img {
  max-width: 100%;
}

.gather-info table {
  border-collapse: collapse;
  border-top: 2px solid #1b1b1b;
  border-bottom: 1px solid #85868a;
  font-size: 1.8rem;
}
.gather-info tr {
  border-bottom: 1px dotted #d1d2d7;
}
.gather-info tr:last-child {
  border-bottom: 1px solid #85868a;
}
.gather-info td, .gather-info th {
  padding: 0.4rem;
}
@media (min-width: 37.56em) {
  .gather-info td, .gather-info th {
    padding: 0.8rem 0.4rem;
  }
}
.gather-info dl {
  margin-bottom: 1.6rem;
}
.gather-info dt {
  font-weight: 500;
}
.gather-info dd a {
  color: #107ac1;
  text-decoration: underline;
}
.gather-info dd i {
  color: #107ac1;
}
.gather-info__wrap {
  margin-bottom: 4.8rem;
}
.gather-info__wrap h3 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.gather-info__wrap h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.gather-info__align {
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .gather-info__align {
    gap: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.gather-info__category {
  min-width: 104px;
  padding-left: 0.4rem !important;
  font-weight: 500;
}
@media (min-width: 37.56em) {
  .gather-info__category {
    padding-left: 1.6rem !important;
  }
}

.outline {
  margin-bottom: 4rem;
}
.outline dl {
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .outline dl {
    gap: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.outline dt {
  width: 120px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
}
.outline dt:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 50%;
}
.outline dd {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
}
.outline__margin {
  margin-top: 1.6rem;
  margin-bottom: 3.2rem !important;
}
.outline__table {
  border-top: 1px solid #d1d2d7;
  border-bottom: 1px solid #d1d2d7;
  text-align: center;
  line-height: 24px;
}
.outline__table th {
  height: 64px;
  border-bottom: 1px solid #d1d2d7;
  background: #FFFAF0;
}
.outline__table td {
  height: 64px;
}
.outline__title {
  width: 100%;
  height: 64px;
  margin-bottom: 2.4rem;
  padding-left: 109px;
  background-image: url(/jsp/home/images/outline_title_ogc.png);
  background-repeat:no-repeat;
  background-size:699.18px 64px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  padding-top: 4px;
}
.outline.uljin dt:before {
  border: 4px solid #FFCC00;
}

span.uljin {
  color: #204066;
}

.board-edit__title span {
  min-width: 64px;
}
.board-edit__title--input {
  width: 100%;
  gap: 1.6rem;
  padding: 1.6rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__title--input input {
  flex: 1 1 calc(100% - 64px);
}
.board-edit__title--checkbox {
  gap: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__file {
  padding: 1.6rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.board-edit__file dl {
  gap: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__file .down_att {
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .board-edit__file .down_att {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

header {
  position:relative;
  display: block;
  z-index: 100;
  width: 100%;
}

.header_logo {
	display: block;
	max-width: 560px;
	width: 100%;
}

@media (max-width: 768px) {
	.header_logo {
		max-width:auto;
	}
	.header_logo img {
		width: 257px;
	}
}

nav {
  /* margin-top: clamp(1.6rem, 2.5vw + 1rem, 4rem); */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1439px) {
	nav {
		padding: 2.5rem 0;
	}
}

@media (max-width: 768px) {
	nav {
		padding: 2rem 0;
	}
}

/* .logo a {
  display: inline-block;
  width: 100%;
} */
/* .logo a svg {
  width: 80%;
} */
/* @media (min-width: 90em) {
  .logo a svg {
    width: 100%;
  }
} */

.utill ul {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.utill ul li {
  float: left;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 39px;
}
.utill ul li:last-child {
  margin-right: 0;
}
.utill ul li i {
  margin-right: 8px;
}
.utill.translate {
  margin-top: 8px;
  text-align: center;
}
.utill.translate select {
  font-family: "Pretendard";
  font-size: 1.4rem;
  padding: 8px 8px 8px 12px;
  border: none;
  border-radius: 999px;
}
.utill.manager {
  height: 40px;
  padding: 9px 16px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 1.4rem;
  color: #333;
  line-height: 14px;
}
.utill.manager.white {
  border: 1px solid #E9F1FC;
  color: #fff;
}
.utill__list ul {
  display: inline-block;
  margin-right: 24px;
}
.utill__list ul:last-child {
  margin-right: 0;
}
.utill__list ul.language {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.utill__list ul li {
  display: inline-block;
  margin-right: 16px;
}

/*
button.login{width: 104px; padding: 8px 0; border: 1px solid #E9F1FC; box-sizing:border-box; border-radius:999px; background: linear-gradient(to right, #0D4EA2 50%, white 50%); background-size:200% 100%; background-position: right bottom; transition: all .5s ease-out; font-size: 14px; line-height: 21px; color: #0D4EA2;}
button.login:hover {background-position: left bottom; color:#fff;}

.menu-wrap {position: relative; z-index:100; display: block; z-index: 100;  width: 100%;}*/
.menu-list {
  display: none;
 /*  gap: 6.4rem; */
  max-width: unset !important;
}
@media (min-width: 75em) {
  .menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.btn-dropdown {
  font-size: 1.8rem;
  border: none;
  outline: none;
  margin: 0;
  font-weight: 500;
  line-height: 48px;
  box-sizing: border-box;
  padding: 4.2rem 2.8rem;
}

.main-nav {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 1.6rem 1.6rem -0.8rem rgba(0, 0, 0, 0.1);
}
.main-nav::before {
  content: "";
  width: 100vw;
  height: inherit;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 30px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -10;
  box-shadow: 0 2rem 2rem -0.8rem rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e4e4e4;
}
.main-nav__inner {
  display: block;
  max-width: 1608px;
  margin: 0 200px;
}
@media (min-width: 90em) {
  .main-nav__inner {
    margin: 0 auto;
  }
}
.main-nav__inner::after {
  /*
  content: '';
  display: block;
  clear: both;
  */
}
.main-nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-nav__desc {
  display: inline-block;
  position: relative;
  width: 32%;
  height: 160px;
  padding: 32px 0;
  border-right: 1px solid #e4e4e4;
  font-size: 2rem;
  line-height: 1.75;
}
.main-nav__desc::after {
  /*
  background-image:url('../images/logo_bg.png'); 
  top:100px; 
  right:16px; 
  position:absolute; 
  background-repeat:no-repeat; 
  opacity:0.3!important; 
  filter:alpha(opacity=30); 
  z-index:-1; 
  content:""; 
  width:173px; 
  height:74px;
  */
}
.main-nav__list {
  flex-wrap: wrap;
  gap: 4.8rem;
  flex: 1;
  padding: 3.2rem 4.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.main-nav__list a {
  font-size: 1.8rem;
}

.main-dropdown:hover .main-nav {
  display: block;
}

.main-dropdown:hover .btn-dropdown:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  content: "";
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #fff;
}

.sub .main-dropdown:hover .btn-dropdown:after {
  background: #333;
}

.mobile-button {
  width: 56px;
  height: 56px;
  margin: 0 0 8px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 75em) {
  .mobile-button {
    margin: 8px 8px 8px auto;
  }
}
@media (min-width: 75em) {
  .mobile-button {
    display: none;
  }
}
.mobile-button::before, .mobile-button::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #333;
}
.mobile-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-button span {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 2px;
  background: #333;
  margin: 8px 0;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mobile-menu__inner {
  max-width: 504px;
  margin-left: auto;
  height: 100%;
  background: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: -504px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-504px, 0px);
}
.mobile-menu .site__list {
  float: unset;
  margin-top: 8px;
  margin-bottom: 96px;
  padding: 0 24px;
}
.mobile-menu .site__list--title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.mobile-menu .site__list ul li {
  display: inline-block;
  width: calc(33.3333333333% - 2px);
  text-align: center;
}
.mobile-menu .sns__list--item li {
  display: inline-block;
  margin-right: 8px;
}
.mobile-menu .sns__list--item li:last-child {
  margin-right: 0;
}

.sns__list {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 504px;
  padding: 1.6rem 4rem 1.2rem;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
}

.sns__list--title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sns__list--item li {
  display: inline-block;
  margin-right: 8px;
}

.sns__list--item li:last-child {
  margin-right: 0;
}

.form-input {
  width: 100% !important;
  height: 48px;
  padding: 0 16px;
  background: #F7F7F7;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}
@media (min-width: 37.56em) {
  .form-input {
    width: inherit;
  }
}

.form-input.white {
  background: #fff;
}

.form-input40 {
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-20 {
  width : 20%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-30 {
  width : 30%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-40 {
  width : 30%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input1 {
  height: 48px;
  padding: 0 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 16px;
}

.form-input1.white1 {
  padding: 0;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.form-select {
  height: 48px;
  padding: 0 16px;
  background: #Fff;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
  /*background: url(data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>) 100% 50% no-repeat transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none;*/
}

.form {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 18px;
}

.form dl {
  margin-bottom: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 37.56em) {
  .form dl {
    margin-bottom: inherit;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.form dt {
  flex: 0;
  padding-left: 0.8rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 37.56em) {
  .form dt {
    flex: 0 0 clamp(8rem, 10.417vw + 1rem, 20rem);
  }
}

.form40 dt {
  padding-top: 28px;
}

.form dt.required {
  position: relative;
}

.form dt.required:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  color: #FFCC00;
}

.form dd {
  box-sizing: border-box;
}

.form dd ~ dt,
.form dd ~ dd {
  border-top: 1px solid #eee;
}

.form dd:after {
  content: "";
  display: block;
  clear: both;
}

.form .row2 + .form dd:after {
  content: none;
}

.form-blank dt {
  padding: 24px;
}

.form-blank dd {
  padding: 24px;
}

.form-blank dd:after {
  display: none;
}

.input-txt {
  display: inline-block;
  margin-top: 0.8rem;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6d6f74;
}
.input-txt1 {
  display: inline-block;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.form-add {
  padding: 16px;
  font-size: 1.5rem;
  line-height: 24px;
}

.btn-form {
  /* height:48px; */
  margin-left: 4px;
  padding: 14px 24px;
  background: #FFFFFF;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

#cellnum {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.address input, .address button {
  margin-bottom: 0.8rem;
}
.address__zip {
  gap: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.form-align {
  gap: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form-align > .form-select {
  width: 100%;
}

.id-number {
  gap: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.form-add-table {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h";
  gap: 1.6rem;
}
@media (min-width: 37.56em) {
  .form-add-table {
    grid-template-areas: "a b c d" "e f g h";
  }
}
@media (min-width: 56.63em) {
  .form-add-table {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(8, minmax(auto-fit, 1fr));
    grid-template-areas: "a b c d e f g h";
  }
}
.form-add-table dl {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .form-add-table dl {
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.form-add-table dl:nth-child(1) {
  grid-area: a;
}
.form-add-table dl:nth-child(2) {
  grid-area: b;
}
.form-add-table dl:nth-child(3) {
  grid-area: c;
}
.form-add-table dl:nth-child(4) {
  grid-area: d;
}
.form-add-table dl:nth-child(5) {
  grid-area: e;
}
.form-add-table dl:nth-child(6) {
  grid-area: f;
}
.form-add-table dl:nth-child(7) {
  grid-area: g;
}
.form-add-table dl:nth-child(8) {
  grid-area: h;
}
.form-add-table dl dt {
  height: inherit;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 56.63em) {
  .form-add-table dl dt {
    height: 64px;
    text-align: center;
  }
}
.form-add-table__btn {
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid #85868a;
  background: white;
  color: #85868a;
  padding: 1rem 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

footer {
  padding: 4rem 0;
  background-color: #fcfcfd;
  color: #85868a;
  /* font-size: 1.4rem; */
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 37.56em) {
	 footer {
	 	font-size: 1.3rem;
	 }
}
@media (min-width: 37.56em) {
  footer {
    padding: 9.6rem 0;
    /* font-size: 1.3rem; */
    line-height: 1.8;
    font-weight: 400;
  }
  .footer_img {
  	max-width: 280px;
  }
}
@media (min-width: 56.63em) {
  footer {
    padding: 12rem 0;
  }
  .footer_img {
  	max-width: 300px;
  }
}
@media (min-width: 90em) {
  footer {
    padding: 6rem 0 12rem 0;
  }
}

.footer {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d1d2d7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media (max-width: 37.56em) {
	 .footer {
	 	font-size: 1.3rem;
	 }
}
.footer > nav {
  margin-top: 1.6rem;
}
@media (min-width: 56.63em) {
  .footer > nav {
    margin-top: 0;
  }
}
.footer > nav ul {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .footer > nav ul {
    gap: 4.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__logo svg {
  width: 70%;
}
.footer__slogan {
  margin: 2.4rem 0 1.6rem;
  color: #6d6f74;
}
.footer__utill {
  padding: 3.2rem 0;
  padding-bottom:0;
  flex-direction: column;
}
@media (min-width: 56.63em) {
  .footer__utill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__sns {
  gap: 2.4rem;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 56.63em) {
  .footer__sns {
    gap: 4rem;
    margin-top: 0;
  }
}

.snb {
  position: relative;
  height: 26.4rem;
}

.snb::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 26.4rem;
  transform: translateX(-50%);
  background: linear-gradient(59deg, rgb(253 234 191) 0%, rgb(253 255 234) 100%);
  /* background: linear-gradient(59deg, rgb(235 255 229) 0%, rgb(255 254 219) 100%); */
  /*  background: linear-gradient(59deg, rgba(211,245,244,1) 0%, rgba(255,255,255,1) 100%); */
  /* background: var(--unnamed, linear-gradient(128deg, #D3F5F4 -15.94%, #FDFFEA 118.86%)); */
  /* background: var(--2, linear-gradient(128deg, #009953 -15.94%, #e9ffe4 118.86%)); */
  /* background: linear-gradient(166deg, #FFF 27.02%, #FFE68B 79.9%, #FFDB59 137.42%, #DECC8E 250.14%); */
  /* background: linear-gradient(166deg, #F9F6EB 27.02%, #FFE68B 79.9%, #FFDB59 137.42%, #DECC8E 250.14%); */
/*   background: linear-gradient(170deg, #e9ffe4 0%, #c1e2f3 100%); */
  /*background-size: cover; z-index: -10; background-repeat: no-repeat; background-position: center;*/
}

@media (max-width: 1024px) {
  .snb {
    height: 21.6rem;
  }

  .snb::before {
    height: 21.6rem;
  }
}
@media (max-width: 768px) {
  .snb {
    height: 16.8rem;
  }

  .snb::before {
    height: 16.8rem;
  }
}
.sub-visual {
  transition: padding-bottom .2s ease;
}
.sub-visual.is-submenu-open {
  box-sizing: border-box;
}
.sub-visual__text {
  height: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-family: "SCoreDream";
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .sub-visual__text {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .sub-visual__text {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .sub-visual__text {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 90em) {
  .sub-visual__text {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}
.sub-visual__text h2 {
  margin-bottom: 0.4rem;
  font-size: clamp(2.8rem, 2.5vw + 1rem, 4.8rem);
  font-weight: 700;
}
@media (min-width: 37.56em) {
  .sub-visual__text h2 {
    margin-bottom: 0.8rem;
  }
}
.sub-visual__text p {
  font-size: clamp(1.4rem, 0.833vw + 1rem, 1.6rem);
  font-weight: 400;
  color: #333333;
}

.sub-menu__list li {
  position: relative;
  float: left;
}

.sub-menu__list .home .sub-menu__item {
  width: 64px;
}

.sub-menu__list .list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 240px;
  border: 1px solid #eee;
  background: #fff;
}

.sub-menu__list .list li {
  width: 240px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.sub-menu__list .list li:hover {
  background: #eee;
}

.sub-menu__list .list li a {
  display: block;
  padding: 8px 24px;
}

/* 시상안내 안내문구 */
.award_list, .award_memo {
	width:100%;
	height:100%;
	background:rgba(235, 235, 235, 0.5);
	padding:20px 40px;
	margin-bottom:40px;

}
.award_list ul li {
	list-style-type:circle;
}
.award_list ul li::marker {
	color:#FFAD02;
}

/* margin */
.mr-8{
	margin-right:8px;
}
.ml-8{
	margin-left:8px;
}
.mt-20{
	margin-top:20px;
}
/* width  */
.w-140{
	width:140px !important;
}
.w-180{
	width:180px !important;
}
.w-80p
{
	width:100% !important;
}
/* 대중교통  */
.traffic_Title {
	color:#FFCC00;
}
/* .xi-car, .xi-subway, .xi-bus {
	font-size:24px;
} */
.traffic_subTitle{
	font-weight:500;
	background:#FDF4E2;
	padding:0 8px;
	width:80px;
	color:#FFCC00;
	margin-top:8px;
}
.traffic_next{
	color:#565656 !important;
	margin:0 5px;
}
.traffic_next-green{
	color:#FFCC00 !important;
	margin:0 8px;
}
.traffic_bus{
	border-top:2px solid #1b1b1b !important;
}
.traffic_bus-title{
	background:#FFFAF0;
}
.traffic_bus-content td{
	text-align:center ;
}
/* footer  */
@media (max-width:1023px){
	.footer_img{
	width:50%;}
}
@media (min-width: 768px){
		.footer_img{
	/* width:50%; */}
	
}
/*D-day */
.main_d-day{
	width: 100%;
    height: 150px;
    background: #FFCC00;
    display: flex;
}
.d-day_box{
	width:100%;
    display: flex;
    align-items: center;
    margin: auto;
}
.d-day_contents{
	width:100%;
	max-width:1000px;
	display:flex;
	justify-content:space-between;
    color: #1b1b1b;
    font-size: 3rem;
    font-weight: bold;
    align-items: center;
    margin: auto;
    padding:0 20px;
}
.days_box{
	text-align:center;
	display:flex;
	flex-direction:column;
}
.day-days{
	font-size:1.8rem;
	font-weight:300;
}
.days{
	font-size:5rem;
}

@media(max-width:768px){
	.main_d-day{
    height: 90px;
}

.d-day_contents{
	max-width:600px;
    font-size: 2rem;
    

}
.days_box{
	text-align:center;
	display:flex;
	flex-direction:column;
}
.day-days{
	font-size:1.2rem;
}
.days{
	font-size:3rem;
}
.days_text{
	display:none;
}
}
/* floating-btn */

.trip_text{
	font-size:12px;
}
/* 후원  */

.host_box ,.progress_box,.sponsor_box{
	width:100%;
	display:flex;
	align-items:center;
	gap:20px;
	margin-bottom:2rem;
}
.host_title,.progress_title,.sponsor_title {
	color:#1b1b1b;
	width:100px;
}
.host_content, .progress_content,.sponsor_content{
	width:100%;
	gap:20px;
	display:flex;
	flex-flow:wrap;
	
}
.host_img,.progress_img,.sponsor_img{
	width:100%;
	height:100%;
	max-width:120px;
	height:33px;
}
@media(max-width:768px){
	.host_img,.progress_img,.sponsor_img{
	max-width:80px;
	height:20px;
}
}
/* footer  */
@media(max-width:768px){
	  .footer_img {
  	max-width: 300px;
  }
}
/* 대회소개-시상안내 */
.award_title-box{
	display:flex;
	flex-direction:column;
}
@media(max-width:768px){
	.award_title-box font{
	font-size:14px;}
}
/* 참가신청-모든버튼  */
@media(max-width: 480px){
	.btn-size{
	width: calc(50% - 8px)!important;}
}
/* footer-quick */
.footer-quick-box{
	width:100%;
	max-width:450px;
}
.footer__info{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:1.5rem;
}

/* 팝업 플로팅 배너 */

.main-ploat{
	
	width:100%;
	max-width:240px;
	height:240px;
	
	position:fixed;
	z-index:99999;
	right:calc(0% + 40px);
	bottom:calc(0% + 120px);

	overflow:hidden;
	
}
.main-ploat .swiper{
  width: 100%;
  height: 100%;

}

.main-ploat .swiper .swiper-wrapper .swiper-slide{
	background:#fff;
	border-radius:16px;
	background-image:url('/jsp/home/images/19.svg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-position:center;
}



#floatBanner .float-close{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999999;          /* ✅ 제일 위로 */
  pointer-events: auto;     /* ✅ 클릭 허용 */

  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#floatBanner { overflow: hidden; }

#floatBanner .swiper { position: relative; }

@media (max-width: 768px){
	.main-ploat{
	
	max-width:120px;
	height:120px;
	right:calc(0% + 24px);
	bottom:calc(0% + 100px);
	border-radius:8px;
	
	}
	.main-ploat .swiper .swiper-wrapper .swiper-slide{
	
	border-radius:8px;
	}
	
	#floatBanner .float-close{
	  position: absolute;
	  top: 8px;
	  right: 8px;
	  z-index: 999999;          /* ✅ 제일 위로 */
	  pointer-events: auto;     /* ✅ 클릭 허용 */
	
	  width: 24px;
	  height: 24px;
	  border: 0;
	  border-radius: 50%;
	  background: rgba(0,0,0,0.65);
	  color: #fff;
	  font-size: 20px;
	  cursor: pointer;
	}
}

/* 정읍 테마 최종 우선순위: 기존 컴파일 CSS 뒤에서 적용 */
.main-quick__item {
  background-image: none !important;
}
.main-quick__item::before {
  z-index: 0;
}
.main-quick__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("/jsp/home/images/course.png");
  background-repeat: no-repeat;
  background-position: right -1px bottom -1px;
  background-size: 70% auto;
}
.main-quick__item--title,
.main-quick__item > a {
  position: relative;
  z-index: 2;
}
.main-quick__item:nth-child(2)::after {
  background-image: url("/jsp/home/images/location.png");
}
.main-quick__item:nth-child(3)::after {
  background-image: url("/jsp/home/images/promotion.png");
}
.main-quick__item:nth-child(4)::after {
  background-image: url("/jsp/home/images/record.png");
}
@media (min-width: 77.56em) {
  .main-quick__item::after {
    background-size: 90% auto;
  }
}
@media (min-width: 90em) {
  .main-quick__item::after {
    background-size: contain;
  }
}
.main-quick__item::before {
  background: linear-gradient(141deg, #FCE9E7 0%, #FFFFFF 100%);
}
.main-quick__item:nth-child(2)::before {
  background: linear-gradient(141deg, #E5F1FA 0%, #FFFFFF 100%);
}
.main-quick__item:nth-child(3)::before {
  background: linear-gradient(141deg, #EAF6E4 0%, #FFFFFF 100%);
}
.main-quick__item:nth-child(4)::before {
  background: linear-gradient(141deg, var(--jeongeup-cream) 0%, #FFFFFF 100%);
}
.main-quick__item a,
.main-quick__item:nth-child(1) a,
.main-quick__item:nth-child(3) a {
  background-color: var(--jeongeup-maple);
}
.main-quick__item:nth-child(even) a {
  background-color: var(--jeongeup-blue);
}
.main-quick__item:hover > a,
.main-quick__item:nth-child(1):hover > a,
.main-quick__item:nth-child(3):hover > a {
  background-color: #fff;
  color: var(--jeongeup-maple);
}
.main-quick__item:nth-child(even):hover > a {
  background-color: #fff;
  color: var(--jeongeup-blue);
}
.main-quick__item:hover::before,
.main-quick__item:nth-child(1):hover::before,
.main-quick__item:nth-child(3):hover::before {
  background: var(--jeongeup-maple);
}
.main-quick__item:nth-child(even):hover::before {
  background: var(--jeongeup-blue);
}
.main-notice-board__heading {
  border-bottom-color: var(--jeongeup-maple);
}
/* 2026 /home 하위 화면 공통 브랜드 컬러 계층 */
body .sub-contents {
  color: #394047;
}

body .sub-contents h2,
body .sub-contents h3,
body .sub-contents h4,
body .sub-contents h5,
body .sub-contents strong {
  color: var(--jeongeup-ink);
}

body .sub-contents .overline,
body .sub-contents .award_title-box font {
  color: var(--jeongeup-maple) !important;
}

/* 상단 내비게이션과 모바일 메뉴 */
body .sub .main-dropdown:hover .btn-dropdown::after,
body .sub .main-dropdown:focus-within .btn-dropdown::after {
  background: var(--jeongeup-maple);
}

body .main-nav__desc {
  color: var(--jeongeup-blue);
}

body .main-nav__item:hover,
body .main-nav__item:focus-visible,
body .btn-dropdown:hover,
body .btn-dropdown:focus-visible {
  color: var(--jeongeup-maple);
}

body .gnb-header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  min-height: 8.8rem;
  padding: 1.6rem 7.2rem 1.6rem 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(79, 93, 77, .14);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 .6rem 1.8rem rgba(45, 48, 41, .06);
  text-align: left;
  backdrop-filter: blur(10px);
}

body .gnb-header .gnb-logo {
  position: static;
  display: block;
  width: min(27rem, 100%);
  padding: 0;
}

body .gnb-header .gnb-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 5.2rem;
}

body .gnb-close {
  z-index: 6;
  top: 50%;
  right: 1.6rem;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #30352e;
  color: #fff;
  line-height: 1;
  transform: translateY(-50%);
}

body .gnb__item__link:hover,
body .gnb__item__link:focus-visible,
body .gnb__item--second > a:hover,
body .gnb__item--second > a:focus-visible {
  background: rgba(0, 88, 168, 0.06);
  color: var(--jeongeup-maple);
}

/* 탭과 공통 버튼 */
body .sub-contents .sub-container__tab button.active {
  background: var(--jeongeup-maple);
  color: #fff;
  text-shadow: none;
}

body .sub-contents .sub-container__tab button:hover,
body .sub-contents .sub-container__tab button:focus-visible {
  color: var(--jeongeup-blue);
  text-shadow: none;
}

body .sub-contents .sub-container__tab button.active:hover,
body .sub-contents .sub-container__tab button.active:focus-visible {
  background: var(--jeongeup-maple-dark);
  color: #fff;
}

body .sub-contents .btn--primary,
body .sub-contents .btn-color {
  border-color: var(--jeongeup-maple);
  background: var(--jeongeup-maple);
  color: #fff;
}

body .sub-contents .btn--primary.hover:hover,
body .sub-contents .btn--primary:hover,
body .sub-contents .btn--primary:focus-visible,
body .sub-contents .btn-color:hover,
body .sub-contents .btn-color:focus-visible {
  border-color: var(--jeongeup-maple-dark);
  background: var(--jeongeup-maple-dark);
  color: #fff;
}

body .sub-contents .btn--secondary {
  border-color: rgba(0, 88, 168, 0.35);
  background: #fff;
  color: var(--jeongeup-blue);
}

body .sub-contents .btn--secondary.hover:hover,
body .sub-contents .btn--secondary:hover,
body .sub-contents .btn--secondary:focus-visible {
  border-color: var(--jeongeup-blue);
  background: var(--jeongeup-blue);
  color: #fff;
}

body .sub-contents .btn--tertiary {
  border-color: var(--jeongeup-ink);
  background: var(--jeongeup-ink);
  color: #fff;
}

body .sub-contents .btn--tertiary:hover,
body .sub-contents .btn--tertiary:focus-visible {
  border-color: var(--jeongeup-blue);
  background: var(--jeongeup-blue);
}

body .sub-contents .btn-form,
body .sub-contents .file_input_button {
  border-color: rgba(0, 88, 168, 0.45);
  background: #fff;
  color: var(--jeongeup-blue);
}

body .sub-contents .btn-form:hover,
body .sub-contents .btn-form:focus-visible,
body .sub-contents .file_input_button:hover,
body .sub-contents .file_input_button:focus-visible {
  border-color: var(--jeongeup-blue);
  background: var(--jeongeup-sky);
}

/* 입력 폼과 선택 상태 */
body .sub-contents .form dl {
  border-top-color: var(--jeongeup-maple);
}

body .sub-contents .form dt.required::before,
body .sub-contents .required-mark,
body .sub-contents .essential {
  color: var(--jeongeup-maple);
}

body .sub-contents .radio input:checked + span::before {
  background: var(--jeongeup-maple);
}

body .sub-contents input:focus,
body .sub-contents select:focus,
body .sub-contents textarea:focus,
body .sub-contents button:focus-visible,
body .sub-contents a:focus-visible {
  outline: 2px solid rgba(0, 88, 168, 0.55);
  outline-offset: 2px;
}

body .sub-contents .form-input:focus,
body .sub-contents .form-input40:focus,
body .sub-contents .form-select:focus {
  border-color: var(--jeongeup-blue);
  box-shadow: 0 0 0 3px rgba(0, 88, 168, 0.09);
}

/* 게시판과 데이터 표 */
body .sub-contents .board__list,
body .sub-contents .boards__list {
  border-top-color: var(--jeongeup-blue);
}

body .sub-contents .board__list > .board__head,
body .sub-contents .boards__list > .boards__head {
  border-bottom-color: rgba(0, 88, 168, 0.28);
  background: linear-gradient(90deg, var(--jeongeup-sky), #f8fbfd) !important;
}

body .sub-contents .board__list > .board__body .notice,
body .sub-contents .boards__list > .boards__body .notice {
  color: var(--jeongeup-blue);
}

body .sub-contents .board__list > .board__body > ul:hover,
body .sub-contents .boards__list > .boards__body > ul:hover {
  background: rgba(247, 243, 234, 0.55);
}

body .sub-contents .board__list .re-num,
body .sub-contents .boards__list .re-num {
  color: var(--jeongeup-maple);
}

body .sub-contents .outline__table,
body .sub-contents .responsive-table,
body .sub-contents .record-table,
body .sub-contents .refund-table {
  border-top-color: var(--jeongeup-blue);
}

/* 대회요강 종목표: 레거시 테이블 배경 선언과 충돌해 흰 글자가 사라지는 현상 방지 */
body .sub-contents .jeongeup-outline .outline__table thead th {
  border-color: rgba(255, 255, 255, 0.22) !important;
  background-color: #4f5d4d !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: 700;
}

/* C-2026-024 대회요강 모바일 정보 위계 및 모집표 */
body .outline-page .outline-table-wrap {
  width: 100%;
}

body .outline-page .jeongeup-outline {
  max-width: 132rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  body .outline-page {
    padding-top: 4.8rem;
    padding-right: 1.8rem;
    padding-bottom: 8rem;
    padding-left: 1.8rem;
  }

  body .outline-page .sub-title {
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }

  body .outline-page .sub-title h2 {
    font-size: clamp(2.8rem, 8vw, 3.6rem);
    line-height: 1.25;
  }

  body .outline-page .breadcrumb {
    max-width: 100%;
    gap: .6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  body .outline-page .jeongeup-outline {
    margin-bottom: 0;
  }

  body .outline-page .jeongeup-outline dl {
    gap: .8rem;
    margin: 0;
    padding: 1.8rem 0;
    border-bottom: 1px solid #e5e0d7;
  }

  body .outline-page .jeongeup-outline dl:first-child {
    border-top: 2px solid var(--jeongeup-maple);
  }

  body .outline-page .jeongeup-outline dt {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.45;
    white-space: normal;
  }

  body .outline-page .jeongeup-outline dt::before {
    width: 1rem;
    height: 1rem;
    margin-right: .8rem;
  }

  body .outline-page .jeongeup-outline dd {
    width: 100%;
    padding-left: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  body .outline-page .jeongeup-outline dd strong {
    display: inline-block;
    min-width: 4.8rem;
  }

  body .outline-page .jeongeup-map-link {
    width: 4.4rem;
    height: 4.4rem;
    margin-left: .4rem;
  }

  body .outline-page .jeongeup-map-link i {
    font-size: 1.7rem;
  }

  body .outline-page .outline__margin {
    margin-top: .4rem;
    margin-bottom: .4rem !important;
    padding-left: 0;
  }

  body .outline-page .outline-table-wrap {
    overflow: visible;
  }

  body .outline-page .jeongeup-table {
    display: block;
    border: 0;
    background: transparent;
    text-align: left;
  }

  body .outline-page .jeongeup-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  body .outline-page .jeongeup-table tbody {
    display: grid;
    gap: 1.4rem;
  }

  body .outline-page .jeongeup-table tr {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd5c7;
    border-top: 4px solid #4f5d4d;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 .8rem 2rem rgba(60, 51, 42, .06);
  }

  body .outline-page .jeongeup-table tr:last-child {
    border-top-color: var(--jeongeup-maple);
  }

  body .outline-page .jeongeup-table td {
    display: grid;
    grid-template-columns: 8.4rem minmax(0, 1fr);
    align-items: start;
    min-height: 0;
    height: auto;
    padding: 1.1rem 1.3rem;
    border-bottom: 1px solid #eee9e1;
    color: #332f2a;
    font-size: 1.5rem;
    line-height: 1.55;
    text-align: left;
  }

  body .outline-page .jeongeup-table td:last-child {
    border-bottom: 0;
  }

  body .outline-page .jeongeup-table td::before {
    content: attr(data-label);
    padding-right: 1rem;
    color: #6b6359;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

@media (max-width: 380px) {
  body .outline-page {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  body .outline-page .jeongeup-table td {
    grid-template-columns: 7.6rem minmax(0, 1fr);
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}

body .sub-contents .responsive-table th,
body .sub-contents .record-table thead,
body .sub-contents .refund-table thead,
body .sub-contents .refund-table th {
  background: var(--jeongeup-blue);
  color: #fff;
}

body .sub-contents .responsive-table td {
  border-color: rgba(0, 88, 168, 0.28);
}

body .sub-contents .responsive-table td.year {
  background: var(--jeongeup-sky);
}

/* 페이지네이션과 상세 화면 */
body .sub-contents .pager a.number:hover,
body .sub-contents .pager a.number:focus-visible {
  background: var(--jeongeup-blue);
  color: #fff;
}

body .sub-contents .pager a.number.active {
  background: var(--jeongeup-maple);
  color: #fff;
}

body .sub-contents .read__title h4,
body .sub-contents .sub-desc li.title,
body .sub-contents .player-name {
  border-color: var(--jeongeup-blue);
}

body .sub-contents .payments__desc ul li b,
body .sub-contents .apply-way a,
body .sub-contents .detail-view button.active,
body .sub-contents .detail-view button:hover {
  color: var(--jeongeup-blue);
}

body .sub-contents .detail-view button.active,
body .sub-contents .detail-view button:hover {
  border-bottom-color: var(--jeongeup-blue);
  background: var(--jeongeup-sky);
  text-shadow: none;
}

body .sub-contents .payments__desc ul li span,
body .sub-contents .preparation-process__item p {
  background: var(--jeongeup-maple);
}

body .sub-contents .run-fun-process p {
  background: var(--jeongeup-green);
}

body .sub-contents .course-map__title {
  background-image: linear-gradient(100deg, var(--jeongeup-blue), #748671);
  color: #fff;
}

body .sub-contents .course-map__title strong {
  color: #fff;
}

body .sub-contents .accordion__title:hover,
body .sub-contents .accordion__title.active {
  border-color: rgba(95, 115, 95, 0.24);
  background: var(--jeongeup-cream);
}

body .sub-contents .accordion__title i {
  color: var(--jeongeup-blue);
}

body .sub-contents .award-info caption,
body .sub-contents .traffic_subTitle,
body .sub-contents .traffic_bus-title {
  background: var(--jeongeup-cream);
}

body .sub-contents .award-info__wrap h3::before,
body .sub-contents .gather-info__wrap h3::before {
  background: var(--jeongeup-maple);
}

body .sub-contents .award_list ul li::marker {
  color: var(--jeongeup-maple);
}

/* 시상안내: 레거시 배경 충돌로 흰색 표 헤더가 사라지는 현상 방지 */
body .sub-contents .jeongeup-award .award-info__align {
  overflow-x: auto;
  border-radius: 1.2rem;
}

body .sub-contents .jeongeup-award table {
  width: 100%;
  min-width: 62rem;
  border: 1px solid #ddd5c7;
  background: #fff;
}

body .sub-contents .jeongeup-award table thead th {
  border-color: rgba(255, 255, 255, .22) !important;
  background-color: #4f5d4d !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: 700;
}

body .sub-contents .jeongeup-award table tbody tr:nth-child(even) {
  background: #faf8f3;
}

body .sub-contents .jeongeup-award table tbody td {
  color: #332f2a;
}

/* C-2026-025 시상안내 종목별 경기규칙 */
body .award-page .award-course-rule {
  margin: 0 0 2rem;
  padding: 2rem 2.4rem;
  border: 1px solid #ddd5c7;
  border-left: .5rem solid var(--jeongeup-maple);
  border-radius: 1.2rem;
  background: #fffaf2;
  color: #403a33;
  font-size: 1.6rem;
  line-height: 1.65;
}

body .award-page .award-course-rule--10km {
  border-left-color: #4f5d4d;
  background: #f7f8f3;
}

body .award-page .award-course-rule__title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.2rem;
  color: var(--jeongeup-ink);
  font-size: 1.9rem;
  font-weight: 800;
}

body .award-page .award-course-rule__title::before {
  width: .8rem;
  height: .8rem;
  margin-right: .8rem;
  border-radius: 50%;
  background: var(--jeongeup-maple);
  content: "";
}

body .award-page .award-course-rule--10km .award-course-rule__title::before {
  background: #4f5d4d;
}

body .award-page .award-course-rule p {
  margin: 0;
}

body .award-page .award-course-rule p strong {
  color: #a9342a;
  font-weight: 800;
}

body .award-page .award-course-rule__divisions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 2.4rem;
  margin: 0 0 1.4rem;
}

body .award-page .award-course-rule__divisions li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: .9rem 1.2rem;
  border-radius: .8rem;
  background: #fff;
}

body .award-page .award-course-rule__divisions li::before {
  display: none;
}

body .award-page .award-course-rule__divisions span {
  font-weight: 700;
}

body .award-page .award-course-rule__divisions b {
  color: #4f5d4d;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  body .award-page .award-course-rule {
    margin-bottom: 1.6rem;
    padding: 1.6rem;
    font-size: 1.5rem;
  }

  body .award-page .award-course-rule__title {
    font-size: 1.8rem;
  }

  body .award-page .award-course-rule__divisions {
    grid-template-columns: 1fr;
    gap: .6rem;
  }

  body .award-page .award-course-rule__divisions li {
    gap: 1rem;
    padding: .9rem 1rem;
  }
}

/* C-2026-026 시상안내 모바일 카드형 시상표 */
@media (max-width: 768px) {
  body .award-page {
    padding-top: 4.8rem;
    padding-right: 1.8rem;
    padding-bottom: 8rem;
    padding-left: 1.8rem;
  }

  body .award-page .sub-title {
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }

  body .award-page .award_title-box {
    font-size: clamp(2.8rem, 8vw, 3.6rem);
    line-height: 1.25;
  }

  body .award-page .jeongeup-heading-note {
    margin: .8rem 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  body .award-page .breadcrumb {
    max-width: 100%;
    gap: .6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  body .award-page .award-info__wrap {
    margin-bottom: 4rem;
  }

  body .award-page .award-info__wrap h3 {
    margin-bottom: 1.2rem;
  }

  body .award-page .jeongeup-award .award-info__align {
    display: block;
    overflow: visible;
    border-radius: 0;
  }

  body .award-page .jeongeup-award .award-prize-table {
    display: block;
    min-width: 0;
    border: 0;
    background: transparent;
  }

  body .award-page .award-prize-table caption {
    display: block;
    box-sizing: border-box;
    margin-bottom: 1.2rem;
    border-radius: .8rem;
  }

  body .award-page .award-prize-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  body .award-page .award-prize-table tbody {
    display: grid;
    gap: 1.4rem;
  }

  body .award-page .award-prize-table tbody tr,
  body .award-page .award-prize-table tbody tr:nth-child(even),
  body .award-page .award-prize-table tbody tr:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #ddd5c7;
    border-top: 4px solid #4f5d4d;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 .8rem 2rem rgba(60, 51, 42, .06);
  }

  body .award-page .award-prize-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    min-width: 0;
    padding: 1.1rem 1.2rem;
    border-right: 1px solid #eee9e1;
    border-bottom: 1px solid #eee9e1;
    color: #332f2a;
    font-size: 1.5rem;
    line-height: 1.45;
    text-align: right;
  }

  body .award-page .award-prize-table tbody td:nth-child(odd) {
    border-right: 0;
  }

  body .award-page .award-prize-table tbody td:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  body .award-page .award-prize-table tbody td:first-child {
    grid-column: 1 / -1;
    justify-content: flex-start;
    border-right: 0;
    background: #f3f0e8;
    color: var(--jeongeup-ink);
    font-size: 1.7rem;
    font-weight: 800;
    text-align: left;
  }

  body .award-page .award-prize-table tbody td::before {
    color: #756d62;
    font-size: 1.3rem;
    font-weight: 700;
    content: attr(data-label);
  }

  body .award-page .award-prize-table tbody td:first-child::before {
    display: none;
  }

  body .award-page .award_list {
    margin-bottom: 2.4rem;
    padding: 1.8rem 2rem;
    border-radius: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.65;
  }

  body .award-page .award_list ul li + li {
    margin-top: .8rem;
  }
}

@media (max-width: 380px) {
  body .award-page {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  body .award-page .award-prize-table tbody td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.4rem;
  }
}

body .sub-contents .traffic_Title,
body .sub-contents .traffic_subTitle,
body .sub-contents .traffic_next-green {
  color: var(--jeongeup-blue) !important;
}

body .sub-contents .apply-attention .attention__img.title01,
body .sub-contents .apply-attention .attention__img.title03 {
  background: linear-gradient(90deg, var(--jeongeup-maple-dark), var(--jeongeup-maple));
}

body .sub-contents .apply-attention .attention__img.title02 {
  background: linear-gradient(90deg, #3f4f43, var(--jeongeup-blue));
}

body .sub-contents .apply-attention .attention__img.title04 {
  background: linear-gradient(90deg, #3f8f2d, var(--jeongeup-green));
}

body .sub-contents .apply-attention .attention__img.title02 + ul > li span {
  color: var(--jeongeup-blue);
}

body .sub-contents .apply-attention .attention__img.title03 + ul > li span {
  color: var(--jeongeup-maple);
}

/* 참가자 유의사항: 레거시 배경 충돌과 과도한 세로 여백을 제거한 카드형 안내 */
body .attention-page .sub-title {
  margin-bottom: clamp(2.4rem, 3vw, 4rem);
}

body .attention-page .apply-attention {
  max-width: 112rem;
  margin: 0 auto;
}

body .attention-page .apply-attention .attention__img {
  max-width: none;
  margin: 2.4rem 0 0;
  padding: 1.8rem 2.4rem;
  border: 1px solid #ddd5c7;
  border-bottom: 0;
  border-radius: 1.6rem 1.6rem 0 0;
  background: #f3eee4 !important;
  color: #29261f !important;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

body .attention-page .apply-attention .attention__img:first-child {
  margin-top: 0;
}

body .attention-page .apply-attention .attention__img::before {
  content: "";
  display: inline-block;
  width: .5rem;
  height: 2.1rem;
  margin-right: 1.1rem;
  border-radius: 999px;
  background: var(--jeongeup-maple);
  vertical-align: -.3rem;
}

body .attention-page .apply-attention .attention__img + ul {
  margin: 0;
  padding: 2rem 2.4rem 1.2rem;
  border: 1px solid #ddd5c7;
  border-top: 0;
  border-radius: 0 0 1.6rem 1.6rem;
  background: #fff;
  box-shadow: 0 1rem 2.6rem rgba(55, 47, 38, .06);
}

body .attention-page .apply-attention .attention__img + ul > li {
  position: relative;
  margin: 0;
  padding: 0 0 1.2rem 1.8rem;
  color: #403b34;
  font-size: 1.7rem;
  line-height: 1.8;
}

body .attention-page .apply-attention .attention__img + ul > li::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: .6rem;
  height: .6rem;
  margin: 0;
  background: #789555;
}

body .attention-page .apply-check {
  max-width: 112rem;
  margin: 3rem auto 0;
  padding: 2rem 2.4rem;
  border-radius: 1.4rem;
  background: #f7f2e9;
}

body .attention-page .apply-check li {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body .attention-page .apply-attention .attention__img {
    padding: 1.5rem 1.7rem;
    font-size: 1.8rem;
  }

  body .attention-page .apply-attention .attention__img + ul {
    padding: 1.7rem 1.7rem .7rem;
  }

  body .attention-page .apply-attention .attention__img + ul > li {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  body .sub-contents .responsive-table td,
  body .sub-contents .responsive-table td:first-child:not(.host) {
    border-color: rgba(95, 115, 95, 0.3);
  }
}

/* C-2026-013 메인 편집형 재구성 */
.event-hero,
.event-hero *,
.event-countdown,
.event-countdown *,
.event-links,
.event-links *,
.event-notice,
.event-notice * {
  box-sizing: border-box;
}

.event-hero {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e4e0d9;
  border-bottom: 1px solid #d9d4cb;
  background: #f5f2ec;
  color: #191719;
}

.event-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 50%;
  background: #ecefeb;
  pointer-events: none;
}

.event-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(43rem, 0.95fr);
  gap: clamp(5rem, 6vw, 11rem);
  min-height: 76rem;
}

.event-hero__copy {
  align-self: center;
  padding: 7.5rem 0 6.5rem;
}

.event-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 3rem;
  color: #645f59;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.event-hero__meta span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--jeongeup-maple);
}

.event-hero__meta span:first-child::before {
  content: "";
  width: 2.8rem;
  height: 2px;
  background: currentColor;
}

.event-hero h1 {
  margin: 0;
  color: #1e1a1d;
  font-size: clamp(4.6rem, 4.4vw, 7.3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.065em;
}

.event-hero h1 strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 800;
}

.event-hero__lead {
  margin: 2.6rem 0 0;
  color: #514c4d;
  font-size: clamp(1.7rem, 1.2vw, 2rem);
  line-height: 1.7;
}

.event-hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3.6rem;
}

.event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.2rem;
  min-height: 5.4rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid #242124;
  background: transparent;
  color: #242124;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.event-button--primary {
  border-color: var(--jeongeup-maple);
  background: var(--jeongeup-maple);
  color: #fff;
}

.event-button:hover,
.event-button:focus-visible {
  background: #242124;
  color: #fff;
}

.event-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 1rem;
  padding: 1.2rem 0.4rem;
  border-bottom: 1px solid #242124;
  color: #242124;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.event-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 5.2rem 0 0;
  border-top: 1px solid #a9a39a;
  border-bottom: 1px solid #a9a39a;
}

.event-facts > div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1.2rem;
  min-height: 9.4rem;
  padding: 2.1rem 1.6rem 1.9rem 0;
  border-bottom: 1px solid #d6d1c9;
}

.event-facts > div:nth-child(odd) {
  border-right: 1px solid #d6d1c9;
}

.event-facts > div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.event-facts dt {
  color: var(--jeongeup-maple);
  font-size: 1.35rem;
  font-weight: 800;
}

.event-facts dd {
  margin: 0;
  color: #211f20;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.45;
}

.event-facts dd small {
  display: block;
  margin-top: 0.35rem;
  color: #77716d;
  font-size: 1.3rem;
  font-weight: 500;
}

.event-hero__visual {
  align-self: center;
  padding: 5rem 0 4.5rem;
}

.event-hero__visual figure {
  position: relative;
  margin: 0;
  padding: 4rem 2rem 2rem;
  border-top: 1px solid #898984;
  border-bottom: 1px solid #b9bab5;
}

.event-hero__visual figure::before {
  content: "JEONGEUP  ·  2026";
  position: absolute;
  top: 1.4rem;
  left: 2rem;
  color: #777872;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.event-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.72) contrast(0.95);
  opacity: 0.91;
}

.event-hero__visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.3rem;
  color: #575953;
  font-size: 1.25rem;
}

.event-hero__visual figcaption span {
  color: var(--jeongeup-blue);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.event-donation-link {
  display: grid;
  grid-template-columns: 12rem 1fr auto;
  align-items: center;
  gap: 1.4rem;
  padding: 2.1rem 2rem;
  border-bottom: 1px solid #898984;
  color: #211f20;
  text-decoration: none;
  transition: background 0.2s ease;
}

.event-donation-link:hover,
.event-donation-link:focus-visible {
  background: rgba(255, 255, 255, 0.55);
}

.event-donation-link span {
  color: var(--jeongeup-maple);
  font-size: 1.3rem;
  font-weight: 800;
}

.event-donation-link strong {
  font-size: 1.65rem;
}

.event-donation-link i {
  color: var(--jeongeup-blue);
  font-size: 2rem;
}

.event-countdown {
  border-bottom: 1px solid #d9d9d5;
  background: #fff;
}

.event-countdown__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4rem, 8vw, 13rem);
  min-height: 14rem;
}

.event-countdown__title {
  margin: 0;
  padding-left: 2rem;
  border-left: 3px solid var(--jeongeup-maple);
  color: #232123;
  font-size: 2.1rem;
  font-weight: 800;
}

.event-countdown__title span {
  display: block;
  margin-bottom: 0.45rem;
  color: #77716d;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
}

.event-countdown__time {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.event-countdown__time > div {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.event-countdown__time strong {
  min-width: 5.2rem;
  color: var(--jeongeup-blue);
  font-size: clamp(3.4rem, 3vw, 5rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.event-countdown__time span {
  color: #77716d;
  font-size: 1.25rem;
}

.event-countdown__time b {
  color: #b6b3af;
  font-size: 2rem;
  font-weight: 400;
}

.event-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8rem;
  margin-bottom: 10rem;
  border-top: 1px solid #242124;
  border-bottom: 1px solid #242124;
}

.event-links > a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1.4rem;
  min-height: 14rem;
  padding: 2.8rem 2.4rem;
  border-right: 1px solid #d6d3ce;
  color: #242124;
  text-decoration: none;
  transition: background 0.2s ease;
}

.event-links > a:last-child {
  border-right: 0;
}

.event-links > a:hover,
.event-links > a:focus-visible {
  background: #f4f1ea;
}

.event-links > a > span {
  grid-row: 1 / 3;
  color: var(--jeongeup-maple);
  font-size: 1.15rem;
  font-weight: 800;
}

.event-links strong {
  font-size: 1.8rem;
}

.event-links small {
  grid-column: 2 / 3;
  margin-top: 0.7rem;
  color: #77716d;
  font-size: 1.25rem;
}

.event-links i {
  grid-row: 1 / 3;
  grid-column: 3;
  align-self: center;
  color: var(--jeongeup-blue);
  font-size: 2rem;
}

.event-notice {
  padding: 9rem 0 11rem;
  border-top: 1px solid #e0ded8;
  background: #f7f7f5;
}

.event-notice__inner {
  display: grid;
  grid-template-columns: 30rem minmax(0, 1fr);
  gap: clamp(6rem, 8vw, 14rem);
}

.event-section-heading p {
  margin: 0 0 1.6rem;
  color: var(--jeongeup-maple);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.event-section-heading h2 {
  margin: 0;
  color: #242124;
  font-size: 4rem;
  letter-spacing: -0.05em;
}

.event-section-heading span {
  display: block;
  margin-top: 1.8rem;
  color: #6f6b68;
  font-size: 1.45rem;
  line-height: 1.7;
}

.event-notice__board {
  border-top: 2px solid #242124;
}

.event-notice__board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7rem;
  border-bottom: 1px solid #c9c7c2;
}

.event-notice__board-head strong {
  font-size: 1.8rem;
}

.event-notice__board-head a {
  color: #575351;
  font-size: 1.3rem;
  text-decoration: none;
}

.event-notice__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 6.4rem;
  border-bottom: 1px solid #dedcd7;
  color: #242124;
  text-decoration: none;
}

.event-notice__item strong {
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-notice__item time {
  color: #85817e;
  font-size: 1.25rem;
}

.event-notice__empty {
  display: grid;
  place-items: center;
  min-height: 13rem;
  margin: 0;
  border-bottom: 1px solid #dedcd7;
  color: #85817e;
  font-size: 1.4rem;
}

@media (max-width: 1229px) {
  .event-hero::before {
    inset: 0;
    opacity: 0.45;
  }

  .event-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .event-hero__copy {
    padding-bottom: 4rem;
  }

  .event-hero__visual {
    padding: 0 0 5rem;
  }

  .event-hero__visual figure {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 78rem;
  }

  .event-hero__visual img {
    max-height: 48rem;
    object-fit: contain;
  }

  .event-donation-link {
    max-width: 78rem;
  }

  .event-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-links > a:nth-child(2) {
    border-right: 0;
  }

  .event-links > a:nth-child(-n+2) {
    border-bottom: 1px solid #d6d3ce;
  }
}

@media (max-width: 768px) {
  .event-hero,
  .event-hero__inner,
  .event-hero__copy,
  .event-hero__visual {
    max-width: 100%;
  }

  .event-hero__copy {
    padding: 5rem 0 3.5rem;
  }

  .event-hero__meta {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    font-size: 1.15rem;
  }

  .event-hero h1 {
    max-width: 100%;
    font-size: clamp(3.6rem, 11vw, 5.4rem);
    line-height: 1.14;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .event-hero h1 strong {
    max-width: 100%;
  }

  .event-hero__lead {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .event-hero__lead br {
    display: none;
  }

  .event-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .event-button {
    width: 100%;
  }

  .event-text-link {
    justify-self: start;
    margin-left: 0;
  }

  .event-facts {
    grid-template-columns: 1fr;
    margin-top: 3.8rem;
  }

  .event-facts > div,
  .event-facts > div:nth-child(odd),
  .event-facts > div:nth-last-child(-n+2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d6d1c9;
  }

  .event-facts > div:last-child {
    border-bottom: 0;
  }

  .event-hero__visual figure {
    overflow: hidden;
    padding: 3.8rem 0 1.6rem;
  }

  .event-hero__visual figure::before {
    left: 0;
  }

  .event-hero__visual figcaption {
    flex-direction: column;
    gap: 0.4rem;
  }

  .event-hero__visual img {
    max-width: 100%;
  }

  .event-donation-link {
    grid-template-columns: 1fr auto;
    padding: 1.8rem 0;
  }

  .event-donation-link span {
    grid-column: 1 / 3;
  }

  .event-countdown__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .event-countdown__time {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 0.8rem;
  }

  .event-countdown__time > div {
    align-items: center;
    flex-direction: column;
    gap: 0.3rem;
    text-align: center;
  }

  .event-countdown__time strong {
    min-width: 0;
    font-size: clamp(2.8rem, 9vw, 3.4rem);
  }

  .event-countdown__time b {
    display: none;
  }

  .event-links {
    grid-template-columns: 1fr;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }

  .event-links > a,
  .event-links > a:nth-child(2) {
    min-height: 10.5rem;
    border-right: 0;
    border-bottom: 1px solid #d6d3ce;
  }

  .event-links > a:last-child {
    border-bottom: 0;
  }

  .event-notice {
    padding: 6rem 0 7rem;
  }

  .event-notice__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .event-section-heading h2 {
    font-size: 3.2rem;
  }
}

/* 2026-09-17: uncropped hometown-donation running hero and natural Jeongeup palette */
.race-hero {
  min-height: 720px;
  background: #fbf5e9;
}

.race-hero__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("/jsp/home/images/jeongeup_mascot_run_hero_v2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.race-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,250,241,.98) 0%, rgba(255,250,241,.94) 31%, rgba(255,250,241,.68) 44%, rgba(255,250,241,.08) 64%, transparent 76%);
  pointer-events: none;
  content: '';
}

.race-hero::after {
  z-index: 3;
  height: 5px;
  background: linear-gradient(90deg, var(--race-red) 0 58%, var(--race-gold) 58% 76%, var(--race-green) 76% 100%);
}

.race-hero__inner {
  display: block;
  min-height: 720px;
  padding: 5rem 0 4rem;
}

.race-hero__copy {
  position: relative;
  z-index: 2;
  width: min(56%, 660px);
}

.race-hero h1 {
  font-size: clamp(5rem, 4.5vw, 6.8rem);
}

.race-hero__lead {
  color: #655b50;
}

.race-hero__brief {
  width: 100%;
  max-width: 660px;
  margin: 3.2rem 0 0;
  padding: 2.1rem 2.4rem 1.9rem;
  border: 1px solid rgba(90, 78, 65, .13);
  border-top: 4px solid var(--race-red);
  border-radius: 0 0 1.6rem 1.6rem;
  background: rgba(255,252,246,.94);
  box-shadow: 0 1.4rem 3.4rem rgba(69, 48, 35, .12);
  backdrop-filter: blur(8px);
}

.race-hero__brief dl > div {
  grid-template-columns: 7.2rem minmax(0, 1fr);
  gap: 1.2rem;
  min-height: 6rem;
  padding: 1.25rem 1rem 1.25rem 0;
  align-items: center;
  border-top-color: rgba(90, 78, 65, .2);
}

.race-hero__brief dt {
  color: #665e55;
  font-size: 1.5rem;
  font-weight: 750;
  letter-spacing: -.02em;
}

.race-hero__brief dd {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.5;
}

.race-hero__brief dd strong {
  font-size: 1.9rem;
  line-height: 1.25;
}

.race-hero__brief dd small {
  margin-top: .5rem;
  font-size: 1.35rem;
  line-height: 1.4;
}

.race-hero__map {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top-color: rgba(41,38,31,.65);
  font-size: 1.55rem;
}

.race-countdown {
  background: #4f5d4d;
}

.race-quick > a:hover,
.race-quick > a:focus-visible {
  background: #3e463c;
}

.race-information {
  background: #30352e;
}

.race-contact {
  background: #5f735f;
}

@media (max-width: 1100px) {
  .race-hero::before {
    background: linear-gradient(90deg, rgba(255,250,241,.98) 0%, rgba(255,250,241,.94) 38%, rgba(255,250,241,.72) 52%, rgba(255,250,241,.14) 72%, transparent 84%);
  }

  .race-hero__copy {
    width: 58%;
  }
}

@media (max-width: 820px) {
  .race-hero {
    min-height: 0;
    background: #fbf5e9;
  }

  .race-hero__visual {
    height: 38rem;
    background-position: right top;
    background-size: auto 100%;
  }

  .race-hero::before {
    background: linear-gradient(180deg, transparent 0%, transparent 48%, rgba(251,245,233,.72) 70%, #fbf5e9 94%);
  }

  .race-hero__inner {
    display: block;
    min-height: 0;
    padding: 35rem 0 5rem;
  }

  .race-hero__copy {
    width: 100%;
  }

  .race-hero__brief {
    max-width: none;
    margin-top: 3rem;
  }
}

@media (max-width: 560px) {
  .race-hero__visual {
    height: clamp(18rem, 56.25vw, 31.5rem);
    background-position: center top;
    background-size: 100% auto;
  }

  .race-hero::before {
    right: 0;
    bottom: auto;
    height: clamp(18rem, 56.25vw, 31.5rem);
    background: linear-gradient(180deg, transparent 0%, transparent 76%, rgba(251,245,233,.58) 90%, #fbf5e9 100%);
  }

  .race-hero__inner.main-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: calc(clamp(18rem, 56.25vw, 31.5rem) - .4rem) 2rem 4rem;
  }

  .race-hero__copy {
    width: 100%;
    max-width: none;
  }

  .race-hero h1 {
    font-size: clamp(3.25rem, 10.2vw, 4.3rem);
    line-height: 1.08;
    letter-spacing: -.055em;
  }

  .race-hero h1 strong {
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .race-hero__lead {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .race-hero__actions {
    gap: 1rem;
    width: 100%;
    margin-top: 2.8rem;
  }

  .race-button {
    width: 100%;
    height: 5.4rem;
    padding: 0 1.4rem;
    border-radius: .8rem;
    font-size: 1.5rem;
  }

  .race-button--red {
    justify-content: center;
    gap: 1.2rem;
  }

  .race-hero__brief {
    margin-top: 2.4rem;
    padding: 1.6rem 1.8rem 1.7rem;
    border-radius: 0 0 1.4rem 1.4rem;
  }

  .race-hero__brief dl {
    grid-template-columns: 1fr;
  }

  .race-hero__brief dl > div,
  .race-hero__brief dl > div:nth-child(odd) {
    grid-template-columns: 7.2rem minmax(0, 1fr);
    min-height: 5.8rem;
    margin-right: 0;
    padding: 1.15rem 0;
  }

  .race-hero__map {
    min-height: 4.8rem;
  }
}

/* 로그인: 테마 변수 해석 실패 시에도 제출 버튼이 사라지지 않도록 고정 fallback 제공 */
body .sub-contents #loginForm .login-box .button-wrap {
  display: block !important;
  margin-top: 3.2rem;
}

body .sub-contents #loginForm .login-box .button-wrap .btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 5.6rem;
  padding: 1.4rem 2.4rem;
  border: 1px solid #d94736;
  border-radius: 1rem;
  background: #d94736;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 1rem 2.4rem rgba(169, 52, 42, .18);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body .sub-contents #loginForm .login-box .button-wrap .btn--primary:hover,
body .sub-contents #loginForm .login-box .button-wrap .btn--primary:focus-visible {
  border-color: #a9342a;
  background: #a9342a;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  body .sub-contents #loginForm .login-box .button-wrap {
    margin-top: 2.4rem;
  }

body .sub-contents #loginForm .login-box .button-wrap .btn--primary {
    min-height: 5.2rem;
    font-size: 1.6rem;
  }
}

/* 참가신청: 테마 변수나 레거시 규칙 충돌 시에도 진행 버튼이 투명해지지 않도록 고정한다. */
body .sub-contents .participation-action-wrap {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

body .sub-contents .participation-action-wrap .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 17.4rem;
  min-height: 5.6rem;
  opacity: 1 !important;
  visibility: visible !important;
}

body .sub-contents .participation-action-wrap .btn--primary {
  border: 1px solid #d94736 !important;
  background: #d94736 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 1rem 2.4rem rgba(169, 52, 42, .18);
}

body .sub-contents .participation-action-wrap .btn--primary:hover,
body .sub-contents .participation-action-wrap .btn--primary:focus-visible {
  border-color: #a9342a !important;
  background: #a9342a !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body .sub-contents .participation-action-wrap .btn--primary:disabled {
  border-color: #b98078 !important;
  background: #b98078 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: wait;
  transform: none;
}

@media (max-width: 768px) {
  body .sub-contents .participation-action-wrap {
    flex-direction: column;
    margin-top: 4rem;
  }

  body .sub-contents .participation-action-wrap .btn {
    width: 100% !important;
    min-width: 0;
    min-height: 5.4rem;
  }
}

/* C-2026-030 revision: /home subpage-aligned hometown guide */
body .hometown-page {
  padding-bottom: 10rem;
}

body .hometown-content {
  max-width: 132rem;
  margin-right: auto;
  margin-left: auto;
}

body .hometown-intro {
  position: relative;
  overflow: hidden;
  max-width: 112rem;
  padding: clamp(3.6rem, 5vw, 5.6rem);
  border-top: 1px solid #eadfd2;
  border-bottom: 1px solid #d9dcd6;
  background:
    radial-gradient(circle at 1px 1px, rgba(169, 52, 42, .08) 1px, transparent 1.2px) 0 0 / 2.4rem 2.4rem,
    linear-gradient(105deg, rgba(250, 246, 238, .92), rgba(255, 255, 255, .96));
}

body .hometown-intro__copy {
  position: relative;
  z-index: 1;
  max-width: 72rem;
}

body .hometown-intro::after {
  position: absolute;
  top: 50%;
  right: -6rem;
  width: 25rem;
  height: 25rem;
  border: 2.6rem solid rgba(95, 115, 95, .07);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

body .hometown-kicker,
body .hometown-section__head > span {
  display: block;
  margin-bottom: 1.4rem;
  color: #27537b;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .18em;
}

body .hometown-intro h3,
body .hometown-section__head h3 {
  margin-bottom: 2rem;
  color: var(--jeongeup-ink);
  font-size: clamp(3rem, 3vw, 4.4rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.04em;
}

body .hometown-section__head h3::after {
  display: block;
  width: 4.2rem;
  height: .4rem;
  margin-top: 1.4rem;
  border-radius: 999px;
  background: #e7792b;
  content: "";
}

body .hometown-intro p,
body .hometown-section__head p {
  color: #555b54;
  font-size: 1.7rem;
  line-height: 1.85;
}

body .hometown-intro__lead {
  margin-bottom: .6rem;
  color: #343832 !important;
  font-size: 2rem !important;
  font-weight: 600;
}

body .hometown-section {
  padding: clamp(6rem, 7vw, 9rem) 0;
  border-bottom: 1px solid #d9dcd6;
}

body .hometown-section__head {
  max-width: 88rem;
  margin-bottom: 4rem;
}

body .hometown-policy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

body .hometown-policy article {
  position: relative;
  overflow: hidden;
  min-height: 24rem;
  padding: 3.2rem 3rem;
  border: 1px solid #d9e0e5;
  border-radius: 1.2rem;
  background: linear-gradient(145deg, #fff 0%, #fbfcfd 100%);
}

body .hometown-policy article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: .4rem;
  background: #27537b;
  content: "";
}

body .hometown-policy article:nth-child(2)::before {
  background: #e7ad2f;
}

body .hometown-policy article:nth-child(3)::before {
  background: #e7792b;
}

body .hometown-policy__top {
  display: flex;
  margin-bottom: 2.8rem;
  align-items: center;
  justify-content: space-between;
}

body .hometown-policy__number {
  display: block;
  color: var(--jeongeup-maple);
  font-size: 1.3rem;
  font-weight: 800;
}

body .hometown-policy__icon {
  display: inline-flex;
  width: 4.8rem;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dbe4eb;
  background: #f5f8fb;
  color: #27537b;
  font-size: 2.2rem;
  opacity: .72;
}

body .hometown-policy h4 {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 800;
}

body .hometown-policy p {
  color: #62675f;
  font-size: 1.55rem;
  line-height: 1.75;
}

body .hometown-official {
  display: flex;
  gap: 2.4rem;
  margin-top: 2.4rem;
  padding: 2.6rem 3rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dce3e8;
  border-left: .4rem solid #e7792b;
  background: #f8fafc;
}

body .hometown-official strong {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.8rem;
}

body .hometown-official p {
  color: #666a62;
  font-size: 1.4rem;
  line-height: 1.6;
}

body .hometown-official a {
  display: inline-flex;
  min-width: 23rem;
  min-height: 5.4rem;
  padding: 1.4rem 2rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d94736 !important;
  border-radius: .8rem;
  background: #d94736 !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 800;
  box-shadow: 0 1rem 2.4rem rgba(169, 52, 42, .2);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body .hometown-official a:hover,
body .hometown-official a:focus-visible {
  border-color: #a9342a !important;
  background: #a9342a !important;
  color: #fff !important;
  box-shadow: 0 1.2rem 2.8rem rgba(169, 52, 42, .28);
  transform: translateY(-2px);
}

body .hometown-official a:focus-visible {
  outline: .3rem solid rgba(217, 71, 54, .24);
  outline-offset: .3rem;
}

body .hometown-entry-list {
  border-top: 2px solid var(--jeongeup-ink);
}

body .hometown-entry-list > article {
  display: grid;
  grid-template-columns: 30rem minmax(0, 1fr);
  border-bottom: 1px solid #d9dcd6;
}

body .hometown-entry-list__type,
body .hometown-entry-list__body {
  padding: 3.2rem 3rem;
}

body .hometown-entry-list__type {
  background: #f7f5ef;
}

body .hometown-entry-list__type span {
  display: block;
  margin-bottom: 1rem;
  color: var(--jeongeup-maple);
  font-size: 1.3rem;
  font-weight: 800;
}

body .hometown-entry-list__type h4 {
  font-size: 2.2rem;
  font-weight: 800;
}

body .hometown-entry-list__body > p {
  margin-bottom: 1.8rem;
  color: #555b54;
  font-size: 1.6rem;
  line-height: 1.7;
}

body .hometown-entry-list__body > p strong {
  font-size: 1.8rem;
}

body .hometown-entry-list__body ul {
  display: flex;
  gap: 1.2rem 3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

body .hometown-entry-list__body ul li {
  position: relative;
  padding-left: 1.4rem;
  color: #62675f;
  font-size: 1.5rem;
}

body .hometown-entry-list__body ul li::before {
  position: absolute;
  top: .7rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--jeongeup-green);
  content: "";
}

body .hometown-account {
  display: flex;
  gap: 1.2rem;
  max-width: 54rem;
  padding: 1.6rem 2rem;
  align-items: center;
  border: 1px solid #d9dcd6;
  background: #fff;
}

body .hometown-account span {
  color: var(--jeongeup-blue);
  font-size: 1.4rem;
  font-weight: 800;
}

body .hometown-account strong {
  font-size: 1.8rem;
}

body .hometown-account small {
  margin-left: auto;
  color: #6f746c;
  font-size: 1.3rem;
}

body .hometown-entry-list__body ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

body .hometown-entry-list__body ol li {
  color: #5d625a;
  font-size: 1.45rem;
  line-height: 1.55;
}

body .hometown-entry-list__body ol span {
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5e6e1;
  color: var(--jeongeup-maple-dark);
  font-size: 1.2rem;
  font-weight: 800;
}

body .hometown-entry__notice {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  color: #666a62;
  font-size: 1.45rem;
  line-height: 1.7;
}

body .hometown-entry__notice i {
  margin-top: .3rem;
  color: var(--jeongeup-maple);
  font-size: 1.8rem;
}

body .hometown-actions {
  display: flex;
  gap: 1rem;
  padding-top: 4rem;
  justify-content: flex-end;
}

body .hometown-actions a {
  display: inline-flex;
  min-width: 20rem;
  min-height: 5.6rem;
  padding: 1.4rem 2.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--jeongeup-ink);
  font-size: 1.6rem;
  font-weight: 800;
}

body .hometown-actions__primary {
  gap: 2.4rem;
  border-color: var(--jeongeup-maple) !important;
  background: var(--jeongeup-maple);
  color: #fff;
}

body .hometown-actions__primary:hover,
body .hometown-actions__primary:focus-visible {
  background: var(--jeongeup-maple-dark);
  color: #fff;
}

body .hometown-actions__secondary {
  background: #fff;
  color: var(--jeongeup-ink);
}

body .hometown-actions__secondary:hover,
body .hometown-actions__secondary:focus-visible {
  background: var(--jeongeup-ink);
  color: #fff;
}

@media (max-width: 1024px) {
  body .hometown-policy {
    grid-template-columns: 1fr;
  }

  body .hometown-policy article {
    min-height: 0;
  }

  body .hometown-policy__number {
    margin-bottom: 0;
  }

  body .hometown-entry-list > article {
    grid-template-columns: 24rem minmax(0, 1fr);
  }

  body .hometown-entry-list__body ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body .hometown-page {
    padding: 4.8rem 1.8rem 8rem;
  }

  body .hometown-page .sub-title {
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }

  body .hometown-page .sub-title h2 {
    font-size: clamp(2.8rem, 8vw, 3.6rem);
    line-height: 1.25;
  }

  body .hometown-page .breadcrumb {
    max-width: 100%;
    gap: .6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    flex-wrap: wrap;
  }

  body .hometown-intro {
    padding: 3rem 2.2rem;
  }

  body .hometown-intro::after {
    right: -7rem;
    width: 18rem;
    height: 18rem;
    border-width: 2rem;
  }

  body .hometown-intro h3,
  body .hometown-section__head h3 {
    font-size: clamp(2.7rem, 8vw, 3.5rem);
  }

  body .hometown-intro p,
  body .hometown-section__head p,
  body .hometown-intro__lead {
    font-size: 1.6rem !important;
  }

  body .hometown-section {
    padding: 5rem 0;
  }

  body .hometown-policy article {
    padding: 2.6rem 2rem;
  }

  body .hometown-policy__top {
    margin-bottom: 2rem;
  }

  body .hometown-official {
    padding: 2.2rem;
    align-items: stretch;
    flex-direction: column;
  }

  body .hometown-official a {
    width: 100%;
    min-width: 0;
  }

  body .hometown-entry-list > article {
    grid-template-columns: 1fr;
  }

  body .hometown-entry-list__type,
  body .hometown-entry-list__body {
    padding: 2.4rem 2rem;
  }

  body .hometown-account {
    align-items: flex-start;
    flex-direction: column;
  }

  body .hometown-account small {
    margin-left: 0;
  }

  body .hometown-entry-list__body ol {
    grid-template-columns: 1fr;
  }

  body .hometown-entry-list__body ol li {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  body .hometown-entry-list__body ol span {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  body .hometown-actions {
    flex-direction: column;
  }

  body .hometown-actions a {
    width: 100%;
    min-width: 0;
  }
}
