/* 제주화랑농원 체험문의 CTA 크기 원복: 링크 유지 + 기존 aside 규격 복원 */
.hw-contact-band .hw-contact-cta{
  position:relative;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  justify-content:flex-end !important;
  text-decoration:none !important;
  cursor:pointer;
  width:auto !important;
  max-width:310px !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  box-sizing:border-box;
}
.hw-contact-band .hw-contact-cta img{
  width:76px !important;
  height:auto !important;
  max-width:76px !important;
  flex:0 0 auto !important;
  filter:drop-shadow(0 8px 10px rgba(0,0,0,.18));
}
.hw-contact-band .hw-contact-cta p{
  margin:0 !important;
  border:1px solid #789c37;
  border-radius:999px;
  background:#fff;
  padding:11px 18px !important;
  font-size:14px !important;
  font-weight:1000;
  line-height:1.4 !important;
  text-align:center;
  white-space:nowrap;
  box-sizing:border-box;
}
.hw-contact-band .hw-contact-cta:hover{text-decoration:none !important;}
@media(max-width:1180px){
  .hw-contact-band .hw-contact-cta{grid-column:1/-1;justify-content:center !important;max-width:none !important;}
}
@media(max-width:720px){
  .hw-contact-band .hw-contact-cta img{width:62px !important;max-width:62px !important;}
  .hw-contact-band .hw-contact-cta p{font-size:13px !important;padding:9px 14px !important;}
}