@charset "utf-8";
/* CSS Document */

html { width:100%; height:100%; }
body { width:100%; height:100%; }

/* 헤더 */
#headerWrap { width:100%; min-width:1000px; height:105px; float:left; background:url(../image/background/gnbBackground.jpg) no-repeat 0 bottom #fcfcfc; background-size:100% 46px; }

/* admin 헤더 */
#headerWrapAdmin { width:100%; min-width:1000px; height:105px; float:left; background:url(../image/background/gnbBackgroundAdmin.jpg) no-repeat 0 bottom #fcfcfc; background-size:100% 46px; }

/* 푸터 */
#footerWrap { width:100%; min-width:1000px; height:69px; float:left; background:url(../image/background/copyrightBackground.jpg) no-repeat 0 bottom #d9dce1;  }
#footerWrap .crBtn { margin:4px 0 0 0; }

/* admin 푸터 */
#footerWrapAdmin { width:100%; min-width:1000px; height:69px; float:left; background:url(../image/background/copyrightBackgroundAdmin.jpg) no-repeat 0 bottom #3d444b;  }
#footerWrapAdmin .crBtn { margin:4px 0 0 0; }

/* 콘텐츠랩 */
#contentWrap { width:100%; min-width:1000px; min-height:757px !important; float:left; padding:0;  }

/* 콘텐츠 */
.contents { width:100%; float:left; background:#ffffff; margin:30px 0 0 0; }

/* 레이어 스크롤랩 */
.scrollWrapLy { width:100%; height:100%; float:left; overflow:auto; margin:0 0 10px 0; padding:0; }
.scrollWrapLy .scrollWrap { padding:0; }
.scrollWrapLy .tabDepthWrap a { margin-left:5px; }

/* 스크롤랩 */
.scrollWrap { width:94%; float:left; overflow:auto; margin:0 3% 10px 3%; padding:0; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; }
.scrollWrap .basicWriteTb { width:100%; margin:0; border-top:0; border-bottom:0; }
.scrollWrap table { border-top:0; border-bottom:0; }

/* z-index 넘버링 */
.lyClose { z-index:999; }
.loadingLy { z-index:998; }
.loadingLyWrap { z-index:997; }
.loadingLayerWrap { z-index:996; }
.contentsLy { z-index:995; }
.contentsLyWrap { z-index:994; }
.layerWrap { z-index:993; }
.userPopWrap { z-index:992; }
.location { z-index:991; }
.tabWrap { z-index:990; }
.tabDepthWrap { z-index:989; }
.iconCloseBtn { z-index:988; }