@charset "utf-8";
/* kiosk2 sub pages - from iniini dgjob79 base.css */

/* =========================================================
   대구 JOB 친구 - SNB - 서브상단
========================================================= */

.subinner {
  padding-bottom: clamp(28px, 5vw, 46px);
  padding-inline:0px;
}

.job-snb-wrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-inline:5%;
  padding-bottom: clamp(12px, 2vw, 20px);
}

/* 장식 동글이 */
.job-snb-wrap::before,
.job-snb-wrap::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.job-snb-wrap::after {
  width: clamp(11px, 2.5vw, 20px);
  aspect-ratio: 1/1;
  right: 26px;
  top: 30px;
  background: #b8d934;
  box-shadow:
    -32px 20px 0 rgba(33, 181, 226, .75),
    22px 42px 0 rgba(91, 220, 155, .75);
}

/* 제목 */
.job-snb-wrap h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 24px;
  color: #111;
  font-size: clamp(28px, 3.4vw, 39px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
    font-family: 'GMarketSans';

}

.job-snb-wrap h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #16b8df, #65d89e, #b8d934);
}

/* SNB */
.job-snb-wrap .snb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; padding-bottom:10px;
}

/* 메뉴 버튼 기본 */
.job-snb-wrap .snb span {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: clamp(11px, 2.5vw, 17px) 18px;
  border-radius: 999px;
  color: #0687a4;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

/* 일반 메뉴 - 배경감 추가 */
.job-snb-wrap .snb span:not(.over) {
  border: 1px solid rgba(24, 185, 223, .26);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eafaff 0%, #eefbf4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 18px rgba(24, 185, 223, .08);
}

/* 일반 메뉴 톤 살짝 다르게 */
.job-snb-wrap .snb span:not(.over):nth-child(2) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eefbff 0%, #edf8ff 100%);
}

.job-snb-wrap .snb span:not(.over):nth-child(3) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #effff8 0%, #eefbea 100%);
}

.job-snb-wrap .snb span:not(.over):nth-child(4) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #f2fbff 0%, #f2faed 100%);
}

/* hover */
.job-snb-wrap .snb span:not(.over):hover {
  transform: translateY(-3px);
  border-color: rgba(24, 185, 223, .48);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,1), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #e7fbff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    0 13px 28px rgba(24, 185, 223, .16);
}

/* 현재 메뉴 */
.job-snb-wrap .snb span.over {
  border: 1px solid transparent;
  font-weight: 700;
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%);
  color: #fff;
  box-shadow:
    0 12px 26px rgba(24, 185, 223, .24),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.job-snb-wrap .snb span.over::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.22);
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .job-snb-wrap::after {
    right: 18px;
    top: 20px;
    opacity: .75;
  }


  .job-snb-wrap .snb {
    gap: 8px;
  }

  .job-snb-wrap .snb span {
    flex: 0 1 calc(50% - 4px);
  }

}

/* =========================================================
inner_sub_area
========================================================= */

.inner_sub_area {padding-bottom:clamp(30px, 2.5vw, 60px); padding-inline:5%;}


/* =========================================================
   inner_sub_area - 대구지역인적자원개발위원회 소개
========================================================= */



.hrdc-info-row {
  display: grid; 
  grid-template-columns: 120px 1fr;
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(28px, 4vw, 42px) 0;
  border-top: 1px solid rgba(24, 185, 223, .18);
}
.inner_sub_area .hrdc-info-row:nth-child(1) {border-top:none;}
.hrdc-info-row:last-child {
  border-bottom: 1px solid rgba(24, 185, 223, .18);
}

.hrdc-title {
  position: relative;
}

.hrdc-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 999px;
  border:1.5px solid #21cbff;
  color: #21cbff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.hrdc-title h3 {
  margin: 0;
  color: #111;
  font-size: clamp(19px, 2.7vw, 24px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.35;
}

.hrdc-desc {
  position: relative;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184,217,52,.14), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,253,255,.92));
  border: 1px solid rgba(24, 185, 223, .13);
  box-shadow: 0 16px 35px rgba(24, 185, 223, .08);
}

.hrdc-desc p,
.hrdc-desc li {
  color: #3a464c;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.7;
  word-break: keep-all;
}

.hrdc-desc ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hrdc-desc li {
  position: relative;
  padding-left: 18px;
}

.hrdc-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b9df, #b8d934);
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .hrdc-info-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }

  .hrdc-title {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hrdc-title span {
    width: 38px;
    height: 26px;
    margin-bottom: 0;
    font-size: 12px;
  }

}



/* =========================================================
직업훈련소개
========================================================= */
.train-intro {
  width: 100%;
  margin-top: clamp(8px, 2vw, 16px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(31, 185, 216, .35);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 185, 223, .10);
  box-sizing: border-box;
}

.book-panel {
  background: #fff;
}

.book {
  margin: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 0;
}

.book img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0 !important;
}


/* =========================================================
   LNB - 선형 탭 메뉴 (시안 동일)
========================================================= */

.lnb {
  position: relative;
  z-index: 1;
  display: flex !important;
  width: 100%;
  margin: 0 !important; text-align:Center;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid rgba(24, 185, 223, .25) !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  background: #fff;
}

/* 버튼 — layout.css span 덮어쓰기 */
.lnb > span {
  position: relative;
  word-break:keep-all;
  display: flex !important;
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 22px 8px !important;

  border-right: 1px solid rgba(24, 185, 223, .18) !important;
  background: #fff !important;
  color: #384a50 !important;
  font-size: clamp(15px, 2.2vw, 17px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.2 !important;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.lnb > span:last-child {
  border-right: 0 !important;
}

.lnb > span::before {
  display: none !important;
}

.lnb > span:hover {
  background: #f0fbff !important;
  color: #0d9fc1 !important;
}

.lnb > span.over {
  background: linear-gradient(180deg, #effcff 0%, #ffffff 100%) !important;
  color: #089abc !important;
  font-weight: 800 !important;
  box-shadow: inset 0 3px 0 #18b9df !important;
}
/* =========================================================
   미래내일 일경험 프로그램 - 대구JOB친구 스타일
========================================================= */

.exp-program {
  position: relative;
  width: 100%;
}


.exp-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: clamp(22px, 4vw, 34px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.65), transparent 34%),
    radial-gradient(circle at 100% 20%, rgba(184,217,52,.22), transparent 30%),
    linear-gradient(135deg, #e8fbff 0%, #f2fff7 100%);
  border: 1px solid rgba(24, 185, 223, .18);
  box-shadow: 0 14px 35px rgba(24, 185, 223, .10);
  overflow: hidden;
}

.exp-head::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24,185,223,.18), rgba(91,217,165,.28));
}

.exp-title {
  position: relative;
  z-index: 1;
}

.exp-title h3 {
  margin-bottom: 8px;
  color: #111;
  font-size: clamp(23px, 3.8vw, 30px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.7;
}

.exp-title h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 5px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18b9df, #65d89e, #b8d934);
}

.exp-title p {
  margin-top: 14px;
  color: #405057;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.exp-title p strong {
  display: inline-block;
  margin-left: 5px;
  color: #13aeca;
  font-size: clamp(23px, 4.4vw, 35px);
  font-weight: 800;
  line-height: 1;
}


/* 등록일순 / 마감일순 */
.exp-sort {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-radius: 9px;
  background: #f3fbfd;
  overflow:hidden;
  border: 1px solid rgba(24,185,223,.15);
}

.exp-sort button {
  flex: 1;
  padding-block:clamp(4px,2.5vw, 15px);
  color: #557077;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  letter-spacing: -0.04em;
  transition: .25s ease;
}

.exp-sort button.over {
  background: #18b9df;
  color: #fff;
  box-shadow: 0 9px 20px rgba(24,185,223,.20);
}

.exp-sort button:not(.over):hover {
  background: #fff;
  color: #0d9fc1;
}

/* 필터 영역 */
.exp-filter-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(18px, 3vw, 24px);
}

/* 카테고리 */
.exp-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.exp-category button {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(24,185,223,.30);
  color: #36515a;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  letter-spacing: -0.04em;
  box-shadow: 0 5px 13px rgba(24,185,223,.06);
  transition: .25s ease;
  line-height: 1;
}

.exp-category button.over {
  background: #113f52;
  border-color: #113f52;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(17,63,82,.22);
}

.exp-category button:not(.over):hover {
  background: #eafbff;
  color: #0d9fc1;
  border-color: rgba(13,159,193,.45);
}

/* 셀렉트 */
.exp-selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.exp-selects button {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 42px 0 16px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid rgba(24,185,223,.24);
  color: #263b45;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 7px 16px rgba(24,185,223,.07);
}

.exp-selects .ico {
  margin-right: 8px;
  color: #13aeca;
  font-size: 13px;
}
.exp-selects .ico svg {vertical-align:middle; width:20px; heighT:20px;}




.exp-selects em {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #13aeca;
  border-bottom: 2px solid #13aeca;
  transform: translateY(-70%) rotate(45deg);
}

/* 카드 리스트 */
.exp-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2.5vw, 18px);
}

/* 카드 */
.exp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: clamp(18px, 3vw, 22px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184,217,52,.13), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,253,255,.94));
  border: 1px solid rgba(24,185,223,.16);
  box-shadow: 0 15px 34px rgba(24,185,223,.08);
  overflow: hidden;
  box-sizing: border-box;
  transition: .25s ease;
}

.exp-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 5px;
  height: 112px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #18b9df, #65d89e);
}

.exp-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24,185,223,.35);
  box-shadow: 0 20px 42px rgba(24,185,223,.15);
}

.exp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 13px;
}

.exp-badges span {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* 타입별 뱃지 */
.exp-badges .type.project {
  background: #fff0f2;
  color: #e75062;
}

.exp-badges .type.esg {
  background: #e9fbf0;
  color: #18a565;
}

.exp-badges .type.intern {
  background: #fff5d6;
  color: #b98300;
}

.exp-badges .day {
  background: #edf8fb;
  color: #168aa5;
}

/* 카드 제목 */
.exp-card h4 {
  margin-bottom: 26px;
  color: #17242b;
  font-size: clamp(16px, 2.4vw, 19px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.45;
  word-break: keep-all;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 정보 */
.exp-card dl {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 4px 8px;
  margin-bottom: 18px;
}

.exp-card dt,
.exp-card dd {
  font-size: clamp(13px, 1.9vw, 14px);
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.exp-card dt {
  color: #333;
  font-weight: 700;
}

.exp-card dd {
  color: #607078;
  font-weight: 400;
}

/* 자세히보기 */
.detail-btn {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 36px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(24,185,223,.35);
  color: #0d9fc1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
  transition: .25s ease;
}

.detail-btn::after {
  content: "›";
  margin-left: 6px;
  font-size: 17px;
  line-height: 1;
}

.detail-btn:hover {
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 9px 20px rgba(24,185,223,.20);
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .exp-head {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }


  .exp-selects {
    grid-template-columns: 1fr;
  }

  .exp-card-list {
    grid-template-columns: 1fr;
  }

  .exp-card {
    min-height: auto;
    border-radius: 23px;
  }
}




/* =========================================================
   프로그램 상세 정보
========================================================= */

.program-detail {
  position: relative;
  width: 100%;
}

/* 상단 타이틀 */
.detail-top {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 46px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.72), transparent 34%),
    radial-gradient(circle at 100% 25%, rgba(184,217,52,.22), transparent 32%),
    linear-gradient(135deg, #e8fbff 0%, #f2fff7 100%);
  border: 1px solid rgba(24, 185, 223, .18);
  box-shadow: 0 14px 35px rgba(24, 185, 223, .10);
  overflow: hidden;
}

.detail-top::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24,185,223,.18), rgba(91,217,165,.30));
}

.detail-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin-bottom: 14px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(24,185,223,.22);
  color: #0d9fc1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.detail-top h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.25;
}

.detail-top h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18b9df, #65d89e, #b8d934);
}

.detail-top p {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: #405057;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.6;
  word-break: keep-all;
}

/* 섹션 */
.detail-section {
  margin-top: clamp(34px, 5vw, 54px);
}

.detail-section:first-of-type {
  margin-top: 0;
}

.detail-section h4 {
  position: relative;
  margin: 0 0 22px;
  padding-left: 15px;
  color: #0687a4;
  font-size: clamp(21px, 2.8vw, 27px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.7;
}

.detail-section h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 5px;
  height: 1.2em;
  border-radius: 999px;
  background: linear-gradient(180deg, #18b9df, #65d89e);
}

/* 상세 테이블 */
.detail-table {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(24,185,223,.18);
  background: #fff;
  box-shadow: 0 15px 34px rgba(24,185,223,.08);
}

.detail-table dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-top: 1px solid rgba(24,185,223,.13);
}

.detail-table dl:first-child {
  border-top: 0;
}

.detail-table dl.half {
  width: 50%;
  float: left;
}

.detail-table dl.half + dl.half {
  border-left: 1px solid rgba(24,185,223,.13);
}

.detail-table dl.full {
  clear: both;
}

.detail-table dt,
.detail-table dd {
  min-height: 54px;
  padding: 16px 18px;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: -0.04em;
  line-height: 1.6;
  box-sizing: border-box;
  word-break: keep-all;
}

.detail-table dt {
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, #f0fbff 0%, #f3fbf7 100%);
  color: #193942;
  font-weight: 800;
}

.detail-table dd {
  color: #333;
  font-weight: 500;
  background: rgba(255,255,255,.92);
}

.detail-table dd strong {
  color: #17242b;
  font-weight: 800;
}

/* 주요내용 */
.detail-desc p {
  margin-bottom: 12px;
  color: #3a464c;
  font-weight: 600;
}

.detail-desc ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: detailNum;
}

.detail-desc li {
  position: relative;
  padding-left: 28px;
  color: #3a464c;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  line-height: 1.75;
}

.detail-desc li::before {
  counter-increment: detailNum;
  content: counter(detailNum);
  position: absolute;
  left: 0;
  top: .24em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b9df, #65d89e);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.detail-desc li strong {
  color: #0b7f99;
  font-weight: 800;
}

/* 목록 버튼 */
.detail-btn-area {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 5vw, 48px);
}

.list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow:
    0 12px 26px rgba(24,185,223,.24),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition: .25s ease;
}

.list-btn::before {
  content: "‹";
  margin-right: 8px;
  font-size: 22px;
  line-height: 1;
}

.list-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 32px rgba(24,185,223,.30),
    inset 0 1px 0 rgba(255,255,255,.32);
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .detail-top {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .detail-table {
    border-radius: 20px;
  }

  .detail-table dl,
  .detail-table dl.half {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    float: none;
  }

  .detail-table dl.half + dl.half {
    border-left: 0;
  }

  .detail-table dt,
  .detail-table dd {
    min-height: auto;
    padding: 13px 15px;
  }

  .detail-table dt {
    border-bottom: 1px solid rgba(24,185,223,.10);
  }

  .detail-desc li {
    padding-left: 26px;
  }
}



/* =========================================================
   게시판 리스트
========================================================= */

.board-area {
  width: 100%;
}

/* 검색 */
.board-search {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: clamp(28px, 5vw, 44px);
  padding: 12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.72), transparent 35%),
    linear-gradient(135deg, #e8fbff 0%, #f2fff7 100%);
  border: 1px solid rgba(24,185,223,.22);
  box-shadow: 0 14px 35px rgba(24,185,223,.09);
  box-sizing: border-box;
}

.board-search input {
  flex: 1;
  min-width: 0;
  height: clamp(52px, 7vw, 66px);
  padding: 0 clamp(16px, 3vw, 26px);
  border: 1px solid rgba(24,185,223,.22);
  border-radius: 16px;
  background: #fff;
  color: #222;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: -0.04em;
  outline: none;
  box-sizing: border-box;
}

.board-search input::placeholder {
  color: #899aa3;
}

.board-search button {
  flex: 0 0 clamp(92px, 18vw, 138px);
  height: clamp(52px, 7vw, 66px);
  border-radius: 16px;
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%);
  color: #fff;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow:
    0 10px 22px rgba(24,185,223,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition: .25s ease;
}

.board-search button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 28px rgba(24,185,223,.28),
    inset 0 1px 0 rgba(255,255,255,.3);
}

/* 리스트 */
.board-list {
  border-top: 2px solid rgba(17,63,82,.85);
}

.board-item {
  display: grid;
  grid-template-columns: clamp(86px, 17vw, 122px) 1fr;
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  padding: clamp(24px, 4.5vw, 36px) 0;
  border-bottom: 1px solid rgba(24,185,223,.18);
  transition: .25s ease;
}

.board-item:hover {
  background:
    linear-gradient(90deg, rgba(232,251,255,.75), rgba(255,255,255,0));
}

/* 썸네일 */
.board-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 500 / 333;

  border-radius: 18px;
/*   background:
    radial-gradient(circle at 100% 0%, rgba(184,217,52,.16), transparent 35%),
    linear-gradient(135deg, #f7fdff 0%, #f3fff7 100%); */
  border: 1px solid rgba(24,185,223,.3);
  box-shadow: 0 10px 24px rgba(24,185,223,.08);
  overflow: hidden;
}

.board-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 정보 */
.board-info {
  display: block;
  min-width: 0;
}

.board-info strong {
  display: block;
  margin-bottom: clamp(19px, 4vw, 27px);
  color: #111;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.35;
  word-break: keep-all;
}

.board-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 16px;
  color: #7d8a91;
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 600; line-height:1;
  letter-spacing: -0.035em;
}

.board-meta span {
  display: inline-flex; padding-left:10px; 
  align-items: center; border-left:1px solid rgba(125,138,145,.32); 
}


.board-meta strong,
.board-meta span {font-weight:300; opacity:0.7;}

.board-meta span:nth-child(1) {border-left:0px; padding-left:0; }

.board-meta .view {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%20fill%3D'rgba(0%2C0%2C0%2C0.3)'%20class%3D'size-4'%3E%3Cpath%20d%3D'M8%209.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z'%20%2F%3E%3Cpath%20fill-rule%3D'evenodd'%20d%3D'M1.38%208.28a.87.87%200%200%201%200-.566%207.003%207.003%200%200%201%2013.238.006.87.87%200%200%201%200%20.566A7.003%207.003%200%200%201%201.379%208.28ZM11%208a3%203%200%201%201-6%200%203%203%200%200%201%206%200Z'%20clip-rule%3D'evenodd'%20%2F%3E%3C%2Fsvg%3E");
background-size: auto 20px;
background-repeat: no-repeat;
background-position: left 10px center;
  padding-left:40px;

}


.board-meta .date {
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%20fill%3D'rgba(0%2C0%2C0%2C0.3)'%20class%3D'size-4'%3E%3Cpath%20fill-rule%3D'evenodd'%20d%3D'M1%208a7%207%200%201%201%2014%200A7%207%200%200%201%201%208Zm7.75-4.25a.75.75%200%200%200-1.5%200V8c0%20.414.336.75.75.75h3.25a.75.75%200%200%200%200-1.5h-2.5v-3.5Z'%20clip-rule%3D'evenodd'%20%2F%3E%3C%2Fsvg%3E");
background-size: auto 17px;
background-repeat: no-repeat;
background-position: left 10px center;
  padding-left:40px;

}




/* =========================================================
   Mobile
========================================================= */

@media (max-width: 640px) {
  .board-search {
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
  }

  .board-search button {
    flex: none;
    width: 100%;
  }

  .board-item {
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .board-thumb {
    border-radius: 15px;
  }

  .board-info strong {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .board-meta {
    gap: 6px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .board-item {
    grid-template-columns: 1fr;
  }

  .board-thumb {
    width: 110px;
    aspect-ratio: 1 / 1.16;
  }
}


/* ========== kiosk2: a 태그 탭도 span과 동일하게 ========== */
.job-snb-wrap .snb a,
.job-snb-wrap .snb span {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: clamp(11px, 2.5vw, 17px) 18px;
  border-radius: 999px;
  color: #0687a4;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.job-snb-wrap .snb a:not(.over),
.job-snb-wrap .snb span:not(.over) {
  border: 1px solid rgba(24, 185, 223, .26);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eafaff 0%, #eefbf4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 18px rgba(24, 185, 223, .08);
  color: #0687a4;
}

.job-snb-wrap .snb a:not(.over):nth-child(2),
.job-snb-wrap .snb span:not(.over):nth-child(2) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eefbff 0%, #edf8ff 100%);
}

.job-snb-wrap .snb a:not(.over):nth-child(3),
.job-snb-wrap .snb span:not(.over):nth-child(3) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #effff8 0%, #eefbea 100%);
}

.job-snb-wrap .snb a:not(.over):nth-child(4),
.job-snb-wrap .snb span:not(.over):nth-child(4) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #f2fbff 0%, #f2faed 100%);
}

.job-snb-wrap .snb a:not(.over):hover,
.job-snb-wrap .snb span:not(.over):hover {
  transform: translateY(-3px);
  border-color: rgba(24, 185, 223, .48);
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,1), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #e7fbff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    0 13px 28px rgba(24, 185, 223, .16);
  color: #0687a4;
}

.job-snb-wrap .snb a.over,
.job-snb-wrap .snb span.over {
  border: 1px solid transparent;
  font-weight: 700;
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%);
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(24, 185, 223, .24),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.job-snb-wrap .snb a.over::before,
.job-snb-wrap .snb span.over::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.22);
}

@media (max-width: 640px) {
  .job-snb-wrap .snb a,
  .job-snb-wrap .snb span {
    flex: 0 1 calc(50% - 4px);
  }
}

/* kiosk2 layout overrides */
body.sub .wrap { height: auto !important; min-height: calc(100vh - 220px); padding-bottom: 40px; }
.job-snb-wrap h2 { font-family: 'GmarketSansMedium', 'GMarketSans', 'Noto Sans KR', sans-serif !important; }
.book { margin-top: 0; text-align: center; }
.book img { width: 100%; max-width: 100%; margin: 0 auto; border-radius: 0; }
.page-btn.sub-home { margin-top: 30px; justify-content: center; }

/* layout.css a 스타일 덮어쓰기 */
.job-snb-wrap .snb a { display: inline-flex !important; }
.board-item { display: grid !important; }

/* layout.css span{display:inline-block} 강제 덮어쓰기 - 탭 pill 디자인 */
.job-snb-wrap .snb {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  width: 100%;
}
.job-snb-wrap .snb > span {
  display: inline-flex !important;
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: clamp(11px, 2.5vw, 17px) 18px !important;
  border-radius: 999px !important;
  font-size: clamp(16px, 2vw, 18px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  white-space: nowrap;
}
.job-snb-wrap .snb > span:not(.over) {
  border: 1px solid rgba(24, 185, 223, .26) !important;
  color: #0687a4 !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eafaff 0%, #eefbf4 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 18px rgba(24, 185, 223, .08) !important;
}
.job-snb-wrap .snb > span:not(.over):nth-child(2) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #eefbff 0%, #edf8ff 100%) !important;
}
.job-snb-wrap .snb > span:not(.over):nth-child(3) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #effff8 0%, #eefbea 100%) !important;
}
.job-snb-wrap .snb > span:not(.over):nth-child(4) {
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(135deg, #f2fbff 0%, #f2faed 100%) !important;
}
.job-snb-wrap .snb > span:not(.over):hover {
  transform: translateY(-3px);
  border-color: rgba(24, 185, 223, .48) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,1), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #e7fbff 100%) !important;
}
.job-snb-wrap .snb > span.over {
  border: 1px solid transparent !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #18b9df 0%, #5bd9a5 100%) !important;
  color: #fff !important;
  box-shadow:
    0 12px 26px rgba(24, 185, 223, .24),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}
.job-snb-wrap .snb > span.over::before {
  content: "" !important;
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 8px !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,.22) !important;
}
.job-snb-wrap h2 {
  text-align: center !important;
  font-size: clamp(28px, 3.4vw, 39px) !important;
  font-weight: 700 !important;
  margin: 0 0 24px !important;
  letter-spacing: -0.04em !important;
}
.job-snb-wrap h2::after {
  content: "" !important;
  display: block !important;
  width: 52px !important;
  height: 5px !important;
  margin: 22px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #16b8df, #65d89e, #b8d934) !important;
}
@media (max-width: 640px) {
  .job-snb-wrap .snb > span {
    flex: 0 1 calc(50% - 8px) !important;
    white-space: normal;
    text-align: center;
  }
}

.mt20 { margin-top:20px !important; }


/* exp-category: a 태그도 button과 동일 스타일 */
.exp-category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(24,185,223,.30);
  color: #36515a !important;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  letter-spacing: -0.04em;
  text-decoration: none !important;
  box-shadow: 0 5px 13px rgba(24,185,223,.06);
  transition: .25s ease;
  box-sizing: border-box;
  line-height: 1;
}
.exp-category a.over {
  background: #113f52;
  border-color: #113f52;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(17,63,82,.22);
}
.exp-category a:not(.over):hover {
  background: #eafbff;
  color: #0d9fc1 !important;
  border-color: rgba(13,159,193,.45);
}


.sub-home {display:none}