/* PC에서 섹션3-2 숨기기 (577px 이상) */
@media (min-width: 577px) {
  #section3-wrapper .sub-section:nth-child(2) {
    display: none !important;
    pointer-events: none !important;
  }
}
