/* SECTION */
#contact h2 {
  color: #fff;
  font-weight: 500;
}
section {
    background-image: url(../img/contactbg.png);
    background-size: cover;
    background-position: center;
    padding: 20vw 15vw;
    margin-top: 3.5vw;
}
@media screen and (max-width:1440px) {
#contact {
  margin-top: 5vw;
}
}
@media screen and (max-width:1000px) {
#contact {
  margin-top: 15vw;
}
}

section #service * {
  font-weight: 800;
  font-size: 1rem;
}
section #service {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section #service,
section #address,
section #location {
    margin-bottom: 8vw;
}
section span {
  margin: 2vw 0 2vw !important;
}
section span,
section p {
    color: var(--white);
    margin-bottom: 1vw;
    font-family: 'Pretendard-Light';
    font-weight: 300;
    font-size: 3vw;
}

section p {
    text-align: center;
    margin-top: 2vw;
}

@media screen and (max-width:768px){
  section span {
    margin: 5vw 0 5vw !important;
  }
}