/* 애니메이션 효과 제거 - 2025 */
.animation-scroll-ux,
.animation-default-ux,
.animation-scroll-ux.fadeined,
.animation-default-ux.fadeined,
.no-touchevents .animation-default-ux,
.no-touchevents .animation-default-ux.animation-scroll-ux.fadeined,
.no-touchevents .animation-scroll-ux,
.no-touchevents .animation_hidden,
.no-touchevents .animation-scroll-ux.fadeined,
.no-touchevents .animation-scroll-ux.zoomin.zoomined {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

.text_block,
.ux-mod-nobg {
  opacity: 1 !important;
}

/* 특정 페이지의 애니메이션 효과 제거 */
.page-template-default .text_block,
.page-template-default .moudle,
.page-template-default .row {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
}

/* waypoint 애니메이션 효과 제거 */
.fadeined,
.zoomined,
[data-animationend="fadeined"],
[data-animationend="zoomined"] {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}

/* no-animation 클래스가 있는 페이지의 모든 애니메이션 효과 제거 */
.no-animation *,
.no-animation .text_block,
.no-animation .moudle,
.no-animation .row,
.no-animation [data-animationend],
.no-animation .animation-scroll-ux,
.no-animation .animation-default-ux {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
