.report25 {
  max-width: none;
  font-family: "Pretendard","Montserrat", sans-serif;
  padding: 0;
  color: #1D1D1F;
  background-color: #fff;
}

.report25 * {
  box-sizing: border-box;
  font: inherit;
  word-break: keep-all;
  font-family: "Pretendard","Montserrat", sans-serif;
}

.report25 *::before,
.report25 *::after {
  box-sizing: border-box;
}

.report25 .only_web {
  display: block !important;
}

.report25 .only_mo {
  display: none !important;
}

.report25 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.report25 svg circle {
  transform-origin: center center;
}

.report25 .lb {
  color: #000;
  font-weight: bold;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}


.report25 .transform_none {
  text-transform: none !important;
}

.report25 .slide-tab-container {
  position: relative;
  display: flex;
  background: #EEE;
  border-radius: 50px;
  width: 690px;
  height: 64px;
  padding: 5px;
  
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 70px;
}

.report25 .slide-tab {
  flex: 1;
  text-align: center;
  line-height: 58px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.report25 .slide-tab.active {
  color: #fff;
}

.report25 .slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 50%;
  background: #383838;
  border-radius: 50px;
  z-index: 1;
}

.slick-initialized .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.slide-tab-content {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.slide-tab-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: visible;
  transition: opacity 0.3s ease;
}
.report25 section .swiper-pagination::before{
  display: none;
}
/* report_home */
.report25 .report_home {
  background: #fffcf7;
}

.report25 .report_home .home_top_area {
  position: relative;
  text-align: center;
  background: url("../images/annualReport2025/bg-report_home.png") center no-repeat;
  background-size: cover;
  
}

.report25 .report_home .home_top_area .inner_wrapper {
  position: relative;
  margin:0 auto;
  
}
.report25 .report_home .home_top_area .inner_wrapper .circle-ani{
  position: relative;
  padding:85px 0 70px;
  overflow: hidden;
}
.report25 .report_home .home_top_area .inner_wrapper .circle-ani .circle-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate360 50s linear infinite;
}
.report25 .report_home .home_top_area .inner_wrapper .circle-ani .pointer {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  animation: pointerUpDown 1s ease-in-out infinite alternate;
}

.report25 .report_home .home_top_area .inner_wrapper .character1 {
  position: absolute;
  right:50%;
  bottom: -44px;
  transform: translateX(700px);
}
.report25 .report_home .home_top_area .inner_wrapper .character2 {
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-700px);
}

@keyframes pointerUpDown {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-50%, -10px);
  }
}

@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.report25 .report_home .report-year {
  position: absolute;
  top: 60px;
  right:0; 
    width: 212px;
  top: 58px;
  left: auto;
  right: 100px;
}
    .year-list-tit {
        position: relative;
        width: 100%;
        height: 39px;
        padding: 0 19px;
        background: #f7f7f7;
        text-align: left;
        border: 1px solid #ddd;
    }

    .report-year {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.year-list {
  position: relative;
  z-index: 3;
  font-size: 15px;
}

.year-list a,
.year-list button {
  display: block;
  font-size: inherit;
  font-weight: 300;
}

.year-list-cont {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  padding: 10px 20px 12px 20px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.year-list-cont a {
  padding: 10px 0;
}

.year-list-cont .last-year a {
  color: #999;
}

.year-list-tit {
  position: relative;
  width: 100%;
  height: 39px;
  padding: 0 19px;
  background: #f7f7f7;
  text-align: left;
  border: 1px solid #ddd;
}

.year-list-tit::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 0 solid #666;
  border-width: 0 0 2px 2px;
  transform: translateY(-4px) rotate(-45deg);
  transition: all 0.3s;
}

.year-list-tit.active::after {
  transform: translateY(2px) rotate(-225deg);
}


/* report_vison */
.report25 .report_vision {
  position: relative;
  padding: 140px 0 108px 0;
  text-align: center;
}

.report25 .report_vision::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 488px;
  height: 473px;
  background: url("../images/annualReport2025/sec02-before-bg.png") no-repeat;
  content: "";
}

.report25 .report_vision::after {
  position: absolute;
  top: 86px;
  right: 0;
  width: 488px;
  height: 628px;
  background: url("../images/annualReport2025/sec02-after-bg.png") no-repeat;
  content: "";
}

.report25 .report_vision .inner {
  position: relative;
  max-width: 1460px;
  margin:0 auto;
  z-index: 1;
}

.report25 .report_vision .vision-title{
  color: #FF5706;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 700;
  margin-bottom:20px;
}
.report25 .sec-title{
  display:block;
  color: #1D1D1F;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.report25 .sec-title.white{
  color: #fff;
}
.report25 .sec-title.white + p{
  color: #fff;
}

.report25 .sec-title + p{
  position: relative;
  display:block;
  color: #666;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.32;
  margin-top:20px;
  z-index: 1;
}

.report25 .report_vision .inner .box-wrap{
  position:relative;
  max-width:1358px;
  margin:60px auto 0;
}
.report25 .report_vision .inner .box-wrap > img{
  position: relative;
  width:100%;
  z-index: 1;
}
.report25 .report_vision .inner .box-wrap .box-cont{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center; 
  z-index: 1;
}
.report25 .report_vision .inner .box-wrap:before{
    content: 'A Better world';
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1;
    color: #F7F7F7;
    font-family: 'Montserrat';
    font-size: 132px;
    font-weight: 700;
    line-height: 1;
}

.report25 .report_vision .inner .box-wrap:after{
    content: 'for the next generation';
    position: absolute;
    bottom: -80px;
    left: 300px;
    color: #F7F7F7;
    font-family: 'Montserrat';
    font-size: 132px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.report25 .report_vision .inner .box-wrap .box-cont strong{
  display:block;
  color: #fff;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.report25 .report_vision .inner .box-wrap .box-cont span{
  display:block;
  color: #fff;
  
  font-family: 'Pretendard';
  font-size: 20px;
  line-height: 1.32;
}
.report25 .report_vision .inner .box-wrap .box-cont > div.left-cont{
  padding-left:12%;
}
.report25 .report_vision .inner .box-wrap .box-cont > div.right-cont{
  margin-left:auto;
  padding-right:12%;
}
.report25 .report_vision .inner .box-wrap .box-cont > div.center-cont{
  position:absolute;
  width: 30.928%;
  padding-bottom: 30.928%;
  border-radius: 100%;
  background: #1d1d1f;
}

.report25 .report_vision .inner .box-wrap .box-cont > div.center-cont img{
  position: absolute;
  top:30.5%;
  left:50%;
  transform: translateX(-50%);
  width:46.905%;
}

.report25 .report_vision .inner .box-wrap .box-cont > div.center-cont span{
  position: absolute;
  top:60.5%;
  left:50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
  width:100%;
}


.report25 .report_vision .vision-list-logo{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:153px;
}

.report25 .report_vision .vision-list-logo li{
  padding:0 30px;
}
.report25 .report_vision .vision-list-logo li:nth-child(3){
  padding-right:52px;
}
.report25 .report_vision .vision-list-logo li:nth-child(4){
  padding-left:52px;
  border-left: 5px dotted #D9D9D9;
}
.report25 .report_vision .vision-list-logo li p{
  margin-top:32px;
  color: #1D1D1F;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.32;
}

/*report_hope_story*/
.report25 .report_hope_story {
  position: relative; 
}

.report25 .report_hope_story .lottie-box {
  width: 330px;
  height: 422px;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}
.report25 .report_hope_story .inner{padding-top:140px;}
.report25 .report_hope_story .inner .sticky-wrap {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: url("../images/annualReport2025/sec03-bg.png") no-repeat;
    background-size: cover;
}

.report25 .report_hope_story .inner .sticky-wrap .bg-txt{
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
  font-family: 'Montserrat';
  font-size: 160px;
  font-weight: 800;
  line-height: 132px; 
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt1{
  right:50%;
  margin-right:190px;
}
.report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt2{
  left:50%;
  margin-left:100px;
}



.report25 .report_hope_story .inner .card-list {
    width: 330px;
    height: 422px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    z-index: 2;
}

.report_hope_story .inner .card-list li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.report_hope_story .inner .card-list li p{
  position: absolute;
  text-align: center;
  width:100%;
  bottom:80px;
}
.report_hope_story .inner .card-list li p span{
  display: block;
  color: #1D1D1F;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  margin-bottom:3px;
}
.report_hope_story .inner .card-list li p strong{
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 30px;
  font-weight: 700;  
}
.report_hope_story .inner .card-list li p strong em{
  font-size: 22px;
}

.report_hope_story .inner .card-list li:nth-child(1) { z-index: 5; transform: rotate(0);}
.report_hope_story .inner .card-list li:nth-child(2) { z-index: 4; transform: rotate(15deg);}
.report_hope_story .inner .card-list li:nth-child(3) { z-index: 3; transform: rotate(-15deg);}
.report_hope_story .inner .card-list li:nth-child(4) { z-index: 2; transform: rotate(-8deg);}
.report_hope_story .inner .card-list li:nth-child(5) { z-index: 1; }

/*  */
.report25 .report_growth{
  padding:140px 0;; 
}
.report25 .report_growth .graph-wrap{
  margin-top:80px;
  text-align: center;
  background: url('../images/annualReport2025/sec04-graph-bg.png') 0 139px;
  background-repeat: repeat-x;
}

.report25 .report_growth .graph-wrap div{
  position: relative;
  max-width:750px;
  margin:0 auto;
}


.report25 .report_growth .graph-wrap div span.y-axis{
  color: #383838;
  text-align: right;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  left:-110px;
}
.report25 .report_growth .graph-wrap div span.y-axis:nth-child(1){
  bottom:60px;
}
.report25 .report_growth .graph-wrap div span.y-axis:nth-child(2){
  bottom:260px;
}
.report25 .report_growth .graph-wrap div span.y-axis:nth-child(3){
  bottom:460px;
}

.journey_section {
  padding:140px 0;
  background: #000 url('../images/annualReport2025/sec05-bg.png') top center no-repeat;
  background-size: 100%;
}
.journey_section .timeline-wrap .sec-title img{
  display: block;
  text-align: center;
  margin:0 auto 48px; 
}

.journey_section .timeline-wrap .timeline-cont{
  text-align: center;
  position: relative;
  width: 793px;
  margin: 90px auto 0;
}

.journey_section .circle-wrap{
  text-align: center;
  position: relative;
  width: 793px;
  margin: 0 auto;
}


.journey_section .timeline-wrap .timeline-group {
  transform: scale(0.85);
  opacity: 0;
  transition: all 0.5s ease;
  
}

.journey_section .timeline-wrap .timeline-group.active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.journey_section .timeline-wrap .timeline-group.is-exit {
  transform: scale(0.7);
  opacity: 0;
}

.journey_section .timeline-wrap .circle-item {
  display: block;
  transition: transform 0.6s ease;
}

.journey_section .gallery-wrap .swiper-slide {
  width:406px;
  height:502px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  transform: scale(0.55);

  }
.journey_section .gallery-wrap .swiper-slide-active {
  transform: scale(1);
}


.journey_section .center-logo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}


.journey_section .timeline-item{
  width: 268px;
}
.journey_section .timeline-carousel{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.journey_section .timeline-carousel .timeline-item:nth-child(1){
  position: absolute;
  top:261px;
  left:-140px;
  
}

.journey_section .timeline-carousel .timeline-item:nth-child(2){
  position: absolute;
  top:0;
  right:0;
}
.journey_section .timeline-carousel .timeline-item:nth-child(3){
  position: absolute;
  top:540px;
  right:0;
}

.journey_section .timeline-carousel .timeline-item:nth-child(1) .timeline-item-text{
  margin-left:-110px;
}

.journey_section .timeline-carousel .timeline-item:nth-child(2) .timeline-item-text{
  margin-left:100%;
  margin-top: -70px;
}
.journey_section .timeline-carousel .timeline-item:nth-child(3) .timeline-item-text{
  transform: translateX(-30%);
}

.timeline-cont .timeline-item-text{
  text-align: left;
  white-space: nowrap;
}
.timeline-cont .timeline-item-text strong{
  color: #54FB3B;
  display: block;
  font-family: 'Pretendard';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin:20px 0 0;
}
.timeline-cont .timeline-item-text ul li{
  position: relative;
  color: #FFF;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4; 
  padding-left: 14px;
  margin-top:8px;
}
.timeline-cont .timeline-item-text ul li:before{
  content:'';
  position: absolute;
  top:13px;
  left:0;
  width:4px;
  height:4px;
  background:#fff;
  border-radius: 50%;
  
}

.journey_section .achievement-wrap{
  margin-top:430px;
  overflow: visible;
}

.journey_section .achievement-wrap .achievement-list{
  position: relative;
  max-width:1160px;
  margin:80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:40px;
  
}
.journey_section .achievement-wrap .achievement-list::before{
  content:'';
  position: absolute;
  top: 400px;
  left: -230px;
  background: url('../images/annualReport2025/achievement_bg1.png') no-repeat;
  width:254px;
  height:266px;
}
.journey_section .achievement-wrap .achievement-list::after{
  content:'';
  position: absolute;
  top: -190px;
  right: -200px;
  background: url('../images/annualReport2025/achievement_bg2.png') no-repeat;
  width:188px;
  height:196px;
}

.journey_section .achievement-wrap .achievement-list li{
  position: relative;
  z-index: 1;
  max-width:360px;
  width:100%;
  height:560px;
  text-align: center;
}
.journey_section .achievement-wrap .achievement-list li a{
  display: block;
  height:100%;
}
.journey_section .achievement-wrap .achievement-list li span{
  display: block;
  padding:30px 0;
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}

.journey_section .achievement-wrap .achievement-list li p{
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
  padding:30px 0 0;
}
.journey_section .achievement-wrap .achievement-list li em{
  display: inline-block;
  text-align: center;
  margin-top:18px;
  padding-bottom:4px;
  border-bottom:2px solid #1d1d1f;
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 700;
}

.journey_section .achievement-wrap .achievement-list li:nth-child(1){
  background: #FF5000;
}
.journey_section .achievement-wrap .achievement-list li:nth-child(2){
  background: #FEC842;
}
.journey_section .achievement-wrap .achievement-list li:nth-child(3){
  background: #8B6BFF;
}

.journey_section .gallery-wrap{
  margin-top:160px;
}
.journey_section .gallery-wrap .inner{
  padding-top:80px;
}
.journey_section .gallery-wrap .inner .swiper{
  overflow: initial;
}

.journey_section .gallery-wrap .text-list{
  position:relative;
  text-align: center;
  margin-top:40px;
  
}
.journey_section .gallery-wrap .text-list li{
  display: none;
}
.journey_section .gallery-wrap .text-list li.active{
  display: block;
}
.journey_section .gallery-wrap .text-list li strong{
  color: #eee;
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
}
.journey_section .gallery-wrap .text-list li p{
  color: #eee;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top:20px;
  margin-bottom:24px;
}

.journey_section .gallery-wrap .text-list li span{
  display: block;
  text-align: center;
  margin-top:20px;
  color: #EEE;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
}



 /*  */


.report25 .palette_wrap {
  text-align: center;
  color: #1D1D1F;
}

.report25 .palette_wrap .logo {
  margin: 60px auto 40px;
}

.report25 .palette_wrap .logo img {
  margin: 0 auto;
}

.report25 .palette_wrap .diffusion-wrap{
  position: relative;
  margin-bottom:100px;
}
.report25 .palette_wrap .diffusion-wrap img{
  width:100%;
  max-width: max-content;
}
.report25 .diffusion-wrap .top-info{
  position: absolute;
  top:80px;
  left:100px;
  text-align: left;
}

.report25 .diffusion-wrap .top-info h5{
  font-size: 36px;
  font-weight: 700;
}
.report25 .diffusion-wrap .top-info p{
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top:10px;
}
.report25 .diffusion-wrap .top-info .legend{
  display: block;
  position: relative;
  padding-left:35px;
  line-height: 25px;
  margin-top:30px;
}
.report25 .diffusion-wrap .top-info .legend:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:25px;
  height:25px;
  border-radius: 50%;
  background: #FFD300;
}
.report25 .diffusion-wrap .top-info .legend + .legend{margin-top:10px}
.report25 .diffusion-wrap .top-info .legend + .legend:before{
  background:#fff;
  border:4px solid #FF5000;
}

.report25 .impact-card{
  color: #1D1D1F;

}
.report25 .impact-card h5{  
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom:50px;
}


.report25 .impact-card .impact-card-group{
  padding:60px 0 36px;
  border-radius: 16px;
  background: #F4F7FF;
}
.report25 .impact-card .impact-card-group + .impact-card-group{
  margin-top:40px;
  background:#F6FCF0;
}



.report25 .impact-card .flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.report25 .impact-card .flex + p{
  max-width: 810px;
  margin:0 auto;
  text-align: right;
  color:#9B9B9B;
  font-size: 18px;
  line-height: 1.5;
}
.report25 .impact-card .impact-card__label{
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top:20px;
}
.report25 .impact-card .impact-card__value{
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.report25 .impact-card .impact-card__summary{
  display: flex;
}
.report25 .impact-card .impact-card__metric + .impact-card__metric{
  margin-left:60px;
  margin-right:120px;
}

.report25 .impact-card .impact-card__scores li{
  display: flex;
  padding:24px 0;
  width:330px;
  justify-content:space-between;
  align-items: center;
}
.report25 .impact-card .impact-card__scores li:first-child{
  padding-top:0;
}
.report25 .impact-card .impact-card__scores li+li{
  border-top:5px dotted #D8DFF3;
}
.report25 .impact-card .impact-card-group + .impact-card-group .impact-card__scores li+li{
  border-top:5px dotted #DAEBC9;
}

.report25 .impact-card .impact-card__scores li span{ 
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  padding-left:44px;
}
.report25 .impact-card .impact-card__scores li span.icon1{ 
  background: url("../images/annualReport2025/icon1.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li span.icon2{ 
  background: url("../images/annualReport2025/icon2.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li span.icon3{ 
  background: url("../images/annualReport2025/icon3.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li span.icon4{ 
  background: url("../images/annualReport2025/icon4.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li span.icon5{ 
  background: url("../images/annualReport2025/icon5.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li span.icon6{ 
  background: url("../images/annualReport2025/icon6.svg") left center no-repeat;
}
.report25 .impact-card .impact-card__scores li em{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.report25 .palette-review ul{
  padding:100px 70px;
}
.report25 .palette-review li{
  display: flex;
  align-items: center;
  width:100%;
  
}
.report25 .palette-review li + li{
  margin-top:20px;
  
}
.report25 .palette-review li:nth-child(2){
  flex-direction: row-reverse;
}
.report25 .palette-review li:nth-child(2) p{
  text-align: left;
  background: #56C1B7;
  color:#fff;
  margin-left:40px;
  margin-right:0;
}

.report25 .palette-review li p{
  color: #1D1D1F;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding:45px 70px;
  background: #B0CDFF;
  border-radius: 210px;
  width:100%;
  margin-right:40px;
}

.report25 .palette-review li p::before{
  content:'';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:-20px;
  width:32px;
  height:28px;
  background: url('../images/annualReport2025/bg-review-box.png') no-repeat;
}
.report25 .palette-review li:nth-child(2) p::before{
  right:auto;
  left:-19px;
  
  background: url('../images/annualReport2025/bg-review-box2.png') no-repeat;
}

.report25 .palette-review li p strong{
  font-weight: 700;
}

.report25 .palette_wrap .program-wrap{
  color: #1D1D1F;
}
.report25 .palette_wrap .program-wrap + .program-wrap{
  margin-top:60px;
}
.report25 .palette_wrap .program-wrap h5{
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:40px;
}
.report25 .palette_wrap .program-wrap ul {
  display: flex;
}
.report25 .palette_wrap .program-wrap ul li{
  border-radius: 16px;
  background: #F8F8F8;
  padding:30px 20px;
  flex-shrink: initial;
}
.report25 .palette_wrap .program-wrap ul li+li{
  margin-left:20px;
}

.report25 .palette_wrap .program-wrap ul li .top-info{
  text-align: center;
}
.report25 .palette_wrap .program-wrap ul li .top-info strong{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
}
.report25 .palette_wrap .program-wrap ul li .top-info span{
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.report25 .palette_wrap .program-wrap ul li .thumb{
  margin:20px -20px;
}
.report25 .palette_wrap .program-wrap ul li .hashtag-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:4px;
}
.report25 .palette_wrap .program-wrap ul li .hashtag-wrap span{
  
  height: 26px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 4px;
  background: #FF5706;
}

.report25 .palette_wrap .program-wrap ul li p{
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin:12px 0 20px;
}
.report25 .palette_wrap .program-wrap ul li a{
  text-align: left;
  width:100%;
}


/* common :: report_tab_list */
.report25 .report_tab_list {
  position: relative;
  height: 70px;
}

.report25 .report_tab_list .fix_box {
  position: absolute;
  left: 0;
  width: 100%;
}

.report25 .report_tab_list .fix_box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  transition: transform 0.5s ease, width 0.5s ease;
}

.report25 .report_tab_list .fix_box.fixed ul{
  border-radius: 0;
}

.report25 .report_tab_list .fix_box.hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.report25 .report_tab_list ul {
  display: flex;
  max-width: 1412px;
  margin: 0 auto;
}

.report25 .report_tab_list li {
  flex: 1;
}

.report25 .report_tab_list li + li {
  margin-left: -1px;
}

.report25 .report_tab_list .tab_btn {
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 28px;
  font-weight: 800;
  background: #f6f6f6;
  transition: none;
}

.report25 .report_tab_list .tab_btn.on {
  position: relative;
  z-index: 1;
}


/* report_tab_list - future_tab */

/*  */
.report25 .together_tab .tab_btn {
  font-size: 30px;
  font-weight: 900;
}

.report25 .together_tab .tab_btn .poppins {
  font-family: "Poppins";
  font-weight: 900;
}

.report25 .together_tab .tab_btn {
  border:none;
  border-left: 1px solid #383838;
}
.report25 .together_tab li + li{margin-left:0;}
.report25 .together_tab li:first-child .tab_btn{
  border-left:0;
}

.report25 .together_tab .tab_btn.funding_tab {
  background: #1D1D1F url("../images/annualReport2025/icon_funding.svg") center no-repeat;
}

.report25 .together_tab .tab_btn.healing_tab {
  background: #1D1D1F url("../images/annualReport2025/icon_healing.svg") center no-repeat;
}

.report25 .together_tab .tab_btn.creating_tab {
  background: #1D1D1F url("../images/annualReport2025/icon_creating.svg") center no-repeat;
}
.report25 .together_tab .tab_btn.partnership_tab {
  background: #1D1D1F url("../images/annualReport2025/icon_partnership.svg") center no-repeat;
}

.report25 .together_tab .txt_icon {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  
}

.report25 .together_tab .tab_btn.on .txt_icon {
  opacity: 1;
}

.report25 .together_tab .tab_btn.funding_tab.on {
  background: #54FB3B url("../images/annualReport2025/icon_funding_on.svg") center no-repeat;
}

.report25 .together_tab .tab_btn.healing_tab.on {
  background: #1EEBC8 url("../images/annualReport2025/icon_healing_on.svg") center no-repeat;
}

.report25 .together_tab .tab_btn.creating_tab.on {
  background: #FECD38 url("../images/annualReport2025/icon_creating_on.svg") center no-repeat;
}
.report25 .together_tab .tab_btn.partnership_tab.on {
  background: #FF5000 url("../images/annualReport2025/icon_partnership_on.svg") center no-repeat;
}



.report25 .report_tab_cont {
  background: #fff;
  max-width: 1362px;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.report25 .report_tab_cont .report_tab_box {
  display: none;
}

.report25 .report_tab_cont .report_tab_box.on {
  display: block;
}
/*  */




.report25 .report_tab_list.future_tab ul {
  background: #EEE;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.report25 .report_tab_list.future_tab .tab_btn {
  border: none;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #9B9B9B;
}

.report25 .report_tab_list.future_tab .tab_btn:hover {
  background: #FF5706;
  color:#fff;
}

.report25 .future_tab .tab_btn.on {
  color: #fff;
  background: #FF5706;
  border: none;
  
}

.report25 .future_tab .tab_btn.on::before {
  display: none;
}



.report25 .report_tab_cont {
  background: #fff;
  max-width: 1412px;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  border:1px solid #eee;
  border-top:0;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);  
}

.report25 .report_tab_cont .report_tab_box {
  display: none;
}

.report25 .report_tab_cont .report_tab_box.on {
  display: block;
}

/*  */
.report25 .esports-section{
  color: #1D1D1F;
}
.report25 .esports-section .title{
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.report25 .esports-section .title.white{
  color:#fff;
}

.report25 .esports-section .logo{
  text-align: center;
}
.report25 .esports-section .future_top_box .future_title{
  margin:45px 0 25px;
}

.report25 .esports-section .feedback-wrap{
  display: flex;
  flex-direction: column;
  padding:100px 120px;
  margin:100px -120px 0;
  background: url('../images/annualReport2025/bg-feedback.png') no-repeat;
  height:1026px;
}
.report25 .esports-section .feedback-wrap .title{
  margin-bottom:40px;
}
.report25 .esports-section .program-wrap{
  padding-top:100px;
  padding:100px 120px;
  margin:0 -120px;
  background: #F8F8F8;
}
.report25 .esports-section .program-wrap .title{
  margin:0 0 60px;
}
.report25 .esports-section .program-wrap li{
  display: flex;
}
.report25 .esports-section .program-wrap li + li{margin-top:40px;}

.report25 .esports-section .program-wrap li .thumb{
  border-radius: 16px;
  overflow: hidden;
  margin-right:56px;
  max-width: 458px;;
}
.report25 .esports-section .program-wrap li .thumb img{
  width:100%;
}

.report25 .program-info span{
  color: #33CE12;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}
.report25 .program-info span.purple{
  color: #7033C8;
}
.report25 .program-info strong{
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin-top:12px;
  padding-bottom:32px;
  border-bottom: 1px solid #ddd;
}
.report25 .program-info em{
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
  display: block;
  margin:28px 0 16px;
}
.report25 .program-info p{
  color: #383838;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.32;
}
/*  */
.report25 .feedback-list{
  display: flex;
  flex-direction: column;
}
.report25 .feedback-list li{
  position: relative;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding:44px 90px;
  border-radius: 1000px;
  background: #8434F8; 
  max-width: 685px;;
}

.report25 .feedback-list li:nth-child(2)::before{
  content:'';
  position: absolute;
  top:-70px;
  right:0;
  width:121px;
  height:121px;
  background: url("../images/annualReport2025/icon-feedback1.png") no-repeat;
}
.report25 .feedback-list li:nth-child(3)::before{
  content:'';
  position: absolute;
  top:-70px;
  left:0;
  width:121px;
  height:121px;
  background: url("../images/annualReport2025/icon-feedback2.png") no-repeat;
}

.report25 .feedback-list li + li{
  margin-top:-40px;
}

.report25 .feedback-list li:nth-child(even){
  margin-left:auto;
  background: #34CE13;
  
}

.report25 .feedback-wrap li strong{
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom:10px;
}

.report25 .impact-wrap{
  padding-top: 100px;
}
.report25 .impact-wrap .title em{
  color:#7033C8;
}
.report25 .impact-wrap .diagram-wrap{
  text-align: center;
  margin-top:40px;
}
.report25 .impact-wrap .diagram-wrap img{
  margin:0 auto;
}
.report25 .esports-list {
  display: flex;
  flex-wrap: wrap;
  gap:58px 22px;
  margin-top:100px;
}
.report25 .esports-list.only_web{
  display: flex !important;
}
.report25 .esports-list li:first-child{
  width:100%;

}

.report25 .esports-list li{
  text-align: center;
  background: #F8F8F8;
  padding:0 16px 30px;
  box-sizing: border-box;
  border-radius: 16px;
}
.report25 .esports-list li:not(.first) img{
  margin:0 -16px;
}
.report25 .esports-list li .info{
  margin:30px 0;
  padding:0 16px;
}

.report25 .esports-list li span{
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.report25 .esports-list li strong{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.report25 .esports-list li.first{
  padding:0;
  background:none;
}
.report25 .esports-list li.first .info{margin:0;}
.report25 .esports-list li.first span{
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin:15px 0 5px;
}

.report25 .esports-list li.first strong{
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.report25 .esports-list li a{
  width:100%;
}

/* common :: flip_list tab1 */

.report25 .flip_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  max-width: 100%;
  
}

.report25 .flip_list .flip_card {
  width:100%;
}

.report25 .flip_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  gap: 50px;
  grid-auto-flow: dense;
  perspective: 3000px;
}

.report25 .flip_card {
  position: relative;
  padding:30px;
}
.report25 .flip_card:nth-child(1){
  border-radius: 16px;
  background: #FFF0EA;
}
.report25 .flip_card:nth-child(2){
  border-radius: 16px;
  background: #EBF7E3;
}
.report25 .flip_card:nth-child(3),.report25 .flip_card:nth-child(4){
  border-radius: 16px;
  background: #EEEDFB;
}



.report25 .flip_card .front {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.report25 .flip_card .back {
  background: #fff;
  color: #1d1d1f;
  transform: rotateY(180deg);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.report25 .flip_card .c_orange {
  color: #FF5706;
}
.report25 .flip_card .c_green {
  color: #21B910;
}
.report25 .flip_card .c_purple {
  color: #7F6EF4;
}

.report25 .flip_card .f_38 {
  font-size: 38px;
}

.report25 .flip_card .f_32 {
  font-size: 32px;
}

.report25 .flip_card .f_28 {
  font-size: 28px;
}

.report25 .flip_card .f_22 {
  font-size: 22px;
}

.report25 .flip_card .f_700 {
  font-weight: 700;
}

.report25 .flip_card .f_800 {
  font-weight: 800;
}


.report25 .flip_card .up {
  display: inline-block;
  padding-right: 22px;
  background: url("../images/annualReport2023/icon_up.svg") right bottom 12px
    no-repeat;
}

.report25 .flip_card .small_txt {
  font-size: 20px;
  font-weight: 400;
}

.report25 .flip_card .subject {
  display: block;
  font-family: 'Pretendard';
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin:20px 0 10px;
}
.report25 .flip_card .subject span{
  color: #959595;
  font-size: 16px;
  font-weight: 400;
  vertical-align: 4px;
}

.report25 .flip_card .subject .small_txt {
  display: block;
  margin-top: 22px;
}

.report25 .flip_grid .flip_card .subject {
  margin-bottom: 12px;
}

.report25 .flip_card .project {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #222;
}



.report25 .flip_card .badge{
  display:inline-block;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  background: #FF5706;
  overflow: hidden;
  color:#fff;
}
.report25 .flip_card .badge.green{
  background: #21B910;
}

.report25 .flip_card .badge.purple{
  background: #7F6EF4;
}


.report25 .flip_card .result dl {
  display: flex;
  width:100%;
  justify-content: space-between;
  padding:20px 0 14px;
}
.report25 .flip_card .result dl + dl{
  border-top:1px solid rgba(0, 0, 0, 0.10);
  padding-bottom:0;
  
}

.report25 .flip_card .result dt {  
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.report25 .flip_card .result dt span{  
  color: rgba(0, 0, 0, 0.40);
  font-family: 'Pretendard';
  font-size: 16px;
  display: block;
  line-height: 1;
}
.report25 .flip_card .result dt span.sub{  
  display: inline-block;
}

.report25 .flip_card .result dd {  
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top:auto;
  text-align: right;
}
.report25 .flip_card .result dd div span.result-label{
  color: rgba(0, 0, 0, 0.40);
  text-align: right;
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 400;
  vertical-align: 10px;
}
.report25 .flip_card .result dd div + div{margin-top:20px;}
.report25 .flip_card .result dd div span+span{
  margin-left:35px;
  display: inline-block;
  width:150px;
}


.report25 .flip_card .result dd .num{
  text-align: right;
  font-family: 'Montserrat';
  font-size: 50px;
  font-weight: 700;
}

.report25 .flip_card .result .result-label + .c_green .num{
  font-size: 44px;
  margin-right:5px;
}
.report25 .flip_card .result .result-label + .c_purple .num{
  font-size: 44px;
  margin-right:5px;
}
.report25 .highlights-wrap{
  margin-top:100px;
}  

.report25 .highlights-wrap .sec-title{
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:36px;
}

.report25 .highlights-wrap .highlights__list{
  font-family: 'Pretendard';
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(247px, auto));
  justify-content: center;
  gap:60px;
}
.report25 .highlights-wrap .highlights__date{
  display: block;
  color: #FF5706;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
  margin-top:16px;
}
.report25 .highlights-wrap .highlights__name{
  display: block;
  color:#1D1D1F;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4; 
  margin:8px 0 2px;
}

.report25 .highlights-wrap .highlights__desc{
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
}
.report25 .highlights-wrap .smile-list{
  display: block;
  margin-top:100px;
}
.report25 .highlights-wrap .smile-list li{
  display: flex;
  border-radius: 16px;
  background: #F8F8F8;
}
.report25 .highlights-wrap .smile-list li+li{
  margin-top:20px;
}

.report25 .highlights-wrap .smile-list li .smile-item__thumb{
  margin-right:60px;
}

.report25 .highlights-wrap .smile-list li .smile-item__content{
  padding:40px 0 0;
}
.report25 .smile-list li span{
  color: #FF5706;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}
.report25 .smile-list li span.green{
  color:#22AB22;
}
.report25 .smile-list li span.purple{
  color:#705FE9;
}
.report25 .smile-list li strong{
  display: block;
  color: #1D1D1F;
  font-family: 'Pretendard';
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin:4px 0 16px;
}
.report25 .smile-list li p{
  color: #666;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.32;
}
.report25 .smile-list li .btn-group{
  margin-top:30px;
  display: flex;
  flex-direction: column;
  height:93px;
}
.report25 .smile-list li .btn-group a{
  margin-top:auto;
}
.report25 .btn-group a.btn{
  position: relative;
  display: inline-block;
  padding:10px 45px 10px 20px;
  border-radius: 6px;
  background: #383838;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.report25 .smile-list li a.btn{
  width:340px;
}
.report25 .btn-group a.btn-arrow:after{
  content:'';
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  width: 8px;
  height:14px;
  background: url("../images/annualReport2025/icon-btn-arrow.svg") center no-repeat;

}

.report25 .smile-list li .btn-group a + a{
  margin-top:8px;
}



/* report_future */
.report25 .report_future {
  padding: 140px 0;
  background: #fff;
  position: relative;
}

.report25 .report_future::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 488px;
  height: 473px;
  background: url("../images/annualReport2025/sec06-before.png") no-repeat;
  content: "";
}

.report25 .report_future::after {
  position: absolute;
  top: 34px;
  right: 0;
  width: 450px;
  height: 628px;
  background: url("../images/annualReport2025/sec06-after.png") no-repeat;
  content: "";
}


.report25 .report_future .report_tab_wrap {
  position: relative;
  z-index: 2;
}


.report25 .report_future .report_tab_cont {
  position: relative;
  z-index: 10;
}
.report25 .report_future .report_ttl_box .report_ttl,
.report25 .report_future .report_ttl_box .report_desc {
  color: #fff;
}

.report25 .report_future .report_tab_list {
  margin-top: 120px;
}

.report25 .report_future .report_tab_box {
  /* padding-top: 100px;
  padding-bottom: 100px; */
}
.report25 .report_future .report_tab_box .inner{
  padding:100px 120px;
}

.report25 .report_future .report_tab_box.ft_creative {
  padding-bottom: 0;
}

.report25 .report_future .future_top_box {
  text-align: center;
}

.report25 .report_future .future_top_box img {
  margin: 0 auto 60px;
}

.report25 .future_top_box .future_title {
  font-size: 36px;
  color: #1D1D1F;
  
  font-family: 'Pretendard';
  font-size: 36px;
  line-height: 1.2;
}

.report25 .future_top_box .future_title strong {
  font-weight: 700;
}

.report25 .future_top_box .future_sub_title {
  display: block;
  margin:30px 0;
  color: #FF5706;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2; /* 33.6px */
}

.report25 .future_top_box .future_desc {
  color: #383838;
  font-family: 'Pretendard';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom:40px;
  margin-top:30px;
}

/* ecosystem_wrap */

.report25 .ecosystem_wrap .heemang-maker{
  text-align: center;
}
.report25 .ecosystem_wrap .heemang-maker .logo{
  margin-bottom:40px;
}
.report25 .ecosystem_wrap .title{
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.report25 .ecosystem_wrap .title + p{
  color: #383838;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-top:20px;
}
.report25 .ecosystem_wrap .heemang-maker-list{
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap:20px;
  margin-top:60px;
}
.report25 .ecosystem_wrap .heemang-maker-list li{
  position: relative;
} 
.report25 .ecosystem_wrap .heemang-maker-list li img{
  width:100%;
}
.report25 .ecosystem_wrap .heemang-maker-list li .info{
  position: absolute;
  top:0;
  left:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
  z-index: 1;
}
.report25 .ecosystem_wrap .heemang-maker-list li .info span{
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.report25 .ecosystem_wrap .heemang-maker-list li .info strong{
  display: block;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 700;
}

.report25 .project-showcase{
  padding:100px 0;
  text-align: center;
}
.report25 .heemangSwiper {
  margin-top:40px;
  max-width: 866px;
}
.report25 .heemangSwiper .swiper-slide {
  width:auto;      
}
.report25 .heemangSwiper .swiper-slide p{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
  padding:20px 0 40px;
}
.report25 .heemangSwiper .swiper-pagination::before{
  display: none !important;
}

.report25 .heemangSwiper .swiper-pagination{
  top:auto !important;
  bottom:0 !important;
  left:50%;
  transform: translateX(-50%);
}
.report25 .heemangSwiper .swiper-pagination .swiper-pagination-bullet{
  width:16px;
  height:16px;
  background: #EEE;
  opacity: 1;
  margin:0 8px;
}
.report25 .heemangSwiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #FF5706;
}

.report25 .heemang-story{
  text-align: center;
  margin:0 -120px;
  padding:100px 120px;
  background: #F8F8F8;
}
.report25 .heemang-story > div img{
  margin:40px 0;
  width:100%;
}
.report25 .heemang-story .btn-group{
  display: flex;
  gap:8px;
  justify-content: center;
}

.report25  .partner-list{
  text-align: center;
  padding-top:100px;
}

/* report_together */
.report25 .report_together {
  padding:140px 0;
  background: #000 url("../images/annualReport2025/sec07_bg.png") center 330px no-repeat;
}

.report25 .report_together .report_ttl_box .report_ttl {
  color: #fff;
}

.report25 .report_together .together_title_box_wrap {
  margin-top: 80px;
}

.report25 .report_together .together_title_box {
  margin-bottom: 80px;
  text-align: center;
}
.report25 .report_together .together_title_box img{margin:0 auto;}

.report25 .report_together .together_ttl {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.114px;
  color: #222;
}

.report25 .report_together .together_txt {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  
}
.report25 .report_together .together_txt + p{
  color: #383838;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.32;
  margin:30px 0 0;
}
.report25 .report_together .together_title_box img{
  margin-top:80px;
}

.report25 .report_together .together_desc {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
}

.report25 .report_together .report_tab_box {
  padding: 100px 120px;
}

.report25 .report_together_banner {
  padding: 140px 0 100px;
  text-align: center;
  color: #fff;
  
}

.report25 .report_together_banner img {
  margin: 0 auto;
}

.report25 .report_together_banner p {
  margin-top: 40px;
  font-weight: 500;
  font-size:24px;
  line-height: 1.32;
}

.report25 .report_together_top .result_area {
  position: relative;
  text-align: center;
}

.report25 .report_together_top .result_area .result_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  font-size: 38px;
  font-weight: 800;
  color: #3ed128;
  background: #f9f9f9;
}

.report25 .report_together_top .result_area .who_txt {
  font-size: 24px;
  font-weight: 800;
}

.report25 .report_together_top .result_area .who_desc {
  margin-top: 15px;
  font-size: 18px;
  color: #272727;
}

.report25 .report_together_top .result_list_area {
  max-width: 1332px;
  margin: 0 auto;
}

.report25 .report_together_top .result_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.report25 .report_together_top .result_list li {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.report25 .report_together_top .result_list .label {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  flex: 1;
  white-space: nowrap;
  /* 줄바꿈 방지 */
  text-align: center;
}

.report25 .report_together_top .result_list .data {
  display: block;
  font-family: 'Montserrat';
  margin-top: 5px;
  font-size: 36px;
  font-weight: 700;
  color: #54FB3B;
}

.report25 .report_together_top .result_list figure img {
  margin-bottom:20px;
}

.report25 .report_together_top .result_area .date {
  margin-top: 30px;
  color: #9B9B9B;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  max-width: 1330px;
  
}

.report25 .report_together .report_tab_wrap {
  padding-top: 80px;
}


.report25 .report_together .tab-list{
  display: flex;
  margin:40px 0;
}
.report25 .report_together .tab-list li button{
  padding:0 32px;
  line-height: 56px;
  color: #9B9B9B;
  font-size: 24px;
  font-weight: 800;
  border-radius: 80px;
  background: #EEE;
}
.report25 .report_together .tab-list li button.active{
  background: #54FB3B;
  color:#1D1D1F;
}
.report25 .report_together .tg_healing .tab-list li button.active{
  background: #1EEBC8;
}

.report25 .report_together .tab-list li + li{
  margin-left:20px;
}


.report25 .report_together .tab-contents{
  display: none;
}
.report25 .report_together .tab-contents.active{
  display: block;
}
.report25 .report_together .table_box th{
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  height:65px;
  background: #1D1D1F;
}

.report25 .report_together .table_box td{
  padding:18px 20px;
  color: #383838;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom:1px solid #ccc;
}
.report25 .report_together .table_box td.align-left{
  text-align: left;
}
.report25 .report_together .table_box td.align-left p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report25 .report_together .table_box td a{
    display: block;
    margin:0 auto;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    cursor: pointer;
}
.report25 .report_together .table_box td a.link_icon.campaign{
  background: url('../images/annualReport2025/icon-campaign1.svg') center no-repeat;
}
.report25 .report_together .table_box td a.link_icon.story{
  background: url('../images/annualReport2025/icon-campaign2.svg') center no-repeat;
}
.report25 .report_together .table_box td a.link_icon.search{
  background: url('../images/annualReport2025/icon-search.svg') center no-repeat;
}


/* report_together - tg_funding */
.report25 .campaign-section {
  margin-bottom: 100px;
}

.report25 .campaign-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.report25 .campaign-card {
  background-color: #1D1D1F;
  overflow: hidden;
  width: 375px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px 16px 45px;
}

.report25 .campaign-card__thumbnail {
  width: 338px;
  height: 339px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.report25 .campaign-card:hover .campaign-card__thumbnail img {
  transform: scale(1.1);
}

.report25 .campaign-card__thumbnail img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.report25 .campaign-card__content {
  padding:30px 16px 24px;
  min-height: 175px;
}

.report25 .campaign-card__title {
  text-align: left;
  color: #54FB3B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
} 

.report25 .tg_healing .campaign-card__title{
  color:#1EEBC8;
}


.report25 .campaign-card__desc strong{
  display: block;
  margin:12px 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.report25 .campaign-card__desc span {
  color: #9B9B9B;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
}

.report25 .campaign-card__button {
  display: inline-block;
  margin-top:auto;
  background: #54FB3B url('../images/annualReport2025/btn-arrow.svg') 74px center  no-repeat;
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 16px;
  width:96px;
  margin-left:16px;
}
.report25 .tg_healing .campaign-card__button{
  background:#1EEBC8 url('../images/annualReport2025/btn-arrow.svg') 74px center  no-repeat;
}


.report25 .tg_healing .campaign-card__content {
  min-height: 125px;
}


.report25 .tg_creating .creating_project{
  margin-top:100px;
}

.report25 .tg_creating .project-list{
  margin-top:60px;
  display: flex;
  justify-content: center;
  
}
.report25 .tg_creating .project-list .btn-group{
  margin-top:30px;
}
.report25 .tg_creating .project-list li a{width:100%;}
.report25 .tg_creating .project-list li a + a{margin-top:8px;}
.report25 .tg_creating .project-list li + li{margin-left:30px;}

.report25 .tg_creating .creating_project .thumb{
  margin:60px 0;
}
.report25 .tg_creating .creating_project .thumb img{
  width:100%;
  max-width: max-content;
}
.report25 .tg_creating .creating_project_review{
  position: relative;
  text-align: center;
}
.report25 .tg_creating .creating_project_review::before{
  content:'';
  position: absolute;
  top:-150px;
  left:0;
  width:211px;
  height:211px;
  background: url('../images/annualReport2025/review-obj1.png') no-repeat;
}
.report25 .tg_creating .creating_project_review::after{
  content:'';
  position: absolute;
  top:130px;
  right:0;
  width:214px;
  height:214px;
  background: url('../images/annualReport2025/review-obj2.png') no-repeat;
}
.report25 .tg_creating .creating_project_review strong{
  display: block;
  font-size: 32px;
  font-weight: 700;
  
}

.report25 .tg_creating .creating_project_review p{
  position: relative;
  z-index: 2;
  color: #666;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-top:30px;
}
.report25 .tg_creating .creating_project_review a{
  width: auto;
  min-width: auto;
  margin-top:40px;
}

.report25 .tg_partnership .csr-list{
  display: flex;
  justify-content: center;
  margin-top:40px;
}
.report25 .tg_partnership .csr-list li{
  padding:25px 20px 30px;
  background: #1D1D1F;

}
.report25 .tg_partnership .csr-list li+li{
  margin-left:20px;
}

.report25 .tg_partnership .csr-list li .top-info span{
  display: block;
  color: #DDD;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.report25 .tg_partnership .csr-list li .top-info strong{
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin:4px 0 25px;
}
.report25 .tg_partnership .csr-list li .bottom-info strong{
  display: block;
  margin:30px 0 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
}
.report25 .tg_partnership .csr-list li .bottom-info p{
  color: #DDD;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom:10px;
}
.report25 .tg_partnership .csr-list li .bottom-info span{
  color: #FF5000;
  font-size: 18px;
  font-weight: 700;
}
.report25 .tg_partnership .csr-list li .bottom-info em{
  font-family: 'Montserrat';
}

.report25 .tg_partnership .btn-group{
  margin-top:40px;
  text-align: center;
}
.report25 .tg_partnership .btn-group a{
  text-align: left;
  width: 378px;
}

.report25 .tg_partnership .csr-partner{
  margin-top:80px;
}
.report25 .tg_partnership .csr-partner strong{
  margin-bottom:40px;
}


/* report_financial */
.report25 .report_financial {
  padding: 140px 20px;
  position: relative;
}
.report25 .report_financial::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:518px;
  height:600px;
  background: url(../images/annualReport2025/bg-financial-img1.svg) no-repeat;
}
.report25 .report_financial::after {
  content:'';
  position: absolute;
  top:130px;
  right:0;
  width:620px;
  height:600px;
  background: url(../images/annualReport2025/bg-financial-img2.svg) no-repeat;
}
.report25 .report_financial .inner{
  position: relative;
  z-index: 1;
}

.report25 .report_financial .chart-section{
  position: relative;
  width:650px;
  margin:100px auto 0;
}

.report25 .report_financial .chart-wrap {
  width: 100%;
  max-width: 650px; 
  margin: 0 auto;
}

.report25 .report_financial .chart-item{
  position: absolute;
  text-align: right;
}
.report25 .report_financial .chart-item:nth-child(1){
  top: 75px;
  left: -390px;
}
.report25 .report_financial .chart-item:nth-child(2){
  top: 347px;
  left: -265px
}
.report25 .report_financial .chart-item:nth-child(2) .chart-percent{
  color:#FFCD38;
}
.report25 .report_financial .chart-item:nth-child(3){
    top: 234px;
    left: 660px;
    text-align: left;
}
.report25 .report_financial .chart-item:nth-child(3) .chart-percent{
  color:#FF5706;
}
.report25 .report_financial .chart-item .chart-percent{
  color: #7F6EF4;
  font-family: 'Montserrat';
  font-size: 100px;
  font-weight: 700;
  line-height: 1.3;
}
.report25 .report_financial .chart-item .chart-label{
  font-size: 32px;
  font-weight: 400;
}
.report25 .report_financial .chart-item .chart-value{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}


.report25 .report_financial .chart {
  cx: 100;
  cy: 100;
  r: 80;
  opacity: 0;
  fill: none;
  stroke-width: 20;
  transform: rotate(-60deg);
  transform-origin: 50% 50%;
  stroke-linecap: butt;
  stroke-dasharray: 0 999;
  stroke-dashoffset: 0;
}

.report25 .chart-section .chart-center{
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.report25 .chart-section .chart-center .chart-subtitle{
  display: block;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  line-height: 58px;
}

.report25 .chart-section .chart-center .chart-title{
  display: block;
  font-family: 'Pretendard';
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2; 
}

.report25 .center_label {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top:80px;
}
.report25 .center_label .txt {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}
.report25 .center_label p {
  font-size: 54px;
  font-weight: 600;
  
}
.report25 .center_label p .counter {
  color: #FF5706;
  font-family: 'Montserrat';
  font-size: 90px;
  font-weight: 700;
  vertical-align: -2px;
}

.report25 .certification-announcement {
  max-width: 1556px;
  margin:80px auto 0;
  display: flex;
  gap: 30px;
}

.report25 .certification-announcement > div{
  width:50%;
  background: #F8F8F8;
  text-align: center;
  padding:60px 30px;
}

.report25 .certification-announcement .announcement-info{
  display: flex;
  flex-direction: column;
}
.report25 .certification-announcement .certification-info .ttl,
.report25 .certification-announcement .announcement-info .ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.report25 .certification-announcement .badge{
  margin-top:52px;
  margin-bottom:54px;
}
.report25 .certification-announcement .badge img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.report25 .certification-announcement .announcement-info p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  margin:48px 80px;
}
.report25 .certification-announcement > div .btn-group{
  margin-top:auto;
}
.report25 .certification-announcement > div .btn-group a{
  min-width:auto;
}


@media all and (min-width: 1024px) {
  
  .report25 .tg_partnership .csr-list .swiper-slide, .report25 .tg_creating .project-list .swiper-slide{
    flex-shrink: inherit;
    height:auto;
  }
  .report25 .tg_creating .project-list li a{
    min-width: auto;
  }
  .report25 .tg_creating .creating_project_review a{
    box-sizing: content-box;
  }
  .swiper-slide img{width:100%; max-width: max-content;}
}
/* tablet */

@media all and (max-width: 1500px) {
  .journey_section{
    padding:0 20px;
  }
  .journey_section > *{
    transform: scale(0.8);
  }
  .journey_section .timeline-wrap .timeline-cont{
    transform: translateX(-70px);
  }
  .journey_section .achievement-wrap{
    margin-top:200px;
  }
  .journey_section .gallery-wrap{
    margin-top:0;
  }  
  .report25 .report_future::before{
    content:'';
    width: 250px;
    height: 300px;
    background: url(../images/annualReport2025/sec06-before.png) no-repeat;
    background-size: 100%;
  }
  .report25 .report_future::after{
    content:'';
    top: 0;
    right: 0;
    width: 225px;
    height: 350px;
    background: url(../images/annualReport2025/sec06-after.png) no-repeat;
    background-size:100%;    
  }

  .report25 .report_financial::before {
    background: url(../images/annualReport2025/bg-financial-img1.svg) no-repeat;
    background-size: 100%;
    width:30%;
  }
  .report25 .report_financial::after {
    width:30%;
    top:0;
    background: url(../images/annualReport2025/bg-financial-img2.svg) no-repeat;
    background-size: 100%;
    
  }
}

@media all and (max-width: 1400px) {
  .report25 .report_vision{
    padding:140px 25px 100px;
  }
  .report25 .report_together_top .result_area .date {
    text-align: center;
  }

  .report25 .report_vision .inner .box-wrap:before{
    content: 'A Better world';
    top: -60px;
    font-size: 100px;
    white-space: nowrap;
  }

  .report25 .report_vision .inner .box-wrap:after{
      content: 'for the next generation';
      bottom: -65px;
      left: 300px;
      font-size: 100px;
  }
  .report25 .report_vision .vision-list-logo{
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap:40px;
    margin-top:40px;
    align-items: normal;
    position: relative;
  }
  .report25 .report_vision .vision-list-logo li{
    padding:0;
  }
  
  .report25 .report_vision .vision-list-logo:before{
    content:'';
    position: absolute;
    top:50%;
    border-bottom:3px dotted #D9D9D9;
    width:100%;
  }
  
  .report25 .report_vision::before{
    width: 244px;
    background: url(../images/annualReport2025/mo_sec02-before-bg.svg) no-repeat;
    background-size: 100% auto;
    content: "";    
  }
  .report25 .report_vision::after{
    width: 207px;
    top:0;
    background: url(../images/annualReport2025/mo_sec02-after-bg.svg) no-repeat;
    background-size: 100% auto;
    content: "";    
  }


  .report25 .report_vision .vision-list-logo li:nth-child(3){
    padding-right:0;
  }
  .report25 .report_vision .vision-list-logo li:nth-child(4){
    padding-left:0;
    border-left: 0;
  }

  .report25 .report_hope_story .inner{
    padding:140px 0 0;
  }
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt{
    color:rgba(255,255,255,0.3)
  }
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt1{
    right:50%;
    margin-right:-5px;
    
  }
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt2{
    left:50%;
    margin-left:-90px;
    top:55%;
  }
  
  .report25 .report_future{
    padding:60px 10px;
  }
  .report25 .report_future .report_tab_box .inner{
    padding:60px 24px;
  }

  .report25 .heemang-story{
    padding:60px 24px;
    margin:0 -24px;
  }
  .report25 .partner-list{
    padding-top:60px;
  }
  .report25 .partner-list img {
    width:100%;
  }
  .report25 .report_together{
    padding:60px 20px;
  }

  .report25 .report_together_top .result_list{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
  }
  .report25 .report_together .report_tab_box{
    padding:60px 20px;
  }
  .report25 .report_financial .chart-section{
    transform: scale(0.8);
    margin:0 auto;
  }

  
  
}

@media all and (max-width: 1200px) {
}
/* //tablet */
@media all and (max-width: 1023px) {
  .report25 li.swiper-slide{height:auto;}
  .report25 .only_web{
    display: none !important;
  }
  .report25 .only_mo{
    display: block !important; 
  }
  
  
  .report25 .report_vision .inner .box-wrap{
    margin-top:30px;
    width:260px;
  }
  .report25 .report_vision .inner .box-wrap:before{
    top: 250px;
    left: -205px;
    font-size: 50px;
    transform: rotate(-90deg);
}

.report25 .report_vision .inner .box-wrap:after{
    top: 280px;
    left: -30px;
    bottom: auto;
    font-size: 50px;
    transform: rotate(90deg);
}
  .report25 .report_vision .inner .box-wrap > img{
    width:260px;
    margin:0 auto;
  }
  .report25 .report_vision .inner .box-wrap .box-cont{
    width:260px;
    margin:0 auto;
    left:50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: space-between;
  }
  .report25 .report_vision .inner .box-wrap .box-cont > div.left-cont{
    padding:0;
    height:40%;
    display: flex;
    align-items: center;
  }
  .report25 .report_vision .inner .box-wrap .box-cont > div.right-cont{
    margin:0;
    padding:0;
    height:40%;
    display: flex;
    align-items: center;
  }
  .report25 .report_vision .inner .box-wrap .box-cont > div.center-cont{
    width:202px;
    height:202px;
    padding:0;
    top:50%;
    transform: translateY(-50%);
  }
  .report25 .report_vision .inner .box-wrap .box-cont > div.center-cont img{
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    width: 83px;
  }
  .report25 .report_vision .inner .box-wrap .box-cont > div.center-cont span{
    font-size: 15px;
    line-height: 1.32;
  }
  
  .report25 .report_vision .vision-list-logo li img{
    height:40px;
  }
  .report25 .report_vision .vision-list-logo li p{
    font-size: 13px;
    margin-top:12px;
  }

  
  .report25 .report_vision .inner .box-wrap .box-cont strong{
    font-size: 17px;
    line-height: 1.2;
  }
  
  .report25 .report_vision{
    padding:60px 22px;
  }
  .report25 .report_vision .vision-title{
    font-size: 11px;
  }
  .report25 .sec-title{
    font-size: 23px;
    line-height: 130%; /* 59.8px */
  }

  .report25 .report_vision::before{
    width: 33.88888888888889%;
    background: url(../images/annualReport2025/mo_sec02-before-bg.svg) no-repeat;
    background-size: 100% auto;
    content: "";    
  }
  .report25 .report_vision::after{
    width: 28.75%;
    background: url(../images/annualReport2025/mo_sec02-after-bg.svg) no-repeat;
    background-size: 100% auto;
    content: "";    
  }
  .report25 .report_hope_story .inner .sticky-wrap{
    padding:60px 20px;
  }
  .report25 .report_hope_story .inner .card-list {
    width: 227px;
    height: 291px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
  }
  .report25 .report_hope_story .lottie-box {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.10);
    border-radius: 14px;
  }

  .report25 .report_hope_story .inner{
    padding:0;
  }
  .report_hope_story .inner .card-list li p span{
    color: #444;
    font-size:14px;
  }
  
  .report_hope_story .inner .card-list li p strong{
    color: #1D1D1F;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 700;  
  }
  .report_hope_story .inner .card-list li p strong em{
    font-size: 15px;
  }
  
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt{
    font-size:72px;
  }
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt1{
    margin-right: 40px;
    margin-top: 0;
  }
  .report25 .report_hope_story .inner .sticky-wrap .bg-txt.txt2{
    left: 50%;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
  }

  /* 희망스튜디오의 성장 */
  .report25 .report_growth{
    padding:60px 0;
  }
  .report25 .report_growth .graph-wrap{
    background:none;
    margin-top:0;
  }
  .report25 .report_growth .graph-wrap img{
    width:100%;
    margin-top:40px;
  }
  
  /* 함께 쌓아온 희망스튜디오 발자취 */

  .report25 .journey_section{
    padding:60px 0;
  }
  .report25 .journey_section > *{
    transform: scale(1);
  }
  
  .report25 .journey_section .sec-title img{
    width:12px;
    margin-bottom:10px;
  }
  .report25 .journey_section .timeline-wrap .sub-txt{
    text-align: center;
  }
  .report25 .journey_section .timeline-wrap .sub-txt p{
    color: #DDD;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top:6px;
    margin-bottom:27px;
  }
  .report25 .journey_section .timeline-wrap .sub-txt img{
    width:72px;
  }

  .journey_section .timeline-wrap .timeline-cont{
    width:auto;
    transform: translateX(0);
    margin-top:30px
  }
  .report25 .mo-timeline{
    margin:0 auto;
    max-width: 720px;
    width:100%;
  }
  
  .report25 .mo-timeline .swiper-slide img{
    width:100%;
  }
  .report25 .mo-timeline .swiper-slide{
    text-align: center;
    opacity: 0 !important;
  }
  .report25 .mo-timeline .swiper-slide-active{
    opacity: 1 !important;
  }

  .report25 .mo-timeline .swiper-pagination{
    position: absolute;
    top:170px;
    bottom:auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: none;
  }
  .report25 .mo-timeline .swiper-pagination:before{
    display: none;
  }
  .report25 .mo-timeline .swiper-pagination span{
    margin:0;
    width:auto;
    height:auto;
    background: none;
    opacity: 1;

    color:#666;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  .report25 .mo-timeline .swiper-pagination span.active{
    color:#54FB3B;
  }
  .report25 .timeline-cont .mo-timeline .timeline-item-text{
    display: inline-block;
    white-space: wrap;
    padding:0 50px;
    margin:50px auto 0;
  }
  .report25  .timeline-cont .mo-timeline ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding-left:8px;
    margin-top:4px;
  }
  .report25  .timeline-cont .mo-timeline ul li:before{
    width:3px; height:3px;
    top:8px;
  }

  .report25 .journey_section .achievement-wrap{
    position: relative;
    margin-top:60px;
  }
  .report25 .journey_section .achievement-wrap .achievement-list{
    margin-top:28px;
    gap:15px;
  }
  .journey_section .achievement-wrap .achievement-list li{
    height: auto;
    width: 240px;
    padding:20px;
  }
  
  .report25 .journey_section .achievement-wrap .achievement-list li span{
    padding:0 0 10px;
    font-size: 12x;
    line-height: 130%;
  }
  .journey_section .achievement-wrap .achievement-list li p{
    font-size: 13px;
    line-height: 132%;
    padding-top:15px;
  }
  .journey_section .achievement-wrap .achievement-list li img{
    height:131px;
  }
  .journey_section .achievement-wrap .achievement-list li em{
    font-size: 13px;
  }

  .journey_section .achievement-wrap .achievement-list::before, .journey_section .achievement-wrap .achievement-list::after{
    display: none;
  }
  .journey_section .achievement-wrap::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 20px;
    background: url(../images/annualReport2025/mo-achievement_bg1.png) no-repeat;
    width: 80px;
    height: 86px;
    background-size: 80px;
    z-index: 9;
  }
  .journey_section .achievement-wrap::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../images/annualReport2025/mo-achievement_bg2.png) no-repeat;
    width: 54px;
    height: 86px;
    background-size: 100%;
    z-index: 9;
  }


  .report25 .journey_section .gallery-wrap{
    margin-top:70px;
  }
  .report25 .gallery-wrap .swiper-slide{width:203px; height:auto;}
  .report25 .gallery-wrap .inner{
    padding-top:25px;
  }
  .report25 .gallery-wrap .swiper-slide img{width:100%;}
  .journey_section .gallery-wrap .text-list{
    margin-top:20px;
  }
  .journey_section .gallery-wrap .text-list li strong{
    font-size: 17px;
    line-height: 120%;
  }
  .journey_section .gallery-wrap .text-list li p{
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
    margin:10px auto 15px;
    padding:0 20px;
    max-width: 410px;
  }
  .journey_section .gallery-wrap .text-list li img{height:35px;}

  /* 미래세대 사회문제 해결 */
  
  .report25 .report_future::before{
    content:'';
    width: 250px;
    height: 300px;
    background: url(../images/annualReport2025/sec06-before.png) no-repeat;
    background-size: 100%;
  }
  .report25 .report_future::after{
    content:'';
    top: 0;
    right: 0;
    width: 225px;
    height: 350px;
    background: url(../images/annualReport2025/sec06-after.png) no-repeat;
    background-size:100%;    
  }
  

  .report25 .sec-title + p{
    font-size: 15px;
    font-weight: 500;
    line-height: 150%; /* 45px */
  }

  .report25 .report_tab_list.future_tab .tab_btn{
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding:10px;
    height:54px;
  }
  .report25 .report_future .report_tab_list{
    height:54px;
    margin-top:30px;
  }

  .report25 .report_future .report_tab_box .inner{
    padding:40px 24px;
  }
  .report25 .future_top_box .future_title{
    font-size: 22px;
    line-height: 130%;
    margin-bottom:14px;
  }
  .report25 .future_top_box .future_sub_title{
    font-size: 18px;
    line-height: 130%;
    margin:9px 0;
  }
  .report25 .future_top_box .future_desc{
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 35px;
    padding:0 30px;
  }
  .report25 .report_future .future_top_box img{
    width:66px;
    margin-bottom:40px;
  }
  .report25 .flip_list{
    display: flex;
    justify-content: normal;
    flex-wrap: initial;
    gap: 0;
    margin: 0 auto;      
  }
  .report25 .flip_list .flip_card{
    width:100%;
    padding:16px 20px;
    border-radius: 8px;

    
  }
  .report25 .flip_card .badge{
    font-size: 11px;
    line-height: 22px;
    height:20px;
  }
  .report25 .flip_card .subject{
    font-size: 17px;
    line-height: 120%; /* 40.8px */
    margin:10px 0 7px;
  }

  .report25 .flip_card .result dl{
    padding:10px 0;
  }
  .report25 .flip_card .result dt{
    font-size: 14px;
    line-height: 130%; /* 36.4px */  
  }
  .report25 .flip_card .result dd span{
    font-size: 16px;
    line-height: normal;    
  }
  .report25 .flip_card .result dd .num{
    font-size: 25px;
    line-height: normal;    
  }
  .report25 .flip_card .result dt span{
    font-size: 12px;
    line-height: 130%;
  }
  .report25 .flip_card .result dd div span.result-label{
    font-size: 12px;
    font-weight: 400;
    vertical-align: 10px;
  }
  .report25 .flip_card .result .result-label + .c_green .num{
    font-size:25px;
  }
  .report25 .flip_card .result dd div span.result-label{
    font-size: 12px;
    font-weight: 400;
    vertical-align: 4px;    
  }
  .report25 .flip_card .result dd div span+span{
    width:90px;
    margin-left:15px;
  }
  .report25 .flip_card .result dl dt{
    margin-top:5px;
  }
  .report25 .flip_card .result dd div + div{margin-top:5px;}
  .report25 .flip_card .subject span{
    font-size: 12px;
    vertical-align: 2px;
  }
  .report25 .flip_card .result .result-label + .c_purple .num{
    font-size:25px;
  }

  .report25 .report_future .report_tab_box .inner .flip_area , .smile-listswiper, .project-swiper, .csr-swiper, .program-wrap .swiper, .esports-swiper{
    padding-bottom:25px;
  }
  .report25 .report_future .report_tab_box .inner .flip_area .swiper-pagination, .smile-listswiper .swiper-pagination, .project-swiper .swiper-pagination, .csr-swiper .swiper-pagination, .program-wrap .swiper .swiper-pagination, .esports-swiper .swiper-pagination{
    bottom:0;
  }
  .report25 .report_future .report_tab_box .inner .flip_area .swiper-pagination-bullet, .report25 .smile-listswiper .swiper-pagination-bullet, .project-swiper .swiper-pagination-bullet, .csr-swiper .swiper-pagination-bullet, .heemangSwiper .swiper-pagination-bullet, .program-wrap .swiper .swiper-pagination-bullet, .esports-swiper .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background: #EEE;
    opacity: 1;
  }
  .report25 .report_future .report_tab_box .inner .flip_area .swiper-pagination-bullet-active, .report25 .smile-listswiper .swiper-pagination-bullet-active, .project-swiper .swiper-pagination-bullet-active, .csr-swiper .swiper-pagination-bullet-active, .heemangSwiper .swiper-pagination-bullet-active, .program-wrap .swiper .swiper-pagination-bullet-active, .esports-swiper .swiper-pagination-bullet-active{
    background: #FF5706;
  }
  


  .report25 .highlights-wrap{
    margin-top:50px; 
  }
  .report25 .highlights-wrap .sec-title{
    font-size: 23px;
    line-height: 130%;
    margin-bottom:20px;
  }
  .report25 .highlights-wrap .highlights__list {
    justify-content: normal;
    gap: 20px;
    display: flex;
    overflow-x: scroll;
    width: 100%;
    padding-bottom:15px;
  }
  
  .report25 .highlights-wrap .highlights__list .highlights__thumb{
    width:124px;
  }
  .report25 .highlights-wrap .highlights__list li img{width:100%;}
  
  .report25 .highlights-wrap .highlights__date{
    font-size: 12px;
    line-height: 130%;
    margin-top:8px;
  }
  .report25 .highlights-wrap .highlights__name{
    font-size: 15px;
    line-height: 130%;
    margin:4px 0 1px;
  }
  .report25 .highlights-wrap .highlights__desc{
    font-size: 12px;
    font-weight: 500;
    line-height: 132%;
  }

  .report25 .highlights-wrap  .smile-listswiper{
    margin-top:50px;
  }
  .report25 .highlights-wrap .smile-list{
    margin-top:0;
    align-items:normal;
    display: flex;
  }
  
  .report25 .highlights-wrap .smile-list li{
    display: flex;
    flex-direction: column;
  }
  .report25 .highlights-wrap .smile-list li+li{
    margin-top:0;
  }
  .report25 .highlights-wrap .smile-list li .smile-item__thumb{
    margin-right:0;
  }
  .report25 .highlights-wrap .smile-list li .smile-item__thumb img{
    width:100%;
  }

  .report25 .highlights-wrap .smile-list li .smile-item__content{
    text-align: center;
    padding:15px;
    display: flex;
    flex-direction: column;
    height:100%;
  }
  .report25 .highlights-wrap .smile-list li .smile-item__content .btn-group{
    margin-top:auto;
  }

  .report25 .smile-list li span{
    font-size: 13px;
    line-height: 130%;
    margin:0;
  }
  .report25 .smile-list li strong{
    font-size: 17px;
    line-height: 130%;
    margin:5px 0;
  }
  .report25 .smile-list li p{
    font-size: 13px;
    line-height: 150%; /* 39px */
    margin:0 0 15px;
  }
  .report25 .smile-list li .btn-group{
    margin:0;
    height:auto;
  }
  .report25 .btn-group a.btn{
    font-size: 13px;
    font-weight: 700;
    padding: 11px 30px 11px 12px;
  }
  .report25 .smile-list li .btn-group a{
    width:100%;
  }
  .report25 .smile-list li .btn-group a + a{
    margin-top:5px;
  }

  
  .report25 .report_together{
    padding:60px 10px;
    background: #000 url(../images/annualReport2025/mo-sec07_bg.png) 16px 25px no-repeat;
    background-size: calc(100% - 32px) auto;
  }

  .report25 .report_together_banner{
    padding:50px 0 30px;
  }
  .report25 .report_together_banner img{
    height:75px;
  }
  .report25 .report_together_banner p{
    margin-top:30px;
    font-size: 15px;
    line-height: 150%; /* 45px */
  }
  
  .report25 .report_together_top .result_list{
    gap:20xpx 38px ;
  }
  .report25 .report_together_top .result_list figure img{
    width:96px;
    margin-bottom:10px;
  }
  .report25 .report_together_top .result_list .label{
    font-size: 13px;
    line-height: 150%; /* 39px */    
  }
  .report25 .report_together_top .result_list .data{
    font-size: 18px;
    margin-top:2px;
  }

  .report25 .report_together_top .result_area .date{
    text-align: center;
    font-size: 12px;
    line-height: 130%;
  }

  .report25 .report_together .report_tab_wrap{
    padding-top:30px;
  }
  .report25 .together_tab.report_tab_list ul{
    flex-wrap: wrap;
  }
  .report25 .together_tab.report_tab_list ul li{
    width:50%;
    flex:auto;
  }  
  .report25 .together_tab.report_tab_list ul li:nth-child(-n+2){
    border-bottom:1px solid #383838;
  }

  .report25 .together_tab .tab_btn.funding_tab {
    background: #1D1D1F url("../images/annualReport2025/icon_funding.svg") center no-repeat;
    background-size: auto 15px;
  }

  .report25 .together_tab .tab_btn.healing_tab {
    background: #1D1D1F url("../images/annualReport2025/icon_healing.svg") center no-repeat;
    background-size: auto 15px;
  }

  .report25 .together_tab .tab_btn.creating_tab {
    background: #1D1D1F url("../images/annualReport2025/icon_creating.svg") center no-repeat;
    background-size: auto 15px;
  }
  .report25 .together_tab .tab_btn.partnership_tab {
    background: #1D1D1F url("../images/annualReport2025/icon_partnership.svg") center no-repeat;
    background-size: auto 15px;
  }

  .report25 .together_tab .tab_btn.funding_tab.on {
    background: #54FB3B url("../images/annualReport2025/icon_funding_on.svg") center no-repeat;
    background-size: auto 15px;
  }

  .report25 .together_tab .tab_btn.healing_tab.on {
    background: #1EEBC8 url("../images/annualReport2025/icon_healing_on.svg") center no-repeat;
    background-size: auto 15px;
  }

  .report25 .together_tab .tab_btn.creating_tab.on {
    background: #FECD38 url("../images/annualReport2025/icon_creating_on.svg") center no-repeat;
    background-size: auto 15px;
  }
  .report25 .together_tab .tab_btn.partnership_tab.on {
    background: #FF5000 url("../images/annualReport2025/icon_partnership_on.svg") center no-repeat;
    background-size: auto 15px;
  }
  .report25 .together_tab.report_tab_list{
    height:97px;
  }
  .report25 .together_tab .tab_btn{
    height:48px;
  }
  .report25 .report_together .report_tab_box{
    padding:40px 10px;
  }
  .report25 .report_together .together_txt{
    font-size: 22px;
    line-height: 130%;
  }
  .report25 .report_together .together_title_box{
    margin-bottom:40px;
  }
  .report25 .report_together .together_title_box img.only_mo{
    display: inline !important;
    margin:40px auto 0;
    max-width: 321px;
    width:100%;
  }
  .report25 .report_tab_box.tg_partnership .together_title_box img.only_mo{
    width:223px;

  }

  .report25 .campaign-card{
    padding:6px 6px 16px;
    width: calc(50% - 5px);
  }
  .report25 .campaign-card__thumbnail{
    width:100%;
    height:auto;
  }
  .report25 .campaign-card__content {
    padding:10px 6px 16px;
    min-height: 10px;
  }
  .report25 .campaign-card .campaign-card__thumbnail img{
    transform: scale(1);
  }
  .report25 .campaign-card__title{
    font-size: 15px;
    line-height: 130%;
  }
  .report25 .campaign-card__desc strong{
    font-size: 13px;
    line-height: 130%;
    margin:5px 0;
  }
  .report25 .campaign-card__desc span{
    display: inline-block;
    font-size: 12px;
    line-height: 1.3; 
  }
  .report25 .campaign-card__button{
    display: inline-block;
    margin-top: auto;
    background: #54FB3B url(../images/annualReport2025/btn-arrow.svg) 50px center no-repeat;
    background-size: auto 8px;
    padding:0 10px;
    line-height: 30px;
    font-size: 13px;
    width: 65px;
    margin-left: 6px;    
  }
  .report25 .tg_healing .campaign-card__button{
    display: inline-block;
    margin-top: auto;
    background: #1EEBC8 url(../images/annualReport2025/btn-arrow.svg) 50px center no-repeat;
    background-size: auto 8px;
    padding:0 10px;
    line-height: 30px;
    font-size: 13px;
    width: 65px;
    margin-left: 6px; 
  }

  .report25 .campaign-list{
    gap:10px;
  }
  .report25 .campaign-section{
    margin-bottom:50px;
  }
  .report25 .report_together .tab-list{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    justify-content: center;
    margin:20px auto;
    max-width: 300px;
  }
  .report25 .report_together .tab-list li + li{
    margin:0;
  }
  .report25 .report_together .tab-list li button{
    padding:8px 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .report25 .report_together .table_box table{
    display: block;
  }
  .report25 .report_together .table_box thead{
    display: none;
  }
  .report25 .report_together .table_box tbody{
    display: block;
    width:100%;
    border-top: 3px solid #1D1D1F;
  }
  
  .report25 .report_together .table_box tr{
    width:100%;
    display: grid;
    grid-template-columns: auto 1fr;
    padding:20px 0;
    border-bottom:1px solid #DDD;
    gap: 0 20px;
  }
  .report25 .report_together .tg_partnership .table_box tr{
    grid-template-columns: none;
    text-align: center;
  }
  .report25 .report_together .table_box td{
    display: block;
    padding:0;
    margin:7px 0;
    border:0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }  
  .report25 .report_together .table_box td span{
    display: inline-block;
    padding-right:7px;
    margin-right:7px;
    border-right:1px solid #D9D9D9;
  }
  
  .report25 .report_together .table_box td.align-left{
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
    grid-column: 1 / 3;
  }
  .report25 .report_together .tg_healing .table_box td:nth-child(3) {
    grid-column: 1 / 3;
  }
  .report25 .report_together .tg_partnership .table_box td.align-left{
    text-align: center;
  }
  .report25 .report_together .tg_partnership .table_box td:nth-child(1){
    grid-column: 1 / 3;
    margin:0 auto;
  }
  .report25 .report_together .tg_partnership .table_box td:nth-child(3){
    text-align: right;
  }

  .report25 .report_together .table_box td a{
    display: inline-block;
    
    width: auto;
    height: auto;
    text-indent: 0;
    
    color:#666;
    font-size: 13px;
    font-weight: 600;
    line-height: 130%;
    line-height: 20px;
    padding-right:30px;
  }
  .report25 .report_together .table_box td a.link_icon.campaign{
    background: url('../images/annualReport2025/icon-campaign1.svg') center right no-repeat;
    background-size: auto 20px;
  }
  .report25 .report_together .table_box td a.link_icon.story{
    background: url('../images/annualReport2025/icon-campaign2.svg') center right no-repeat;
    background-size: auto 20px;
  }
  .report25 .report_together .table_box td a.link_icon.search{
    background: url('../images/annualReport2025/icon-search.svg') center right no-repeat;
    background-size: auto 20px;
  }

  .report25 .report_financial{
    padding:60px 0 0;
  }
  .report25 .report_financial .chart-section{
    transform: scale(1);
    width:350px;
    padding:150px 0 120px;
  }
  .report25 .report_financial .chart-wrap{
    transform: rotate(-35deg);
  }
      
  .report25 .chart-section .chart-center {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: calc(100% - 270px);
  }
  .report25 .report_financial .chart-item{
    text-align: center;
  }
  .report25 .report_financial .chart-item:nth-child(1){
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
  }
  .report25 .report_financial .chart-item:nth-child(2){
    top: 480px;
    left: 0px;
    text-align: right;
  }
  .report25 .report_financial .chart-item:nth-child(3){
    top: 480px;
    left: 230px;
    text-align: left;
  }
  .report25 .report_financial .chart-item .chart-percent{
    font-size: 30px;
  }
  .report25 .report_financial .chart-item .chart-label{
    font-size: 15px;
    font-weight: 400;
  }
  .report25 .report_financial .chart-item .chart-value{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  
  .report25 .chart-section .chart-center .chart-subtitle{
    font-size: 12px;
    line-height: 18px;
  }

  .report25 .chart-section .chart-center .chart-title{
    margin-top:5px;
    font-size: 23px;
    line-height: 1.2;
  }
  .report25 .center_label{
    margin-top:0;
  }
  .report25 .center_label .txt{
    font-size:19px;
    line-height: 1.2;
  }
  .report25 .center_label p{
    font-size:15px;
  }
  .report25 .center_label p .counter{
    font-size:30px;
  }

  .report25 .certification-announcement{
    padding:50px 0 0;
    margin:0;
    display: block;
  }
  .report25 .certification-announcement > div{
    width:100%;
    padding:40px 25px;
  }

  .report25 .certification-announcement .certification-info .ttl, .report25 .certification-announcement .announcement-info .ttl{
    font-size: 19px;
    line-height: 1.3;
  }
  .report25 .certification-announcement .badge{
   max-width: 257px;
   min-width: 130px;
   margin:20px auto; 
   width:60%;
  }
  .report25 .certification-announcement .badge img{
    width:100%;
  }

  .report25 .btn-group a.btn-arrow:after{
    width:6px;
    right:15px;
    background-size: 100% auto;
  }
  
  .report25 .certification-announcement .announcement-info{
    position: relative;
  }
  .report25 .certification-announcement .announcement-info:before{
    content:'';
    position: absolute;
    top:0;
    left:25px;
    width:calc(100% - 50px);
    height:1px;
    background:#ddd;
  }
  .report25 .certification-announcement .announcement-info p{
    font-size:13px;
    line-height: 1.5;
    margin:20px 0;
  }

  .report25 .report_together .together_txt + p{
    font-size: 15px;
    line-height: 150%; 
    margin-top:13px;
    padding:0 30px;
  }
  .report25 .report_together .together_txt + p br{
    display: none;
  }
  .report25 .tg_creating .creating_project{
    margin-top:50px;
  }
  .report25 .tg_creating .project-list{
    margin-top:20px;
    justify-content: normal;
  }
  .report25 .tg_creating .project-list li + li{margin-left:0;}
  .report25 .tg_creating .project-list img{
    width:100%;
  }
  .report25 .tg_creating .project-list .btn-group{margin-top:15px;}
  .report25 .tg_creating .creating_project .thumb{
    margin:20px 0;
  }
  .report25 .tg_creating .creating_project .thumb img{
    width:100%;
  }

  .report25 .tg_creating .creating_project_review::before{
    content:'';
    position: absolute;
    top: -60px;
    left: -20px;
    width:79px;
    height:211px;
    background: url('../images/annualReport2025/mo-review-obj1.png') no-repeat;
    background-size:100% auto;
  }
  .report25 .tg_creating .creating_project_review::after{
    content:'';
    position: absolute;
    top:130px;
    right:-10px;
    width:76px;
    height:214px;
    background: url('../images/annualReport2025/review-obj2.png') no-repeat;
    background-size:100% auto;
  }

  .report25 .tg_creating .creating_project_review strong{
    font-size:18px;
  }
  .report25 .tg_creating .creating_project_review p{
    font-size:13px;
    line-height:1.5;
    padding:0 50px;
  }
  .report25 .tg_creating .creating_project_review a{
    margin-top:20px;
    width: auto;
  }
  
  .report25 .tg_partnership .csr-list{
    justify-content: normal;
    margin-top:20px;
  }
  .report25 .tg_partnership .csr-list li{
    padding:20px;

  }
  .report25 .tg_partnership .csr-list li+li{
    margin-left:0;
  }
  .report25 .tg_partnership .csr-list li img{
    width: 100%;
  }

  .report25 .tg_partnership .csr-list li .top-info span{
    font-size: 13px;
    line-height: 1.3;
  }

  .report25 .tg_partnership .csr-list li .top-info strong{
    font-size: 18px;
    line-height: 1.3;
    margin:2px 0 15px;
  }
  .report25 .tg_partnership .csr-list li .bottom-info{text-align: center;}
  .report25 .tg_partnership .csr-list li .bottom-info strong{
    margin:15px 0 5px;
    font-size: 15px;
    line-height: 1.3;
  }
  .report25 .tg_partnership .csr-list li .bottom-info p{
    font-size: 14px;
    line-height: 1.5;
  }
  .report25 .tg_partnership .csr-list li .bottom-info span{
    font-size: 14px;
  }
  .report25 .tg_partnership .csr-list li .bottom-info em{
    font-family: 'Montserrat';
  }

  .report25 .tg_partnership .btn-group{
    margin-top:20px;
  }
  .report25 .tg_partnership .btn-group a{
    text-align: left;
    width: 100%;
    min-width: auto;
  }
  .report25 .tg_partnership .csr-partner{
    margin-top:50px;
  }
  .report25 .tg_partnership .csr-partner strong{
    margin-bottom:20px;
  }

  .report25 .ecosystem_wrap .heemang-maker .logo{
    height:40px;
    margin-bottom:20px;
  }

  .report25 .ecosystem_wrap .title{
    font-size:22px;
  }
  .report25 .ecosystem_wrap .title + p{
    font-size: 15px;
    line-height: 1.5;
    margin-top:14px;
  }
  .report25 .ecosystem_wrap .heemang-maker-list{
    margin-top:40px;
    display: block;
  }
  .report25 .ecosystem_wrap .heemang-maker-list li{
    position: relative;
    min-width: 189px;
    width: 60%;
  } 
  .report25 .ecosystem_wrap .heemang-maker-list li + li{
    margin-top:-20px;
  }
  .report25 .ecosystem_wrap .heemang-maker-list li:nth-child(odd){
    margin-left:auto;
  }
  .report25 .ecosystem_wrap .heemang-maker-list li .info span{
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
  }
  .report25 .ecosystem_wrap .heemang-maker-list li .info strong{
    font-size: 30px;
    line-height: 40px;
  }
  .report25 .project-showcase{
    padding:50px 0;
  }
  .report25 .heemangSwiper{
    margin-top:20px;
  }
  .report25 .heemangSwiper .swiper-slide{
    width:100%;
  }
  .report25 .heemangSwiper .swiper-slide img{
    width:100%;
    max-width: max-content;
  }
  .report25 .heemangSwiper .swiper-slide p{
    padding:10px 0 25px;
    font-size: 13px;
    line-height: 1.3;
  }
  .report25 .heemangSwiper .swiper-pagination .swiper-pagination-bullet{
    width:8px;
    height:8px;
    margin:0 4px;
  }
  .report25 .heemang-story{
    padding:30px 24px;
  }
  .report25 .heemang-story > div img{
    margin:20px 0 15px;
  }
  .report25 .heemang-story .btn-group{
    display: block;
  }
  .report25 .heemang-story .btn-group a{width:100%;min-width: auto;}
  .report25 .heemang-story .btn-group a + a{
    margin-top:9px;
  }
  .report25 .partner-list{
    padding-top:50px;
  }
  .report25 .ecosystem_wrap .title{
    margin-bottom:20px;
  }

  .report25 .slide-tab-container{
    width:100%;
    height:50px;
    margin-bottom:30px;
  }
  .report25 .slide-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.2;
    padding:0 10px;
  }
  .report25 .palette_wrap .logo{
    margin:30px 0;
  }
  .report25 .palette_wrap .logo img{
    height:57px;
  }
  .report25 .diffusion-wrap .top-info{
    position: relative;
    top:auto;
    left: auto;
    text-align: center;
  }
  .report25 .diffusion-wrap .top-info h5{
    font-size: 20px;
    line-height: 1.3;
  }
  .report25 .diffusion-wrap .top-info p{
    font-size: 15px;
    line-height: 1.2
  }
  
  .report25 .palette_wrap .diffusion-wrap img{
    width:100%;
    max-width: 577px;
    margin:50px auto 0;
  }
  .report25 .diffusion-wrap .top-info .legend{
    display: none;
  }
  
  .report25 .impact-card .impact-card-group{
    padding:30px 40px;
  }
  
  .report25 .impact-card h5{  
    margin-bottom:20px;
    font-size: 20px;
    line-height: 1.3;
  }
  
  .report25 .impact-card .impact-card-group + .impact-card-group{
    margin-top:20px;
  }

  .report25 .impact-card .flex{
    display: block;
  }
  .report25 .impact-card .flex + p{
    color:#9B9B9B;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .report25 .impact-card .impact-card__label{
    font-size: 12px;
    margin-top:10px;
  }
  .report25 .impact-card .impact-card__value{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  .report25 .impact-card .impact-card__metric img{
    width:75px;
  }

  .report25 .impact-card .impact-card__summary{
    display: flex;
    justify-content: center;
    width:100%;
    gap: 30px;
  }
  .report25 .impact-card .impact-card__metric + .impact-card__metric{
    margin:0;
  }
  .report25 .impact-card .impact-card__scores{
    margin-top:20px;
  }
  .report25 .impact-card .impact-card__scores li{
    display: flex;
    padding:15px 0;
    width:100%;
    justify-content:space-between;
    align-items: center;
  }
  .report25 .impact-card .impact-card__scores li:first-child{
    padding-top:0;
  }
  .report25 .impact-card .impact-card__scores li+li{
    border-top:3px dotted #D8DFF3;
  }
  .report25 .impact-card .impact-card-group + .impact-card-group .impact-card__scores li+li{
    border-top:3px dotted #DAEBC9;
  }

  .report25 .impact-card .impact-card__scores li span{ 
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding-left:24px;
  }
  .report25 .impact-card .impact-card__scores li em{
    font-size:15px;
    line-height: 20px;
  }

  .report25 .impact-card .impact-card__scores li span.icon1{ 
    background: url("../images/annualReport2025/icon1.svg") left center no-repeat;
    background-size: 17px auto;
  }
  .report25 .impact-card .impact-card__scores li span.icon2{ 
    background: url("../images/annualReport2025/icon2.svg") left center no-repeat;
    background-size: 17px auto;
  }
  .report25 .impact-card .impact-card__scores li span.icon3{ 
    background: url("../images/annualReport2025/icon3.svg") left center no-repeat;
    background-size: 17px auto;
  }
  .report25 .impact-card .impact-card__scores li span.icon4{ 
    background: url("../images/annualReport2025/icon4.svg") left center no-repeat;
    background-size: 17px auto;
  }
  .report25 .impact-card .impact-card__scores li span.icon5{ 
    background: url("../images/annualReport2025/icon5.svg") left center no-repeat;
    background-size: 17px auto;
  }
  .report25 .impact-card .impact-card__scores li span.icon6{ 
    background: url("../images/annualReport2025/icon6.svg") left center no-repeat;
    background-size: 17px auto;
  }


  .report25 .palette-review ul{
    padding:50px 0;
  }
  .report25 .palette-review li{
    flex-direction: column-reverse;
  }
  .report25 .palette-review li:nth-child(2){
    flex-direction: column-reverse;
  }
  .report25 .palette-review li p{
    font-size: 13px;
    line-height: 1.5;
    padding:15px 17px;
    border-radius: 25px;
    text-align: center !important;
    margin:12px 0 0 !important;
  }
  .report25 .palette-review li .thumb img{
    width:78px;
  }
  .report25 .palette-review li p::before{
    transform: translateY(0);
    top:auto;
    right:calc(50% - 45px);
    bottom:calc(100% - 3px);
    width:14px;
    height:15px;
    background: url('../images/annualReport2025/mo-bg-review-box.svg') no-repeat;
    background-size: 14px auto;
  }
  .report25 .palette-review li:nth-child(2) p::before{
    right:auto;
    left: calc(50% - 45px);
    background: url('../images/annualReport2025/mo-bg-review-box2.svg') no-repeat;
    background-size: 14px auto;
  }

  .report25 .palette_wrap .program-wrap h5{
    font-size: 22px;
    margin-bottom:20px;
  }
  .report25 .palette_wrap .program-wrap ul li{
    padding:15px 8px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .report25 .palette_wrap .program-wrap ul li .btn-group{
    margin-top:auto;
  }

  .report25 .palette_wrap .program-wrap ul li+li{
    margin-left:0;
  }
  .report25 .palette_wrap .program-wrap ul li .top-info strong{
    font-size: 16px;
    line-height: 1.32;
  }
  .report25 .palette_wrap .program-wrap ul li .top-info span{
    font-size: 14px;
    font-weight: 400;
  }

  .report25 .palette_wrap .program-wrap ul li .thumb{
    margin:15px -8px;
  }
  .report25 .palette_wrap .program-wrap ul li .thumb img{
    width:100%;
    max-width: max-content;
  }
  .report25 .palette_wrap .program-wrap ul li .hashtag-wrap{
    gap:2px;
  }
  .report25 .palette_wrap .program-wrap ul li .hashtag-wrap span{
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
  }

  .report25 .palette_wrap .program-wrap ul li p{
    color: #383838;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin:6px 0 15px;
  }
  
  .report25 .palette_wrap .program-wrap + .program-wrap{
    margin-top:50px;
  }

  .report25 .esports-section .logo img{
    width:91px;
  }
  .report25 .esports-section .future_top_box .future_title{
    margin:20px 0 14px;
  }
  
  .report25 .esports-section .result-wrap img{width:100%;}
  .report25 .esports-section .feedback-wrap{
    display: flex;
    flex-direction: column;
    padding: 50px 20px ;
    margin: 50px -24px 0;
    background: url(../images/annualReport2025/mo-bg-feedback.png) top center no-repeat;
    background-size: cover;
    height: auto;    
  }
  .report25 .esports-section .feedback-wrap .title{
    margin-bottom:20px;
  }
  .report25 .esports-section .title{
    font-size: 22px;
  }
  .report25 .feedback-list li{
    padding:20px;
    text-align: center;    
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin:0 auto;
    width:100%;
  }
  .report25 .feedback-wrap li strong{
    font-size:16px;
  }

  .report25 .feedback-list li:nth-child(2)::before{
    content:'';
    position: absolute;
    top:-20px;
    right:10px;
    width:55px;
    height:55px;
    background: url("../images/annualReport2025/icon-feedback1.png") no-repeat;
    background-size: 100%;
  }
  .report25 .feedback-list li:nth-child(3)::before{
    content:'';
    position: absolute;
    top:calc(100% - 20px);
    left:10px;
    width:62px;
    height:62px;
    background: url("../images/annualReport2025/icon-feedback2.png") no-repeat;
    background-size: 100%;
    z-index: 2;
  }

  .report25 .feedback-list li + li{
    margin-top:10px;
  }

  .report25 .feedback-list li:nth-child(even){
    
  }


  .report25 .esports-section .program-wrap{
    padding:50px 20px;
    margin:0 -24px;
    background: none;
  }
  .report25 .esports-section .program-wrap .title{
    margin:0 0 20px;
  }
  .report25 .esports-section .program-wrap li{
    display: block;
  }
  .report25 .esports-section .program-wrap li + li{margin-top:30px;}

  .report25 .esports-section .program-wrap li .thumb{
    border-radius: 8px;
    margin-right:0;
    max-width:100%;
  }
  
  
  .report25 .program-info{
    margin-top:10px;
    text-align: center;
  }
  .report25 .program-info span{
    display: block;
    font-size: 12px;
    line-height: 1.32;
    
  }
  
  .report25 .program-info strong{
    font-size: 18px;
    line-height: 20px;
    margin-top:7px;
    padding-bottom:16px;

  }
  .report25 .program-info em{
    font-size: 13px;
    margin:16px 0 8px;
  }
  .report25 .program-info p{
    font-size: 14px;
    line-height: 1.5;
  }
  .report25 .impact-wrap{
    padding-top:0;
  }
  .report25 .impact-wrap .diagram-wrap{
    margin-top:20px;
  }
  .report25 .impact-wrap .diagram-wrap img{
    width:100%;
  }
  .report25 .esports-list{
    margin-top:50px;
    flex-wrap: initial;
    gap: 0;
  }
  .report25 .esports-list.only_web{
    display: none !important;
  }
  
  .report25 .esports-list li.first img{width:100%;}
  

  .report25 .esports-list li{
    text-align: center;
    background: #F8F8F8;
    padding:0 0 15px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  .report25 .esports-list li .btn-group{margin-top:auto;}
  .report25 .esports-list li:not(.first) img{
    margin:0;
    width:100%;
  }
  .report25 .esports-list li .info{
    margin:15px 8px;
    padding:0 20px;
  }

  .report25 .esports-list li span{
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  .report25 .esports-list li strong{
    font-size: 13px;
    line-height: 20px;
  }
  .report25 .esports-list li.first{
    padding:0;
    background:none;
  }
  .report25 .esports-list li.first .info{margin:0;}
  .report25 .esports-list li.first span{
    font-size: 12px;
    line-height: 1.2;
    margin:10px 0 5px;
  }

  .report25 .esports-list li.first strong{
    font-size: 16px;
    line-height: 1.2;
  }
  .report25 .esports-list .btn-group{margin:0 8px;}
  .report25 .esports-list li a{
    width:100%;
  }

  .report25 .report_home .home_top_area .inner_wrapper .circle-ani{
    padding: 0;
    height: 90vh;
  }
  .report25 .report_home .home_top_area .inner_wrapper .circle-ani .circle-img{
    width:130%;
    max-width: max-content;
  }
  .report25 .report_home .home_top_area .inner_wrapper .circle-ani .circle-obj{
    position: absolute;
    width: 84.45%;
    max-width: max-content;
    top: calc(50% - 4px);
    left: calc(50% - -9px);
    transform: translate(-50%, -50%);
  }
  .report25 .report_home .home_top_area .inner_wrapper .circle-ani .circle-img2{
    width:100%;
  }

  .report25 .report_home .report-year{
    width:100%;
    top:0;
    left:0;
    right:auto;
  }
  .report25 .report_home .home_top_area .inner_wrapper .circle-ani .pointer{
    width:15.139%;
    max-width: max-content;
    position: absolute;
    bottom:0;
  }
  
  .report25 .report_home .home_top_area .inner_wrapper .character1{
    width:88px;
    bottom:-15px;
    right:25px;  
    transform: translateX(0);
  }
  .report25 .report_home .home_top_area .inner_wrapper .character2{
    width:93px;
    bottom:0;
    left:34px;  
    transform: translateX(0);
  }

  .report25 .report_financial::before {
    background: url(../images/annualReport2025/mo-bg-financial-img1.svg) no-repeat;
    background-size: 100%;
  }
  .report25 .report_financial::after {
    top:50px;
    background: url(../images/annualReport2025/mo-bg-financial-img2.svg) no-repeat;
    background-size: 100%;
  }


}
@media all and (max-width: 769px) {
  .report25 .journey_section .achievement-wrap .achievement-list{
    margin-top:28px;
    gap:0;
    justify-content: normal;
  }
  .report25 .report_future::before{
    width:36%;
  }
  .report25 .report_future::after{
    width:30%;
  }
}


.report25 .report_financial .pie_chart_area {
  position: relative;
  width: 730px;
  margin: 128px auto 0;
}

.report25 .report_financial .pie_chart_svg {
  position: relative;
  z-index: 1;
}

.report25 .pie_chart_area .center_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.report25 .pie_chart_area .center_label .txt {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.report25 .pie_chart_area .center_label p {
  font-size: 24px;
  font-weight: 700;
}

.report25 .pie_chart_area .center_label p .counter {
  font-size: 42px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  color: #ff5000;
}

.report25 .pie_chart_area .label_item {
  position: absolute;
  padding-left: 28px;
}

.report25 .pie_chart_area .label_item::before {
  position: absolute;
  top: 56px;
  right: 100%;
  transform: translate(50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  content: "";
  opacity: 0;
}