/* (주)한신정보기술 권정현 - 2019.07.22 */

/* 레이아웃 */
#header {padding-top:52px; padding-bottom:48px;}
@media all and (max-width:640px) {
    #header {padding-top:35px; padding-bottom:33px;}
}

/* 로고 */
.logo {font-size:0; line-height:0; text-align:center;}
.logo a {display:inline-block;}
@media all and (max-width:640px) {
    .logo img {height:41px;}
}

/* 하단 */
#footer {padding-top:42px; padding-bottom:79px;}
@media all and (max-width:640px) {
    #footer {padding-top:28px; padding-bottom:53px;}
}

/* 하단 정보 */
.footer_info {color:#4b4b4b; font-size:15px; line-height:27px; text-align:center;}
.footer_info mark {font-weight:600;}
.footer_info strong {color:#d12b4e; font-weight:400;}
.footer_info strong:before, .footer_info strong:after {display:inline; color:#c6c6c6; content:' / ';}
@media all and (max-width:640px) {
    .footer_info {font-size:14px; line-height:24px; text-align:left;}
    .footer_info mark {font-weight:400;}
    .footer_info strong {display:block;}
    .footer_info strong:before, .footer_info strong:after {display:none;}
}