/* BASIC css start */
body, .ceo-banner-section, .ceo-title-section, .ceo-message-text, .ceo-photo {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
      font-family: 'Pretendard Variable', Pretendard, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    

}



/* class-list */
#productClass .cate-wrap { overflow:hidden }
#productClass .cate-wrap .bcate {  font-family:  'Lora Variable', sans-serif; padding:70px 0 30px;  font-size:30px; color:#333; font-weight:600; text-align:center; }
#productClass .cate-wrap .class-list ul { text-align:center}
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li { margin:0 5px; display:inline-block; }
#productClass .cate-wrap .class-list ul li a { font-family: 'Pretendard', sans-serif; display:block; font-size:13px; color:#555; background-color:#f9f9f9; padding:10px 25px; border-radius:30px }












/* ✅ PC 전용 스타일 */
  .store-banner-section {
  position: relative;
  width: 100%;
  height: 740px;
  background: url('/design/issis/store_sell_01.jpg') no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 80px;
  box-sizing: border-box;
  margin-bottom: 0;

}

  .store-banner-section h2 {
  font-family: 'Lora Variable';
  text-align: left;
  padding-left: 250px; 
  font-size: 60px;
  font-weight: 500;
  color: #000;
  }
  
 
 


  
  

  .product_category_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
  }

  .product_category_wrap .cate1 {
    font-size: 28px;
    font-weight: 600;
  }

  .product_category_wrap .cate_child_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
   .center-img img {
  max-width: 1000px;
    margin: 40px auto;
    display: block;
  }   
  
  

  .center-img2 img {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }

  .history-block {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }

  .history-card {
    padding: 60px 40px;
    max-width: 800px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }

  .history-card .year {
    font-size: 64px;
    font-weight: 800;
  }

  .curriculum, .review, .steps {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
  }

  .review-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .review-images img {
    width: 32%;
    border-radius: 12px;
  }

  .step-item {
    padding: 40px 30px;
    font-size: 18px;
  }

  .step-item h4 {
    font-size: 20px;
  }
}

 
  
 /* 연혁 박스 공통 */

.top-desc {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

.year {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.year .plus {
  font-size: 18px;
  margin-left: 4px;
  vertical-align: middle;
  font-weight: 500;
}

.year-sub {
   white-space: nowrap;       /* 줄바꿈 방지 */
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
    text-overflow: ellipsis;   /* 너무 길면 말줄임 */
}


 .history-card span.count-num {
    font-size: 2.5rem;          /* 숫자 크기 고정 */
    font-weight: bold;
  }


.count-num {
  display: inline-block;
  transition: all 0.3s ease-out;
}

@media (max-width: 420px) {
  .year {
    font-size: 32px;
  }
  .history-card {
    padding: 30px 16px;
  }
}


/* 바깥 푸터 컨테이너 - 전체 너비 */
#footer {
  width: 100%;
  background-color: #f9f9f9;
  padding: 60px 0 30px;
  box-sizing: border-box;
  font-family: 'Pretendard Variable', sans-serif;
  color: #333;
  font-size: 14px;
}

/* 안쪽 정렬을 위한 컨텐츠 래퍼 */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1;
  min-width: 160px;
}

.footer-column h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-column ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

/* 맨 하단 회사 정보 */
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}





/* BASIC css end */

