@charset "UTF-8";

.course_detail_container {
  background: white;
  border-radius: 12px;
  margin-top: 30px;
}

.course_detail_container_top {
  border: 2px solid #f0f0f0;
  padding: 30px;
}

.course_card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.course_left {
  flex: 1;
}

.course_right {
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 16px;
  margin-left: 16px;
}

.badge_group_area {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.text_block {
  margin-bottom: 8px;
}

.org_name {
  font-size: 16px;
  color: #2689be;
  font-weight: 600;
  margin-bottom: 8px;
}

.subject_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 16px;
}

.certification_label {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px;
}

.cert_type_highlight {
  color: #2689be;
  font-weight: 600;
}

.apply_course_btn {
  background-color: #2689be;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
}

.apply_course_btn:hover {
  background-color: #005a9e;
}

.status_badge_recruiting {
  background-color: #FFCE54;
  color: white;
  padding: 6px 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.type_badge_special {
  background-color: #fff;
  color: #F68632;
  border: 1px solid #F68632;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}

.category_badge_normal {
  background-color: #fff;
  color: #002069;
  border: 1px solid #002069;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}

.category_badge_regular {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}

.level_badge_three {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 500;
}

.certification_label {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px;
}

.cert_type_highlight {
  color: #2689be;
  font-weight: 600;
}

.btn_primary {
  display: block;
  width: 85%;
  padding: 10px 0;
  border-radius: 24px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 2px;
  background: none;
  cursor: pointer;
}

.btn_primary {
  border: 1px solid #2689be;
  color: #2689be;
}

.detail_tab_navigation {
  padding: 12px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.tab_nav_item {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #2689be;
  cursor: pointer;
  border-bottom: 2px solid #2689be;
  position: relative;
}

.course_detail_content {
  padding: 30px 0;
}

.detail_info_section {
  margin-bottom: 40px;
}

.section_title_with_bar {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 26px;
}

.section_title_with_bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 20px;
  background-color: #2689be;
}

.info_text_display {
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
  margin-bottom: 8px;
  white-space: pre-line;
}

.location_display_row {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.location_pin_icon {
  color: #666;
  margin-top: 2px;
  cursor: pointer;
}

.notice_items_list {
  margin-top: 16px;
}

.notice_list_item {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
}

.notice_list_item:before {
  content: '-';
  position: absolute;
  left: 0;
  color: #999;
}

.div_icon {
  padding: 0; /* 패딩 제거 */
  border: 1px solid #f0f0f0;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px; /* 고정 너비 */
  height: 35px; /* 고정 높이 - 너비와 같게 */
  margin-right: 8px;
}


.institution_name_bold {
  font-weight: 500;
  color: #333;
  margin-right: 4px;
}

.institution_address {
  color: #666;
  font-weight: normal;
}




/* 목록 버튼 */
.btn_goToList-upper {
  color: #333 !important;
  border: 1px solid #333 !important;
  font-weight: 500;
  font-size: 14px;
  width: 90px;
  float: right;
}
.btn_goToList-down {
  color: #333 !important;
  border: 1px solid #333 !important;
  font-weight: 500;
  font-size: 14px;
  height: 48px !important;
  line-height : 46px !important;
  width: 120px;
  display: block;
  margin: 0 auto;
}



/* Summernote에서 생성된 테이블 스타일 */
.info_text_display table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

.info_text_display table td,
.info_text_display table th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.info_text_display table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

/* 기존에 table-bordered 클래스가 있다면 */
.info_text_display .table-bordered {
  border: 1px solid #ddd;
}

.info_text_display .table-bordered td,
.info_text_display .table-bordered th {
  border: 1px solid #ddd;
}