@import url('../exhibitors/guide.css');

.info-page-top--conference .nav-item--current > .nav-link {
  color: #fdd000;
}

.conf-content {
  background: #fff;
  padding: 40px 16px 72px;
}

.conf-content-inner {
  position: relative;
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
}

.conf-floats {
  position: fixed;
  right: max(16px, calc((100vw - var(--content-max-width)) / 2 + 16px));
  top: 200px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.conf-floats > * {
  pointer-events: auto;
}

.conf-floats__online {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0F6055;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.conf-floats__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.conf-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 36px;
}

.conf-head__left .content-title-wrap {
  display: inline-block;
  margin-bottom: 20px;
}

.conf-head__title {
  margin: 0;
  font-weight: 900;
  color: #011D20;
  letter-spacing: -0.03em;
}

.conf-head__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.75;
  color: #444;
  letter-spacing: -0.02em;
}

.conf-head__notes strong {
  color: #011D20;
  font-weight: 900;
}

.conf-head__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.conf-view-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.conf-view-toggle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  border-right: 1px solid #d9d9d9;
  background: #fff;
  color: #666;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.conf-view-toggle__btn:last-child {
  border-right: none;
}

.conf-view-toggle__btn:hover {
  color: #0F6055;
  background: #f3faf8;
}

.conf-view-toggle__btn.is-active {
  color: #fff;
  background: #0F6055;
}

.conf-view-toggle__btn.is-active:hover {
  color: #fff;
  background: #0c5047;
}

.conf-head__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  border-radius: 2px;
  background: #228380;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.conf-head__check:hover {
  background: #1b6c69;
}

.conf-head__check svg {
  flex-shrink: 0;
}

.conf-day {
  margin-bottom: 40px;
}

.conf-day__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.conf-day__title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.02em;
}

.conf-day__head .conf-day__title {
  margin-bottom: 0;
}

.conf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.conf-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
}

.conf-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 3px solid #0F6055;
  border-left: 3px solid #0F6055;
  pointer-events: none;
}

.conf-card__top {
  padding: 14px 14px 12px;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
  flex: 0 0 auto;
}

.conf-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #555;
}

.conf-card__meta span + span::before {
  content: '|';
  margin-right: 8px;
  color: #ccc;
  font-weight: 400;
}

.conf-card__name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  color: #111;
  letter-spacing: -0.02em;
}

.conf-card__org {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.conf-card__bottom {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 96px;
}

.conf-card__inquiry-label {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  color: #333;
}

.conf-card__contact {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #555;
  flex: 0 1 auto;
  white-space: pre-line;
}

.conf-card__actions {
  flex: 0 0 20px;
  min-height: 20px;
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.conf-card__apply {
  border: none;
  background: none;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  color: #0F6055;
  cursor: pointer;
  text-decoration: none;
}

.conf-card__apply:hover {
  text-decoration: underline;
}

.conf-grid--list,
.conf-biz-grid--list {
  display: block;
}

.conf-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.conf-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

.conf-table th,
.conf-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.conf-table thead th {
  background: #f7f7f7;
  color: #333;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

.conf-table tbody tr:last-child td {
  border-bottom: none;
}

.conf-table tbody tr:hover td {
  background: #f9fcfb;
}

.conf-table__time,
.conf-table__datetime {
  white-space: nowrap;
  font-weight: 700;
  color: #444;
}

.conf-table__place {
  color: #555;
}

.conf-table__title {
  font-weight: 800;
  color: #111;
}

.conf-table__org,
.conf-table__desc,
.conf-table__desc2 {
  color: #555;
  white-space: pre-line;
}

.conf-table__contact {
  color: #555;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.55;
}

.conf-table td.conf-table__apply-cell {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

/* 세미나 목록: 시간·장소, 세미나명 비율 */
.conf-table--seminar th:nth-child(1),
.conf-table--seminar td:nth-child(1) {
  width: 9%;
}

.conf-table--seminar th:nth-child(2),
.conf-table--seminar td:nth-child(2) {
  width: 12%;
}

.conf-table--seminar th:nth-child(3),
.conf-table--seminar td:nth-child(3) {
  width: 34%;
}

.conf-table--seminar th:nth-child(4),
.conf-table--seminar td:nth-child(4) {
  width: 18%;
}

.conf-table--seminar th:nth-child(5),
.conf-table--seminar td:nth-child(5) {
  width: 18%;
}

.conf-table--seminar th:nth-child(6),
.conf-table--seminar td:nth-child(6) {
  width: 9%;
  text-align: center;
}

.conf-table__apply {
  color: #0F6055;
  font-weight: 800;
  text-decoration: none;
}

.conf-table__apply:hover {
  text-decoration: underline;
}

.conf-table__dash,
.conf-table__empty {
  color: #999;
}

.conf-biz {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8eef8;
}

.conf-biz__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 900;
  color: #011D20;
  letter-spacing: -0.02em;
}

.conf-biz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.conf-grid.conf-grid--list,
.conf-biz-grid.conf-biz-grid--list {
  display: block;
  width: 100%;
  grid-template-columns: none;
  gap: 0;
}

.conf-table--biz th:nth-child(1),
.conf-table--biz td:nth-child(1) {
  width: 22%;
}

.conf-table--biz th:nth-child(2),
.conf-table--biz td:nth-child(2) {
  width: 12%;
}

.conf-table--biz th:nth-child(3),
.conf-table--biz td:nth-child(3) {
  width: 22%;
}

.conf-table--biz th:nth-child(4),
.conf-table--biz td:nth-child(4) {
  width: 22%;
}

.conf-table--biz th:nth-child(5),
.conf-table--biz td:nth-child(5) {
  width: 22%;
}

.conf-biz-card {
  position: relative;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  padding: 16px 16px 18px;
  min-height: 140px;
}

.conf-biz-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 3px solid #0F6055;
  border-left: 3px solid #0F6055;
}

.conf-biz-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #555;
}

.conf-biz-card__name {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  color: #111;
}

.conf-biz-card__desc,
.conf-biz-card__desc2 {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.conf-biz-card__desc2 {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .conf-content {
    padding: 160px 24px 72px;
  }
}

/* 세미나 신청확인 모달 */
.conf-check-modal__dialog {
  max-width: 520px;
}

.conf-check-modal__inner {
  padding: 36px 36px 28px;
}

.conf-check-modal__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.conf-check-modal__title {
  margin: 0;
}

.conf-check-modal__lead {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
  letter-spacing: -0.02em;
}

.conf-check-modal__form {
  margin-bottom: 22px;
}

.conf-check-modal__field {
  margin-bottom: 16px;
}

.conf-check-modal__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
  color: #111;
}

.conf-check-modal__field input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  font-size: 14px;
  color: #111;
  box-sizing: border-box;
}

.conf-check-modal__field input::placeholder {
  color: #aaa;
}

.conf-check-modal__field input:focus {
  outline: none;
  border-color: #228380;
}

.conf-check-modal__status {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}

.conf-check-modal__status[hidden] {
  display: none;
}

.conf-check-modal__status--error {
  background: #fdecea;
  color: #a32020;
  border: 1px solid #f5c6c2;
}

.conf-check-modal__status--success {
  background: #eaf6f3;
  color: #0c4f46;
  border: 1px solid #b7ddd5;
}

.conf-check-modal__submit {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: none;
  border-radius: 2px;
  background: #0F6055;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.conf-check-modal__submit:hover {
  background: #0F6055;
}

.conf-check-modal__help {
  padding-top: 18px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.conf-check-modal__help p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #666;
}

.conf-check-modal__contact {
  margin-top: 8px !important;
  font-size: 13px !important;
  font-weight: 800;
  color: #0F6055 !important;
}

.conf-check-modal__step[hidden] {
  display: none !important;
}

.conf-check-result {
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 24px;
}

.conf-check-result__list {
  margin: 0;
}

.conf-check-result__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #efefef;
}

.conf-check-result__row:last-child {
  border-bottom: none;
}

.conf-check-result__row dt {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #333;
}

.conf-check-result__row dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #111;
}

.conf-check-result__row--title dd {
  font-weight: 900;
  color: #111;
}

.conf-check-result__seminars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conf-check-result__seminars li {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.conf-check-result__seminars li + li {
  margin-top: 8px;
}

.conf-check-result__seminars li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0F6055;
}

.conf-check-result__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.conf-check-result__tel {
  display: block;
  color: #111;
}

.conf-check-result__person {
  display: block;
  font-weight: 700;
  color: #0F6055;
}

@media (max-width: 767px) {
  .conf-check-result__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .conf-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .conf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .conf-head {
    flex-direction: column;
  }

  .conf-head__actions {
    align-items: stretch;
    width: 100%;
  }

  .conf-head__check {
    justify-content: center;
    width: 100%;
  }

  .conf-day__head {
    align-items: flex-start;
  }

  .conf-table {
    min-width: 640px;
  }

  .conf-grid,
  .conf-biz-grid {
    grid-template-columns: 1fr;
  }
}
