
/******* »ó´Ü °øÅë *******/
.top_logo{
    float:left;
    width:210px;
    height:100px;
}
.top_logo img{
	margin-top: 34px;
	margin-left:23px;
}

.snb_area{
    float:right;
    height:18px;
    background:#9a8c6c;
	color:#fff;
	font-size:11px;
	padding:0 8px;
}

.snb_area a{
	margin:0 8px;
	color:#fff;
}

.gnb_area{
    float:right;
    margin-top:15px;
	margin-left:30px;
    height:24px;
	width:695px;
    cursor:pointer;
}


/***************left***********************/
.login_form {
    float:left;
	background:url(/images/main/bg_login.gif) no-repeat;
	width:210px;
	height:107px;
}
.login_form .id_area{
	width:98px;
    float:left;
	padding-left:53px;
	margin-top:33px;
}

.login_form .pw_area{
	width:98px;
    float:left;
	padding-left:53px;
	margin-top:4px;
}
.login_form input{
	width:98px;
	height:19px;
	font-size:11px;
	line-height:19px;
	background:#fff;
	border:1px solid #c7b299;
}
.login_form .login_btn{
	float:right;
	margin-top:-19px;
	margin-right:13px;
}
.login_form .join_idpw {
	float:left;
	width:184px;
	height:22px;
	margin-top:4px;
	margin-left:13px;
}



.login_ok {
	float:left;
	background:url(/images/main/bg_login_on.gif) no-repeat;
	width:210px;
	height:107px;
	padding:15px 5px 0 15px;
}	
	
.login_ok dl{
	width:100%;
	float:left;
}

.login_ok dl dt{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:5px;
}

.login_ok dl dd{
	float:left;
	width:50%;
	font-size:11px;
	letter-spacing:-1px;
	text-align:left;
}

.schedule {
	float:left;
	background:url(/images/main/bg_schedule.gif) no-repeat;
	width:210px;
	height:145px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:35px;
}
.schedule .day {
	width:194px;
	margin-left:10px;
	margin-top:13px;
}
.schedule .day .week {
	background:url(/images/main/bg_day_bar.gif) repeat-x;
	padding-top:5px;
	padding-bottom:3px;
}
.schedule .day li{
	float:left;
	width:27px;
	height:14px;
	line-height:14px;
	font-size:11px;
	text-align:center;
}

.schedule .month {
	width:100px;
	height:14px;
	margin-left:115px;
	margin-top:8px;
}

.left_menu {
	width:210px;
}




/**********************right***********/
.main_board_01 {
	width:360px;
	height:138px;
	float:left;
}

.main_board_01 .tit {
	width:360px;
	border-bottom:1px solid #513e30;
	height:20px;
	background:none;
}

.main_board_01 .cont{
	height:25px;
	width:272px;
	line-height:25px;
	text-align:left;
	padding-left:8px;
	background:url(/images/main/dotline.gif) 0 24 repeat-x;
	color:#696969;
}
.main_board_01 .date{
	width:80px;
	height:25px;
	line-height:25px;
	text-align:right;
	background:url(/images/main/dotline.gif) 0 24 repeat-x;
	color:#9e8c65;
}

.main_board_02 {
	width:360px;
	height:138px;
	float:left;
	margin-left:30px;
}

.main_board_02 .tit {
	width:360px;
	border-bottom:1px solid #513e30;
	height:20px;
	background:none;
}

.main_board_02 .cont{
	height:25px;
	width:272px;
	line-height:25px;
	text-align:left;
	padding-left:8px;
	background:url(/images/main/dotline.gif) 0 24 repeat-x;
	color:#696969;
}
.main_board_02 .date{
	width:80px;
	height:25px;
	line-height:25px;
	text-align:right;
	background:url(/images/main/dotline.gif) 0 24 repeat-x;
	color:#9e8c65;
}



/*************sub************************/
.sub_cont {clear:both;
	width:706px;
	margin-left:22px;
}
.sub_cont ul{
	padding-top:25px;
}
.sub_cont ol{
	height:37px;
	border-bottom:1px solid #9e8c65;
}
.sub_cont_tit {
	width:400px;
	text-align:left;
}
.sub_cont_navi {
	width:300px;
	text-align:right;
	padding-right:6px;
	color:#7a6543;
	font-size:11px;
}
.sub_cont_area {
	min-height:380px;
}


/*************login_page************************/

.login_page {
	position:relative;
	background:url(/images/sub/login/bg_login.gif) no-repeat;
	width:643px;
	height:257px;
	margin:35px 31px;
}
.login_id {
	position:absolute;
	width:200px;
	top:58px;
	left:53px;
	text-align:left;
}
input.login_id{
	width:200px;
	height:30px;
	border:1px solid #beb298;
	padding-left:10px;
	line-height:30px;
	margin-top:21px;
}
.login_pw {
	position:absolute;
	width:200px;
	top:58px;
	left:260px;
	text-align:left;
}
input.login_pw {
	width:200px;
	height:30px;
	border:1px solid #beb298;
	padding-left:10px;
	line-height:30px;
	margin-top:21px;
}
.login_btn02 {
	position:absolute;
	top:76px;
	left:470px;
}
.login_info {
	position:absolute;
	width:563px;
	height:13px;
	padding:20px 0 20px 0;
	color:#9e8c65;
	font-size:11px;
	border-bottom:1px solid #9e8c65;
	text-align:left;
	top:105px;
	left:40px;
}
.find_btn {
	position:absolute;
	top:175px;
	left:55px;
}
	
	
/*************find_id************************/	

.find_id {
	position:relative;
	width:643px;
	margin:35px 31px;
	text-align:left;
}
.id_find_box {
	position:relative;
	background:url(/images/sub/login/bg_find.gif) no-repeat;
	top:23px;
	width:643px;
	height:152px;
}
.id_find_box p.find_name{
	position:absolute;
	top:43px;
	left:60px;
}
.id_find_box input.find_name {
	position:absolute;
	width:130px;
	height:30px;
	border:1px solid #beb298;
	padding-left:10px;
	line-height:30px;
	top:35px;
	left:140px;
}	
.find_mail {
	position:absolute;
	top:85px;
	left:60px;
}
.find_mail img {
	margin-right:33px;
}
.find_mail input{
	width:130px;
	height:30px;
	border:1px solid #beb298;
	padding-left:10px;
	line-height:30px;	
	left:80px;
}
.id_find_box span {
	position:absolute;
	top:83px;
	left:470px;
}
.find_pw {
	position:relative;
	width:643px;
	margin:75px 31px;
	text-align:left;
}
.id_find_box p.find_id{
	position:absolute;
	top:7px;
	left:255px;
}
.id_find_box input.find_id {
	position:absolute;
	width:110px;
	height:30px;
	border:1px solid #beb298;
	padding-left:10px;
	line-height:30px;
	top:0px;
	left:320px;
}	


/********* sub02_schedule *********/

.table_title{
	margin:30px 0px 10px 0px;	
}

.table_title td{
 		font-size:14px;
		font-weight:bold;
		color: #673d0b;
		
}


.table_set00{
	float:left;
	border-left:1px solid #b7aa8d;

}

.table_set00 td{
	padding:5px 5px 0px 5px;
	border-right:1px solid #b7aa8d;
	border-bottom:1px solid #b7aa8d;
	height:83px;
}

.table_set00 td.left{
	padding-left:5px;
	text-align:left;
}

.table_set00 th{
	padding:5px 0;
	color: #673d0b;
	background:#d0c09e;
	font-weight:bold;
	border-top:1px solid #b7aa8d;
	border-bottom:1px solid #b7aa8d;
	border-right:1px solid #b7aa8d;
}

.table_set00 td .greySpan{
	color:grey;
	padding-left:5px;
}

.schedule_cont{
	padding: 20px 20px;
	
}
.schedule_view{
	padding: 20px 20px;
	
}
.schedule_view table{
	width:666px;
	border-top:1px solid #e5ddcc;
	margin-top:50px
}
.schedule_view table td{ 
	border-right:1px solid #e5ddcc;
	border-bottom:1px solid #e5ddcc;
	height:25px;
	padding-left:8px;
}
.schedule_view table th{
	font-weight:bold;
	text-align:center; 
	border-left:1px solid #e5ddcc;
	border-right:1px solid #e5ddcc;
	border-bottom:1px solid #e5ddcc;
	height:25px;
	width:90px;
	color:#795d24;
}

.write{
	float:right;
}



.table_list {border-top:2px solid #a89772; margin-left:15px; width:676px;margin-top:10px;}

.table_list th{border-bottom:1px solid #a89772; height:30px; color:#755523; font-weight:bold; background:#e8e0cd;text-align:center;}

.table_list td{border-bottom:1px solid #c9bda2; height:26px; color:#726b55; text-align:center;}

.table_list .tit{text-align:left;padding-left:5px;}


.table_view {border-top:2px solid #a89772; margin-left:15px; width:676px;margin-top:10px;}

.table_view th{border-bottom:1px solid #c9bda2; color:#755523; font-weight:bold; background:#e8e0cd;padding:7px 0 7px 10px;}

.table_view td{border-bottom:1px solid #c9bda2; color:#726b55; text-align:left; padding-left:10px;}

.table_view input[type=text]{width:540px;}



.table_album {border-bottom:1px solid #c9bda2; border-top:2px solid #a89772; margin-left:15px; width:676px; font-size:11px; padding-bottom:15px;margin-top:10px;}

.table_album td{height:26px; color:#726b55; text-align:center; padding:15px 0 0 0;}

.table_album img{border:1px solid #c9bda2; padding:5px; width:110px; height:75px; margin-bottom:8px}

/********************************************************************************************************/
/*  È¸¿ø °ü·Ã
/********************************************************************************************************/
.tab_title{
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}


/*********************************************************************************************************
/*  Á÷°èµµ
/*********************************************************************************************************/
.table_dir1{
	width:100%;
	border:0;
	padding:0;
	margin:0;
}

.table_dir1 th, .table_dir1 td{
	border:0;
	padding:0;
	margin:0;
	height:16px;
	vertical-align:top;
}

.box{
	float:left;
	border:1px solid #333;
	width:70px;
	height:50px;
	text-align:center;
}

.over-line{
	background:url("/images/line_point.gif") repeat-x 0 22px;
}

td.no-line{
	padding-right:10px;
	background:"";
}

td.h-line{
	padding:0px 5px;
	background:url("/images/line_point.gif") repeat-x 0 22px;
}

td.v-line{
	height:15px;
	background:url("/images/line_point.gif") repeat-y 35px 0;
}