body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;

    object-fit: cover;

    /*border-radius: 3px;*/

    /* Image border */
    /*border: 4px solid white;*/
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /*border-radius: 4px;*/

    /* Background color behind image.
       This is visible during transitions. */
    background-color: #000;
}

.lb-outerContainer:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .lb-outerContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .lb-dataContainer {
        top: 4% !important;
        left: unset !important;
        right: 5% !important;
        transform: unset !important;
    }
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(./loading.gif) no-repeat;
}

.lb-nav {
    /* position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: aqua; */

    position: absolute;
    bottom: 28px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

/* .lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
} */

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    /* width: 34%; */
    /* left: 0; */
    /* float: left; */
    /* background: url(./lightbox_prev.png) 49px 48% no-repeat; */

    width: 14px;
    height: 20px;
    background: url(http://imsi.pensionnara.co.kr/woljeongyeonga/assets/prev_v2.png)
    no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    margin-right: 25px;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    /* width: 64%; */
    /* right: 0; */
    /* float: right; */
    /* background: url(./lightbox_next.png) calc(100% - 49px) 48% no-repeat; */

    width: 14px;
    height: 20px;
    background: url(http://imsi.pensionnara.co.kr/woljeongyeonga/assets/next_v2.png)
    no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    margin-left: 25px;
}

.lb-number-psnara {
    display: flex;
    align-items: center;
    font-family: 'NanumSquare', sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1.125px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.lb-number-psnara span {
    font-size: 28px;
    margin: 0 8px;
}

@media (max-width: 768px) {
    .lb-number-psnara {
        display: none !important;
    }

    .lb-nav a.lb-prev {
        margin-right: 20px !important;
    }

    .lb-nav a.lb-next {
        margin-left: 0 !important;
    }
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-stop-psnara {
    cursor: pointer;
    user-select: none;
    padding-bottom: 5px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 13px;
    font-weight: 800;
    width: 34px;
    color: #fff;
    letter-spacing: 0.65px;
    background: none;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-left: 27px;
}

.lb-autoInterval {
    display: none;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: '';
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 41px;
    height: 41px;
    background: url(./lightbox_close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + 50px));
}
