section {
  width: 100%;
  min-width: 1280px;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m_inner {
  max-width: 400px;
  margin: 0 auto;
}

.title_box h2 {
  font-size: 50px;
  line-height: 85px;
  letter-spacing: -0.3px;
}
.title_box p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.3px;
}

footer {
  background-color: #F6F6F6;
  position: relative;
}
footer .top_btn {
  position: absolute;
  bottom: 60px;
  right: 24px;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0;
}
footer .inner .f_text ul {
  display: flex;
}
footer .inner .f_text ul li {
  font-size: 16.5px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.3px;
  opacity: 0.5;
}
footer .inner .f_text ul li:not(:last-child) {
  margin-right: 5px;
}
footer .inner .f_text p {
  font-size: 16.5px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.3px;
  opacity: 0.5;
}