@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* 약관 · 개인정보처리방침 (2026-08-25) */
#ctt{margin:0; padding:0; background:none;}
.terms h3{position:relative; margin:40px 0 14px; padding-left:14px; font-size:20px; font-weight:700; letter-spacing:-0.02em; line-height:1.4; color:#212121;}
.terms h3::before{content:""; position:absolute; top:9px; left:0; width:6px; height:6px; border-radius:50%; background:var(--point-color-1);}
.terms h3:first-child{margin-top:0;}
.terms h4{margin:24px 0 8px; font-size:17px; font-weight:600; letter-spacing:-0.02em; line-height:1.4; color:var(--point-color-1);}
.terms p{margin:0 0 18px; padding-left:14px; font-size:16px; font-weight:400; letter-spacing:-0.02em; line-height:1.75; color:#555;}
.terms h4 + p{margin-bottom:14px;}

@media screen and (max-width:768px){
.terms h3{margin-top:30px; font-size:18px;}
.terms h4{font-size:16px;}
.terms p{padding-left:0; font-size:15px; line-height:1.7;}
}
