@charset "utf-8";


/*-- 동영상 목록 --*/
.movie_list {clear:both; position:relative; width:680px; padding:0;}
.mov_list {padding:0; margin:0; width:100%; padding:5px 0 0 0; }
#content .mov_list .mov_list_li {
	clear:both; 
	float:left; 
	width:100%; 
	border-bottom:1px #ccc dotted; 
	padding:10px 0; 
	background:none;
}

#content .mov_list .list .img {
	float:left;
	width:140px; 
	height:130px; 
	padding:0; 
	margin:0;
	background:url(/_layout/module/wsboard/skin/movie/images/movie_imgbg.gif) no-repeat;
}

.mov_list .list .img img {width:120px; height:90px; padding:0; margin:5px 0 0 5px;}

#content .mov_list .list .tit {float:left; width:480px; padding:5px 0 0 0; margin:0 0 10px 0; background:none;}
.mov_list .list .tit .title {float:left; width:370px; font-weight:bold; padding:0 0 0 22px; background:url(/_layout/module/wsboard/skin/movie/images/movie_tit_bl.gif) no-repeat;}
.mov_list .list .tit .date {float:right;}
#content .mov_list .list .mem {float:left; width:480px; background:none; padding:0; margin:0 0 5px 0;}
.mov_list .list .mem .con {float:left; width:370px; padding:0;}
.mov_list .list .mem .wri {float:right;}

#content .mov_list .list .name {float:left; width:480px; background:none; padding:0;}
.mov_list .list .name .rec {float:left; width:370px; padding:0; color:#0042FF;}
.mov_list .list .name .cou {float:right;}

/*-- 목록에서 삭제 표시 처리 --*/
.title_delete {
	color:#999999;
	text-decoration:line-through;
}

/*-- 동영상 보기화면 --*/
.movie_read {clear:both; position:relative; width:620px; padding:0;}
.movie_read .read_title {width:620px; height:45px; background:url(/_layout/module/wsboard/skin/movie/images/movie_read_tbg.gif) no-repeat;}
.movie_read .read_title .tit {font-weight:bold; float:left; display:block; padding:12px 0 0 25px;}
.movie_read .read_title .date {float:right; display:block; padding:12px 25px 0 0;}

.movie_read .recommend {clear:both; text-align:right; position:relative; width:620px; background:url(/_layout/module/wsboard/skin/movie/images/movie_read_cbg.gif) repeat-y;}
.movie_read .recommend img {vertical-align:middle;}

.movie_read .movie_data {clear:both; float:left; position:relative; width:620px; background:url(/_layout/module/wsboard/skin/movie/images/movie_read_cbg.gif) repeat-y;}
.movie_read .movie_data .wmv {float:left; display:inline; width:320px; height:280px; margin:0 0 0 15px;}
.movie_read .movie_data .jam {float:left; overflow:auto; width:240px; height:270px; margin:0 0 0 15px; padding:5px; border:1px #DEDEDE solid; text-align:left;}

.movie_read .movie_con {clear:both; float:left; position:relative; width:620px; background:url(/_layout/module/wsboard/skin/movie/images/movie_read_cbg.gif) repeat-y;}
.movie_read .movie_con .tit {width:604px; margin:20px 0 0 8px;}
.movie_read .movie_con .con {width:604px; margin:10px 0 0 20px; text-align:left;}

.movie_read .movie_read_bbg {clear:both; float:left; padding:0; margin:0;position:relative; width:620px; height:15px; background:url(/_layout/module/wsboard/skin/movie/images/movie_read_bbg.gif) no-repeat;}


