@charset "utf-8"; :root { --blue-main: #0068DE; --blue-dark: #0d3fa6; --blue-badge: #2979ff; --section-bg-dark: #0b1a3e; --section-bg-darker: #081230; --white: #ffffff; --gray-100: #f5f6fa; --gray-200: #e8eaf0; --gray-text: #555; --max-w: 800px; --gradient : linear-gradient(90deg, #0068DE 0%, #003878 100%); } 

 @font-face { font-family: 'Paperlogy'; font-weight: 100; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 200; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 300; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 400; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 500; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 600; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 700; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 800; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.ttf') format('truetype'); } 
@font-face { font-family: 'Paperlogy'; font-weight: 900; font-style: normal; font-display: swap; src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff2') format('woff2'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff') format('woff'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.otf') format('opentype'),
 url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.ttf') format('truetype'); } 


 .page-wrap { width: 100%; background: var( --gray-100); overflow: hidden; display: flex; justify-content: center; align-items: center; } 
 #container { width: 100%; max-width: var(--max-w); background: #fff; } 

 /* ===========================
 SECTION 1 - HERO
 =========================== */
 #section1 { background: url(../img/img-appliances-hero.png) 100% 100% / cover no-repeat; overflow: hidden; min-height: 600px; } 
 #section1 .hero-appliance { position: absolute; right: -20px; bottom: 60px; width: 62%; max-width: 500px; z-index: 1; } 
 #section1 .hero-appliance img { width: 100%; display: block; } 
 #section1 .hero-content { position: relative; z-index: 2; padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 60px); } 
 .hero-date { color: #FFF; font-size: clamp(16px, 3.2vw, 24px); font-weight: 300; letter-spacing: -0.96px; margin-bottom: 10px; } 
 .hero-title { font-size: clamp(2px, 9vw, 60px); font-weight: 700; color: #fff; line-height: 1.15; letter-spacing: -1.5px; margin-bottom: 22px; } 
 .hero-desc { font-size: clamp(16px, 3.2vw, 20px); color: #fff; line-height: 1.7; margin-bottom: 3px; } 
 .hero-highlight { display: inline-block; background: var(--blue-main); color: #fff; font-size: clamp(16px, 3.2vw, 20px); font-weight: 700; padding: 3px 10px; margin-left: 4px; vertical-align: middle; } 

 /* 하단 카드 두 개 */
 .hero-cards { padding: clamp(20px, 5vw, 30px); width: 100%; display: flex; gap: 10px; } 
 .hero-card { display: flex; width: 220px; height: 220px; padding: 10px; justify-content: center; align-items: center; flex-direction: column; border-radius: 24px; border: 1px solid #0068DE; background: rgba(0, 0, 0, 0.30); backdrop-filter: blur(5px); color: #FFF; text-align: center; font-size: 18px; font-weight: 300; letter-spacing: -0.72px; } 
 .hero-card strong { display: block; font-weight: 800; } 

 /* 하단 파란 띠 */
 .hero-banner { position: relative; z-index: 2; margin-top: 20px; background: var(--gradient); text-align: center; padding: 10px; font-size: 20px; font-weight: 500; letter-spacing: -0.8px; color: #FFF; } 

 /* ===========================
 SECTION 2 - 핵심 혜택
 =========================== */
 #section2 { background: url(../img/section2-bg.png) center center / cover no-repeat; padding: 60px; display: flex; flex-direction: column; align-items: center; gap: 60px; } 
 .section2-header { display: flex; flex-direction: column; align-items: center; gap: 14px; } 
 .stars { font-size: 22px; letter-spacing: 4px; margin-bottom: 10px; } 
 .section2-title { font-size: clamp(32px, 7vw, 64px); color: #FFF; font-family: Paperlogy; font-weight: 700; letter-spacing: -2.56px; text-align: center; } 
 .benefit-list { display: flex; width: 100%; max-width: 647px; flex-direction: column; align-items: flex-start; gap: 40px; } 
 .benefit-item { width: 100%; position: relative; background: rgba(255,255,255,0.97); border-radius: 12px; padding: 32px 24px 24px; display: flex; flex-direction: column; gap: 10px; } 
 .benefit-badge { position: absolute; top: -24px; left: 24px; background: var(--blue-main); color: #FFF; font-size: 24px; font-weight: 700; letter-spacing: -0.96px; display: inline-flex; padding: 10px 24px; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border-radius: 99px; } 
 .benefit-item-title { color: var(--blue-main); font-size: clamp(20px, 3.2vw, 32px); font-weight: 800; letter-spacing: -1.28px; } 
 .benefit-item-desc { color: #171028; font-size: clamp(16px, 3.2vw, 20px); font-weight: 400; letter-spacing: -0.96px; } 

 /* 멤버십 가입조건 */
 .membership-box { text-align: center; padding-top: 8px; } 
 .membership-label { display: inline-flex; padding: 6px 16px; justify-content: center; align-items: center; gap: 10px; border-radius: 99px; background: linear-gradient(90deg, #0068DE 0%, #0054B3 100%); color: #FFF; text-align: center; font-size: 20px; font-weight: 400; letter-spacing: -0.8px; margin-bottom: 10px; } 
 .membership-title { color: #FFF; text-align: center; font-size: clamp(20px, 3.2vw, 32px); font-weight: 600; letter-spacing: -1.28px; line-height: 1.3; } 
 .membership-age { font-size: clamp(20px, 3.2vw, 32px); color: #FFB921; font-weight: 600; letter-spacing: -1.28px; line-height: 1.3; } 

 /* ===========================
 SECTION 3 - 가전 리스트
 =========================== */
 #section3 { display: flex; padding: 120px 60px; flex-direction: column; align-items: center; gap: 60px; align-self: stretch; border-radius: 40px 40px 0 0; background: #FFF; margin-top: -40px; } 
 .section3-title { text-align: center; font-size: clamp(32px, 7vw, 64px); font-family: Paperlogy; font-weight: 700; letter-spacing: -2.56px; line-height: 1.5; } 
 .appliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 0; } 
 .appliance-card { overflow: hidden; cursor: pointer; } 
 .appliance-card .img-wrap { width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; border: 1px solid #EBEEF3; } 
 .appliance-card .img-wrap img { width: 100%; object-fit: contain; } 
 .appliance-card .card-name { color: #222; text-align: center; font-family: SUIT; font-size: 16px; font-weight: 600; letter-spacing: -0.64px; margin-top: 10px; } 
 .section3-footer { background: var(--blue-main); text-align: center; padding: 14px; font-size: 15px; font-weight: 800; color: #fff; margin-top: 24px; letter-spacing: -0.2px; } 

 /* ===========================
 SECTION 4 - 상담 신청
 =========================== */
 #section4 { background: var(--gray-100); padding: 52px 20px 40px; } 

 .section4-title { text-align: center; font-size: clamp(32px, 7vw, 64px); font-family: Paperlogy; font-weight: 700; letter-spacing: -2.56px; line-height: 1.5; margin-bottom: 60px; } 
 .form-block { margin-bottom: 32px; } 
 .form-block-title { color: #000; font-family: SUIT; font-size: 18px; font-weight: 700; letter-spacing: -0.72px; margin-bottom: 20px; } 
 #container .chk { display: flex; align-items: flex-start; gap: 6px; font-size: 16px; font-weight: 400; letter-spacing: -0.64px; color: #333; margin-bottom: 10px; cursor: pointer; } 
 #container .chk input { display: none; } 
 #container .chk input[type="checkbox"] { display: flex; min-width: 24px; width: 24px; height: 24px; border-radius: 4px; border: 1px solid #58616A; background: #fff; align-items: center; appearance: none; -webkit-appearance: none; cursor: pointer; overflow: hidden; } 
 #container .chk input[type="checkbox"]:checked { background: url(../img/checkbox__item.svg); background-size: contain; border: 1px solid var(--blue-main); display: flex; width: 24px; height: 24px; border-radius: 4px; align-items: center; cursor: pointer; } 
 .privacy-box { display: flex; padding: 12px; align-items: center; gap: 10px; align-self: stretch; border-radius: 4px; background: #FFF; font-size: 14px; font-weight: 300; line-height: 150%; /* 24px */
 letter-spacing: -0.64px; line-height: 1.7; } 

 /* 개인정보 폼 */
 .form-fields { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; width: 100%; } 
 .form-row { display: flex; align-items: center; gap: 20px; width: 100%; } 
 .form-row:last-child { border-bottom: none; } 
 .form-label { font-size: 16px; font-weight: 600; letter-spacing: -0.64px; min-width: 120px; } 
 .form-row select,
 .form-row input[type="text"],
 .form-row input[type="tel"] { width: 100%; flex: 1; border: 1px solid var(--gray-200); border-radius: 4px; height: 54px; padding: 10px 14px; font-size: 16px; font-family: 'Pretendard', sans-serif; color: #111; background: #fff; outline: none; transition: border-color 0.2s; appearance: none; -webkit-appearance: none; box-shadow: 0 2px 4px 0 rgba(156, 163, 170, 0.24); } 

 .form-row select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; max-width: 240px; } 

 .form-row select:focus,
 .form-row input:focus { border-color: var(--blue-main); } 

 /* 필수동의 */
 .required-agree { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #222; margin-bottom: 12px; } 
 .link-blue { color: var(--blue-main); font-weight: 600; text-decoration: none; cursor: pointer; } 
 .terms-scroll { border-radius: 4px; background: #FFF; padding: 14px 16px; font-size: 14px; color: #333; line-height: 1.7; max-height: 120px; overflow-y: auto; } 

 /* 상담 신청 버튼 */
 .submit-btn { display: block; width: 100%; max-width: 280px; margin: 28px auto 0; background: var(--blue-main); color: #fff; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 800; text-align: center; padding: 16px; border: none; border-radius: 50px; cursor: pointer; letter-spacing: -0.3px; transition: background 0.3s, transform 0.3s; border-radius: 99px; background: linear-gradient(90deg, #0068DE 0%, #0054B3 100%); box-shadow: 0 10px 20px 0 rgba(0, 104, 222, 0.40); } 
 .submit-btn:hover { border-radius: 99px; background: linear-gradient(90deg, #0068DE 0%, #0054B3 100%); box-shadow: 0 10px 20px 0 rgba(0, 104, 222, 0.40); transform: translateY(-10px); } 
 .submit-btn:active { transform: translateY(0); } 

 /* ===========================
 STICKY BOTTOM BAR (Section4)
 =========================== */
 .sticky-bar { position: sticky; bottom: 0; z-index: 100; background: var(--blue-dark); padding: 12px 14px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } 
 .sticky-bar .bar-content { display: flex; align-items: center; gap: 10px; } 
 .sticky-bar select,
 .sticky-bar input[type="text"],
 .sticky-bar input[type="tel"] { flex: 1; min-width: 80px; height: 48px; border: none; outline: none; appearance: none; } 
 .sticky-bar select option { color: #111; background: #fff; } 
 .sticky-bar input::placeholder { color: #999; } 
 .sticky-bar .sticky-btn { display: flex; padding: 8px 24px; justify-content: center; align-items: center; gap: 10px; border-radius: 99px; background: linear-gradient(90deg, #0068DE 0%, #0054B3 100%); box-shadow: 0 10px 20px 0 rgba(0, 104, 222, 0.40); color: #FFF; text-align: center; font-size: 16px; font-weight: 700; letter-spacing: -0.64px; } 
 .sticky-agree-row { width: 100%; display: flex; align-items: center; gap: 6px; font-size: 11.5px; color: rgba(255,255,255,0.85); } 
 .sticky-agree-row input[type="checkbox"] { accent-color: #fff; width: 14px; height: 14px; } 
 .sticky-bar .chk { width: 100%; display: flex; align-items: center; justify-content: center; } 
 .sticky-bar .chk label { color: #FFF; font-size: 16px; font-weight: 400; letter-spacing: -0.64px; } 


 /* 팝업 */
 /* 팝업 오버레이 */
 .popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 9999; align-items: center; justify-content: center; padding: 20px; } 
 .popup-overlay.active { display: flex; } 

 .popup-box { background: #fff; border-radius: 16px; width: 100%; max-width: 480px; max-height: 80vh; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3); animation: popupIn 0.22s cubic-bezier(.34,1.3,.64,1) both; } 

 @keyframes popupIn { 
 from { opacity: 0; transform: scale(0.92) translateY(10px); } 
 to { opacity: 1; transform: scale(1) translateY(0); } 
 }

 .popup-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 16px; border-bottom: 1px solid #e8eaf0; flex-shrink: 0; } 

 .popup-title { font-size: 17px; font-weight: 800; color: #111; letter-spacing: -0.4px; } 

 .popup-close { background: none; border: none; font-size: 18px; color: #888; cursor: pointer; padding: 2px 6px; line-height: 1; border-radius: 6px; transition: background 0.15s, color 0.15s; } 
 .popup-close:hover { background: #f0f0f0; color: #333; } 

 .popup-body { overflow-y: auto; padding: 20px; flex: 1; } 

 .popup-section-title { font-size: 16px; font-weight: 800; color: var(--blue-main); margin: 16px 0 8px; } 
 .popup-section-title:first-child { margin-top: 0; } 

 .popup-text { font-size: 16px; color: #444; line-height: 1.75; } 

 .popup-table { border: 1px solid #e0e4ef; border-radius: 10px; overflow: hidden; margin: 10px 0 16px; font-size: 16px; } 

 .popup-table-row { display: grid; grid-template-columns: 1fr 1.6fr; border-bottom: 1px solid #e8eaf0; } 
 .popup-table-row:last-child { border-bottom: none; } 

 .popup-table-row span { padding: 10px 12px; color: #333; line-height: 1.5; } 

 .popup-table-row span:first-child { background: #f5f7fb; font-weight: 700; color: #222; border-right: 1px solid #e0e4ef; } 

 .popup-table-row.header span { background: #1a6fff; color: #fff; font-weight: 800; } 
 .popup-table-row.header span:first-child { border-right: 1px solid rgba(255,255,255,0.3); } 

 .popup-footer { padding: 14px 20px 18px; border-top: 1px solid #e8eaf0; flex-shrink: 0; } 

 .popup-confirm-btn { display: block; width: 100%; background: var(--blue-main); color: #fff; font-family: 'Pretendard', sans-serif; font-size: 16px; font-weight: 800; padding: 13px; border: none; border-radius: 10px; cursor: pointer; transition: background 0.2s; } 
 .popup-confirm-btn:hover { background: #0d5ae0; } 


 /* ===========================
 RESPONSIVE
 =========================== */
 @media (max-width: 580px){
  .sticky-bar {
    gap: 16px;
}
  .sticky-bar .bar-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
  }
 
 @media (max-width: 480px){
 .hero-cards { padding-top: 160px; } 
 .hero-appliance { width: 60%; bottom: 55px; } 
 #section2 , #section3, #section4 {
  padding: 60px 20px;
}
 }

 @media (max-width: 390px){
  .hero-card {
    width: auto;
    height: auto;
    padding: 24px;
    font-size: 15px;
    border-radius: 10px;
}
 }

                                                                                                                       
 @media (max-width: 326px){
  #container .chk {
    flex-wrap: wrap;
}
 }