@charset "utf-8";


/* 전체 래퍼 */
.greeting-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 프로필 영역 */
.greeting-profile {
  width: 220px;
  text-align: center;
}

.greeting-profile img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

/* 이름/직함 */
.profile-info {
  margin-top: 12px;
}

.profile-info strong {
  display: block;
  font-size: 14px;
  color: #666;
}

.profile-info span {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  color: #1b1464;
}

/* 인사말 텍스트 */
.greeting-text {
  flex: 1;
}

.greeting-text p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 28px;
  letter-spacing:-0.5px;
  word-break: keep-all;
}

/*.greeting-text p strong {display: block; font-size:20px; font-weight:600; letter-spacing:-0.5px; color:#000;}*/
.greeting-text p strong {display: block; font-size:20px; font-weight:400; letter-spacing:-0.5px; background:#f7f7f7; border-radius:10px; color:#000; padding:4px 16px; margin-bottom:1%;}


/* 인사말 서명 블록 */
.greeting-sign {
  margin-top: 40px;
  text-align: right;
}

/* 날짜 */
.greeting-sign .date {
  font-size: 14px;
  color: #666;
}

/* 싸인 글자 */
.greeting-sign .signature {
  display: inline-block;
  margin-top: 8px;
  font-size: 20px;
  font-weight:300;
  color: #1b1464;
  letter-spacing: -0.5px;
}

/* 모바일 */
@media all and (max-width: 768px) {
  .greeting-wrap {
    flex-direction: column;
  }

  .greeting-profile {
    width: 100%;
  }
}



/*임원소개*/
.executive-table.premium {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* 헤더 */
.executive-table.premium thead th {
  background: linear-gradient(180deg, #f6f8ff, #eef1ff);
  color: #1b1464;
  font-weight: 600;
  padding: 16px 14px;
  border-bottom: 2px solid #e1e5ff;
  text-align: center;
}

/* 바디 */
.executive-table.premium tbody td {
  padding: 15px 14px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  color: #333;
}

/* 마지막 줄 보더 제거 */
.executive-table.premium tbody tr:last-child td {
  border-bottom: none;
}

.executive-table td[rowspan] {
  border-right: 1px solid #f0f0f0;
}

/* 반응형 */
@media all and (max-width: 768px) {
  .executive-table.premium {
    font-size: 12px;
  }
}



/* about3_연혁*/
.history-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Noto Sans KR", sans-serif;
}

/* 카드 */
.history-card {
  border: 1px solid #e4e6eb;
  border-radius: 10px;
  padding: 30px 28px;
  margin-bottom: 30px;
  background: #fff;
}

/* 타이틀 영역 */
.history-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 2px solid #1b1464;
}

.history-index {
  font-size: 20px;
  font-weight: 700;
  color: #1b1464;
}

.history-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1b1464;
}

/* 내용 단락 */
.history-body p {
  font-size: 18px;
  line-height: 2;
  color: #444;
}

/* 반응형 */
@media (max-width: 768px) {
	  .history-card {
		padding: 22px 18px;
	  }

	  .history-title h3 {
		font-size: 16px;
	  }

	  .history-body p {
		font-size: 14px;
		line-height: 1.4;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
}


/* ===== 회칙 전체 ===== */
.bylaws {
  /*max-width: 900px;*/
  width:100%;
  margin: 60px auto;
  font-family: "Noto Sans KR", Arial, sans-serif;
  color: #222;
  line-height: 1.8;
}

/* 제목 */
.bylaws-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

/* 개정 이력 */
.bylaws-history {
  background: #f8f9fb;
  border-left: 4px solid #1b4db1;
  padding: 20px 24px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #444;
}

.bylaws-history p {
  font-weight: 400;
  margin: 4px 0;
}

/* 장 제목 */
.chapter-title {
  font-size: 22px;
  font-weight: 600;
  margin: 50px 0 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

/* 조항 */
.article {
  margin-bottom: 28px;
}

.article h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.article h3 span {
  font-weight: 400;
  color: #555;
}

.article p {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding-left: 0;
  word-break: keep-all;
}



.ks_intro { width: 100%; }
.ks_introHero { position: relative; padding: 48px; margin-bottom: 32px; border-radius: 28px; background: linear-gradient(135deg, #f5f7ff 0%, #ffffff 100%); border: 1px solid #edf0ff; }
.ks_introBadge { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 14px; margin-bottom: 24px; border-radius: 999px; background: #2b2a86; color: #fff; font-size: 14px; font-weight: 700; }
.ks_introTitle { margin-bottom: 20px; font-size: 42px; font-weight: 800; line-height: 1.2; color: #1f2b7b; }
.ks_introTitle span { display: block; margin-top: 12px; font-size: 16px; font-weight: 500; line-height: 1.6; color: #7b819d; }
.ks_introSummary { margin-bottom: 28px; padding-left: 20px; border-left: 4px solid #4b57d8; font-size: 20px; font-weight: 500; line-height: 1.8; color: #222; word-break: keep-all; }
.ks_introTags { display: flex; flex-wrap: wrap; gap: 10px; }
.ks_introTags span { display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 16px; border-radius: 999px; background: #eef1ff; color: #4251d6; font-size: 14px; font-weight: 700; }
.ks_introInfo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.ks_infoCard { padding: 32px 24px; border-radius: 22px; background: #fff; border: 1px solid #ececec; text-align: center; transition: all .3s ease; }
.ks_infoCard:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.ks_infoCard strong { display: block; margin-bottom: 12px; font-size: 34px; font-weight: 800; color: #2b2a86; }
.ks_infoCard span { font-size: 16px; color: #666; }
.ks_introContent { padding-top: 40px; border-top: 1px solid #e8e8e8; }
.ks_introContent p { margin-bottom: 28px; font-size: 18px; line-height: 2; color: #444; word-break: keep-all; }

@media (max-width: 1024px) {
  .ks_introHero { padding: 36px 28px; }
  .ks_introTitle { font-size: 32px; }
  .ks_introSummary { font-size: 18px; }
  .ks_introInfo { grid-template-columns: 1fr; }
}


@media (max-width: 768px) {
  .ks_introHero { padding: 28px 22px; border-radius: 20px; }
  .ks_introTitle { font-size: 28px; }
  .ks_introTitle span { font-size: 14px; }
  .ks_introSummary { padding-left: 16px; font-size: 16px; line-height: 1.7; }
  .ks_introContent p { font-size: 16px; line-height: 1.9; }
}

.join_wrap { width: 100%; }
.join_section { margin-bottom: 56px; }
.join_sectionTitle { margin-bottom: 24px; font-size: 28px; font-weight: 800; color: #222; }
.join_steps { display: flex; flex-direction: column; gap: 20px; }
.join_step { display: flex; gap: 24px; padding: 32px; border-radius: 24px; background: #fafbff; border: 1px solid #edf0ff; }
.join_stepNum { flex-shrink: 0; width: 68px; height: 68px; border-radius: 50%; background: #2b2a86; color: #fff; font-size: 24px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.join_stepContent strong { display: block; margin-bottom: 12px; font-size: 22px; font-weight: 800; color: #222; }
.join_stepContent p { font-size: 16px; line-height: 1.9; color: #555; }
.join_boxText { padding: 32px; border-radius: 24px; background: #fafafa; border: 1px solid #ececec; font-size: 16px; line-height: 2; color: #444; }
.join_boxText2 { color: #444; line-height: 2; font-size: 16px; border-bottom: 1px solid #eee; padding-bottom: 24px; margin-bottom: 32px; }
.join_policy { padding: 36px; border-radius: 28px; background: #fff; border: 1px solid #ececec; }
.join_policy ul { display: flex; flex-direction: column; gap: 18px; }
.join_policy li { position: relative; padding-left: 18px; font-size: 16px; line-height: 1.9; color: #444; word-break: keep-all; }
.join_policy li::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: #4b57d8; }
.join_policyNote { margin-top: 32px; padding-top: 24px; border-top: 1px solid #eee; font-size: 14px; line-height: 1.8; color: #777; }

@media (max-width: 768px) {
  .join_sectionTitle { font-size: 24px; }
  .join_step { flex-direction: column; }
  .join_policy { padding: 28px 22px; }
}