@charset "UTF-8";
.engraving {
  max-width: 144rem;
  margin: auto;
}
.engraving_inner {
  width: 80%;
  /* max-width: 144rem; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.engraving_left {
  width: 48%;
}
.engraving_right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
}
.engraving_right h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.98px;
}
.engraving_right p.engraving_detail {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.08px;
  color: #555;
}
.engraving_right .c-button {
  max-width: 308px;
  margin-top: 10px;
  padding: 16px 20px;
  color: #b59046;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 768px) {
  .engraving_inner {
    width: 90%;
    flex-direction: column;
  }
  .engraving_left {
    width: 100%;
  }
  .engraving_right {
    width: 100%;
  }
}
