.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: auto !important;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    margin-left: 6px;
    margin-right: 6px;
}
.slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    width: 10px;
    height: 10px;
    background-color: #777;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots .slick-active button {
    background-color: #000;
}
.top-kv__item .item__img.align_top {
    background-position: top;
}
.top-kv__item .item__img.align_center {
    background-position: center;
}
.top-kv__item .item__img.align_bottom {
    background-position: bottom;
}
.top-kv__item .item__img {
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
    .top-kv__item__wrap {
        position: relative;
        width: 89.33333vw;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .top-kv__item__wrap:before {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .top-kv__item__wrap:after,
    .top-kv__item__wrap:before {
        content: "";
        width: 5.33333vw;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .top-kv__item__wrap:after {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .top-kv__item__wrap .slick-list {
        overflow: visible;
    }
    .top-kv__item__wrap .slick-slide > div {
        font-size: 0;
    }
    .top-kv__item__wrap .slick-dots {
        position: absolute;
        top: 2.66667vw;
        left: 2.66667vw;
        z-index: 2;
        margin-top: 0;
    }
    .top-kv__item__wrap .slick-dots li {
        height: 1.33333vw;
        margin-left: 1.33333vw;
        margin-right: 0;
        font-size: 0;
    }
    .top-kv__item__wrap .slick-dots li:first-child {
        margin-left: 0;
    }
    .top-kv__item__wrap .slick-dots li button {
        width: 1.33333vw;
        height: 1.33333vw;
        border-radius: 0;
        background-color: #e5e7eb;
    }
    .top-kv__item__wrap .slick-dots .slick-active button {
        background-color: #8fd1e8;
    }
    .top-kv__item {
        width: 89.33333vw;
    }
    .top-kv__item.movie a:before {
        content: "";
        width: 13.33333vw;
        height: 13.33333vw;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 85'%3E%3Cellipse cx='43' cy='42.5' rx='43' ry='42.5' style='isolation:isolate' fill='%230f1f3f' opacity='.8'/%3E%3Cpath d='M33.86 26.82l25.75 15.34-25.75 15.35z' fill='%238fd1e8'/%3E%3C/svg%3E");
    }
    .top-kv__item a {
        display: block;
        position: relative;
    }
    .top-kv__item .item__img {
        position: relative;
    }
    .top-kv__item .item__img:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .top-kv__item .item__img.align_start {
        background-size: initial;
        background-position: top;
    }
    .top-kv__item .item__header {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5.33333vw 2.66667vw 2.66667vw;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 31, 63, 0)), color-stop(35%, rgba(15, 31, 63, 0.7)), to(#0f1f3f));
        background: linear-gradient(rgba(15, 31, 63, 0), rgba(15, 31, 63, 0.7) 35%, #0f1f3f);
    }
    .top-kv__item .item__header .title {
        line-height: 1.5;
        color: #fff;
        font-size: 3.73333vw;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .top-kv__item .item__header .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
    }
    .top-kv__item .item__header .category {
        margin-right: 5.33333vw;
        color: #8fd1e8;
        font-size: 2.66667vw;
    }
    .top-kv__item .item__header .date {
        color: #8fd1e8;
        font-size: 2.66667vw;
    }
}
@media only screen and (min-width: 769px) {
    .top-kv__item__wrap {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .top-kv__item__wrap:before {
        content: "";
        width: calc(50vw - 450px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1140px) {
    .top-kv__item__wrap:before {
        width: 120px;
    }
}
@media only screen and (min-width: 769px) {
    .top-kv__item__wrap:after {
        content: "";
        width: calc(50vw - 450px);
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1140px) {
    .top-kv__item__wrap:after {
        width: 120px;
    }
}
@media only screen and (min-width: 769px) {
    .top-kv__item__wrap .slick-list {
        overflow: visible;
    }
    .top-kv__item__wrap .slick-slide > div {
        font-size: 0;
    }
    .top-kv__item__wrap .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        margin-top: 0;
    }
    .top-kv__item__wrap .slick-dots li {
        height: 7px;
        margin-left: 6px;
        margin-right: 0;
        font-size: 0;
    }
    .top-kv__item__wrap .slick-dots li:first-child {
        margin-left: 0;
    }
    .top-kv__item__wrap .slick-dots li button {
        width: 7px;
        height: 7px;
        border-radius: 0;
        background-color: #e5e7eb;
    }
    .top-kv__item__wrap .slick-dots .slick-active button {
        background-color: #8fd1e8;
    }
    .top-kv__item {
        width: 900px;
    }
    .top-kv__item.movie a:before {
        content: "";
        width: 85px;
        height: 85px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 85'%3E%3Cellipse cx='43' cy='42.5' rx='43' ry='42.5' style='isolation:isolate' fill='%230f1f3f' opacity='.8'/%3E%3Cpath d='M33.86 26.82l25.75 15.34-25.75 15.35z' fill='%238fd1e8'/%3E%3C/svg%3E");
    }
    .top-kv__item a {
        display: block;
        position: relative;
    }
    .top-kv__item .item__img {
        position: relative;
        background-repeat: no-repeat;
    }
    .top-kv__item .item__img:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .top-kv__item .item__header {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 60px 20px 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 31, 63, 0)), color-stop(35%, rgba(15, 31, 63, 0.7)), to(#0f1f3f));
        background: linear-gradient(rgba(15, 31, 63, 0), rgba(15, 31, 63, 0.7) 35%, #0f1f3f);
    }
    .top-kv__item .item__header .title {
        line-height: 1.5;
        color: #fff;
        font-size: 2rem;
        font-weight: 600;
    }
    .top-kv__item .item__header .category {
        position: absolute;
        top: 43px;
        left: 20px;
        color: #8fd1e8;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .top-kv__item .item__header .date {
        margin-top: 3px;
        color: #7e7e7e;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 360px) {
    div.kv__item__wrap_one_1 div.item__img,
    div.kv__item__wrap_two_1,
    div.kv__item__wrap_two_1 div.item__img,
    div.kv__item__wrap_three_1 div.item__img {
        height: 100vh;
    }
}
