﻿
/* 헤더부분 */
.hd { display: table; position: relative; width: 100%; height: 280px; text-align: center; }
.hd-inner { display: table-cell; vertical-align: middle; }

.hd-heading {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
.hd {
        height: 220px;
    }

.hd-heading {
    font-size: 20px;
    font-family: "Noto Sans CJK KR", "본고딕", "Noto Sans Korean", "맑은 고딕", "Malgun Gothic", "돋움", Dotum, sans-serif;
    font-weight: 500;
    }
}
