@charset "utf-8";

/* layout.css */
body{overflow-x:hidden;}
.warpper{width:100%;}

/*header*/
#header_sub{ max-width: 1500px; margin: 0 auto; position: relative;}
#header h1{padding:18px 0 16px 0; text-align:center;}

#header #talk{
  float: right;
  position: absolute;
  right:0px;
  top: 0px;
}
#header #reservation{
  float: left;
  position: absolute;
  left:0px;
  top: 30px;
}

#header #talk img{
  /*width: 115px;
  height: 115px;*/
}

#gnb{position:relative; clear:both; z-index:100; height:44px; width:100%; background-color:#000;}
#gnb > ul{position: relative;width:1125px; margin:0 auto;padding:12px 0;}
#gnb > ul li:first-child{background:none;}
#gnb > ul > li{float:left; text-align:center; width:187px; background: url('/img/bg_gnb_line.gif') no-repeat left center;}
#gnb > ul > li > a{display:inline-block; width:100%; font-size:1.3em; line-height:18px;color:#c4d700;font-weight:600;}
#gnb > ul > li > a:hover{color:#d6eaf4;}
#gnb > ul > li ul{width:100%;display:none; position:absolute; left:0px; top: 45px;margin: 5px 0 0 0;line-height:155%;}

#gnb > ul > li ul li{text-align:left;width:100%}
#gnb > ul > li > ul > li > a:hover{color:#016c86;border-bottom:1px solid #016c86;font-weight:bold;}
#gnb .sub01{left:62px;}
#gnb .sub02{left:248px;}
#gnb .sub03{left:436px;}
#gnb .sub04{left:630px;}
#gnb .sub05{left:810px;}
#gnb .sub06{left:996px;}
/*#gnb .gnb_bg{position: absolute; top:35px; left:0px; width:100%; height:40px; background:#974c09 url('/img/bg_gnb.gif') no-repeat center top;display:none;}*/
#gnb .gnb_bg{
	display:none;position: absolute; top:43px; left:0px; width:100%; height:516px; padding:20px; background:url("/img/lnb_bg02.png");
	border-bottom:4px solid #eaeaea;
}



#footer{clear:both; overflow:hidden; background:#d7d7d7; position:relative; z-index:0;}
#footer .foot_top_area{width:100%; height:40px; background:#797979;}
#footer .foot_top_area .inner{position:relative; width:1126px; margin:0 auto;}
#footer .foot_top_area .inner .top{position:absolute; right:0; top:0;}
#footer .foot_bottom_area{position:relative; width:100%; min-height:120px; background:#dedede;}
#footer .foot_bottom_area .inner{position:relative; width:1126px; min-height:142px; padding-left:375px; padding-top:24px; margin:0 auto; background:url('/img/logo_footer.jpg') 30px 0px no-repeat;}
#footer .foot_bottom_area .inner .footutil{width:560px; overflow:hidden; border-bottom:1px solid #c1c1c1; padding-bottom:3px; margin-bottom:5px;}
#footer .foot_bottom_area .inner .footutil li{float:left; padding-left:8px; background:url('/img/bar_footutil.gif') left 3px no-repeat; margin-left:9px;}
#footer .foot_bottom_area .inner .footutil li:first-child{margin-left:0; padding-left:0; background:none;}
#footer .foot_bottom_area .inner .foot_addr{position:relative; overflow:hidden;font-weight:500;}
#footer .foot_bottom_area .inner .foot_addr li{font-size:0.85em;}
