@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/* FONT */
/* COLOR */
/* background */
/* mixin */
#welcomePage {
  height: 100vh;
  padding: 2.875rem 1.5rem 0;
}
#welcomePage .welcomeImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
#welcomePage .optionWrap {
  padding: 0 0 1rem;
  border-bottom: 0;
}
#welcomePage .optionWrap .option-label {
  font-size: 0.875rem;
}
#welcomePage .optionWrap .MuiOutlinedInput-input {
  width: 9.5rem;
}
#welcomePage .confirm {
  margin-bottom: 1.5rem;
}

.contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.contents .textBox {
  margin-bottom: 2.5rem;
  padding-left: 0.625rem;
}
.contents h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contents p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
.contents .inputBox {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #292929;
}

.serviceIntro {
  height: 100vh;
}
.serviceIntro .imgWrap {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url(../../../public/assets/img/service-intro.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceIntro h1 {
  padding-left: 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.serviceIntro h3 {
  font-size: 1.125rem;
  font-weight: 400;
}
.serviceIntro h3 strong {
  font-weight: 700;
}
.serviceIntro h2 {
  font-size: 1.5625rem;
  font-weight: 700;
}
.serviceIntro h2 strong {
  font-size: 1.875rem;
}
.serviceIntro .confirm {
  margin-top: 2.5rem;
  background-color: #6536e9;
}

.confirm {
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.75rem;
}/*# sourceMappingURL=welcome.css.map */