/* custom.css */
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
}

p {
    word-break: keep-all
}

footer p {
    margin-bottom: 0.4rem;
}

.full-gray {
    background-color: #f7f7f7;
}

section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom:50px;
}

    section.visible {
        opacity: 1;
        transform: translateY(0);
    }

.div-section {
    margin-bottom:50px;
}


.overview-icon {
    width: 150px; /* ¾ÆÀÌÄÜÀÇ Å©±â¸¦ Àû´çÇÏ°Ô Á¶Á¤ */
    height: auto;
    margin-bottom: 10px;
}

.overview-title {
    font-size: 14px; /* Á¦¸ñÀ» Á¶±Ý ÀÛ°Ô */
    font-weight: bold;
    color: #6c757d; /* È¸»öÀ¸·Î »ö»ó ÁöÁ¤ */
    margin-bottom: 5px;
}

.overview-content {
    font-size: 16px; /* ³»¿ëÀ» º¸±â ÁÁ°Ô */
    font-weight: bold;
    color: #000;
}









/* ¹ÝÀÀÇü µðÀÚÀÎ */
@media screen and (max-width: 768px) {

    .contact-box {
        width: 90%; /* ¹Ú½º ³ÊºñÀ» 90%·Î ÁÙÀÓ */
        margin-left: auto;
        margin-right: auto;
    }

    footer p {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 0.4rem;
    }
}
