@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; border:0;}
body { font-size:0.75em; line-height:1.5; color:#666;  font-family: "나눔고딕", "맑은고딕", "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
a { text-decoration:none; color:#333;}
input{border:1px #999 solid;}
 
.wrap { }
.header { border-bottom:2px solid #39f; text-align:center; background: #f5f5f5;}
 
.content {}
h1 { padding:30px; font-weight:normal; color:#000; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h2 { font-weight:normal; color:#999; font-size:1.2em;}
ul, li { list-style:none;}
.sp { width:100%; border-bottom:1px dotted #ccc; clear:both; height:50px;}
 
 
.course { width:600px;margin:50px auto; }
.title { width:600px;}
.list { width:500px; float:left; margin-left:50px;}
.list_01 { width:500px; float:left; margin-left:50px;}
.list_02 { width:700px; float:left; margin-left:50px;}
.list_final_item { width:400px; float:left; margin-left:10px;}
 
.title { margin-top:-10px;}
.title .subject { display:block; font-size:1.4em;}
.title .page { display:block; padding-left:5px; color:#000;}
.title .summary{ font-size:11px; color:#999; padding-left:3px; display:block;}
 
.list li { padding: 10px; border-bottom:1px dotted #999;}
.list li:hover { background-color:#f5f5f5; cursor:pointer;}
.list li.last {border-bottom:none;}
.list .subject { display:inline-block; width:500px; font-size:1.4em; color:#333;}a
.list .subject.last {border-bottom:none;}
.list .page { display:inline-block; width:50px; text-align:right; float:right; color:#bbb;}
.list .sub { display:block; font-size:0.9em; color:#999;}

.list_01 .subject { display:inline-block; width:500px; font-size:1.4em; color:#333;}
.list_01 p{color:#777;}
.list_01 li{line-height:1.8;}

.list_final_item li:hover { background-color:#f5f5f5; cursor:pointer;}

.personal{
	text-align: right;
}
h2 .subject { color:#39f;}
h2 .subject { color:#39f;}

/*.form{margin-top:20px; margin-left:100px; width:280px; height:100px; border:1px #999 solid; padding:10px;}
.form_01{margin-top:20px; margin-left:100px; width:280px; height:160px; border:1px #999 solid; padding:10px;}
.form_02{margin-top:25px; margin-left:10px; width:280px; height:100px; border:1px #999 solid; padding:10px;}
*/
.input_info {		
	position: absolute;	
	text-align: center;		
	background: #000;
	border: 1px solid #fff;
  	color: #fff;
	width: 200px;
	height: 50px;
	vertical-align: middle;
}

input[type="password"]:focus + .input_info {  
  position: absolute;	
}

.dsbubble 
{
	z-index:100;
	position: relative;
	height: auto;
	padding: 11px 11px 11px 11px;
	background: #FFFFFF;
	border-radius: 2px;
	border: #7F7F7F solid 1px;
	position: absolute;
	font-size: 15px;
	text-align: center;
	font-size:1.20em; line-height:1.5; color:#666;  font-family: "나눔고딕", "맑은고딕", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	
.dsbubble:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 12px 11.5px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10.5px; 
	left: 10px; 
}
	
.dsbubble:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 12px 11.5px;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -12px;
	left: 10px;
}
