/* Reset */

html,
body {
	font: 12px 'Roboto', sans-serif;
  width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
caption,
form,
fieldset,
legend,
input {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.logo{
	position:absolute;
	margin: 30px;
	z-index: 100000;
}

.text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
}

.text_wrap .title{
	padding-top:0px;
}



.text_wrap ul li{
	float:left;
	width:300px;
	height:90px;
	margin: 10px;
	background-color: rgba( 0, 0, 0, 0.5 );
	box-shadow: 0 0 0 4px #000 inset; 
	transition: all ease-in-out 0.3s;
	
}

.text_wrap ul li:hover{
	background-color: #ffbf00;
	box-shadow: 0 0 0 8px #fff inset; 
}

.bg_pattern {
  position: absolute;
	top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url('https://common-cdn-api.joycityglobal.com/3on3/playfreenow/bg_main_pattern.png') left top repeat;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}

 /*footer*/
footer {
	position:absolute;
	left:0;
	bottom: 0;
    width: 100%;
    height: 110px;
    padding: 16px 0;
    background-color: #19191e;
	z-index: 100;
}

footer .footer_con {
    overflow: hidden;
    width: 100%;
	min-width:880px;
    margin: 0 auto;
	z-index: 100;
}

footer .footer_con .sns_con {
    float: left;
    width: 110px;
	margin-left: 20px;
	
}

footer .footer_con .lin_con {
    float: left;
    padding: 8px 0 0 122px;
    text-align: left;
}

footer .footer_con .ft_logo {
    float: right;
	margin-right: 20px;
    width: 70px;
}

footer .footer_con .lin_con ul li:first-child {
    background: none;
}
footer .footer_con .lin_con ul li {
    display: inline-block;
    padding: 0 8px 0 9px;
    background: url(http://common-cdn-api.joycityglobal.com/fs2gsp/common/footer_slice.gif) 0 5px no-repeat;
}

footer .footer_con .lin_con ul li a {
    font-size: 14px;
    color: #ccc;
}

footer .footer_con .lin_con .copyright {
    line-height: 20px;
    color: #666;
    text-indent: 9px;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0;
}


@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: 500px) {

}

/* 900px 이하일 때 */
@media all and (max-width:900px) {
  .sns_btn li{
    width: 40px;
    height: 39px;
  }
	.title img{
		width:90%;
	}
	
	.text_wrap ul li{
		display: block;
	width:150px;
	height:45px;
		margin: 4px;
		transition: all ease-in-out 0.0s;
	}
	
	.text_wrap ul li img{
	width:100%;	
	}
}




