
a.btn, .btn {
    font-size: 13px;
}
.btn_confirm .btn {
    border: 0;
    color: #fff;
    cursor: pointer;
    border: 0;
    box-shadow: 2px 2px #ddd;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    background: #666;
    background: linear-gradient(to bottom, #666, #666);
    color: #fff;
    border-radius: 3px;    
}

input.btn_submit {
    border: 0;
    color: #fff;
    cursor: pointer;
    border: 0;
    box-shadow: 2px 2px #ddd;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    background: #e94f0c;
    background: linear-gradient(to bottom, #e94f0c, #e76a34);
    color: #fff;
    border-radius: 3px;
}


.prod_01 {
    margin: 38px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub_title {
    font-family: var(--font-family-pretendard-bold);
    font-weight: var(--bold);
    font-size: 36px;
    margin-bottom: 26px;
    color: #000000;
}
.section_bbs_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 220px;
    position: relative;
    background-color: #fdfdfd;
    width: 100%;
}

.contents-wrapper {
    width: 100%;
}
.contents {
    width: 100%;
}
.intro_contents { width: 100%; }
#bo_w { width: 100%; }


/* 기존 .frame 역할: 라벨 + 제목을 한 줄로 정렬 */

/* .cat_icon,
.bo_tit {
  display: inline-block;
  vertical-align: middle;
} */

.bo_tit {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}


.bo_tit a {
  display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat_icon {
  border-radius: 2px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.15px;
  line-height: 18.0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 3px 6px;
   flex: 0 0 auto;   
}
.cat_yellow {
  background-color: #f89900;
}
.cat_green {
  background-color: #3a7956;
}
.cat_orange {
  background-color: #ED7300;
}
.cat_teal {
  background-color: #4A9599;
}
.cat_deep_blue {
  background-color: #1A4895;
}

/* 제목 wrapper */
.bo_tit_bbs {
  flex: 1;
  min-width: 0;   /* ⭐ 2번 핵심 */
}

.bo_tit_bbs > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



table {
  width: 100%;
  table-layout: fixed;
}

.td_datetime {
  width: 90px;
  white-space: nowrap;
}

.td_subject {
  overflow: hidden;
}
/* 
.bo_tit {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
} */

.ico_wrap {
  flex: 0 0 auto;
}

.bo_tit > a {
  /* flex: 1;
  width: 100%;
  min-width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  flex: 1;
  min-width: 0;        /* ⭐ 이거 반드시 필요 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* hover 시 (선택) */
.bo_tit > a:hover,
.cat_yellow:hover {
  text-decoration: none;
}






@media all and (max-width:1400px){


  .section_bbs_header {
      padding: 40px 80px;
  }



}





@media all and (max-width:767px){

    .box_prod {
        width: 100%;
        padding:0 16px;
    }
    .contents-wrapper {
        width: 100%;
    }
    .contents {
        width: 100%;
    }
    .intro_contents {
        padding: 30px 16px;
    }
    .section_bbs_header {
        padding: 40px 0px;
    }    
    .sub_title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    #fboardlist { width: 100%;}

      /* .td_subject {
      width:300px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; */

    

}


@media (max-width: 592px) {
/* 
  #bo_list table {
    table-layout: fixed;
    width: 100%;
} */

/* #bo_list .td_subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bo_list .td_subject .bo_tit {
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bo_list .td_subject .bo_tit a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
 
 #bo_list .td_subject {
      white-space: nowrap;
      overflow: hidden;
  }

  #bo_list .td_subject .bo_tit {
      width: 100%;
      min-width: 0;
  }
}