/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2025 | 23:51:47 */
.pc-only {
  display: inline;
}
@media (min-width: 1025px) {
  /* PC 이상에서만 줄 바꿈 */
  .pc-only {
    display: block;
  }
}
