/* Reset */
body {
  width: 100%;
	overflow-x: hidden!important;
	overflow-y: hidden!important;
}
.visual_play{
	height:100vh;
}

.text_wrap {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
}


.text_wrap ul li{
	float:left;
	width:200px;
	height:200px;
	margin: 10px;
	background-color: #252628;
	box-shadow: 0 0 0 6px #000 inset; 
	transition: all ease-in-out 0.3s;
	
}

.text_wrap ul li:hover{
	background-color: #ffbf00;
	box-shadow: 0 0 0 12px #fff inset; 
}


.text_wrap{
	 position: absolute;
}
.bg_pattern {
  position: absolute;
	top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('https://common-cdn-api.joycityglobal.com/3on3/playfreenow/bg_main_pattern.png') left top repeat;
}


.video-background {
  background-color: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
    background-size: cover;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
	
}
@media all and (max-width: 500px) {
    .video-background{background:url('pfn_main_bg.png')center no-repeat;} 
    .video-foreground iframe{display:none;}
}

/* 900px 이하일 때 */
@media all and (max-width:900px) {
  .sns_btn li{
    width: 40px;
    height: 39px;
  }
	.title img{
		width:90%;
	}
	
	.text_wrap ul li{
	width:96px;
	height:96px;
		margin: 4px;
		transition: all ease-in-out 0.0s;
	}
	
	.text_wrap ul li img{
	width:100%;	
	}
}




