﻿@charset "utf-8";
/* import css */
@import url(layout.css);
@import url(default.css);
@import url(leftmenu.css);
@import url(contents.css);

/* head area------------------------------------------------ */
/* 로고 */
#head .logo,
#head .logo_eng{
	width:289px;
	height:48px;
	float:left;
	background:url("../images/common/logo_bg.gif") repeat-x;
}
#head .logo a,
#head .logo_eng a{ 
	display:block;
	width:239px;
	height:48px;
	margin-left:8px;
	text-indent:-5000px;
}
#head .logo a{
	background:url("../images/common/logo.gif") no-repeat 0px 0px;
}
#head .logo_eng a{ 
	background:url("../images/common/logo_eng.gif") no-repeat 0px 0px;
}
/* 탑메뉴 */
#head .topmenu,
#head .top_btn{
	list-style:none;
	height:39px;
	margin-top:9px;
	padding-left:16px;
	display:block;
}
#head .topmenu{
	width:450px;
	float:left;
	background:url("../images/common/topmenu_left.gif") no-repeat 0px 0px;
}
#head .topmenu li{
	float:left;
	display:inline;
}
#head .top_btn{
	width:220px;
	float:right;
	margin-right:10px;
}
#head .top_btn li{
	float:left;
	margin-right:10px;
}


/* body area ------------------------------------------- */

#body03 .depth02,
#body03 .depth02_map{
	float:left;
	width:100%;
	height:31px;
	list-style:none;
	margin:0px;
	padding-top:14px;
	background:url("../images/common/depth02_left.gif") no-repeat left top;
}
#body03 .depth02 li,
#body03 .depth02_map li{
	float:left;
}
#body03 .depth02 li{
	margin-right:29px;
}
#body03 .depth02_map li{
	margin-right:5px;
}

/* 역정보 타이틀 area */
#body03 .title{
	float:left;
	width:700px;
	height:32px;
	padding:32px 27px 0px 19px;
	background:#fff url("../images/c/contents_title_bg.gif") no-repeat 0px 0px;
}
#body03 .title p{
	float:right;
	margin-right:5px;
}
#body03 select{
	background:#f7ffe3;
	font-size:1em;
	*font-size:0.75em;
	height:20px;
	line-height:20px;
	border:1px solid #7f9db9;
	vertical-align:middle;
}

/* 역정보 관련 foot03 -------------------------------- */
#foot03 p{
	width:100%;
	height:20px;
	padding-top:17px;
	vertical-align:baseline;
	text-align:center;
	font-family:Verdana;
	font-size:0.9em;
	letter-spacing:-1px;
	color:#929292;
}