@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: ng;
  src: url(NanumGothic.eot);
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "NanumGothic", ng, serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "NanumGothic", ng, serif;
}

img {
  border: 0 currentColor;
  border-image: none;
  display: block;
}

#main {
  margin: 0;
  padding: 0;
  border: 0 currentColor;
  border-image: none;
  left: 50%;
  top: 180px;
  width: 600px;
  height: 600px;
  color: rgb(33, 33, 33);
  line-height: 30px;
  font-family: ? ? Nanum Gothic ? ?, sans-serif;
  font-size: 18px;
  position: absolute;
  z-index: 2;
}

#footer {
  left: 20px;
  top: 500px;
  width: 600px;
  height: 90px;
  bottom: 60px;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 12px;
  position: absolute;
  z-index: 2;
}

#footer a {
  color: rgb(136, 136, 136);
}

h1 {
  margin: 0;
  padding: 0 0 50px;
  color: rgb(44, 62, 80);
  font-family: "Nanum Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 1px 1px 2px #527495;
}

h2 {
  margin: 0;
  padding: 50px 0 20px;
  color: rgb(52, 73, 94);
  font-family: "Nanum Gothic", sans-serif;
  font-size: 25px;
  text-shadow: 1px 1px 2px #537597;
}

#footer a:link {
  color: rgb(136, 136, 136);
  font-family: "Nanum Gothic", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

a:active {
  color: rgb(136, 136, 136);
  font-family: "Nanum Gothic", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

a:visited {
  color: rgb(136, 136, 136);
  font-family: "Nanum Gothic", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: rgb(170, 170, 170);
}

span {
  margin-right: 50px;
}

.button {
  background: rgba(44, 62, 80, 1);
  font: bold 12px/25px Arial, sans-serif;
  margin: 20px 0 10px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.15s;
  height: 56px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size-adjust: none;
  font-stretch: normal;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.button:link {
  color: rgb(255, 255, 255);
}

.button:visited {
  color: rgb(255, 255, 255);
}

.button:active {
  color: rgb(255, 255, 255);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .8);
}

.button:hover {
  background: rgb(255, 255, 255);
  color: rgb(44, 62, 80);
  box-shadow: 1px 1px 1px rgba(41, 128, 185, 0.29), inset 0 0 2px rgba(29, 88, 130, 0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(41, 128, 185, .29), inset 0 0 2px rgba(29, 88, 130, .5);
  -moz-box-shadow: 1px 1px 1px rgba(41, 128, 185, .29), inset 0 0 2px rgba(29, 88, 130, .5);
}

.big {
  font: bold 25px/25px Arial, sans-serif;
  padding: 30px 10px 0;
  border: 1px solid rgb(170, 170, 170);
  border-image: none;
  width: 388px;
  height: 56px;
  text-transform: uppercase;
  font-size-adjust: none;
  font-stretch: normal;
}

.big span {
  text-transform: none;
  display: block;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.12);
}

.blue {
  color: rgb(0, 0, 0);
}

a.no-uline {
  text-decoration: none;
}
