@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Play);
@import url(http://fonts.googleapis.com/css?family=Monoton);
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
/*    Reset CSS  */

* {
  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;
}

video {
  width: 100%;
  height: auto;
  opacity: 0.6;
}

h1 {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 10;
}

h1 img {
  width: 180px;
  height: auto;
}

.header-box {
  width: 300px;
  height: 1000px;
  background: linear-gradient(to right, #ff4556, #bea7ff);
  opacity: 0.7;
  transform: skewX(15deg);
  position: fixed;
  bottom: 0px;
  left: -150px;
}

header {
  width: 700px;
  height: 1000px;
  background: linear-gradient(to right, #ff4556, #bea7ff);
  opacity: 0.9;
  transform: skewX(-15deg);
  position: fixed;
  top: 0px;
  left: -450px;
  transition: all 1s;
}

header:hover {
  left: -420px;
}

#gnb {
  width: 210px;
  position: absolute;
  top: 180px;
  right: 230px;
}

#gnb>li {
  position: relative;
}

#gnb>li>a {
  display: block;
  width: 400px;
  height: 60px;
  font: bold 22px/3 play;
  color: #fff;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
}

#gnb>li:hover>a {
  background: #fff;
  opacity: 0.9;
  color: #bea7ff;
}

#gnb em {
  display: inline-block;
  transform: skewX(15deg);
}

#gnb em i {
  margin-right: 20px;
  animation: s 0.7s linear infinite alternate;
}

@keyframes s {
  0% {transform: scale(1); opacity: 1;}
  100% {transform: scale(1.3); opacity: 0.5;}
}

#gnb ul {
  position: absolute;
  left: 350px;
  top: 10px;
  opacity: 0;
  transition: all 1s 0.3s;
}

#gnb>li:hover ul {
  opacity: 0.9;
  left: 400px;
}

#gnb ul a {
  display: block;
  width: 150px;
  height: 35px;
  background: #fff;
  border-right: 2px solid #ff4556;
  font: bold 16px/2.5 arial;
  color: #555;
  box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 3px;
  transition: all 1s;
}

 em {font-family: 'Jeju Gothic', sans-serif;}

#sns {
  position: fixed;
  top: 60px;
  right: 60px;
}

#sns li {
  float: left;
  margin-right: 40px;
}

#sns .fa {
  font-size: 30px;
  color: #ff4556;
  opacity: 0.6;
  transform: scale(1);
  transition: all 0.2s;
}

#sns .fa:hover {
  opacity: 1;
  transform: scale(1.5);
}

.txtBox {
  width: 800px;
  height: 300px;
  position: fixed;
  bottom: 0px;
  left: 40%;
}

.txt {
  position: absolute;
  bottom: 100px;
  right: 15px;
  font-size: 26px;
  font-family: play;
  color: #bbb;
}

.tit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  color: #ff4556;
  font-family: 'Monoton';
  animation: s 3s linear infinite alternate;
}

#side {
  position: fixed; top: 0px; right: -170px;
  width: 220px; height: 100%;
  transition: all 0.5s;
}

#side:hover {
  right: 0px; opacity: 1;
}

.con>p {
  position: relative; top: 200px; left: 0;
  width: 200px; height: 170px;
  border-radius: 5%; padding: 5px 0 0 5px;
  opacity: 0.5;
  margin-bottom: 15px;
  background: rgba(255, 69, 86, 0.5);
  transform: translateX(100px);
  transition: all 0.5s;
}

.con>p>em {
  display: block; width: 200px; height: 30px; margin-top: 10px;
  font-size: 20px; color: #fff; font-style: normal; text-align: center; text-shadow: 1px 1px 1px #555;
}

#side:hover .con>p{
  transform: translateX(0px);
  transition: all 0.5s; opacity: 1;
}

#side:hover .con>p:nth-child(2) {
  transition: all 0.8s;
}

#side:hover .con>p:nth-child(3) {
  transition: all 1s;
}

#side:hover .angle {
  left: 0; opacity: 0;
}

.con>p>a>img {
  display: block; margin-top: 10px;
  width: 195px;
  opacity: 0.8;
}


.angle {
  position: absolute; top: 450px; left: -50px;
  width: 80px; height: 50px; z-index: 555;
  color: #ff4556; transition: all 0.5s;
}

.angle i {
  font-size: 60px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

.angle i:nth-child(1) {
  animation: ani linear 1s 0s infinite;
}

.angle i:nth-child(2) {
  animation: ani linear 1.5s 0.5s infinite;
}

@keyframes ani {
  0% {
    right: 0px;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    right: 50px;
    transform: scale(1.2);
    opacity: 0.1;
  }
}
