.schedule-wrapper {
    /* background: radial-gradient(circle, var(--sub-color-4) 0%, var(--sub-color-3) 40%); */
    background: url("../../img/recruit/pc-left-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:992px) {
    .schedule-wrapper {
        padding: 0;
    }
}

.schedule-wrapper::before {
    content: "";
    position: absolute;
    background: url("../../img/recruit/main-bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.underlayer-titles {
    margin-top: 50px;
}

.underlayer-titles p {
    color: var(--txt-color-4);
}

.underlayer-titles::after {
    background: var(--txt-color-6);
}

.schedule-contents {
    margin-top: 100px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

@media(max-width:992px) {
    .schedule-contents {
        gap: 10px;
        padding: 0 15px;
    }
}

.schedule-content {
    width: 200px;
    position: relative;
}

@media(max-width:992px) {
    .schedule-content {
        width: 48%;
    }

    .schedule-content:not(:first-of-type),
    .schedule-content:not(:nth-of-type(2)) {
        margin-top: 40px;
    }
}

.schedule-content-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 2px solid var(--txt-color-1);
}

.schedule-content-names {
    margin-top: 15px;
    position: relative;
}

.pickupcast-content-name span {
    color: var(--txt-color-1);
}

.schedule-content-names .pickupcast-content-name {
    position: initial;
    transform: initial;
    text-align: left;
    width: 100%;
    background: var(--sub-color-5-op8);
    color: #FFF;
}

.schedule-content-insta-link {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.schedule-content-insta-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.schedule-content-times {
    background: var(--sub-color-10);
    margin-bottom: 5px;
    padding: 5px 15px;
}

.schedule-content-description {
    color: #ff0000;
    font-weight: bold;
}

.schedule-content-time {
    color: #000;
    font-weight: bold;
}

.schedule-content-cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-left: 2px solid var(--txt-color-1);
    border-right: 2px solid var(--txt-color-1);
    border-bottom: 2px solid var(--txt-color-1);
}