@charset "utf-8";


/* Whole
---------------------------------------------------- */
body{
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/main_bg.jpg) left top repeat;
	table-layout: fixed;
}
/*
ul,ol,li,div,img,tr,td{
	margin:0px;
	padding:0px;
	border:none;
}
*/
tr,td{
	margin:0px;
	padding:0px;
	border:none;
}
img{
	border:none;
	vertical-align:top;
}
.cl{
	clear:both;
}
.pages_box{
	background:#FFFFFF;
}

/* Main
---------------------------------------------------- */
.main{
	background:#FFFFFF;
	width:902px;
}

/* Main Menu
---------------------------------------------------- */
.box_bg{
	background:url(../images/main_bg.jpg) left top repeat;
}
.mainMenu a{
	width:130px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#626262;
	display:block;
	background:url(../images/menu_bg.jpg) left top no-repeat;
	padding-top:18px;
	padding-bottom:12px;
/*	padding-top:18px;
	padding-bottom:12px; */
}
.mainMenu a:hover{
	width:130px;
	text-decoration:none;
	background-image:none;
	color:#000000;
}
.mainMenuSelected{
	width:130px;
	background:url(../images/menu_bg_ov.jpg) left top no-repeat;
	text-align:center;
	font-weight:bold;
	color:#999999;
	display:block;
	padding-top:18px;
	padding-bottom:12px;
}
.mainMenuSmall {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif, 돋움;
}

.mainMenu2{
	width:131px;
	height:61px;
	background:url(../images/menu2_bg_ov.jpg) left top no-repeat;
}
.mainMenu2 a{
	width:131px;
	text-decoration:none;
	text-align:center;
	color:#626262;
	display:block;
	background:url(../images/menu2_bg.jpg) left top no-repeat;
	padding-top:18px;
	padding-bottom:12px;
}
.mainMenu2 a:hover{
	width:131px;
	text-decoration:none;
	background-image:none;
	color:#000000;
}

/* Flash
---------------------------------------------------- */
.flash{
	width:900px;
	height:209px;
	border-bottom:1px solid #000000; 
}

/* Contents
---------------------------------------------------- */
.contents{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
/*	
	border-left:1px solid #dcdcdc;
	border-right:1px solid #E1E1E1;
*/
}

/* Left Column
---------------------------------------------------- */
.leftCol{
	width:249px;
	height:539px;
	background:url(../images/submenu_bg.jpg) left top repeat-x;
/*	border:1px solid #FFFFFF;*/
}

/* Submenu
---------------------------------------------------- */
.subMenuPosition{
	width:174px;
	padding-top:32px;
	padding-left:38px;
}
.subMenuBg{
	width:174px;
	background:url(../images/submenu_bg_mdl.jpg) left top repeat-y;
}
.subMenu{
	padding-left:4px;
}

.subMenu ul{
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
}
.subMenu li{
	width:166px;
	height:31px;
	background:url(../images/submenu_ov.jpg) left top no-repeat;
	text-indent:14px;
}
.subMenu li a{
	width:166px;
	text-decoration:none;
	color:#626262;
	display:block;
	background:url(../images/submenu.jpg) left top no-repeat;
	padding-top:7px;
	padding-bottom:8px;
}
.subMenu li a:hover{
	background-image:none;
	color:#000000;
}

/* Right Column
---------------------------------------------------- */
.rightCol{
	width:652px;
	background:url(../images/contents_bg.jpg) left top no-repeat;
/*	border-top:1px solid #FFFFFF; */
	border-right:1px solid #FFFFFF;
/*	border-bottom:1px solid #FFFFFF; */
	line-height:1.7;
}

/* Contents
---------------------------------------------------- */
.contentsPosition{
	width:576px;
	padding:32px 38px;
}
.contTitle{
	font-size:20px;
	color:#22ac38;
}
.borderStyle1{
	border-bottom:1px solid #22ac38;
}
.borderStyle2{
	border-bottom:1px solid #dcdcdc;
	width:824px;
}

/* Footer
---------------------------------------------------- */
.footer{
	border-top:1px solid #dcdcdc;
	padding:10px 38px;
}
