body { background-color: #181d2b; font-family: 'NanumSquare', 'Malgun Gothic', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic', 'Droid sans', Dotum, 돋움, 굴림, arial, sans-serif; color: #FFF;}

.error-div { text-align: center; margin: 5% auto 0; }
.logo-div { display: flex; align-items: center; justify-content: center; padding: 12px 0; gap: 15px; }
.dsc_err { font-size:15px; margin-bottom:11px; padding-bottom:7px; border-bottom:1px #eee; color:#FFF; }
.link { font-size:15px; color: #2e7ef6; }

@media (max-width:600px) {
    .error-div { text-align: center; margin: 0 auto;  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);white-space:nowrap; }
}