@charset "UTF-8";
:root {
  --header-h: 60px;
}

@media (max-width: 1000px) {
  :root {
    --header-h: 68px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: -0.05em;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: top;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

span {
  display: inline-block;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

html, body {
  font-family: "S-Core Dream", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif;
  color: #101010;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.tdu {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 25%;
}

.blacked {
  font-weight: 900;
}

.bolded, strong {
  font-weight: 600;
}

.primary {
  color: #102063;
}

.point {
  color: #CE1018;
}

.custom-download {
  font-size: 0.875rem;
  color: #101010;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  background-color: rgb(214.8715789474, 216.1, 217.3284210526);
  position: relative;
  transition: background-color 0.3s;
}
.custom-download::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url("../img/download.svg") no-repeat;
  margin-right: 0.25rem;
  vertical-align: middle;
  transform: scale(0.8);
  transform-origin: top center;
}
.custom-download:hover {
  background-color: rgb(178.0442105263, 180.4, 182.7557894737);
}

/* File block: 첫 링크(파일 보기) 시각적으로 숨김(SR-only) */
.wp-block-file .wp-block-file__link.is-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.mb-only {
  display: none;
}
@media (max-width: 1000px) {
  .mb-only {
    display: initial;
  }
}

.dt-only {
  display: initial;
}
@media (max-width: 1000px) {
  .dt-only {
    display: none;
  }
}

.styled-heading {
  padding-left: 0.5rem;
  line-height: 1;
  border-left: 10px solid rgb(214.8715789474, 216.1, 217.3284210526);
  font-weight: 700;
  margin-bottom: 1rem;
}

.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 1001px) {
  .container {
    width: 100vw;
    height: 100vh;
  }
}

:root {
  --pd: 40px 60px;
}

@media (max-width: 1200px) {
  :root {
    --pd: 40px 20px;
  }
}
.side {
  padding: var(--pd);
}

.info {
  background: hsl(30, 31%, 89%);
  background: linear-gradient(-135deg, hsl(30, 31%, 89%) 0%, hsl(30, 31%, 89%) 50%, hsl(78, 25%, 92%) 100%);
  background: -webkit-linear-gradient(-135deg, hsl(30, 31%, 89%) 0%, hsl(30, 31%, 89%) 50%, hsl(78, 25%, 92%) 100%);
  width: 60%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .info {
    width: 100%;
  }
}

.pic-area img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

@media (min-width: 1001px) {
  .subcol {
    width: 219px;
  }
}

.mascot-box {
  width: 100%;
}
.mascot-box img {
  width: 97px;
  height: auto;
  margin-bottom: 0.5rem;
}
.mascot-box .primary {
  font-weight: 600;
}
.mascot-box p {
  font-size: 0.75rem;
}
@media (max-width: 1000px) {
  .mascot-box {
    margin-top: 60px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
  }
}

.maincol .pic-holder {
  padding-bottom: 1.25rem;
}
.maincol .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campaign-heading .sub {
  font-size: 1.4rem;
  font-weight: 600;
}
.campaign-heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.mws {
  padding: 1.25rem 0;
}

.mw {
  font-size: 1.2rem;
}
.mw span {
  font-weight: 600;
}

.cp, .cp span {
  font-size: 1.8rem;
  font-weight: 600;
}

.action {
  position: relative;
  width: 40%;
}
.action *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.action *::-webkit-scrollbar-track {
  background: rgb(214.8715789474, 216.1, 217.3284210526);
}
.action *::-webkit-scrollbar-thumb {
  background: rgb(112.3302631579, 186.1697368421, 171.534886202);
}
.action *::-webkit-scrollbar-thumb:hover {
  background: #1E8D77;
}
@media (max-width: 1000px) {
  .action {
    width: 100%;
    padding-bottom: 5rem;
  }
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copyright {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 60px;
}
@media (max-width: 1200px) {
  .copyright {
    padding: 16px 20px;
  }
}

.page-heading h2 {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.page-heading h1 {
  font-size: 1.2rem;
  font-weight: 400;
}
.page-heading h1 strong {
  font-size: 1.4rem;
}

.until-now {
  font-size: 1.2rem;
  margin: 1.75rem 0 0.75rem;
}
.until-now span {
  font-size: 1.2rem;
}

.period {
  padding-right: 48px;
  position: relative;
  margin-right: 0.5rem;
}
.period::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #101010;
  height: 1px;
  width: 40px;
}

.qty {
  font-weight: 900;
  color: #1E8D77;
}

.comments {
  background: rgb(241.1768421053, 241.6, 242.0231578947);
  padding: 1.75rem;
  height: 148px;
  width: 100%;
  overflow-y: auto;
}

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

.no {
  color: rgb(112.3302631579, 186.1697368421, 171.534886202);
  font-weight: 800;
}
.no i {
  font-size: 0.75rem;
  font-weight: 800;
  font-style: normal;
}

.nick {
  font-size: 0.75rem;
  margin: 0 0.25rem;
  vertical-align: middle;
}

.sign-here {
  margin-top: 60px;
}
.sign-here h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.sign-here h2 .order {
  color: #1E8D77;
  font-weight: 900;
}
.sign-here .wp-block-custom-signature > p {
  margin: 1rem 0;
  font-size: 1.4rem;
}
.sign-here ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.sign-here ol li {
  font-size: 1.2rem;
}
.sign-here ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.sign-here ol li a {
  font-size: 1rem;
  vertical-align: middle;
  color: rgb(178.0442105263, 180.4, 182.7557894737);
  margin-left: 0.25rem;
}
.sign-here form {
  padding-top: 1rem;
}
.sign-here input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.sign-here input[type=checkbox] + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 0.875rem;
}
.sign-here input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 1px solid #333;
  background: #fff;
}
.sign-here input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sign-here form > div:nth-child(2) {
  margin-bottom: 0.75rem;
}
.sign-here #nickname {
  width: 240px;
  line-height: 48px;
  border: 3px solid #1E8D77;
  padding: 0 0.75rem;
  height: 48px;
}
.sign-here #nickname::-moz-placeholder {
  color: rgb(112.3302631579, 186.1697368421, 171.534886202);
}
.sign-here #nickname::placeholder {
  color: rgb(112.3302631579, 186.1697368421, 171.534886202);
}
.sign-here form > button {
  width: 84px;
  line-height: 48px;
  background: #1E8D77;
  color: white;
  margin-left: -6px;
}

.modal {
  position: fixed;
  border: 0.8px solid black;
  background: white;
  top: 50%;
  left: 50%;
  min-height: 300px;
  max-width: 660px;
  width: 85%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  visibility: hidden;
}
.modal header {
  padding: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.modal header button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  max-height: 300px;
  padding: 0 1.5rem 1.5rem;
  overflow-y: auto;
}
.modal.shown {
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.overlay.shown {
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.cf-turnstile {
  transition: opacity 0.4s ease, height 0.4s ease, margin 0.4s ease;
  opacity: 1;
}

.cf-turnstile.verified {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}

.mfs-msg {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #CE1018;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 25%;
}
.mfs-msg.signed-complete {
  color: #1E8D77;
}/*# sourceMappingURL=main.css.map */