.contents_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 70rem;
  align-items: center;
}
.contents_wrap .txt_wrap {
  margin-left: 32rem;
  max-width: 545rem;
  line-height: 1.8;
}
.contents_wrap .txt_wrap .sign {
  margin-top: 70rem;
}
.contents_wrap .txt_wrap .sign span {
  font-size: 28rem;
  margin-left: 20rem;
  display: inline-block;
}
.contents_wrap .img_wrap {
  width: 382rem;
}
.contents_wrap .img_wrap img {
  border-radius: 196rem 196rem 5rem 5rem;
}

@media screen and (max-width: 680px) {
  .contents_wrap {
    margin-top: 60rem;
    flex-direction: column-reverse;
    gap: 40rem;
  }
  .contents_wrap .txt_wrap {
    margin-left: 0;
  }
  .contents_wrap .txt_wrap .sign {
    margin-top: 20rem;
  }
  .contents_wrap .txt_wrap .sign span {
    font-size: 18rem;
    margin-left: 15rem;
  }
  .contents_wrap .img_wrap {
    width: 280rem;
  }
}/*# sourceMappingURL=greeting.css.map */