/* webpage_privacy_001.css
   Webpage skin dedicated style.
   PC base styles first, mobile overrides are separated with media queries below.
*/

.nps-privacy-page{background:#f7faf8;padding:0 0 70px;font-family:'Noto Sans KR',sans-serif;color:#1f2933;}
.nps-privacy-page .privacy-hero{position:relative;overflow:hidden;margin:0 0 42px;padding:78px 20px 86px;background:linear-gradient(135deg,#f5fbf7 0%,#eef8f3 46%,#ffffff 100%);border-bottom:1px solid rgba(33,104,86,.13);}
.nps-privacy-page .privacy-hero:before{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(46,139,104,.14),rgba(46,139,104,0) 70%);}
.nps-privacy-page .privacy-hero:after{content:"";position:absolute;left:8%;bottom:0;width:220px;height:4px;border-radius:999px;background:linear-gradient(90deg,#1f7f6d,#d7b46a);}
.nps-privacy-page .privacy-hero-inner{position:relative;z-index:1;max-width:1180px;margin:0 auto;}
.nps-privacy-page .privacy-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(31,127,109,.1);color:#1f7f6d;font-size:13px;font-weight:800;letter-spacing:.12em;}
.nps-privacy-page .privacy-hero h1{margin:0;font-size:clamp(32px,5vw,54px);line-height:1.24;font-weight:900;letter-spacing:-.045em;color:#10261f;word-break:keep-all;}
.nps-privacy-page .privacy-hero p{max-width:720px;margin:18px 0 0;font-size:18px;line-height:1.85;color:#52615b;word-break:keep-all;}
.nps-privacy-page .privacy-content-wrap{max-width:1180px;margin:0 auto;padding:0 20px;}
.nps-privacy-page .privacy-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;}
.nps-privacy-page .privacy-summary>div{padding:22px 24px;border:1px solid rgba(31,127,109,.14);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(20,70,50,.07);}
.nps-privacy-page .privacy-summary strong{display:block;margin-bottom:8px;color:#143d32;font-size:18px;}
.nps-privacy-page .privacy-summary p{margin:0;color:#63706b;line-height:1.75;word-break:keep-all;}
.nps-privacy-page .privacy-document{padding:42px 46px;border:1px solid rgba(23,90,72,.12);border-radius:28px;background:#fff;box-shadow:0 22px 56px rgba(22,61,44,.08);}
.nps-privacy-page .privacy-document p{margin:0 0 14px;font-size:16px;line-height:1.9;color:#4d5a55;word-break:keep-all;}
.nps-privacy-page .privacy-document h3{margin:34px 0 13px;padding-top:22px;border-top:1px solid #e7eeea;color:#122b24;font-size:22px;line-height:1.45;font-weight:900;letter-spacing:-.025em;}
.nps-privacy-page .privacy-document h3:first-child{margin-top:0;padding-top:0;border-top:0;}
.nps-privacy-page .privacy-document ul{margin:10px 0 18px;padding:0;list-style:none;}
.nps-privacy-page .privacy-document li{position:relative;margin:8px 0;padding-left:18px;color:#4f5f59;line-height:1.75;}
.nps-privacy-page .privacy-document li:before{content:"";position:absolute;left:0;top:.78em;width:6px;height:6px;border-radius:50%;background:#1f7f6d;}
.nps-privacy-page .privacy-info-table{width:100%;margin:14px 0 20px;border-collapse:separate;border-spacing:0;border:1px solid #e2ebe6;border-radius:18px;overflow:hidden;background:#fff;}
.nps-privacy-page .privacy-info-table th,.nps-privacy-page .privacy-info-table td{padding:15px 18px;border-bottom:1px solid #e8efeb;text-align:left;line-height:1.65;}
.nps-privacy-page .privacy-info-table tr:last-child th,.nps-privacy-page .privacy-info-table tr:last-child td{border-bottom:0;}
.nps-privacy-page .privacy-info-table th{width:210px;background:#f4faf6;color:#143d32;font-weight:800;}
.nps-privacy-page .privacy-info-table td{color:#4f5f59;}
.nps-privacy-page .privacy-date{margin-top:30px !important;padding:18px 20px;border-radius:16px;background:#f6faf8;color:#183f34 !important;font-weight:800;}

/* Mobile / responsive overrides */
@media(max-width:768px){.nps-privacy-page{padding-bottom:44px}.nps-privacy-page .privacy-hero{padding:56px 16px 62px;margin-bottom:28px}.nps-privacy-page .privacy-hero p{font-size:15px}.nps-privacy-page .privacy-content-wrap{padding:0 16px}.nps-privacy-page .privacy-summary{grid-template-columns:1fr}.nps-privacy-page .privacy-document{padding:28px 20px;border-radius:22px}.nps-privacy-page .privacy-document h3{font-size:19px}.nps-privacy-page .privacy-document p{font-size:15px}.nps-privacy-page .privacy-info-table th,.nps-privacy-page .privacy-info-table td{display:block;width:100%;padding:12px 14px}.nps-privacy-page .privacy-info-table th{border-bottom:0}.nps-privacy-page .privacy-info-table td{border-bottom:1px solid #e8efeb}}