/*====== color & text ======*/
.primary {
  color: #244183;
}
.middle_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.depth_1_title {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 23px !important;
  color: #000 !important;
  letter-spacing: -0.38px;

  padding-left: 11px;

  position: relative;

  max-width: 100%;

  overflow-wrap: break-word;
  word-break: keep-all;
}
.depth_1_title::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 11.5px;

  width: 5px;
  height: 5px;
  border-radius: 50%;

  background-color: #333;

  transform: translate(0%, -50%);
}
.depth_2_title,
.depth_2_title a {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 23px !important;
  color: #333 !important;
  letter-spacing: -0.38px;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.sub_description {
  line-height: 23px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 11px;
}
.sub_description::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;

  transform: translate(0%, -50%);

  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
}

/*====== layout =======*/
.cont_border_box {
  width: 100%;
  box-sizing: border-box;
  height: fit-content;
  padding: 40px;
  border: 1px solid #dddddd;
}
.cont_border_box > img {
  width: 100px;
  height: 100px;
}
.child_depth_box {
  width: 100%;
  padding: 5px 0px 5px 15px;
}
.table_wrap {
  min-width: 760px;
}
/** layout - 반응형 */
@media screen and (max-width: 1024px) {
  .cont_border_box {
    padding: 20px;
  }
}
/*====== local ======*/

/** 경영공시 */
.gong_si_box {
  display: flex;
  gap: 40px;
}
.gong_si_box > img {
  width: 100px;
  height: 100px;
}
.gong_si_box .middle_title {
  margin-bottom: 20px;
}
.gong_si_box .child_depth_box:nth-of-type(1) {
  margin-bottom: 15px;
}
.gong_si_table_col_1 {
  width: 8.6206%;
}
.gong_si_table_col_2 {
  width: 56.8965%;
}
.gong_si_table_col_3 {
  width: 12.931%;
}
.gong_si_table_col_4 {
  width: 21.5517%;
}
.gong_si_table_col_5 {
  width: 8.6206%;
}
.gong_si_table_col_6 {
  width: 41.3793%;
}

/** 경영공시 - 반응형 */
@media screen and (max-width: 1024px) {
  .gong_si_box {
    flex-direction: column;
    gap: 30px;
  }
  .gong_si_table_col_1 {
    width: 7.8947%;
  }
  .gong_si_table_col_2 {
    width: 65.7894%;
  }
  .gong_si_table_col_3 {
    width: 10.5263%;
  }
  .gong_si_table_col_4 {
    width: 15.7894%;
  }
  .gong_si_table_col_5 {
    width: 7.8947%;
  }
  .gong_si_table_col_6 {
    width: 42.1053%;
  }
}

/**
 * 공공누리 유형 관련 스타일
 * @description 공공누리 라이선스 유형 선택 및 미리보기를 위한 CSS 스타일 정의
 * @author JSC (주식회사 엔큐브)
 * @since 2025-09-22
 */
.public_nuri_wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  
  margin: 20px 0px;
  padding: 30px 40px;
  padding-right: 20px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

  gap: 16px;

  background-color: #EEF2F7;
}
.public_nuri_wrap .img_wrap{
  background-color: white;
}
.public_nuri_wrap .img_wrap img{
  z-index: +1;
}
.public_nuri_cms_select_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.public_nuri_cms_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.public_nuri_cms_wrap > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.public_nuri_cms_wrap img {
  height: 40px;
}
.public_nuri_cms_wrap span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.public_nuri_cms_preview {
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;

  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
/**
 * 공공누리 유형 - 미리보기 - 테두리 없음
 * @description 게시물 조회 페이지에서 공공누리 유형을 테두리 없이 표시하는 스타일
 * @author JSC (주식회사 엔큐브)
 * @since 2025-09-22
 */
.public_nuri_cms_preview_no_Border {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.public_nuri_cms_preview img ,
.public_nuri_wrap img {
  width: auto;
  height: 46px;
}
.public_nuri_cms_preview .public_nuri_text_wrap ,
.public_nuri_wrap .public_nuri_text_wrap {
  display: flex;
  flex-wrap: wrap;
}
.public_nuri_cms_preview .public_nuri_text_wrap span ,
.public_nuri_wrap .public_nuri_text_wrap span {
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.38px;
}
.public_nuri_cms_preview .public_nuri_text_wrap span.strong ,
.public_nuri_wrap .public_nuri_text_wrap span.strong {
  font-weight: 700;
  color: #244183;
}
@media screen and (max-width : 768px){
  .public_nuri_wrap{
    padding: 20px;
    gap: 10px;
  }
}


/**
  * 공공누리 하위 페이지 Table CSS
  *  @author KJS (주식회사 엔큐브)
  * @since 2025-09-24
*/
.no_min_width{
  min-width: auto;
}
.no_after::after{
  display: none;
}
.layer_td{
  display: flex;
  flex-direction: column;
}
.gong_si_subpage_table_col_1{
  width: 65.5172%;
}
.gong_si_subpage_table_col_2{
  width: 12.9310%;
}
.gong_si_subpage_table_col_3{
  width: 21.5517%;
}
.gong-si.board_area{
  flex-direction: column;
  align-items: flex-start;
}
.table.appear_765px{
  width: 100%;
  overflow-x: hidden;
  border-top : 2px solid #213D82;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
  box-sizing: border-box;

  margin-bottom: 50px;
}
.table.appear_765px *{
  box-sizing: border-box;
}
.table.appear_765px .head,
.table.appear_765px .body{
  width: 100%;
  min-height: 54px;
  height: fit-content;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}
.table.appear_765px .head{
  background-color: #F6F6F6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px
}
.table.appear_765px .body{
  background-color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.38px;
}
@media screen and (max-width : 765px){
  .disappear_765px{
    display: none !important;
  }
  .appear_765px{
    display: flex !important;
  }
}


/**
  layout.css 추가 수정
*/
@media screen and (max-width: 767px) {
    .cours_table {
        overflow-x: auto !important;
    }
}