section#busan {
}
section#busan .wrap {
  background-image: url(../img/busan.jpg);
  height: 800px;
  background-repeat: no-repeat;
  position: relative;
}
section#busan .wrap h2 {
  color: white;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.05em;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 175px;
  line-height: 1.25;
}
section#busan .wrap p {
  color: white;
  text-align: center;
  padding: 20px 0;
  font-weight: 100;
  letter-spacing: -0.05em;
  font-size: 16px;
}
section#busan .wrap a {
  border-radius: 50px;
  background-color: white;
  width: 100px;
  height: 40px;
  display: flex;
  position: absolute;
  left: calc(50% - 50px);
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}