@charset "UTF-8";
@import url("../../kor/css/main_respond.css");
/*-------------------------------------------------
title       : 레이아웃
Author      : crkim, moni
Create date : 2022-06-30
-------------------------------------------------*/
@media (max-width: 1024px) {
  #section1 .quick_menu {
    padding: 0 0rem;
  }
  #section1 .quick_menu .item {
    width: 14rem !important;
  }
  #section2 .latest {
    height: auto;
    min-height: 25rem;
    margin-bottom: 3rem;
  }
  #section2 .latest .group .list_wrap {
    position: relative;
    width: calc(100% - 0.5rem);
    left: -3.5rem;
  }
  #section2 .leaflet_wrap {
    width: 100%;
  }
  #section2 .leaflet_wrap a {
    height: 20rem;
  }
}
@media (max-width: 768px) {
  #visual .visual_slide .text_wrap .desc {
    max-width: calc(100% - 4rem);
  }
  #section2 .latest .group .more:after {
    content: "View More";
  }
  #section2 .latest .group .list_wrap {
    left: 0;
  }
}
@media (max-width: 500px) {
  #section2 .leaflet_wrap a {
    height: 30rem;
  }
}