*{margin:0;padding:0;box-sizing:border-box}
:root{
  --ff-before-photo-position:74%;
}

    html{scroll-behavior:smooth}
    body{
      font-family:"Pretendard","Noto Sans KR",Arial,sans-serif;
      color:#111;
      background:
        radial-gradient(circle at 12% 0%, rgba(195,174,151,.13), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(207,190,171,.10), transparent 26%),
        linear-gradient(180deg,#faf8f5 0%,#f5f0eb 52%,#f8f6f3 100%);
      line-height:1.6;
      overflow-x:hidden;
      padding-bottom:88px;
    }
    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}

    .page-main{padding-top:8px;padding-bottom:120px;min-height:60vh}
    .shurink-wrap{width:min(92%,1320px);max-width:1320px;margin:0 auto;position:relative;z-index:1}

    .breadcrumb{
      display:inline-flex;align-items:center;gap:8px;
      margin-top:14px;margin-bottom:22px;
      color:#8c7f73;font-size:12px;letter-spacing:.08em;flex-wrap:wrap
    }
    .breadcrumb a{transition:color .24s ease}
    .breadcrumb a:hover{color:#111}
    .breadcrumb span{opacity:.72}

    .hero{
      position:relative;min-height:580px;
      display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
      gap:48px;align-items:center;
      padding:72px 0 82px;
      border-bottom:1px solid rgba(0,0,0,.06)
    }
    .eyebrow{display:inline-block;margin-bottom:18px;color:#a8876c;font-size:11px;letter-spacing:.26em;text-transform:uppercase}
    .hero-title{
      font-size:clamp(46px,6vw,82px);
      font-weight:300;line-height:.98;letter-spacing:-.07em;color:#111
    }
    .hero-title .ko{display:block;margin-top:16px;font-size:clamp(30px,4.2vw,54px);letter-spacing:-.055em}
    .hero-desc{max-width:720px;margin-top:28px;color:#625a53;font-size:18px;line-height:1.95;word-break:keep-all}
    .hero-desc strong{color:#111;font-weight:500}
    .hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      min-width:172px;min-height:52px;padding:0 22px;
      border:1px solid #111;background:#111;color:#fff;
      font-size:13px;letter-spacing:.08em;
      transition:transform .22s ease,opacity .22s ease,background .22s ease,color .22s ease
    }
    .btn.line{background:transparent;color:#111;border-color:rgba(0,0,0,.18)}
    .btn:hover{transform:translateY(-2px);opacity:.88}

    .hero-visual{
      position:relative;min-height:470px;
      border:1px solid rgba(168,135,108,.12);
      background:
        linear-gradient(145deg,rgba(255,255,255,.76),rgba(250,247,242,.66)),
        radial-gradient(circle at 22% 22%,rgba(197,169,143,.16),transparent 30%);
      box-shadow:0 24px 56px rgba(39,31,24,.055),inset 0 1px 0 rgba(255,255,255,.76);
      overflow:hidden
    }
    .hero-visual::before{content:"";position:absolute;inset:28px;border:1px solid rgba(168,135,108,.10);pointer-events:none}
    .face-line-art{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.9}
    .face-line-art svg{width:min(72%,370px);height:auto;overflow:visible}
    .line-stroke{fill:none;stroke:rgba(44,35,27,.84);stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
    .accent-stroke{fill:none;stroke:rgba(168,135,108,.82);stroke-width:1.25;stroke-linecap:round}
    .visual-label{position:absolute;left:34px;bottom:34px;color:#7a6e63;font-size:13px;letter-spacing:.12em;line-height:1.8}
    .visual-label strong{display:block;color:#111;font-size:16px;font-weight:400;letter-spacing:.08em}

    .intro-strip{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
      gap:1px;margin-top:44px;
      background:rgba(168,135,108,.12);
      border:1px solid rgba(168,135,108,.12)
    }
    .intro-cell{min-height:150px;padding:30px 28px;background:rgba(255,255,255,.62)}
    .intro-cell span{display:block;margin-bottom:14px;color:#a8876c;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
    .intro-cell h3{font-size:22px;font-weight:400;letter-spacing:-.035em;color:#111}
    .intro-cell p{margin-top:10px;color:#6c655e;font-size:14px;line-height:1.75;word-break:keep-all}

    .section{padding:120px 0 0}
    .section-head{
      display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
      gap:44px;align-items:end;
      margin-bottom:42px;padding-bottom:24px;
      border-bottom:1px solid rgba(0,0,0,.08)
    }
    .section-kicker{display:block;margin-bottom:10px;color:#a8876c;font-size:11px;letter-spacing:.22em;text-transform:uppercase}
    .section-title{font-size:clamp(34px,4vw,52px);font-weight:300;line-height:1.12;letter-spacing:-.06em;color:#111;word-break:keep-all}
    .section-desc{color:#6c655e;font-size:16px;line-height:1.95;word-break:keep-all;text-align:right}

    .summary-band{
      display:grid;grid-template-columns:repeat(6,minmax(0,1fr));
      border-top:1px solid rgba(168,135,108,.16);
      border-left:1px solid rgba(168,135,108,.16);
      background:rgba(255,255,255,.36)
    }
    .summary-item{
      min-height:132px;padding:24px 18px;
      border-right:1px solid rgba(168,135,108,.16);
      border-bottom:1px solid rgba(168,135,108,.16)
    }
    .summary-item small{display:block;margin-bottom:12px;color:#a8876c;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
    .summary-item strong{display:block;color:#111;font-size:18px;font-weight:300;letter-spacing:-.035em;line-height:1.45;word-break:keep-all}
    .summary-item span{display:block;margin-top:8px;color:#7a7169;font-size:13px;line-height:1.65;word-break:keep-all}

    .soft-card{
      padding:34px 32px;background:rgba(255,255,255,.68);
      border:1px solid rgba(168,135,108,.12);
      box-shadow:0 18px 42px rgba(39,31,24,.036),inset 0 1px 0 rgba(255,255,255,.72)
    }
    .soft-card h3{color:#111;font-size:25px;font-weight:400;letter-spacing:-.035em;line-height:1.35}
    .soft-card p{margin-top:14px;color:#6c655e;font-size:15px;line-height:1.85;word-break:keep-all}
    .split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}

    .choice-grid{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;
      background:rgba(168,135,108,.12);
      border:1px solid rgba(168,135,108,.12)
    }
    .choice-card{min-height:310px;padding:34px 30px;background:rgba(255,255,255,.62)}
    .choice-card.signature{background:rgba(31,27,23,.94);color:#fff}
    .choice-card small{display:block;margin-bottom:18px;color:#a8876c;font-size:11px;letter-spacing:.20em;text-transform:uppercase}
    .choice-card.signature small{color:rgba(218,194,168,.92)}
    .choice-card h3{color:#111;font-size:30px;font-weight:300;letter-spacing:-.055em;line-height:1.3}
    .choice-card.signature h3{color:#fff}
    .choice-card p{margin-top:16px;color:#6c655e;font-size:15px;line-height:1.85;word-break:keep-all}
    .choice-card.signature p{color:rgba(255,255,255,.72)}
    .choice-card ul{margin-top:22px;display:grid;gap:10px}
    .choice-card li{position:relative;padding-left:16px;color:#5d554e;font-size:15px;line-height:1.7;word-break:keep-all;list-style:none}
    .choice-card li::before{content:"";position:absolute;left:0;top:.85em;width:7px;height:1px;background:#a8876c}
    .choice-card.signature li{color:rgba(255,255,255,.80)}
    .choice-card-link{display:block;color:inherit;text-decoration:none;height:100%}
    .choice-card-link .choice-card{height:100%;transition:transform .28s ease;cursor:pointer}
    .choice-card-link:hover .choice-card{transform:translateY(-4px)}
    .choice-more{
      position:relative;display:inline-flex;align-items:center;gap:6px;
      margin-top:26px;padding-top:18px;
      border-top:1px solid rgba(168,135,108,.18);
      color:#a8876c;font-size:13px;font-weight:500;letter-spacing:.04em
    }
    .choice-more::after{content:"→";display:inline-block;transition:transform .24s ease}
    .choice-more::before{content:none;display:none}
    .choice-card-link:hover .choice-more::before{width:100%}
    .choice-card-link:hover .choice-more::after{transform:translateX(4px)}

    .why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
    .why-card{
      min-height:220px;padding:30px 26px;background:rgba(255,255,255,.68);
      border:1px solid rgba(168,135,108,.11);
      transition:transform .22s ease,box-shadow .22s ease
    }
    .why-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(39,31,24,.055)}
    .why-card span{display:block;margin-bottom:24px;color:#a8876c;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
    .why-card h3{color:#111;font-size:24px;font-weight:300;letter-spacing:-.045em}
    .why-card p{margin-top:14px;color:#6c655e;font-size:14px;line-height:1.75;word-break:keep-all}

    .process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
    .process-card{min-height:178px;padding:24px 20px;background:rgba(255,255,255,.66);border:1px solid rgba(168,135,108,.10)}
    .process-card span{display:block;margin-bottom:18px;color:#a8876c;font-size:12px;letter-spacing:.12em}
    .process-card strong{display:block;color:#111;font-size:18px;font-weight:400;letter-spacing:-.03em}
    .process-card p{margin-top:12px;color:#6c655e;font-size:13px;line-height:1.65;word-break:keep-all}

    .recommend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
    .recommend-item{
      display:flex;align-items:flex-start;gap:16px;min-height:88px;
      padding:22px 24px;background:rgba(255,255,255,.66);
      border:1px solid rgba(168,135,108,.10);
      color:#4d463f;font-size:15px;line-height:1.75;word-break:keep-all
    }
    .recommend-item::before{content:"";flex:0 0 auto;width:7px;height:7px;margin-top:10px;border-radius:50%;background:#a8876c}

    .faq-wrap{border-top:1px solid rgba(168,135,108,.18)}
    .faq-item{border-bottom:1px solid rgba(168,135,108,.18)}
    .faq-question{
      width:100%;border:0;background:transparent;padding:26px 6px;
      display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;
      cursor:pointer;text-align:left;font-family:inherit;color:#111
    }
    .faq-question small{color:#a8876c;font-size:12px;letter-spacing:.14em}
    .faq-question span{color:#111;font-size:19px;font-weight:300;line-height:1.45;letter-spacing:-.035em;word-break:keep-all}
    .faq-icon{width:28px;height:28px;position:relative;border:1px solid rgba(168,135,108,.22)}
    .faq-icon::before,.faq-icon::after{content:"";position:absolute;left:50%;top:50%;background:#111;transform:translate(-50%,-50%);transition:opacity .25s ease,transform .25s ease}
    .faq-icon::before{width:12px;height:1px}
    .faq-icon::after{width:1px;height:12px}
    .faq-item.active .faq-icon::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}
    .faq-answer{max-height:0;overflow:hidden;transition:max-height .32s ease}
    .faq-answer-inner{padding:0 52px 28px 62px;color:#6c655e;font-size:15px;line-height:1.9;word-break:keep-all}

    .cta-band{
      margin-top:120px;padding:54px 46px;
      background:linear-gradient(135deg,rgba(25,22,19,.96),rgba(47,39,32,.94)),radial-gradient(circle at 80% 10%,rgba(168,135,108,.22),transparent 34%);
      color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center
    }
    .cta-band span{display:block;margin-bottom:12px;color:rgba(215,190,164,.96);font-size:11px;letter-spacing:.22em;text-transform:uppercase}
    .cta-band h2{font-size:clamp(30px,4vw,46px);font-weight:300;line-height:1.18;letter-spacing:-.055em}
    .cta-band p{margin-top:16px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.85;word-break:keep-all}
    .cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
    .cta-actions .btn{background:#fff;color:#111;border-color:#fff}
    .cta-actions .btn.line{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}

    .detail-fixed-consult{
      position:fixed;left:0;bottom:0;width:100%;z-index:9999;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
      border-top:1px solid rgba(0,0,0,.06);
      box-shadow:0 -10px 30px rgba(25,20,16,.05)
    }
    .detail-fixed-consult-inner{width:min(92%,1240px);margin:0 auto;padding:12px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .detail-fixed-btn{
      display:inline-flex;align-items:center;justify-content:center;height:52px;
      text-decoration:none;font-size:14px;font-weight:400;letter-spacing:.06em;
      transition:all .28s ease;border:1px solid rgba(17,17,17,.08)
    }
    .detail-fixed-btn.online{background:#111;color:#fff;border-color:#111}
    .detail-fixed-btn.kakao{background:#f3eee8;color:#111}
    .detail-fixed-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.06)}


    .related-simple-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .before-simple-card,
    .column-simple-card {
      display: block;
      background: rgba(255,255,255,.62);
      border: 1px solid rgba(168,135,108,.10);
      color: inherit;
      text-decoration: none;
      overflow: hidden;
      transition: transform .28s ease, border-color .28s ease, background .28s ease;
    }

    .before-simple-card:hover,
    .column-simple-card:hover {
      transform: translateY(-4px);
      background: rgba(255,255,255,.78);
      border-color: rgba(168,135,108,.22);
    }

    .before-simple-thumb {
      background: #eee9e3;
      overflow: hidden;
    }

    /*
     * 기존 전후사진 원본에 포함된 병원 로고·시술명·BEFORE/AFTER 문구는
     * 사진 중앙부만 프레임에 노출하여 숨기고, 라벨은 HTML로 통일해 출력한다.
     */
    .before-simple-photo-frame {
      position: relative;
      aspect-ratio: 3 / 1;
      overflow: hidden;
      background: #e9e4de;
    }

    .before-simple-photo-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center var(--ff-before-photo-position, 74%);
      transition: transform .55s ease;
    }

    .before-simple-card:hover .before-simple-photo-frame img {
      transform: scale(1.025);
    }

    .before-simple-labels {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      min-height: 42px;
      background: rgba(255,255,255,.84);
      border-top: 1px solid rgba(168,135,108,.10);
    }

    .before-simple-labels span {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4f4841;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: .08em;
    }

    .before-simple-labels span + span {
      border-left: 1px solid rgba(168,135,108,.12);
    }

    .before-simple-content,
    .column-simple-card {
      padding: 22px 20px 24px;
    }

    .before-simple-content small,
    .column-simple-card small {
      display: inline-block;
      margin-bottom: 12px;
      color: #a8876c;
      font-size: 11px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .before-simple-content h3,
    .column-simple-card h3 {
      color: #111;
      font-size: 22px;
      font-weight: 300;
      line-height: 1.42;
      letter-spacing: -.035em;
      word-break: keep-all;
    }

    .column-simple-card {
      min-height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .column-simple-card p {
      margin-top: 12px;
      color: #6c655e;
      font-size: 14px;
      line-height: 1.75;
      word-break: keep-all;
    }

    .related-column-more {
      display: inline-flex;
      margin-top: 22px;
      color: #a8876c;
      font-size: 13px;
      letter-spacing: .08em;
    }

    .simple-cta-row {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 30px;
    }

    .simple-link-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 210px;
      min-height: 50px;
      padding: 0 22px;
      border: 1px solid rgba(0,0,0,.14);
      color: #111;
      background: rgba(255,255,255,.40);
      font-size: 13px;
      letter-spacing: .06em;
      transition: all .24s ease;
    }

    .simple-link-btn.dark {
      background: #111;
      color: #fff;
      border-color: #111;
    }

    .simple-link-btn:hover {
      transform: translateY(-2px);
      opacity: .86;
    }


    .machine-layout{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:42px;align-items:stretch}
    .machine-photo{position:relative;min-height:520px;background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(250,247,242,.62));border:1px solid rgba(168,135,108,.12);box-shadow:0 24px 56px rgba(39,31,24,.055),inset 0 1px 0 rgba(255,255,255,.76);overflow:hidden}
    .machine-photo img{width:100%;height:100%;min-height:520px;object-fit:cover}
    .machine-photo::after{content:"";position:absolute;inset:28px;border:1px solid rgba(168,135,108,.10);pointer-events:none}
    .machine-label{position:absolute;left:34px;bottom:34px;color:#7a6e63;font-size:13px;letter-spacing:.12em;line-height:1.8;z-index:2}
    .machine-label strong{display:block;color:#111;font-size:16px;font-weight:400;letter-spacing:.08em}
    .machine-copy{padding:42px 0;display:flex;flex-direction:column;justify-content:center}
    .machine-copy h3{color:#111;font-size:clamp(32px,4vw,48px);font-weight:300;line-height:1.16;letter-spacing:-.055em;word-break:keep-all}
    .machine-copy p{margin-top:22px;color:#6c655e;font-size:16px;line-height:1.95;word-break:keep-all}
    .machine-points{margin-top:26px;display:grid;gap:12px}
    .machine-points li{position:relative;padding-left:18px;color:#4d463f;font-size:15px;line-height:1.75;list-style:none;word-break:keep-all}
    .machine-points li::before{content:"";position:absolute;left:0;top:.9em;width:8px;height:1px;background:#a8876c}
    .seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(168,135,108,.12);border:1px solid rgba(168,135,108,.12)}
    .seo-link-card{min-height:260px;padding:32px 28px;background:rgba(255,255,255,.62);display:flex;flex-direction:column;justify-content:space-between;transition:transform .28s ease,background .28s ease}
    .seo-link-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.78)}
    .seo-link-card small{display:block;margin-bottom:16px;color:#a8876c;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
    .seo-link-card h3{color:#111;font-size:27px;font-weight:300;line-height:1.32;letter-spacing:-.045em;word-break:keep-all}
    .seo-link-card p{margin-top:14px;color:#6c655e;font-size:14px;line-height:1.75;word-break:keep-all}
    .seo-link-more{position:relative;display:inline-flex;align-items:center;gap:6px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(168,135,108,.18);color:#a8876c;font-size:13px;font-weight:500;letter-spacing:.04em}
    .seo-link-more::after{content:"→";display:inline-block;transition:transform .24s ease}
    .seo-link-more::before{content:none;display:none}
    .seo-link-card:hover .seo-link-more::before{width:100%}
    .seo-link-card:hover .seo-link-more::after{transform:translateX(4px)}


    .choice-more {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 26px;
      padding-top: 18px;
      border-top: 1px solid rgba(168,135,108,.18);
      color: #a8876c;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .04em;
    }

    .choice-more::after {
      content: "→";
      display: inline-block;
      transition: transform .24s ease;
    }

    .choice-more::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 0;
      height: 1px;
      background: #a8876c;
      transition: width .25s ease;
    }

    .choice-card-link:hover .choice-more::before {
      width: 100%;
    }

    .choice-card-link:hover .choice-more::after {
      transform: translateX(4px);
    }

    .choice-card-link:hover .choice-card {
      transform: translateY(-4px);
    }


    .choice-more,
    .seo-link-more {
      width: 100%;
      justify-content: flex-start;
      position: relative;
      border-top: 1px solid rgba(168,135,108,.18);
    }

    .choice-more::before,
    .seo-link-more::before {
      content: "";
      position: absolute;
      left: 0;
      top: -1px;
      bottom: auto;
      width: 0;
      height: 1px;
      background: #a8876c;
      transition: width .28s ease;
    }

    .choice-card-link:hover .choice-more::before,
    .seo-link-card:hover .seo-link-more::before {
      width: 100%;
    }

    .choice-card-link:hover .choice-more::after,
    .seo-link-card:hover .seo-link-more::after {
      transform: translateX(4px);
    }

/* =========================================================
       FF-SEO-LINK-CARD-001
       위쪽 구분선이 두꺼워지며 좌→우로 채워지는 애니메이션
    ========================================================= */
    .seo-link-grid--guide .seo-link-more,
    .seo-link-grid--authentic .seo-link-more{
      width:100%;
      display:inline-flex;
      align-items:center;
      justify-content:flex-start;
      gap:6px;
      position:relative;
      margin-top:24px;
      padding-top:16px;
      color:#a8876c;
      font-size:13px;
      font-weight:500;
      letter-spacing:.04em;
      overflow:visible
    }

    /* 울쎄라 가이드 윗줄 3개 */
    .seo-link-grid--guide .seo-link-card:nth-child(-n+3) .seo-link-more{
      border-top:1px solid rgba(168,135,108,.18)
    }

    /* 울쎄라 가이드 아랫줄 3개 */
    .seo-link-grid--guide .seo-link-card:nth-child(n+4) .seo-link-more{
      border-top:1.5px solid rgba(168,135,108,.28)
    }

    /* 정품 시스템 3개 */
    .seo-link-grid--authentic .seo-link-more{
      border-top:1.5px solid rgba(168,135,108,.28)
    }

    .seo-link-grid--guide .seo-link-more::before,
    .seo-link-grid--authentic .seo-link-more::before{
      content:"";
      display:block;
      position:absolute;
      left:0;
      top:-2px;
      width:100%;
      height:2px;
      background:rgba(168,135,108,.52);
      transform:scaleX(0);
      transform-origin:left center;
      transition:transform .28s ease;
      pointer-events:none
    }

    .seo-link-grid--guide .seo-link-card:nth-child(n+4) .seo-link-more::before,
    .seo-link-grid--authentic .seo-link-more::before{
      top:-3px;
      height:2px;
      background:rgba(168,135,108,.58)
    }

    .seo-link-grid--guide .seo-link-card:hover .seo-link-more::before,
    .seo-link-grid--authentic .seo-link-card:hover .seo-link-more::before{
      transform:scaleX(1)
    }

    .seo-link-grid--guide .seo-link-more::after,
    .seo-link-grid--authentic .seo-link-more::after{
      content:"→";
      display:inline-block;
      position:static;
      margin-left:0;
      transform:translateX(0);
      transition:transform .24s ease
    }

    .seo-link-grid--guide .seo-link-card:hover .seo-link-more::after,
    .seo-link-grid--authentic .seo-link-card:hover .seo-link-more::after{
      transform:translateX(4px)
    }

    /* =========================================================
       FF-CARD-SIGNATURE-001
       검정 배경 유지 + 두꺼운 흰색 상단선 + 화살표 이동
    ========================================================= */
    .ff-card-signature,
    .choice-card.signature{
      background:rgba(31,27,23,.94);
      color:#fff
    }

    .ff-card-signature h3,
    .choice-card.signature h3{
      color:#fff
    }

    .ff-card-signature p,
    .choice-card.signature p{
      color:rgba(255,255,255,.72)
    }

    .ff-card-signature li,
    .choice-card.signature li{
      color:rgba(255,255,255,.80)
    }

    .ff-card-signature .choice-more,
    .choice-card.signature .choice-more{
      width:100%;
      display:inline-flex;
      align-items:center;
      justify-content:flex-start;
      gap:6px;
      position:relative;
      margin-top:28px;
      padding-top:18px;
      border-top:1.5px solid rgba(255,255,255,.32);
      color:#fff;
      background:transparent;
      overflow:visible
    }

    .ff-card-signature .choice-more::before,
    .choice-card.signature .choice-more::before{
      content:"";
      display:block;
      position:absolute;
      left:0;
      top:-3px;
      width:100%;
      height:3px;
      background:rgba(255,255,255,.78);
      transform:scaleX(0);
      transform-origin:left center;
      transition:transform .28s ease;
      pointer-events:none
    }

    .choice-card-link:hover .ff-card-signature,
    .choice-card-link:hover .choice-card.signature{
      background:rgba(31,27,23,.94);
      color:#fff;
      transform:translateY(-4px)
    }

    .choice-card-link:hover .ff-card-signature .choice-more::before,
    .choice-card-link:hover .choice-card.signature .choice-more::before{
      transform:scaleX(1)
    }

    .ff-card-signature .choice-more::after,
    .choice-card.signature .choice-more::after{
      content:"→";
      display:inline-block;
      position:static;
      margin-left:0;
      color:#fff;
      transform:translateX(0);
      transition:transform .24s ease
    }

    .choice-card-link:hover .ff-card-signature .choice-more::after,
    .choice-card-link:hover .choice-card.signature .choice-more::after{
      transform:translateX(4px)
    }

    .choice-card-link:hover .choice-card:not(.signature):not(.ff-card-signature){
      background:rgba(255,255,255,.62)
    }

    @media(max-width:1180px){
      .hero{grid-template-columns:1fr}
      .hero-visual{min-height:420px}
      .summary-band{grid-template-columns:repeat(3,minmax(0,1fr))}
      .process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .section-head{grid-template-columns:1fr;gap:14px}
      .section-desc{text-align:left}
      .choice-grid,.related-simple-grid,.seo-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .machine-layout{grid-template-columns:1fr}.machine-photo,.machine-photo img{min-height:420px}
    }
    @media(max-width:900px){
      .page-main{padding-top:0;padding-bottom:80px}
      .breadcrumb{margin-top:12px;margin-bottom:16px;font-size:11px}
      .hero{min-height:auto;padding:36px 0 54px;gap:32px}
      .hero-desc{font-size:16px;line-height:1.9}
      .hero-actions{margin-top:26px}
      .btn{min-width:150px;min-height:48px;font-size:12px}
      .hero-visual{min-height:340px}
      .intro-strip,.split-grid,.choice-grid,.related-simple-grid,.seo-link-grid,.recommend-grid,.cta-band{grid-template-columns:1fr}
      .intro-cell{min-height:auto}
      .section{padding-top:82px}
      .section-head{margin-bottom:28px}
      .process-grid,.why-grid{grid-template-columns:1fr}
      .soft-card,.choice-card{padding:28px 22px}
      .cta-band{margin-top:82px;padding:42px 24px}
      .cta-actions{justify-content:flex-start}
    }
    @media(max-width:640px){
      .shurink-wrap{width:92%}
      .hero-title{font-size:42px}
      .hero-title .ko{font-size:30px}
      .hero-desc{font-size:15px}
      .hero-actions .btn,.cta-actions .btn{width:100%}.machine-photo,.machine-photo img{min-height:340px}.machine-label{left:24px;bottom:24px}
      .visual-label{left:24px;bottom:24px}
      .intro-cell{padding:24px 20px}
      .section-title{font-size:32px}
      .section-desc{font-size:15px}
      .summary-band{grid-template-columns:1fr}
      .recommend-item{padding:20px 18px}
      .faq-question{gap:10px;padding:22px 0}
      .faq-question span{font-size:16px}
      .faq-answer-inner{padding:0 4px 22px 34px;font-size:14px}
      .detail-fixed-consult-inner{width:92%;padding:10px 0;gap:8px}
      .simple-link-btn{width:100%}
      .detail-fixed-btn{height:50px;font-size:13px}
      .before-simple-photo-frame{aspect-ratio:2.65 / 1}
      .before-simple-labels{min-height:38px}
      .before-simple-labels span{font-size:12px}
      body{padding-bottom:82px}
    }

/* =========================================================
   CHOICE CARD DEFAULT INTERACTION RESTORE
   울쎄라 단독 / 울써마지 카드
========================================================= */
.choice-card-link .choice-card:not(.signature):not(.ff-card-signature) .choice-more{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  position:relative;
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(168,135,108,.18);
  color:#a8876c;
  overflow:visible;
}

.choice-card-link .choice-card:not(.signature):not(.ff-card-signature) .choice-more::before{
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:-1px;
  width:100%;
  height:1px;
  background:#a8876c;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s ease;
  pointer-events:none;
}

.choice-card-link .choice-card:not(.signature):not(.ff-card-signature) .choice-more::after{
  content:"→";
  display:inline-block;
  position:static;
  margin-left:0;
  transform:translateX(0);
  transition:transform .24s ease;
}

.choice-card-link:hover .choice-card:not(.signature):not(.ff-card-signature) .choice-more::before{
  transform:scaleX(1);
}

.choice-card-link:hover .choice-card:not(.signature):not(.ff-card-signature) .choice-more::after{
  transform:translateX(4px);
}

/* =========================================================
   SHURINK SEO LINK INTERACTION RESTORE
   울쎄라 전용 grid는 제외하고, 기존 슈링크 카드 애니메이션 복원
========================================================= */
.seo-link-grid:not(.seo-link-grid--guide):not(.seo-link-grid--authentic) .seo-link-more{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  position:relative;
  margin-top:24px;
  padding-top:16px;
  border-top:1px solid rgba(168,135,108,.18);
  color:#a8876c;
  font-size:13px;
  font-weight:500;
  letter-spacing:.04em;
  overflow:visible;
}

.seo-link-grid:not(.seo-link-grid--guide):not(.seo-link-grid--authentic) .seo-link-more::before{
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:-1px;
  width:100%;
  height:1px;
  background:#a8876c;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s ease;
  pointer-events:none;
}

.seo-link-grid:not(.seo-link-grid--guide):not(.seo-link-grid--authentic) .seo-link-more::after{
  content:"→";
  display:inline-block;
  position:static;
  margin-left:0;
  transform:translateX(0);
  transition:transform .24s ease;
}

.seo-link-grid:not(.seo-link-grid--guide):not(.seo-link-grid--authentic) .seo-link-card:hover .seo-link-more::before{
  transform:scaleX(1);
}

.seo-link-grid:not(.seo-link-grid--guide):not(.seo-link-grid--authentic) .seo-link-card:hover .seo-link-more::after{
  transform:translateX(4px);
}

/* =========================================================
   FF CHOICE CARD VERTICAL ALIGNMENT FIX
   카드 설명 길이와 관계없이 구분선 / 더 알아보기 높이 통일
========================================================= */
.choice-grid > .choice-card-link{
  height:100%;
}

.choice-card-link > .choice-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.choice-card-link > .choice-card > .choice-more{
  margin-top:auto;
}

/* =========================================================
   FF CHOICE CARD ROW ALIGNMENT — FINAL
   grid 안의 링크 자체를 flex item으로 만들어 카드 높이를 실제로 동일하게 맞춤
========================================================= */
.choice-grid{
  align-items:stretch;
}

.choice-grid > .choice-card-link{
  display:flex !important;
  height:auto !important;
  align-self:stretch;
}

.choice-grid > .choice-card-link > .choice-card{
  display:flex !important;
  flex:1 1 auto;
  flex-direction:column;
  width:100%;
  height:auto !important;
  min-height:310px;
}

.choice-grid > .choice-card-link > .choice-card > .choice-more{
  flex:0 0 auto;
  width:100%;
  margin-top:auto !important;
  padding-top:18px !important;
  box-sizing:border-box;
}

/* 일반 카드 기준선 */
.choice-grid > .choice-card-link > .choice-card:not(.signature):not(.ff-card-signature) > .choice-more{
  border-top:1px solid rgba(168,135,108,.18) !important;
}

/* 검정 카드: 위치는 동일하고 흰 선 두께만 1.5px */
.choice-grid > .choice-card-link > .choice-card.signature > .choice-more,
.choice-grid > .choice-card-link > .ff-card-signature > .choice-more{
  border-top:1.5px solid rgba(255,255,255,.32) !important;
}

/* hover 선도 같은 기준선에서 시작 */
.choice-grid > .choice-card-link > .choice-card:not(.signature):not(.ff-card-signature) > .choice-more::before{
  top:-1px !important;
}

.choice-grid > .choice-card-link > .choice-card.signature > .choice-more::before,
.choice-grid > .choice-card-link > .ff-card-signature > .choice-more::before{
  top:-1.5px !important;
  height:1.5px !important;
}

/* =========================================================
   FF-CHOICE-GRID-001
   공통 선택형 카드 그리드
========================================================= */
.ff-choice-grid{
  align-items:stretch;
}

.ff-choice-grid--columns-1{
  grid-template-columns:1fr;
}

.ff-choice-grid--columns-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.ff-choice-grid--columns-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ff-choice-grid--columns-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ff-choice-grid > .ff-choice-card-link{
  display:flex !important;
  height:auto !important;
  align-self:stretch;
}

.ff-choice-grid > .ff-choice-card-link > .ff-choice-card{
  display:flex !important;
  flex:1 1 auto;
  flex-direction:column;
  width:100%;
  height:auto !important;
  min-height:310px;
}

.ff-choice-card-body{
  flex:1 1 auto;
}

.ff-choice-grid .choice-more{
  flex:0 0 auto;
  width:100%;
  margin-top:auto !important;
}

@media(max-width:1180px){
  .ff-choice-grid--columns-4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .ff-choice-grid--columns-2,
  .ff-choice-grid--columns-3,
  .ff-choice-grid--columns-4{
    grid-template-columns:1fr;
  }
}
