.seo-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.search-page-title {
    padding: 20px 0 0;
    font-size: 22px;
    line-height: 1.4;
}

.search-btn {
    padding: 0;
    border: 0;
    cursor: pointer;
}

.content-date {
    margin-left: 10px;
    color: #92a0ad;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}

@media (max-width: 1240px) {
    .page-main {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }

    .page-layout-lr .layout-l {
        width: calc(100% - 300px);
    }

    .video-channel .vc-cont {
        width: calc(100% - 290px);
    }
}

@media (max-width: 768px) {
    html,
    body {
        min-width: 0 !important;
    }

    .page-main {
        width: auto;
        margin-right: 12px;
        margin-left: 12px;
    }

    .page-head-cont .cont-navlist .list-col {
        padding: 0 9px;
        font-size: 14px;
    }

    .page-head-cont .cont-logo {
        width: 88px;
        background-size: contain;
    }

    .page-layout-lr {
        display: flex;
        flex-direction: column;
    }

    .page-layout-lr .layout-l,
    .page-layout-lr .layout-r {
        float: none;
        width: 100%;
    }

    .page-layout-lr .layout-l {
        order: 1;
    }

    .page-layout-lr .layout-r {
        order: 2;
    }

    .indx-topnav {
        margin: 0 -5px;
    }

    .indx-topnav li {
        width: 50%;
        margin-bottom: 10px;
    }

    .indx-topnav .topnav-col {
        height: auto;
        margin: 0 5px;
    }

    .detail-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .search-cont {
        width: 100%;
    }

    .video-channel .vc-list {
        display: none;
    }

    .video-channel .vc-cont {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}
