/* 스킵메뉴 */
#skip {
  position: relative;
}
#skip a {
  background: #000;
  color: #fff;
  padding: 20px 40px;
  position: absolute;
  top: 5px;
  left: -400px;
}
#skip a:active,
#skip a:focus {
  left: 5px;
}

/* common */
.container {
  width: 1160px;
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.section > h2 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.section > p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 70px;
  text-align: center;
  color: #777;
}

.section > span {
  display: block;
  text-align: center;
}
