
.hshowview_sidebar {
    /* »çÀÌµå¹Ù ¿µ¿ª */
    position: absolute;
    width: 245px;
    top: 0px;
    bottom: 0;
    padding: 12px 0 0 0;
    background-color: #ebebeb;

    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
}

/* ---- Thumbnails ---- */

.hshowview_thumbBox {
    /* ½æ³×ÀÏ ¹× ÆäÀÌÁö ÀÎµðÄÉÀÌÅÍ ÀüÃ¼¸¦ °¨½Î´Â ¹Ú½º ¿µ¿ª */
    position: relative;
    display: inline-block;

    margin: 0px 0px 5px 0px;
    padding: 6px 6px 3px 19px;

    border: 1px solid transparent;
    border-radius: 3px;

    z-index: 0;
}

.hshowview_thumbPageNo {
    /* ½æ³×ÀÏ º° ÆäÀÌÁö ¹øÈ£¸¦ Ç¥½ÃÇÏ´Â span ¿µ¿ª */
    position: absolute;
    display: inline-block;
    width: 15px;
    padding-right: 5px;
    text-align: right;
    top: 6px;
    left: 0;
    font-family: Malgun Gothic,Sans-Serif;
    font-size: 12px;
    color: #333333;
}

.hshowview_current {
    /* ÇöÀç º¸°í ÀÖ´Â ÆäÀÌÁö¿¡ ÇØ´çÇÏ´Â ½æ³×ÀÏ/¸ñÂ÷ ¿µ¿ª */
    border-color: #ffa590; /*HShow¿¡¼­ »ç¿ëÇÏ´Â »ö°ú µ¿ÀÏÇÏ°Ô ¸ÂÃß¸é ÁÁÀ» µí*/
    background-color: #f6e2d9;/*HShow¿¡¼­ »ç¿ëÇÏ´Â »ö°ú µ¿ÀÏÇÏ°Ô ¸ÂÃß¸é ÁÁÀ» µí*/
}

#hshowview_content {
    /* ÆäÀÌÁö ³»¿ëÀÌ º¸¿©Áö´Â ¿µ¿ª */
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 250px;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ebebeb;
}

iframe {
    width: 100%;
    height: 100%;
    border:none;
    overflow: hidden;
    display:block;
}

