.content {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans KR' sans-serif;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.note {
    border-radius: 0.5em;
    background-color: white;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 60% !important;
    min-width: 1200px !important;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
}

.title {
    font-size: 2em !important;
}

.title > p{
    margin-bottom: 0.5em;
}

.body {
    font-size: 1.3em !important;
    margin-left: 0.5em !important;
}

ul {
    font-size: 1.3em !important;
}

.liTitle {
    font-size: 1em !important;
    font-weight: bold !important;
    list-style: none !important;
    margin-bottom: 0.5em !important;
}
.liBody {
    font-size: 0.5em !important;
    font-weight: normal !important;
    list-style: square !important;
    margin-bottom: 0.5em !important;
    margin-left: 2em !important;
}

.liBody:last-child {
    margin-bottom: 1em !important;
}

h2 {
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}

select {
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 0.5em;
    width: 10%;
}

.btn {
    margin-left: 1em;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

.btn:hover {
    background-color: white;
    transform: scale(1.10);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff;
    color: #175FB8;
}