@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.ctt_admin {margin:0 5px;text-align:right;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;font-size:1.3em;line-height:1.5em;}
.ctt_img {text-align:center}


.ad-guide-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #222;
    font-family: "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    box-sizing: border-box;
}

.ad-guide-wrap * {
    box-sizing: border-box;
}

.ad-intro {
    width: 100%;
    margin: 0 0 28px;
    padding: 26px 30px;
    border: 1px solid #dfe5ee;
    border-radius: 14px;
    background: #f7f9fc;
    color: #333;
}

.ad-intro strong {
    color: #134081;
}

.ad-section-title {
    margin: 34px 0 14px;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.ad-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.ad-price-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #134081;
    background: #fff;
}

.ad-price-table th,
.ad-price-table td {
    padding: 14px 16px;
    border: 1px solid #e1e5ec;
    text-align: left;
    vertical-align: middle;
}

.ad-price-table th {
    background: #f1f5fb;
    color: #134081;
    font-weight: 800;
}

.ad-price-table .page-cell {
    width: 18%;
    background: #f8faf0;
    font-weight: 800;
    color: #222;
    text-align: center;
}

.ad-price-table .num-cell,
.ad-price-table .price-cell {
    width: 8%;
    text-align: center;
}

.ad-price-table .size-cell {
    width: 16%;
    text-align: center;
    color: #444;
}

.ad-price-table .price-cell {
    font-weight: 800;
    color: #134081;
}

.ad-notice-box {
    width: 100%;
    margin: 34px 0 28px;
    padding: 26px 30px;
    border: 1px solid #dfe5ee;
    border-radius: 14px;
    background: #fff;
}

.ad-notice-box h3 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 800;
    color: #134081;
}

.ad-notice-box ol {
    margin: 0;
    padding-left: 22px;
}

.ad-notice-box li {
    margin: 0 0 14px;
}

.ad-notice-box li:last-child {
    margin-bottom: 0;
}

.ad-contact-box {
    width: 100%;
    margin: 30px auto 0;
    padding: 28px 30px;
    border-radius: 14px;
    background: #134081;
    color: #fff;
    text-align: center;
}

.ad-contact-box h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
}

.ad-contact-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    word-break: keep-all;
}

.ad-contact-box a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .ad-guide-wrap {
        font-size: 14px;
    }

    .ad-intro,
    .ad-notice-box,
    .ad-contact-box {
        padding: 20px 18px;
        border-radius: 10px;
    }

    .ad-price-table th,
    .ad-price-table td {
        padding: 10px 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .ad-section-title {
        font-size: 18px;
    }

    .ad-contact-box p {
        font-size: 14px;
    }
}

.cln-about-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #222;
    font-family: "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.78;
    box-sizing: border-box;
}

.cln-about-wrap * {
    box-sizing: border-box;
}

.cln-hero {
    margin: 0 0 34px;
    padding: 42px 34px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f2f7ff 0%, #ffffff 70%);
    border: 1px solid #dfe7f2;
    text-align: center;
}

.cln-hero .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #134081;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.cln-hero h2 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
    color: #111;
}

.cln-hero p {
    margin: 0;
    color: #444;
    font-size: 17px;
    font-weight: 600;
}

.cln-section {
    width: 100%;
    margin: 0 0 30px;
    padding: 30px 32px;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    background: #fff;
}

.cln-section.blue {
    background: #f7faff;
    border-color: #d8e5f5;
}

.cln-section h3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 1.4;
    color: #111;
    font-weight: 900;
}

.cln-section h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 22px;
    border-radius: 999px;
    background: #134081;
}

.cln-section p {
    margin: 0 0 16px;
}

.cln-section p:last-child {
    margin-bottom: 0;
}

.cln-quote {
    margin: 24px 0;
    padding: 24px 28px;
    border-left: 5px solid #134081;
    border-radius: 12px;
    background: #f3f7fc;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.cln-divider {
    height: 1px;
    margin: 34px 0;
    background: #e5eaf1;
}

.cln-list-card {
    margin: 20px 0 0;
    padding: 24px 26px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e3e9f1;
}

.cln-list-card h4 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #134081;
    font-weight: 900;
}

.cln-media-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cln-media-list li {
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dce4ee;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
}

.cln-company {
    margin-top: 24px;
    padding: 28px 30px;
    border-radius: 16px;
    background: #134081;
    color: #fff;
    text-align: center;
}

.cln-company h3 {
    margin: 0 0 16px;
    padding: 0;
    color: #fff;
}

.cln-company h3:before {
    display: none;
}

.cln-company p {
    margin: 0 0 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
}

.cln-company a {
    color: #fff;
    text-decoration: underline;
}

.cln-org {
    margin-top: 24px;
    padding: 24px 26px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e3e9f1;
}

.cln-org h4 {
    margin: 0 0 14px;
    color: #134081;
    font-size: 18px;
    font-weight: 900;
}

.cln-org p {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.cln-sign {
    margin-top: 30px;
    text-align: right;
    font-weight: 800;
    color: #222;
}

@media (max-width: 640px) {
    .cln-about-wrap {
        font-size: 15px;
        line-height: 1.72;
    }

    .cln-hero {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .cln-hero h2 {
        font-size: 24px;
    }

    .cln-hero p {
        font-size: 15px;
    }

    .cln-section {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .cln-section h3 {
        font-size: 20px;
    }

    .cln-quote {
        padding: 20px;
        font-size: 15px;
    }

    .cln-company {
        padding: 24px 18px;
    }

    .cln-sign {
        text-align: center;
    }
}