﻿/*-----------------------------------------------------------------------------------
error
------------------------------------------------------------------------------------*/
.error-section {
    width: 800px;
    color: #222;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    padding-top: 100px;
    font-family: Malgun Gothic, '맑은고딕';
    font-size: .9rem;
    min-height: 500px;
    margin: 0 auto;
}

#searchResult .error-section {
    display: none;
}

.error-section .error-icon {
    margin: 10px 0
}

.error-section .error-title, .error-section .error-title span {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px
}

.error-section .error-detail {
    font-size: 14px
}

.error-section .bred {
    color: #c85b5a
}

.error-section .call {
    font-weight: 700;
    color: #d14c39
}
/*----------------------------------------------------------------------------------*/
