korearaking

혜화여고 내신

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>혜화여고 국영수 1:1 과외 포스터</title>
<style>
  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700;900&family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

  :root{
    --navy:#0B1F3A;
    --navy-deep:#06142A;
    --gold:#E8B23A;
    --gold-soft:#F6D98C;
    --ivory:#F8F4EA;
    --red:#C8313D;
    --ink:#1B1B1F;
  }

  *{box-sizing:border-box; margin:0; padding:0;}

  body{
    width:1000px;
    background:var(--ivory);
    font-family:'Noto Sans KR', sans-serif;
    position:relative;
    overflow:hidden;
    color:var(--ink);
  }

  .bg-lines{
    position:absolute; inset:0;
    background-image: repeating-linear-gradient(
      to bottom,
      rgba(11,31,58,0.035) 0px,
      rgba(11,31,58,0.035) 1px,
      transparent 1px,
      transparent 34px
    );
    z-index:0;
  }

  .navy-panel{
    position:absolute;
    top:0; left:0;
    width:100%;
    height:460px;
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    z-index:1;
  }
  .navy-panel::after{
    content:"";
    position:absolute;
    bottom:-1px; left:0; right:0;
    height:80px;
    background: linear-gradient(to bottom, transparent, var(--ivory));
  }

  /* 시그니처 - 학교 지정 도장 (사진 대체, 더 크게 강조) */
  .stamp{
    position:absolute;
    top:60px; right:64px;
    width:200px; height:200px;
    border:4px solid var(--gold);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:rotate(-9deg);
    z-index:5;
    background: radial-gradient(circle at 35% 30%, rgba(232,178,58,0.12), transparent 70%);
  }
  .stamp-inner{
    width:166px; height:166px;
    border:2px dashed var(--gold-soft);
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:var(--gold);
    font-family:'Noto Serif KR', serif;
  }
  .stamp-inner .small{
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
  }
  .stamp-inner .big{
    font-size:28px;
    font-weight:900;
    margin:4px 0;
    letter-spacing:1px;
  }
  .stamp-inner .sub{
    font-size:12px;
    color:var(--gold-soft);
    letter-spacing:1px;
    margin-top:2px;
  }

  .eyebrow{
    position:absolute;
    top:64px; left:64px;
    z-index:5;
    color:var(--gold-soft);
    font-size:17px;
    font-weight:700;
    letter-spacing:6px;
  }

  .headline{
    position:absolute;
    top:118px; left:64px;
    width:600px;
    z-index:5;
    font-family:'Noto Serif KR', serif;
    color:#fff;
    font-size:56px;
    font-weight:900;
    line-height:1.32;
    letter-spacing:-1px;
  }
  .headline .accent{ color:var(--gold); }

  .subline{
    position:absolute;
    top:340px; left:64px;
    width:600px;
    z-index:5;
    color:rgba(255,255,255,0.82);
    font-size:21px;
    font-weight:500;
    line-height:1.7;
  }
  .subline b{ color:var(--gold-soft); font-weight:700; }

  .body-area{
    position:relative;
    z-index:2;
    padding:80px 64px 60px;
  }

  .subjects{
    display:flex;
    gap:18px;
    margin-bottom:36px;
  }
  .subject-card{
    flex:1;
    background:#fff;
    border:1.5px solid rgba(11,31,58,0.10);
    border-radius:16px;
    padding:26px 20px 22px;
    box-shadow:0 10px 24px -12px rgba(11,31,58,0.18);
  }
  .subject-card .tag{
    font-family:'Noto Serif KR', serif;
    font-weight:900;
    font-size:34px;
  }
  .subject-card .tag .ko{ color:var(--red); }
  .subject-card .tag .en{ color:var(--navy); }
  .subject-card .tag .ma{ color:#1A6E5C; }
  .subject-card .desc{
    margin-top:10px;
    font-size:14.5px;
    line-height:1.6;
    color:#444;
    font-weight:500;
  }
  .subject-card .desc b{ color:var(--ink); font-weight:700;}

  .why-block{
    background:var(--navy);
    border-radius:20px;
    padding:34px 38px;
    margin-bottom:32px;
    position:relative;
    overflow:hidden;
  }
  .why-block::before{
    content:"왜 혜화여고 학부모들이 선택할까";
    position:absolute;
    top:-14px; left:34px;
    font-size:13px;
    background:var(--gold);
    color:var(--navy-deep);
    padding:5px 14px;
    border-radius:20px;
    font-weight:800;
    letter-spacing:0.5px;
  }
  .why-title{
    color:#fff;
    font-family:'Noto Serif KR', serif;
    font-size:26px;
    font-weight:800;
    margin-top:14px;
    margin-bottom:20px;
    line-height:1.5;
  }
  .why-title .gold{ color:var(--gold); }

  .why-list{
    display:flex;
    justify-content:space-between;
    gap:14px;
  }
  .why-item{ flex:1; text-align:left; }
  .why-item .num{
    color:var(--gold);
    font-family:'Noto Serif KR', serif;
    font-weight:900;
    font-size:15px;
    letter-spacing:1px;
  }
  .why-item .t{
    color:#fff;
    font-size:16.5px;
    font-weight:700;
    margin-top:4px;
    line-height:1.45;
  }
  .why-item .s{
    color:rgba(255,255,255,0.62);
    font-size:13px;
    margin-top:5px;
    line-height:1.5;
  }

  .quote-strip{
    display:flex;
    align-items:center;
    gap:16px;
    padding:20px 26px;
    background:var(--gold-soft);
    border-radius:16px;
    margin-bottom:32px;
  }
  .quote-strip .mark{
    font-family:'Noto Serif KR', serif;
    font-size:54px;
    color:var(--navy);
    font-weight:900;
    line-height:1;
  }
  .quote-strip .qtext{
    font-size:16.5px;
    font-weight:700;
    color:var(--navy-deep);
    line-height:1.55;
  }
  .quote-strip .qtext span{
    display:block;
    font-size:12.5px;
    font-weight:500;
    color:rgba(11,31,58,0.6);
    margin-top:4px;
  }

  .cta-area{
    background:linear-gradient(120deg, var(--red), #A8202B);
    border-radius:20px;
    padding:30px 38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 18px 36px -10px rgba(200,49,61,0.5);
  }
  .cta-text .t1{
    color:rgba(255,255,255,0.85);
    font-size:14.5px;
    font-weight:600;
    letter-spacing:0.5px;
  }
  .cta-text .t2{
    color:#fff;
    font-size:25px;
    font-weight:900;
    font-family:'Noto Serif KR', serif;
    margin-top:4px;
  }
  .cta-button{
    background:#fff;
    color:var(--red);
    font-weight:900;
    font-size:18px;
    padding:16px 30px;
    border-radius:50px;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(0,0,0,0.18);
    font-family:'Noto Serif KR', serif;
  }

  .footer{
    text-align:center;
    padding:18px 0 26px;
    font-size:12px;
    color:rgba(11,31,58,0.45);
    letter-spacing:1px;
    font-weight:600;
  }
</style>
</head>
<body>

  <div class="bg-lines"></div>
  <div class="navy-panel"></div>

  <div class="eyebrow">서당애서 · 혜화여고 전담반</div>

  <div class="headline">
    혜화여고 내신,<br>
    <span class="accent">1:1로</span> 정확하게<br>
    잡아드립니다
  </div>

  <div class="subline">
    국어 · 영어 · 수학,<br>
    <b>혜화여고 기출 패턴과 수업 진도</b>에 맞춘<br>
    1:1 맞춤 과외로 시작하세요.
  </div>

  <div class="stamp">
    <div class="stamp-inner">
      <div class="small">전담반</div>
      <div class="big">혜화女高</div>
      <div class="sub">모집중</div>
    </div>
  </div>

  <div class="body-area">

    <div class="subjects">
      <div class="subject-card">
        <div class="tag"><span class="ko">국어</span></div>
        <div class="desc">문학·독서 <b>내신 만점 분석</b>으로<br>서술형까지 완벽 대비</div>
      </div>
      <div class="subject-card">
        <div class="tag"><span class="en">영어</span></div>
        <div class="desc">학교 부교재 100% 반영<br><b>듣기·서술형</b> 감점 제로 전략</div>
      </div>
      <div class="subject-card">
        <div class="tag"><span class="ma">수학</span></div>
        <div class="desc">개념부터 <b>1등급 변별 문항</b>까지<br>단계별 맞춤 커리큘럼</div>
      </div>
    </div>

    <div class="why-block">
      <div class="why-title">혜화여고 시험지를 가장 많이 분석한<br><span class="gold">전담 강사진</span>이 직접 지도합니다</div>
      <div class="why-list">
        <div class="why-item">
          <div class="num">01</div>
          <div class="t">혜화여고 기출 DB 보유</div>
          <div class="s">학년·과목별 시험 출제 경향 누적 분석</div>
        </div>
        <div class="why-item">
          <div class="num">02</div>
          <div class="t">완전 1:1 맞춤 수업</div>
          <div class="s">아이 진도·약점에 맞춰 매주 커리큘럼 조정</div>
        </div>
        <div class="why-item">
          <div class="num">03</div>
          <div class="t">학부모 주간 리포트</div>
          <div class="s">수업 내용·성적 변화를 매주 투명하게 공유</div>
        </div>
      </div>
    </div>

    <div class="quote-strip">
      <div class="mark">"</div>
      <div class="qtext">
        혜화여고 시험을 정확히 아는 선생님이라 믿음이 갔어요.
        <span>서당애서 혜화여고 전담반 학부모 후기</span>
      </div>
    </div>

    <div class="cta-area">
      <div class="cta-text">
        <div class="t1">자리가 한정되어 있습니다</div>
        <div class="t2">혜화여고 전담반, 지금 상담 신청하세요</div>
      </div>
      <div class="cta-button">무료 상담 신청 →</div>
    </div>

  </div>

  <div class="footer">서당애서 SEODANGAESEO · aeseo.kr · 1:1 맞춤 과외</div>

</body>
</html>
위로 스크롤