@charset "UTF-8";
#greeting {
  background: url("../img/bg.jpg") center no-repeat;
  background-size: 100% 100%;
}
#greeting p,
#greeting h4 {
  word-break: keep-all;
}
#greeting .col {
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
#greeting .head,
#greeting .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
#greeting .head h4 {
  text-align: center;
  font-family: Paperlogy;
  font-size: 2.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: 142.105%;
  letter-spacing: -0.38px;
}
#greeting .head p {
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 158.333%;
}
#greeting .head::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #777;
}
#greeting .greet {
  padding: 30px 0 40px;
}
#greeting .greet p {
  font-family: "InkLipquid";
  color: #333;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.429%;
  letter-spacing: -0.84px;
}

/* 미디어쿼리 */
@media (max-width: 480px) {
  #greeting .head h4 {
    font-size: 1.714rem;
  }
}