#main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-inner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

.main-bg {
  width: 120%;
  height: 120%;
  position: absolute;
  display: block;
  top: -10%;
  left: -10%;
}

.main-bg-inner {
  width: 100%;
  height: 100%;
  background: url(/images/main/main-bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0 !important;
}

#main .main-title {
  width: 100%;
  max-width: 1260px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 24px;
}

#main .main-title h2 {
  font-size: 50rem;
  font-weight: 700;
  line-height: 64px;
}

#main span.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 16px 0;
}

#main .main-title p {
  max-width: 450px;
  width: 100%;
  font-size: 20rem;
  line-height: 1.4em;
  text-align: right;
  font-weight: 300;
  margin-left: auto;
}
