@charset "utf-8";

/*
 * 라이브스코어 프레임은 원본 메인 패널 #content_frame 안에서만 표시합니다.
 * 프리미엄분석과 다른 게시판·마켓 본문에는 영향을 주지 않습니다.
 */
#content_frame.sl-livescore-frame-host {
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    min-height:420px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    border:1px solid #d8dee6 !important;
    background:#fff !important;
    box-sizing:border-box !important;
}

#content_frame.sl-livescore-frame-host > #sl-livescore-main-frame {
    display:block !important;
    width:100% !important;
    height:900px;
    min-height:420px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
}

body:not(.sl-livescore-route) > #sl-livescore-frame-area,
body:not(.sl-livescore-route) .sl-livescore-frame-area {
    display:none !important;
}

@media screen and (max-width:768px) {
    #content_frame.sl-livescore-frame-host,
    #content_frame.sl-livescore-frame-host > #sl-livescore-main-frame {
        min-height:520px !important;
    }
}
