/* 플러스룸 — 약관·정책 페이지 공통 스타일 */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Noto Sans KR',system-ui,-apple-system,'Malgun Gothic',sans-serif;color:#1b1e23;background:#fff;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:#cc1f34;text-decoration:none}
a:hover{color:#a3162a}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}

/* 마크 */
.mark{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:2px}
.mark i{border-radius:3px;display:block}
.mark i:nth-child(1){grid-area:1/2/2/3}
.mark i:nth-child(2){grid-area:2/1/3/2}
.mark i:nth-child(3){grid-area:2/2/3/3;background:#cc1f34!important}
.mark i:nth-child(4){grid-area:2/3/3/4}
.mark i:nth-child(5){grid-area:3/2/4/3}

/* 헤더 */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid #ececee}
.hbar{height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px}
.brand .mark{width:30px;height:30px}
.brand .mark i{background:#22262c}
.brand span{font-weight:900;font-size:20px;color:#22262c;letter-spacing:-.5px}
.brand .tagline{font-style:normal;font-size:12.5px;font-weight:500;color:#8a9099;padding-left:11px;border-left:1px solid #dfe2e6;line-height:1}
@media(max-width:900px){.brand .tagline{display:none}}
.backlink{font-size:14.5px;font-weight:700;color:#5b626b}
.backlink:hover{color:#22262c}

/* 문서 헤드 */
.dochead{background:#1b1e23;color:#fff;padding:52px 0 44px}
.dochead h1{font-size:32px;font-weight:900;letter-spacing:-.8px;line-height:1.3}
.dochead .meta{color:#a9afb7;font-size:14px;margin-top:14px;line-height:1.8}

/* 탭 */
.doctabs{border-bottom:1px solid #ececee;background:#fafafb}
.doctabs .wrap{display:flex;gap:4px;overflow-x:auto}
.doctabs a{padding:15px 18px;font-size:14.5px;font-weight:700;color:#8a9099;white-space:nowrap;border-bottom:2px solid transparent}
.doctabs a:hover{color:#22262c}
.doctabs a.on{color:#cc1f34;border-bottom-color:#cc1f34}

/* 본문 */
main{padding:52px 0 80px}
main .wrap{max-width:840px}
.intro{background:#f7f8f9;border:1px solid #eceef0;border-radius:14px;padding:18px 20px;font-size:14.5px;color:#4a5058;margin-bottom:36px;line-height:1.8}
h2{font-size:19px;font-weight:900;color:#22262c;margin:36px 0 12px;padding-top:4px;letter-spacing:-.4px;scroll-margin-top:80px}
h2:first-of-type{margin-top:0}
h3{font-size:16.5px;font-weight:800;color:#22262c;margin:26px 0 10px}
p{font-size:15px;color:#3a3f47;margin:0 0 10px}
ol,ul{margin:0 0 10px 20px;font-size:15px;color:#3a3f47}
li{margin-bottom:5px}
.n{margin-left:14px}
table{width:100%;border-collapse:collapse;margin:14px 0 18px;font-size:14px}
th,td{border:1px solid #e3e5e9;padding:10px 12px;text-align:left;vertical-align:top}
th{background:#f5f6f7;font-weight:700;color:#3a3f47;white-space:nowrap}
.callout{background:#fffdf6;border:1px solid #f0e6c8;border-radius:12px;padding:15px 18px;font-size:14px;color:#5b4c22;line-height:1.8;margin:16px 0}
.sign{background:#f5f6f7;border:1px solid #e3e5e9;border-radius:14px;padding:20px 22px;margin-top:40px;font-size:14px;color:#5b626b;line-height:1.9}
.board{background:#fff;border:2px solid #22262c;border-radius:14px;padding:26px 28px;margin:18px 0}
.board h4{font-size:18px;font-weight:900;color:#22262c;margin-bottom:14px;text-align:center;letter-spacing:-.3px}
.board ul{list-style:none;margin-left:0}
.board li{padding-left:16px;position:relative;font-size:15px;margin-bottom:7px}
.board li::before{content:'·';position:absolute;left:0;color:#cc1f34;font-weight:900}

/* 푸터 */
footer{background:#15181c;color:#9298a1;padding:44px 0 34px;font-size:13.5px}
footer .cols{display:grid;grid-template-columns:1.5fr 1fr;gap:32px}
footer .mark{width:24px;height:24px}
footer .mark i{background:#fff}
footer .bizinfo{line-height:1.8;color:#868d96}
footer b.h{color:#fff;display:block;margin-bottom:12px;font-size:14px}
footer .lnk{display:flex;flex-direction:column;gap:8px}
footer .lnk a{color:#9298a1}
footer .lnk a:hover{color:#fff}
footer .lnk a.strong{color:#fff;font-weight:700}
footer .bottom{max-width:1120px;margin:26px auto 0;padding:18px 24px 0;border-top:1px solid #262a30;color:#6b727b;font-size:12.5px}

@media(max-width:760px){
  .dochead{padding:36px 0 32px}
  .dochead h1{font-size:24px}
  main{padding:36px 0 56px}
  h2{font-size:17px}
  footer .cols{grid-template-columns:1fr;gap:26px}
  table{font-size:13px}
  th,td{padding:8px 9px}
}
