@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/* 세로스크롤 생성 */

html>/**/body {
	overflow-y:scroll;
	overflow-x:hidden;
}
sbody {
	margin: 0;
	padding:0;
	color:#222222;
	font:13px/160% "Nanum Gothic", tahoma, "돋움";
}
td, p, div {
	font:13px/160% "Nanum Gothic", tahoma, "돋움";
	color:#222222;
}
img {
	border:none;
}
ul, ol, li, dl, dt, dd, p, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
a:link, a:visited, a:active {
	color:#222222;
	text-decoration:none;
}
a:hover {
	color:#ff9797;
}


/*header*/
#header {
	height:80px;
	background:url(../img/bg_top.gif) repeat-x;
}
#headerWrap {
	width:1000px;
	margin:0 auto;
}
#headerWrap .logo{
	float:left;
	margin:0;
	padding-top:20px;
}

/* gnb */
#headerWrap .gnb{
	float:right;
	width:714px;
}
#headerWrap .gnb>ul li{
	float:left;
}
#headerWrap .gnb>ul>li>a {
	display:block;
	height:80px;
}
#header .gnb>ul .twoD {
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top:80px;
	background:#4e4c4a;
	z-index:700;
}
#header .gnb>ul ul {
	width:1000px;
	margin:0 auto;	
	position:relative;	
}
#header .gnb>ul .gnb1 {
	left:273px;
}
#header .gnb>ul .gnb2 {
	left:383px;
}
#header .gnb>ul .gnb3 {
	left:197px;
}
#header .gnb>ul .gnb4 {
	left:637px;
}
#header .gnb>ul .gnb5 {
	left:755px;
}
#header .gnb>ul .gnb6 {
	left:678px;
}
#header .gnb>ul ul a {
	display:inline-block;
	color:#aaaaaa;
	font:bold 13px dotum;
	padding:10px;
}
#header .gnb>ul ul a:hover {
	color:#e3d6bb;
	text-decoration:underline;
}

/*main visual*/
.body{
	height:700px;
}
.visual {
	width:100%;
}
.visual:after {
	content: "";
	display: block;
	clear: both;
}
.visual li {
	width: 100%;
}
.visual img {
	position: relative;
	left: 50%;
	margin-left: -1000px; /* 이미지의 2분의 1 크기 */
}
.mainTxt{
	position: absolute;
	width: 645px;
	top: 345px;
	left: 50%;
	margin-left: -323px;
	z-index: 100;
}
/*세부페이지*/
.subWrap{
	width:1000px;
	margin:100px auto;
	position:relative;
}
.top {
	position:absolute;
	top:250px;
	right:-70px;
}
.sub{
	border-bottom:2px solid #000;
}
.sub:after {
	content: "";
	display: block;
	clear: both;
}
.subTitle{
	float:left;
	color:#1b1b1b;
	font-size:38px;
	font-weight:bold;
}
.subLocal{
	float:right;
	padding-top:25px;
}
.subLocal li{
	float:left;
	background:url(../img/local_next.gif) no-repeat left center;
	padding:0 10px;
}
.subLocal li.first{
	background:url(../img/local_home.gif) no-repeat left center;
	padding:0 10px 0 0;
}
.subLocal li.first>span{
	visibility:hidden;
}
.subLocal li.last{
	font-weight:bold;
	color:#000;
}
.subLnb h2{
	text-align:center;
}
.subLnb #lnb{
	background:url(../img/lnb_bg.gif) repeat-x top;
	height:34px;	
	line-height:34px;
	text-align:center;
}
.subLnb #lnb li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 20px;
}
.subBody{
	margin:40px 0 0 0;
}
.subBody:after{ /*사이트맵 siteBox : float-left로 height 값 인식을 못하므로*/
	content: "";
	display: block;
	clear: both;
}
.greetBg{
	background:url(../img/greetImg.jpg) no-repeat right;
}
.greetTitle{
	font-size:22px;
	color:#4a3e31;
	font-weight:bold;
}
.greetBody{
	margin-top:35px;
}
.greetBold{
	font-weight:bold;
	color:#000;
	font-size:15px;
}
.mapL{
	float:left;
	width:350px;
}
.mapR{
	float:right;
	width:600px;
}
.mapTxt_24{
	font:bold 26px/160% "Nanum Gothic", tahoma, "돋움";
	color:#796b55;
}
.mapIcon_1{
	background:url(../img/mapIcon_1.jpg) no-repeat left top;
	padding-left:74px;
	padding-top:8px;
	margin-top:52px;
	height:80px;
}
.mapIcon_2{
	background:url(../img/mapIcon_2.jpg) no-repeat left top;
	padding-left:74px;
	padding-top:8px;
	height:80px;
}
.mapIcon_3{
	background:url(../img/mapIcon_3.jpg) no-repeat left top;
	padding-left:74px;
	padding-top:8px;
	height:80px;
}
/*서브페이지 슬라이드*/
.sub_vis_wrap {
	width: 100%;
	height: 350px;
	position:relative;
}
.sub_vis_wrap .btnPrev {
	position: absolute;
	bottom: 0;	
	right: 41px;
	z-index: 100;
}
.sub_vis_wrap .btnNext {
	position: absolute;
	bottom: 0;	
	right: 0;
	z-index: 100;
}
.sub_vis_wrap .sub_vis {
	margin: 0px auto;
	width: 1024px;
	position:relative;
}
.sub_vis_wrap .sub_vis ul li {
	position: absolute;	
	left: 0px;
	top: 0px;
	display: none;
}
.sub_vis_wrap>a {
	display:block;
	height:40px;
}
/*서브페이지*/
.subCon_txt{
	margin:60px 0;
}
.subCon_img{
	margin:30px 0;
}
.txtTitle{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#000;

}
.txtBody{
	margin-top:25px;
	color:#555;
}
.subCon_frame{
	margin:60px 0;
	border-top:#d9d9d9 1px solid;
}
.subCon_frame:after {
	content: "";
	display: block;
	clear: both;
}
.frameTitle{
	width:200px;
	font:bold 16px/160% "Nanum Myeongjo", tahoma, "돋움";
	padding-top:60px;
	float:left;
	color:#232323;
}
.frameBody{
	width:750px;
	padding-top:60px;
	float:right;
	color:#555;
}
.frameBody li{
	background:url(../img/dot.gif) no-repeat left center;
	padding-left:10px;
}
/*table*/
.txtBody td{
	margin-top:25px;
	color:#555;
	padding:10px;
}
.table_T20{
	font-size:20px;
	color:#796b55;
	text-align:center;
	padding-top:30px;
}
.table_TitleBg{
	background-color:#796b55;
}
.table_t2{
	border-top:#333 solid 1px;
}
.table_r{
	border-right:#CCC solid 1px;
}
.table_tr{
	border-right:#CCC solid 1px;
	border-top:#CCC solid 1px;
}
.table_t{
	border-top:#CCC solid 1px;
}
.table_b2{
	border-bottom:#333 solid 1px;
}
/*bottom*/
.tail{
	background:url(../img/foot_bg.gif) repeat-x;
}
.mainBanner{
	width:1000px;
	margin:0 auto;
	height:60px;
}
.mainBanner li{
	float:left;
}
.linkMenu{
	height:30px;
	padding-top:10px;
	position:relative;
	width:1000px;
	margin:0 auto;
}
.linkMenu li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
}
.linkMenu li.first{
	padding:0 10px 0 0;
}
.bar{
	background:url(../img/linkBar.gif) no-repeat left center;
}
.footer{
	width:1000px;
	margin:0 auto;
	padding:30px 0
}
.footer .logo_b{
	float:left;
	padding-right:30px;
}
.footer .info{	
	margin-top:3px;
	color:#686868;
	font:12px/160% "Nanum Gothic", tahoma, "돋움";
}


/*사이트맵*/
.siteBox{
	width:220px;
	float:left;
	margin-bottom:30px;	
}
.mright40{
	margin-right:40px;
}
.siteBox h6{
	height:20px;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:15px 20px;
	border-top:#333 solid 1px ;
	color:#333;
	background-color:#E7E7E7;
}	
.siteBox dt{
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	border-bottom:#CCC 1px dotted;	
}
.siteBox dd{
	padding:4px 20px;
}
/* 개인정보보호정책, 이메일무단수집거부 */
.privacyWrap {
	width:730px;
}
.privacyCon {
	background:url(../img/etc_privacy_m.gif) repeat-y;
	padding:0 70px;
}
.privacyH1 {
	font:17px Tahoma, Dotum;
	margin-top:0;
}
.privacyHr {
	border-color:#d8d7d5;
	border-top:0px;
	margin:15px 0;
}
.privacy_t {
	font:bold 15px Tahoma, Dotum;
	color:#594f3e;
}
.privacyBtn {
	text-align:center;
	padding-top:15px;
}
/*예약문의 개인정보보호정책*/
.reservP_wrap{
	font:12px Tahoma, Dotum;	
	margin:20px 0;
}
.reservP_title{
	font:bold 14px Tahoma, Dotum;
	color:#796b55;
}
.reservP_body{	
	border:#ddd 1px solid;
	padding:10px;
	height:100px;
	overflow:auto;
	margin-top:15px;
}
.reservP_b{
	font:bold 12px Tahoma, Dotum;	
}
.reservP_hr {
	border-color:#D7D7D7;
	border-style:dotted;
	border-top:0px;
	margin:15px 0;
}
.reservP_agree{
	margin-top:20px;
	text-align:right;
}