@charset "utf-8";

/**
 * 오시는길 전용 스킨 스타일
 */

/* 파란 바: 좌우 여백 없이 뷰포트 전체 폭 */
.ctt_location .location-bar-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.ctt_location [data-aos="fade-up"] {
  transition-property: transform, opacity;
}
