/* =============================================
   main2.css - 홈페이지 인라인 스타일 분리 (hp- 접두어)
   생성일: 2026-03-05
   ============================================= */

/* =============================================
   섹션 1. 히어로
   ============================================= */
.hp-hero {
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  background: #f4f6fa;
  justify-content: space-between;
}
.hp-hero__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hp-hero__bg {
  width: 1400px;
  height: 919px;
  background: linear-gradient(132deg, #677ce8 0%, #8458bc 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hp-section__text.hp-hero__text {
  gap: 20px;
}

.hp-hero__subtitle {
  color: #fff;
  font-size: 20px;
}

.hp-hero__cta-btn {
  display: flex;
  width: 300px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: linear-gradient(96deg, #397ff4 1.8%, #1f51da 99.1%);
  transition: 0.3s;
  margin-top: 10px;
  z-index: 1;
}
.hp-hero__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}
.hp-hero__cta-btn span {
  color: #fff;
}

.hp-hero__right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 420px;
  margin-left: 25px;
}
.hp-hero__img-1 {
  width: 345px;
  height: 463px;
  left: 0%;
  top: 1.8%;
  position: absolute;
}

.hp-hero__img-2 {
  width: 504px;
  height: 422px;
  right: 0;
  bottom: 0;
  position: absolute;
}

.hp-hero__img-3 {
  width: 392px;
  height: 392px;
  left: 5.2%;
  top: 58.16%;
  position: absolute;
  z-index: 2;
}

.hp-hero__circle {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
.hp-hero__circle--1 {
  width: 80px;
  height: 80px;
  left: 43.43%;
  top: 82.91%;
}
.hp-hero__circle--2 {
  width: 80px;
  height: 80px;
  left: 65.91%;
  top: 19.23%;
}
.hp-hero__circle--3 {
  width: 40px;
  height: 40px;
  left: 89.93%;
  top: 56.99%;
}
.hp-hero__circle--4 {
  width: 60px;
  height: 60px;
  left: 36.79%;
  top: 39.39%;
}

.hp-hero__img-4 {
  width: 298px;
  height: 229px;
  right: 9.29%;
  top: 0%;
  position: absolute;
}

.hp-hero__nav {
  width: 100%;
  height: 78px;
  left: 0px;
  top: 0px;
  position: absolute;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.hp-hero__nav-item {
  position: absolute;
  text-align: center;
  color: white;
  font-size: 20px;

  font-weight: 700;
}

.hp-hero__nav-item--service {
  left: 1276px;
  top: 29px;
}

.hp-hero__nav-item--solution {
  left: 1428px;
  top: 29px;
}

.hp-hero__nav-item--system {
  left: 1089px;
  top: 29px;
}

.hp-hero__nav-item--contact {
  left: 1580px;
  top: 29px;
}

.hp-hero__nav-bg {
  width: 100%;
  height: 75px;
  left: 0px;
  top: 0px;
  position: absolute;
}

.hp-hero__nav-logo {
  width: 289px;
  height: 77px;
  left: 1326px;
  top: -3px;
  position: absolute;
}

.hp-hero__title-light {
  color: white;
  font-size: 64px;
  z-index: 1;
  font-weight: 500;
  line-height: 84px;
}

.hp-hero__title-bold {
  color: white;
  font-size: 64px;

  font-weight: 800;
  line-height: 84px;
}

.hp-hero__badge {
  width: 373px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  outline: 1px white solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.hp-hero__badge-text {
  text-align: right;
  color: white;
  font-size: 20px;

  font-weight: 600;
}
.card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Badge */

/* Label row */
.hp-hero__panel-extra-badge {
  display: inline-block;
  margin: 0 0 12px;
  color: #fff;
  padding: 5px 13px;
  border-radius: 8px;
  background: #667eea;
}
.label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mono-G100, #191919);
  font-weight: 600;
}

.label-row svg {
  width: 24px;
  height: 24px;
  color: #000;
}

/* Count */
.count {
  text-align: right;
  margin-top: 25px;
  color: #1d4ed8;
  font-size: 28px;
  font-weight: 600;
}
/* 게스트 패널 카드 */
.hp-hero__panel {
  width: 100%;
  height: 618px;
  background: #f8f7fc;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hp-hero__panel-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 23px 0 13px;
}

.hp-hero__panel__logged {
  width: 100%;
  height: 403px;
  display: block;
  padding: 26px;
  background: #fff;
  box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.06);
}

.hp-hero__panel-greeting {
  align-self: stretch;
  text-align: center;
  color: #191919;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.hp-hero__panel-msg-wrap {
  align-self: stretch;
  height: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  margin-bottom: 30px;
}

.hp-hero__panel-msg {
  width: 418px;
  height: 40px;
  text-align: center;
  color: #64748b;
  font-size: 16px;

  font-weight: 500;
  line-height: 22px;
}

.hp-hero__panel-avatar {
  width: 100px;
  height: 100px;
  left: 292px;
  top: 157px;
  position: absolute;
}

.hp-hero__panel-login-btn {
  width: 307px;
  height: 60px;
  background: linear-gradient(132deg, #677ce8 0%, #8458bc 100%), #2257de;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  transition: 0.3s;
}
.hp-hero__panel-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

.hp-hero__panel-login-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.hp-hero__panel-login-icon-inner {
  width: 16px;
  height: 16px;
  background: white;
  outline: 0.6px white solid;
  outline-offset: -0.3px;
}

.hp-hero__panel-login-text {
  width: 55px;
  text-align: center;
  color: white;
  font-size: 18px;

  font-weight: 700;
}

.hp-hero__panel-lock {
  width: 48px;
  height: 48px;
}

.hp-hero__panel-lock-inner {
  width: 34px;
  height: 36px;
  left: 7px;
  top: 6px;
  position: absolute;
  outline: 3px black solid;
  outline-offset: -1.5px;
}
.hp-hero__panel-extra-card {
  height: 179px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
}

/* 오늘 일정 카드 */
.hp-hero__schedule {
  width: 100%;
  height: 281px;
  background: #1d4ed8;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 20px;
  padding: 30px 26px;
  margin-top: 20px;
  position: relative;
}

/* 비로그인 오늘 일정 카드 */
.hp-hero__schedule--locked {
  position: relative;
  overflow: hidden;
}

.hp-hero__schedule-blur {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

.hp-hero__schedule-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 78, 216, 0.3);
  border-radius: 20px;
  z-index: 1;
}

.hp-hero__schedule-lock-msg {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.hp-hero__schedule-inner {
  width: 367px;
  height: 248px;
  left: 26px;
  top: 0px;
  position: absolute;
}

.hp-hero__schedule-header {
  display: flex;
  align-items: center;
}

.hp-hero__schedule-top {
  width: 367px;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  display: inline-flex;
}

.hp-hero__schedule-badge {
  padding: 8px 13px;
  background: #667eea;
  border-radius: 8px;
  outline: 1px white solid;
  outline-offset: -1px;
}

.hp-hero__schedule-badge-text {
  width: max-content;
  text-align: right;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.hp-hero__schedule-spacer {
  flex: 1 1 0;
  height: 19px;
}

.hp-hero__schedule-more-wrap {
  width: 100%;
}

.hp-hero__schedule-more {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 8px;
}
.hp-hero__schedule-more svg {
  transition: 0.3s;
  margin-top: -3px;
}
.hp-hero__schedule-more:hover svg {
  transform: translateX(5px);
}
.hp-hero__schedule-more-link {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.hp-hero__schedule-more-text {
  color: white;
  font-size: 14px;
}

.hp-hero__schedule-more-arrow-wrap {
  width: 8px;
  height: 16px;
  position: relative;
  transform: rotate(-180deg);
  transform-origin: top left;
}

.hp-hero__schedule-more-arrow {
  width: 6px;
  height: 11.33px;
  left: 1.33px;
  top: 2.33px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.hp-hero__schedule-title-row {
  margin-top: 14px;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.hp-hero__schedule-icon-32 {
  width: 32px;
  height: 32px;
  position: relative;
}

.hp-hero__schedule-icon-32-dot {
  width: 1.11px;
  height: 0.89px;
  left: 16.1px;
  top: 30.86px;
  position: absolute;
}

.hp-hero__schedule-icon-32-shape {
  width: 26.67px;
  height: 23.98px;
  left: 2.67px;
  top: 4px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-title {
  color: white;
  font-size: 18px;

  font-weight: 600;
}

.hp-hero__schedule-desc-area {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.hp-hero__schedule-desc-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  display: inline-flex;
}

.hp-hero__schedule-desc {
  width: 100%;
  color: #e6e6e6;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hp-hero__schedule-desc-spacer {
  align-self: stretch;
  height: 19px;
}

.hp-hero__schedule-avatar {
  width: 100px;
  height: 100px;
  left: 266px;
  top: 161px;
  position: absolute;
}

.hp-hero__schedule-detail {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

.hp-hero__schedule-detail-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.hp-hero__schedule-meta {
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  display: flex;
}

.hp-hero__schedule-meta-icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.hp-hero__schedule-meta-icon-shape-1 {
  width: 8px;
  height: 4px;
  left: 4px;
  top: 8px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-meta-icon-shape-2 {
  width: 14.33px;
  height: 14px;
  left: 0.83px;
  top: 1.17px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-meta-icon-shape-3 {
  width: 13.33px;
  height: 13.33px;
  left: 1.33px;
  top: 1.33px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-meta-icon-outline {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  position: absolute;
  outline: 1.33px white solid;
  outline-offset: -0.67px;
}

.hp-hero__schedule-meta-icon-shape-4 {
  width: 10.67px;
  height: 13.33px;
  left: 2.67px;
  top: 1.33px;
  position: absolute;
  background: white;
}

.hp-hero__schedule-meta-text {
  color: white;
  font-size: 15px;
  width: 100%;
  font-weight: 500;
}
.widget {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

/* Header */
.widget-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.widget-header .icon {
  width: 22px;
  height: 22px;
  color: #333;
  flex-shrink: 0;
}

.widget-header h2 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

/* Tabs */
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e8eaed;
  margin-bottom: 12px;
}

.tab-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
  padding: 8px 16px 10px;
  transition: color 0.18s;
}

.tab-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a1a2e;
  opacity: 0;
  transition: opacity 0.18s;
}

.tab-btn.active {
  color: #111;
  font-weight: 700;
}

.tab-btn.active::after {
  opacity: 1;
}

/* Meta row */
.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.count-label {
  font-size: 12px;
  color: #888;
}

.count-label strong {
  color: #4a6cf7;
  font-weight: 600;
}

.more-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: color 0.15s;
}

.more-btn:hover {
  color: #333;
}

.more-btn svg {
  width: 14px;
  height: 14px;
}

/* Tab panels */
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/* Card */
.card {
  border-radius: 8px;
  padding: 20px 14px;
  background: #f2f2f2;
}

.card-title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 4px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #555;
}

.meta-item svg {
  width: 14px;
  height: 14px;
  color: #aaa;
  flex-shrink: 0;
}

/* Empty state */
.empty {
  text-align: center;
  padding: 32px 0 16px;
  color: #bbb;
  font-size: 13px;
}
/* =============================================
   섹션 2. 전문 강의
   ============================================= */
.hp-lectures {
  width: 100%;
  height: 920px;
  position: relative;
  background: #f4f6fa;
  overflow-x: hidden;
  justify-content: space-between;
}
.hp-lectures__card_wrap {
  display: flex;
  margin-left: 130px;
}
.hp-lectures__card_wrap img {
  max-width: 430px;
  height: auto;
}
.hp-lectures__card--hidden {
  width: 430px;
  height: 480px;
  background:
    linear-gradient(0deg, white 0%, white 100%),
    linear-gradient(180deg, #e8eeff 0%, #f3eeff 100%);
  box-shadow: 0px 4px 14px rgba(55, 183, 195, 0.1);
  overflow: hidden;
  border-radius: 16px;
  outline: 1px #f2f2f2 solid;
  outline-offset: -1px;
}

.hp-lectures__card-thumb {
  width: 310px;
  height: 270px;
  background: #f7fbfe;
  overflow: hidden;
  border-radius: 20px;
}

.hp-lectures__card-thumb-img-wrap {
  width: 269.79px;
  height: 208px;
  left: 20px;
  top: 31px;
  position: absolute;
  border-radius: 10px;
}

.hp-lectures__card-thumb-fade {
  width: 371px;
  height: 100px;
  left: -30px;
  top: 170px;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.hp-lectures__card-desc--hidden {
  left: 76px;
  top: 362px;
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #606060;
  font-size: 16px;

  line-height: 25.6px;
}

.hp-lectures__card-title--hidden {
  left: 172px;
  top: 320px;
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #383838;
  font-size: 20px;

  font-weight: 600;
  line-height: 28px;
}

.hp-lectures__title {
  color: #121212;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}

.hp-lectures__desc {
  color: #121212;
  font-size: 24px;
}

.hp-lectures__pill {
  color: #1d4ed8;
  font-size: 24px;

  font-weight: 700;
}

.hp-lectures__btn {
  width: 200px;
  height: 60px;
  background:
    linear-gradient(0deg, #1d4ed8 0%, #1d4ed8 100%),
    linear-gradient(130deg, #397ff4 0%, #1f51da 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}
.hp-lectures.hp-section .hp-lectures__btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12) !important;
}
.hp-lectures__btn-text {
  color: white;
  font-size: 18px;

  font-weight: 600;
}

.hp-lectures__card {
  width: 430px;
  height: 447px;
  position: relative;
  background:
    linear-gradient(0deg, white 0%, white 100%),
    linear-gradient(180deg, #e8eeff 0%, #f3eeff 100%);
  box-shadow: 0px 4px 14px rgba(55, 183, 195, 0.1);
  overflow: hidden;
  border-radius: 16px;
  outline: 1px #f2f2f2 solid;
  outline-offset: -1px;
}
.hp-lectures__card:last-child {
  margin-left: 20px;
}
.hp-lectures__card-thumb-area {
  width: 382px;
  height: 279px;
  left: 24px;
  top: 24px;
  position: absolute;
  background: #eff2f8;
  overflow: hidden;
  border-radius: 20px;
}

.hp-lectures__card-thumb-area--3 {
  width: 382px;
  height: 270px;
  left: 24px;
  top: 20px;
  position: absolute;
  background: #eff2f8;
  overflow: hidden;
  border-radius: 20px;
}

.hp-lectures__card-img-wrap {
  width: 269.79px;
  padding: 5px 12px;
  left: 60px;
  top: 31px;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.hp-lectures__card-img {
  align-self: stretch;
  height: 199.22px;
  border-radius: 10px;
}

.hp-lectures__card-logo {
  width: 98px;
  height: 25px;
  left: 11px;
  top: 6px;
  position: absolute;
}

.hp-lectures__card-desc {
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #606060;
  font-size: 18px;

  line-height: 28.8px;
}
.hp-lectures__card-desc--1 {
  left: 84px;
  top: 365px;
}
.hp-lectures__card-desc--2 {
  left: 87px;
  top: 365px;
}
.hp-lectures__card-desc--3 {
  left: 96px;
  top: 368px;
}

.hp-lectures__card-title {
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #383838;
  font-size: 24px;

  font-weight: 600;
  line-height: 33.6px;
}
.hp-lectures__card-title--1 {
  left: 148px;
  top: 317px;
}
.hp-lectures__card-title--2 {
  left: 148px;
  top: 317px;
}
.hp-lectures__card-title--3 {
  left: 142px;
  top: 313px;
}

.hp-lectures__card-img-wrap--3 {
  width: 269.79px;
  height: 208px;
  left: 64px;
  top: 31px;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
}

.hp-lectures__card-img--3 {
  width: 187px;
  height: 213px;
  left: 42px;
  top: 0px;
  position: absolute;
  border-radius: 10px;
}

.hp-lectures__card-overlay {
  width: 430px;
  height: 447px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 18px;
}

/* =============================================
   섹션 3. 행사 참여
   ============================================= */
.hp-events {
  width: 100%;
  height: 920px;
  position: relative;
  justify-content: space-between;
  background: linear-gradient(132deg, #677ce8 0%, #8458bc 100%), #f4f6fa;
  overflow: visible;
}

.hp-events__gallery-spacer {
  width: 650px;
  height: 542px;
  max-height: 542px;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  background: #f4f6fa;
  border-radius: 40px;
}
.hp-events__gallery-spacer.index2 {
  flex-shrink: 0;
  padding: 0 70px;
  position: relative;
}

.hp-events__gallery-spacer.index2 .mo_only {
  display: none;
}
.hp-events__gallery-spacer.index2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #f4f6fa);
  pointer-events: none;
  z-index: 1;
}
.hp-events__gallery-spacer img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.08);
}
.hp-events__gallery-spacer.index2 img {
  box-shadow: none;
  border-radius: 0;
  max-width: 258px;
}
.hp-events__gallery-inner {
  columns: 2;
  column-gap: 15px;
  padding: 20px 0;
}
.hp-events__gallery-inner img {
  break-inside: avoid;
}

.hp-events__img--1,
.hp-events__img--2,
.hp-events__img--3 {
  left: 70px;
}

.hp-events__img--4,
.hp-events__img--5,
.hp-events__img--6 {
  right: 70px;
}

.hp-events__gallery {
  width: 650px;
  height: 542px;
  left: 0;
  top: 0;
  position: absolute;
}

.hp-events__gallery-bg {
  width: 650px;
  height: 542px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #f4f6fa;
  border-radius: 40px;
}

.hp-events__gallery-white {
  width: 650px;
  height: 542px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: white;
  border-radius: 40px;
}

.hp-events__gallery-img {
  width: 228px;
  position: absolute;
  box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.hp-events__gallery-img--1 {
  height: 247px;
  left: 339px;
  top: -28px;
  box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.1);
}
.hp-events__gallery-img--2 {
  height: 177px;
  left: 339px;
  top: 246px;
}
.hp-events__gallery-img--3 {
  height: 114px;
  left: 339px;
  top: 451px;
}
.hp-events__gallery-img--4 {
  height: 208px;
  left: 83px;
  top: 318px;
}
.hp-events__gallery-img--5 {
  height: 236.27px;
  left: 83px;
  top: 56px;
}
.hp-events__gallery-img--6 {
  height: 236px;
  left: 83px;
  top: -207px;
}

.hp-events__gallery-fade {
  width: 650px;
  height: 77px;
  left: 0px;
  top: 465px;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f4f6fa 100%);
  border-radius: 40px;
}
.hp-events .hp-events__text {
  margin-left: 120px;
}
.hp-events__btn path {
  fill: #2054db;
}
.hp-section {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.hp-section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.hp-notices__text {
  margin-left: 50px;
}
.hp-events__title {
  color: white;
  font-size: 44px;

  font-weight: 700;
  line-height: 1.3;
}

.hp-events__desc {
  color: white;
  font-size: 24px;
}

.hp-events__pill {
  color: white;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}

.hp-events__btn {
  width: 200px;
  height: 60px;
  background:
    linear-gradient(0deg, white 0%, white 100%),
    linear-gradient(130deg, #397ff4 0%, #1f51da 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
  cursor: pointer;
}
.hp-events.hp-section .hp-events__btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow-medium) !important;
  transition-delay: 0s !important;
}
.hp-events__btn-text {
  color: #2054db;
  font-size: 18px;

  font-weight: 600;
}

.hp-events__btn-arrow-wrap {
  width: 10px;
  height: 20px;
  position: relative;
  transform: rotate(-180deg);
  transform-origin: top left;
}

.hp-events__btn-arrow {
  width: 7.9px;
  height: 14.14px;
  left: 1.32px;
  top: 2.93px;
  position: absolute;
  background: #2054db;
}

.hp-events__circle {
  position: absolute;
  transform: rotate(210deg);
  transform-origin: top left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
.hp-events__circle--1 {
  width: 60px;
  height: 60px;
  left: 17.43%;
  top: 46.46%;
}
.hp-events__circle--2 {
  width: 60px;
  height: 60px;
  left: 35.87%;
  top: 11.52%;
}
.hp-events__circle--3 {
  width: 40px;
  height: 40px;
  left: 7.9%;
  top: 82.06%;
}
.hp-events__circle--4 {
  width: 60px;
  height: 60px;
  left: 66.23%;
  top: 93.04%;
}
.hp-events__circle--5 {
  width: 80px;
  height: 80px;
  left: 87.72%;
  top: 28.83%;
  transform: rotate(-150deg);
}

/* =============================================
   섹션 4. 1:1 실시간 채팅
   ============================================= */
.hp-chat {
  width: 100%;
  height: 920px;
  position: relative;
  background: #f4f6fa;
  overflow: hidden;
}

.hp-chat__chat_area {
  margin-left: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hp-chat__chat_area.index2 {
  max-width: 590px;
  height: 100%;
  display: block;
  position: relative;
}
.hp-chat__chat_area.index2 img {
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}
.hp-chat__chat_area img {
  position: relative;
  top: 25px;
  right: 15px;
}

.hp-chat__chat_area.index2 .hp-chat__img01 {
  max-width: 380px;
  position: absolute;
  right: 0;
  top: 34%;
}

.hp-chat__chat_area.index2 .hp-chat__img02 {
  max-width: 492px;
  position: absolute;
  left: 0;
}

.hp-chat__chat_area.index2 .hp-chat__img03 {
  max-width: 222px;
  position: absolute;
  right: 0;
  top: 63.5%;
}

.hp-chat__chat_area.index2 .hp-chat__img04 {
  top: 28%;
  left: -10%;
  z-index: -1;
}
.hp-chat__chat_area.index2 .hp-chat__img05 {
  top: -22%;
  z-index: -1;
  right: 0;
}
.hp-chat__radial-1 {
  width: 774px;
  height: 774px;
  left: -134px;
  top: -162px;
  position: absolute;
  background: radial-gradient(
    ellipse 49.07% 49.07% at 50% 50%,
    rgba(131, 90, 189, 0.21) 0%,
    rgba(244, 246, 250, 0) 100%
  );
  border-radius: 9999px;
}

.hp-chat__radial-2 {
  width: 605px;
  height: 605px;
  left: -180px;
  top: -220px;
  position: absolute;
  background: radial-gradient(
    ellipse 38.62% 38.62% at 50% 50%,
    rgba(208.84, 215.67, 252.55, 0.2) 0%,
    rgba(244, 246, 250, 0) 100%
  );
  border-radius: 9999px;
}

.hp-chat__bubble-sent {
  background: #667eea;
  box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 1;
}
.hp-chat__bubble-sent--1 {
  width: 380px;
  height: 130px;
  position: relative;
  left: 140px;
}

.hp-chat__bubble-sent-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hp-chat__bubble-sent-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  place-self: flex-end;
}

.hp-chat__bubble-recv {
  width: 405.12px;
  height: 129.84px;
  background: white;
  box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 1;
}

.hp-chat__bubble-recv-text {
  color: #2c2c2c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hp-chat__bubble-recv-time {
  color: #64748b;
  font-size: 14px;
  place-self: flex-end;
}

.hp-chat__avatar {
  width: 68px;
  height: 65px;
  border-radius: 195.5px;
  position: absolute;
  top: 48%;
  transform: translateX(-50%);
  margin-left: -56px;
}

.hp-chat__bubble-sent--2 {
  width: 222px;
  height: 86.89px;
  left: 299px;
  position: relative;
}

.hp-chat__title {
  color: var(--black, #121212);
  font-size: 44px;

  font-weight: 700;
  line-height: 1.3;
}

.hp-chat__desc {
  color: var(--black, #121212);
  font-size: 24px;
}

.hp-chat__pill {
  color: #1d4ed8;
  font-size: 24px;
  font-weight: 700;
}

/* =============================================
   섹션 5. 공지사항
   ============================================= */
.hp-notices {
  width: 100%;
  height: 920px;
  position: relative;
  background: #f4f6fa;
  overflow: hidden;
}

.hp-notices__spacer {
  width: 650px;
  height: 542px;
  left: 305px;
  top: 211px;
  position: absolute;
  border-radius: 40px;
}

.hp-notices__radial-1 {
  width: 526px;
  height: 526px;
  left: -130px;
  bottom: -145px;
  position: absolute;
  background: radial-gradient(
    ellipse 38.62% 38.62% at 50% 50%,
    rgba(208.84, 215.67, 252.55, 0.3) 0%,
    rgba(244, 246, 250, 0) 100%
  );
  border-radius: 100%;
}

.hp-notices__radial-2 {
  width: 526px;
  height: 526px;
  right: -129px;
  top: -125px;
  position: absolute;
  background: radial-gradient(
    ellipse 38.62% 38.62% at 50% 50%,
    rgba(131, 90, 189, 0.18) 0%,
    rgba(244, 246, 250, 0) 100%
  );
  border-radius: 100%;
}

.hp-notices__title {
  color: var(--black, #121212);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.hp-notices__desc {
  color: var(--black, #121212);
  font-size: 24px;
}

.hp-notices__pill {
  color: #1d4ed8;
  font-size: 24px;
  font-weight: 700;
}

.hp-notices__btn {
  width: 200px;
  height: 60px;
  background:
    linear-gradient(0deg, #1d4ed8 0%, #1d4ed8 100%),
    linear-gradient(130deg, #397ff4 0%, #1f51da 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}

.hp-notices__btn,
.hp-lectures__btn,
.hp-events__btn {
  margin-top: 10px;
}

.hp-section.hp-notices .hp-notices__btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow-medium) !important;
  transition-delay: 0s !important;
}

.hp-notices__btn-text {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.hp-notices__btn-arrow-wrap {
  width: 10px;
  height: 20px;
  position: relative;
  transform: rotate(-180deg);
  transform-origin: top left;
}

.hp-notices__btn-arrow {
  width: 7.9px;
  height: 14.14px;
  left: 1.32px;
  top: 2.93px;
  position: absolute;
  background: white;
}
.hp-notices__images-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hp-notices__images-wrap.index2 {
  max-width: 460px;
  width: 100%;
  position: relative;
  height: 100%;
}
.hp-notices__images-wrap.index2 img {
  position: absolute;
  transform: translateY(-50%);
}
.hp-notices__img-1 {
  max-width: 368px;
  top: 35%;
}
.hp-notices__img-2 {
  max-width: 457px;
  top: 65%;
}
.hp-notices__img-3 {
  top: 33%;
  right: -16%;
  z-index: -1;
}
.hp-notices__img-4 {
  bottom: -21%;
  left: -19%;
  z-index: -1;
}
/* =============================================
   섹션 6. CTA
   ============================================= */
.hp-cta {
  width: 100%;
  height: 920px;
  position: relative;
  background: linear-gradient(136deg, #667ce8 0%, #754da5 100%);
  overflow: hidden;
  flex-direction: column;
  gap: 35px;
}

.hp-cta__title {
  text-align: center;
  color: white;
  font-size: 44px;
  z-index: 1;
  font-weight: 700;
}

.hp-cta__desc {
  text-align: center;
  margin-top: -20px;
}

.hp-cta__desc-normal {
  color: white;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.hp-cta__desc-bold {
  color: white;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.hp-cta__circle {
  position: absolute;
  transform: rotate(30deg);
  transform-origin: top left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
}
.hp-cta__circle--1 {
  width: 80px;
  height: 80px;
  left: 13.84%;
  top: 58%;
}
.hp-cta__circle--2 {
  width: 60px;
  height: 60px;
  left: 78.13%;
  top: 51%;
}
.hp-cta__circle--3 {
  width: 60px;
  height: 60px;
  left: 59.69%;
  top: 85%;
}
.hp-cta__circle--4 {
  width: 40px;
  height: 40px;
  left: 80.47%;
  top: 14.46%;
}
.hp-cta__circle--5 {
  width: 60px;
  height: 60px;
  left: 28.5%;
  top: 3.48%;
}
.hp-cta-benefit-area {
  display: flex;
  gap: 10px;
  z-index: 1;
}
.hp-cta__benefit {
  width: 320px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  outline: 0.6px white solid;
  outline-offset: -0.6px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  transition: 0.3s;
}
.hp-cta__benefit:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}
.hp-cta__benefit-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.hp-cta__benefit-check {
  width: 12.89px;
  height: 9.35px;
  left: 3.55px;
  top: 5.31px;
  position: absolute;
  background: white;
}

.hp-cta__benefit-text {
  color: white;
  font-size: 16px;

  font-weight: 700;
}

.hp-cta__img-1 {
  width: 340px;
  height: 340px;
  position: absolute;
  left: 13.5%;
  top: -6.52%;
}

.hp-cta__img-2 {
  width: 258px;
  height: 258px;
  position: absolute;
  top: 18.48%;
  right: 21.08%;
}

.hp-cta__img-3 {
  position: absolute;
  width: 596px;
  height: 596px;
  bottom: -11.87%;
  right: -0.13%;
}

/* =============================================
   미디어쿼리 
   ============================================= */
@media screen and (max-width: 1800px) {
  .hp-hero__inner {
    padding: 0 2%;
  }
  .hp-hero__img-1 {
    width: 245px;
    height: 363px;
  }
  .hp-hero__img-3 {
    width: 292px;
    height: 292px;
    left: 2%;
  }
  .hp-hero__img-4 {
    width: 248px;
    height: 179px;
  }
  .hp-hero__img-2 {
    width: 404px;
    height: 322px;
    right: -11px;
  }
  .hp-lectures__card_wrap {
    margin-left: 60px;
  }
  .hp-chat__chat_area {
    width: 55%;
  }
}

@media screen and (max-width: 1440px) {
  .hp-section {
    padding: 0 2%;
    justify-content: space-between;
  }
  .hp-section__text {
    width: 45%;
  }
  .hp-hero__bg .hp-section__text {
    width: auto;
  }
  .hp-hero__img-1 {
    width: 200px;
    height: 283px;
  }
  .hp-hero__img-3 {
    display: none;
  }
  .hp-hero__img-4 {
    width: 198px;
    height: 129px;
  }
  .hp-hero__img-2 {
    width: 340px;
    height: 280px;
    right: -2px;
  }
  .hp-hero__bg {
    width: 1000px;
  }
  .hp-hero__panel-extra-badge,
  .hp-hero .label-row {
    font-size: 14px;
  }
  .hp-hero__right {
    margin-left: 15px;
  }
  .hp-hero .label-row svg {
    display: none;
  }
  .hp-lectures__card_wrap {
    margin-left: 0;
  }
  .hp-lectures__title br {
    display: none;
  }
  .hp-lectures__card_wrap,
  .hp-lectures__card_wrap img {
    width: 50%;
  }
  .hp-events .hp-events__text {
    margin-left: 5%;
  }
  .hp-events__gallery-spacer {
    width: 50%;
    height: auto;
    position: static;
  }
  .hp-events__gallery-spacer img {
    width: 100%;
  }
  .hp-chat__chat_area {
    width: 50%;
    margin-left: 0;
  }
  .hp-chat__desc br {
    display: none;
  }
  .hp-notices__text {
    margin-left: 0;
  }
  .hp-notices__desc br {
    display: none;
  }
  .hp-notices__images-wrap {
    width: 55%;
  }
  .hp-cta {
    justify-content: center;
  }
  .hp-cta__img-2 {
    right: 10%;
  }
}

@media screen and (max-width: 1023px) {
  .hp-section {
    height: auto;
    padding: 4%;
  }
  .hp-section__text {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .hp-hero {
    margin-top: 20px;
  }
  .hp-hero__inner {
    display: block;
    padding: 0 4%;
  }
  .hp-hero__bg {
    width: 100%;
  }
  .hp-hero__right {
    width: 100%;
    margin: 4% 0;
    flex-direction: row;
    gap: 2%;
  }
  .hp-hero__panel {
    height: 350px;
    padding: 20px;
  }
  .hp-hero__panel-extra {
    display: block;
    width: 100%;
    margin: 0 20px;
  }
  .hp-hero .card-desc {
    display: none;
  }
  .hp-hero__schedule {
    margin-top: 0;
    height: 350px;
    padding: 20px;
  }
  .hp-hero__schedule-detail-row {
    flex-direction: column;
    gap: 10px;
  }
  .hp-hero__schedule-detail {
    gap: 10px;
  }
  .hp-hero__panel-extra-card {
    height: 165px;
  }
  .hp-hero__panel-extra-card:nth-child(2) {
    margin-top: 20px;
  }
  .hp-hero .card-meta {
    grid-template-columns: auto;
    gap: 10px;
  }
  .hp-hero__panel-extra .count {
    margin: 0;
  }
  .hp-lectures {
    flex-direction: column;
    height: auto;
  }
  .hp-lectures__title br {
    display: block;
  }
  .hp-lectures__card_wrap {
    width: 100%;
    display: block;
    margin: 4% 0 0;
  }
  .hp-lectures__card_wrap img {
    width: 49%;
  }
  .hp-events {
    flex-direction: column;
  }
  .hp-events__gallery-spacer.index2 {
    background: none;
  }
  .hp-events__gallery-spacer.index2 .mo_only {
    display: block;
    max-width: 100%;
  }
  .hp-events__gallery-spacer.index2 {
    padding: 0;
  }
  .hp-events__gallery-spacer.index2::after,
  .hp-events__gallery-spacer.index2 .hp-events__gallery-inner {
    display: none;
  }
  .hp-events .hp-events__text {
    margin: 2% 0 0;
  }
  .hp-chat {
    flex-direction: column;
  }
  .hp-notices {
    flex-direction: column-reverse;
  }
  .hp-notices__desc br {
    display: block;
  }
  .hp-cta__img-1 {
    width: 240px;
    height: 240px;
  }
  .hp-cta__img-2 {
    width: 250px;
    height: 250px;
    right: 0;
  }
  .hp-cta__img-3 {
    width: 400px;
    height: 400px;
  }
  .hp-cta-benefit-area {
    width: 100%;
  }
  .hp-chat__chat_area img {
    position: static;
  }
  .hp-chat__chat_area {
    width: 80%;
  }
  .hp-notices__images-wrap {
    width: 75%;
  }
  .hp-cta {
    height: 919px;
  }
}

@media screen and (max-width: 767px) {
  .hp-hero__right {
    flex-direction: column;
    margin: 4% 0;
    gap: 0;
  }
  .hp-hero__panel-extra {
    margin: 20px 0;
  }
  .hp-hero__bg {
    height: 36rem;
  }
  .hp-hero__schedule-detail-row {
    flex-direction: row;
  }
  .hp-hero__schedule,
  .hp-hero__panel {
    height: auto;
    min-height: 200px;
  }
  .hp-cta-benefit-area {
    flex-direction: column;
    align-items: center;
  }

  .hp-hero .card-desc {
    display: block;
  }
  .hp-hero__img-1 {
    width: 100px;
    height: 183px;
  }
  .hp-hero__img-4 {
    width: 90px;
    height: 66px;
  }
  .hp-hero__img-2 {
    width: 140px;
    height: 102px;
    right: -10px;
  }

  /* 히어로 - 메인 제목 (64px → 36px) */
  .hp-hero__title-light,
  .hp-hero__title-bold {
    font-size: 36px;
    line-height: 48px;
  }

  /* 히어로 - 배지, 부제, 네비 (20px → 16px) */
  .hp-hero__badge-text,
  .hp-hero__subtitle,
  .hp-hero__nav-item {
    font-size: 16px;
    z-index: 1;
  }

  /* 히어로 - 패널 (24px → 18px, 16px → 14px) */
  .hp-hero__panel-greeting {
    font-size: 18px;
    line-height: 28px;
  }
  .hp-hero__panel-msg {
    width: 100%;
    font-size: 14px;
  }
  .hp-hero__panel-login-text {
    font-size: 16px;
  }
  .hp-hero__badge {
    width: 100%;
  }
  /* 히어로 - 스케줄 (16px → 14px) */
  .hp-hero__schedule-badge-text {
    font-size: 14px;
  }
  .hp-hero__schedule-title {
    font-size: 16px;
  }
  .hp-hero__schedule-desc,
  .hp-hero__schedule-meta-text {
    font-size: 14px;
  }
  .hp-hero__schedule-more-text {
    font-size: 13px;
  }

  /* 히어로 - 카드/카운트 */
  .count {
    font-size: 22px;
  }
  .card-title {
    font-size: 13px;
  }
  .tab-btn {
    font-size: 13px;
  }

  /* 섹션 공통 - 제목 (44px → 28px) */
  .hp-lectures__title,
  .hp-events__title,
  .hp-chat__title,
  .hp-notices__title,
  .hp-cta__title {
    font-size: 28px;
  }

  /* 섹션 공통 - pill (24px → 18px) */
  .hp-lectures__pill,
  .hp-events__pill,
  .hp-chat__pill,
  .hp-notices__pill {
    font-size: 18px;
  }

  /* 섹션 공통 - desc (24px → 18px) */
  .hp-lectures__desc,
  .hp-events__desc,
  .hp-chat__desc,
  .hp-notices__desc {
    font-size: 18px;
  }

  /* 섹션 공통 - 버튼 텍스트 (18px → 16px) */
  .hp-lectures__btn-text,
  .hp-events__btn-text,
  .hp-notices__btn-text {
    font-size: 16px;
  }

  /* 채팅 버블 (18px → 16px, 시간 13px) */
  .hp-chat__bubble-sent-text,
  .hp-chat__bubble-recv-text {
    font-size: 16px;
  }
  .hp-chat__bubble-sent-time,
  .hp-chat__bubble-recv-time {
    font-size: 13px;
  }
  .hp-cta {
    height: 36rem;
  }
  /* CTA 섹션 (24px → 18px, 16px → 14px) */
  .hp-cta__desc-normal,
  .hp-cta__desc-bold {
    font-size: 18px;
  }
  .hp-cta__benefit-text {
    font-size: 14px;
  }
  .hp-events__gallery-spacer {
    width: 65%;
  }
  .hp-chat__chat_area {
    width: 120%;
  }
  .hp-notices__images-wrap {
    width: 100%;
  }
  .hp-cta__benefit {
    width: 70%;
    height: 60px;
  }
  .hp-cta__img-1 {
    width: 140px;
    height: 179px;
  }
  .hp-cta__img-2 {
    /* display: none; */
    width: 140px;
    height: 120px;
  }
  .hp-cta__img-3 {
    width: 200px;
    height: 280px;
  }
  .hp-hero__panel-login-btn,
  .hp-lectures__btn,
  .hp-events__btn,
  .hp-notices__btn {
    width: 160px;
    height: 50px;
  }
  .hp-hero__cta-btn {
    width: 260px;
    height: 56px;
  }
  .hp-cta__benefit--2 svg {
    margin-left: -31px;
  }
  .hp-cta__benefit--3 svg {
    margin-left: -54px;
  }
}
@media screen and (max-width: 480px) {
  .hp-lectures__card_wrap img {
    width: 49%;
  }

  .hp-cta__benefit {
    width: 85%;
    height: 50px;
  }

  /* 히어로 - 메인 제목 (36px → 28px) */
  .hp-hero__title-light,
  .hp-hero__title-bold {
    font-size: 28px;
    line-height: 38px;
  }

  /* 섹션 공통 - 제목 (28px → 22px) */
  .hp-lectures__title,
  .hp-events__title,
  .hp-chat__title,
  .hp-notices__title,
  .hp-cta__title {
    font-size: 22px;
  }

  /* 카운트 숫자 (22px → 18px) */
  .count {
    font-size: 18px;
  }

  /* pill, desc, greeting, cta desc (18px → 15px) */
  .hp-lectures__pill,
  .hp-events__pill,
  .hp-chat__pill,
  .hp-notices__pill,
  .hp-lectures__desc,
  .hp-events__desc,
  .hp-chat__desc,
  .hp-notices__desc,
  .hp-hero__panel-greeting,
  .hp-cta__desc-normal,
  .hp-cta__desc-bold {
    font-size: 15px;
  }
  .hp-hero__panel-greeting {
    line-height: 24px;
  }

  /* badge, subtitle, nav-item, btn-text, 로그인, 채팅 버블, 스케줄 title (16px → 14px) */
  .hp-hero__badge-text,
  .hp-hero__subtitle,
  .hp-hero__nav-item,
  .hp-lectures__btn-text,
  .hp-events__btn-text,
  .hp-notices__btn-text,
  .hp-hero__panel-login-text,
  .hp-chat__bubble-sent-text,
  .hp-chat__bubble-recv-text,
  .hp-hero__schedule-title {
    font-size: 14px;
  }

  /* 패널 msg, 스케줄 텍스트, benefit (14px → 13px) */
  .hp-hero__panel-msg,
  .hp-hero__schedule-desc,
  .hp-hero__schedule-meta-text,
  .hp-hero__schedule-badge-text,
  .hp-cta__benefit-text {
    font-size: 13px;
  }

  /* 탭, 카드 제목, 시간, 스케줄 more (13px → 12px) */
  .tab-btn,
  .card-title,
  .hp-chat__bubble-sent-time,
  .hp-chat__bubble-recv-time,
  .hp-hero__schedule-more-text {
    font-size: 12px;
  }
  .hp-hero__schedule-detail-row {
    flex-direction: column;
  }
}

/* =============================================
   인터랙션 애니메이션
   ============================================= */

/* --- 스크롤 페이드인 --- */
.hp-section > .hp-section__text,
.hp-section > .hp-section__text > *,
.hp-section > .hp-lectures__cards,
.hp-section > .hp-events__cards,
.hp-section > .hp-notices__cards,
.hp-section > .hp-chat__chat_area,
.hp-section > .hp-lectures__card_wrap,
.hp-section > .hp-events__gallery-spacer,
.hp-section > .hp-notices__images-wrap {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}
.hp-section.hp-fade-in > .hp-section__text,
.hp-section.hp-fade-in > .hp-section__text > *,
.hp-section.hp-fade-in > .hp-lectures__cards,
.hp-section.hp-fade-in > .hp-events__cards,
.hp-section.hp-fade-in > .hp-notices__cards,
.hp-section.hp-fade-in > .hp-chat__chat_area,
.hp-section.hp-fade-in > .hp-lectures__card_wrap,
.hp-section.hp-fade-in > .hp-events__gallery-spacer,
.hp-section.hp-fade-in > .hp-notices__images-wrap {
  opacity: 1;
  transform: translateY(0);
}
/* 순차 딜레이 */
.hp-section > .hp-section__text {
  transition-delay: 0s;
}
.hp-section > .hp-section__text > *:nth-child(1) {
  transition-delay: 0s;
}
.hp-section > .hp-section__text > *:nth-child(2) {
  transition-delay: 0.15s;
}
.hp-section > .hp-section__text > *:nth-child(3) {
  transition-delay: 0.3s;
}
.hp-section > .hp-section__text > *:nth-child(4) {
  transition-delay: 0.45s;
}
.hp-section > .hp-lectures__cards,
.hp-section > .hp-events__cards,
.hp-section > .hp-chat__content,
.hp-section > .hp-notices__cards {
  transition-delay: 0.4s;
}
.hp-section > .hp-lectures__card_wrap,
.hp-section > .hp-events__gallery-spacer,
.hp-section > .hp-chat__chat_area,
.hp-section > .hp-notices__images-wrap {
  transition-delay: 0.4s;
}

/* --- 히어로/CTA 이미지 좌우 float --- */
@keyframes hp-float-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-12px);
  }
}
@keyframes hp-float-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(12px);
  }
}

.hp-hero__img-1 {
  animation: hp-float-left 6s ease-in-out infinite;
}
.hp-hero__img-2 {
  animation: hp-float-right 7s ease-in-out infinite;
}
.hp-hero__img-3 {
  animation: hp-float-left 8s ease-in-out infinite;
}
.hp-hero__img-4 {
  animation: hp-float-right 5s ease-in-out infinite;
}
.hp-cta__img-1 {
  animation: hp-float-left 7s ease-in-out infinite;
}
.hp-cta__img-2 {
  animation: hp-float-right 6s ease-in-out infinite;
}
.hp-cta__img-3 {
  animation: hp-float-left 8s ease-in-out infinite;
}

/* --- 서클 opacity 펄스 --- */
@keyframes hp-circle-pulse {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

.hp-hero__circle--1 {
  animation: hp-circle-pulse 3s ease-in-out infinite;
  animation-delay: 0s;
}
.hp-hero__circle--2 {
  animation: hp-circle-pulse 4s ease-in-out infinite;
  animation-delay: 1s;
}
.hp-hero__circle--3 {
  animation: hp-circle-pulse 5s ease-in-out infinite;
  animation-delay: 0.5s;
}
.hp-hero__circle--4 {
  animation: hp-circle-pulse 6s ease-in-out infinite;
  animation-delay: 2s;
}
.hp-cta__circle--1 {
  animation: hp-circle-pulse 4s ease-in-out infinite;
  animation-delay: 0.3s;
}
.hp-cta__circle--2 {
  animation: hp-circle-pulse 5s ease-in-out infinite;
  animation-delay: 1.2s;
}
.hp-cta__circle--3 {
  animation: hp-circle-pulse 3.5s ease-in-out infinite;
  animation-delay: 0.8s;
}
.hp-cta__circle--4 {
  animation: hp-circle-pulse 6s ease-in-out infinite;
  animation-delay: 1.5s;
}
.hp-cta__circle--5 {
  animation: hp-circle-pulse 4.5s ease-in-out infinite;
  animation-delay: 0.6s;
}

/* --- 접근성: 모션 감소 선호 --- */
/* @media (prefers-reduced-motion: reduce) {
  .hp-hero__img-1,
  .hp-hero__img-2,
  .hp-hero__img-3,
  .hp-hero__img-4,
  .hp-cta__img-1,
  .hp-cta__img-2,
  .hp-cta__img-3,
  .hp-hero__circle--1,
  .hp-hero__circle--2,
  .hp-hero__circle--3,
  .hp-hero__circle--4,
  .hp-cta__circle--1,
  .hp-cta__circle--2,
  .hp-cta__circle--3,
  .hp-cta__circle--4,
  .hp-cta__circle--5 {
    animation: none !important;
  }
  .hp-section > .hp-section__text,
  .hp-section > .hp-section__text > *,
  .hp-section > .hp-lectures__cards,
  .hp-section > .hp-events__cards,
  .hp-section > .hp-chat__content,
  .hp-section > .hp-notices__cards,
  .hp-section > .hp-lectures__card_wrap,
  .hp-section > .hp-events__gallery-spacer,
  .hp-section > .hp-chat__chat_area,
  .hp-section > .hp-notices__images-wrap {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
} */
