@charset "utf-8";

#sub_page_visual { width: 1200px; margin: 0 auto; overflow: hidden; }

#sub_page_visual .sub_best_wrap { width:100%; margin:60px 0; text-align:center; position:absolute; z-index:2;  height:272px;}
	#sub_page_visual .sub_best_wrap_title { margin:0 auto; padding:15px 30px; width:400px; background:#333; font-size:23px; color:#FFF; font-weight:bold; margin-bottom:40px; border:1px solid #fff;}

#sub_page_visual .sub_img_bg_wrap_overlay {background: url('http://jinitelimg.for-next.net/images//visual/video-overlay.png'); position:absolute; z-index:2; height:272px; width:1200px; margin: 0 auto; }
/*
.sub_img_bg_wrap_overlay {position:absolute; z-index:2; height:272px; width:100%; } 
*/

#sub_page_visual .sub_img_bg_wrap { position:relative; width:100%; z-index:1; height:272px; }
	#sub_page_visual .sub_img_bg_images { width:100%; height:272px; 
	/* CSS 이미지 블러처리 감싸는 곳에 background-color: rgba(0, 0, 0, 0.7); 넣는다. 익스플로러 11에는 불가 */
	/*		filter: blur(3px);
			-webkit-filter: blur(3px);
			-moz-filter: blur(3px);
			-o-filter: blur(3px);
			-ms-filter: blur(7px);
			filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='3'%20/></filter></svg>#blur");
			filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); 
	*/		
	}

	/* 서브비쥬얼 버튼.S */
	#sub_page_visual .sub_visual_button	{ position:absolute; margin-top:-250px; width:1000px; left:50%; margin-left:-500px; z-index:3; text-align:center; }
	/* 서브비쥬얼 버튼.E */	




	/* 서브비쥬얼 텍스트.S */
	#sub_page_visual .sub_visual_text { position:absolute; width:1200px; z-index:99; text-align:center; margin-top:110px; line-height:20px; }
		#sub_page_visual .sub_visual_text_big { z-index:2; font-size:38px; color:#FFFFFF; font-weight:bold; text-shadow:1px 1px 1px #333; }
		#sub_page_visual .sub_visual_text_small { display:inline-block; z-index:2;font-size:13px; color:#FFFFFF; font-weight:bold; padding:8px 30px; border:1px solid #FFF; background:url('//img.for-next.net/img/background/transparent_gray.png'); background-repeat:repeat; }
	/* 서브비쥬얼 텍스트.E */		