{ box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: Arial, sans-serif; background: #FFFDF8; color: #333; max-width: 100vw; overflow-x: hidden }


body {
  font-family: 'Inter', sans-serif;
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  
}

.centered-image {
  background-color: #fefefe;
  padding: 250px 20px;
  text-align: center;
}

.centered-image img {
  max-width: 100%;
  height: auto;
}

.centered-image.light {
  background-color: #faf9ec;
  padding: 40px;
}


.process-section {
  background-color: #9ebbb0;
  padding 500px;
}

.values {
  background-color: #fefefe;
  height: 1300px;
  padding: 140px 20px;
  text-align: center;
  color: #5B5045;
}

.values h3 {
  font-size: 47px;
  font-weight: 600;
  margin-bottom: 140px;
}

.value-img {
  width: 40%;
  height: auto;
}





.stats-section {
  max-width: 100%;
  overflow-x: hidden;
}



footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #413c37c5;
      text-align: center;
      padding: 100px 20px 60px;
    }

footer img {
      height: 60px;
      margin-bottom: 50px;
    }

footer p {
      color: #bab6b6;
    }

footer p:first-of-type {
      font-family: Arial, sans-serif;
      font-size: 17px;
      top: 20px;
      margin-bottom: 10px;
      line-height: 1.6;
    }

footer p:last-of-type {
      font-family: 'PT Serif', serif;
      font-size: 15px;
      margin-bottom: 0px;
      line-height: 1.6;
    }






/* 모바일 반응형 */
@media (max-width: 767px) {

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;     
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1001;
}

  .nav {
  position: fixed;
  top: 36px;        
  left: 0;
  right: 0;
  height: 48px;
  margin: 0;
  padding: 0 10px;  
  border-top: none; 
  background: #fcf4eb;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
}

  .nav img {
    height: 26px;
    max-width: 90px;
    margin-right: auto;
    margin-bottom: 7px;
    transform: none;
  }

  .nav-menu {
  display: flex;
  gap: 6px;             
  align-items: center;
  padding: 0;
}

  .nav-menu a {
    font-size: 11px;
    font-weight: 500;
    padding: 2 2px;
    margin-right: 19px;
  }


  body {
  overflow-x: hidden;
}

  .stats-section {
    padding: 30px 0;  
  }

  .stats-container {
    gap: 40px;
    transform: scale(0.9);  
    transform-origin: top center;
    flex-direction: column;  
    align-items: center;
  }

   .about-section {
  margin-bottom: -50px; 
}

  .centered-image {
  background-color: #fefefe;
  padding: 120px 20px;
  text-align: center;
}

  .centered-image.light {
  background-color: #faf9ec;
  padding: 15px;
}

.process-section {
  background-color: #9ebbb0;
  padding: 100px;
}

.process-section {
  background-color: #9ebbb0;
  padding: 35px;
}

.process-section img {
  max-width: 100%;  
  height: auto;    
}


.values {
  background-color: #fefefe;
  height: 400px;
  padding: 40px 20px;
  text-align: center;
  color: #5B5045;
}

.values h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.value-img {
  width: 70%;
  height: auto;
}

footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #413c37c5;
      text-align: center;
      padding: 40px 20px 50px;
    }

footer img {
      height: 50px;
      margin-bottom: 40px;
    }

footer p {
      color: #bab6b6;
    }

footer p:first-of-type {
      font-family: Arial, sans-serif;
      font-size: 8px;
      top: 20px;
      margin-bottom: 6px;
      line-height: 1.3;
    }

footer p:last-of-type {
      font-family: 'PT Serif', serif;
      font-size: 8px;
      margin-bottom: 0px;
      line-height: 1.6;
    }

}




@media (min-width: 768px) and (max-width: 1024px) {

  .body {
  overflow-x: hidden;
}

  .stats-section {
    padding: 50px 0;  
  }

  .about-section {
  margin-bottom: -50px; 
}

  .stats-container {
    gap: 40px;
    transform: scale(0.9);  
    transform-origin: top center;
    flex-direction: column;  
    align-items: center;
  }

  .centered-image {
  background-color: #fefefe;
  padding: 220px 40px;
  text-align: center;
}

  .centered-image.light {
  background-color: #faf9ec;
  padding: 30px;
}

.process-section {
  background-color: #9ebbb0;
  padding: 80px;
}

.process-section img {
  max-width: 100%;  
  height: auto;    
}


  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 13px;
  }

.values {
  background-color: #fefefe;
  height: 980px;
  padding: 70px 30px;
  text-align: center;
  color: #5B5045;
}

.values h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}

.value-img {
  width: 70%;
  height: auto;;
}

}
