/* BASIC css start */
/* 공통 */
.nep-wrap { position: relative; width: 100%; max-width: 800px; margin: 0 auto; background: #fff; overflow: hidden; }
.nep-wrap ul { margin: 0; padding: 0; list-style: none; }
.nep-wrap img { display: block; max-width: 100%; }

/* 타이틀(히어로) 영역 - PC 기준(원본 이미지 800px 기준 폰트 사이즈) */
.nep-hero { position: relative; padding-top: 13%; text-align: center; background: url(//xexymix.jpg3.kr/xexymix/sub/notice/npay_bg.jpg?t=260824) no-repeat center top; background-size: cover; color: #fff; }
.nep-logo { position: relative; display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 64px; }
.nep-logo .nep-brand { font-size: 24px; font-weight: 800; letter-spacing: 0.5px; color: #fff; }
.nep-logo .nep-cross { font-size: 18px; color: #8a8f8c; font-weight: 400; }
.nep-npay { display: inline-flex; align-items: center; gap: 6px; }
.nep-npay img { width: 110px; }
.nep-npay .nep-npay-circle { width: 32px; height: 32px; border-radius: 50%; background: #00d85a; color: #fff; font-size: 19px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.nep-npay .nep-npay-text { font-size: 26px; font-weight: 700; color: #fff; }
.nep-npay.nep-npay-light .nep-npay-text { color: #000; }
.nep-npay.nep-npay-sm .nep-npay-circle { width: 26px; height: 26px; font-size: 15px; }
.nep-npay.nep-npay-sm .nep-npay-text { font-size: 20px; }
.nep-title { position: relative; }
.nep-title .nep-cond { font-size: 37px; font-weight: 500; color: #fff; margin-bottom: 16px; }
.nep-title h2 { font-size: 60px; font-weight: bold; color: #fff; }
.nep-highlight { display: block; font-size: 60px; font-weight: bold; color: #00d85a; margin-bottom: 35px; }
.nep-date { display: inline-block; font-size: 30px; color: #fff; margin-bottom: 50px; }
.nep-top { width: 100%; line-height: 0; }
.nep-top img { width: 100%; height: auto; }

/* 카드사 할인혜택 적용방법 */
.nep-steps { background: #e2e2e2; padding: 100px 32px 90px; }
.nep-steps-head { text-align: center; margin-bottom: 70px; }
.nep-steps-head img { width: 127px; margin: 0 auto; }
.nep-steps-head .nep-npay { margin-bottom: 16px; }
.nep-steps-head h3 { font-size: 52px; font-weight: bold; color: #000; margin-top: 10px; }

.nep-step { background: #fff; border-radius: 28px; padding: 44px 32px 38px; margin-bottom: 26px; text-align: center; }
.nep-step-badge { display: inline-block; background: #00d85a; color: #000; font-size: 29px; font-weight: 500; padding: 4px 20px; border-radius: 999px; margin-bottom: 22px; }
.nep-step-title { font-size: 40px; font-weight: bold; color: #000; margin-bottom: 32px; }
.nep-step-box { border: 1.5px solid #e5e5e5; border-radius: 22px; padding: 28px 26px; text-align: left; position: relative; }

/* STEP 1 */
.nep-tooltip { position: absolute; top: -20px; left: 55%; background: #111; color: #00de5a; font-size: 24px; font-weight: 500; padding: 4px 20px; border-radius: 999px; white-space: nowrap; }
.nep-tooltip::after { content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 8px; height: 8px; background: #111; }
.nep-naver-row { display: flex; align-items: center; gap: 12px; }
.nep-naver-info { flex: 1; min-width: 0; }
.nep-naver-info img { display: inline-block; }
.nep-naver-info p { margin-top: 8px; font-size: 24px; color: #000; letter-spacing: -.5px; }
.nep-btn-npay { flex-shrink: 0; background: #00c73c; color: #111; font-size: 34px; font-weight: 700; border: none; border-radius: 5px; padding: 19px 45px; display: flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; }
.nep-btn-npay img { width: 127px; }
.nep-btn-npay .nep-npay-circle { width: 23px; height: 23px; border-radius: 50%; background: #111; color: #00c73c; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; }
.nep-btn-zzim { flex-shrink: 0; background: #fff; color: #333; font-size: 34px; font-weight: 600; border: 1.5px solid #ddd; border-radius: 5px; padding: 19px 26px; cursor: pointer; }

/* STEP 2 */
.nep-order-head { display: flex; align-items: center; gap: 16px; padding: 0 22px 22px; margin-bottom: 26px; border-bottom: 1.5px solid #eee; }
.nep-order-head .nep-label { font-size: 32px; font-weight: 500; color: #000; }
.nep-discount-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding: 0 22px; }
.nep-discount-row span { font-size: 32px; font-weight: 600; color: #000; }
.nep-discount-row a { font-size: 26px; color: #00c73c; text-decoration: none; font-weight: 500; }
.nep-discount-select { display: flex; align-items: center; justify-content: space-between; border: 3px solid #00c73c; border-radius: 5px; padding: 22px 22px; margin: 0 22px; }
.nep-discount-select span { font-size: 30px; color: #111; }
.nep-discount-select .nep-chev { position: relative; width: 30px; height: 30px; }
.nep-discount-select .nep-chev:after { content: "";  display: block; width: 15px; height: 15px; position: absolute; top: 15%; left: 30%; transform: rotate(-135deg); border-top: 2px solid #777; border-left: 2px solid #777; transition: 0.4s; }

/* STEP 3 */
.nep-method { display: flex; align-items: center; gap: 16px; padding: 22px; border-bottom: 1.5px solid #f2f2f2; flex-wrap: wrap; }
.nep-method-head { display: flex; align-items: center; justify-content: space-between; padding: 0 22px 22px; border-bottom: 1.5px solid #eee; }
.nep-method-head .nep-label { font-size: 32px; font-weight: 600; color: #000; }
.nep-method-head .nep-chev { position: relative; width: 30px; height: 30px; }
.nep-method-head .nep-chev:after { content: "";  display: block; width: 15px; height: 15px; position: absolute; top: 40%; left: 30%; transform: rotate(-135deg); border-bottom: 2px solid #777; border-right: 2px solid #777; transition: 0.4s; }
.nep-radio { width: 29px; height: 29px; border-radius: 50%; border: 3px solid #d8d8d8; flex-shrink: 0; }
.nep-radio.nep-radio-checked { border: 8px solid #00c73c; }
.nep-method .nep-method-label { font-size: 30px; color: #999; }
.nep-method.nep-method-selected { border: 0; }
.nep-method.nep-method-selected .nep-method-label { color: #000; font-weight: 600; }
.nep-method .nep-method-tag { background: #000; color: #00d85a; font-size: 26px; font-weight: 500; padding: 4px 20px; border-radius: 999px; }

.nep-card-list { display: flex; gap: 16px; overflow: hidden; }

/* 유의사항 */
.nep-notice { padding: 60px 6%; background: #fff; text-align: left; color: #000; }
.nep-notice h3 { font-size: 33px; font-weight: bold; margin: 0 0 28px; }
.nep-notice-block { margin-bottom: 35px; }
.nep-notice-tit { font-size: 22px; font-weight: 700; margin-bottom: 13px !important; }
.nep-notice-sub { font-size: 22px; font-weight: 700; margin: 44px 0 22px !important; }
.nep-notice-list li { font-size: 22px; line-height: 1.7; word-break: keep-all; }
.nep-notice-block > .nep-notice-list > li { padding-left: 22px; position: relative; margin-bottom: 16px; word-break: keep-all; }
.nep-notice-block > .nep-notice-list > li::before { content: '-'; position: absolute; left: 0; }
.nep-notice-block > .nep-notice-list > li:last-child { margin-bottom: 0; }
.nep-notice-indent { display: inline-block; margin-left: 6px; }

/* 모바일 (480px 이하) */
@media (max-width: 480px) {
    .nep-hero {  }
    .nep-logo { gap: 14px; margin-bottom: 0; }
    .nep-logo img { width: 170px; margin: 0 auto 30px; }
    .nep-logo .nep-brand { font-size: 19px; }
    .nep-logo .nep-cross { font-size: 14px; }
    .nep-npay { gap: 4px; }
    .nep-npay img { width: 55px; }
    .nep-npay .nep-npay-circle { width: 22px; height: 22px; font-size: 13px; }
    .nep-npay .nep-npay-text { font-size: 18px; }
    .nep-npay.nep-npay-sm .nep-npay-circle { width: 18px; height: 18px; font-size: 11px; }
    .nep-npay.nep-npay-sm .nep-npay-text { font-size: 14px; }
    .nep-title .nep-cond { font-size: 17px; margin-bottom: 10px; }
    .nep-title h2 { font-size: 30px; }
    .nep-highlight { font-size: 30px; margin-bottom: 18px; }
    .nep-date { font-size: 15px; margin-bottom: 26px; }

    .nep-steps { padding: 50px 14px; }
    .nep-steps-head { margin-bottom: 28px; }
    .nep-steps-head img { width: 80px; margin: 0 auto; }
    .nep-steps-head .nep-npay { margin-bottom: 10px; }
    .nep-steps-head h3 { font-size: 24px; }

    .nep-step { border-radius: 9px; padding: 22px 16px; margin-bottom: 16px; }
    .nep-step-badge { font-size: 13px; padding: 4px 12px; margin-bottom: 14px; }
    .nep-step-title { font-size: 18px; margin-bottom: 20px; }
    .nep-step-box { border-radius: 9px; padding: 18px 16px; }

    .nep-tooltip { top: -14px; font-size: 12px; padding: 4px 12px; }
    .nep-naver-row { gap: 6px; }
    .nep-naver-info img { width: 45px; }
    .nep-naver-info strong { font-size: 13px; margin-bottom: 4px; }
    .nep-naver-info p { font-size: 11px; }
    .nep-btn-npay { font-size: 14px; padding: 10px 16px; border-radius: 4px; gap: 4px; }
    .nep-btn-npay img { width: 60px; }
    .nep-btn-npay .nep-npay-circle { width: 16px; height: 16px; font-size: 10px; }
    .nep-btn-zzim { font-size: 14px; padding: 12px 16px; border-radius: 4px; }

    .nep-order-head { gap: 10px; padding: 0 10px 10px; margin-bottom: 16px; }
    .nep-order-head .nep-label { font-size: 15px; }
    .nep-discount-row { padding: 0 10px; margin-bottom: 10px; }
    .nep-discount-row span { font-size: 14px; }
    .nep-discount-row a { font-size: 12px; }
    .nep-discount-select { border-radius: 4px; padding: 6px 10px; border: 2px solid #00c73c; margin: 0 10px; }
    .nep-discount-select span { font-size: 14px; }
    .nep-discount-select .nep-chev { width: 25px; height: 25px; }
    .nep-discount-select .nep-chev:after { width: 8px; height: 8px; top: 30%; left: 40%; border-top: 1.5px solid #777; border-left: 1.5px solid #777; }

    .nep-method { gap: 6px; padding: 12px 10px; }
    .nep-method-head { padding: 0 10px 10px; }
    .nep-method-head .nep-label { font-size: 15px; }
    .nep-method-head .nep-chev { width: 25px; height: 25px; }
    .nep-method-head .nep-chev:after { width: 8px; height: 8px; top: 45%; left: 40%; border-bottom: 1.5px solid #777; border-right: 1.5px solid #777; }
    .nep-radio { width: 18px; height: 18px; border-width: 2px; }
    .nep-radio.nep-radio-checked { border-width: 5px; }
    .nep-method .nep-method-label { font-size: 14px; }
    .nep-method.nep-method-selected .nep-method-label {  }
    .nep-method .nep-method-tag { font-size: 11.5px; padding: 4px 10px; }

    .nep-card-list { gap: 10px; }
    .nep-card-item { width: 130px; height: 77px; border-radius: 10px; }
    .nep-card-item.nep-card-item-selected { outline-width: 2.5px; }
    .nep-card-item.nep-card-item-peek { width: 88px; }

    .nep-notice { padding: 40px 6%; }
    .nep-notice h3 { font-size: 18px; margin-bottom: 18px; }
    .nep-notice-block { margin-bottom: 18px; }
    .nep-notice-tit { font-size: 14px; margin-bottom: 8px !important; }
    .nep-notice-sub { font-size: 15px; margin: 28px 0 14px !important; }
    .nep-notice-list li { font-size: 13px; }
    .nep-notice-block > .nep-notice-list > li { padding-left: 14px; margin-bottom: 4px; }
    .nep-notice-indent { margin-left: 4px; }
}
/* BASIC css end */

