@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*    Reset CSS  */
* { margin:0;  padding:0;}
ol,ul {list-style: none; }
body { position:fixed;  width:100%; height:100%; background:#111; color:#fff;}
a { outline:0; text-decoration:none; color:#bbb;}
img { border:0;}

header{
  width: 100%; height: 100px;
}

header h1 {
  position: fixed;
  top: 40px; left: 100px;
}

header>ul {
  position: fixed; top: 80px; left: 460px;
  width: 80%; height: 50px;
}

header>ul>li {
  float: left; padding: 0 17px;
  transition: all 0.2s;
}

header>ul>li>a {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  transform: scale(1);
  transition: all 0.3s;
}

header>ul>li:hover a {
  transform: scale(1.2);
  color: #fff;
}

.util {
  position: fixed; top: 80px; right: 100px;
}

.util>li {
    float: left; padding-left: 40px;
}

.util>li>a {
  font-size: 16px;
  color: #bbb;
}
.util>li>i {
  font-size: 22px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #bbb;
  vertical-align: middle;
  padding-right: 5px;
}

.util>li:hover>i {
  color: rgb(215, 200, 0);
}

.util>li:hover>a {
  color: rgb(215, 200, 0);
}

section {
  width: 1920px; height: 790px;
  position: absolute; bottom: 0px;
  left: 50%; margin-left: -960px;
  overflow: hidden;
}

section>img { width: 100%;
position: absolute; top: -160px; left: 0px;
}

.s {
  width: 1000px; height: 300px;
  position: absolute;
  left: 50%; margin-left: -500px;
  top: 50%; margin-top: -170px;
  font-size: 100px; color: fff;
  font-family: 'Kaushan Script', cursive;
  text-align: center;
  opacity: 0.7;
  z-index: 10;
}

nav {
  width: 100%; height: 50px;
  position: fixed; left: 0px; bottom: 60px;
  background: rgba(0,0,0,0.5);
}

nav>ul {
  width: 1400px; height: 50px; margin: 0 auto;
}
nav>ul>li {
  width: 230px; height: 50px; float: left; position: relative;
  display: block; text-align: center;
}

nav>ul>li>a {
  display: inline-block;
  font: 18px/3 "NanumGothic";
  padding: 0px 31px;
  text-shadow: 1px 1px 1px #000;
}

nav>ul>li:hover>a {
  font-weight: bold;
}

nav>ul>li>div {
  position: absolute; left: 25px; bottom: -30px;
  width: 160px; height: 200px;
  background: #000; opacity: 0;
  transition: all 0.7s;
  padding: 10px;
  border-radius: 5px;
}

nav>ul>li:hover div {
  opacity: 0.8; left: 25px; bottom: 55px;
}

nav>ul>li>div>p {
  width: 100%; height: 90px; overflow: hidden;
}

nav>ul>li>div>p>img {
  width: 100%; opacity: 0.9;
}

nav>ul>li>div>ul {
  width: 100%;
  position: absolute; left: 0px; bottom: 0px;
}

nav>ul>li>div>ul>li>a {
  display: block; width: 100%; height: 35px;
  border-top: 1px dashed #aaa; text-align: center;
  font: 16px/2 arial; color: #aaa;
  transition: all 0.4s;
}

nav>ul>li>div>ul>li>a:hover {
  background: #fff; color: #000;
}

.btn {
  position: absolute; top: 460px; right: 40px;
  width: 50px; height: 50px;
}

.btn i {
  font-size: 50px;
}

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

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

@keyframes ani {
  0% { right: 0px; opacity: 0.7;}
  100% { right: 50px; opacity: 0;}
}

aside {
  width: 120px;
  position: fixed; top: 320px; right: -120px;
  background: rgba(0,0,0,0.8);
  border-radius: 10px;
  transition: all 1.5s;
}

aside>ul>li {
  display: block;
  height: 38px;
  padding: 5px;
  text-align: center;
  border-bottom: 1px dashed #333;
  box-sizing: border-box;
}

aside>ul>li:hover a {
  font-weight: bold; color: rgb(215, 200, 0);
}


aside>ul>li>a {
  text-align: center;
  color: #ddd;
  font: 14px "NanumGothic";
}

aside>ul>li:nth-child(1) {
  height: 35px;
  background: #000;
  border-radius: 7px 7px 0 0;
  border-bottom: 1px solid #ccc;
}

aside>ul>li:nth-child(1)>i {
  color: #777;
  font-size: 18px;
}

aside>ul>li:nth-child(9) {
  height: 40px;
  border-radius: 0 0 7px 7px;
  border-bottom: none;
}

footer {
  width: 100%; height: 40px;
  position: fixed; left: 0px; bottom: 0px;
  background: #010101; border-top: 1px solid #222;
  z-index: 5;
}

footer>ul {
 margin-left: 100px;
}

footer>ul>li {
  float: left; margin-left: 20px;
  font: 12px/3 "NanumGothic"; color: #555;
}

footer>ul>li>a {
  font: 12px/2.5 "NanumGothic"; color: #555;
}
