@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}

/* 개인정보처리방침 / 서비스이용약관 전용 */
.dj-policy-head {
    margin:0 0 34px;
    border-top:1px solid #d42f38;
    background:linear-gradient(90deg,#2b2b2d 0%,#363638 100%);
}
.dj-policy-head-inner {
    max-width:1180px;
    margin:0 auto;
    padding:42px 28px 40px;
    box-sizing:border-box;
}
.dj-policy-kicker {
    display:block;
    margin-bottom:8px;
    color:#cfd3d8;
    font-size:12px;
    font-weight:600;
    letter-spacing:.12em;
}
.dj-policy-head h1 {
    margin:0;
    color:#fff;
    font-size:38px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:-.045em;
}

#ctt.dj-policy-page {
    max-width:1180px;
    margin:0 auto 70px;
    padding:0 28px;
    background:transparent;
    box-sizing:border-box;
}
#ctt.dj-policy-page #ctt_con {
    padding:42px 46px 48px;
    border:1px solid #e2e5e9;
    background:#fff;
    color:#333;
    font-size:16px;
    line-height:1.9;
    letter-spacing:-.015em;
    box-sizing:border-box;
}
#ctt.dj-policy-page #ctt_con > *:first-child {margin-top:0}
#ctt.dj-policy-page #ctt_con > *:last-child {margin-bottom:0}
#ctt.dj-policy-page #ctt_con h1,
#ctt.dj-policy-page #ctt_con h2,
#ctt.dj-policy-page #ctt_con h3,
#ctt.dj-policy-page #ctt_con h4 {
    color:#17191c;
    line-height:1.45;
    letter-spacing:-.035em;
}
#ctt.dj-policy-page #ctt_con h1 {margin:0 0 26px;font-size:28px}
#ctt.dj-policy-page #ctt_con h2 {margin:42px 0 15px;padding-bottom:12px;border-bottom:1px solid #dfe3e8;font-size:22px}
#ctt.dj-policy-page #ctt_con h3 {margin:32px 0 12px;font-size:19px}
#ctt.dj-policy-page #ctt_con h4 {margin:26px 0 10px;font-size:17px}
#ctt.dj-policy-page #ctt_con p {margin:0 0 18px}
#ctt.dj-policy-page #ctt_con b,
#ctt.dj-policy-page #ctt_con strong {color:#15171a;font-weight:700}
#ctt.dj-policy-page #ctt_con ul,
#ctt.dj-policy-page #ctt_con ol {margin:12px 0 22px;padding-left:24px}
#ctt.dj-policy-page #ctt_con li {margin:5px 0}
#ctt.dj-policy-page #ctt_con a {color:#214f82;text-decoration:underline;text-underline-offset:3px}
#ctt.dj-policy-page #ctt_con table {
    width:100% !important;
    margin:18px 0 28px;
    border-collapse:collapse;
    table-layout:fixed;
    font-size:14px;
    line-height:1.65;
}
#ctt.dj-policy-page #ctt_con th,
#ctt.dj-policy-page #ctt_con td {
    padding:13px 14px;
    border:1px solid #dfe3e8;
    text-align:left;
    vertical-align:top;
    word-break:break-word;
}
#ctt.dj-policy-page #ctt_con th {background:#f5f6f8;color:#202327;font-weight:700}
#ctt.dj-policy-page #ctt_con hr {height:1px;margin:32px 0;border:0;background:#e5e7eb}

@media (max-width:767px) {
    .dj-policy-head {margin-bottom:22px}
    .dj-policy-head-inner {padding:30px 18px 28px}
    .dj-policy-head h1 {font-size:29px}
    #ctt.dj-policy-page {margin-bottom:45px;padding:0 15px}
    #ctt.dj-policy-page #ctt_con {padding:26px 20px 30px;font-size:15px;line-height:1.8}
    #ctt.dj-policy-page #ctt_con h1 {font-size:24px}
    #ctt.dj-policy-page #ctt_con h2 {margin-top:34px;font-size:20px}
    #ctt.dj-policy-page #ctt_con h3 {font-size:18px}
    #ctt.dj-policy-page #ctt_con table {display:block;width:100% !important;overflow-x:auto;white-space:normal;font-size:13px}
    #ctt.dj-policy-page #ctt_con th,
    #ctt.dj-policy-page #ctt_con td {min-width:120px;padding:10px 11px}
}
