@import "base.css";


/*------------------------------------------------------------------------------------------------------
Main Style Sheet

version : 1.0
author: Buyong Kim
email: byk@rightbrain.co.kr
date: 2007.09.19
------------------------------------------------------------------------------------------------------*/

body {
	background: url(../img/main/new_bg.jpg) no-repeat center top;
}
#accessibility {
	display: none;
}
#wrap {
	margin: 0 auto;
	width:925px;
}
/* head
------------------------------------------------------------------------------------------------------*/
#header {
	width: 925px;
	height: 145px;
}
ul#global {
	float: right;
	margin:43px 0;
	display: block;
	height: 8px;
	width:150px;
}
ul#global li {
	float: left;
	font-size: 1px;
	line-height: 1px;
	padding-right:5px;
}
/*top_navi
-----------------------------------------------------------------------------------------------------*/
#new_navi {
		padding: 0 0 0 80px;
		margin:40px 0;
		float:left;
}
#new_navi ul.top li{
	height:23px;
	display:inline;
	padding-right:18px;
}

/* heading
------------------------------------------------------------------------------------------------------*/
h1 { 
}
#logo{
	float:left;
	margin:25px 0;
	padding:0;
	width:100px;
}
a:hover {
	color: #506eac;
}
/* domestic service
----------------------------------------------------------------------------------------*/
h2 {
	margin: 0;
	padding: 0;
}
h2 img {
	display: block;
}

/* mainNav
------------------------------------------------------------------------------------------------------*/

{
	padding: 18px 0 0;
	height: 230px;
}
#contents{
	padding-left:0;
	}

#new_img {
	height:355px;
}

#container1 {
	width:480px;
	height: 80px;
	float: left;
	overflow: hidden;
	padding: 0 0 10px 0 ;
}
#container1 .title{
	float:left
	width:160px;
	float: left;
	height:30px;
}
#container1 .more{
	float:right;
	text-align:right;
	width:240px;
	height:30px;
	padding-right:60px;
}
#container1 ul {
	padding: 10px 0 0 20px;
}
#container1 li {
	width: 135px;
	float: left;
	padding: 0 5px;
	background: url(../img/main/bl_li.gif) no-repeat 0 7px;
}

/* international service
----------------------------------------------------------------------------------------*/
#container2 {
	width:440px;
	height: 80px;
	float: left;
	overflow: hidden;
	padding: 0 0 10px 0 ;
}
#container2 .title{
	float:left
	width:160px;
	float: left;
	height:30px;
}
#container2 .more{
	float:right;
	text-align:right;
	width:260px;
	float: left;
	height:30px;
}
#container2 ul {
	padding: 10px 0
}
#container2 li {
	width: 130px;
	float: left;
	padding: 0 8px;
	background: url(../img/main/bl_li.gif) no-repeat 0 7px;
}

/* domestic service
----------------------------------------------------------------------------------------*/
 #container3 {
	width: 289px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
}
#container3 h2 {
	margin: 0;
	padding: 0;
}
#container3 #con1 {
	position: absolute;
	top: 20px;
	left: 0px;
}
#container3 #con2 {
	position: absolute;
	top: 18px;
	left: 90px;
}
#container3 #con3 {
	position: absolute;
	top: 55px;
	left: 90px;
	 color:#ffffff;
}
#container3 #con3 li {
	font-size:9px;
	padding: 0 0 0 8px;
	background: url(../img/main/bl_li.gif) no-repeat 0 7px;
    color:#ffffff;
}
#container3 #con3 a {
	color:#ffffff;
}
/* e-brochure
----------------------------------------------------------------------------------------*/
#container4 {
	width: 150px;
	float: left;
	overflow: hidden;
}
#container4 h2 {
	margin: 0 0 10px 0;
}
/* customer service
----------------------------------------------------------------------------------------*/
#container5 {

	float: left;
	overflow: hidden;
}
#container5 h2 {
	margin: 0 0 10px 0px;
}
#container5 div.left ul {
	margin: 0;
	display: block;
	height: 67px;
}
#container5 div.left li {
	padding: 0 10px 0 0;
	float: left;
}
#container5 div.left li img {
	display: block;	
}
#container5 div.left {
	float: left;
	width: 230px;
}
#container5 div.right {
	float: left;
}
#container5 div.right div.box {
	position: relative;
	border: 1px solid #adcaef;
}
#container5 div.right div.box p.select {
	margin: 6px 10px 0;
}
#container5 div.right div.box ul.select {
	position: absolute;
	top: 25px;
	left: 0px;
	overflow-y:scroll;overflow-x:hidden;
	width: 184px;
	height: 95px;
	border: 1px solid #eaeaea;
	border-top: 0 none;
	margin: -1px 10px;
	background-color: #fff;

}
#container5 div.right div.box ul.select li {
	padding: 4px 0 0;
	line-height: 12px;

}
#line{ 
	float:left;
	height:28px;
	width:925px;
}

/* footer
----------------------------------------------------------------------------------------*/
#footer {
	width: 925px;
	height: 80px;
	float:left;
	background: url(../img/main/new_footer.gif) no-repeat;
}
#footer address {
	display: none;
}

