.newsroom-navi-list .news-tab-item-a.is-active {
    font-weight: bold;
    color: #fff;
}

.newsroom-navi-list {
    width: 45%;
	max-width: 1200px;
}

.newsroom-navi-list li {
    width: 50%;
}

#movie .contents {
    display: none;
}

#movie .contents.active {
    display: block;
    max-width: 1200px;
}

.movie-category-section {
    padding: 80px 0 0px;
    transition: .5s;
}

.wp-block-columns {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}


.wp-block-column {
    width: 30%;
    max-width: 30%;
    min-width: 30%;
}

@media (min-width: 1050px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: var(--wp--style--block-gap, 0em);
    }
}


.youtube-thumb {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    overflow: hidden;
}

.youtube-thumb img {
    width: 100%;
    height: auto;
}

.modal-video {
    display: block;
}

.photo-link-wrapper h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
}

@media screen and (max-width: 1050px) {
    .newsroom-navi-list {
        flex-wrap: wrap;
        width: 92%;
        box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .05), 0 -10px 5px -3px rgba(0, 0, 0, .05);
    }

    .wp-block-column {
        width: 47%;
        max-width: 50%;
        min-width: 47%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: var(--wp--style--block-gap, 0em);
    }

    .casestudy-search {
        transform: translateX(0%);
        position: relative;
        top: 30px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        overflow-y: visible;
        background: #fff;
        transition: .5s;
    }

    .cnt-cmsod-category li:first-child {
        width: 50% !important;
    }

    .newsroom-navi-list li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .wp-block-column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}