.blocker{
    background-color: rgba(0,0,0,0.1);
}

.blocker:before{
    height: auto;
}
.jquery-modal{
    padding:0;

}
#modal_qrcodePreview.modal{
    background-color: black;
    width: 100%;
    height: 46%;
    padding: 0;
    margin-top:0;
    border-radius: 0;
}

.modal-preview-box{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.qrcode-preview-box{
    position: relative;
    width: 100%;
    height: calc(100% - 10rem);
    flex: 1;
}

.qrcode-preview{
    width:100%;
    height: 100%;
}

video{
    object-fit: cover;
}

.btn-capture{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -1rem);
    z-index: 102;
    border-radius: 50%;
    /* background-color: var(--color_point); */
    background-color: white;
    color: black;
    font-weight: bold;
    border: 4px solid rgba(85,85,85,0.2);
    font-size: 4vw;
    padding: 6vw;
}

.btn-capture img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.asset-list-box{
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
}
.asset-img-list-box{
    width: calc(100% - 6rem);
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex: 1;
}

.asset-img-list-box img{
    width: auto;
    height: 100%;
    overflow: hidden;
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}

.btn-confirm{
    width:6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 50%;
}

.btn-confirm img{
    width: 100%;
    height: 100%;
}

.slider-assets{
    width: 100%;
    height: 100%;
}

.slider-assets .slick-list{
    padding: 0 !important;
    height: 100%;
}

.slider-assets .slick-track{
    height: 100%;
    margin-left:0;
}

.slick-list > div{
    margin-left:0;
}

.img-box{
    width: 8rem;
    height: 8rem;
    margin-left: 1rem;
    line-height: 8rem;
}

.img-box img{
    width: auto;
    height: auto;
    max-width: 8rem;
    max-height: 8rem;
}

@media (max-width: 1367px){
    .contents-main {
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}