html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, small, strong, b, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, section, video, button {
	margin: 0;
  padding: 0;
  border: 0;
}
/* ========== Design Tokens ========== */
    :root{
      --ec-bg: #FFDED5;         /* 배경 살구색 */
      --ec-text: #FF6647;       /* 말풍선 글자색 */
      --ec-white: #fff;
      --ec-radius-xl: 40px;
      --ec-shadow: 0 6px 18px rgba(0,0,0,.06);
      --ec-bubble-size: clamp(16px, 12px + .3vw, 20px);
      --ec-stage-max: 1200px;
      --ec-pad-section: clamp(40px, 6vw, 96px);
      --rvw-bg: #fff;
      --rvw-text: #222;
      --rvw-muted: #666;
      --rvw-border: #ededed;
      --rvw-radius: 32px;
      --rvw-gap: 13px;
      --rvw-shadow: 0 5px 5px rgba(0,0,0,.06);
      --rvw-maxw: 1020px;
  }
/*Paperlogy font*/
@font-face {
  font-family: 'Paperlogy-1Thin';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-2ExtraLight';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-3Light';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-4Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-5Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-6SemiBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-7Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-8ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy-9Black';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/*컨텐츠 화면비율*/
#ts-promotion>.container { /*캠프에만 적용하는 여백*/
    padding:  0 !important;
	width: 100%;
    }
    .modal-dialog{
        z-index: 900;
    }
    #campApply{
        z-index: 800;
    }
    .modal-backdrop.in {
        z-index: 799;
    }

/*Common*/
.camp2025 {
  position: relative;
}

.camp2025 .section01,
.camp2025 .section02,
.camp2025 .section03,
.camp2025 .section04,
.camp2025 .section05,
.camp2025 .section06,
.camp2025 .section07,
.camp2025 .section08,
.camp2025 .section09,
.camp2025 .section10,
.camp2025 .section11 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.camp2025 .inner-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  position: relative;
}


/*Section01*/
.camp2025 .section01 > img {
  width: 100%;
  object-fit: cover;
}
.camp2025 .section01 .visual {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
}

.camp2025 .section01 .visual h1 {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 34px;
  line-height: 120%;
  color: #FFFFFF;
}

.camp2025 .section01 .visual h1 span {
  color: #FFD200;
}

.camp2025 .section01 .visual h2 {
  font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}

.camp2025 .section01 .visual h2 span {
  font-family: 'Paperlogy-6SemiBold', 'pretendard', 'Noto Sans KR';
  color: #FFD200;
}

.camp2025 .section01 .visual h3 {
  font-family: 'Paperlogy-4Regular', 'pretendard', 'Noto Sans KR';
  font-size: 15px;
  line-height: 130%;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

@media(min-width:768px) {
  .camp2025 .section01 .visual {
    gap: 15px;
    top: 45%;
  }
  
  .camp2025 .section01 .visual h1 {
    font-family: 'Paperlogy-9Black', 'pretendard', 'Noto Sans KR';
    font-size: 45px;
  }
  
  .camp2025 .section01 .visual h2 {
    font-size: 24px;
  }
  
  .camp2025 .section01 .visual h3 {
    font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
    font-size: 20px;
  }
}

@media(min-width:1280px) {
  .camp2025 .section01 .visual {
    top: 40%;
  }
  
  .camp2025 .section01 .visual h1 {
    font-size: 85px;
  }
  
  .camp2025 .section01 .visual h2 {
    font-size: 35px;
  }
  
  .camp2025 .section01 .visual h3 {
    font-size: 32px;
  }
}


/*Section02*/
.camp2025 .section02 {
  padding-bottom: 40px;
}

.camp2025 .section02 .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.camp2025 .section02 .maintxt h1 {
  font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
  font-size: 20px;
  line-height: 140%;
  color: #444444;
}

.camp2025 .section02 .maintxt h1 span {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  color: #0944F6;
}

.camp2025 .section02 .maintxt h2 {
  font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
  font-size: 16px;
  line-height: 100%;
  color: #444444;
}

.camp2025 .section02 .maintxt h2 span {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
}

.camp2025 .section02 .obj-img {
  margin-top: 20px; 
}

.camp2025 .section02 .obj-img > img {
  border-radius: 15px;
}

@media(min-width:768px) {  
  .camp2025 .section02 {
    padding-bottom: 60px;
  }

  .camp2025 .section02 .maintxt {
    gap: 20px;
  }
  
  .camp2025 .section02 .maintxt h1 {
    font-size: 30px;
  }
  
  .camp2025 .section02 .maintxt h2 {
    font-size: 20px;
  }

  .camp2025 .section02 .obj-img {
    margin-top: 20px;
  }

  .camp2025 .section02 .obj-img > img {
    border-radius: 20px;
  }
}

@media(min-width:1280px) {  
  .camp2025 .section02 {
    padding-bottom: 100px;
  }

  .camp2025 .section02 .maintxt {
    gap: 30px;
  }
  
  .camp2025 .section02 .maintxt h1 {
    font-size: 40px;
  }
  
  .camp2025 .section02 .maintxt h2 {
    font-size: 30px;
  }

  .camp2025 .section02 .obj-img {
    margin-top: 30px;
  }

  .camp2025 .section02 .obj-img > img {
    border-radius: 30px;
  }
}


/*Section03*/
 .section03{
      background: var(--ec-bg);
      border-radius: var(--ec-radius-xl);
      margin: clamp(16px, 3vw, 40px);
      padding: var(--ec-pad-section) 20px;
      overflow: hidden;
    }

    .ec-wrap{ max-width: var(--ec-stage-max); margin: 0 auto; padding:100px 0 0 }

    .ec-title{
    font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
      margin: 0 0 36px;
      text-align: center;
      font-weight: 800;
      line-height: 1.4;
      font-size: 40px;
      letter-spacing: -0.02em;
      color: #ff6f47;
    }

    /* ========== Stage (center character + bubbles) ========== */
    .ec-stage{
      position: relative;
      min-height: 560px;              /* 캐릭터 높이에 맞춰 조절 */
      display: grid;
      place-items: center;
	  align-items: end;
    }

    /* 캐릭터 */
    .ec-character{ margin: 0; z-index: 1; }
    .ec-character img{ width: min(38vw, 500px); height: auto; display: block; }


    /* 말풍선 공통 */
    .ec-speech{
      font-family: 'Paperlogy-4Regular', 'pretendard', 'Noto Sans KR';
      position: absolute;
      max-width: 360px;
      padding: 16px 22px;
      background: var(--ec-white);
      color: var(--ec-text);
      font-weight: 700;
      font-size: var(--ec-bubble-size);
      line-height: 1.45;
      border-radius: 999px;            /* pill */
      box-shadow: var(--ec-shadow);
      text-align: center;
    }

    /* 위치(데스크톱) */
    .ec-speech--lt{ top: 10%; left: 15%; }
    .ec-speech--lb{ bottom: 25%; left: 12%; }
    .ec-speech--rt{ top: 5%; right: 10%; }
    .ec-speech--rm{ top: 44%; right: 16%; transform: translateY(-20%); }
    .ec-speech--rb{ bottom: 10%; right: 10%; }

    /* ========== 반응형 ========== */
    @media (max-width: 1024px){
      .ec-stage{ min-height: 520px; }
      .ec-speech{ max-width: 320px; }
    }

    /* 모바일: 말풍선을 절대배치 -> 세로 스택/좌우 교차 정렬 */
    @media (max-width: 768px){
	  .ec-wrap{ padding:60px 0 0 }
      .ec-title{ margin-bottom: 20px; font-size: 30px; }
      .ec-stage{
        min-height: unset;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }
      .ec-character{ order: 6; display:flex; justify-content:center; }
      .ec-character img, .ec-character .fallback{ width: min(60vw, 260px); height: auto; }

      .ec-speech{
        position: static;
        border-radius: 999px;
        padding: 14px 30px;
        text-align: center;
        align-self: flex-start; /* 기본 왼쪽 */
		margin: 0 30px;
      }
      /* 홀수는 왼쪽, 짝수는 오른쪽 정렬 */
      .ec-speech:nth-of-type(even){ align-self: flex-end; }
    }

/*Section04*/
.camp2025 .section04 {
  padding: 40px 0 100px;
}

.camp2025 .section04 .maintxt h1 {
  font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
  font-size: 40px;
  line-height: 140%;
  color: #444444;
  text-align: center;
  margin: 60px 0 0;
}

.camp2025 .section04 .maintxt h2 {
  display: inline-block;
  margin: 50px 0 10px 0;
  padding: 10px 40px;
  width: auto;
  background-color: #0944F6;
  border-radius: 5px;
  font-family: 'Paperlogy-6SemiBold', 'pretendard', 'Noto Sans KR';
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}

.camp2025 .section04 .maintxt h3 {
  font-family: 'Paperlogy-6SemiBold', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  line-height: 140%;
  color: #444444;
  text-align: center;
}

.camp2025 .section04 .card-section {
	position: relative;
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 80px;
  justify-content: center;
  align-items: top;
  margin-top: 20px;
  grid-row-gap: 40px;	
}

.camp2025 .section04 .card-section .item {
  display: flex;
  flex-direction:column;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.floating-lulu{
	position: absolute;
    width:34%;
	top:7%;
    left:35%;
	display: block
}
.camp2025 .section04 .card-section .item .obj-img {
	margin-bottom: 10px;
}
.camp2025 .section04 .card-section .item .obj-img > img{
	width: 10%;
}

.camp2025 .section04 .card-section .item .right-txt > p {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 16px;
  line-height: 1.4;
  color: #444444;
  padding:0 80px;
  word-break: keep-all;
}

.camp2025 .section04 .card-section .item .right-txt > p > span {
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 20px;
  line-height: 1.6;	
  color: #0944F6;
}

.camp2025 .section04 .obj-graph {
  margin-top: 20px;
  padding: 0 20px;
}

.camp2025 .section04 .obj-graph > img {
  width: 100%;
}

@media(max-width:768px) {
  .camp2025 .section04 {
    padding: 0 0 60px;
  }
.camp2025 .section04 .card-section {
  grid-template-columns:100%;
  gap: 30px;
  justify-content: center;
  align-items: top;
  margin-top: 20px;
}
	.camp2025 .section04 .card-section .item .obj-img > img{
	width: 25%;
}
  .floating-lulu{
	display: none
}
  .camp2025 .section04 .maintxt h1 {
    font-size: 30px;
  }
  
  .camp2025 .section04 .maintxt h2 {
    margin: 30px 0 10px 0;
    padding: 10px 40px;
    font-size: 20px;
	  line-height: 1.2;
  }
  
  .camp2025 .section04 .maintxt h3 {
    font-size: 20px;
  }
  
  .camp2025 .section04 .card-section {
    margin-top: 30px;
    padding: 0 30px;
  }
  
  .camp2025 .section04 .card-section .item {
    grid-template-columns: 60px auto;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
  }
  
  .camp2025 .section04 .card-section .item .right-txt > p {
    font-size: 14px;
    line-height: 150%;
	padding:0;
  }
  
  .camp2025 .section04 .card-section .item .right-txt > p > span {
    margin-bottom: 10px;
    font-size: 20px;
  }
}



/*Section05*/
.camp2025 .section05 {
  background-color: #FFF1C2;
}

.camp2025 .section05 .visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.camp2025 .section05 .visual img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.camp2025 .section05 .visual .maintxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.camp2025 .section05 .visual .maintxt h1 {
  font-family: 'Paperlogy-5Medium', 'pretendard', 'Noto Sans KR';
  font-size: 26px;
  color: #FFFFFF;
  line-height: 140%;
}

.camp2025 .section05 .visual .maintxt h1 > span {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  color: #FFD200;
}

.camp2025 .section05 .card-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0 auto;
  padding: 0 20px;
  top: -20px;
  width: 100%;
  max-width: 1200px;
}

.camp2025 .section05 .card-section .item {
  display: grid;
  grid-template-columns: 50px auto;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.camp2025 .section05 .card-section .item .header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0944F6;
  font-family: 'Paperlogy-8ExtraBold' !important;
  font-size: 16px;
  color: #FFD200;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.5px;
}

.camp2025 .section05 .card-section .item .body {
  padding: 15px;
}

.camp2025 .section05 .card-section .item .body p {
  font-family: 'Paperlogy-5Medium'!important;
  font-size: 14px;
  color: #444444;
  line-height: 140%;
  text-align: left;
}

.camp2025 .section05 .card-section .item .body p span {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  color: #0944F6;
}

@media(min-width:768px){   
  .camp2025 .section05 .visual .maintxt h1 {
    font-size: 40px;
  }
  
  .camp2025 .section05 .card-section {
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: top;
    gap: 5px;
    top: -50px;
  }
  
  .camp2025 .section05 .card-section .item {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  
  .camp2025 .section05 .card-section .item .header {
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  
  .camp2025 .section05 .card-section .item .body {
    padding: 15px;
  }
  
  .camp2025 .section05 .card-section .item .body p {
    font-size: 15px;
    text-align: center;
  }
}

@media(min-width:1280px){   
  .camp2025 .section05 .visual .maintxt h1 {
    font-size: 60px;
  }
  
  .camp2025 .section05 .card-section .item {
    border-radius: 30px;
  }
  
  .camp2025 .section05 .card-section .item .header {
    font-size: 20px;
  }
  
  .camp2025 .section05 .card-section .item .body {
    padding: 20px;
  }
  
  .camp2025 .section05 .card-section .item .body p {
    font-size: 16px;
  }
}


/*Section06*/
.camp2025 .section06 .inner {
  padding: 100px 0;
  background-color: #FFD200;
  border-radius: 30px
}

.camp2025 .section06 .inner .maintxt {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.camp2025 .section06 .inner .maintxt h1 {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 24px;
  color: #444444;
  line-height: 130%;
}

.camp2025 .section06 .inner .maintxt h1 span {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  color: #0944F6;
}

.camp2025 .section06 .inner .maintxt h2 {
  font-family: 'Paperlogy-4Regular', 'pretendard', 'Noto Sans KR';
  font-size: 20px;
  color: #444444;
}

.camp2025 .section06 .card-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1.5fr);
  gap: 10px;
  margin: 20px auto 0 auto;
}

.camp2025 .section06 .card-section .camp-other,
.camp2025 .section06 .card-section .camp-ts {
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #FFF8E3;
}

.camp2025 .section06 .card-section .camp-other {
  grid-column: 1 / 2;
}

.camp2025 .section06 .card-section .camp-obj {
  display: none;
}

.camp2025 .section06 .card-section .camp-ts {
  grid-column: 2 / 4;
  border:3px solid #0943F6;
}

.camp2025 .section06 .card-section .camp-other .header {
  padding: 10px 0;
  width: 100%;
  background-color: #999999;
}

.camp2025 .section06 .card-section .camp-ts .header {
  padding: 10px 0;
  width: 100%;
  background-color: #0944F6;
}

.camp2025 .section06 .card-section .camp-other .header > p,
.camp2025 .section06 .card-section .camp-ts .header > p{
  font-family: 'Paperlogy-7Bold'!important;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
}

.camp2025 .section06 .card-section .camp-other .body,
.camp2025 .section06 .card-section .camp-ts .body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  height: 100px;
  background-color: #FFFFFF;
  text-align: center;
}

.camp2025 .section06 .card-section .camp-other .body:last-child,
.camp2025 .section06 .card-section .camp-ts .body:last-child {
  margin-bottom: 0;
}

.camp2025 .section06 .card-section .camp-other .body > p {
  font-family: 'Paperlogy-4Regular'!important;
  font-size: 13px;
  color: #666666;
  line-height: 140%;
}

.camp2025 .section06 .card-section .camp-ts .body > p {
  font-family: 'Paperlogy-5Medium'!important;
  font-size: 13px;
  color: #444444;
  line-height: 140%;
}

.camp2025 .section06 .card-section .camp-ts .body > p span {
  display: inline-block;
  margin-top: 5px;
  font-family: 'Paperlogy-8ExtraBold'!important;
  font-size: 15px;
  color: #0944F6;
}

@media(min-width:768px) {
  .camp2025 .section06 .inner {
    border-radius: 30px;
  }
  
  .camp2025 .section06 .inner .maintxt {
    gap: 20px;
  }
  
  .camp2025 .section06 .inner .maintxt h1 {
    font-size: 40px;
  }
  
  .camp2025 .section06 .inner .maintxt h2 {
    font-size: 30px;
  }
  
  .camp2025 .section06 .card-section {
    grid-template-columns: 1.5fr 0.5fr 3fr;
    gap: 10px;
    margin: 20px auto 0 auto;
  }
  
  .camp2025 .section06 .card-section .camp-other,
  .camp2025 .section06 .card-section .camp-ts {
    border-radius: 20px;
  }
  
  .camp2025 .section06 .card-section .camp-other {
    grid-column: 1 / 2;
  }
  
  .camp2025 .section06 .card-section .camp-obj {
    display: block;
    grid-column: 2 / 3;
  }
  
  .camp2025 .section06 .card-section .camp-ts {
    grid-column: 3 / 4;
  }
  
  .camp2025 .section06 .card-section .camp-other .header,
  .camp2025 .section06 .card-section .camp-ts .header,
  .camp2025 .section06 .card-section .camp-obj .header {
    padding: 15px 0;
  }
  
  .camp2025 .section06 .card-section .camp-other .header > p,
  .camp2025 .section06 .card-section .camp-ts .header > p {
    font-size: 18px;
  }

  .camp2025 .section06 .card-section .camp-other .body,
  .camp2025 .section06 .card-section .camp-ts .body {
    padding: 0 15px;
  }

  .camp2025 .section06 .card-section .camp-other .body > p,
  .camp2025 .section06 .card-section .camp-ts .body > p {
    font-size: 14px;
  }
  
  .camp2025 .section06 .card-section .camp-ts .body > p span {
    font-size: 16px;
  }

  .camp2025 .section06 .card-section .camp-obj .header > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0%);
  }

  .camp2025 .section06 .card-section .camp-obj .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100px;
	margin-bottom: 5px;
  }

  .camp2025 .section06 .card-section .camp-obj .body > img {
    width: 40px;
    height: auto;
  }

  .camp2025 .section06 .card-section .camp-obj .body > p {
    font-family: 'Paperlogy-5Medium'!important;
    font-size: 13px;
    color: #444444;
    line-height: 100%;
  }
}

@media(min-width:1280px) {
  .camp2025 .section06 .inner {
    border-radius:40px;
  }
  
  .camp2025 .section06 .inner .maintxt {
    gap: 25px;
  }
  
  .camp2025 .section06 .inner .maintxt h1 {
    font-size: 50px;
  }
  
  .camp2025 .section06 .inner .maintxt h2 {
    font-size: 40px;
  }
  
  .camp2025 .section06 .card-section {
    gap: 20px;
  }
  
  .camp2025 .section06 .card-section .camp-other,
  .camp2025 .section06 .card-section .camp-ts {
    border-radius: 30px;
  }
  
  .camp2025 .section06 .card-section .camp-other .header > p,
  .camp2025 .section06 .card-section .camp-ts .header > p {
    font-size: 20px;
  }

  .camp2025 .section06 .card-section .camp-other .body > p,
  .camp2025 .section06 .card-section .camp-ts .body > p {
    font-size: 16px;
  }
  
  .camp2025 .section06 .card-section .camp-ts .body > p span {
    font-size: 18px;
  }

  .camp2025 .section06 .card-section .camp-obj .header > p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0%);
  }
}


/*Section07*/
.camp2025 .section07 {
  margin: 0 auto;
  padding: 40px 0;
}

.camp2025 .section07 .maintxt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  gap: 10px;
}

.camp2025 .section07 .maintxt h1 {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 24px;
  color: #0944F6;
  line-height: 130%;
}

.camp2025 .section07 .maintxt h2 {
  font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  color: #0944F6;
  line-height: 130%;
}

.camp2025 .section07 h3 {
  display: inline-block;
  padding: 12px 40px;
  width: auto;
  background-color: #0944F6;
  border-radius: 5px;
  font-family: 'Paperlogy-6SemiBold', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 100%;
}

.camp2025 .section07 .obj-img {
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
}

.camp2025 .section07 .card-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0 10px 0;
}

.camp2025 .section07 .card-section .item {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.camp2025 .section07 .card-section .item.time {
  grid-column: span 2;
  width: 100%;
}

.camp2025 .section07 .card-section .item .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  gap: 10px;
  padding: 15px;
  text-align: center;
  min-height: 120px;
}

.camp2025 .section07 .card-section .item .body span.title {
  font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section07 .card-section .item .body p {
  font-family: 'Paperlogy-7Bold' !important;
  font-size: 16px;
  color: #444444;
  line-height: 120%;
}

.camp2025 .section07 .card-section .item .body p small {
  font-family: 'Paperlogy-5Medium', 'pretendard', 'Noto Sans KR';
  font-size: 13px;
  color: #666666;
  line-height: 100%;
}

.camp2025 .section07 small.description {
  font-family: 'Paperlogy-5Medium', 'pretendard', 'Noto Sans KR';
  font-size: 13px;
  color: #666666;
  line-height: 100%;
}

@media(min-width:768px) {
  .camp2025 .section07 {
    padding: 60px 0;
  }
  
  .camp2025 .section07 .maintxt h1 {
    font-size: 35px;
  }
  
  .camp2025 .section07 .maintxt h2 {
    font-size: 24px;
  }
  
  .camp2025 .section07 h3 {
    font-size: 22px;
  }
  
  .camp2025 .section07 .obj-img {
    margin: 30px auto;
  }
  
  .camp2025 .section07 .card-section {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
  }
  
  .camp2025 .section07 .card-section .item {
    border-radius: 20px;
  }
  
  .camp2025 .section07 .card-section .item.time {
    grid-column: 1 / 2;
  }
  
  .camp2025 .section07 .card-section .item .body {
    gap: 15px;
    padding: 20px;
    height: 200px;
  }
  
  .camp2025 .section07 .card-section .item .body span.title {
    font-size: 20px;
  }
  
  .camp2025 .section07 .card-section .item .body p {
    font-size: 16px;
  }
  
  .camp2025 .section07 .card-section .item .body p small {
    font-size: 14px;
  }
  
  .camp2025 .section07 .card-section .item .footer {
    max-height: 100px;
  }

  .camp2025 .section07 .card-section .item .footer > img {
    object-fit: cover;
  }

  .camp2025 .section07 small.description {
    font-size: 14px;
  }
}

@media(min-width:1280px) {
  .camp2025 .section07 {
    padding: 100px 0;
  }
  
  .camp2025 .section07 .maintxt h1 {
    font-size: 45px;
  }
  
  .camp2025 .section07 .maintxt h2 {
    font-size: 30px;
  }
  
  .camp2025 .section07 h3 {
    font-size: 30px;
  }
  
  .camp2025 .section07 .obj-img {
    margin: 40px auto;
  }
  
  .camp2025 .section07 .card-section {
    gap: 20px;
    margin: 30px 0 20px 0;
  }
  
  .camp2025 .section07 .card-section .item {
    border-radius: 30px;
  }
    
  .camp2025 .section07 .card-section .item .body span.title {
    font-size: 24px;
  }
  
  .camp2025 .section07 .card-section .item .body p {
    font-size: 18px;
  }
  
  .camp2025 .section07 .card-section .item .body p small {
    font-size: 16px;
  }
  
  .camp2025 .section07 .card-section .item .footer {
    max-height: 120px;
  }
}


/*Section08*/
.camp2025 .section08 {
  background: linear-gradient(to bottom, #FFFFFF 50%, #F3F9FF 50%);
}

.camp2025 .section08 .inner {
  padding: 40px 0;
  width: 100%;
  background-color: #0944F6;
  border-radius: 20px;
}

.camp2025 .section08 .inner .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.camp2025 .section08 .inner h1 {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 130%;
}

.camp2025 .section08 .inner h2 {
  font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 130%;
  letter-spacing: 0.5px;
}

.camp2025 .section08 .inner .maintxt h3 {
  font-family: 'Paperlogy-3Light', 'pretendard', 'Noto Sans KR';
  font-size: 16px;
  color: #FFFFFF;
  line-height: 130%;
  letter-spacing: 0.5px;
}

.camp2025 .section08 .card-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: top;
  margin: 20px auto;
}

.camp2025 .section08 .card-section .item {
  position: relative;
  width: 100%;
  height: auto;
}

.camp2025 .section08 .card-section .item > img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.camp2025 .section08 .card-section .item > span {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  width: auto;
  background-color: rgba(0, 107, 233, 0.7);
  font-family: 'Paperlogy-5Medium', 'pretendard', 'Noto Sans KR';
  font-size: 14px;
  color: #FFFFFF;
  line-height: 120%;
}

.camp2025 .section08 .tablearea {
  margin: 10px auto 0 auto;
}

.camp2025 .section08 .tablearea .camp-spec-m {
  margin-top: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none; 
}

.camp2025 .section08 .tablearea .camp-spec-m caption {
  display: none;
}

.camp2025 .section08 .tablearea .camp-spec-m thead th {
  padding: 10px 0;
  background-color: #FFD200;
  border: none;
  font-family: 'Paperlogy-7Bold' !important;
  font-size: 18px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section08 .tablearea .camp-spec-m tbody tr td {
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #dddddd;
  font-family: 'Paperlogy-6SemiBold' !important;
  font-size: 14px;
  color: #444444;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
}

.camp2025 .section08 .tablearea .camp-spec-m tbody tr td small {
  font-family: 'Paperlogy-6SemiBold' !important;
  font-size: 13px;
  color: #666666;
}

.camp2025 .section08 .tablearea .camp-spec-m .gap-row td,
.camp2025 .section08 .tablearea .camp-spec-pc .gap-row td {
  height: 5px;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

@media(min-width:768px) {
  .camp2025 .section08 .inner {
    padding: 60px 0;
    border-radius: 30px;
  }
  
  .camp2025 .section08 .inner .maintxt {
    gap: 20px;
    padding: 0;
  }
  
  .camp2025 .section08 .inner h1 {
    font-size: 35px;
  }
  
  .camp2025 .section08 .inner h2 {
    font-size: 24px;
  }
  
  .camp2025 .section08 .inner .maintxt h3 {
    font-size: 22px;
  }
  
  .camp2025 .section08 .card-section {
    gap: 20px;
    margin: 20px auto;
    padding: 0px;
  }
  
  .camp2025 .section08 .card-section .item > img {
    border-radius: 20px;
  }
  
  .camp2025 .section08 .card-section .item > span {
    font-size: 16px;
  }
  
  .camp2025 .section08 .tablearea {
    margin: 10px auto 0 auto;
    padding: 0;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    border: none; 
  }

  .camp2025 .section08 .tablearea .camp-spec-pc caption {
    display: none;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc thead tr th {
    padding: 15px 0;
    background-color: #FFF8CD;
    font-family: 'Paperlogy-6SemiBold' !important;
    font-size: 14px;
    color: #444444;
    line-height: 100%;
    text-align: center;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td {
    padding: 15px;
    background-color: #FFFFFF;
    font-family: 'Paperlogy-6SemiBold' !important;
    font-size: 14px;
    color: #444444;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td strong {
    font-family: 'Paperlogy-8ExtraBold' !important;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td small {
    font-family: 'Paperlogy-6SemiBold' !important;
    font-size: 13px;
    color: #666666;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td.gap-right {
    background-color: #FFD200;
    border-right: 5px solid #0944F6;
    font-size: 16px;
    color: #0944F6;
  }
}

@media(min-width:1280px) {
  .camp2025 .section08 .inner {
    padding: 100px 0;
    border-radius: 40px;
  }
  
  .camp2025 .section08 .inner .maintxt {
    gap: 20px;
  }
  
  .camp2025 .section08 .inner h1 {
    font-size: 45px;
  }
  
  .camp2025 .section08 .inner h2 {
    font-size: 30px;
  }
  
  .camp2025 .section08 .inner .maintxt h3 {
    font-size: 24px;
  }
  
  .camp2025 .section08 .card-section {
    gap: 30px;
    margin: 30px auto;
  }
  
  .camp2025 .section08 .card-section .item > img {
    border-radius: 30px;
  }
  
  .camp2025 .section08 .card-section .item > span {
    font-size: 18px;
  }
  
  .camp2025 .section08 .tablearea {
    margin: 20px auto 0 auto;
  }
  
  .camp2025 .section08 .tablearea .camp-spec-pc {
    margin-top: 20px;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc thead tr th {
    font-size: 15px;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td {
    font-size: 15px;
  }

  .camp2025 .section08 .tablearea .camp-spec-pc tbody tr td small {
    font-size: 14px;
  }
}


/*Section09*/
.camp2025 .section09 {
  padding: 40px 0;
  background-color: #F3F9FF;
}

.camp2025 .section09 .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px auto;
}

.camp2025 .section09 .maintxt h1 {
  font-family: 'Paperlogy-8ExtraBold','pretendard', 'Noto Sans KR';
  font-size: 22px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section09 .view-pc {
  display: none;
}

.camp2025 .section09 .view-m {
  display: block;
}

.camp2025 .section09 .item {
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1000px;
}

.camp2025 .section09 .item:last-child {
  margin: 0 auto;
}

.camp2025 .section09 .item .body {
  padding: 20px 0;
  background-color: #FFD200;
}

.camp2025 .section09 .item.family .body {
  background-color: #0944F6;
}

.camp2025 .section09 .item .body h1 {
  font-family: 'Paperlogy-8ExtraBold','pretendard', 'Noto Sans KR';
  font-size: 22px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section09 .item .body h2 {
  margin-top: 10px;
  font-family: 'Paperlogy-8ExtraBold','pretendard', 'Noto Sans KR';
  font-size: 20px;
  color: #0944F6;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.camp2025 .section09 .item .body h2 > span {
  color: #FFD200;
}


.camp2025 .section09 .item.family .body h1,
.camp2025 .section09 .item.family .body h2 {
  color: #FFD200;
}

.camp2025 .section09 .item.family .body h2 > span {
  color: #0944F6;
}

.camp2025 .section09 .item .body p {
  padding: 10px 0;
  font-family: 'Paperlogy-5Medium'!important;
  font-size: 16px;
  color: #444444;
  line-height: 140%;
}

.camp2025 .section09 .item.family .body p {
  color: #FFFFFF;
}


.camp2025 .section09 .item .body small {
  margin-bottom: 10px;
  font-family: 'Paperlogy-6SemiBold'!important;
  font-size: 13px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section09 .item.family .body small {
  color: #FFFFFF;
}

.camp2025 .section09 .item .body a.btn-download {
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  border-radius: 50px;
  background-color: #0944F6;
  font-family: 'Paperlogy-6SemiBold'!important;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 140%;
  transition: all 0.3s ease-in-out;
}

.camp2025 .section09 .item .body a.btn-download:hover {
  background-color: #0051FF;
}

.camp2025 .section09 .item.family .body a.btn-download {
  background-color: #FFD200;
  color: #0944F6;
}

.camp2025 .section09 .item.family .body a.btn-download:hover {
  background-color: #ff9600;
  color: #FFFFFF;
}

.camp2025 .section09 .item .body a.btn-download > i {
  margin-right: 5px;
}

.camp2025 .section09 .item .footer {
  position: relative;
}

.camp2025 .section09 .item .footer .apply-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  padding: 10px 20px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  font-family: 'Paperlogy-6SemiBold'!important;
  font-size: 18px;
  line-height: 100%;
}

.camp2025 .section09 .item .footer .apply-icon.soon {
  background-color: #FF2A2D;
  color: #FFFFFF;
}

.camp2025 .section09 .item .footer .apply-icon.ing {
  background-color: #FFB135;
  color: #FFFFFF;
}

.camp2025 .section09 .item .footer .apply-icon.finish {
  background-color: #666666;
  color: #FFFFFF;
}

@media(min-width:768px) {
  .camp2025 .section09 {
    padding: 60px 0;
  }

  .camp2025 .section09 .maintxt {
    margin: 10px auto 20px auto;
  }
  
  .camp2025 .section09 .maintxt h1 {
    font-size: 36px;
  }

  .camp2025 .section09 .view-pc {
    display: block;
  }
  
  .camp2025 .section09 .view-m {
    display: none;
  }

  .camp2025 .section09 .item {
    display: grid;
    grid-template-columns: 40px auto 360px;
    gap: 0;
    margin: 0 auto 30px auto;
  }

  .camp2025 .section09 .item .header {
    width: 100%;
    height: auto;
  }

  .camp2025 .section09 .item .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: top;
    padding: 10px;
    text-align: left;
    width: 100%;
  }

  .camp2025 .section09 .item .footer {
    width: 100%;
    height: auto;
  }
  
  .camp2025 .section09 .item .body h1 {
    display: inline-block;
    font-family: 'Paperlogy-8ExtraBold','pretendard', 'Noto Sans KR';
    font-size: 28px;
    text-align: left;
    letter-spacing: -1px;
  }
  
  .camp2025 .section09 .item .body h2 {
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .camp2025 .section09 .item .body p {
    font-size: 18px;
  }

  .camp2025 .section09 .item .body small {
    font-size: 13px;
  }
  
  .camp2025 .section09 .item .body a.btn-download {
    display: block;
    width: 260px;
    height: 50px;
    font-size: 19px;
    text-align: center;
  }
  
  .camp2025 .section09 .item .footer .apply-icon {
    left: 10px;
    top: 0;
    transform: unset;
    font-size: 18px;
  }
}

@media(min-width:1280px) {
  .camp2025 .section09 {
    padding: 100px 0;
  }

  .camp2025 .section09 .maintxt {
    margin: 20px auto;
  }
  
  .camp2025 .section09 .maintxt h1 {
    font-size: 40px;
  }

  .camp2025 .section09 .item .body {
    padding: 30px;
  }
  
  .camp2025 .section09 .item .body h1 {
    font-size: 36px;
  }
  
  .camp2025 .section09 .item .body h2 {
    font-size: 28px;
  }
  
  .camp2025 .section09 .item .body p {
    font-size: 22px;
  }

  .camp2025 .section09 .item .body small {
    font-size: 14px;
  }
  
  .camp2025 .section09 .item .body a.btn-download {
    width: 320px;
    font-size: 24px;
  }

  .camp2025 .section09 .item .footer .apply-icon {
    font-size: 20px;
  }
}

/*Section10*/
.camp2025 .section10 {
  background: linear-gradient(to bottom, #F3F9FF 50%, #FFF1C2 50%);
}

.camp2025 .section10 .inner {
  padding: 40px 0;
  width: 100%;
  background-color: #0944F6;
  border-radius: 20px;
}

.camp2025 .section10 .inner .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.camp2025 .section10 .inner .maintxt h1 {
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 140%;
}

.camp2025 .section10 .inner .maintxt h2 {
  font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
  font-size: 20px;
  color: #FFFFFF;
  line-height: 100%;
}

.camp2025 .section10 .inner .maintxt p {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 100%;
}

.camp2025 .section10 .card-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.dimmed--10{opacity: 0.1;
      filter: Alpha(opacity=10); /* IE 8 이하 호환 */
}

.img-schedule{position: absolute;
	top:33%;
    left:17%;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
}
.img-schedule > p{width:50%;
	color:#fff;
	font-size: 30px;
font-family: 'Paperlogy-5Medium' !important;
}
	
@media max-width{
	.img-schedule{position: absolute;
	top:33%;
    left:10%;
	display: flex;
	flex-direction: column;
}
.img-schedule > p{width:80%;
	color:#fff;
	font-size: 18px;
font-family: 'Paperlogy-5Medium' !important;
}
}

.camp2025 .section10 .card-section .item {
  width: 50%;
  max-width: calc((100% - 10px) / 2); /*gap 보정*/
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
}

.camp2025 .section10 .card-section .item .body {
  position: relative;
  padding: 15px 0;
  text-align: center;
}

.camp2025 .section10 .card-section .item .body > span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Paperlogy-8ExtraBold', 'pretendard', 'Noto Sans KR';
  font-size: 18px;
  color: #0944F6;
  line-height: 100%;
}

.camp2025 .section10 .card-section .item .body > p {
  font-family: 'Paperlogy-6SemiBold' !important;
  font-size: 15px;
  color: #444444;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.camp2025 .section10 .card-section .item .bottom {
  position: relative;
  height: 100%;
}

.camp2025 .section10 .card-section .item .bottom .overlay {
  position: absolute;
  display: flex;
  justify-self: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.camp2025 .section10 .card-section .item .bottom .overlay.off {
  background-color: transparent;
}

.camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: 'Paperlogy-6SemiBold'!important;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 100%;
}

.camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view > i {
  margin-right: 5px;
}

.camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view.finish {
  background-color: #CCCCCC;
}

.camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view.attend {
  background-color: #FF2A2D;
}

.camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view.prepare {
  background-color: #999999;
}

@media(min-width:768px) {
  .camp2025 .section10 .inner {
    padding: 60px 0;
    border-radius: 30px;
  }
  
  .camp2025 .section10 .inner .maintxt h1 {
    font-size: 40px;
  }
  
  .camp2025 .section10 .inner .maintxt h2 {
    font-size: 30px;
  }
  
  .camp2025 .section10 .inner .maintxt p {
    font-size: 16px;
  }

  .camp2025 .section10 .card-section {
    gap: 10px;
  }

  .camp2025 .section10 .card-section .item {
    width: 33%;
    max-width: calc((100% - 20px) / 3); /*gap 보정*/
    border-radius: 20px;
  }
  
  .camp2025 .section10 .card-section .item .body {
    padding: 20px 0;
  }
  
  .camp2025 .section10 .card-section .item .body > span {
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .camp2025 .section10 .card-section .item .body > p {
    font-size: 16px;
  }
    
  .camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view {
    font-size: 18px;
  }
}


@media(min-width:1280px) {
  .camp2025 .section10 .inner {
    padding: 100px 0;
    border-radius: 40px;
  }
  
  .camp2025 .section10 .inner .maintxt {
    gap: 20px;
  }
  
  .camp2025 .section10 .inner .maintxt h1 {
    font-size: 50px;
  }
  
  .camp2025 .section10 .inner .maintxt h2 {
    font-size: 40px;
  }
  
  .camp2025 .section10 .inner .maintxt p {
    font-size: 20px;
  }

  .camp2025 .section10 .card-section {
    gap: 20px;
  }

  .camp2025 .section10 .card-section .item {
    max-width: calc((100% - 40px) / 3); /*gap 보정*/
    border-radius: 30px;
  }
    
  .camp2025 .section10 .card-section .item .body > span {
    font-size: 28px;
  }
  
  .camp2025 .section10 .card-section .item .body > p {
    font-size: 18px;
  }
    
  .camp2025 .section10 .card-section .item .bottom .overlay .btn-zoom-view {
    font-size: 20px;
  }
}


/*Section11*/
.camp2025 .section11 {
  padding: 20px 0 40px 0;
  background-color: #FFF1C2;
}

.camp2025 .section11 .maintxt {
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 10px;
}

.camp2025 .section11 .maintxt .obj-lulu {
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.camp2025 .section11 .maintxt h1 {
  font-family: 'Paperlogy-8ExtraBold' !important;
  font-size: 24px;
  color: #0944F6;
  line-height: 130%;
}

.camp2025 .section11 .maintxt h2 {
  margin-top: 30px;
  font-family: 'Paperlogy-6SemiBold' !important;
  font-size: 18px;
  color: #0944F6;
  line-height: 140%;
}

.camp2025 .section11 .maintxt h2 span {
  font-family: 'Paperlogy-8ExtraBold' !important;
}

.camp2025 .section11 .obj-img > img {
  border-radius: 15px;
}

/* ------- 리뷰영역 ------- */
  .rvw {
    font-family: 'Paperlogy-5Medium', "Pretendard", "Noto Sans KR", sans-serif;
    color: var(--rvw-text);
    margin: 24px auto 60px;
    padding: 0 16px;
    max-width: var(--rvw-maxw);
  }
  .rvw__title {
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 700;
    margin: 0 0 14px;
  }

  /* ------- list & cards ------- */
  .rvw__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--rvw-gap);
  }
  .rvw-card {
    background: var(--rvw-bg);
    border: 1px solid var(--rvw-border);
    border-radius: var(--rvw-radius);
    box-shadow: var(--rvw-shadow);
    padding: 25px;
  }
  .rvw-card__body {
    line-height: 1.4;
    font-size: 14px;
	text-align: left;
    word-break: keep-all;
  }
  .rvw-card__footer {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
  }
  .rvw-avatar {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: #fff;
    display: grid; place-items: center;
    border: 1px solid var(--rvw-border);
    font-size: 22px;
  }
	.rvw-avatar > img{ width: 100%;
		
	}
  .rvw-user {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .rvw-user__name {
    font-weight: 700;
    font-size: 14px;
	text-align: left;
}
  /* ------- pagination ------- */
  .rvw__pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    user-select: none;
  }
  .rvw-pagebtn,
  .rvw-arrowbtn {
	  border: none;
    appearance: none;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 10px;
    min-width: 30px;
  }
  .rvw-arrowbtn:hover{
    background: rgba(255,255,255,0.50);
   
  }
  .rvw-pagebtn:hover{
    background: rgba(255,255,255,0.50);
   
  }
  .rvw-pagebtn[aria-current="page"] {
    background: #FFD200;
    color:#fff;
    border-color:#FFD200;
    cursor: default;
	 font-weight: 700;
  }
  .rvw-arrowbtn:disabled {
    opacity: .5;
    cursor:default;
	background: #fff;
	  
  }

  /* ------- responsive ------- */
  @media (min-width: 768px) {
    .rvw__list { gap: 10px; }
    .rvw-card { padding: 30px 60px; }
	.rvw-card__body {
    line-height: 1.4;
    font-size: 18px;
	text-align: left;
    word-break: keep-all;
  }
   .rvw-user__name {
    font-weight: 700;
    font-size: 16px;
	text-align: left;
}
	  .rvw-pagebtn,
  .rvw-arrowbtn {
	  border: none;
    appearance: none;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    min-width: 34px;
  }
  }

/* Prev, Nrxt */
.camp2025 .swiper-button-prev,
.camp2025 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7); /* 버튼 배경색 */
  border-radius: 50%;
  color: black;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.camp2025 .swiper-button-prev {
  left: 10px;
}

.camp2025 .swiper-button-next {
  right: 10px;
}

.camp2025 .swiper-button-prev::after,
.camp2025 .swiper-button-next::after {
  font-size: 20px;
  color: #000;
}

@media(min-width:768px) {
  .camp2025 .section11 {
    padding: 30px 0 60px 0;
  }

  .camp2025 .section11 .maintxt {
    gap: 15px;
  }
  
  .camp2025 .section11 .maintxt .obj-lulu {
    width: 120px;
  }
  
  .camp2025 .section11 .maintxt h1 {
    font-size: 40px;
  }

  .camp2025 .section11 .maintxt h2 {
    font-size: 20px;
  }
  
  .camp2025 .section11 .obj-img > img {
    border-radius: 20px;
  }
  
 
  }
}

@media(min-width:1280px) {
  .camp2025 .section11 {
    padding: 50px 0 100px 0;
  }

  .camp2025 .section11 .maintxt {
    gap: 20px;
  }
  
  .camp2025 .section11 .maintxt .obj-lulu {
    width: 150px;
  }
  
  .camp2025 .section11 .maintxt h1 {
    font-size: 50px;
  }
  
  .camp2025 .section11 .maintxt h2 {
    font-size: 24px;
  }

  .camp2025 .section11 .obj-img > img {
    border-radius: 30px;
  }
}

/*FIXBNN*/
.camp2025 .fix-btnarea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #FF4347;
  z-index: 100;
}

.camp2025 .fix-btnarea .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  text-align: center;
}

.camp2025 .fix-btnarea .inner a.fix-apply-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: 'Paperlogy-8ExtraBold' !important;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.camp2025 .fix-btnarea .inner a.fix-apply-btn:hover {
  color: #FFE44A;
}

.camp2025 .fix-btnarea .inner span.circle-lala {
  position: absolute;
  display: inline-block;
  left: 15%;
  top: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFE44A;
  overflow: hidden;
  animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* 위로 15px 튀기 */
  }
}

@media(min-width:1280px) {
  .camp2025 .fix-btnarea {
    height: 80px;
  }
  
  .camp2025 .fix-btnarea .inner {
    height: 80px;
  }
  
  .camp2025 .fix-btnarea .inner a.fix-apply-btn {
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  
  .camp2025 .fix-btnarea .inner span.circle-lala {
    left: 65%;
    top: -20px;
    width: 100px;
    height: 100px;
  }
}

/*POPUP*/
.modal {
  overflow-y: unset;
}
#campApply .modal-dialog {
  top: 130px;
}

#campApply .modal-content {
  position: relative;
  border-radius: 20px;
  max-width: 700px;
  overflow: hidden;
}

#campApply .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  font-weight: 300;
  color: #999999;
  background: #FFFFFF;
  border: none;
  text-align: center;
  cursor: pointer;
}

#campApply .modal-body {
  position: relative;
  padding: 0;
  margin: 0;
}

#campApply .modal-body .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}

#campApply .modal-body h1 {
  font-family: 'Paperlogy-8ExtraBold' !important;
  font-size: 32px;
  color: #0944F6;
  line-height: 100%;
}

#campApply .modal-body h2 {
  padding-top: 10px;
  padding-left: 24px;
  font-family: 'Paperlogy-7Bold' !important;
  font-size: 18px;
  color: #0944F6;
  line-height: 100%;
  text-align: left;
}

#campApply .modal-body h3 {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 14px;
  color: #0944F6;
  line-height: 100%;
}

#campApply .modal-body p {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 13px;
  color: #444444;
  line-height: 100%;
}

#campApply .modal-body form {
  margin: 0 auto;
  max-width: 100%;
}

#campApply .modal-body form .input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 10px 0;
  padding: 0 20px;
  width: 100%;
}

#campApply .modal-body form .input-grid > input:last-child {
  grid-column: span 2;
  width: 100%;
}

#campApply .modal-body form .radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  justify-content: start;
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
}

#campApply .modal-body form .radio-grid label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  width: 100%;
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 14px;
  color: #444444;
  line-height: 100%;
}


#campApply .modal-body form input {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  text-align: center;
}

#campApply .modal-body form input::placeholder {
  color: #888888;
  font-size: 14px;
  font-family: 'Paperlogy-4Regular' !important;
  text-align: center;
}

#campApply .modal-body form input[type="text"] {
  width: 100%;
  height: 40px;
}

#campApply .modal-body form input[type="radio"] {
  margin-right: 5px;
  border: 2px solid #DDDDDD;
  outline: none; /* 포커스 시 테두리 제거 */
  width: 18px;
  height: 18px;
}

#campApply .modal-body form input[type="radio"]:checked {
  background-color: #3498db;
  border-color: #2980b9;
}

#campApply .modal-body form textarea {
  margin-top: 5px;
  padding: 15px;
  width: 90%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
}

#campApply .privacy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin: 10px auto 20px auto;
  text-align: left;
  width: 90%;
}

#campApply .privacy label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'pretendard', 'Noto Sans KR';
  font-size: 13px;
  color: #666666;
  text-align: left;
  vertical-align: middle;
}

#campApply .privacy input[type="checkbox"] {
  margin-right: 5px;
  border: 2px solid #DDDDDD;
  outline: none; /* 포커스 시 테두리 제거 */
  width: 14px;
  height: 14px;
}

#campApply .privacy button {
  padding: 3px;
  font-size: 13px;
  background-color: #666666;
  color: #FFFFFF;
  text-align: left;
}

#campApply .apply-comp-advice {
  width: 100%;
  height: 50px;
  background-color: #0944F6;
  font-family: 'Paperlogy-7Bold' !important;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 100%;
}

@media(min-width:1280px) {  
  #campApply .modal-body .maintxt {
    gap: 15px;
    padding-top: 50px;
  }
  
  #campApply .modal-body h1 {
    font-size: 40px;
  }
  
  #campApply .modal-body h2 {
    font-size: 24px;
  }
  
  #campApply .modal-body h3 {
    font-size: 16px;
  }
  
  #campApply .modal-body p {
    font-size: 16px;
  }
  
  #campApply .modal-body form .radio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  #campApply .modal-body form .radio-grid label {
    font-size: 16px;
  }

  #campApply .modal-body form input::placeholder {
    font-size: 16px;
  }
  
  #campApply .modal-body form input[type="text"] {
    height: 50px;
  }
  
  #campApply .apply-comp-advice {
    height: 60px;
    font-size: 24px;
  }
}