@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.edit-wrapper{
    display: inline-block;
    position: relative;
    padding: 5px;
    text-align: center;
}

.logo-img {
    height: 60px;
}

.edit-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(25, 25, 25, 0.5);
    border-radius: 0.3rem;
}

.edit-btn {
    width: 20px;
    height: 20px;
    padding: 0 2px 2px;
    font-size: 8px;
    margin: auto;
}

.edit-wrapper:hover .edit-cover {
    display: flex;
}


.nav-title {
    font-family: 'TmonMonsori';
    font-size: 30px;
    text-decoration: none;
}
.nav-link {
    font-weight: bold;
}


/************ footer CSS *************/
.footer-title {
    font-family: 'TmonMonsori';
    font-size: 1.7rem;
    color:#ffffff;
}


.footer-text {
    display: block;
    color:#CFCFCF;
    font-size: 12px;
}

.footer-text-lg {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.footer-section {
    min-width: 1080px;
}