@charset "UTF-8";
.greeting-content {
  background-image: url("/img/center/greeting/greeting-back.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  /* 우측 상단 이미지 */
  /* 우측 하단 이미지 */
  /* 텍스트 스타일 */
  /* 반응형 디자인 */
}
.greeting-content .fs-36 {
  font-size: 2.25rem;
  line-height: 3rem;
}
.greeting-content .semibold {
  font-weight: 600;
}
.greeting-content .dot {
  margin: 30px 0px 50px;
}
.greeting-content .dummy {
  height: 40px;
}
.greeting-content h1,
.greeting-content h2 {
  margin-bottom: 10px;
}
.greeting-content h1 {
  font-size: 1.75rem;
}
.greeting-content h2 {
  font-size: 1.875rem;
  color: #9abc06;
}
.greeting-content .highlight {
  color: #007acc;
  font-size: 2.875rem;
  font-weight: bold;
}
.greeting-content .image.top-right img {
  float: right; /* 이미지 우측 배치 */
  margin: 0 0 20px 40px; /* 텍스트와 간격 */
  width: 520px; /* 이미지 크기 */
  height: 300px;
  border-radius: 30px 30px 30px 0px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.5); /* 그림자 효과 */
}
.greeting-content .image.bottom-right img {
  float: right; /* 이미지 우측 배치 */
  width: 500px; /* 이미지 크기 */
  border-radius: 10px;
}
.greeting-content .text {
  color: #333;
}
.greeting-content .text .sub-text {
  color: #555;
  font-size: 1.25rem;
  line-height: 2.3rem;
  margin-bottom: 20px;
  word-break: keep-all;
  margin-bottom: 20px;
}
.greeting-content .text .center {
  margin: 40px 0px 20px;
  font-size: 1.375rem;
  font-weight: 500;
}
.greeting-content .text .center-name {
  font-size: 1.875rem;
  font-weight: 600;
}
.greeting-content .text h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.greeting-content .text p {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .greeting-content .image.top-right img,
  .greeting-content .image.bottom-right img {
    display: none;
  }


}/*# sourceMappingURL=greeting.css.map */