/* 오디오 플레이어 CSS */

.bgm-wrap {position: relative;z-index: 9998; top:10px; width:100%; height:100px; text-align:center;}


.page-header { margin-top: 50px; }
.page-header>.flex>h1 {
font-size: 44px; color: #000; margin-bottom: 0px; font-family: 'S-CoreDream-7ExtraBold', 'NotoSans', dotum, sans-serif !important; font-family: 'NanumSquare'; display: inline-block; position: relative;
}
.page-header>.flex>h1::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1b4d9c;
    content: '';
    margin-top: 45px;
}

@media (max-width: 1199px) {
.page-header>.flex>h1 {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0px !important;
    font-family: 'S-CoreDream-6Bold';
    display: inline-block;
    position: relative;
}
.page-header>.flex>h1::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    border-radius: 1em;
    content: '';
    margin-top: 28px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}
}