.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    color: #99999942;
    z-index: 9999;
    background-color: rgba(128, 124, 148, 0);
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 10px;
    z-index: 9999;
}

.lg-actions .lg-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 80px;
}

.lg-actions .lg-prev {
    left: 10px;
    z-index: 9999;
}

.lg-actions .lg-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 80px;
}


.lg-toolbar {
    background-color: transparent;
}

.lg-outer .lg-dropdown .lg-icon {
    background-color: transparent;
}

.lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 26px;
    width: 63px;
    height: 63px;
    padding:  0;
    text-align: center;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background-color: #807c94;
    border-radius: 50px;
    margin: 15px;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: transparent;
    padding: 10px 40px;
    position: fixed;
    left: 15%;
    text-align: left;
    z-index: 1080;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    font-family: Noto Sans TC;
    bottom: auto;
    /* top: 23%; */
}

.lg-sub-html h4 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #ffffff;
    position: relative;
    border-bottom: solid 5px;
    margin-bottom: 15px;
}

.lg-sub-html h4::before {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 6.5px;
    background-color: #ffffff;
    position: absolute;
    bottom: -8px;
}

.lg-sub-html p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 2px;
    color: #ffffff;
    width: 100%;
}

.lg-outer #lg-share-facebook .lg-icon,
.lg-outer #lg-share-twitter .lg-icon,
.lg-outer #lg-share-line .lg-icon,
.lg-outer #lg-share-copyurl .lg-icon {
    margin: 0 10px;
}

.lg-outer #lg-share-facebook .lg-icon:after,
.lg-outer #lg-share-twitter .lg-icon:after,
.lg-outer #lg-share-line .lg-icon:after,
.lg-outer #lg-share-copyurl .lg-icon:after {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    background: url(../img/share_fb.svg)center center no-repeat;
    background-size: 35px;

}

.lg-outer #lg-share-twitter .lg-icon:after {
    background: url(../img/share_twitter.svg)center center no-repeat;
    background-size: 35px;
}

.lg-outer #lg-share-line .lg-icon:after {
    background: url(../img/share_line.svg)center center no-repeat;
    background-size: 35px;
}

.lg-outer #lg-share-copyurl .lg-icon:after {
    background: url(../img/share_copy.svg)center center no-repeat;
    background-size: 35px;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.lg-outer .lg-inner {
    height: 100%;
    position: absolute;
    right: 10%;
    left: auto;
    top: 0;
    white-space: nowrap;
    width: 50%;
}

.lg-backdrop {
    background-color: rgb(45, 40, 53);
}

.lg-backdrop.in {
    opacity: 0.95;
}

@media (min-width: 1200px) {
    .lg-sub-html {
        left: 10%;
        width: 30%;
    }

    .lg-outer .lg-img-wrap {
        padding: 40px 12px;
    }

    .lg-outer .lg-inner {}

    .lg-outer .lg {}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .lg-sub-html {
        left: 5%;
        width: 35%;
    }

    .lg-outer .lg-img-wrap {
        padding: 35px 12px;
    }

    .lg-outer .lg-inner {}

    .lg-outer .lg {}

    .lg-toolbar .lg-icon {}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .lg-sub-html {
        left: 5%;
        width: 35%;
    }

    .lg-outer .lg-img-wrap {
        padding: 35px 12px;
    }

    .lg-outer .lg-inner {}

    .lg-outer .lg {}

    .lg-toolbar .lg-icon {
        font-size: 24px;
        width: 47px;
        height: 47px;
        padding:  0;
    }
}

@media (max-width: 767.98px) {
    .lg-sub-html {
        width: 46%;
        left: 3%;
    }

    .lg-outer .lg-img-wrap {
        padding: 35px 12px;
    }

    .lg-outer .lg-inner {
        right: 5%;
    }

    .lg-outer .lg {}

    .lg-toolbar .lg-icon {
        font-size: 24px;
        width: 47px;
        height: 47px;
        padding:  0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .lg-sub-html {
        width: 100%;
        left: 0;
        top: initial;
        text-align: center;
        display: flex;
        justify-content: center;
        bottom: 20px;
    }

    .lg-outer .lg-img-wrap {
        padding: 20px 12px;
    }

    .lg-outer .lg-inner {
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .lg-outer .lg {}

    .lg-toolbar .lg-icon {
        font-size: 20px;
        width: 45px;
        height: 45px;
        padding: 0;
        margin: 12px;
        line-height: 1;
    }
}

@media (max-width: 479.98px) {}

@media (max-width: 379.98px) {
    .lg-sub-html {
        bottom: 10px;
    }

    .lg-outer .lg-img-wrap {
        padding: 15px 12px;
    }

    .lg-outer .lg-inner {
        top: 0;
    }

    .lg-outer .lg {}

    .lg-toolbar .lg-icon {}
}

@media (max-width: 349.98px) {}
