@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Play);
@import url(http://fonts.googleapis.com/css?family=Monoton);


* { margin:0;  padding:0; }
ol,ul { list-style: none; }
a { outline:0; text-decoration:none; color:#bbb;}
img { border:0;}
body { position:fixed;  width:100%; height:100%; background:#111;}


* { margin: 0;  padding: 0; }
ol, ul { list-style: none; }
a { outline: 0; text-decoration: none; color: #bbb; }
img { border: 0; }
 
 

body {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
}
 
 

.vid {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.9;
    left: 0;
    top: 60px; 
}
.vid video {
    width: 100%;
    min-width: 1600px;
}
 

 
 
 
h1 { 
    position: fixed;
    top: 20px;
    left: 320px;
    z-index: 10;
}
h1 img {
    width: 100px;
    height: auto;
}
h2 { 
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10;
}
h2 img {
    width: 280px;
    height: 360px;
} 
 
 

header {
    width: 700px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -400px;
    background-image: linear-gradient(-45deg, #fb3232, #f4a0a0, #ff0000);
    transform: skewX(-40deg);
	z-index: 1;
    
}
 
 
 

#gnb {
    width: 220px;
    position: absolute;
    right: 0;
    top: 150px;
	z-index: 5;
}
 
#gnb > li {
    position: relative;
	z-index: 5;
}
 
#gnb > li > a {
    display: block;
    width: 220px;
    height: 50px;
    font: bold 18px/3 play;
    color: #222;
    padding-right: 40px;
    text-align: right;
    box-sizing: border-box;
}
 
#gnb em {
    display: inline-block;
    transform: skewX(40deg) !important;
}
 
#gnb > li.on > a,       
#gnb > li:hover > a {
    background-color: #111;
    color: #fff;
}
 
 
 

#gnb ul {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;       
    z-index: 10;
}
 

#gnb > li:hover ul {
    left: 220px;
    opacity: 0.8;
}
 
#gnb ul a {
    display: block;
    width: 150px;
    height: 40px;
    background-color: #222;
    border-bottom: 1px solid #b9fb05;
    font: 16px/2.5 bold arial;
    color: #fff;
    box-sizing: border-box;
    padding-left: 50px;
    margin-bottom: 3px; 
    transition: all 0.6s;
}
 
 
 

#gnb ul a:hover {
    background-color: #b9fb05;
    color: #333;
}
 
 
 
#sns {
    position: fixed;
    top: 60px;
    right: 50px;
}
 
#sns li {
    float: left;
    margin-right: 30px;
}
 

#sns .fa {
    font-size: 25px;
    color: #b9fb05;
    opacity: 0.6;
    transition: all 0.6s;
}
 
#sns .fa:hover {
    opacity: 1;
    transform: scale(1.2);
}
 
 
 
.txtBox {
    width: 430px;
    height: 300px;
    position: fixed;
    top: 200px;
    right: 100px;
}
 
.txt {
    position: absolute;
    top: 200px;
    right: -20px;
    font-size: 34px;
    font-family: play;
    color: #ccc;
    letter-spacing: -2px;
}
 
.txt strong {
    font: 34px bold arial;
    color: #b9fb05;
    margin-left: 20px;
}
 
.tit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 160px;
    color: #b9fb05;
    font-family: Monoton;
    letter-spacing: -1px;
}
 
.tit em {
    font-size: 50px;
    font-family: play;
    color: #fff;
}
 
 

#side {
    position: fixed;
    bottom: 0;
    width: 800px;
    height: 100%;
    background-color: #111;
    opacity: 0.5;
    right: -800px;   
    transform: skewX(-40deg);
    transition: all 0.6s;    
}
 
#side:hover {
    right: -500px;
    opacity: 0.8;
}
 
#side .con {
    width: 400px;
    height: 100%;
    position: absolute;
    left: 150px;
    bottom: 0;
    background-color: #000;
    box-sizing: border-box;
    padding: 10px;
    transition: all 1s;
}
 
#side:hover .con {
    left: 50px;
}
 
 
 

#side .con p {
    width: 300px;
    height: 100px;
    position: absolute;
    left: 50px;
}
 
#side .con p em {
    display: inline-block;

    font: 16px/1.7 bold arial;
    color: #a0bd50;
    transform: skewX(40deg);
}
 
#side .con p img {
    width: 300px;
    height: 70px;
    opacity: 0.3;
    transition: all 0.6s;
}
 
#side .con p img:hover {
    opacity: 1;
}
 
#side .con p:nth-child(1) {
    bottom: 270px;
    transform: translateX(200px);
    transition: all 0.4s;
}
 
#side .con p:nth-child(2) {
    bottom: 160px;
    transform: translateX(200px);
    transition: all 0.8s;
}
 
#side .con p:nth-child(3) {
    bottom: 50px;
    transform: translateX(200px);
    transition: all 1.2s;
}
 
#side:hover .con p {
    transform: translateX(0px);
}
 
 
 

#side .btn {
    width: 150px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 100px;
    color: #b9fb05;
    transform: skewX(40deg);
}
 
#side:hover .btn {
    left: 700px;
}
 
.btn i {
    font-size: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;    
}
 

.btn i:nth-child(1) { animation: ani linear 1.5s   0s infinite; }
.btn i:nth-child(2) { animation: ani linear 1.5s 0.5s infinite; }
.btn i:nth-child(3) { animation: ani linear 1.5s 1.0s infinite; }
 

@keyframes ani {
      0% { right:   0px; transform: scale(  1); opacity: 1; }
    100% { right: 100px; transform: scale(1.5); opacity: 0; }
}













