/* section02 */
.section02 {
  padding-bottom: 140px;
  padding-bottom: clamp(70px, 10vw, 140px);
}
.section02 .divider {
  width: calc(100% - 40px);
  max-width: 1640px;
  margin: 100px auto;
  border-bottom: 2px dashed transparent;
  border-image: repeating-linear-gradient(
    to right,
    rgba(177, 177, 177, 1) 0 2px, /* 점 길이 */
    transparent 2px 4px            /* 점 사이 간격 */
  ) 1;
  margin: clamp(50px, 5vw, 100px) auto 0 auto;
}
.ethiopia {
  padding-top: 140px;
  padding-top: clamp(70px, 10vw, 140px);
}
.section02__panel:not(.ethiopia) {
  padding-top: clamp(50px, 5vw, 100px);
}
.section02 .container {
  width: 100%;
  max-width: fit-content;
}
/* 텍스트 */
.section02__text {
  text-align: center;
}
.section02__text .section02__eyebrow {
  font-family: "SD_unicef_hearty";
  color: #2D2926 ;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.12px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(20px, 2vw, 30px);
}
.section02__text .section02__title {
  margin-top: 20px;
  color: #1CABE2;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -0.28px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(14px, 2vw, 20px);
  font-size: clamp(40px, 4vw, 70px);
  gap: clamp(4px, 0.8vw, 8px);
}
.section02__text .section02__title .nation {
  display: flex;
  gap: 10px;
}
.section02__text .section02__title .section02__title-sub {
  color: #77777A;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.16px;
  font-size: clamp(24px, 2vw, 40px);
}
.section02__text .dec_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  gap: 12px;
  margin: 0 auto;
  border-radius: 10px;
  background: #F7F7F7;
  margin-top: 32px; 
  margin-top: clamp(20px, 3vw, 32px);
  padding: clamp(10px, 1.6vw, 17px) clamp(16px, 2.4vw, 30px);
  gap: clamp(6px, 1vw, 12px);
}
.section02__text .dec_wrap .section02__desc{
  font-family: "SD_unicef_hearty";
  color: #2D2926;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.096px; 
  font-size: clamp(18px, 1.6vw, 24px);
}
.section02__text .dec_wrap .pipe {
  width: 1px;
  height: 17px;
  background: #D9D9D9;
}
.section02__text .dec_wrap .dec__author {
  color: #2D2926;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.08px;
   font-size: clamp(14px, 1.6vw, 20px);
}
.section02__text .dec_wrap .dec__author .em {
  font-weight: 700;
}
.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 30px;
  margin: 42px auto 51px auto;
  gap: 30px;
  height: clamp(20px, 3vw, 30px);
  margin: clamp(26px, 3vw, 42px) auto clamp(27px, 3vw, 51px) auto;
}
.swiper-pagination,
.section02__slider .swiper-button-next, 
.section02__slider .swiper-button-prev,
.section04__cards__slider .swiper-button-next, 
.section04__cards__slider .swiper-button-prev {
  position: initial;
}
.section02__slider .swiper-button-next, 
.section02__slider .swiper-button-prev,
.section04__cards__slider .swiper-button-next, 
.section04__cards__slider .swiper-button-prev {
  width: 10px;
  height: 17px;
  margin: 0;
}
.section02__slider .swiper-button-prev:after, 
.section02__slider .swiper-button-next:after,
.section04__cards__slider .swiper-button-prev:after, 
.section04__cards__slider .swiper-button-next:after{
  content: '';
  transition: all 0.2s ease;
}
.section02__slider .swiper-button-prev,
.section04__cards__slider .swiper-button-prev {
  background: url("https://cdn.unicef.or.kr/images/exhibition/2025/section02_slide_prev.svg") no-repeat;
  background-size: cover;
}
.section02__slider .swiper-button-next,
.section04__cards__slider .swiper-button-next {
  background: url("https://cdn.unicef.or.kr/images/exhibition/2025/section02_slide_next.svg") no-repeat;
  background-size: cover;
}
.section02__slider .swiper-button-next.active,
.section04__cards__slider .swiper-button-next.active{
  background: url("https://cdn.unicef.or.kr/images/exhibition/2025/section02_slide_next_active.svg") no-repeat;
  background-size: cover;
}
.section02__slider .swiper-button-prev.active,
.section04__cards__slider .swiper-button-prev.active{
  background: url("https://cdn.unicef.or.kr/images/exhibition/2025/section02_slide_prev_active.svg") no-repeat;
  background-size: cover;
}
.section02__slider .swiper-pagination,
.section04__cards__slider .swiper-pagination {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2d2926;
  gap: 14px;
  font-size: clamp(16px, 1.5vw, 18px);
}
.section02__pager-numbers span,
.section04__cards__slider span{
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #2D2926;
  font-size: clamp(16px, 1.6vw, 20px);
}
.section02__pager-numbers span.section02__pager-num,
.section04__cards__slider span.section02__pager-num {
  color:#1CABE2;
}
.section02__pager-progress {
  position: relative;
  width: 180px;
  height: 4px;
  background: #D9D9D9;
  overflow: hidden;
  border-radius: 999px;
  width: clamp(90px, 15vw, 180px);
  height: clamp(2px, 0.4vw, 4px);
}
.section02__pager-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #1CABE2;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.section02__story-figure {
  border: 10px solid #FFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
.section02__story-figure .copy {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.056px;
  position: absolute;
  bottom: 16px;
  right: 12px;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: clamp(10px, 1.4vw, 14px);
  bottom: clamp(14px, 2vw, 16px);
  right: clamp(10px, 1.5vw, 12px);
}
.section02__story-figure .copy.blk {
  color: #2D2926;
}
.section02__story-figure .copy_vertical {
  /* 세로 */
  writing-mode: sideways-rl;
} 
.section02__story-figure img {
  height: auto;
  width: auto;
  display: block;
}
.section02__story-text {
  margin-top: 26px;
  word-break: keep-all;
  margin-top: clamp(24px, 2vw, 26px);
}
.section02__story-text .section02__story-title {
  color: #2D2926;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.104px;
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: clamp(20px, 1.8vw, 26px);
}
.section02__story-desc {
  margin-top: 16px;
  word-break: keep-all;
  color: #77777A;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.072px;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: clamp(26px, 2vw, 30px);
  margin-top: clamp(10px, 0.5vw, 16px);
}

/* 사진별 리스트 가로 크기 */
/* ethiopia */
.ethiopia .story01 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.ethiopia .story02 {
  width: 608px;
  width: clamp(315px, 31.7vw, 608px);
}
.ethiopia .story03 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.ethiopia .story04 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.ethiopia .story05 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.ethiopia .story06 {
  width: 620px;
    width: clamp(335px, 40vw, 620px);
}
.ethiopia .story07 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.ethiopia .story08 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.ethiopia .story09 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.ethiopia .story10 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}

/* 우간다 */
.uganda .story01 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story02 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story03 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story04 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story05 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.uganda .story06 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.uganda .story07 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story08 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.uganda .story09 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.uganda .story10 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}

/* 모잠비크 */
.mozmbique .story01 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story02 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story03 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story04 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story05 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story06 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.mozmbique .story07 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.mozmbique .story08 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.mozmbique .story09 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.mozmbique .story10 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}

/* 필리핀 */
.Philippines .story01 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.Philippines .story02 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.Philippines .story03 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story04 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story05 {
  width: 620px;
  width: clamp(335px, 40vw, 620px);
}
.Philippines .story06 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story07 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story08 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story09 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}
.Philippines .story10 {
  width: 380px;
  width: clamp(280px, 25vw, 380px);
}

