@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

a
{
    list-style-type: none;
    text-decoration: none;
    color: black;    

}

.nav
{
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px;
    z-index: 5;
    position: fixed;
    top: 0;
    width: 100vw;
    
}




.nav2
{
    height: 70px;
    width: 100vw;
    background-color: #f1f1f1;
}

.overlay
{
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: #000;
    opacity: 0.3;
}

.hamburger
{
    display: none;
    font-size: 25px;

    margin-left: 10px;
    margin-right: 30px;
    color: black;
    background-color: none;
    outline: none;
    border: none;
}

@media screen and (max-width: 500px) {
    .content {
        display: none;
    }
    .opened > .content {
        margin-top: 20px;
        display: block;
        width: 100%;
    }


    .title
    {
        display: block;
    }

    .opened ~ .overlay
    {
        display: block !important;
    }

    .opened > .content > .nav-link {
        display: flex;
        align-items: center;
        padding-left: 10px;
        box-sizing: border-box;
        
        height: 50px;
        width: 100%;
    }
    

    .opened > .content > .nav-link:hover {
        background-color: #dadada;
    }

    .hamburger
    {
        display: block;
    }

    .opened
    {
        
        z-index: 5 !important;
        padding: 0;
        padding-top: 20px;
        width: 50%;
        min-width: 180px;
        flex-direction: column;
        justify-items: center;
        height: 100vh;
    }

    .logo
    {
        display: block;
    }
}

.title
{
    margin-left: 10px;
    font-size: 20px;
    
}

body
{
    margin: 0;
    font-family: "Pretendard";
}

.logo
{
    height: 50px;
    width: 50px;
}

.nav-link
{
    padding-left: 50px;
}

.list-title
{
    margin: 0;
}

.list-item
{
    border-top: 1px solid #ddd;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star
{
    font-size: 20px;
}

.star > i
{
    display: flex;
    align-items: center;
}

.list-head:hover .list-desc, .list-head:hover .list-title
{
    text-decoration: underline !important;
}

.list-item:last-child
{
    border-bottom: 1px solid #ddd;
}

.list-desc
{
    color: grey;
    margin: 0;
    margin-top: 5px;
}

.break-3
{
    height: 30px;
}

input[type=text], select, input[type=number], input[type=submit]
{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    padding: 7px;
    margin: 0;
}

.input-group input
{
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group p
{
    border: 1px solid #ddd;
    border-radius: 5px;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-right: 5px;
    align-content: center;
}

.input-group
{
    display: flex;
}



form > p
{
    margin: 5px;

}

.button-outline
{
    border: 1px solid #000;
    border-radius: 5px;
    background: none;
    padding: 4px;
}

*
{
    margin: 0;
}


footer
{
    border-top: 1px solid #ddd;
    padding: 20px;
    color:grey;
    font-size: 14px;
    background-color: #eee;
    margin-bottom: 0;
}



footer *
{
    color: grey;
}

footer a:hover
{
    text-decoration: underline;
}

.break-1
{
    height: 10px;
}

#content
{
    min-height: calc(100vh - 70px);
}

.space-between
{
    display: flex;
    justify-content: space-between;
}