A:link {text-decoration: none;color: #000;}
A:visited {text-decoration: none;color: #000}
A:active {text-decoration: none;color: #000}
A:hover {text-decoration: underline;color: #2492d6;}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
    font-family: NotoSansKR;
}

.container {
    border-bottom: 2px solid #353535;
}

.agreement_content {
    padding: 10px 3px;
}

.agreement_content:nth-of-type(n+2) {
    margin-top: 15px;
}

.header_logo {
    margin: 30px 0;
}

footer {
    width: 100%;
    height: 77px;
    margin: 0 auto;
}

.footer_text {
    font-weight: bold;
    line-height: 32px;
    color : #c0c0c0;
    font-size: 0.9em;
    text-align: center;
    margin-top: 10px;
}

.link_underline {
    font-weight: bold;
    color : #62bed6 !important;
    text-decoration: underline !important;
}

.custom_center_link {
    color : #92dbf0 !important;
    text-decoration: underline !important;
}

.agreement_title {
    font-size: 1.2em;
    margin-top: 5px;
}

.guide_title {
    font-weight: bold;
    font-size: 1.1em;
    color: #000000;
}

.guide_text {
    font-size: 0.9em;
    color: #000000;
}

.guide_section {
    border: 1px solid #000000;
    padding: 15px;;
}

@media (min-width: 768px) {
    .container {
        width: 670px;
    }
}


.rc-anchor-normal {
    width: 100% !important;
}