@charset 'euc-kr';

@import url('global.css');	/* Reset, Base, Layout */
@import url('common.css');	/* Commonly Used Style */

/* Main */
#MainWrapper {
	position:relative;
	width:100%;
	min-width:990px;
}
	#MainWrapper object {
		display:block;
	}
	#MainWrapper .container {
		position:relative;
		top:0;
		width:990px;
		margin:0 auto;
		z-index:2;
	}

/* 2010-07-30 오류페이지 add start */
#error-page {
	width:698px;
	height:398px;
	margin:150px auto 0 auto;
	border:1px solid #eaeaea;
}
	#error-page .error-con {
		background:url('/images/bg_error.gif') no-repeat 81px 64px;
		padding:64px 0 0 231px;
	}
		#error-page .error-con p.cs {margin-top:25px;}
		#error-page .error-con .btn {margin-top:30px;}
			#error-page .error-con .btn .ml5 {margin-left:5px;}
/* 2010-07-30 오류페이지 add end */

/* 101210 추가 */
.new_event { position: relative; width: 733px; height: 740px; background: url('/images/common/img_event_101210.jpg') no-repeat 0 0; }
.new_event .reserv { position: absolute; top: 435px; left: 25px; }
.new_event .reserv table.type_1, .new_event .reserv table.type_2 { width: 684px; }
.new_event .reserv table.type_1 td, .new_event .reserv table.type_2 td { height: 23px; text-align: center; border-bottom: 1px #dadada solid; }
.new_event .reserv table.type_2 td { padding-top: 4px; }
.new_event .reserv table.type_1 td.last { border-bottom: 2px #dadada solid; }
.new_event .reserv table.type_2 td.last { border-bottom: 1px #98b914 solid; }
.new_event .reserv p { margin-top: 7px; margin-left: 23px; }
.new_event .reserv .mt38 { margin-top: 38px; }
/* //101210 추가 */