@CHARSET "UTF-8";
@import "global.css";
/****************************************************
 메인페이지 구조를 위한 css
*****************************************************/
#Layout{margin:0 auto;width:980px;min-height:100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */}

/* 로고 영역 */
#top_gobal{width:980px;height:45px;}
	.top_logo{float:left;width:140px;margin-left:21px;background:url(../images/main/top_logo.gif) no-repeat;}
	.top_logo a{display:block;width:140px;height:45px;}
	.top_logo b{display:none;}
	#top_gobal_menu{float:right;height:18px;margin:20px 21px 0 0;}

/* 컨텐츠 영역 틀 */
#contentWrap{background:url(../images/main/content_top_bg.gif) top left no-repeat;margin-left:16px;padding-top:11px;}

/* 컨텐츠 왼쪽 영역 */
#content_L{width:203px;float:left;position:relative;}
#content_L #left_Login{background:#f6f6f6;padding:5px 3px 3px 5px;position:relative;}
#content_L #left_Login td{font-size:11px;}
#content_L #left_Login td b{color:#2278c9;}
#content_L #left_Login td #mem_info td{line-height:14px;height:14px;}

#content_L #left_Login_on{background:#f6f6f6;padding:5px 3px 3px 5px;position:relative;top:0;}
#content_L #left_Login_on td{font-size:11px;}
#content_L #left_Login_on td b{color:#2278c9;}
#content_L #left_Login_on td #mem_info td{line-height:14px;height:14px;}

#info_more{margin:0;padding:0 3px 5px 3px;list-style:none;display:;font-size:11px;}
#info_more b{color:#2278c9;}
#info_more #lecture_list{
	width:100%;height:66px;background:#f4f3e9;
	overflow:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#e4e3da;
	scrollbar-shadow-color:#e4e3da;
	scrollbar-3dlight-color:#e4e3da;
	scrollbar-arrow-color:#d6d5cd;
	scrollbar-track-color:#f0efe5;
	scrollbar-darkshadow-color:#e4e3da;
	}
#info_more #lecture_list li{height:22px;line-height:22px;}
#info_more #lecture_list li a{color:#7f7f7f;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:none;}
#info_more #lecture_list li a:hover{color:#2278c9;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:underline;}

#content_L #L_banner{width:193px;margin:0 auto;}
#content_L #L_banner p{margin:0;}
#content_L #L_banner p#banner01{height:66px;}
#content_L #L_banner p#banner02{height:71px;}
#content_L #L_banner p#banner03{height:73px;}
#content_L #L_banner p#banner04{height:81px;}
#content_L #L_banner p#banner05{height:75px;}

/* 컨텐츠 중앙 영역 */
#content_C{margin:0 214px 0 219px;}

/* 컨텐츠 오른쪽 영역 */
#content_R{width:214px;float:right;}
#content_R #today{width:193px;}
#content_R p#Right_fla{margin:16px 0 0 0;}
#content_R #Event{width:193px;margin:10px 0 0 0;}
#content_R #Customer{width:193px;margin-top:5px;padding-bottom:6px;}
#content_R p#right_go{margin:4px 0 0 0;}

#Bottom{height:78px;width:970px;margin:0 auto;}/* Fotter */

/****************************************************
Link
*****************************************************/

/* 메인 게시판 리스트 */
A.left_notice:link{color:#7f7f7f;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:none;}
A.left_notice:active{color:#7f7f7f;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:none;}
A.left_notice:visited{color:#7f7f7f;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:none;}
A.left_notice:hover{color:#7f7f7f;font-size:11px;font-family:돋음,Dotum,Tahoma;text-decoration:none;}