@charset "utf-8";

@media screen {

    html,
    body {
        background-image: none !important;
        background-color: var(--truewhite) !important;
    }
}

.agreement h1 {
    margin-left: -1vw;
    margin-top: 5vw;
    position: relative;
    margin-bottom: 10vw;
}

.agreement {

    font-family: 'NanumMyeongjo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: black;
}

#main {
    padding: 1vw !important;
}

#main h2,
.list-footer {
    font-family: 'NanumMyeongjo';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.list-footer a{
    text-decoration: underline;
    color: inherit;
}
#main ol {
    font-family: 'NanumMyeongjo';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: black;
}