.video {
	color:red;
	width:50px;
	height:50px;
	border: none;
	z-index:99;
	background:url("../img/video.png") no-repeat;
	background-size:contain;
}

.video:hover {
	background:url("../img/video_on.png") no-repeat;
	background-size:contain;
}

.type2 {
	color:red;
	width:50px;
	height:50px;
	border: none;
	z-index:99;
	background:url("../img/mp3.png") no-repeat;
	background-size:contain;
}

.type2:hover {
	background:url("../img/mp3_on.png") no-repeat;
	background-size:contain;
}

.type3 {
	color:red;
	border: none;
	z-index:99;
}

.type3:hover {
	opacity:0.5;
}

.type1{
	color:red;
	border: none;
	opacity:0;
	z-index:99;
}

/*.type1:hover {
	opacity:0.2;
}*/

.image {
	color:red;
	width:50px;
	height:50px;
	border: none;
	background:url("../img/image.png") no-repeat;
	background-size:contain;
	z-index:99;
}

.image:hover {
	background:url("../img/image_on.png") no-repeat;
	background-size:contain;
}

.image.type1 {
	width:50px;
	height:50px;
	background:none;
	background-color:#CFCFCF;
	opacity:0;
}

.goto {
	color:red;
	border: none;
	background:url("../img/goto.png") no-repeat;
	background-size:contain;
	z-index:99;
}

.goto:hover {
	opacity:0.5;
}

.goto.type1 {
	background:none;
	background-color:#CFCFCF;
}

.url {
	color:red;
	border: none;
	background:url("../img/link.png") no-repeat;
	background-size:contain;
	z-index:99;
}

.url:hover {
	opacity:0.5;
}

.url.type1 {
	background:none;
	background-color:#CFCFCF;
}

.goback {
	color:red;
	width:50px;
	height:50px;
	border: none;
	z-index:99;
	background:url("../img/back.png") no-repeat;
	background-size:contain;
}

.goback:hover {
	opacity:0.5;
}

.media_layer {display:none; position:absolute; top:0; left:0; width:0; height:0; z-index:100; cursor:move; background:url("../img/move.png") no-repeat; background-position: left center;}
.media_layer .pop-layer {display:block;}

.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: auto; height:auto; z-index: 10;}
.pop-layer .pop-container {padding: 0px 0px;}

.image_layer {display:none; position:absolute; top:0; left:0; width:0; height:0; z-index:90;}
.image_layer .image-pop-layer {display:block;}

.image-pop-layer {display:none; position: absolute; top: 0; left: 0; width: auto; height:auto;  border: 0px solid #3571B5; z-index: 10;}
.image-pop-layer .pop-container {padding: 0px 0px;}

iframe {
	border: 0px red solid;
}

#mediapop {
	width:970px;
	height:100px;
	position: relative;
}

.track1 #mediapop{
	height: 100px;
}

.track2 #mediapop{
	width:720px;
	height: 100px;
}




/*----------------자막 풀사이즈용--------------*/

.pop-layer.scriptOn{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: 0 !important;
}
