@import "display.css";

#body { position: relative; width: 980px; margin: auto; }


/*===============================================================*
                           LAYOUT : HEAD 영역
*===============================================================*/

#headBg { width: 100%; height: 100px; background: url('../img/common/topBg.gif'); }
#head { position: relative; width: 970px; height: 100px; background: url('../img/common/menuBg.jpg') no-repeat 0 0; }
#topBg { width: 100% height: 67px; background: url('../img/common/topBg.gif'); }

/*===============================================================*
                           LAYOUT : MAIN CONTENTS 영역
*===============================================================*/

#mainContents { margin: auto; width: 950px; height: 186px; margin: 20px 0 0 20px; background: url('../img/main/contentsBg.gif') no-repeat; }

/*===============================================================*
                           LAYOUT : SUB CONTENTS 영역
*===============================================================*/

#allBox { position: relative; width: 970px; }
#contents { margin: 25px 0 0 30px; width: 720px; padding-bottom: 100px; float: right; }
*html #contents { margin: 25px 0 0 30px; width: 720px; padding-bottom: 100px; float: right; }

/*===============================================================*
                           LAYOUT : FOOT 영역
*===============================================================*/

#foot {	position:relative;width: 950px; height: 200px; text-align: center; margin-left: 165px; margin-top: 30px; }
#copy {	padding: 20px; margin-top: 20px; clear: both; width: 970px; height: 80px; background: url('../img/common/footBg.gif') no-repeat 20px 0; }
.ban_cata { float: right;}
.priv {display:inline-block;float:right;margin:16px 50px 0 0;font-size:11px;font-weight:bold;font-family:"돋움",Dotum;color:#f34;cursor:pointer;}