.part01-template-15 {
    position: relative;
    padding-top: 0;
    display: block;
    min-height: 31.25vw;
    overflow: hidden
}

.part01-template-15 .inner_video_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    pointer-events: none
}

.part01-template-15 .inner_video_box.show {
    z-index: 5;
    filter: brightness(1);
    pointer-events: auto
}

.part01-template-15 .video_iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, .88);
    display: none;
    overflow: hidden
}

.part01-template-15 .video_iframe iframe {
    width: 100%;
    position: relative;
    display: block;
    height: 57vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.part01-template-15 .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    z-index: 1;
    left: 0;
    top: 0
}

.part01-template-15 .thumb.do-not-scroll-video {
    height: 56.25vw
}

.part01-template-15 .thumb.do-not-scroll-video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3)
}

.part01-template-15 .thumb_mobile {
    background-size: 0;
    position: relative
}

.part01-template-15 .thumb_mobile.do-not-scroll-video {
    height: 56.25vw
}

.part01-template-15 .thumb_mobile.do-not-scroll-video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3)
}

.part01-template-15 .play {
    width: clamp(88px, 9vw, 160px);
    height: clamp(88px, 9vw, 160px);
    border: 4px solid #fff;
    display: block;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: rgba(255, 255, 255, .1) 0px 1px 1px 0px inset, rgba(50, 50, 93, .25) 0px 25px 100px -20px, rgba(0, 0, 0, .3) 0px 30px 60px -30px
}

.part01-template-15 .play.active {
    left: 10%;
    transform: translate(-50%, -50%) scale(0.5);
    background-color: #fff;
    top: 10vw
}

.part01-template-15 .play.active::after {
    opacity: 0;
    transform: scale(0)
}

.part01-template-15 .play.active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.part01-template-15 .play::before {
    content: "X";
    opacity: 0;
    transition: all .6s ease;
    color: #f2836f;
    position: absolute;
    font-size: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.part01-template-15 .play::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 28px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-36%);
    opacity: 1;
    transition: all .6s ease
}

.part01-template-15 .play.for-local-mobile {
    display: none
}

@media(hover: hover) {
    .part01-template-15 .play:hover {
        background-color: rgba(255, 255, 255, .6);
        border-color: #fff
    }

    .part01-template-15 .play:hover::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000
    }
}

.part01-template-15 .jump_video {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1999
}

.part01-template-15 .jump_video .box {
    width: 90%;
    height: 80vh;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%
}

.part01-template-15 .jump_video .black {
    position: absolute;
    background-color: rgba(0, 0, 0, .83);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

.part01-template-15 .jump_video .close {
    height: 70px;
    width: 70px;
    background-color: #f2836f;
    cursor: pointer;
    position: absolute;
    right: 36px;
    z-index: 5;
    top: -50px;
    transform: scale(1);
    transition: all .3s ease
}

.part01-template-15 .jump_video .close:after,
.part01-template-15 .jump_video .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    width: 2px;
    background-color: #fff
}

.part01-template-15 .jump_video .close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.part01-template-15 .jump_video .close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.part01-template-15 .jump_video .video_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.part01-template-15 .jump_video .video_box iframe {
    width: 100%;
    height: 100%;
    position: relative
}

.part01-template-15 .map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.part01-template-15 .text-wrap {
    width: 100%;
    height: 100%;
    padding: 0 43.28vw 0 13.28vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: absolute
}

.part01-template-15 .text-wrap .title {
    margin-bottom: 2.53125vw;
    color: #fff;
    font-size: clamp(30px, 3.65vw, 70px);
    font-weight: 600;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.part01-template-15 .text-wrap .describe {
    max-width: 55%;
    font-size: clamp(14px, .9375vw, 18px);
    font-weight: 300;
    color: #fff;
    line-height: 2;
    letter-spacing: .9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.part01-template-15 .text-wrap .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: none !important
}

@media(min-width: 1199px) {
    .part01-template-15 .jump_video .close:hover {
        transform: scale(1.05)
    }
}

@media(max-width: 1100px) {
    .part01-template-15 {
        height: 50vw
    }
}

@media(max-width: 767px) {
    .part01-template-15 .inner_video_box {
        pointer-events: all
    }

    .part01-template-15 .thumb {
        background-size: 0
    }

    .part01-template-15 .thumb_mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: block;
        z-index: 1;
        left: 0;
        top: 0
    }

    .part01-template-15 .text-wrap {
        padding: 0 21.28vw 0 7.16vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .part01-template-15 .text-wrap .title {
        max-width: 65%
    }

    .part01-template-15 .play.for-local-mobile {
        display: block !important
    }

    .part01-template-15 .play.for-local-dsktop {
        display: block !important
    }

    .part01-template-15 .play::after {
        border-width: 14px 0 14px 20px
    }

    .part01-template-15 .jump_video .close {
        transform: scale(0.8)
    }

    .part01-template-15 .jump_video .video_box {
        height: auto;
        padding-bottom: 57%
    }

    .part01-template-15 .jump_video .video_box iframe {
        width: 100%;
        height: 100%;
        position: absolute
    }

    .part01-template-15 .jump_video .box {
        height: auto
    }

    .part01-template-15 {
        height: 55vh;
        height: 166vw;
        min-height: 166vw
    }

    .part01-template-15 .jump_video .close {
        transform: scale(0.5);
        right: 0;
        top: -41px
    }

    .part01-template-15 .text-wrap {
        padding: 38px;
        text-align: left
    }

    .part01-template-15 .text-wrap .title {
        max-width: 100%;
        -webkit-line-clamp: 3
    }

    .part01-template-15 .text-wrap .describe {
        max-width: 100%
    }
}

@media(min-width: 768px) {
    .part01-template-15.for-video {
        min-height: 56.25vw;
        height: 56.25vw
    }
}

/*# sourceMappingURL=15.css.map */
