.video-Img-library-list {
    width: 1440px;
    max-width: calc(100% - 100px);
    margin: 4.6875vw auto 6.25vw;
}
.video-Img-library-list .manual-warranty-information {
    width: 100%;
}
.video-Img-library-list .manual-warranty-information .content-width {
    width: 1440px;
    max-width: calc(100% - 100px) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto !important;
}
.video-Img-library-list .manual-warranty-information [type=text] {
    border: 0;
    outline: 0 !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.video-Img-library-list .manual-warranty-information .main-content {
    margin: auto;
    display: block;
    margin: 4.6875vw 0px;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content h3.title {
    text-align: center;
    font-size: 2.0833333333vw;
    font-weight: 600;
    line-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-search {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 0.989583vw;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select .icon-arrow {
    font-size: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select * {
    cursor: pointer;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul {
    position: absolute;
    top: calc(100% + 3px);
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e4;
    z-index: 11;
    left: 0;
    font-size: 16px;
    max-height: 225px;
    overflow: auto;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul li {
    padding: 10px;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul li:hover {
    background-color: rgb(221, 221, 221);
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar-thumb {
    background-color: #707070;
}
.video-Img-library-list .manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar-track {
    background-color: transparent;
}
.video-Img-library-list .manual-warranty-information .no-item-dt {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: auto;
    margin: 60px 0px;
    text-align: center;
}
.video-Img-library-list .manual-warranty-information .selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .input-item {
    position: relative;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item {
    width: 100%;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .is-show {
    display: inline-block !important;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .is-rotate {
    -webkit-transform: translateY(-50%) rotate(-45deg) !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item input {
    cursor: pointer;
    text-overflow: ellipsis;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .select-options {
    position: absolute;
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    left: 0;
    z-index: 10;
    background-color: #fff;
    top: 100%;
    max-height: 220px;
    overflow: auto;
    display: none;
    border: 1px solid #a2a3a5;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .select-options div {
    padding: 10px;
    cursor: pointer;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .select-options div:hover {
    background-color: #a2a3a5;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .form-input {
    display: block;
    width: 100%;
    line-height: 50px;
    background: #FFFFFF;
    border: 1px solid #a2a3a5;
    padding: 0 1.458333vw;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .select-disabled {
    background: #e3e3e4;
}
.video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .select-arrow {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 20px;
    font-size: 16px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #a2a3a5;
    border-right: 1px solid #a2a3a5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.video-Img-library-list .list-card-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.video-Img-library-list .list-card-main .section-img-word {
    width: calc(25% - 1.04166vw);
    margin-top: 3.125vw;
    margin-right: 1.04166vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.video-Img-library-list .list-card-main .section-img-word .item-img {
    width: 100%;
    height: 240px;
    display: block;
    overflow: hidden;
}
.video-Img-library-list .list-card-main .section-img-word .item-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.video-Img-library-list .list-card-main .section-img-word .word-sec {
    width: 100%;
    background: #F7F7F7;
    padding: 1.0416666667vw 0.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.video-Img-library-list .list-card-main .section-img-word .word-sec .word-left .word-title {
    font-size: 0.8333333333vw;
    margin: 5px;
    color: #252728;
    overflow: hidden;
    -webkit-line-clamp: 3;
    word-break: break-word;
    font-weight: 500;
    line-height: 1.0416666667vw;
}
@media screen and (min-width: 992px) {
    .video-Img-library-list .list-card-main .section-img-word .word-sec .word-left .word-title:hover {
        text-underline-position: under;
        -webkit-text-decoration: underline 1px;
        text-decoration: underline 1px;
    }
}
.video-Img-library-list .list-card-main .section-img-word .word-sec .word-left .word-text {
    margin: 5px;
    font-size: 0.625vw;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 3;
    word-break: break-word;
}
.video-Img-library-list .list-card-main .section-img-word .word-sec .download {
    -ms-flex-item-align: center;
    align-self: center;
}
.video-Img-library-list .list-card-main .section-img-word .word-sec .download svg {
    width: 18px !important;
    height: 18px !important;
    right: 24px;
    margin-right: 10px;
    stroke: #000;
}
.video-Img-library-list .list-card-main .section-img-word .word-sec .download:hover {
    cursor: pointer;
    text-decoration: underline;
}
.video-Img-library-list .list-card-main .video-wrap {
    position: relative;
    width: 100%;
}
.video-Img-library-list .list-card-main .video-wrap video {
    display: block;
    height: 100%;
}
.video-Img-library-list .list-card-main .video-wrap .vido-play-button {
    position: absolute;
    left: 86%;
    top: 80%;
    width: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.video-Img-library-list .list-card-main .video-wrap .vido-play-button img {
    width: 100%;
}
.video-Img-library-list .list-card-main .video-wrap.isPlay .playBtn {
    opacity: 0;
}
.video-Img-library-list .btn-theme-8 {
    padding-bottom: 5.7291666667vw;
    text-align: center !important;
}
.video-Img-library-list .btn-theme-8 .btn {
    display: block;
    width: 200px;
    margin: 2.6041666667vw auto 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.video-Img-library-list .btn-theme-8 .btn-black:hover {
    color: white !important;
    background-color: #717171;
    border-color: #252728;
    -webkit-box-shadow: inset 0 0 0 1px #252728;
    box-shadow: inset 0 0 0 1px #252728;
}

@media (max-width: 991px) {
    .video-Img-library-list {
        width: 86.111111vw;
        margin: 11.111111vw auto 13.888889vw;
        max-width: 100%;
    }
    .video-Img-library-list .manual-warranty-information[type=text] {
        font-size: 4.444444vw;
    }
    .video-Img-library-list .manual-warranty-information {
        max-width: 100%;
        margin: 11.111111vw auto 13.888889vw;
    }
    .video-Img-library-list .manual-warranty-information .content-width {
        width: 86.111111vw;
        margin: 11.111111vw auto 13.888889vw;
        max-width: 100% !important;
    }
    .video-Img-library-list .manual-warranty-information .content-search {
        width: 100% !important;
    }
    .video-Img-library-list .manual-warranty-information .main-content .request-main {
        margin: 11.1111111111vw 0px 6.9444444444vw !important;
    }
    .video-Img-library-list .manual-warranty-information .main-content .request-content {
        width: 86.111111vw;
        margin: 11.111111vw auto 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .video-Img-library-list .manual-warranty-information .main-content .request-content h3.title {
        margin: 6.9444444444vw auto;
        font-size: 6.666667vw;
        line-height: 1.25;
        font-weight: 600;
    }
    .video-Img-library-list .manual-warranty-information .main-content .request-content .icon-arrow {
        font-size: 2vw;
        right: 5.555556vw;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        color: #999999;
    }
    .video-Img-library-list .manual-warranty-information .content-select {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        margin: 0px 0px 6.9444444444vw 0px !important;
    }
    .video-Img-library-list .manual-warranty-information .content-select .icon-arrow {
        font-size: 8px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }
    .video-Img-library-list .manual-warranty-information .no-item {
        font-size: 6.666667vw;
    }
    .video-Img-library-list .manual-warranty-information .request-content ul {
        font-size: 4.444444vw;
        max-height: 54vw;
    }
    .video-Img-library-list .manual-warranty-information .request-content ul li {
        padding: 2vw;
    }
    .video-Img-library-list .manual-warranty-information .request-content .rotate {
        -webkit-transform: translateY(-50%) rotate(180deg) scale(1) !important;
        transform: translateY(-50%) rotate(180deg) scale(1) !important;
    }
    .video-Img-library-list .manual-warranty-information .selects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 0.833333vw;
    }
    .video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item {
        width: 100%;
    }
    .video-Img-library-list .manual-warranty-information .selects .dropdown-select .select-item .form-input {
        width: 100%;
        min-width: auto;
        height: 11.666667vw;
        line-height: 11.666667vw;
        font-size: 4.444444vw;
        padding: 0 5.555556vw;
        border-radius: 0;
        color: #000;
    }
    .video-Img-library-list .list-card-main {
        width: 100%;
        margin-top: 6.944444vw;
    }
    .video-Img-library-list .list-card-main .section-img-word {
        width: calc(48% - 1.3888888889vw);
        margin: 0 1.3888888889vw 6.9444444444vw !important;
    }
    .video-Img-library-list .list-card-main .section-img-word .word-sec {
        padding: 2.7777777778vw 2.7777777778vw !important;
        display: block;
    }
    .video-Img-library-list .list-card-main .section-img-word .word-sec .word-title {
        font-size: 1.9444444444vw !important;
        margin: 1.3888888889vw 0 1.3888888889vw 0 !important;
        font-size: 4.4444444444vw !important;
        line-height: 5.5555555556vw !important;
    }
    .video-Img-library-list .list-card-main .section-img-word .word-sec .word-text {
        font-size: 1.6666666667vw !important;
        margin: 1.3888888889vw 0 1.3888888889vw 0 !important;
        text-align: left;
    }
    .video-Img-library-list .list-card-main .section-img-word .word-sec .download {
        margin-top: 2.7777777778vw;
    }
    .video-Img-library-list .list-card-main .section-img-word .item-img {
        height: 20.8333333333vw;
    }
    .video-Img-library-list .list-card-main .video-wrap video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .video-Img-library-list .list-card-main .video-wrap .vido-play-button {
        left: 50%;
        top: 50%;
        width: 32px;
    }
    .video-Img-library-list .btn-theme-8 .btn {
        width: 100% !important;
    }
}