@charset "UTF-8";
/*-------------------------------------------------
title       : 서브레이아웃
Author      : lhj
Create date : 2023-06
-------------------------------------------------*/
@media (max-width: 1180px) {
  .table_wrap.scroll {
    overflow-y: auto;
  }
}
@media (max-width: 840px) {
  .sch_box {
    padding: 2.4rem;
  }
  .sch_box .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sch_box .group .part {
    width: 100%;
    display: block;
    margin-bottom: 0.7rem;
  }
  .sch_box .group .part.type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .sch_box input[type=text] {
    width: 100%;
    margin: 0 0.7rem 0 0;
  }
}