.gallery-1-popup {
    background-color: #F9F9F9;
}
.gallery-1-popup .sec-content-area {display: block;width: 100%;}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con {position: relative;}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con .gallery-1-popup-box-con-img {overflow: hidden;}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con .gallery-1-popup-box-con-img img {width: 100%;max-width: 100%;transition: all ease 0.3s;}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con:hover .gallery-1-popup-box-con-img img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con .cbp-item-subject {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    color: #fff;
    letter-spacing: -0.03em;
}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con .btn-zoomin-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 141.414141%;
    background-color: transparent;
    border: 0;
    background-image: url(img/full-size-w.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: center;
    background-position-y: center;
    opacity: 0;
}
.gallery-1-popup .gallery-1-popup-box .gallery-1-popup-box-con .btn-zoomin-1:hover {
    opacity: 1;
    transition: opacity ease-out 0.5s;
}
.gallery-1-popup .animation-btn {
    margin-top: 50px;
}

/*팝업 커스텀*/
.cbp-popup-lightbox-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.cbp-popup-lightbox-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.5% 3.5%;
    background: rgba(0,0,0,0.3);
}
.cbp-popup-lightbox-title h6 {
    font-weight: 700;
    color: #eff30a;
}
.cbp-popup-lightbox-title p {
    font-weight: 400;
    color: #fff;
    font-size: min(2.9166666666666665vw,16px);
    margin-top: 0.4em;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.cbp-popup-lightbox-counter {
    position: absolute;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5% 0.5%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: #dbdbdb;
}
@media screen and (max-width: 480px) {
    .cbp-popup-lightbox-title p {
        font-size: min(3.611111111111111vw,14px);
    }
}