@charset "UTF-8";
/* CSS Document */

#detailImage {
    width: 900px;
    height: 366px;
    position: absolute;
    left: -83px;
    background-color: #FFF;
    z-index: 1000;
    /* border-top: #AAA solid 1px;
    border-bottom: #AAA solid 1px; */
    display: none;
}

#detailImage img {
    display: block;
    position: absolute;
    left: 83px;
}

#detail {
    clear:both;
    margin-left:50px;
}

#detail_new {
    width: 100%;
    position: relative;
}

#detail_new img {
    display: block;
    margin: 0 auto;
}

#detail-btn-open {
    bottom: 0;
    right: 86px;
    position: absolute;
    cursor:pointer;
}

#detail-btn-close {
    bottom: 0;
    right: 86px;
    position: absolute;
    display: none;
    cursor: pointer;
}