@charset "UTF-8";
@import url("layout_respond.css");
@import url("contents_respond.css");
/*-------------------------------------------------
title       : 서브 반응형
Author      : ㅈㅁㅈ
Create date : 2025-07-29
-------------------------------------------------*/
@media (max-width: 1280px) {
  #container .in-between {
    display: block;
  }
  #container .in-between .krds-side-navigation {
    display: none;
  }
  #container .in-between .krds-side-navigation + .contents {
    max-width: initial;
  }
  #container .contents_util {
    margin-top: 2rem;
  }
}