#wrap{width: 100%;}
#header{width:100%;height: 250px;background: #f8ecc9;}
#contents{background: #f8ecc9;height:800px; padding-top:65px;}
#footer{width: 100%;height: 200px;background: #f8ecc9; text-align: center;font-size:25pt;font-style: italic;line-height: 230px;font-family: 'Gaegu', cursive;}

/*.container{width: 990px;height:800px;}*/

/* 헤더 */
.header{width:100%; position: relative;}
.header-logo{width:100%; height:200px; position:absolute; top:34px; text-align: center; }
.header-logo img{width:300px;height:200px;}
.header-img img{width:100%;height:400px;opacity: 0.2;}
.header .menu{text-align:right;font-size:25pt;padding-right:300px;font-family: 'Gaegu', cursive;position: absolute; top:250px;right:20px;}

/* 급식판*/
.contents{text-align:center;width:100%;}
.pan{display:inline-block;width:1000px; height:600px;position: relative;}
.pan .pan_back{width:1000px;height: 600px; background:#777;position: absolute;top:10px; border-radius: 50px;box-shadow: 0.5px 0.5px 4px 1px rgb(189, 189, 189);}
.pan .pan_bottom1{width:300px; height:250px; background:#666;position:absolute;border-radius: 80px;left:30px; top:30px;text-align: center; line-height: 250px;font-size:35pt;}
.pan .pan_bottom2{width:300px; height:250px; background:#666;position:absolute;border-radius: 80px;left:350px; top:30px;text-align: center; line-height: 250px;font-size:37pt;}
.pan .pan_bottom3{width:300px; height:250px; background:#666;position:absolute;border-radius: 80px;left:670px; top:30px;text-align: center; line-height: 250px;font-size:37pt;}
.pan .pan_bottom4{width:460px; height:280px; background:#666;position:absolute;border-radius: 80px;left:30px; top:300px;text-align: center;line-height: 280px;}
.pan .pan_bottom5{width:460px; height:280px; background:#666;position:absolute;border-radius: 80px;left:510px; top:300px;text-align: center;line-height: 280px;}
.pan a{color:white;}
.pan_bottom4 img{width: 450px;height: 260px;padding-top:10px;}
.pan_bottom5 img{width: 430px;height: 270px;padding-top:5px;}

/*퀵메뉴*/
.quick_menubar{width:130px; height:170px; background:#f8ecc9;  position: fixed; top:340px; right:30px;border-radius: 20px;box-shadow: 0.5px 0.5px 4px 1px #d6cdb0;}
.quick_menubar ul{text-align: center;margin-top:30px;}
.quick_menubar li{font-size:24px; color:#000;}
.quick_menubar li img{width:40px;height:40px;}
.quick_menubar .menubar_under{width:30px; height:400px; background:#888;margin-left:50px;border-radius: 10px;}
