@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Orbitron);
@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;}

#wrap {
  position: fixed; width: 100%; height: 100%; min-width: 1024px; min-height: 768px;
  background: url(../img/sm_bg.jpg) no-repeat center top;
  background-size: contain;
}

#wrap h1 {
  position: fixed; top: 330px; right:180px; margin-top: -125px;
  width: 250px; height: 250px;
  text-align: center;
}

#wrap>div {
  position: fixed; top: 300px; right: 180px; margin-top: -125px;
  width: 250px; height: 250px;
  background: #fff; opacity: 0.5;
  border-radius: 100%;
  transform-origin: center center;
  animation: ani 1.5s infinite linear alternate;
}

#wrap h1 img {
  width: 225px; height: auto;
  padding-top: 70px;
}

@keyframes ani {
  0% {transform: scale(1);}
  100% {transform: scale(1.2);}
}

.sns {
  position: fixed; bottom: 140px; right: 150px;
  z-index: 10;
}

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

.sns li a {
}

.sns li a i {
  color: #333;
  font-size: 30px;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.5s;
}

.sns li a i:hover {
  opacity: 1;
  transform: scale(1.2);
}



section {
  position: fixed; top:0px; left: 0px; width: 100%; height: 100%;
  overflow: hidden;
}

article {
  position: relative;
  width: 250px; height: 100%;
  border-top: 1px solid #fff;
  transition: all 0.3s;
  float: left;
  overflow: hidden;
  z-index: 20; 
  background: url(../img/divider.png) no-repeat right center;
}

article> div {
  position: absolute; left: 0px; bottom: 115px; width: 100%; height: 0%;
  background: #333; opacity: 0; z-index: 2;
  transform: rotateX(0deg); transition: all 0.2s;
}

article h2 {
  position: absolute; bottom: 115px; left: 0px;
  color: #333; padding: 0 0px 0 15px;
  border-left: 3px solid #333;
  font: bold 18px/4 Orbitron;
  z-index: 10;
}

article:hover h2 {
  color: #fff;
}

article:hover div {
  height: 73px;
  transform: rotateX(180deg);
  opacity: 0.5;
}

article>img {
  position: absolute;
  bottom: 290px;
  width: 100%; height: 660px;
  opacity: 0; z-index: 1;
}

article>h3 {
  position: absolute; top: 0px; right: 20px;
  font: 40px/1.5 Orbitron; color: #fff;
  text-shadow: 1px 1px 1px #555; text-align: right;
  z-index: 5;
  opacity: 0;
}

article>p {
  position: absolute; bottom: -100px; right: 20px;
  font: 18px/1.5 'Jeju Gothic'; color: #111;
  text-align: right;
  z-index: 5; opacity: 0;
}

footer {
  position: fixed; left: 0px; bottom: 0px;
  width: 100%; height: 30px;
  background: #000;
  font:14px/2.5 verdana; color: #fff; letter-spacing: 2px; opacity: 0.4; z-index: 10;
}

footer ul {
  position: absolute; bottom: 0px; left: 50px;
}

footer ul li {
  float: left; margin-left: 40px;
}

footer span {
  position: absolute; right: 20px; bottom: 0px;
  line-height: 2;
}
