@charset "UTF-8";
/* @import url("contents_repond.css"); */
/*-------------------------------------------------
title       : 서브 반응형
Author      : ㅈㅁㅈ
Create date : 2022-12-01
-------------------------------------------------*/
@media (max-width: 1280px) {
  .contents_util {
    top: 10rem;
  }
  .location .path li.icon a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  #snb {
    margin: 7rem 0 5rem;
  }
  #snb .title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  #snb .list > ul > li {
    margin-right: 2rem;
  }
  #snb .list > ul > li > a {
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .board_pager .group[data-last]::after {
    position: relative;
    top: 0.9rem;
    content: "/ " attr(data-last) "";
  }
  .board_pager .group a:last-child, .board_pager .group a.active::after {
    display: none;
  }
  .board_pager .group a.active {
    display: inline;
  }
}
@media (max-width: 640px) {
  .contents_util .util {
    display: none;
  }
  #snb {
    margin-bottom: 2rem;
  }
  #snb .title {
    margin-bottom: 0;
    text-align: center;
  }
  #snb .list {
    display: none;
  }
  .search_result .board_box.type1.search_form .item1 {
    width: 100%;
    margin-top: -1rem;
    padding-left: 0;
  }
  .search_result .board_box.type1.search_form .item1 strong {
    display: none;
  }
  .search_result .board_box.type1.search_form .item1 .form_date {
    float: none;
    width: 100%;
  }
  .search_result .board_box.type1.search_form .item2 {
    width: 100%;
  }
  .search_result .depth4_tab ul a {
    font-size: 1.6rem;
    padding: 0.5rem 0.5rem 1rem;
  }
  .search_result .depth4_tab ul span {
    display: block;
    line-height: 1;
  }
  .search_result .group .board_list li {
    padding: 1.5rem 0 0;
  }
  .search_result .group .board_list strong {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.2;
    word-break: keep-all;
  }
  .search_result .group .board_list strong:last-child:first-child {
    margin: 0 0 1.5rem;
  }
  .search_result .group .board_list .info {
    font-size: 1.4rem;
    position: static;
    white-space: nowrap;
  }
  .search_result .group .board_list .info span + span::before {
    margin: 0 0.6rem 0 0.25rem;
  }
  .search_result .group .board_list .txt {
    margin: 1rem 0 1.5rem;
  }
  .member.login1 {
    padding: 0;
    background-position-y: 50%;
    background-size: 150% auto;
  }
  .member.login1::before {
    display: block;
    position: static;
    width: calc(100% - 8rem);
    margin: 4rem;
  }
  .member.login1 .title {
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding-top: 4rem;
    background-color: #fff;
  }
  .member.login1 .list {
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 4rem;
    background-color: #fff;
  }
  .member.login1 .list li {
    margin: 0 auto;
  }
}