@charset "euc-kr";
@font-face {
src : url("/image/main/APPLESDGOTHICNEOSEMIBOLD.OTF");
font-family: "SD_Gothic"
}

@font-face {
font-family: 'NanumSquareB';
src: url('/application/new_list/NanumSquareB.eot');
src: url('/application/new_list/NanumSquareB.eot?#iefix') format('embedded-opentype'),
url('/application/new_list/NanumSquareB.svg#NanumSquareB') format('svg'),
url('/application/new_list/NanumSquareB.ttf') format('truetype'),
url('/application/new_list/NanumSquareB.woff') format('woff'),
url('/application/new_list/NanumSquareB.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

#wrap{
	position:relative;
}
.title_1{
	font-family:"NanumSquareB";
	font-size:7vw;
	line-height:10vw;
	text-align:center;
	color:#444;
	margin:30px 0 10px 0;
}
.title_ment{
	font-size:3.5vw;
	line-height:5vw;
	text-align:center;
	color:#444;
	margin-bottom:30px;
}
.video_wrap{
	border-top:1px solid #ccc;
}
.video_place{
	width:300px;
	height:280px;
	margin:0 auto;
	margin-top:30px;
	border:1px solid #aaa;
}

.thumbnail_img{
	position:relative;
	width:280px;
	height:200px;
	margin:0 auto;
	margin-top:10px;
}
.thumbnail_img img{
	width:100%;
	height:100%;
}
.vod_ment{
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	font-family:"SD_Gothic";
	color:#666;
}
.img_place{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
.img_cover{
	width:100%;
	height:100%;
	background:rgba( 0,0,0,0.5 );
	position:relative;
	top:0;
	left:0;
	z-index:2;
}
.play_btn{
	width:40px !important;
	height:30px !important;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.video_cover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	display:none;
}
.video_player{
	width:300px;
	height:310px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:4;
	background:#111;
	display:none;
}
.video_player video{
	width:300px;
	height:270px;
}
.close_btn{
	width:300px;
	height:40px;
	color:#fff;
	background:#111;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	font-size:20px;
}