.content {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans KR' sans-serif;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.guide {
    background-color: white;
    border-radius: 0.5em;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    width: 60%;
    min-width: 1200px;
    box-shadow: 0px 0px 4px rgba(23, 95, 184, 0.25);
}

.title {
    font-size: 2em;
}

.body {
    font-size: 1.3em;
    margin-left: 0.5em;
}

.guideimg {
    max-width: 100%;
    height: auto;
}

.guideimg2 {
    max-width: 50%;
    height: auto;
}

p1 {
    font-size: 0.8em !important;
    font-weight: normal !important;
    margin-bottom: 4em !important;
    margin-top: 1em !important;
    line-height: 160%;
}

a:hover {
    text-decoration: none;
}

p2 {
    font-weight: 700 !important;
}

p3 {
    background-color: #f0f7ff;
    color: rgba(23, 95, 184, 0.1);
    padding: 2em;
    border-radius: 0.5em;
    border: 1px solid rgba(23, 95, 184, 0.1);
}

p4 {
    font-size: 0.8em !important;
    font-weight: normal !important;
    margin-bottom: 1em !important;
    line-height: 160%;
}

.description {
    margin-left: auto;
    margin-right: auto;
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}

input {
    border: 1px solid rgba(0, 0, 0, 0.10);
    outline: none;
    margin-right: 0.6em;
    transition: 0.25s;
    margin-top: auto;
    margin-bottom: auto;
}

textarea {
    line-height: 1.5em;
    font-size: 0.7em;
    border: 1px solid rgba(0, 0, 0, 0.10);
    outline: none;
    margin-right: 1em;
    transition: 0.25s;
    margin-bottom: 4em;
}

.btn, .btn:hover {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: auto;
    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 {
    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 {
    transform: scale(1);
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #175FB8;
}