/* Ô¤ÀÀÍ¼ */
.preview-img {
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: url("../img/close.png") no-repeat;
    /*background: url("../images/fancybox_overlay.png");*/
}

/* ÈÝÆ÷ */
.preview-img .container {
    max-width: 90%;
    margin-top: 130px; 
    /*position: absolute;*/
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

/* ´óÍ¼ÏÔÊ¾ */
.preview-img .container img {
    max-width: 100%;
    background-size: contain/cover;
}

/* ¹Ø±Õ°´Å¥ */
.preview-img .container a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-decoration: none;
    position: absolute;
    right: -18px;
    top: -18px;
    background-color: #ff00f7;
    /*background: url("../img/close.png") no-repeat;*/
    /*background: url("../images/fancybox_sprite.png") no-repeat;*/
}
