.main_page_span {
    text-overflow: ellipsis;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.non_url {
    cursor: not-allowed !important;
}

.sharing-div {
    display: none;
}

.sharing-div.active {
    display: block;
}

.premium-video-div {
    display: flex;
    gap: 1.1rem;
    overflow: hidden;
    padding-top: var(--bs-gutter-y);
    margin-top: 0;
    max-width: 1000px;
    padding-bottom: 0px !important;
}

.slick-list {
    padding-bottom: 55px !important;
}

.premium-video-div .slick-slide {
    padding: 0 10px; /* 원하는 간격의 절반만큼 입력하세요 (양쪽 합쳐서 20px 간격) */
}

/* 2. 컨테이너의 양 끝 여백을 제거하여 정렬을 맞춥니다. */
.premium-video-div .slick-list {
    margin: 0 -10px;
}

.window_url, .sharing-btn, .non_url {
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium_div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-right: 0 !important;
    padding-left: 0 !important;
    align-items: center;
    justify-content: space-around;
}

.my-prev-btn, .my-next-btn {
    font-size: 80px !important;
    width: 50px !important;
}

/* 키워드와 일치하는 부분에 배경색과 글자색 지정 */
.highlight {
    background-color: yellow;
    color: black;
    font-weight: bold;
    border-radius: 2px;
}