@charset "utf-8";

/* 메인 */
#wrap { position:relative; width:100%; height:100%; }
#wrap_bg { position:relative; width:100%; min-height:600px; background:url(../images/main/top_bg.png) repeat-x center top; }
#container { position:relative; margin:0 auto; width:1100px; }
.container_top { position:relative; width:100%; height:28px; background:url(../images/main/container_top_bg.png) no-repeat center; }
.container_bottom { position:relative; width:100%; height:15px; background:url(../images/main/container_bottom_bg.png) no-repeat center; }
.container_body { position:relative; width:100%; min-height:592px; background-color:#FFF; }
.container_area { position:relative; margin:0 auto; width:1040px; }
.logo { position:relative; width:100%; height:102px; }
.logo img { margin-top:29px; }
.content { position:relative; margin:0 auto; width:1038px; height:371px; border:1px solid #d9d9d9; }
.content_left { position:relative; float:left; left:31px; width:561px; }
.content_info { position:relative; width:100%; height:96px; background:url(../images/main/content_info.png) no-repeat left top; }
.content_login { position:relative; width:100%; height:145px; background:url(../images/main/login_bg.png) no-repeat left top; }
.login_no { position:absolute; left:34px; top:33px; width:186px; height:20px; }
.login_no input { width:182px; height:16px; border:1px solid #cecece; font-family:돋움,Dotum; color:#9e9e9e; font-size:12px; line-height:18px; }
.login_pass { position:absolute; left:34px; top:60px; width:186px; height:20px; }
.login_pass input { width:182px; height:16px; border:1px solid #cecece; font-family:돋움,Dotum; color:#9e9e9e; font-size:12px; line-height:18px; }
.login_bt { position:absolute; left:225px; top:33px; width:85px; height:48px; }
.login_info { position:absolute; left:320px; top:40px; width:202px; height:33px; background:url(../images/main/login_info.png) no-repeat left top; }
.login_check { position:absolute; left:32px; top:90px; width:16px; height:16px; }
.login_check_text { position:absolute; left:53px; top:93px; width:105px; height:13px; line-height:15px; font-family:돋움,Dotum; color:#808080; font-size:12px; }
.content_right { position:relative; float:right; width:416px; height:266px; background:url(../images/main/content_img01.png) no-repeat left top; }
.footer { position:relative; top:25px; width:100%; height:53px; background:url(../images/main/footer.png) no-repeat left top; }


/* 공통 */
.space69 { position:relative; width:100%; height:69px; }

/* link */
a.gray_link01:link {font-size:12px; color:#393939; font-Family:"돋움","Dotum"; text-decoration:none; line-height:20px; }
a.gray_link01:visited {font-size:12px; color:#393939; font-Family:"돋움","Dotum"; text-decoration:none; line-height:20px; }
a.gray_link01:active {font-size:12px; color:#393939; font-Family:"돋움","Dotum"; text-decoration:none; line-height:20px; }
a.gray_link01:hover {font-size:12px; color:#393939; font-Family:"돋움","Dotum"; text-decoration:none; line-height:20px; }
