@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:0px; }
.lt {position:relative;float:left;margin-bottom:0px;padding-bottom:0px;width:400px;height:70px; font-family:돋움,dotum; }
.lt ul {margin:0 0 0px;padding:0;list-style:none}
.lt li {padding:0px 0; line-height:70px; color:#fff; }
.lt li a{ color:#fff; }
.date{ display:inline-block; margin-left:20px; }

.main-guide-link {
    height: 70px;
    overflow: hidden;
    font-family: "notokr-medium", arial, sans-serif, "dotum";
}

.main-guide-link > li {
    height: 70px;
}

.main-guide-link > li > a {
    display: block;
    height: 70px;
    color: #fff;
    text-decoration: none;
}

.main-guide-link > li:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #289ccf;
}

.main-guide-link > li:first-child span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    letter-spacing: 0;
}

.main-guide-link > li:nth-child(2) a {
    box-sizing: border-box;
    padding: 13px 18px 0;
    background: rgba(40, 156, 207, 0.88);
}

.main-guide-link strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    font-weight: normal;
}

.main-guide-link em {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.25;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-guide-link > li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f8fc0;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.main-guide-link > li > a:hover {
    background: #1f8fc0;
}

.main-care-card {
    display: block;
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    padding: 48px 34px 0;
    background: #f4f9fb;
    color: #444;
    font-family: "notokr-medium", arial, sans-serif, "dotum";
    text-decoration: none;
}

.main-care-card span {
    display: block;
    margin-bottom: 18px;
    color: #289ccf;
    font-size: 15px;
    line-height: 1;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    letter-spacing: 0;
}

.main-care-card strong {
    display: block;
    margin-bottom: 18px;
    color: #333;
    font-size: 27px;
    line-height: 1.3;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    font-weight: normal;
}

.main-care-card em {
    display: block;
    min-height: 72px;
    color: #666;
    font-size: 16px;
    line-height: 1.55;
    font-style: normal;
}

.main-care-card b {
    display: inline-block;
    margin-top: 22px;
    padding-bottom: 5px;
    border-bottom: 2px solid #289ccf;
    color: #289ccf;
    font-size: 15px;
    line-height: 1;
    font-family: "notokr-bold", arial, sans-serif, "dotum";
    font-weight: normal;
}

.main-care-card:hover {
    background: #e8f4f8;
}

.main-intro {
    padding: 44px 0 40px;
    background: #fff;
    text-align: center;
    font-family: "notokr-medium", arial, sans-serif, "dotum";
}

.main-intro h1 {
    margin: 0 0 12px;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
}

.main-intro p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .main-intro {
        padding: 32px 20px 30px;
    }

    .main-intro h1 {
        font-size: 25px;
    }

    .main-intro p {
        font-size: 15px;
    }
}
