@charset "utf-8";
/* CSS Document */

/* *************************************************************************************************** base 설정 */
body, table, tr, td, select, textarea, div {
	font-family: "나눔고딕", "Nanum Gothic", "맑은 고딕", "돋움", sans-serif;
	font-size: 13px;
	line-height: 15pt;
	color : #645454;
	scrollbar-3dlight-color: #dfdfdf;
	scrollbar-arrow-color: #333;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
}
img {
	border: none;
	line-height: 0;
}
#wrap {
	width: 735px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
#header, #header_map, #contents, #contents_map, #footer {
	width: 735px;
	padding: 0;
	margin: 0;
}
#header {
	height: 156px;
	background: url(../image/top_bg.jpg) no-repeat;
}
#header_map {
	height: 115px;
	background: url(../image/top_bg_map.jpg) no-repeat;
}
#close_btn {
	width: 65px;
	height: 75px;
	margin: 0 0 0 653px;
	padding: 0;
}
#help_menu { height: 30px; }
#help_menu ul {
	margin: 3px 0 0 28px;
	padding: 0;
	color: #ff7e00;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
#help_menu ul li {
	float: left;
	list-style-type: none;
}
#help_menu A:link, #help_menu A:visited {
	color: #FFF;
	text-decoration: none;
}
#help_menu A:hover {
	color: #FFF;
	text-decoration: underline;
}
.text_j { text-align: justify; }
#contents { min-height: 290px; }
#inner { margin: 0 30px; }
#inner ul, #inner ol {
	margin-top: -20px;
	padding-bottom: 20px;
}
.center {
	text-align: center;
	padding-top: 15px;
}
#professor {
	float: left;
	width: 270px;
	text-align: center;
	font-size: 17px;
}
#profile {
	float: left;
	width: 465px;
	min-height: 320px;
	overflow: auto;
}
#profile ul {
	margin: 0;
	padding: 0 0 20px 50px;
	text-indent: -50px;
}
#profile ul li {
	text-indent: 0;
	padding: 1px 0;
}
#inner dl { margin: 0; }
#inner dt {
	float: left;
	margin-right: 20px;
}
#inner dd {
	margin: 0;
	color: #red;
}
#inner p { margin: -20px 0 0 25px; }
.text_red { color: red; }
table {
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	border-collapse: collapse;
	width: 630px;
	margin-left: 30px;
}
th {
	border: 1px #CCC solid;
	padding: 10px 0;
}
th[scope="col"] {
	border-bottom: 2px #ccc solid;
	background: #fff5e9
}
th[scope="row"] { background: #F8F8F8 }
td {
	border: 1px #CCC solid;
	text-align: center;
	padding: 5px 0;
}
#learning_01 {
	width: 325px;/*사이즈는 과목에 맞게 유동적으로 조절 */
	float: left;
	font-weight: bold;
	margin-top: 10px;
}
#learning_02 {
	width: 325px;/*사이즈는 과목에 맞게 유동적으로 조절 */
	float: right;
	font-weight: bold;
	margin-top: 10px;
}
#learning_01 ul, #learning_02 ul {
	margin: 0 0 7px 0;
	padding: 7px;
	background: #f9f3ef;
}
#learning_01 ul li, #learning_02 ul li { list-style-type: none; }
#learning_01 ul.ul_point, #learning_02 ul.ul_point {
	background: #edd8cc;
	color: #A05C4B;
}
#footer {
	height: 80px;
	float: left;
}
.hidden {
	font-size: 0;
	color: #ffffff;
}
* { word-break: keep-all; } /* 단어기준으로 줄바꿈 */
ul.ws {
	margin-top: 0px;
	margin-left: -13px;
	padding-top: 30px;
	padding-bottom: 20px;
}
