.org-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #d5d5d5;
  z-index: 7;
}

.org-1 .div {
  display: flex;
  width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.org-1 .sub {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.org-1 .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #4a4a4a;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.org-1 .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #4a4a4a;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 220px;
  position: relative;
  background-color: #fdfdfd;
  width: 100%;
}

.section .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section .div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.section .ic-round-home {
  position: relative;
  width: 16px;
  height: 16px;
}

.section .next {
  position: relative;
  width: 12px;
  height: 12px;
}

.section .text-wrapper {
  color: #666666;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.section .text-wrapper-2 {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.section .contents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
}

.section .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 60px 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: #111111;
  font-size: 44px;
  letter-spacing: -0.88px;
  line-height: 61.6px;
  white-space: nowrap;
}

.section .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.section .ellipse {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 5px solid;
  border-color: #3a7956;
}

.section .text-wrapper-4 {
  margin-top: -1.00px;
  font-family: "Pretendard-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--n-01);
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 37.2px;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.section .group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f8f8f8;
  border-radius: 24px;
}

.section .group-2 {
  position: relative;
  width: 100%;
  max-width: 1480px;
  height: auto;
  object-fit: contain;
  display: block;
}

.section .ellipse-2 {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 5px solid;
  border-color: var(--x01);
}


.table-5 {
  width: 100%;
  max-width: 1480px;
  margin: 20px auto;
  box-sizing: border-box;
}

/* 제목 스타일 */
.table-title {
  color: #2e7d5c;
  /* 이미지의 녹색 계열 */
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

/* 반응형 가로 스크롤을 위한 래퍼 */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  /* 모바일에서 가로 스크롤 활성화 */
  -webkit-overflow-scrolling: touch;
  /* iOS 부드러운 스크롤 */
  border-top: 2px solid #333;
  /* 상단 강조선 */
}

/* 테이블 스타일 */
.custom-table {
  width: 100%;
  min-width: 800px;
  /* 모바일에서 스크롤이 생기도록 최소 너비 지정 */
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  /* 컬럼 너비 균등 배분 시 유리 */
}

.custom-table th,
.custom-table td {
  padding: 15px 10px;
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
  /* 텍스트 줄바꿈 방지 */
}

/* 헤더 스타일 */
.custom-table thead th {
  background-color: #f5f5f5;
  /* 연한 회색 배경 */
  font-weight: 600;
  color: #333;
}

/* 바디 텍스트 스타일 */
.custom-table tbody td {
  color: #555;
  background-color: #fff;
}

/* 마우스 호버 효과 (선택사항) */
.custom-table tbody tr:hover {
  background-color: #fafafa;
}

/* company intro ********************************************************************/


.intro_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px 0px 120px;
  position: relative;
}

.intro_contents .intro_frame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.intro_contents .image {
  position: relative;
  width: 300px;
  height: 52px;
  aspect-ratio: 5.74;
  object-fit: cover;
}

.intro_contents .head_msg {
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 44px;
  text-align: center;
  letter-spacing: -0.88px;
  line-height: 61.6px;
}

.intro_contents .intro_text-wrapper {
  font-weight: 700;
  color: #3a7956;
  letter-spacing: -0.39px;
}

.intro_contents .span {
  font-family: "Pretendard-Regular", Helvetica;
  color: #111111;
  letter-spacing: -0.39px;
}

.intro_contents .intro_text-wrapper-2 {
  font-weight: 700;
  color: #1a4895;
  letter-spacing: -0.39px;
}

.intro_contents .intro_frame-2 {
  display: flex;
  flex-direction: column;
  width: 732px;
  height: 492px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.intro_contents .element {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.intro_contents .p {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.intro_contents .intro_frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.intro_contents .intro_frame-4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.intro_contents .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--x-02);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.intro_contents .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--x-02);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.intro_contents .intro_div-wrapper {
  position: relative;
  width: 168px;
  height: 100px;
  background-color: #dcdcdc;
}

.intro_contents .text-wrapper-5 {
  position: absolute;
  top: calc(50.00% - 16px);
  left: calc(50.00% - 28px);
  opacity: 0.3;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}


/* company promotion video ********************************************************************/


.comp_video_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.comp_video_frame .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 60px 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.comp_video_frame .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}



.comp_video_frame .mid-title {
  display: flex;
  justify-content: center;
  position: relative;
  width: 750px;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--black);
  font-size: 36px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 50.4px;
}
.comp_video_frame .promo_video {
  display: flex;
  flex-direction: column;
}

.comp_video_frame .map {
  display: flex;
  width: 100%;
  min-width:1476px;
  object-fit: cover;
  margin-top: 47px;
}


.comp_video_frame .p {
  display: flex;
    justify-content: center;
  width: 100%;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--black);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.40px;
  line-height: 28.0px;
}
.sub_page_title_wrapper {
  width: 100%;
}

/* company location frame1 ********************************************************************/

.location_frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.location_frame .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 60px 0px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.location_frame .sub-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 44px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.location_frame .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.location_frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--x-02);
  font-size: 44px;
  letter-spacing: -0.88px;
  line-height: 61.6px;
  white-space: nowrap;
}
.location_map {
  display: flex;
  width: 100%;
}

/* 지도의 루트 컨테이너와 내부의 모든 요소를 가로 100%로 설정 */
.root_daum_roughmap,
.root_daum_roughmap .wrap_map {
  width: 100% !important;
}

.location_frame .loc_table-wrapper {
  position: relative;
  width: 100%;
  height: 306px;
}

.location_frame .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
  top: -1px;
  left: -1px;
  border: 1px solid;
  border-color: #e8e8e8;
}

.location_frame .div {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e8e8e8;
}

.location_frame .cell {
  display: flex;
  width: 236px;
  min-width: 102px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  position: relative;
  background-color: #f5f5f5;
}

.location_frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--x-04);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.location_frame .cell-2 {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
}


.location_frame .div-2 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e8e8e8;
}


.location_frame .cell_text {
  position: relative;
  flex: 1;
  margin-top: -2.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--x-04);
  font-size: 18px;
}


/* 지도 위의 모든 기본 컨트롤러 숨기기 */
.root_daum_roughmap .wrap_controllers {
  display: none !important;
}

.root_daum_roughmap .wrap_btn_zoom {
  display: none !important;
}

.root_daum_roughmap .cont {
  display: none !important;
}


@media (max-width: 1200px) {

  .sub-contents {
    width: 100%;
  }
  .section {
    padding: 0 16px;
  }

  .org-1 .div {
    width: 100%;
    overflow: hidden;
  }

}

/* 모바일 환경 (768px 이하) 설정 *****************************************************************/
@media (max-width: 768px) {
  .comp_video_frame .map {
    min-width: unset;
  }
.section .text-wrapper-4 {
    font-size: 18px;
    line-height: 155%;
}
.location_frame .cell-2 {
    padding: 15px;
}
  .intro_contents .head_msg {
    font-size: 28px;
    line-height: normal;
  }

  .intro_contents .intro_frame-2 {
    width: 100%;
    height: auto;
  }

  .intro_contents .intro_frame-3 {
    flex-direction: column;
  }

  .section .contents {
    padding: 60px 0px 60px;
  }

  .intro_contents .element,
  .intro_contents .p {
    font-size: 16px;
  }

  dl.ul_history dt {
    text-align: left;
  }


  .section .group-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #f8f8f8;
    border-radius: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .section .group-wrapper .group-2 {
    display: block;
    width: auto;
    /* min-width: 700px;
    max-width: 1480px; */
    height: auto;
    object-fit: contain;
    max-width: unset;
    width: 100%;
  }

  .comp_video_frame .mid-title {
    font-size: 22px;
  }

.location_frame .cell {
  width: 100%;
  max-width: 102px;
  font-size: 16px;
}

.location_frame .cell_text {
  font-size: 16px;
word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal; 
}
.school_frame1 .div {
    height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
}










}
/* 모바일 환경 (768px 이하) 설정 END *****************************************************************/

/* Small screens (375px and below) - Organization chart */
@media (max-width: 375px) {
  .section .group-wrapper {
    padding: 12px;
    border-radius: 12px;
  }

  .section .group-wrapper .group-2 {
    /* min-width: 600px; */
  }
}

/* Very small screens (320px) - Organization chart */
@media (max-width: 320px) {
  .section .group-wrapper {
    padding: 8px;
  }

  .section .group-wrapper .group-2 {
    /* min-width: 500px; */
  }
}