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

/* lora-latin-wght-normal */
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/lora:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}



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






/* 타이틀 */
.history-title {
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0; 
}
.history-title small {
  display: block;
  margin-top : 30px;
  margin-bottom: 30px; 
  font-size: 18px;
  color: #777;
}
.history-title .line {
  display: inline-block; 
  width: 80px;           
  height: 2px;           
  background-color: #777; 
  vertical-align: middle; 
  margin: 0 0px;        
}
.history-title strong {
  display: block;
  margin-top: 5px;
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

/* 비주얼 */
.history-visual {
  position: relative;
  width: 100%;
  height: 740px;
  background: url('/design/issis/history_pc_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;
}

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

/* 연혁 */
.history-a {
  background: url('/design/issis/history_pc_02.jpg') no-repeat center/cover;
}

.history-section {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-direction: column;   /* ✅ 세로 한 줄 배치 */
  align-items: center;      /* ✅ 가운데 정렬 */
  gap: 40px;
  padding: 100px 40px;
}

.history-block {
width: 100%;
  display: flex;
  justify-content: center;  /* ✅ 카드가 가운데 오도록 */
}

.history-card {
   background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 60px 30px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;         /* ✅ 카드 폭 제한 (원하는 경우 조정 가능) */
  width: 100%;
}



.top-desc {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.year {
  font-size: 60px;
  font-weight: 700;
}
.year .plus {
  font-size: 18px;
}
.year-sub {
  font-size: 16px;
  margin-top: 20px;
}
.count-num {
  transition: all 0.3s ease-out;
}
.fadein-target {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.fadein-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* BASIC css end */

