/* CSS Document */

@import url("layout_new.css");
@import url("content_new.css");
@import url("board.css");


a img {
	border:none;
}

html, body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	font-family:Dotum,µ¸¿ò,arial,curier,seoul,sans-serif;
	color:#7f8080;
	height:100%;
	width:100%;
}

* { margin:0;padding:0; }

a:link{font-family:µ¸¿ò,"verdana"; font-size:12px; color:#666666; text-decoration:none}
a:visited{font-family:µ¸¿ò,"verdana"; font-size:12px; color:#666666; text-decoration:none}
a:active{font-family:µ¸¿ò,"verdana"; font-size:12px; color:#ff5e00; text-decoration:none}
a:hover{font-family:µ¸¿ò,"verdana"; color:#ff5e00; text-decoration:none}

a.movie:link {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#020003;}
a.movie:visited {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#020003;}
a.movie:active {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#ff6b01;}
a.movie:hover {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#ff6b01;}

a.ex_title:link {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#a26009; line-height:120%;}
a.ex_title:visited {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#a26009; line-height:120%;}
a.ex_title:active {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#a26009; line-height:120%;}
a.ex_title:hover {font-family:µ¸¿ò; font-size:11px; text-decoration:underline; color:#a26009; line-height:120%;}

a.ex_desc:link {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#ff6600; line-height:15px; *line-height:130%;}
a.ex_desc:visited {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#ff6600; line-height:15px; *line-height:130%;}
a.ex_desc:active {font-family:µ¸¿ò; font-size:11px; text-decoration:none; color:#ff6600; line-height:15px; *line-height:130%;}
a.ex_desc:hover {font-family:µ¸¿ò; font-size:11px; text-decoration:underline; color:#ff6600; line-height:15px; *line-height:130%;}

.ex_date {
	font-family:µ¸¿ò; font-size:11px; color:#fe0000; line-height:120%;
}

.ex_desc {
	font-family:µ¸¿ò; font-size:11px; color:#ff6600; line-height:130%;
}

/* ÀÔ·ÂÆû */
.select {
	font-family:µ¸¿ò;
	font-size:12px;
	color:#666666;
}

.select_i {
	font-family:µ¸¿ò;
	font-size:12px;
	color:#666666;
}

.select_w { 
	font-family:µ¸¿ò;
	font-size:12px;
	color:#666666;
}

.input {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #e2e2e2; 
	color:#666666; 
	background-color:#FFFFFF;
	height:17px;
}

.input_w {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #ededed; 
	color:#666666; 
	background-color:#f7f7f7;
	height:17px;
}

.input_c {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #d9e0ee; 
	color:#666666; 
	background-color:#eef1f6;
	height:17px;
}

.input_s {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #e8eede; 
	color:#666666; 
	background-color:#f8f6ef;
	height:17px;
}

.input_e {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #f1eaff; 
	color:#666666; 
	background-color:#faf7ff;
	height:17px;
}

.input_r {
	font-family:"µ¸¿ò"; 
	font-size:12px; 
	border:1px solid #e8ded2; 
	color:#666666; 
	background-color:#fffaf4;
	height:17px;
}

.radio { height: 15px; border:0;}
.checkbox { height: 15px; border:0;}

.textarea_w {
	color: #666666;
	background:#f7f7f7;
	border:1px solid #ededed;
	line-height:150%;

}

.textarea_c {
	color: #666666;
	background:#eef1f6;
	border:1px solid #d9e0ee;
	line-height:150%;
	
}

.textarea_s {
	color: #666666;
	background:#f8f6ef;
	border:1px solid #e8eede;
	line-height:150%;
	
}

.textarea_e {
	color: #666666;
	background:#faf7ff;
	border:1px solid #f1eaff;
	line-height:150%;
	
}

.textarea_r {
	color: #666666;
	background:#fffaf4;
	border:1px solid #e8ded2;
	line-height:150%;

}