﻿@charset "utf-8";
html {
	overflow-y:scroll;
	scrollbar-face-color: #ededee; 
	scrollbar-shadow-color: #c1c1c1; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #ededee; 
	scrollbar-darkshadow-color:#b0b0b0; 
	scrollbar-track-color: #ededee; 
	scrollbar-arrow-color: #ffffff; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ededee;
}
#m1 {
 float:left;
 }
#wrap {
 width: 768px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(../img/main/bg_top.gif);
 background-repeat:no-repeat;
 padding:35px 30px 0 30px;
 }
#wrap_media{
 width: 818px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(../img/main/bg_white.gif);
 background-repeat:repeat-y;
 padding:0 5px 0 5px;
 font-family: "돋움", "돋움체", "Arial", "Helvetica", "sans-serif" ;
 font-size: 12px;
 color: #999999;
 clear:both;
  }
#wrap_bottom {
 width: 828px;
 height: 60px;
 margin-left:auto;
 margin-right:auto;
 background-image:url(../img/main/bg_bottom.gif);
 background-repeat:repeat-y;
 clear:both;
}


#logo {
 width: 190px;
 float: left;
 padding-bottom: 34px;
  }
#top_quick {
 float:right;
}
#top_quick img {
 vertical-align: text-top;
 }

#navi {
 clear: both;
 padding-bottom: 8px;
 }
 
.navi_pro {
 /*background-color: #e5e5e8;*/
 width: 190px;
 border-bottom: solid 1px #bbbbbb;
 border-left: solid 1px #bbbbbb;
 border-right: solid 1px #bbbbbb;
 float:left;
 visibility:hidden;
 position:absolute;
 }
 
.navi_sol {
/* background-color: #e5e5e8;*/
 width: 191px;
 border-bottom: solid 1px #bbbbbb;
 border-left: solid 1px #bbbbbb;
 border-right: solid 1px #bbbbbb;
 float:left;
 visibility :hidden;
 position:absolute;
 }

#visual {
 width: 768px;
 height: 364px;
 clear:both;
}

#quick {
 width: 736px;
 height: 116px;
 background-image:url(../img/main/quick_bg.gif);
 background-repeat: no-repeat;
 padding: 10px 16px 17px 16px;
 
}
#wrap_media td {

 border-top: solid 1px ;
 border-top-color: #eeeeee;
 }
#media_left {
 
 border-top: solid 1px ;
 border-top-color: #eeeeee;
 border-right: solid 1px ;
 border-right-color: #eeeeee;
  }

#sub {
 width:768px;
 background-color:#FFFFFF;
 clear: both;
 }
 
#lm {
 width: 150px;
 background-color:#FFFFFF;
 padding: 30px 15px;
 }

#sub_contents {
 width: 588px;
 background-color:#FFFFFF;
 }

#footer {
 padding: 20px 30px 0 30px;
 text-align:center;
 clear:both;
 }
 
