@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Gaegu:wght@700&family=Inter:wght@500&display=swap');
/* 로고 폰트 (Gaegu) >> font-family: 'Gaegu', cursive;
메인 폰트 (inter) >> font-family: 'Inter', sans-serif; 
강조 폰트 font-family: 'Do Hyeon', sans-serif;*/

:root{
    --main-color: #516459;
    --point-color: #89A286;
    --second-color: #CBD3B9;
}

a {
    text-decoration: none;
    color: black;
}

footer {
    display: block;
    width: 100%;
    height: 100px;
    align-items: center;
    margin-top: 500px;
    /* border-top: 1px solid #516459;/ */
    /* box-shadow: 0px -5px 20px rgb(217, 217, 217); */
}

footer .title {
    font-size: 50px;
    font-family: 'Gaegu', cursive;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.icon-box {
    display: flex;
    align-items: center;
    margin: 30px auto;
    width: 20%;
    justify-content: space-evenly;
}


.content {
    display: flex;
    width: 100%;
    height: 100px;
    padding: 10px;
    align-items: center;
    background-color: var(--main-color);
    justify-content: center;
    gap: 20%;
}

.content p {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.name-content {
    display: flex;
    flex-direction: column;
}