@import url(./base/root.css);
@import url(./base/reset.css);
@import url(./base/reboot.css);
@import url(./font.css);
@import url(./base/custom.css);

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10rem;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 32rem;
  font-weight: 500;
  width: 510rem;
  height: 80rem;
}
.btn[disabled] {
  background-color: #b0a9aa;
  pointer-events: none;
}
html {
  font-size: 0.052083334vw;
}

.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22rem;
  height: 100rem;
}
header h1 a {
  display: block;
  width: 162rem;
}
img {
  display: block;
  width: 100%;
}

section {
  position: relative;
  background-color: #fff;
}
section h3 {
  margin: 0 auto;
  overflow: hidden;
}

.mainVisual {
  background: #eee4e1;
}

.invite-sec {
  padding: 80rem 0 100rem;
}
.invite-sec h3 {
  margin: 0 auto;
  width: 613rem;
  margin-bottom: 50rem;
}
.invite-sec .desc {
  margin: 0 auto;
  width: 1111rem;
}
.invite-sec .desc img {
  width: 100%;
}
.sketch-sec {
  padding-top: 100rem;
  background: #fef4f2;
}

.sketch-sec h3 {
  width: 580rem;
  margin: 0 auto;
  margin-bottom: 50rem;
}
.slide-area {
  --swiper-navigation-sides-offset: -90rem;
  --swiper-navigation-top-offset: calc(50% - 50rem);
  --swiper-navigation-size: 48rem;
  overflow: visible;
  position: relative;
  width: 1100rem;
  margin: 0 auto;
}
.slide-area .swiper-button-next:after,
.slide-area .swiper-button-prev:after {
  background: url(../images/slide-prev.png) no-repeat center / contain;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  position: absolute;
  display: block;
  content: "";
}
.slide-area .swiper-button-next:after {
  background-image: url(../images/slide-next.png);
}
.sketchSlide {
  margin-bottom: 12rem;
}

.thumbSlide .swiper-slide {
  width: 150rem;
  margin-right: 8rem;
  height: 112rem;
}
.thumbSlide .swiper-slide:last-child {
  margin-right: 0 !important;
}
.thumbSlide .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.thumbSlide .swiper-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  z-index: 10;
  transition: opacity .2s;
  opacity: 1;
}
.thumbSlide .swiper-slide.swiper-slide-thumb-active a::after {
  opacity: 0;
}
.sketch-sec .more {
  width: 381rem;
  margin: 40rem auto 0;
}
.sketch-sec .more-btn {
  margin: 50rem auto 0;
}
.sketch-sec .info {
  background-color: #820b13;
  margin-top: 100rem;
  padding: 70rem 0 60rem;
}
.sketch-sec .info .txt {
  width: 1127rem;
  margin: 0 auto;
}
.camp-sec {
  padding: 150rem 0 105rem;
}
.camp-sec .inner{
   width: calc(100% - 60rem);
  max-width: 1100rem;
  margin: 0 auto;
}
.camp-sec h3 {
  margin: 0 auto;
  width: 580rem;
  margin-bottom: 30rem;
}
.camp-sec .txt {
  margin: 0 auto 80rem;
  width: 737rem;
}
.camp-sec .desc {
  margin: 0 auto;
  width: 100%;
  max-width: 1100rem;
}
.camp-sec .desc > ul > li {
  display: flex;
}
.camp-sec .desc > ul > li + li {
  margin-top: 70rem;
}
.camp-sec .desc > ul > li > strong {
  display: block;
  font-family: "NanumSquareNeo";
  color: var(--bs-primary);
  font-weight: 800;
  width: 249rem;
  font-size: 31rem;
  line-height: 1.29032;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.camp-sec .desc > ul > li .right {
  width: calc(100% - 249rem);
  color: var(--bs-txt-primary);
  font-size: 24rem;
}
.camp-sec .desc > ul > li .right table {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.camp-sec .desc > ul > li .right table th,
.camp-sec .desc > ul > li .right table td {
  position: relative;
  border-bottom: 1px solid var(--bs-txt-primary);
  padding: 5rem 0;
  height: 52rem;
}
.camp-sec .desc > ul > li .right table th {
  background-color: #fef6f5;
  font-weight: 600;
  font-size: 25rem;
}
.camp-sec .desc > ul > li .right table td {
  letter-spacing: -0.05em;
}
.camp-sec .desc > ul > li .right table th::after {
  content: "";
  width: 10rem;
  display: block;
  height: 110%;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: -2rem;
  left: -10rem;
}

.camp-sec .desc > ul > li .right table td::after {
  content: "";
  display: block;
  position: absolute;
  height: 110%;
  background-color: #fff;
  z-index: 2;
  top: -2rem;
  left: -10rem;
  width: 10rem;
}

.camp-sec .desc > ul > li .right table tr:nth-child(1) th {
  border-top: 2rem solid var(--bs-txt-primary);
  border-bottom: 2rem solid var(--bs-txt-primary);
}
.camp-sec .desc > ul > li .right table tr:last-child th {
  border-bottom: 2rem solid var(--bs-txt-primary);
}
.camp-sec .desc > ul > li .right table tr:last-child td {
  border-bottom: 2rem solid var(--bs-txt-primary);
}
.camp-sec .desc > ul > li .right > strong {
  font-family: "NanumSquareNeo";
  font-weight: 600;
  font-size: 26rem;
  letter-spacing: -0.04em;
}

.camp-sec .desc > ul > li .right .nt {
  color: #7e6b5a;
  font-size: 19rem;
  margin-top: 10rem;
  letter-spacing: -0.035em;
  line-height: 1.578947;
}
.camp-sec .desc > ul > li .right .nt.lt-60 {
  letter-spacing: -0.06em;
}
.camp-sec .desc > ul > li .right .underLine {
  color: var(--bs-primary-lighten);
  font-weight: 700;
}
.camp-sec .desc > ul > li .right .sm {
  font-size: 22rem;
  font-weight: 400;
}
.camp-sec .desc > ul > li .right .blue-link {
  padding-right: 30rem;
  font-size: 20rem;
  color: #3b90f9;
  background: url(../images/blue-link.png) no-repeat center right 5rem / 21rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.camp-sec .desc > ul > li.date .right table th {
  width: 25%;
}
.camp-sec .desc > ul > li.date .right table th span {
  display: none;
}
.camp-sec .desc > ul > li.place .right table th:nth-child(1) {
  width: 25%;
}
.camp-sec .desc > ul > li.place .right table td {
  text-align: left;
  padding-left: 30rem;
}
.camp-sec .desc > ul > li.place .right table td .btnMap {
  position: absolute;
  display: block;
  background: var(--bs-primary);
  color: #fff;
  top: 10rem;
  right: 16rem;
  padding: 5rem 10rem;
  font-size: 16rem;
  border-radius: 30rem;
  margin-bottom: 10rem;
}
.camp-sec .desc > ul > li.period li strong {
  display: inline-block;
  font-family: "NanumSquareNeo";
  width: 160rem;
}
.camp-sec .desc > ul > li.period li + li {
  margin-top: 10rem;
}

.camp-sec .desc > ul > li.period li span.fw-sb {
  color: var(--bs-primary-lighten);
}

.camp-sec .desc > ul > li.process .right .btnDownload {
  position: absolute;
  top: 225rem;
  left: 278rem;
  width: 213rem;
}
.camp-sec .desc > ul > li .right .box-list {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "NanumSquareNeo";
  gap: 20rem;
  margin-bottom: 20rem;
}
.camp-sec .desc > ul > li .right .box-list li {
  flex: 1;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10rem;
  background-color: var(--bs-bg-lighten);
}
.camp-sec .desc > ul > li .right .box-list li span {
  font-weight: 400;
  font-size: 20rem;
}
.notice-sec {
  background-color: #fef4f2;
  padding: 100rem 0;
}
.notice-sec .desc {
  margin: 0 auto;
  width: 1461rem;
}
.notice-sec .desc > img {
  display: block;
  margin-bottom: 50rem;
}
/* input, select , etc */

.input-container.row {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.input-container .label span {
  font-size: 20rem;
  font-weight: 400;
  letter-spacing: 0;
}
.input-row {
  display: flex;
  align-items: start;
}
.input-row .label {
  width: 180rem;
  min-height: 58rem;
}

.input-row .right {
  width: calc(100% - 180rem);
}

.input-box {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.input-box select,
.input-box input:not([type="checkbox"], [type="radio"]) {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  height: 58rem;
  font-size: 22rem;
  color: #111111;
  padding-left: 30rem;
  background-color: #fff;
}
.input-box select {
  width: 210rem;
  flex-shrink: 0;
  background: url(../images/select-arrow.png) no-repeat center right 30rem / 16rem;
}

.input-box input::placeholder {
  color: #aaaaaa;
  font-weight: 300;
}

.input-box input:read-only {
  background-color: #f5f5f5;
  outline: 0;
  color: #444444;
}

.input-box.tel {
  justify-content: space-between;
}
.input-box.tel input[type="number"] {
  width: 175rem;
}
.input-box.tel span {
  display: block;
  width: 10rem;
  height: 1px;
  background-color: #888888;
}
.chk-box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
}
.chk-box-wrap.col {
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

/* 컨테이너 */
.chk-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 22rem;
  line-height: 32rem;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: var(--bs-primary);
}

/* 네이티브 input 숨김(접근성/포커스 유지) */
.chk-box > input[type="checkbox"],
.chk-box > input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 커스텀 박스/라디오: label::before */
.chk-box > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: calc(var(--control-size) + 12rem);
}
.chk-box > input[type="radio"] + label {
  font-weight: 400;
  letter-spacing: -0.035em;
}

/* 외곽(공통 사각형) */
.chk-box > input[type="checkbox"] + label::before,
.chk-box > input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10rem);
  width: var(--control-size);
  height: var(--control-size);
  border: var(--control-border);
  background: #fff;
  box-sizing: border-box;
}

/* 라디오는 동그라미 */
.chk-box.circle-chk > input[type="checkbox"] + label::before,
.chk-box > input[type="radio"] + label::before {
  border-radius: 50%;
}

/* 체크 표시(공통) */
.chk-box > input[type="checkbox"] + label::after,
.chk-box > input[type="radio"] + label::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  width: var(--check-size);
  height: var(--check-size);
  transform: translateY(-12rem);
  display: none;
  background: url("../images/icon-chk.png") no-repeat center / cover;
}
.chk-box.circle-chk > input[type="checkbox"] + label::after,
.chk-box > input[type="radio"] + label::after {
  left: 2rem;
}
/* 선택 시 표시 */
.chk-box > input:checked + label::after {
  display: block;
}

/* 포커스 링(키보드 접근성) */
.chk-box > input:focus-visible + label::before {
  outline: 2px solid #000; /* 필요 시 색상 토큰으로 */
  outline-offset: 2px;
}

/* 비활성화 */
.chk-box > input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 텍스트 여백 기본 */
.chk-box > label .txt {
  display: inline-block;
}

/* === chk-only 변형 ===
   텍스트는 스크린리더만 읽고,
   시각적으로는 아이콘만 보이게 */
.chk-box.chk-only > label {
  padding-left: 0;
  width: var(--control-size);
  height: var(--control-size);
}

/* 가운데 정렬 */
.chk-box.chk-only > label::before,
.chk-box.chk-only > label::after {
  left: 0;
  top: 0;
  transform: none;
}

.chk-box.chk-only {
  justify-content: center;
}

/* popoup */
body.fixed {
  overflow: hidden;
}

.popup {
  display: none;
  position: absolute;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.popup.on {
  display: block;
}
.popup .pop-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 980rem;
  border-radius: 30rem;
  padding: 0 15rem 80rem;
}
.popup .pop-cont .pop-head {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 94rem 0 45rem;
}
.popup .pop-cont .pop-head img {
  display: block;
  margin: 0 auto;
  width: 569rem;
}
.popup .pop-cont .pop-head h3 {
  font-family: "NanumSquareNeo";
  font-weight: 800;
  color: var(--bs-primary);
  margin-top: 20rem;
  font-size: 56rem;
  letter-spacing: -0.05em;
  line-height: 1.07142;
}
.popup .pop-cont .close-btn {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 33rem;
  right: 40rem;
  width: 33rem;
  height: 34rem;
}
.popup .pop-cont .pop-body {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  letter-spacing: -0.2px;
  padding: 0 72rem;
  --bs-primary: #63242a;
  --bs-bg-lighten: #f9f2f2;
}
.popup .pop-cont .pop-body input::-webkit-outer-spin-button,
.popup .pop-cont .pop-body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup .pop-cont .pop-body input[type="number"] {
  -moz-appearance: textfield;
}
.popup .pop-cont .pop-body::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
}
.popup .pop-cont .pop-body::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 10px;
}
.popup .pop-cont .pop-body::-webkit-scrollbar-track {
  background-color: #fff;
}
/* popup > pop-cont > pop-body > pop-desc */
.pop-desc {
  padding: 35rem 0;
}

.pop-desc:first-child {
  border-top: 2px solid var(--bs-primary);
}
.pop-desc:last-child {
  padding-bottom: 0;
}
.border-top2 {
  border-top: 2px solid var(--bs-primary);
}
.border-none {
  border: none !important;
}
.pop-desc + .pop-desc {
  border-top: 1px solid var(--bs-primary);
  padding-top: 50rem;
}

.pop-desc .pop-desc-ttl {
  margin-bottom: 20rem;
}
.pop-desc .pop-desc-ttl h4 {
  font-size: 28rem;
  font-weight: 600;
  color: var(--bs-primary);
  line-height: 30rem;
  letter-spacing: -0.025em;
}
.pop-desc .pop-desc-ttl p {
  font-size: 22rem;
  color: #444444;
  line-height: 30rem;
  letter-spacing: -0.04em;
  margin-top: 10rem;
}
.pop-desc .pop-desc-ttl h5 {
  font-size: 25rem;
  font-weight: 600;
  margin-bottom: 20rem;
  color: #333333;
  letter-spacing: -0.04em;
  line-height: 30rem;
}

.pop-desc .caption2,
.pop-desc .caption {
  font-size: 17rem;
  color: #777777;
  letter-spacing: -0.04em;
  line-height: 1.7647;
  margin-top: 10rem;
}
.pop-desc .caption2 {
  font-size: 18rem;
}
.pop-desc .caption2 b {
  font-weight: 600;
}

.pop-desc .label {
  color: var(--bs-txt-primary);
  font-size: 23rem;
  font-weight: 600;
  line-height: 24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.apply-date .pop-desc-ttl {
  padding-bottom: 30rem;
}
.apply-date .chk-box-wrap {
  padding-left: 45rem;
}

.apply-date .chk-row {
  display: flex;
  align-items: center;
  background-color: var(--bs-bg-lighten);
}
.apply-date .chk-box {
  width: 180rem;
}

/* popup2 */
.pop-desc.eng-level {
  padding-top: 0;
  padding-bottom: 30rem;
}
.pop-desc.eng-level .pop-desc-ttl {
  margin-bottom: 20rem;
}
.eng-level-table {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
.eng-level-table-head {
  display: flex;
  align-items: center;
  padding-left: 162rem;
  background-color: var(--bs-bg-lighten);
  height: 55rem;
}

.eng-level-table-head .label {
  width: 110rem;
  text-align: center;
}
.eng-level-table-body {
  display: flex;
  align-items: center;
}
.eng-level-table-body .label {
  width: 162rem;
  padding-left: 30rem;
}
.eng-level-table-body .chk-box {
  width: 110rem;
}
.pop-desc .box {
  padding: 45rem 24rem;
}
.pop-desc .box2 {
  padding: 24rem 45rem;
}
/* popup3 */
.agree-container li + li {
  margin-top: 30rem;
}
.agree-container .chk-box {
  font-size: 20rem;
  color: #333333;
  margin-top: 15rem;
  --control-border: 1px solid #444444;
}
.agree-container .chk-box span {
  font-weight: 600;
  color: #7f040f;
  margin-right: 5rem;
}
.agree-box {
  color: #222222;
  font-size: 20rem;
  line-height: 29rem;
  letter-spacing: -0.035em;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 27rem;
}
.agree-box .agree-ttl {
  font-size: 21rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.agree-box .agree-ttl span {
  color: var(--bs-primary);
}
.agree-box p .underLine1 {
  color: #ab0715;
  font-weight: 600;
}
.agree-box p .underLine2 {
  font-weight: 500;
}
.agree-box .sm-txt {
  font-size: 17rem;
  line-height: 22rem;
  margin-top: 20rem;
}
/* popup5  */
.popup.popup5 .pop-cont {
  width: 800rem;
  border: 2px solid #7f040f;
}

.popup.popup5 .pop-cont .pop-head {
  padding: 70rem 0 40rem;
}
.popup.popup5 .pop-cont .pop-bot-btn {
  max-width: 720rem;
  margin-top: 40rem;
}
.popup.popup5 .pop-cont .pop-bot-btn .btn {
  height: 70rem;
}
.final-text i {
  display: block;
  width: 64rem;
  margin: 0 auto 15rem;
}
.final-text {
  text-align: center;
  color: var(--bs-primary);
}
.final-text h3 {
  font-size: 47rem;
  letter-spacing: -0.05em;
  line-height: 60rem;
}
.final-text p {
  font-size: 30rem;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.popup .pop-cont .pop-bot-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  max-width: 800rem;
  margin: 50rem auto 0;
}

.popup .pop-cont .pop-bot-btn .btn {
  height: 75rem;
  font-size: 30rem;
  max-width: 510rem;
  width: 100%;
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.13888889vw;
  }
  header h1 {
    height: 80rem;
  }
  header h1 a {
    width: 159rem;
  }
  .btn {
    width: 500rem;
    height: 74rem;
  }
  .invite-sec {
    padding-top: 70rem;
  }
  .invite-sec .desc {
    width: 674rem;
  }
  .invite-sec h3 {
    margin-bottom: 60rem;
  }
 
  .sketch-sec h3 {
    width: 468rem;
    margin-bottom: 20rem;
  }
   .sketch-sec .slide-area {
    width: 605rem;
  }
  .slide-area {
    --swiper-navigation-sides-offset: -24rem;
    --swiper-navigation-top-offset: calc(50% - 36rem);
  }
  .slide-area .swiper-button-next:after {
    background-image: url(../images/slide-next-m.png);
  }
  .slide-area .swiper-button-prev:after {
    background-image: url(../images/slide-prev-m.png);
  }
  .thumbSlide .swiper-slide {
    width: 97rem;
    height: 72rem;
    margin-right: 5rem;
  }
  .sketch-sec .more {
    width: 358rem;
  }
  .sketch-sec .more-btn {
    margin-top: 40rem;
  }
  .sketch-sec .info {
    padding: 80rem 0;
  }
  .sketch-sec .info .txt {
    width: 658rem;
  }

  .camp-sec {
    padding: 60rem 0;
  }
  .camp-sec h3 {
    width: 468rem;
  }
  .camp-sec .txt {
    width: 647rem;
  }
  .camp-sec .desc {
    width: 100%;
  }
  .camp-sec .desc > ul > li + li {
    margin-top: 50rem;
  }
  .camp-sec .desc > ul > li.mo-col {
    flex-direction: column;
    gap: 20rem;
  }
  .camp-sec .desc > ul > li.mo-col .right,
  .camp-sec .desc > ul > li.mo-col > strong {
    width: 100%;
  }
  .camp-sec .desc > ul > li > strong {
    width: 150rem;
    font-size: 26rem;
  }
  .camp-sec .desc > ul > li .right {
    width: calc(100% - 150rem);
    font-size: 22rem;
  }

  .camp-sec .desc > ul > li .right table td,
  .camp-sec .desc > ul > li .right table th {
    height: 45rem;
  }

  .camp-sec .desc > ul > li .right table th {
    font-size: 22rem;
  }

  .camp-sec .desc > ul > li.place .right table td .btnMap {
    position: static;
    width: 160rem;
    margin: 16rem auto;
    line-height: 40rem;
    font-size: 22rem;
    text-align: center;
  }
  .camp-sec .desc > ul > li.place .right table td {
    padding-left: 0;
    text-align: center;
  }
  .camp-sec .desc > ul > li .right > strong {
    font-size: 22rem;
    line-height: 1.4;
  }
  .camp-sec .desc > ul > li .right .nt {
    font-size: 20rem;
  }
  .camp-sec .desc > ul > li .right .sm {
    font-size: 20rem;
  }
  .camp-sec .desc > ul > li .right .box-list {
    gap: 10rem;
    flex-wrap: wrap;
  }
  .camp-sec .desc > ul > li .right .box-list li {
    height: 88rem;
  }
  .camp-sec .desc > ul > li .right .box-list li span {
    font-size: 17rem;
  }
  .camp-sec .desc > ul > li.target .right .nt span {
    display: block;
  }
  .camp-sec .desc > ul > li .right .blue-link {
    background-size: 18rem;
  }
  .notice-sec {
    padding: 60rem 0;
  }
  .notice-sec .txt {
    font-size: 30rem;
    line-height: 1.4;
    text-align: center;
    color: #5a3034;
    font-family: "NanumSquareNeo";
  }
  .notice-sec .txt strong {
    color: var(--bs-primary);
  }
}
