@charset "UTF-8";
/*-------------------------------------------------
title       : 서브 반응형
Author      : 플랜아이 광주
Create date : 2020-03-09
-------------------------------------------------*/
@media (max-width: 1280px) {
  .header_wrap {
    border-bottom: 1px solid #ddd;
  }
  #snb {
    display: none;
  }
  #contents {
    float: none;
    width: 100%;
  }
  .location .path {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .location .depth4,
  .location .depth5 {
    display: none;
  }
}
@media (max-width: 768px) {
  #visual {
    height: 25rem;
    margin-bottom: 3rem;
  }
  #visual .control span {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
  }
  .depth4_tab {
    position: relative;
    margin-bottom: 5rem;
    height: 5rem;
  }
  .depth4_tab ul {
    padding: 0;
    border-radius: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #F9F9F9;
  }
  .depth4_tab ul > li {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
  }
  .depth4_tab ul > li a {
    position: relative;
    text-align: left;
    padding: 1.3rem 4rem 1.3rem 2rem;
    display: block;
    height: auto !important;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .depth4_tab ul > li.active {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .depth4_tab ul > li.active a {
    border-radius: 2rem;
  }
  .depth4_tab ul > li.active a::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: "remixicon";
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\ea4e";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .depth4_tab.active ul > li {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .depth4_tab.active ul > li.active a::after {
    display: none; /*transform: rotate(180deg);*/
  }
  #contents_title {
    margin-right: 5rem;
  }
  .contents_util {
    padding-top: 0;
    position: relative;
  }
  .contents_util .util {
    position: absolute;
    right: 0;
    top: 5px;
    margin-top: 0;
  }
  .contents_util .util .print {
    display: none;
  }
  .contents_util .util .share::after {
    display: none;
  }
  .contents_util .util .btn {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 3.6rem;
    width: 4rem;
    height: 4rem;
  }
  .contents_util .share {
    margin-right: 0;
  }
  .location {
    margin-right: 0;
  }
  #contents {
    margin-bottom: 2rem;
  }
  #contents_title {
    padding-top: 0;
    position: relative;
    font-size: 3.5rem;
  }
}