

.bannerWrap img{
  /* height: 640px !important;  */
  width:100% !important;
}

/* 스크롤 슬라이드 인 초기 상태 (JS에서 visible 시 전환) */
.about-me-reveal[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-me-reveal[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
 * About (class_01) Hero Title
 * ========================= */
.about-me-title--hero {
  --about-bar-w: 64px;
  --about-bar-h: 12px;
  --about-bar-gap: 14px;
  --about-accent: #f4c400;

  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 34px 0 18px;
}

.about-me-title--hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  color: #111;
  margin-left: 118px;
  margin-top: 20px;
}

.about-me-title--hero .about-me-highlight {
  color: #3F51B5;
}

.about-me-title--hero .about-me-subhead {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--about-bar-gap);
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #111;
}

.about-me-title--hero .about-me-bar {
  width: var(--about-bar-w);
  height: var(--about-bar-h);
  background:#e1251b;
  border-radius: 2px;
  flex: 0 0 auto;
  transform: translateY(2px);
}

.about-me-title--hero .about-me-subcopy {
  margin: -2px 0 0 calc(var(--about-bar-w) + var(--about-bar-gap));
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.6;
  color: #000000;
}

.about-me-title--hero .about-me-feature {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: start;
}

.about-me-title--hero .about-me-feature--reverse {
  margin-top: 120px;
}

/* 세번째 섹션(20대 성공) 전용 - ID로 최우선 적용 */
#about-section-20s {
  margin-top: 120px !important;
  min-height: 120px !important;
}

/* --- Reverse section (감으로 하는 영어): 제목·리드·체크리스트 --- */
.about-me-feature__head-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-me-feature__head-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  color: #000;
  top: -32px;
    position: relative;
}


.about-me-feature__head-icon svg {
  width: 100%;
  height: 100%;
}

.about-me-feature__head-wrap .about-me-feature__kicker {
  justify-items: start;
}

.about-me-head-badge {
  display: inline-block;
  background: #e1251b;
  color: #fff;
  padding: 4px 10px;
  font-weight: 800;
  transform: rotate(-12deg);
  margin-right: 5px;
  border-radius: 4px;
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__head {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 45px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #111;
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__lead {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.5vw, 15px);
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.85);
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__lead:first-of-type {
  margin-top: 10px;
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__lead strong {
  font-weight: 800;
}

.about-me-check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-me-check-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}

.about-me-check-list__item:first-child {
  margin-top: 0;
}

.about-me-check-list__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3d3d3dd1;
  color: #fff;
  margin-top: 4px;
}

.about-me-check-list__icon svg {
  width: 15px;
  height: 15px;
  color: inherit;
}

.about-me-check-list__text {
  flex: 1;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.4;
  color: #3d3d3dd1;
}

.about-me-check-list__text strong {
  font-weight: 800;
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__closing {
  margin: 20px 0 0;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.88);
}

.about-me-title--hero .about-me-feature--reverse .about-me-feature__closing strong {
  font-weight: 800;
}

.about-me-title--hero .about-me-feature__media {
  position: relative;
  overflow: hidden;
}

.about-me-feature__video-intro {
  margin: 0 0 12px;
  padding: 0;
  font-size: clamp(14px, 1.4vw, 15px);
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.65);
  text-align: left;
}

.about-me-title--hero .about-me-feature__media img,
.about-me-title--hero .about-me-feature__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-me-title--hero .about-me-feature__video {
  background: #000;
  border-radius: 8px;
}

.about-me-title--hero .about-me-feature__content {
  min-width: 0;
}

.about-me-title--hero .about-me-feature__kicker {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
  font-size: clamp(26px, 3vw, 60px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111;
}

.about-me-title--hero .about-me-quote-mark {
  display: block;
  font-size: clamp(44px, 4.5vw, 84px);
  line-height: 0.9;
  font-weight: 900;
  color: #111;
  margin-bottom: -32px;
}

.about-me-title--hero .about-me-feature__line {
  display: block;
  font-weight: 800;
  font-size: 32px;
}

.about-me-title--hero .about-me-feature__line b {
  font-size: 40px;
  font-weight: 800;
}

.about-me-title--hero .about-me-feature__line2 {
  display: block;
  font-weight: 600;
  font-size: 30px;
}

.about-me-title--hero .about-me-quote {
  margin: 16px 0 0;
  padding: 14px 18px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.35;
  color: #979797;
  display: flex;
  max-width: 100%;
  justify-content: center;
}

.about-me-title--hero .about-me-story {
  margin-top: 14px;
  color: #3d3d3dd1;
  font-size: 15px;
  line-height: 1.4;
}

.about-me-title--hero .about-me-story p {
  margin: 10px 0 0;
}

.about-me-title--hero .about-me-story p:first-child {
  margin-top: 0;
}

.about-me-title--hero .about-me-story strong {
  font-weight: 900;
}

.about-me-title--hero .about-me-video-note {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.about-me-title--hero .about-me-video-chip {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.about-me-title--hero .about-me-video-text {
  font-size: 13px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.72);
}

/* --- Closing / Signature block --- */
.about-me-closing-wrap {
  margin-top: 56px;
}

.about-me-closing {
  padding: 40px 36px 40px;
  background: linear-gradient(155deg, #fafbff 0%, #f2f4fa 50%, #eef1f8 100%);
  border-radius: 20px;
  border: 1px solid rgba(63, 81, 181, 0.06);
  box-shadow: 0 4px 24px rgba(63, 81, 181, 0.04);
}

.about-me-closing__lead {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111;
}

.about-me-closing__body {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.88);
}

/* 테두리 안: 서명 (장미쌤 드림) */
.about-me-closing__sign {
  margin: 24px 0 0;
  padding-top: 20px;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
  color: #111;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  text-align: right;
}

.about-me-closing__sign strong {
  font-weight: 800;
  color: #3F51B5;
}

/* 테두리 밖: SNS 스퀴어클 아이콘 */
.about-me-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  padding: 24px 28px;
}

.about-me-sns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.about-me-sns__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #fff !important;
}

.about-me-sns__btn:hover {
  transform: scale(1.08);
  box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

.about-me-sns__btn--youtube {
  background: #FF0000;
}

.about-me-sns__btn--blog {
  background: #03C75A;
}

.about-me-sns__btn--cafe {
  background: #03C75A;
}

.about-me-sns__btn--instagram {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

@media (max-width: 640px) {
  .about-me-title--hero {
    padding: 26px 0 10px;
    --about-bar-w: 46px;
    --about-bar-h: 10px;
  }
  .about-me-title--hero .about-me-feature {
    grid-template-columns: 1fr;
  }
  .about-me-title--hero .about-me-feature__media {
    aspect-ratio: 16 / 9;
  }
  #about-section-20s {
    margin-top: 110px !important;
    min-height: 110px !important;
  }
}

.about-video{
  margin-top: 120px !important;
}

/* about-book-bg (class_02) */
.about-book-bg {
  position: relative;
  min-height: 730px;
  padding: 40px 24px 24px;
  background-image: url('/files/images/about/book_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.about-book-bg__event-wrap {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.about-book-bg__event {
  max-width: 280px;
  height: auto;
  width: 210px;
}

.about-book-bg__btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ff9800;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.about-book-bg__btn:hover {
  background: #e48b07;
}

.about-book-text{
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 54px;
  margin-top: -5px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.3);
}
  
.about-book-author{
  color: #ffd557;
  font-size: 20px;
  letter-spacing: -2px;
  line-height: 26px;
  margin-top: 20px;
}

/* about-book-content (이미지 아래 본문) */
.about-book-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 40px;
}

.about-book-section {
  margin-bottom: 110px;
}

.about-book-section:last-of-type {
  margin-bottom: 0;
}

.about-book-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e1251b;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
}

.about-book-section__tit {
  margin: 0 0 16px;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  text-align: center;
}

.about-book-section__p {
  margin: 0 0 14px;
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: 1.5;
  color: #515151;
}

.about-book-section__p:last-child {
  margin-bottom: 0;
}

.about-book-list {
  margin: 16px 0 0;
  padding-left: 20px;
  list-style: none;
}

.about-book-list li {
  position: relative;
  margin-top: 12px;
  padding-left: 12px;
  font-size: clamp(14px, 1.4vw, 15px);
  line-height: 1.6;
  color: #333;
}

.about-book-list li:first-child {
  margin-top: 0;
}

.about-book-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e1251b;
}

.about-book-list li strong {
  color: #111;
}

.about-book-tip {
  margin-top: 40px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #e1251b;
}

.about-book-tip__tit {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.about-book-tip__p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.about-book-tip__p:last-child {
  margin-bottom: 0;
}
