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;
}

/*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;
}

/*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;
}


/*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: #ffea00;
}

.camp2025 .section01 .visual h2 {
  font-family: 'Paperlogy-4Regular', 'pretendard', 'Noto Sans KR';
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}

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

.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: 45px;
  }
  
  .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: #1D87FF;
}

.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*/
.camp2025 .section03 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}

.camp2025 .section03 .section-lefttop {
  margin: 0;
  padding: 40px 0 20px 0;
  background-color: #1D87FF;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.camp2025 .section03 .section-lefttop .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.camp2025 .section03 .section-lefttop .inner h1 {
  font-family: 'Paperlogy-7Bold', 'pretendard', 'Noto Sans KR';
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
}

.camp2025 .section03 .section-lefttop .inner .obj-img {
  margin: 20px auto 0 auto;
  width: 120px;
  height: auto;
  text-align: center;
}

.camp2025 .section03 .section-rightbottom {
  margin: 0;
  padding: 40px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 20px 20px;
}

.camp2025 .section03 .section-rightbottom .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.camp2025 .section03 .section-rightbottom .inner span {
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  background-color: #CDE4FF;
  border-radius: 100px;
  font-family: 'Paperlogy-5Medium', 'pretendard', 'Noto Sans KR';
  font-size: 16px;
  line-height: 130%;
  color: #2085F6;
}

@media(min-width:768px) {
  .camp2025 .section03 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: top;
  }
  
  .camp2025 .section03 .section-lefttop {
    display: flex;
    justify-content: right;
    padding: 60px 0 30px 0;
    border-radius: 20px 0 0 20px;
  }

  .camp2025 .section03 .section-lefttop .inner {
    margin-top: 30px;
    margin-right: 0;
    width: 100%;
    max-width: 600px;
  }

  .camp2025 .section03 .section-lefttop .inner h1 {
    padding-right: 20px;
    font-size: 26px;
    text-align: right;
  }
  
  .camp2025 .section03 .section-lefttop .inner .obj-img {
    margin-top: 30px;
    width: 230px;
  }
  
  .camp2025 .section03 .section-rightbottom {
    padding: 60px 0;
    border-radius: 0 20px 20px 0;
  }
  
  .camp2025 .section03 .section-rightbottom .inner {
    gap: 30px;
  }
  
  .camp2025 .section03 .section-rightbottom .inner span {
    padding: 15px 30px;
    font-size: 18px;
  }
}

@media(min-width:1280px) {  
  .camp2025 .section03 .section-lefttop {
    padding: 100px 0 50px 0;
    border-radius: 30px 0 0 30px;
  }

  .camp2025 .section03 .section-lefttop .inner h1 {
    padding: 0;
    font-size: 40px;
    text-align: left;
  }
  
  .camp2025 .section03 .section-lefttop .inner .obj-img {
    width: 330px;
  }
  
  .camp2025 .section03 .section-rightbottom {
    padding: 100px 0;
    border-radius: 0 30px 30px 0;
  }
  
  .camp2025 .section03 .section-rightbottom .inner {
    gap: 50px;
  }
  
  .camp2025 .section03 .section-rightbottom .inner span {
    padding: 15px 40px;
    font-size: 24px;
  }
}


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

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

.camp2025 .section04 .maintxt h2 {
  display: inline-block;
  margin: 30px 0 10px 0;
  padding: 10px 40px;
  width: auto;
  background-color: #1D87FF;
  border-radius: 100px;
  font-family: 'Paperlogy-6SemiBold', 'pretendard', 'Noto Sans KR';
  font-size: 20px;
  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 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  justify-content: center;
  align-items: top;
  margin-top: 20px;
}

.camp2025 .section04 .card-section .item {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.camp2025 .section04 .card-section .item .right-txt > p {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 14px;
  line-height: 130%;
  color: #444444;
}

.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: 16px;
  color: #1D87FF;
}

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

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

@media(min-width:768px) {
  .camp2025 .section04 {
    padding: 60px 0;
  }
  
  .camp2025 .section04 .maintxt h1 {
    font-size: 30px;
  }
  
  .camp2025 .section04 .maintxt h2 {
    margin: 50px 0 20px 0;
    padding: 12px 40px;
    font-size: 24px;
  }
  
  .camp2025 .section04 .maintxt h3 {
    font-size: 20px;
  }
  
  .camp2025 .section04 .card-section {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    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: 16px;
    line-height: 150%;
  }
  
  .camp2025 .section04 .card-section .item .right-txt > p > span {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media(min-width:1280px) {
  .camp2025 .section04 {
    padding: 100px 0;
  }
  
  .camp2025 .section04 .maintxt h1 {
    font-size: 40px;
  }
  
  .camp2025 .section04 .maintxt h2 {
    font-size: 30px;
  }
  
  .camp2025 .section04 .maintxt h3 {
    font-size: 24px;
  }
  
  .camp2025 .section04 .card-section .item {
    grid-template-columns: 80px auto;
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
  }
  
  .camp2025 .section04 .card-section .item .right-txt > p {
    font-size: 18px;
  }
  
  .camp2025 .section04 .card-section .item .right-txt > p > span {
    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: #FFE02E;
}

.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: #1D87FF;
  font-family: 'Paperlogy-8ExtraBold' !important;
  font-size: 16px;
  color: #FFE02E;
  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: #1D87FF;
}

@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: 40px 0;
  background-color: #FFF1C2;
}

.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: #1D87FF;
}

.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;
}

.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: #1D87FF;
}

.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: #1D87FF;
}

@media(min-width:768px) {
  .camp2025 .section06 .inner {
    border-radius: 0 0 30px 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;
  }

  .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: 0 0 40px 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: #1D87FF;
  line-height: 130%;
}

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

.camp2025 .section07 h3 {
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  background-color: #1D87FF;
  border-radius: 50px;
  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: #1D87FF;
  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: 26px;
  }
  
  .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: #1D87FF;
  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: #FFEA00;
  border: none;
  font-family: 'Paperlogy-7Bold' !important;
  font-size: 18px;
  color: #1D87FF;
  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: #FFEA00;
    border-right: 5px solid #1D87FF;
    font-size: 16px;
    color: #1D87FF;
  }
}

@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: #1D87FF;
  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: #ffe02e;
}

.camp2025 .section09 .item.family .body {
  background-color: #1D87FF;
}

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

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

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

.camp2025 .section09 .item .body h2 > span,
.camp2025 .section09 .item .body h3 > span {
  color: #ffe02e;
}


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

.camp2025 .section09 .item.family .body h3 {
  color: #fff3ae;
}

.camp2025 .section09 .item.family .body h2 > span,
.camp2025 .section09 .item.family .body h3 > span {
  color: #1D87FF;
}

.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: #1D87FF;
  line-height: 100%;
}

.camp2025 .section09 .item.family .body small {
  color: #FFFFFF;
  line-height: 130%;
}

.camp2025 .section09 .item .body a.btn-download {
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  border-radius: 50px;
  background-color: #1D87FF;
  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: #FFE02E;
  color: #1D87FF;
}

.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;
}

.camp2025 .section09 .item .week-grid {
  display: flex;
  flex-direction: column;
}


@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 h3 {
    line-height: 200%;
  }
  
  .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;
  }

  .camp2025 .section09 .item .week-grid {
    flex-direction: row;
    gap: 20px;
  }

  .camp2025 .section09 .item .week-grid > div:nth-child(2) {
    padding-top: 5px;
  }
}

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

.camp2025 .section10 .inner {
  padding: 40px 0;
  width: 100%;
  background-color: #1D87FF;
  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%;
}

.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: #1D87FF;
  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: #1D87FF;
  line-height: 130%;
}

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

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

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

.camp2025 .section11 .review {
  position: relative;
  margin: 30px 0;
  padding: 0 40px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.camp2025 .section11 .review .swiper-wrapper {
  display: flex;
}

.camp2025 .section11 .review .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  height: calc(100% - 10px);
}

.camp2025 .section11 .review .item .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.camp2025 .section11 .review .item .header .name {
  font-family: 'Paperlogy-6SemiBold' !important;
  font-size: 15px;
  color: #666666;
  line-height: 100%;
}

.camp2025 .section11 .review .item .body {
  font-family: 'Paperlogy-4Regular' !important;
  font-size: 14px;
  color: #444444;
  line-height: 140%;
  text-align: left;
}

/* 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: #000000;
}

@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;
  }
  
  .camp2025 .section11 .review {
    height: 350px;
  }
  
  .camp2025 .section11 .review .item {
    padding: 20px;
    border-radius: 20px;
  }
  
  .camp2025 .section11 .review .item .header {
    margin-bottom: 15px;
  }
  
  .camp2025 .section11 .review .item .header .name,
  .camp2025 .section11 .review .item .header .icon {
    font-size: 16px;
  }
  
  .camp2025 .section11 .review .item .body {
    font-size: 15px;
    line-height: 140%;
  }
}

@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;
  }
  
  .camp2025 .section11 .review {
    height: 350px;
  }
  
  .camp2025 .section11 .review .item {
    padding: 30px;
    border-radius: 30px;
  }
  
  .camp2025 .section11 .review .item .header .name,
  .camp2025 .section11 .review .item .header .icon {
    font-size: 17px;
  }
  
  .camp2025 .section11 .review .item .body {
    font-size: 16px;
  }
}

/*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: #1D87FF;
  line-height: 100%;
}

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

#campApply .modal-body h3 {
  font-family: 'Paperlogy-5Medium' !important;
  font-size: 14px;
  color: #1D87FF;
  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: #1D87FF;
  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;
  }
}