@charset "utf-8";

div, u, i, dl, dt, dd, ol, ul, li {margin:0; padding:0; border:none 0;}


			.main_box03 {float:left; position:relative; width:1300px; height:488px; margin-left:50px; overflow:hidden}																	/* 슬라이드 폭 지정 // js 파일도 같이 지정 */
				.main_box03 > dl {position:absolute; left:0; top:0; width:99999px; height:488px}
				.main_box03 > dl > dd {position:relative; float:left; width:1300px; height:488px; overflow:hidden; text-align:left}														/* 슬라이드 폭 지정 // js 파일도 같이 지정 */
				.main_box03 > dl > dd > code {position:absolute; left:0; top:0}
/*				.main_box03_gray {position:absolute; left:0; top:0; width:1300px; height:488px; background:#FFF; opacity:0.5; filter:alpha(opacity=50)}			/* 슬라이드 폭 지정 // js 파일도 같이 지정 */
				.main_box03_gray {position:absolute; left:0; top:0; width:1300px; height:488px;} /* 배경 삭제 */

				/* .main_box03 > dl > dd > em {position:absolute; left:800px; top:35px; color:#FF0000; font-size:20px; font-weight:bold}		/* 강사 타이틀 부분 */
				/* .main_box03 > dl > dd > span {position:absolute; left:800px; top:60px; color:#333; font-size:35px; font-weight:bold}		/* 실제 타이틀 강사 이름 부분 */
				/* .main_box03 > dl > dd > label {position:absolute; left:800px; top:130px; color:#333; font-size:22px; line-height:170%}		/* 프로필 안내 글 부분 */

				.main_box03 > dl > dd > span {position:absolute; left:800px; top:15px;}							/* 실제 타이틀 강사 이름 부분 // 따로 지정하기 위해서 폰트 부분을 뺌 */
				.main_box03 > dl > dd > label {position:absolute; left:800px; top:140px; color:#FFF;}		/* 프로필 안내 글 부분 // 따로 지정하기 위해서 폰트 부분을 뺌  */
				
				.main_box03_btn {position:absolute; left:800px; bottom:20px; width:66px; height:22px}	/* 이하 이전 다음 화살표 부분 */
				.main_box03_btn > var:hover {background:#FFF}
					
					#main_box03_prev {float:left; display:block; width:19px; height:20px; background:url('../img/main_box03_prev.png') no-repeat; border:1px solid #FFF; border-right:none; cursor:pointer} /* 화살표 색상 */
						#main_box03_prev:hover {opacity:0.75; filter:alpha(opacity=75)}
					#main_box03_next {float:left; display:block; width:19px; height:20px; background:url('../img/main_box03_next.png') no-repeat; border:1px solid #FFF; border-right:none; cursor:pointer}
						#main_box03_next:hover {opacity:0.75; filter:alpha(opacity=75)}
					#main_box03_pause {float:left; display:block; width:20px; height:20px; background:url('../img/main_box03_pause.png') no-repeat; border:1px solid #FFF; cursor:pointer}
						#main_box03_pause:hover {opacity:0.75; filter:alpha(opacity=75)}

			.main_box04 {float:right; width:320px; height:488px; margin-right:50px; background:url('../img/main_box04.jpg') no-repeat}
				.main_box04 > em {position:absolute; left:0; top:208px; display:block; width:320px; color:#e9d1b1; font-size:36px; font-weight:100; line-height:100%}
				.main_box04 > span {position:absolute; left:0; top:292px; display:block; width:320px}
				.main_box04 > div {position:absolute; left:130px; top:360px}
			.main_boxover > span {position:absolute; left:0; top:0; opacity:0; filter:alpha(opacity=0)}
