
@media (min-width: 1441px){

    .accordian {
        width: calc((100% - 0.8vw)/ 4);
        height: auto;
        /* box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%); */
        /* -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%); */
        -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
        display: inline-block;
        padding: 0;
        float: left;
        min-height: 25vw;
        background: #000;
        margin: 0 0.1vw 0.2vw;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    .pcbox .swiper-slide {
        flex-shrink: 0;
        width: 100% !important;
        height: 25vw;
        position: relative;
        transition-property: transform;
        cursor: grab;
    }

    .pcbox {
        display: block;
        position: relative;
        width: 100%;
        height: 25vw;
        overflow: hidden;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


}


@media all and (max-width: 812px) {

.pcbox .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 1vw;
}

.pcbox .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: 95vw;
    position: relative;
    transition-property: transform;
    cursor: grab;
}

.pcbox {
    display: block;
    position: relative;
    width: 100%;
    height: 95vw;
    overflow: hidden;
}

.kr-v.active {
    word-break: keep-all;
    white-space: pre-line;
    line-height: 5.1vw;
    font-size: 3.8vw;
    font-weight: 900;
    top: -1px;
    display: block;
    position: relative;
}


.infobox {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    font-size: 4vw;
    line-height: 4.4vw;
    white-space: pre-line;
    padding: 2vw;
}

.leftbox {
    display: inline-block;
    position: relative;
    width: calc(100% - 6vw);
    height: auto;
    min-height: unset;
    float: left;
    padding: 3vw;
    font-size: 4vw;
    line-height: 4.3vw;
    font-weight: bold;
    left: 0;
    top: 0;
}

.rightbox {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    background: #000;
    color: #fff;
    /* padding: 0.5vw; */
    left: unset;
}

.box {
    height: 85vw;
}

.text {
    display: none;
}

.test {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    white-space: pre-line;
    padding-bottom: 3vw;
    font-size: 4vw;
    line-height: 4.3vw;
}

.box-content video {
    display: block;
    position: relative;
    width: auto;
    max-width: 100%;
    /* padding-top: 2.2vw; */
    height: auto;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
}

.box-date {
    display: none;
}

.box-header {
    display: inline-block;
    position: relative;
    width: calc(100% - 1vw);
    /* height: 2.2vw; */
    font-size: 5vw;
    line-height: 5vw;
    padding-left: 3vw;
    font-weight: bold;
}

.cover-line {
	display: none;
}

.firstbox .line {
    display: block;
    position: relative;
    top: 0;
    width: 50%;
    height: 2.2vw;
    z-index: 9999999;
    background: #000;
    padding-top: 3vw;
}

.contentbox {
    display: inline-block;
    position: relative;
    width: calc(100% - 6vw);
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding: 3vw;
    padding-bottom: 20vw;
}

.accordian {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin: 0;
    /* box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%); */
    /* -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%); */
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: 0;
    float: left;
    min-height: auto;
    margin-bottom: 1px;
}

.accordian ul {
    display: none;
}

.mver {
    display: block;
    position: relative;
    width: 100%;
    height: 93vw;
        overflow: hidden;
}

.work-nine .mver {
    display: block;
    position: relative;
    width: 100%;
    height: 104vw;
    overflow: hidden;
}

video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    /* top: 10%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none !important;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    background: #000;
}

img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}





}
