/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:20px; height:58px; background:url(imgs/top_left.png) no-repeat;}
    #cboxTopCenter{height:58px; background:url(imgs/top_center.png) repeat-x top left;}
    #cboxTopRight{width:20px; height:58px; background:url(imgs/top_right.png) no-repeat ;}
    #cboxBottomLeft{width:20px; height:24px; background:url(imgs/bottom_left.png) no-repeat;}
    #cboxBottomCenter{height:24px; background:url(imgs/bottom_center.png) repeat-x bottom left;}
    #cboxBottomRight{width:20px; height:24px; background:url(imgs/bottom_right.png) no-repeat;}
    #cboxMiddleLeft{width:20px; background:url(imgs/middle_left.png) repeat-y;}
    #cboxMiddleRight{width:20px; background:url(imgs/middle_right.png) repeat-y;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        .cboxTitle{position:absolute; top:-40px; left:0; text-indent:-999em;width:100%;height:24px; font-weight:bold; color:#fff;}
        #cboxCurrent{position:absolute; top:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

		#cboxClose{background:url(imgs/close_btn.png) no-repeat;width:35px;height:36px;text-indent:-9999px;position:absolute;top:-45px;right:0}
		#cboxClose:hover{background:url(imgs/close_btn.png) no-repeat;width:35px;height:36px;text-indent:-9999px;position:absolute;top:-45px;right:0}

		#inbodyModal_title{position:absolute;top:0px; left:0px; }
		
/*°¢ ÆË¾÷ Å¸ÀÌÆ² */
