@charset "euc-kr";
@import url("com.Basis.css");

/**
 * =================================================================================
 * INFORMATION
 * ---------------------------------------------------------------------------------
 * @File Name 	: kor.Basis.css
 * @Description : Korean Basis Style Sheet
 * @Version 		: 1.0.0
 * @Create Date : 2009.09.07
 * @Update Date : N/A
 * @History			: N/A
 * =================================================================================
 */


/*=================================================================================
 * ¸ÞÀÎÆäÀÌÁö
 =================================================================================*/
.MainBG {
	background: url(/images/kor/top_bg.gif) no-repeat top right;
}

#LY-Skip {
	position: absolute;
	left: -10000px;
	top: 0px;
}

#LY-Wrapper {
	position: relative;
	margin: 0px auto;
	width: 100%;
}

/********** Top **********/
#LY-Top {
	position: relative;
	width: 990px;
	height: 140px;
	
}
#LY-Top #Top-Left {
	float: left;
	width: 365px;
	height: 140px;
	background: url(/images/kor/top_line.gif) no-repeat top right;
}
#LY-Top #Top-Left h1 {
	margin: 2px 0 0 15px;
}
#LY-Top #Top-Left h2 {
	margin: 0px 0 0 15px;
}
#LY-Top #Top-Left ul {
	margin: 15px 0 0 10px; 
}
#LY-Top #Top-Left ul li {
	display: inline;
	margin-left: 5px;
}
#LY-Top #Top-Right {
	#position: relative;
	float: right;
	width: 625px;
	height: 140px;
}
#LY-Top #Top-Right #Contents {
	margin: 18px 0 0 20px;
}
#LY-Top #Top-Right #Contents li {
	padding-left: 8px;
	background: url(/images/kor/top_bullet.gif) no-repeat 0 6px;
}
#LY-Top #Top-Right #Contents li span.point {
	color: #ED7F08;
	font-weight: bold;
}
#LY-Top #Top-Right #Functions {
	margin: 8px 0 0 8px;
}
#LY-Top #Top-Right #Functions li {
	display: inline;
	margin-left: 12px;
}
#LY-Top #Top-Right #Functions li img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

/********** Menu **********/
#LY-Menu {
	background: url(/images/kor/menu_bg.gif) repeat-x top left;
	position: relative;
	padding-left: 5px;
	padding-top: 1px;
	width: 99.5%;
}
#LY-Menu ul {
	position: relative;
	margin-top: 7px;
	height: 28px;
}
#LY-Menu ul li {
	float: left;
	margin-right: 7px;
}
#LY-Menu ul li a {
	display: inline-block;
	padding: 7px 14px 0 14px;
	height: 19px;
}
#LY-Menu ul li.on a {
	border: 1px solid #1b8984;
	border-bottom: 1px solid #FFF;
	color: #111111;
	font-weight: bold;
	background: #FFF;
}
#LY-Menu ul li.off a {
	border: 1px solid #1b8984;
	color: #FFF;
	background: none;
}

/********** Function **********/
#LY-Function {
	position: relative;
	width: 100%;
	height: 40px;
}
#LY-Function #Function-Time {
	position: absolute;
	left: 10px;
	top: 15px;
}
#LY-Function #Function-Time li {
	float: left;
}
#LY-Function #Function-Time li.time {
	font-weight: bold;
}
#LY-Function #Function-Time li.remain {
	margin-left: 20px;
	padding-left: 8px;
	color: #ed7f08;
	font-weight: bold;
	background: url(/images/kor/bullet_orange.gif) no-repeat 0 6px;
}
#LY-Function #Function-Time li.btn {
	margin-left: 20px;
	position: relative;
	top: -4px;
}

#LY-Function #Function-Btn {
	position: absolute;
	right: 10px;
	top: 10px;
}
#LY-Function #Function-Btn li {
	float: left;
	margin-left: 3px;
}
#LY-Function #Function-Btn li.last {
	position: relative;
	top: -5px;
	margin-left: 7px;
}
#LY-Function #Function-Btn li div {
	float: left;
}
#LY-Function #Function-Btn li div img {
	float: none;
}
#LY-Function #Function-Btn li div#ZoomTitle {
	margin: 4px 8px 0px 0px;
}

/********** Center **********/
#LY-Center {
	width: 100%;
	height: 100%;
	z-index: -100;
}

/********** Bottom **********/
#LY-Bottom {
	width: 100%;
	height: 24px;
	text-align: center;
	border-top: 3px solid #8fb94d;
	background: #f3f3f3;
}

/********** Body **********/
#Body-Wrapper {
	position: relative;
	padding-right: 10px;
}

#Body-Holiday {
	margin: 100px auto;
	padding: 60px 0 0 200px;
	width: 482px;
	height: 110px;
	color: #ef8104;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	background: url(/images/kor/bg_holiday.gif) no-repeat left top;
}

.Body-List {
	position: relative;
	padding-top: 6px;
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #e5e5e5;

}
.Body-List.on { background: #eef6dc;}

.Body-List .title {
	float: left;
	position: relative;
	padding: 0px 0px 5px 5px;
	width: 120px;
	height: 25px;
	color: #010101;
	font-weight: bold;	
}
.Body-List .title td {
	padding-left: 5px;
}
.Body-List .title img {
	width: 26px;
	height: 26px;
}
.Body-List .reserve img {
	width: 60px;
	height: 26px;
}
.Body-List .reserve li {
	
	margin-right: 7px;
}
.Body-List .contents {
	position: relative;
	float: left;	
}
.Body-List .contents ul {
	position: relative;
	top: 2px;
}
.Body-List .contents ul li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 7px;
}
.Body-List .contents ul li ul li {
	margin-right: 2px;
}
.Body-List .contents ul li div {
	position: absolute;
	top: 15px;
}
.Body-List .contents ul li div.Am { color: #d69a5a; width: 25px; top: 20px;}
.Body-List .contents ul li div.Pm { color: #5994cc; width: 25px; top: 20px;}


/*=================================================================================
 * ÆË¾÷°øÅë
 =================================================================================*/
#POP-Wrapper {
	width: 100%;
}
#POP-Wrapper #POP-Top {
	position: relative;
	width: 100%;
	height: 64px;
	background: url(/images/kor/popup_top_bg.gif) no-repeat left top;
}
#POP-Wrapper #POP-Top h1 {
	position: absolute;
	left: 20px;
}
#POP-Wrapper #POP-Top div {
	position: absolute;
	right: 18px;
	top: 32px;
}
#POP-Wrapper #POP-Body {
	margin: 15px 10px 15px 10px;
}
#POP-Wrapper #Close-Button {
	position: relative;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

#Paging-Area {
	position: relative;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

#Paging-Area img {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
#Paging-Area a {
	margin-right: 3px;
}
#Paging-Area strong {
	margin-right: 3px;
}
#Paging-Area a.first {
	margin-right: 5px;
}
#Paging-Area a.last {
	margin-left: 5px;
}
/*=================================================================================
 * ·Î±×ÀÎ
 =================================================================================*/
#POPLogin-Wrapper #POP-Top {	
	position: relative;
	width: 680px;
	height: 64px;
	background: url(/images/kor/popup_top_bg.gif) no-repeat left top;
}
#Login-Title {
	padding-top: 10px;
	margin-bottom: 10px;
	color: #6882bd;
	font-weight: bold;
}
#Login-Box {
	padding: 20px 0px 10px 0px;
	width: 380px;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
}
#Login-Box2 {
	padding: 10px 0px 10px 0px;
	width: 350px;
	height: 130px;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
}
#Login-Box div {
	margin-bottom: 10px;
}
#Login-Box label {
	font-weight: bold;
	margin-left: 20px;
}

#Login-Form {
	margin-left: 20px;
	width: 250px;
	float: left;
}
#Login-Form td {
	color: #5b8b5b;
	font-weight: bold;
	line-height: 24px;
}

#Login-Button {
	right: 50px;
	height: 100%;
	border: 1px;
	padding-top: 3px;
}

.text {
	border: #999999 1px solid; 
	font-size: 9pt;
	color: #000000; 
	padding-top: 3px;
	font-family: µ¸¿ò, ±¼¸², Arial;
	height: 18px;
	background-color: #fafafa;
}

.text_kr {
	border: #999999 1px solid; 
	font-size: 9pt;
	color: #000000; 
	padding-top: 3px;
	font-family: µ¸¿ò, rnffla, Arial;
	height: 18px;
	background-color: #fafafa;
	ime-mode : active ;
}

/*=================================================================================
 * ºü¸¥¿¹¾à
 =================================================================================*/
#Quick-Title {
	margin-bottom: 10px;
	color: #f47426;
	font-weight: bold;
}
#Quick-Box {
	padding: 20px 0px 20px 0px;
	width: 580px;
	height: 80px;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
}
#Quick-Box div {
	margin-bottom: 10px;
}
#Quick-Box label {
	font-weight: bold;
	margin-left: 20px;
}
#Quick-Box select {
	margin-left: 7px;
}
#Quick-Box input {
	position: relative;
	top: -1px;
	margin-left: 10px;
}

/*=================================================================================
 * ºñµµ¼­´ëÃâÇöÈ²
 =================================================================================*/
#NonBook-Search {
	table-layout: fixed;
	width: 600px;
}
#NonBook-Search caption {
	display: none;
}
#NonBook-Search tbody th {
	height: 38px;
	border: 1px solid #d0d0d0;
	background: #f3f3f3;
}
#NonBook-Search tbody td {
	height: 38px;
	text-align: center;
	border: 1px solid #d0d0d0;
}
#NonBook-Search tbody td #SearchKey {
	width: 80px;
	height: 20px;	
}
#NonBook-Search tbody td #SearchKey2 {
	width: 350px;
	height: 20px;	
}
#NonBook-List {
	margin-top: 15px;
	table-layout: fixed;
	width: 600px;
	border-top: 3px solid #48aca7;
}
#NonBook-List caption {
	display: none;
}
#NonBook-List thead {
	height: 34px;
	color: #27847f;
}
#NonBook-List thead th {
	border-bottom: 1px solid #c4e4e3;
	background: #ecf7f6 url(/images/kor/th_line.gif) no-repeat right bottom;
}
#NonBook-List thead th.last {
	background: #ecf7f6;
}
#NonBook-List tbody td {
	height: 29px;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	padding-left: 3px;
}


/*=================================================================================
 * ¿¹¾àÇÏ±â
 =================================================================================*/
#Reserve-Wrapper {
	width: 608px;
}
#Reserve-Top {
	margin-bottom: 15px;
	width: 100%;
	height: 38px;
}
#Reserve-Top dt {
	float: left;
	padding: 10px 0;
	width: 80px;
	text-align: center;
	font-weight: bold;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	border-right: none;
}
#Reserve-Top dd {
	float: left;
	padding: 10px 0;
	width: 120px;
	text-align: center;
	color: #f47426;
	font-weight: bold;
	border: 1px solid #d0d0d0;
	border-right: none;
}
#Reserve-Top dd.number {
	font-size: 16px;
}
#Reserve-Top dd.name {
	color: #000000;
	border-right: 1px solid #d0d0d0;
}
#Reserve-Point {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	color: #f47426;
	font-weight: bold;
}
#Reserve-Search {
	padding-bottom: 15px;
	width: 575px;
	height: 40px;
	text-align: center;
}
#Reserve-Search label {
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
#Reserve-Search #SearchKey {
	padding-top: 3px;
	width: 320px;
	height: 20px;
}
#Reserve-Body {
	padding: 20px 0px;
	width: 575px;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #d0d0d0;
}
#Reserve-Body label {
	position: absolute;
	left: -100px;
	top: 0px;
}
#Reserve-Body select {
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	font-family: "±¼¸²", Gulim, "µ¸¿ò", Dotum, Tahoma, Verdana, AppleGothic, sans-serif;
	color: #000000;
	vertical-align: middle;
}
#Reserve-Body span {
 font-weight: bold;
 color: #000000;
}
#Reserve-Body #Body-Btn {
	margin-top: 20px;
}
#Reserve-Contents {
	margin: 15px 0 0 5px;
	color: #343333;
}
#Reserve-Contents li {
	padding-left: 8px;
	background: url(/images/kor/top_bullet.gif) no-repeat 0 6px;
}

/*=================================================================================
 * ¿¹¾àÈ®ÀÎ
 =================================================================================*/
#Check-Title {
	color: #343333;
	font-weight: bold;
}
#Check-Title span {
	color: #37938f;
}

#Reserve-List {
	margin-top: 15px;
	table-layout: fixed;
	width: 580px;
	border-top: 3px solid #48aca7;
}
#Reserve-List caption {
	display: none;
}
#Reserve-List thead {
	height: 34px;
	color: #27847f;
}
#Reserve-List thead th {
	border-bottom: 1px solid #c4e4e3;
	background: #ecf7f6 url(/images/kor/th_line.gif) no-repeat right bottom;
}
#Reserve-List thead th.last {
	background: #ecf7f6;
}
#Reserve-List tbody td {
	height: 29px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
#Reserve-List tfoot {
	height: 29px;
	text-align: right;
	color: #343333;
	font-weight: bold;
	background: #fafafa;
}
#Reserve-List tfoot td {
	padding-right: 20px;
	border-bottom: 1px solid #eaeaea;
}
#Reserve-Close {
	margin-top: 20px;
	width: 680px;
	text-align: center;
}

/*=================================================================================
 * ¿¹¾à¿Ï·á
 =================================================================================*/
#Reserve1-Wrapper {
	width: 578px;
}
#Reserve1-Title {
	margin-bottom: 25px;
	padding-top: 30px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #f67c33;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	background: url(/images/kor/reserve1_bg.gif) no-repeat left top;
}
#Reserve1-Point {
	margin-bottom: 10px;
	color: #343434;
	font-weight: bold;
}
#Reserve1-Search {
	padding-top: 15px;
	width: 575px;
	height: 40px;
	text-align: center;
	border: 1px solid #d0d0d0;
}
#Reserve1-Search label {
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
}
#Reserve1-Search #SearchKey {
	padding-top: 3px;
	width: 380px;
	height: 16px;
}
#Reserve1-Btn {
	margin-top: 25px;
	text-align: center;
}

.time_cell { border:0px none; -ms-interpolation-mode:bicubic; width: 8px; height: 14px; }
.time_cell1 { border:0px none; -ms-interpolation-mode:bicubic; width: 9px; height: 16px; }
.time_cell2 { border:0px none; -ms-interpolation-mode:bicubic; width: 9px; height: 19px; }

.hidden_main 
{
	BORDER-RIGHT: #FFF 1px solid; 
	BORDER-TOP: #FFF 1px solid; 
	FONT-SIZE: 1pt;
	BORDER-LEFT: #FFF 1px solid; 
	COLOR: #FFF; 
	BORDER-BOTTOM: #FFF 1px solid;
	FONT-FAMILY: ;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #FFF;
}