.mobile-menu__layout {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  z-index: 99;
    align-self: stretch;
    display: flex;
    position: relative;
    width: 100%; 
    background-color: var(--n00);
}
.sidebar {
    align-items: flex-start;
    align-self: stretch;
    background-color: var(--cultured-pearl);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 0px 48px;
    position: relative;
    width: 152px;
    height: 100vh;
}
.mobile-menu__primary {
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}

.mobile-menu__primary-item {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 16px 12px;
  position: relative;
  width: 100%;
}

.mobile-menu__secondary {
  align-items: flex-start;
  background-color: var(--n00);
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
}

.mobile-menu__secondary-item {
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  padding: 13px 0px;
}

.mobile-menu__stretch {
  align-self: stretch;
  display: flex;
  position: relative;
  width: 100%;
}
.links {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    gap: 24px;
    padding: 12px 28px 24px;
    position: relative;
}
.mobile-text-2 {
    flex: 1;
    margin-top: -1.00px;
    position: relative;
    letter-spacing: -0.32px;
    line-height: 22.4px;    
}
.pt-sb-16-dgray {
    color: var(--dove-gray);
    font-family: var(--font-family-pretendard-semibold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 600;
}




body.menu-open{
  overflow: hidden;
  height: 100vh;
  touch-action: none; /* 모바일 스와이프 스크롤 방지 보강 */
}
/* 메뉴 열림/닫힘 */
.mobile-menu__layout{ display: none; }


body.menu-open .header_wrapper .header{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--x03);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}


@media (max-width: 1200px) {
.mobile-menu__layout.is-open{ display: flex; } 
  .school_frame1 {
      padding: 0px;
      margin-top: 65.34px;
  }
  .school_frame1 .div {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .school_frame1 .text-wrapper {
    font-size: 28px;
  }
  .school_frame1 .div {
    height: 318px;
  }

  .breadcrumbs {
    padding: 20px 16px 20px;
  }
  .school_frame1 .div-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    gap:0px;
  }










}


@media (max-width: 768px) {

  
  .school_frame1 .div {
      

    /* background-image: url('/img/cb036126165-1.png'); */
      background-size: cover;      
      background-position: center; 
      width: 100%;
      height: 318px;               
      background-repeat: no-repeat;
  }
  .school_frame1 .company-hero {
      background-image: url('/img/01_info/01-hero-mobile.png');
  }
  .school_frame1 .cb {
    display: none;
  }
  .school_frame1 .div-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    gap:0px;
    padding: 0px 10px;
  }
  .school_frame1 .text-wrapper {
    padding: 0px;
  }
  .school_frame1 .menu05-hero {
      background-image: url('/img/heroNew.jpg');
  }
  .school_frame1 .school-hero {
      background-image: url('/img/06_menu/06-01-hero-mobile.png');
  }
  .school_frame1 .group-hero {
      background-image: url('/img/06_menu/06-02-hero-mobile.png');
  }
  .school_frame1 .dist-hero {
      background-image: url('/img/06_menu/06-03-hero-mobile.png');
  }
  .school_frame1 .notice-hero {
      background-image: url('/img/06_menu/06-04-hero-mobile.png');
  }
  .school_frame1 .p {
    font-size: 18px;
  }

  /* Fix hero image to fill container on safety_inspection page - no gray gap */
  .school_frame1.page-safety-inspection .div.menu05-hero {
    height: 318px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }















}