/*
최대 해상도 2800 최소 500
*/
@font-face { font-family: 'TmonMonsori'; 
src: url('/_cinefox.com_v7/assets/css/TmonMonsori.woff') format('woff'); 
font-weight: normal; font-style: normal; }

html,body{
	
	font-family: 'Nanum Gothic', 'sans-serif';
	
	background: #222222; 
	color:#fff;
	
	font-size: 14px;	
	overflow-x: hidden;
	
	width: 100%;
	/*  background:#ccc;  */
	

}



.scrollOff{
	position:fixed;
	overflow:hidden;
	height:100%; 
	width:100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}



*:focus{outline:none;}

input:focus,
select:focus{
	outline:none;
}

A,A:HOVER,
A:VISITED,
A:ACTIVE,
A:LINK{
	text-decoration:none; 
	color:inherit;
	cursor: pointer;
	*color:#444;
}


IMG { -webkit-perspective: 1; }

.noneData{
	width: 100%;
	padding: 100px 0px;
	text-align: center;	
}

.noneData .fa{
	font-size: 4vw;
	color: #999;
}

.noneData .msg{
	font-size: 1vw;
	color: #ebebeb;
	padding-top: 50px;
}

.bodyAnimate{
	opacity: 0;
}

/*******************************************************
  notice
********************************************************/

#notice_box{
}
			
#notice_box .nbox{
	background-color:rgba(0, 0, 0, 0.9);
	width: 100%;
	max-width: 500px;
	z-index: 999999;
	color: #f7f7f7;
					
}
				
#notice_box .title{
	background: #333;
	color: #fff;
	padding: 10px;
	border-bottom: solid #000 1px;
}
				
#notice_box .msg{
	padding: 20px 15px 20px 15px;
	background: #222;
	border-top: solid #444 1px;
	line-height: 200%
}
				
#notice_box .buttonBox{
	text-align: center;
	margin-top: 15px;
					
}
				
/*******************************************************
  ie box
********************************************************/
#Jiex{
	display: none;
}
.iex .iexBox{	
	/* background-color:rgba(0, 0, 0, 0.9); */
	width: 500px;
}

.iex .btnbox{
    text-align: center;
    padding-bottom: 50px;
}

/*******************************************************
  side top button
********************************************************/

.wingBox{
	position: fixed;
	bottom: 50px;
	right: 10px;
	
	width: 50px;
	height: 50px;
	
	background-color:rgba(237, 28, 36, 0.8);
	border-radius: 50px;
	
	cursor: pointer;
}

.wingBox I{
	position: relative;
	top:5px;
}

.wingBox DIV{
	position: relative;
	top:2px;
	font-weight: bold;
}


/***************************************************************
관람등급 차단 
***************************************************************/
.page19end{
	position: fixed;
	z-index:100;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color:rgba(0, 0, 0, 0.9);
}

.page19end .msgBoxWrap{
	width: 100%;
	text-align: center;
	margin-top:200px;
}

.page19end .msgBox{
	width: 300px;
	background: #000;
	border: solid #00bff3 1px;
	padding: 10px;
	color: #fff;
	letter-spacing:-1px;	
	margin: auto;
	
}

.page19end .msgBox .title{
	font-size:16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.page19end .abtn{
	padding: 10px;
	background: #222;
	border: solid #00bff3 1px;
	cursor: pointer;
	margin: 30px 10px 10px 10px
}

.page19end .abtn2{
	padding: 10px;
	background: #222;
	border: solid #888 1px;
	cursor: pointer;
	margin: 0px 10px 10px 10px
}


/***********************************************************************
사이드
**********************************************************************/


.sidemenubox-loginBox{
	padding: 10px;
	border: solid #444 1px;
	border-radius: 10px;  
	 
	
	
	
}

.header-container-side-menu-icon #sidemenu-icon{
		display: none;
	}
	
.sidemenu-main-box{
	padding: 20px;
}

.sidemenu-main-list{
	list-style: none;
}

.sidemenu-main-list LI{
	padding: 15px 0px;
	font-size: 20px;
}

.sidemenu-logooutBox{
	text-align: center;	
	padding-bottom: 50px;
}

.sidemenu-grid-btn{
	padding: 10px;
	border: solid #444 1px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.sidemenu-grid-btn UL{
	list-style-type: none;
}

.sidemenu-grid-btn UL LI{
	padding: 10px 10px 10px 15px;
}

.sidemenu-logooutBox .outbtn{
	display: inline-block;
    padding: 10px 50px;
    border: #777 solid 1px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    color: #ebebeb;
}


/***********************************************************************
상단
***********************************************************************/


.header{
	height:100px;
	width:100%;
	position: absolute;	
	z-index: 10000;
	text-align: center;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}


.header-web-logoBox{
	padding: 20px 0px 0px 35px;
	/* background: rgba(0,0,0,0.80); */
	height:40px;
	width:100%;
	text-align: left;
	overflow: hidden;
}


.header-container{
	height: 70px;	
	width:100%;
	
	left: 0px;
	right: 0px;	
	z-index: 1;
	position: fixed;
	/* overflow: hidden; */
	text-align: left;
	
}

.header-container-topmenu.topmenuhide,
.header-secondary.topmenuhide{  
	display: none;
}

.header-top{
	/* background: url(/_cinefox.com_v7/assets/css/images/topmenubg.png); 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );  */
	
	background: rgba(0,0,0,0.0);	
	
	-webkit-transition: 0.5s;
    -moz-transition:0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition:0.5s;
}

.header-fixed{
	
	top:0px; 
	
	background: rgba(0,0,0,0.80);
	
	-webkit-transition:2.0s;
    -moz-transition:2.0s;
    -ms-transition:2.0s;
    -o-transition: 2.0s;
    transition:2.0s;
}


.header-container-side-menu-icon{
	
	height: 70px;	
	padding: 0px 0px 0px 20px;
	display: none;
}

.header-container-side-menu-icon .glyphicon{
	position: relative;
	font-size:25px;
	top:23px;
}

.header-container-side-menu-icon2{	
	height: 70px;	
	padding: 0px 0px 0px 20px;
}

.header-container-side-menu-icon2 .glyphicon{
	position: relative;
	font-size:25px;
	top:23px;
	cursor: pointer;
}

.header-container-hide-menu-icon{	
	height: 70px;	
	padding: 0px 0px 0px 40px;
	display: inline-block;
}

.header-container-hide-menu-icon .glyphicon{
	position: relative;
	font-size:25px;
	top:23px;
	cursor: pointer;
}

.header-container-logo{
	display: inline-block;
	height: 70px;	
	padding: 0px 20px;
	display: none;
	/* background: #ccc; */
}

.header-container-logo IMG{
	position: relative;
	top:20px;
	 
}


.header-container-topmenu{
	display: inline-block;
	zoom:1;*display:inline;
	font-size:0;
	padding-left:40px;
	position: relative;
	top:21px;
	/* letter-spacing: -1px; */
	/* background: #ccc; */
	
	/*  background: #ccc; */
	
}

.header-container-topmenu .nopadding{
	padding-left:0px;
}

.header-container-topmenu LI{
	display: inline-block;
	font-size: 16px;
	/* padding: 0px 12px 0px 12px; */
	padding-right:20px;
	letter-spacing: -1px;
}


#cf-sidemenu-main-list LI A:hover,
#cf-sidemenu-main-list LI A:active,
#cf-sidemenu-main-list LI A.on,
.header-container-topmenu LI A:hover,
.header-container-topmenu LI A:active,
.header-container-topmenu LI A.on{
	color: #00bff3; /*d9534f*/
	font-weight: bold;
}



.header-secondary{ 
	float: right;
	padding-right:20px;
	height:70px;
	width:140px;
	text-align: right;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	/* background: #ccc; */
	
}

.header-secondary-search{
	display: inline-block;
	position: relative;
	top:20px; 
	
	
}

.header-secondary-loginbox{
	display: inline-block;
	position: relative;
	top:20px; 
	
	/* background: #fff; */
}

.header-container .mobtopmenu{
	color: #999;
	display: none;
}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
/* @media all and (min-width:480px) and (max-width:767px) { 
	.header-container-side-menu-icon{
		display: inline-block;
	}
	
	.header-container-logo IMG{
		top:15px;
	}
	
	.header-container-topmenu{
		display: none;
	}
	
	.header-secondary-loginbox{
		display: none;
	}
	
} */




 @media all and (min-width:1500px) {
	
	.header-container-topmenu LI{
		font-size:18px;
		padding-right:30px;
		
	}
	
}


 @media all and (max-width:990px) {
	
	.header-container-topmenu LI{
		font-size:15px;
		padding-right:18px;
		
	}
	
}

@media all and (max-width:880px) {
	
	.header-container-topmenu LI{
		font-size:14px;
		padding-right:11px;
		
	}
	
}




/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:767px) {
	
	.header-container-side-menu-icon{
		display: inline-block;
	}
	
	.header-container-logo{
		display: inline-block;
	}
	
	.header-container-side-menu-icon #sidemenu-icon{
		display: block;
	}
	
	
	.header-container-logo IMG{
		top:15px;
	}
	
	.header-container-topmenu,
	.header-container-hide-menu-icon{
		display: none;
	}
	
	.header-secondary-loginbox{
		display: none;
	}
	
	.header-web-logoBox{
		display: none;
	}
	
}



/* 
리스트 서브메뉴
.listSubMenuBox{
	position: absolute;
	z-index: 100;
	top:95px;
	left:40px;
	
	font-family: 'TmonMonsori';
	font-size: 20px;	
	border-radius: 20px 20px 20px 20px;
	 box-shadow: #000 5px 5px 5px 2px; 
	
	box-shadow: #000 -1px -2px 2px 1px;
	
	background: #333;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	letter-spacing: 0px;
	
	
}
.listSubMenuBox UL{
	padding: 20px 20px 10px 20px;	
}

.listSubMenuBox LI{
	display: inline-block;
	padding: 0px 10px;
	cursor: pointer;
}

.listSubMenuBox LI.on{
	color:#00bff3;
}

.listSubMenuBox LI:hover{
	color:#00bff3;
} */

/***********************************************************************
바디
***********************************************************************/

/***********************************************************************
하단
***********************************************************************/
/* .footer{
	width: 100%;
	border-top: #000 2px solid;
	padding-top:1px;
	text-align: center;
	color: #eebeb;
	font-size:12px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
} */

.footer {
	width: 100%;
	border-top: #000 2px solid;
	padding-top: 1px;
	text-align: center;
	color: #eebebe; /* ← 고침 */
	font-size: 12px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}


.footer-box{
	border-top: #444 1px solid;
	padding:50px 10px;
}

.footer-box .cp{
	color: #ebebeb;	
	letter-spacing: 1px;
	
}


.footer-box-sns LI{
	display: inline-block;
	margin: 0px 20px;
	font-size:40px;
	cursor: pointer;
	color: #999;
	position:relative;
}

.footer-box-sns LI.okc{
	cursor: default;
		
	
}

.footer-box-sns .okc img{
	position:relative;
	top:-4px;
	left:-12px;
	opacity: 0.6; 
}

.footer-box-sns LI:hover{
	color: #f7f7f7;
}

.footer-box-fmenu LI{
	display: inline-block;
	padding: 10px;
	font-size:14px;
	color: #ebebeb
}

.footer-box-fmenu A:hover{
	color: #fff;
	font-weight: bold;
}

.footer-box-info{
	color: #999;
}

.footer-box-info2{
	color: #999;
	font-size:11px;
	line-height:180%;
	display: none;
}

.footer-box-auth LI{
	display: inline-block;
	padding: 10px 2px;
	
}

.footer-box-auth .sm1{
	display: none;
	
}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (min-width:480px) and (max-width:767px) { 
	
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) {

	.footer-box{
		padding:50px 10px;
	}
	
	.footer-box-sns LI{
		display: inline-block;
		margin: 0px 10px;
		font-size:40px;
		cursor: pointer;
		color: #999;
		position:relative;		
	}
	
	.footer-box-fmenu{
		padding: 0px 10px;
		width:100%;
	}
	
	.footer-box-fmenu LI{
		font-size: 12px;
		padding: 5px;
	}
	
	.footer-box-info{
		display: none;
	}
	
	.footer-box-info2{
		display:block;
	}
	
	
	.footer-box-auth .sm{
		display:none;
	}
	
	.footer-box-auth .sm1{
		display: block;
	}	
	
	.footer .cp{
		font-size: 11px;
	}
}

/*레이어 아이프레임팝업*/

#layerIframPopupBG{
	width: 100%;
	height: 100%;	
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 90000;
	opacity: 0;
	 -webkit-transition: 0.3s;
     -moz-transition:  0.3s;
     -ms-transition:  0.3s;
     -o-transition:  0.3s;
     transition:  0.3s; 
}

#layerIframPopup{
	/* position: absolute; */
	position: absolute;
	top:0px;
	
	
	z-index: 100000;
	/*  background: rgba(0, 0, 0, 0.9);  */
	 background:#fff; 
		
	border-radius: 5px;
	border:solid #333 1px;
	
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	
	overflow: hidden; 
	/* padding: 5px 5px 5px 5px; */
	padding: 0px;
	
	opacity: 0;
	
	 -webkit-transition: 0.3s;
     -moz-transition:  0.3s;
     -ms-transition:  0.3s;
     -o-transition:  0.3s;
     transition:  0.3s; 
     
     
}

#layerIframPopup .layerIframPopupBoxClose {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #666;
}


/*레이어 팝업*/
#layerPopup{
	/* position: absolute; */
	position: absolute;
	top:0px;
	/* 
	width:100%;
	height:100%; */
	
	z-index: 100000;
	/*  background: rgba(0, 0, 0, 0.9);  */
	/* background:#000; */
	/* background:#fff; */
	border-radius: 5px;
	border:solid #333 1px;
	
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	
	/*  overflow: hidden;   */
	padding: 20px 20px 20px 20px;
	/* padding:0px; */
	
	opacity: 0;
}

#layerPopup .layerPopupClose {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #666;
}


	
/*로그인 팝업*/
#loginlpopup{
	/* position: absolute; */
	position: absolute;
	top:0px;
	
	z-index: 100000;
	width:600px;
	height:580px;
	background: #000;
	
	border-radius: 5px;
	border:solid #333 1px;
	
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	
	overflow: hidden; 
	
	opacity: 0;
}

#loginlpopup .loginBoxClose {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #666;
}

#loginlpopup iframe{
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden; 
}
	
/*아이프레임 팝업*/
#ipopup{
	/* position: absolute; */
	position: fixed;
	top:0px;
	
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: transparent;
		
	/* overflow: auto; -webkit-overflow-scrolling: touch; */
}

.ios-iframe{
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
}

#ipopup iframe{
	width: 100%;
	height:100%;
	background: transparent;
	opacity: 0;
	overflow: hidden;
	
}

/*로딩박스*/
#loadingBox{
	position: fixed;
	top:0px;	
	z-index: 2000000;
	width: 100%;
	height: 100%;
	text-align: center;	
	padding-top:15%;
}

#loadingBox .lbox{
	position: relative;
	display: inline-block;
}

#loadingBox .lmsg{
	position: absolute;
	top:80px;
	left:52px;
	width:82px;
	text-align: center;
}

/*플레이어*/
#cfPlayerBox{
	
	position: fixed;
	top:0px;
	margin:auto;
	z-index: 100000;
	width: 100%;
	height: 100%;
	
	background: #000; 
	
	display: none;
	
	overflow: hidden;
}


#cfPlayerBox .iframe_player{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/*미디어 쿼리*/


/* 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) { /*스타일입력*/}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (min-width:480px) and (max-width:767px) { /*스타일입력*/}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px) { 
	
	.header-secondary{  
		width:100px; 
		
	}
}



/*500 이하*//* 
@media not all and (min-width:510px) {
	
	.footer{
		font-size: 11px;
		letter-spacing: -1px;
	}
	.footer-box{
		padding: 20px 10px;
	}
	
	.footer-box-auth .sm{
		display:none;
	}
	
	.footer-box-auth .sm1{
		display: block;
	}
}
510 ~ 810
@media all and (min-width:510px) and (max-width:810px) {
	
	.footer{
		letter-spacing: -1px;
	}
	
	.footer-box{
		padding: 20px 10px;
	}
	
	.footer-box-auth .sm{
		display:none;
	}
	
	.footer-box-auth .sm1{
		display: block;
	}
} 
810 ~ 1024
@media all and (min-width:810px) and (max-width:1000px){
} 

@media all and (min-width:1000px) and (max-width:1200px){
	
}

2000 이상
@media not all and (max-width:2000px) {
}


 */




