<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*//////////////////////////////////////////////////////////////
//
// 파일명 : jw_main.css
// 버  전 : 1.5
// 날  짜 : 2015.01.07
// 설  명 : HTML5 모바일 적용
//
//////////////////////////////////////////////////////////////*/

html,body {
    overflow:hidden;
	height:100%;
}


#warp-all{ 
/* 개발물사이즈*/
	width:100%; height:100%; min-width:600px;
	overflow: hidden;

	/*background-image:url(../../img/ui-img/bg.jpg) ;	*/
	/*z-index: 1000;
	display: table; */
	/*margin-left: auto; margin-right: auto;*/
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left; 
	transform-origin: top left;
}



/* 오디오 영역*/
#wrap-audio{ 
	display: block;
	width:1px;
	height:1px;
	position:absolute;
	left:-1px;
	top:-1px;
}


/*  UI - 로딩바 */		
#ui-loading{
	top:50%;
	left:50%;
	width:32px;
	height:32px;
	margin-top:-66px; margin-left:-16px;
	background-image:url(../../img/ui-img/loading.gif) ;
	position:absolute;	
	z-index: 2000;
}

/*  UI - TOP */		
#ui-top{
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	position:absolute;
	z-index: 1000;
}

/*  UI - MENU */	
/*
#ui-menu{
	display: none;
	top:110px;
	left:0px;	
	height:350px;
	position:absolute;	
	z-index: 1100;
}
*/
#ui-menu{
	display: none;
	top:0px; left:0px;	
	position:absolute;
	height:100%;
	z-index: 900;
}

#ui-popup{
	position:absolute;	
	z-index: 1110;
}

/*  UI - Bottom */		
#ui-bottom{
	position:absolute;
	bottom:0px;
	width:100%;
	height:55px;
	background:#414141;
	padding:0px;
	/*background-image:url(../../img/ui-img/bottomBg.png) ;*/
	z-index: 1000;
}

/*  UI - Contents */		

#ui-contents{
	width:1024px;
	height:576px;
/*	top:0px;
	left:0px;*/
	text-align:center;
	left:50%; top:50%;
	margin-left:-512px;	margin-top:-345px;
	position:absolute;
	/*z-index: 100;*/
	overflow: hidden;
}

#iPage{
	position:absolute;
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
	border: 0;
	margin: 0;
	overflow: hidden;	
	z-index: 100;
}
#ui-video{
/*
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
*/
	position:absolute;	
	overflow: hidden;	
	display: none;
}


#iVod{
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
	border: 0;
	margin: 0;
	z-index: 110;
	overflow: hidden;	
}

#vodPlayer{
	/*border:  1px solid #fff;*/
	position: absolute;
}

#vodPlayer_J1{
	border: 1px solid #fff;
	position: absolute;
}

.bgSlider {
	position: absolute;
}

/*#scriptUI .top {background: url(../../img/ui-img/script_top.png) top no-repeat; width:755px; height:16px;}
#scriptUI .text {background: url(../../img/ui-img/script_middle.png) top no-repeat; width:755px; height:51px;}
#scriptUI .bottom {background: url(../../img/ui-img/script_bottom.png) top no-repeat; width:755px; height:20px;}
#scriptUI .text p {position:relative; display:inline-block; line-height:1.3em; font-size:10pt;width:730px; height:52px; left:20px; overflow-x:hidden;}

#scriptUI #scriptClose{position:relative; left:738px; bottom:3px;}
#scriptUI .top a{background: url(../../img/ui-img/script_close.png) top no-repeat; background-position: 0px 0px; width:19px; height:19px;display: block;text-indent: -9999px; cursor:pointer;}
#scriptUI .top a:hover{background-position: 0px -19px;}

*{ margin:0; padding:0;}
/*body,iframe { overflow:hidden; }*/
body,div,span{
	/*font-family: "굴림", "굴림체", "돋움", "돋움체", "Arial";
	font-size: 9pt;*/
}


/** Plugins 조절 
===================================*/
.bx-wrapper .bx-viewport {
	border:  0px;
	left: 0px;
}

.audiojs {background: transparent; box-shadow: none; position:absolute; left:0px; top:-500px;}
.audiojs div { display: none;}

/*===================================*/

#printArea {display:none}</pre></body></html>