
.school_frame1 {
    width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  margin-top: 80px;
}

.school_frame1 .div {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 486px;
  background-color: #727272;
  border-radius: 56px;
  overflow: hidden;
}

/* .school_frame1 .div {
    display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
  height: 486px;
  background-color: #727272;
  border-radius: 56px;
  overflow: hidden;
} */


.school_frame1 .cb {
  position: absolute;
  top: calc(50.00% - 243px);
  left: calc(50.00% - 920px);
  width: 1840px;
  height: 486px;
  aspect-ratio: 1.5;
}

.school_frame1 .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  /* position: absolute;
  top: calc(50.00% - 78px);
  left: 160px; */
}

.school_frame1 .div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;  
    padding: 168px 0 0 200px;
}

.school_frame1 .text-wrapper {
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  font-size: 62px;
  line-height: 86.8px;
  position: relative;
  width: fit-content;
  color: var(--n00);
  letter-spacing: 0;
  white-space: nowrap;
  padding: 168px 0 0 200px;
}

.school_frame1 .p {
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  font-size: 25px;
  line-height: 37.5px;
  position: relative;
  width: fit-content;
  color: var(--n00);
  letter-spacing: 0;
  white-space: nowrap;
}


.breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 20px 120px;
  position: relative;
  width: 100%;
}

.breadcrumbs .div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.breadcrumbs .ic-round-home {
  position: relative;
  width: 16px;
  height: 16px;
}

.breadcrumbs .next {
  position: relative;
  width: 12px;
  height: 12px;
}

.breadcrumbs .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

/* 
.pattern-bg {
  position: absolute;
  top: -412px;
  width: 100%;
  height: 1084px;
}

.pattern-1 {
  position: absolute;
  top: 285px;
  left: px;
  width: 389px;
  height: 410px;
}
 .pattern-2 {
  position: absolute;
  top: 79px;
  left: 366px;
  width: 529px;
  height: 386px;
}

 .pattern-3 {
  position: absolute;
  top: 619px;
  right:0px;
  width: 365px;
  height: 386px;
} */
.section{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0 220px;
  position:relative;   /* ✅ pattern-bg 기준점 */
  background-color:#fdfdfd;
  width:100%;
  overflow:hidden;     /* ✅ 패턴이 바깥으로 튀어나간 부분 숨김(원하면 제거) */
}

/* 패턴 레이어 */
/* .pattern-bg{
  position:absolute;
  top:-412px;
  left:0;
  width:100%;
  height:1084px;
  z-index:0;           
  pointer-events:none; 

  background-image:
    url("../../img/pattern-1.svg"),
    url("../../img/pattern-2.svg"),
    url("../../img/pattern-3.svg");
  background-repeat:no-repeat, no-repeat, no-repeat;
  background-size:
    389px 410px,
    529px 386px,
    365px 386px;
  background-position:
    0px 285px,                
    366px 79px,               
    right 0px top 619px;  
}

.section > :not(.pattern-bg){
  position:relative;
  z-index:1;
} */


.yutong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px 220px 120px;
  position: relative;
  width: 100%;
}
.org-1 a.is-active{ font-weight:600; }

.sub_page_title {
  font-family: "Pretendard-Bold", Helvetica;
  font-size: 44px;
  line-height: 140%;
  color:#111111;
}


/** Hide mobile menu button on large screens ****************************************/
@media screen and (min-width: 1200px) {


}

/** mobile screen ***************************************************************/
@media (max-width: 1200px) {

.intro_contents {

    width: 100%;            /* 전체 너비 확보 */
    text-align: center;     /* 내부 텍스트까지 가운데 정렬 */
}

.intro_contents .intro_frame {
    display: flex;          /* inline-flex에서 flex로 변경 (가로 전체 차지) */
    flex-direction: column;
    align-items: center;    /* 자식 요소들을 가로 가운데로 */
    justify-content: center; /* 자식 요소들을 세로 가운데로 (필요시) */
    gap: 30px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;            /* 주석 해제하여 전체 너비 확보 */
    text-align: center;     /* 내부 텍스트 정렬 보장 */
}







}



/* 모바일 환경 (768px 이하) 설정 */
@media (max-width: 768px) {
    .intro_contents {
        gap: 30px;          /* 모바일에서는 간격을 줄이는 것이 보기 좋습니다 */
        padding: 40px 20px; /* 좌우 여백(20px)을 주어 콘텐츠가 화면 끝에 붙지 않게 함 */
    }
  .sub_page_title {
    font-family: "Pretendard-Bold", Helvetica;
    font-size: 24px;
    line-height: 140%;
  }






}