@charset "UTF-8";

/* hnc.css */

@import url(sub-top-hnc.css);


section.content {
    margin-bottom: 140px;
}
section.content .inbox {
    width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
}
section.content .img-box {
    width: 35%;
    float: left;
}
section.content .img-box img {
    width: 100%;
}

section.content .txt-box {
    /* font-family: "Noto Sans KR", sans-serif; */
    width: 60%;
    float: right;
}
section.content .txt-box h3 {
    color: #333;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
}
section.content .txt-box p {
    color: #555;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-break: keep-all;
}
section.content .txt-box p.greeting {
    font-size: 1.4rem;
    margin-bottom: 24px;
    font-weight: 500;
    color: #333;
}

