@charset "UTF-8";

:root {
  --Background: #f4f4f4;
  --Background1: #fffbf4;
  --BackgroundDark: #3e3e3e;
  --BackgroundOrange: #fffbf4;

  /* 선 */
  --Stroke: #e1e4e6;
  --Stroke1: #b9b9b9;

  /* 메인컬러 & 서브컬러 지정 */
  --Primary: #ff872b;
  --bs-primary:#ff872b;

  /* 그레이스케일 컬러 */
  --Greyscale9: #252525;
  --Greyscale8: #4d5256;
  --Greyscale7: #a6a6a6;
  --Greyscale6: #d9d9d9;
  --Greyscale5: #e3e3e3;
  --Greyscale4: #969696;
  --Greyscale1: #fafafa;
  --bs-heading-color: #252525;

  /* 버튼 컬러 */
  --MdStroke: #A09080;
  --MdBg: #F7F3F0;

  /* Radius */
  --Radius: 12px;
  --Radius-8: 8px;
  --Radius-4: 4px;

  /* rgb */
  --bs-primary-rgb:255, 135, 43;

  /* 폰트사이즈 */
  --font-size-lg: 24px;
  --font-size-big: 20px;
  --font-size: 18px;
  --font-size-t: 16px;
  --font-size-m: 14px;

  /* 기본 시스템 컬러 */
  --Error: #f2543b;
  --Alert: #ff9b1f;
  --Warning: #ffcb33;
  --Success: #1181d3;
  --bs-warning:#ff9b00;

  /* 기본사이즈 */
  --containerSize: 1400px;

  /* 카테고리 */
  --category1:#E0F7FA;
  --category1-b: #00838F;
  --category2:#F4FEEF;
  --category2-b:#549F2C;
  --category3: rgb(92 131 243 / 10%);
  --category3-b: #5c83f3;
  --category4: rgb(255 113 90 / 10%);
  --category4-b: #ff715a;
  --category5:#FFFBEC;
  --category5-b: #ffb158;
}

body {
  background: #fff;
  font-family: "SUIT Variable", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1.4;
  color: var(--Greyscale9);
  letter-spacing: -.5px;
}

/* Basic */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: var(--Greyscale9);
  text-decoration: none;
}
a:hover {
  color: inherit;
}
button {
  border: 0;
  border-radius: 0;
  background-color: unset;
}
legend,
caption {
  line-height: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  overflow: hidden;
  font-size: 0;
}


/* 서체 - Suit */
@font-face {
  font-family: 'SUIT Variable';
  font-weight: 100 900;
  src: url('/static/assets/jnitalk/fonts/Suit/SUIT-Variable.woff2') format('woff2-variations');
}


/* form */
.form-select{
  height: 60px;
  padding: 14px 20px;
  border-radius: var(--Radius-4);
  border-color: var(--Stroke) !important;
}
.form-select:focus, .form-select:focus-within, .was-validated .form-select:invalid, .was-validated .form-select:valid, .form-select.is-invalid, .form-select.is-valid{
  box-shadow: none;border-width: 1px;
}
.form-select:focus, .form-select:focus-within, .was-validated .form-select:invalid, .was-validated .form-select:valid, .form-select.is-invalid, .form-select.is-valid{
  padding: 14px 20px;
}

/* form */
.input-group:focus-within .input-group-text, .input-group:focus-within .form-control, .input-group:focus-within .form-select, .input-group:focus .input-group-text, .input-group:focus .form-control, .input-group:focus .form-select{
  border-color:var(--Stroke) !important;
}
.input-group-merge .form-control{border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.input-group:hover .input-group-text, .input-group:hover .form-control, .input-group:hover .form-select{border-color: var(--Stroke);}

/* 체크박스 */
.form-check-input{border:1px solid var(--Greyscale6);}
.form-check-input[type=checkbox]{border-radius: 100% !important;}

/* 드롭다운 */
.dropdown-menu{padding:0;overflow: hidden;}
#exit-header .link-group li a{margin:0;}
/* table */
.table_type1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  padding: 20px 0;
}
.table_type1 table {
  border-top: 2px solid var(--Greyscale8);
}
.table_type1 td,
.table_type1 th {
  border-bottom: 1px solid var(--Stroke);
}
.table_type1 th {
  text-align: center;
  background: var(--Background);
  color: #000;
  vertical-align: middle;
  font-weight: 500;
  line-height: 25px;
  height: 55px;
}
.table_type1 td {
  padding: 15px 12px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -1px;
}
.table_type1-thead tbody tr:first-child td {
  border-top: 0;
}
.table_type1 li {
  position: relative;
}
/* .table_type1 table{word-break:keep-all !Important}  */
.table_type1 table {
  width: 100%;
}
.table_type1 table th:first-child {
  margin-top: 0;
}
.table_type1 table td {
  border: 1px solid var(--Stroke);
  text-align: center;
  word-break: break-all;
}
.table_type1 table tr:first-child td {
  border-top: 0;
}
.table_type1 table thead th {
  border: 1px solid var(--Stroke);
}

.table_type1 table thead th:first-child,
.table_type1 table tbody td:first-child {
  border-left-width: 0;
}
.table_type1 table thead th:last-child,
.table_type1 table tbody td:last-child {
  border-right-width: 0;
}
.table_type1 .left {
  text-align: left;
}
@media (max-width: 1200px) {
  .table_type1 {
    overflow: hidden;
    overflow-x: scroll !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .table_type1:before {
    display: block;
    margin-bottom: 10px;
    content: "모바일환경에서는 좌우로 스크롤하여 보실 수 있습니다.";
    font-weight: 500;
    color: var(--Success);
    font-size: var(--font-size-m);
    text-align: left;
  }
  .table_type1 table {
    min-width: 678px;
    font-size: var(--font-size-t);
  }
}

/* 태블릿 */
@media (max-width: 1200px) {
  .row .col.t1 {
    grid-column: span 1;
  }

  .row .col.t2 {
    grid-column: span 2;
  }

  .row .col.t3 {
    grid-column: span 3;
  }

  .row .col.t4 {
    grid-column: span 4;
  }

  .row .col.t5 {
    grid-column: span 5;
  }

  .row .col.t6 {
    grid-column: span 6;
  }

  .row .col.t7 {
    grid-column: span 7;
  }

  .row .col.t8 {
    grid-column: span 8;
  }

  .row .col.t9 {
    grid-column: span 9;
  }

  .row .col.t10 {
    grid-column: span 10;
  }

  .row .col.t11 {
    grid-column: span 11;
  }

  .row .col.t12 {
    grid-column: span 12;
  }
}

/* 모바일 */
@media (max-width: 800px) {
  .row .col.m1 {
    grid-column: span 1;
  }

  .row .col.m2 {
    grid-column: span 2;
  }

  .row .col.m3 {
    grid-column: span 3;
  }

  .row .col.m4 {
    grid-column: span 4;
  }

  .row .col.m5 {
    grid-column: span 5;
  }

  .row .col.m6 {
    grid-column: span 6;
  }

  .row .col.m7 {
    grid-column: span 7;
  }

  .row .col.m8 {
    grid-column: span 8;
  }

  .row .col.m9 {
    grid-column: span 9;
  }

  .row .col.m10 {
    grid-column: span 10;
  }

  .row .col.m11 {
    grid-column: span 11;
  }

  .row .col.m12 {
    grid-column: span 12;
  }
}

/* margin */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}

/* 컴포넌트 */
button,
.btn,
.form-control {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  padding: 12px 14px;
  word-break: keep-all;
}
button,
.btn {
  border-radius: var(--Radius-4) !important;
  font-size: var(--font-size-t);
  font-weight: 600;
}
.btn-icon {
  block-size: 0;
  inline-size: 0;
  min-width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  width: fit-content;
}

input,
textarea {
  box-sizing: border-box !important;
  border-radius: 0 !important;
  font-size: var(--font-size-t) !important;
}
input[type="password"]{border-right: 0 !important;}
.input-group.readonly .input-group-text{background-color: var(--Background);}
.input-group-text{border:1px solid var(--Stroke) !important;border-left: 0 !important;}
.input-group:focus-within .form-control{border-color: var(--Stroke) !important;}
.input-group:focus-within, .input-group:focus{box-shadow:inherit !important;}
.input-group:focus-within::before, .input-group:focus::before{box-shadow:inherit !important;}
.form-control{border-color: var(--Stroke);border-radius: var(--Radius-4) !important;}
.form-switch .form-check-input{
  border-radius: 2em !important;
}
.form-check-input[type="radio"] {
  border-radius: 50% !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p,
ol,
ul,
dl,
dd {
  margin-bottom: 0;
}
.sch-box input[type="text"],
.dropdown-toggle,
.form-control:focus,
.custom-option {
  background: #fff;
}
.form-check {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0;
}
.form-check-label {
  font-size: var(--font-size-t);
  word-break: keep-all;
}
.tag {
  border-radius: 4px;
  font-size: var(--font-size-m);
  padding: 3px 5px;
  box-sizing: border-box;
  font-weight: 500;
}
.tag.color1 {
  background: var(--Primary);
  color: #fff !important;
}

.btn-group .btn {
  color: var(--Greyscale9);
}
.btn:not(:focus, :active),
.form-control:focus {
  box-shadow: none;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--Greyscale9);
  text-decoration: none;
  background-color: var(--Background);
}
.btn.dropdown-toggle {
  border: 1px solid var(--Stroke);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  border: inherit;
  block-size: inherit;
  border-block-start: 0;
  border-inline-start: 0;
  inline-size: inherit;
  transform: inherit;
  width: 0;
  height: 0;
  margin-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--Greyscale9); /* 삼각형 색상 */
  border-bottom: 0;
}
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle.show {
  background: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ellipsis {
  white-space: normal;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ellipsis-2 {
  white-space: normal;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ellipsis-3 {
  white-space: normal;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.form-check-input {
  background-color: #fff;
}
.form-check-input:checked {
  background-color: var(--Primary) !important;
  box-shadow: none;
}
.form-control:focus,
.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
  padding-block: inherit;
  padding-inline: inherit;
  padding: 12px 14px;
}
.form-control:focus {
  border: 1px solid var(--Stroke1);
}
textarea.form-control {
  min-height: 200px;
}
.btn:hover {
  transform: inherit;
}
.accordion,
.accordion-item.active {
  --bs-accordion-box-shadow: 0;
  box-shadow: none;
}
/* 둥글기 */
.bor-rd4 {
  border-radius: 4px !important;
}

/* 인풋 */
input[type="text"]:read-only,
input[type="password"]:read-only {
  background-color: var(--Background);
  color: var(--Greyscale7);
  cursor: default;
}

/* datepicker */
input[type="text"].flatpickr-input:read-only {
  cursor: pointer;
  background-color: #fff;
  color: var(--Greyscale9);
}
input[type="text"].flatpickr-input::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: red;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  border: none !important;
}
.datepicker {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.datepicker button.datebtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
.flatpickr-input[readonly] {
  background-image: none !important;
}
.flatpickr-input {
  background: none !important;
}

/* select */
.bootstrap-select .dropdown-toggle {
  padding-block: 0;
  padding-inline: 0;
  padding: 12px 14px;
  border: 1px solid var(--Stroke);
  box-sizing: border-box;
  font-weight: 400;
}
.bootstrap-select .dropdown-toggle.show,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
  padding-block: 0;
  padding-inline: 0;
  padding: 12px 14px;
  box-shadow: none;
  border: inherit;
  border: 1px solid var(--Stroke);
  box-sizing: border-box;
}
.bootstrap-select .dropdown-toggle::after {
  transform: inherit;
  inset-block-start: inherit;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
}
.bootstrap-select .dropdown-menu a[aria-selected="true"] {
  background: rgb(255 135 43 / 10%);
  color: var(--Primary);
}
.bootstrap-select .dropdown-menu .dropdown-item.selected span::before,
.bootstrap-select .dropdown-menu .dropdown-item:active:hover,
.bootstrap-select .dropdown-menu .dropdown-toggle.show {
  color: var(--Primary);
}

/* checkbox */
.custom-option {
  border-radius: 4px;
  margin: 0;
}
.custom-option.custom-option-basic .custom-option-content {
  padding-inline-start: 0;
  padding: 12px 44px;
  padding-right: 24px;
}
.custom-option.checked {
  border: 2px solid var(--Primary) !important;
  margin: 0;
}

/* tooltip */
.tooltip-inner {
  max-width: fit-content;
  color: var(--Greyscale9) !important;
  background-color: var(--bs-white) !important;
  box-shadow:0 0 3px rgb(0 0 0 / 30%);
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-white) !important;
}


/* 버튼 */
.btn.download {
  background: var(--Greyscale6);
  border-radius: 4px !important;
  color: var(--Greyscale8);
  font-size: var(--font-size-t) !important;
  padding: 6px 12px;
}
.btn.dark,.btn.dark:active, .btn.dark:hover {
  background: var(--BackgroundDark);
  color: #fff;
  border: 1px solid var(--BackgroundDark);
}
.btn.gray {
  background: var(--bs-gray-100);
}
.btn.pr, .btn.pr:active, .btn.pr:hover {
  background: var(--Primary);
  color: #fff;
  border: 1px solid var(--Primary);
}
.btn-bottom, .btn-bottom:active {
  border: 1px solid var(--Stroke) !important;
  padding: 12px 14px;
  box-sizing: border-box;
  min-width: 170px;
  border-radius: var(--Radius-8) !important;
  color:var(--Greyscale8);
}
.btn-bottom:hover{border: 1px solid var(--Stroke);color:var(--Greyscale8);}
.btn.line {
  border: 1px solid var(--BackgroundDark);
  color: var(--BackgroundDark);
}
.btn.line:hover {background: var(--BackgroundDark); color: var(--bs-white)}
.btn.line.hover-n{background: inherit;}

.btn.line1 {
  border: 1px solid var(--Primary);
  color: var(--Primary);
}
.btn.line1:hover {
  background: var(--Primary);
  color: #fff;
}
.btn.line2 {
  border: 1px solid var(--Greyscale7);
  color: var(--BackgroundDark);
}
.btn.line2:hover {
  background: var(--BackgroundDark);
  color: #fff;
  border: 1px solid var(--BackgroundDark);
}
.btn.down:after{content:'';display: inline-block;background: url("/static/assets/jnitalk/img/sub/down.svg") center no-repeat;width: 24px;height: 21px;}
.btn.down:hover:after{background: url("/static/assets/jnitalk/img/sub/down-w.svg") center no-repeat;}
.btn-bottom.active, .btn-bottom.active:active {
  background: var(--Primary) !important;
  border: 1px solid var(--Primary) !important;
  color: #fff !important;
}
/* outline 스타일 버튼 - 테두리만 있는 버튼 */
.btn-bottom.outline, .btn-bottom.outline:active {
  background: transparent !important;
  border: 1.5px solid var(--Primary) !important;
  color: var(--Primary) !important;
  font-weight: 600;
}
.btn-bottom.outline:hover {
  background: var(--Primary) !important;
  border: 1.5px solid var(--Primary) !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}

/* badge */
.badge {
  min-width: 64px;
  font-size: var(--font-size-m);
}
.end {
  background: rgb(255 135 43 / 20%) !important;
  color: var(--Primary) !important;
}
.sc {
  background: rgb(84 159 44 / 20%);
  color: #549f2c;
}
.sc1 {
  background: rgb(83 102 241 / 20%);
  color: #5366f1;
}
.error {
  background: rgb(242 84 59 / 20%);
  color: #f2543b;
}
.before {
  background: var(--bs-gray-200);
  color: var(
          --Greyscale8);
}
.badge.lblue{background: rgb(0 167 203 / 20%);color:#008ba9;}

/* 답변완료 배지 */
.badge.answer-complete {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  font-size: 11px;
  padding: 2px 8px;
}

/* 답변 상태 배지 (pub 디자인 기준) */
.badge.before {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 500;
}

.badge.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 500;
}

.badge.end {
  background: #198754;
  color: #ffffff;
  border: none;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.badge.sc {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    font-size: 11px;
    padding: 2px 8px;
}

/* 지원사업 상태 뱃지 (개선된 버전) - 각 상태별 고유 스타일 */
.badge.badge-pending {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-review {
    background: #cff4fc;
    color: #055160;
    border: 1px solid #b8daff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-re-review {
    background: #ffe5d0;
    color: #cc2d4a;
    border: 1px solid #ffb3ba;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-approved {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #a3cfbb;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-rejected {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f1aeb5;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-cancelled {
    background: #e2e3e5;
    color: #495057;
    border: 1px solid #ced4da;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.badge.badge-partial-rejected {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffd43b;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

/* 색상 */
.color1 {
  color: var(--Primary) !important;
}
.color.gray {
  color: var(--Greyscale4);
}
/* 공통박스 */
.inner {
  width: var(--containerSize);
  margin: 0 auto;
}

/* 서브비주얼 */
.sub-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFBF4;
  height: 330px;
}
.sub-visual .inner{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-visual .inner:after{
  content:'';
  display: inline-block;
  background: url("/static/assets/jnitalk/img/sub/s-visual-img1.png") center no-repeat;
  width: 380px;
  height: 341px;
  position: absolute;
  bottom:0;
  right: 0;
  background-size: 380px;
}
.sub-visual p {

  font-size: 31px;
  font-weight: 700;
  margin-top: -30px;
  color: var(--Greyscale9);
  text-align: center;
  z-index: 1;
}

/* 메뉴 탭 */
.menu-tab {
  display: flex;
  width: var(--containerSize);
  margin: 0 auto;
  margin-top: -64px;
  border-radius: var(--Radius);
  overflow: hidden;
}
.menu-tab button {
  position: relative;
  flex: 1;
  background: #fff;
  padding: 22px;
  box-sizing: border-box;
  font-weight: 700;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--Greyscale8);
}
.menu-tab button.on {
  background: var(--Primary);
  color: #fff;
}
.menu-tab button::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  background: var(--Stroke);
}
.menu-tab button.on::after,
.menu-tab button:last-child:after {
  display: none;
}

/* nav */
.weblocation {
  background: var(--Background);
  width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.weblocation .weblocation_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  width: var(--containerSize);
  display: flex;
  align-items: center;

  font-weight: 700;
}
.weblocation_box h3 {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.weblocation_box .location {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: var(--font-size-t);
  height: 100%;
  gap: 10px;
  font-weight: 500;
}
.weblocation_box .location > li {
  position: relative;
  text-align: left;
  min-width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}
.weblocation_box .location > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: var(--Greyscale8);
}
.weblocation_box .location > li.mn:last-child > a span{font-weight: 600;}
.weblocation_box .location > li:last-child > a {
  color: var(--Greyscale9);
}
.weblocation_box .location > li > a > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weblocation_box .location > li > a > span::after {
  content: "";
  display: inline-block;
  background: url(/static/assets/jnitalk/img/common/ico-nav-arrow2.svg) center no-repeat;
  width: 16px;
  height: 16px;
}
.weblocation_box .location > li.home {
  padding: 0;
  border-right: 0;
  width: fit-content;
  min-width: inherit;
  opacity: 0.6;
}
.weblocation_box .location > li.home a span {
  font-size: 0;
  background: none !important;
  padding: 0 !important;
}
.weblocation_box .location > li::after {
  content: "";
  display: inline-block;
  background: url(/static/assets/jnitalk/img/common/ico-nav-arrow.svg) center no-repeat;
  width: 16px;
  height: 16px;
}
.weblocation_box .location > li:last-child::after {
  display: none;
}
.weblocation_box .location_dept_wrap h4 {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.weblocation_box .location_dept {
  display: none;
  position: absolute;
  top: 63px;
  z-index: 15;
  background-color: #fff;
  border: 1px solid var(--Stroke);
  left: -1px;
  box-sizing: border-box;
  width: calc(100% + 2px);
  font-size: var(--font-size-m);
  border-radius: var(--Radius-8);
  padding: 6px 0;
}

.location_dept > li:last-child {
  border-bottom: 0;
}

.location_dept > li > a {
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: var(--Greyscale8);
  font-size: var(--font-size-t);
}
.location_dept > li:last-child > a {
  border-bottom: 0;
}
.location_dept > li > a:hover,
.location_dept li a.on {
  font-weight: 600;
}
.location_dept > li > a span {
  display: inline-block;
  padding: 0 5px 5px 12px;
  cursor: pointer;
  background: none;
}

.weblocation .info {
  height: 100%;
  display: flex;
  align-items: center;
}
.weblocation .info button.sns {
  width: 62px;
  border-left: 1px solid var(--Stroke);
  background: none;
  padding: 0;
  border: none;
  border-left: 1px solid var(--Stroke);
  min-width: 0;
  height: 100%;
}
.weblocation .info button.print {
  width: 62px;
  border-left: 1px solid var(--Stroke);
  border-right: 1px solid var(--Stroke);
  height: 100%;
}
.location_dept > li > a.lnb_blank {
  position: relative;
  display: inline-block;
}
.location_dept > li > a.lnb_blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.utility {
  display: flex;
  gap: 10px;
}
.utility button {
  background: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid var(--Stroke);
  box-sizing: border-box;
  border-radius: 100% !important;
  padding: 0 !important;
}

/* contents */
.content-wrap {
  width: var(--containerSize);
  margin: 0 auto;
  min-height: 680px;
  box-sizing: border-box;
  padding: 30px 0;
}

/* 파일첨부 */
#file_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.file_cus {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.file_cus:first-child .file_remove{display: none;}
.file_cus label {
  display: flex;
  align-items: center;
  font-size: 0;
  cursor: pointer;
  flex: 1;
  gap: 10px;
}
input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.file_name {
  flex-grow: 1;
  border: 1px solid var(--Stroke);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: var(--font-size-t) !important;
  padding: 12px 14px;
  border-radius: var(--Radius-4);
}
.file_remove {
  color: var(--Error) !important;
  border: 1px solid var(--Error) !important;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid var(--BackgroundDark);
  padding: 0;
}
.file_remove::before,
.file_remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background-color: var(--Error);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.file_remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.file_remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.file_cus .file_btn, .file_cus .file_btn:active, .file_cus .file_btn:hover {
  background: var(--BackgroundDark);
  color: #fff;
  border: 1px solid var(--BackgroundDark);
  box-sizing: border-box;
}
#file_add {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid var(--BackgroundDark);
  padding: 0;
}
#file_add::before,
#file_add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background-color: var(--BackgroundDark);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#file_add::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#file_add::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* stepper */
.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.stepper ul {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 290px;

}
.stepper ul::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--Greyscale5);
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.stepper ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--Greyscale7);
  font-size: var(--font-size-t);
}
.stepper ul li span {
  width: 34px;
  height: 34px;
  background: var(--Greyscale7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font-size-m);
  line-height: 34px;
}
.stepper ul li.on span {
  background: var(--Primary);
}
.stepper ul li.on {
  color: var(--Primary);
}
.stepper ul li.prev span {
}
.stepper ul li.prev {
  color: var(--BackgroundDark);
}
.text-primary{color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;}

/* footer */
footer{background: var(--Background);color: var(--Greyscale8);padding: 60px 0;}
footer .item{}
footer .item:first-child{
  display: flex;
}
footer .item:first-child:after{
  content:'';
  display: inline-block;
  width: 3px;
  background: var(--Greyscale6);
  height: 100%;
  margin:0 50px;
}
footer .item .logo{display: flex;align-items: center;margin-bottom: 30px;}
footer .item .logo .logo-line{width: 1px;height: 24px;background: var(--Stroke1);margin: 0 12px;}
footer .item .use-list{
  display: flex;flex-wrap: wrap;
}
footer .item .use-list li{}
footer .item .use-list li a{}
footer .item .use-list li a:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--Stroke1);
  margin: 0 10px;
}
footer .item .use-list li:last-child a:after{
  display: none;
}
footer .item p.tel{
  font-size: var(--font-size-lg);
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 17px;
}
footer .item p.tel:before{content: '';display: inline-block;background: url("/static/assets/jnitalk/img/common/f-tel.png") center no-repeat;width: 24px;height: 25px;}
@media (min-width: 577px) {
    .footer .logo a img{height: 55px;}
}
/* 회원가입,로그인 */
.loginbox{
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 20px;
}
.loginbox .card{
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 30px;
  border:none !important;
  box-shadow:none !important;
}
.loginbox .card .card-body{
  padding: 0;
}
.loginbox .login-terms{padding: 30px; border-radius: var(--Radius);border: 1px solid var(--Stroke); font-size: var(--font-size-t);height: 200px;overflow-y: auto;}
.loginbox h4{

  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
.loginbox p {
  margin-bottom: 40px;
  color:var(--Greyscale8);
  font-size: var(--font-size-t);
}
.loginbox .form-label{
  font-size: var(--font-size-t);
  font-weight: 400;
  margin-bottom: 6px;
  color: var(--Greyscale8);
}
.loginbox .form-control{
  border-radius: 0;
  height: 60px;
  padding: 14px 20px;
}
.loginbox button{
  height: 60px;
  font-weight: 600;
  border-radius: var(--Radius-4) !important;
}
.loginbox button.btn-primary{background: var(--Primary);border: none;}
.loginbox button.btn-primary:hover{background:#f3710e; }
.loginbox button.btn-outline-primary{border: 1px solid var(--Primary);color:var(--Primary);}
.loginbox button.btn-outline-primary:hover{background:var(--Primary); color:var(--bs-white); }
.loginbox .login-bottom{
  display: flex;
  gap: 14px;
  margin: 20px 0 30px;
  justify-content: center;
}
.loginbox .login-bottom a{
  font-size: 18px;
  font-weight: 400;
  color:#444;
}
.loginbox .login-bottom a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  margin-left: 14px;
  position: relative;
  top: 2px;
}
.loginbox .login-bottom a:last-child:after {
  display: none;
}
.login-sns{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login-sns a{
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 60px;
  color:#fff;
  font-size: 18px;
  font-weight: 600;
}
.login-sns a .img{
  position: absolute;
  top: 19px;
  left: 40px;
}
.login-sns a.naver{
  background: #5FC53A;
  border: 1px solid #5FC53A;
  color:var(--bs-white);
}
.loginbox .nav-link{border-radius: 0 !important;color: var(--Greyscale7);}
.loginbox .nav-link.active{box-shadow: 0 -2px 0 var(--Primary) inset !important;}
.loginbox .nav:not(.nav-pills) .nav-link:hover, .loginbox .nav:not(.nav-pills) .nav-link:hover, .loginbox .nav:not(.nav-pills) .nav-link:focus{color:var(--Primary);}
.loginbox p.result{font-size: 28px; text-align: center;}
.loginbox .bootstrap-select .dropdown-toggle .filter-option{display:flex; align-items: center;}
.login-find li a:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--Stroke1);
  margin: 0 14px;
}
.login-find li:last-child a:after{display: none;}
.join-step{
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.join-step .item{flex:1;display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 3px;color: var(--Greyscale7);}
.join-step .item:after{content: ''; display: inline-block; max-width:100px; height: 1px; background: var(--Stroke);}
.join-step .item:last-child{border-right:0;}
.join-step .item span{border-radius: 100px;font-size: var(--font-size-m);padding: 3px 10px 4px;font-weight: 600;}
.join-step .item p{font-weight: 600;text-align: center;font-size: var(--font-size-t);}
.join-step .item p:before{content:'';display:block; width:100%; height: 47px; margin-bottom: 5px;}
.join-step .item.item1 p:before{background: url("/static/assets/jnitalk/img/common/step-ico1.png") center no-repeat;}
.join-step .item.item2 p:before{background: url("/static/assets/jnitalk/img/common/step-ico2.png") center no-repeat;}
.join-step .item.item3 p:before{background: url("/static/assets/jnitalk/img/common/step-ico3.png") center no-repeat;}
.join-step .item.item4 p:before{background: url("/static/assets/jnitalk/img/common/step-ico4.png") center no-repeat; width: 38px;}
.join-step .item.item1.active p:before{background: url("/static/assets/jnitalk/img/common/step-ico1-on.png") center no-repeat;}
.join-step .item.item2.active p:before{background: url("/static/assets/jnitalk/img/common/step-ico2-on.png") center no-repeat;}
.join-step .item.item3.active p:before{background: url("/static/assets/jnitalk/img/common/step-ico3-on.png") center no-repeat;}
.join-step .item.item4.active p:before{background: url("/static/assets/jnitalk/img/common/step-ico4-on.png") center no-repeat; width: 38px;}
.join-step .item.active{color: var(--Greyscale9)}
.join-step .item.active span{background: var(--bs-white);color: var(--Greyscale9)}
.join-step .step-line{width: 100px;height: 1px;background: var(--Stroke)}

.idv-box{background: var(--Background);padding: 50px 50px;border-radius: 10px;}
.idv-box p:before{content: '';display: block;background: url("/static/assets/jnitalk/img/common/idv-ico.png") center no-repeat;width: 100%;height: 174px;margin:0 0 20px;background-size: 150px;}

.agree-form{}
.agree-form .tit{
  background: var(--Background);
  padding: 20px;
  border-radius: var(--Radius-8);
}
.agree-form .txt{font-size: var(--font-size-t);}
.agree-form .form-check .form-check-input{margin-left:inherit; border-radius: 100% !important; width: 20px; height: 20px;}
/* hidden */
.hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* modal */
.modal .btn-close::before {display: none;}
.modal .modal-header .modal-tit{
  font-weight: 600;
}
.modal-footer button{border-radius: 6px !important;}

/* 알림 */
.alarm-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* PC 모달 전용 알림 리스트 스크롤 (다른 모달에는 영향 없음) */
#modal-alarm .modal-body .alarm-list {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
}

/* PC 모달 전용 커스텀 스크롤바 */
#modal-alarm .modal-body .alarm-list::-webkit-scrollbar {
  width: 8px;
}

#modal-alarm .modal-body .alarm-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#modal-alarm .modal-body .alarm-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

#modal-alarm .modal-body .alarm-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.alarm-list .item{
  border: 1px solid var(--Stroke);
  padding: 18px;
  border-radius: 6px;
}
.alarm-list .item{display: flex;align-items: center;justify-content: flex-start;gap: 20px;font-size: var(--font-size-t);}
.alarm-list .item .img{border-radius: 100%;width: 56px;height: 56px;display: flex;align-items: center;justify-content: center;background: #f7f3f3;position: relative;}
.alarm-list .item .img img{width: 21px;}
.alarm-list .item .txt{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.alarm-list .item .txt p.tit{font-weight: 500;}
.alarm-list .item .txt .date{
  font-size: var(--font-size-t);
  opacity: .75;
}

/* 읽지 않은 알림 스타일 */
.alarm-list .item.unread {
  background-color: #f8f9fa;
  border-left: 4px solid var(--Primary);
}

.alarm-list .item.unread .txt p.tit {
  font-weight: 600;
  color: #333;
}

/* PC 모달 전용 무한스크롤 로딩 인디케이터 (다른 모달에는 영향 없음) */
#modal-alarm .alarm-loading-more {
  text-align: center;
  padding: 15px 10px;
  display: none;
  color: #666;
  font-size: 14px;
}

#modal-alarm .alarm-loading-more .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 8px;
}



/********************* 반응형 *********************/
@media (max-width: 1500px) {
  .menu-tab {
    width: 100%;
  }
  .weblocation .weblocation_box {
    width: 100%;
    padding: 0 20px;
  }
  .content-wrap {
    width: 100%;
    padding: 50px 20px;
  }
  .sub-visual {
    height: 310px;
  }
}
@media (max-width: 1400px) {
  .inner{width: 100%;}
  footer{font-size: var(--font-size-t);}
}
@media (max-width: 1200px) {
  .weblocation{display: none;}
  .sub-visual{background: none;height: inherit;}
  .sub-visual .inner:after{display:none;}
  .sub-visual p{margin-top: 0;font-size: 26px;padding: 40px 0 20px;}
  .menu-tab {
    display: none;
    margin-top: 0;
  }
  .content-wrap {
    padding-top: 0px;
    padding: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .menu-tab button {
    padding: 0 !important;
    height: 52px;
    border-bottom: 1px solid var(--Stroke);
  }
  .weblocation {
    height: 52px;
    background: #fff;
  }
  .weblocation .weblocation_box {
    justify-content: end;
    margin-top: 10px;
  }
  .weblocation .location {
    display: none;
  }
  .flex-wrap-t {
    flex-wrap: wrap;
  }
  .stepper {
    width: 100%;
  }
  .stepper ul {
    gap: inherit;
    width: 100%;
    justify-content: space-between;
  }
  /* 회원가입,로그인 */
  .join-step .step-line{display: none;}
}

@media (max-width: 768px) {
  .sub-visual p{font-size: 23px;padding: 30px 0 10px;}

  /* 회원가입,로그인 */
  .loginbox h4{font-size: 28px; }
  .loginbox .form-label{font-size: 16px;}
  .loginbox p.result{font-size: 22px;}

  /* form */
  .form-control{font-size: var(--font-size-m) !important;}
  button,
  .btn {
    font-size: var(--font-size-m) !important;
  }
  .weblocation {
    height: fit-content;
  }
  .file_name {
    font-size: var(--font-size-m) !important;
  }
  .file_cus {
    flex-wrap: wrap;
  }
  .file_cus:first-child label {
    flex: inherit;
    width: 100%;
  }
  .file_cus .file_btn {
    padding-left: 5px;
    padding-right: 5px;
    word-break: keep-all;
  }
  #file_add,
  .file_remove {
    width: 45px;
    height: 45px;
  }
  .btn-bottom {
    min-width: inherit;
    min-height: inherit;
    flex: 1;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px !important;
  }
  .custom-option.custom-option-basic .custom-option-content {
    font-size: var(--font-size-m);
  }
  .form-check-label {
    font-size: var(--font-size-m);
  }
  .stepper ul li {
    gap: 0.4375rem;
  }
  .stepper ul li span {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
  }
  .stepper ul li {
    font-size: 0.9375rem;
  }
  /* 로그인 */
  .loginbox{padding: 100px 20px;}
}
@media (max-width: 576px) {
  /* 회원가입,로그인 */
  .loginbox h4{font-size: 22px;margin-bottom:10px;line-height: 1.4;}
  .loginbox p{font-size: 16px;margin-bottom: 20px;}
  .loginbox .form-label{font-size: 14px;}
  .loginbox .form-control{height: 54px;}
  .loginbox button{height: 54px;}
  .loginbox p.result{font-size: 20px;}
  .join-step{flex-wrap: wrap;gap: 10px;}
  .join-step .item{width: calc(100% / 2 - 5px);flex:inherit; font-size: var(--font-size-t)}
  .join-step .item span{font-size: var(--font-size-m);}
  .idv-box{padding: 25px;}
  .idv-box p:before{background-size: 100px; height: 100px;}

  /* 알림 */
  .alarm-list .item{padding: 14px;}
  .alarm-list .item .img{display: none;}
  .alarm-list .item .txt .tit{font-size: var(--font-size-t);}

  /* 테이블 */
  .table_type1:before{font-size: var(--font-size-m);}

  /* header */
  .header .logo a img{height: 34px;}

  /* footer */
  footer .item .logo img:first-child{height: 36px;}

  .sub-visual p{font-size: 21px;padding: 25px 0 0px;}

}
@media (max-width: 400px) {
  .menu-tab {
    flex-wrap: wrap;
  }
  .menu-tab button {
    width: 50%;
    flex: inherit;
  }
  .menu-tab button:nth-child(even):after {
    display: none;
  }
}







/* GNB */
/* 상단 메뉴 (접근성/모바일/사이트맵 적용)
body::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.76, 0.01, 0.24, 1);
}
body.gnb-open::before {
  opacity: 1;
  visibility: visible;
}
*/
/********* 컨텐츠 넓이 ********
.inner {
  width: 100%;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}

@media only screen and (max-width: 1260px) {
  .inner {
    padding: 0 20px;
  }
}
*/
#exit-header {
  position: relative;
  z-index: 20;
  background: var(--bs-white);
  border-bottom: 1px solid var(--Stroke);
}
#exit-header .inner{display: flex; align-items: center; justify-content: center;height: 100px;}
@media (min-width: 577px) {
  .header .logo a img{height: 55px;}
  footer .item .logo img:first-child{height: 50px;}
}
/******** thead ********/
.thead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.thead .logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.thead .logo h1 > a {
  height: 30px;
  display: inline-block;
}
.thead .logo img {
  height: 100%;
  object-fit: contain;
}



/***** 태블릿 *****/
@media only screen and (max-width: 992px) {
  .thead {
    padding: 20px 0;
  }
  .thead .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .thead .logo h1 > a {
    height: 26px;
  }
}

/******** GNB ********/
.gnb-wrap {
  color: var(--Greyscale9);
  flex: 1;
  height: 100%;
}
.gnb-wrap .lf{height: 100%;}
.gnb-wrap a {
  color: var(--Greyscale9);
}
.gnb-wrap > .inner {
  display: flex;
  justify-content: space-between;
}
.gnb-wrap > .inner .lf {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnb-wrap .gnb-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 10px;
  height: 100%;
}
#exit-header .link-group{display: flex;align-items: center;gap: 20px;}
#exit-header .link-group li a{display: flex;align-items: center;font-size: var(--font-size-t);gap: 6px;}
#exit-header .link-group li button{display: flex;align-items: center;gap: 6px;padding: 0; font-weight: 400;}
#exit-header .link-group li button img{padding: 0;background: none;border: none;}

/********** 사이트맵 **********/
.sitemap-layer {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow: hidden;
}

.sitemap-layer::after {
  content: "";

  display: block;
  width: 640px;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
  /*background: url(../img/common/sitemap-bg.png) bottom / contain no-repeat;*/
}

.sitemap-layer.on {
  display: block;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.sitemap-layer .sitemap-close {
  position: absolute;
  top: 40px;
  right: 90px;
  display: block;
  width: 32px;
  height: 16px;
  font-size: 0;
}
.sitemap-layer .sitemap-close:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}
.sitemap-layer .sitemap-close:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transform: rotate(-45deg);
}
.sitemap-layer .sitemap-con {
  display: flex;
  justify-content: center;
}
.sitemap-layer .menu-list-wrap {
  width: 100%;
}
.sitemap-layer .menu-list-wrap .gnb {
  display: flex;

  gap: 16px;
  width: 100vw;
  padding: 0 80px;
  box-sizing: border-box;
}
.sitemap-layer .menu-list-wrap .gnb .btn-arrow {
  display: none;
}
.sitemap-layer .menu-list-wrap .gnb > li {
  /* flex: 1 1 16.66666666666667%; */
  flex: 1 1 calc(100% / 6);
  align-self: stretch;
  height: 100%;
  min-height: 100vh;
  padding: 90px 0 100px;
  overflow: hidden;
  box-sizing: border-box;
}
.sitemap-layer .menu-list-wrap .gnb-menu {
  position: relative;
  font-weight: 700;
  color: #333;
  font-size: 1.1rem;
  /* padding: 0 4rem; */

  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 16px;
  box-sizing: border-box;

  transition: linear 300ms;
}
.sitemap-layer .menu-list-wrap .gnb-menu:hover {
  transition: linear 300ms;
}
.sitemap-layer .menu-list-wrap .lnb-box {
  margin-top: 40px;
  /* padding: 0 4rem; */
  box-sizing: border-box;
}
.sitemap-layer .menu-list-wrap .lnb-box .inner {
  max-width: 100%;
}
.sitemap-layer .menu-list-wrap .lnb-box .gnb-left {
  display: none;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 {
  width: 100%;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 > li {
  transition: all 0.3s;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 > li + li {
  margin-top: 20px;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 > li > a {
  font-weight: 500;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04),
  opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04);
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 > li > a:focus,
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list1 > li > a:hover {
  text-decoration: underline;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 {
  padding: 10px 0 10px;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 > li + li {
  margin-top: 8px;
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  line-height: 1.3;
  color: #666;
  word-break: keep-all;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04),
  opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04);
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 > li > a:focus,
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 > li > a:hover {
  color: var(--Primary);
}
.sitemap-layer .menu-list-wrap .lnb-box .lnb-list2 > li > a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #666;
}
.sitemap-layer.on .menu-list-wrap .lnb-box .lnb-list1 > li > a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04),
  opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04);
}
.sitemap-layer.on .menu-list-wrap .lnb-box .lnb-list2 > li > a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.47, 0, 0.31, 1.04),
  opacity 0.8s cubic-bezier(0.47, 0, 0.31, 1.04);
}
.sitemap-wrap .sitemap-btn {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  width: 17px;
  height: 14px;
  font-size: 0;
}

.gnb-wrap #gnb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 20px;
}
.gnb-wrap #gnb li{position: relative;flex: 1;height: 100%;}
.gnb-wrap .gnb-box .gnb-menu {
  position: relative;
  display: flex;
  font-size: var(--font-size);
  font-weight: 800;
  transition: ease-in-out .2s;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gnb-wrap .gnb-box .gnb-menu:hover {
  color:var(--Primary);
}
.gnb-wrap .gnb-box .gnb-menu.on:after{
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  background: var(--Primary);
  border-radius: 100%;
}

/* 1dep */
.gnb-box .gnb > li .lnb-box {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  right: 0;
  min-width: 220px;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
  border: 1px solid var(--Stroke);
  background: #fff;
  z-index: 40;
  overflow: hidden;
  transform: translateX(-50%);
  border-radius: 6px;
}
.gnb-box .gnb > li .lnb-box .inner {
  display: flex;
  min-height: 400px;
  align-items: start;
  gap: 0;
}
.gnb-box .gnb > li .lnb-box .gnb-left {
  flex-shrink: 0;
  position: relative;
  width: 200px;
  padding: 40px 0;
}
/*
.gnb-box .gnb > li .lnb-box .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -510px;
  width: 50%;
  height: 100%;
  background: #eef7f2;
}
*/
.gnb-box .gnb > li .lnb-box .gnb-left::after {
  content: "";
  display: inline-block;
  width: 346px;
  height: 242px;
  position: absolute;
  bottom: 0;
  left: -148px;
}
.gnb-box .gnb > li .lnb-box .gnb-left strong {
  font-size: 20px;
}
.gnb-box .gnb > li .lnb-box .gnb-left em {
  display: block;
  margin-top: 14px;
  line-height: 150%;
  color: var(--Greyscale7);
  font-size: 16px;
}
.gnb-box .gnb > li .lnb-list1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px 0;
}
.gnb-box .gnb > li .lnb-list1 > li {
  width: 100%;
}
.gnb-box .gnb > li .lnb-list1 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  transition: ease-in-out 0.2s;
  font-size: var(--font-size-t);
  font-weight: 600;
}
.gnb-box .gnb > li .lnb-list1 > li > a:hover,
.gnb-box .gnb > li .lnb-list1 > li > a:active,
.gnb-box .gnb > li .lnb-list1 > li > a:focus {
  color: var(--Primary);
}
.gnb-box .gnb > li .lnb-list1 > li > a .btn-arrow {
  display: none;
}

/* 2dep */
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 {
  padding: 15px;
}
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li + li {
  margin-top: 15px;
}
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li a {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  transition: ease-in-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 100%;
}
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li a:hover,
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li a:active,
.gnb-box .gnb > li .lnb-list1 > li .lnb-list2 > li a:focus {
  font-weight: 500;
  color: var(--Primary);
}
.icn-blank {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  font-size: 0;
  vertical-align: middle;
}

/******** mbtn-box ********/
.mbtn-box {
  display: none;
}

@media only screen and (max-width: 1400px) {
  #exit-header .inner{padding: 0 1.5rem;}
}

@media only screen and (max-width: 1200px) {
  #exit-header .inner{height: 70px;}
  /* header */
  .header {
    border-top: 0;
  }
  .header ul.link-group {
    display: none !important;
  }
  #exit-header .inner{justify-content: space-between}
  /******** GNB ********/
  .gnb-wrap {
    display: none;
  }

  /******** mbtn-box ********/
  .mbtn-box {
    display: block;
  }
  .mbtn-box .open {
    position: relative;
    display: block;
    width: 22px;
    height: 19px;
    font-size: 0;
  }
  .mbtn-box .open span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
  }
  .mbtn-box .open:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 70%;
    height: 3px;
    background: #222;
  }
  .mbtn-box .open span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #222;
  }

  /******** mgnb-con ********/
  .mgnb-con {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(-320px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease,
    visibility 0s linear 0.3s;
  }
  .mgnb-con a {
    color: var(--Greyscale9);
  }
  .mgnb-con.on {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .mgnb-con:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s linear 0.2s, z-index 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s, z-index 0.2s linear 0.2s;
  }
  .mgnb-con .mgnb-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 320px;
    height: 100vh;
    background: #fff;
    transform: translateX(-320px);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  /******** mgnb ********/
  .mgnb-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 14px;
    background: var(--bs-white);
  }
  .mgnb-box .top .lf {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mgnb-box .top .login a,
  .mgnb-box .top .login a strong {
    color: #fff;
  }
  .mgnb-box .top .logout {
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 87.09 76'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M56.66,58.33v4.32c0,5.69-4.66,10.35-10.35,10.35H13.35c-5.69,0-10.35-4.66-10.35-10.35V13.35C3,7.66,7.66,3,13.35,3h32.95c5.69,0,10.35,4.66,10.35,10.35v3.98'/%3E%3Cg%3E%3Cpolyline class='cls-1' points='70.37 24.28 84.09 38 70.37 51.72'/%3E%3Cline class='cls-1' x1='84.09' y1='38' x2='32.2' y2='38'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mgnb-box .top .home {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    font-size: 0;
  }
  .mgnb-box .top .close {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    font-size: 0;
  }
  .mgnb-box .top .close:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--Greyscale8);
    transform: rotate(45deg);
    border-radius: 50px;
  }
  .mgnb-box .top .close:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--Greyscale8);
    transform: rotate(-45deg);
    border-radius: 50px;
  }
  .mgnb-box .middle {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px 20px 20px;
    background: var(--Primary);
  }
  .mgnb-box .middle a {
    display: block;
    padding-left: 15px;
    font-size: 1.6rem;
    color: #fff;
  }
  .mgnb-box .bottom {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
  }
  .mgnb-box .bottom a {
    display: block;
    font-size: 1.4rem;
    color: #757575;
  }
  .mgnb-box .bottom a + a {
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
  }
  .mgnb-box .bottom a + a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #ddd;
    border-radius: 100%;
  }

  .mgtop-box {
    display: block;
    padding: 10px 30px 30px 30px;
  }
  .mgtop-box .mgtop {
    display: flex;
    align-items: center;
  }
  .mgtop-box .mgtop li {
    flex: 1;
    margin-right: 20px;
  }
  .mgtop-box .mgtop li:last-child {
    margin-right: 0;
  }
  .mgtop-box .mgtop li a {
    display: block;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
  }
  .mgnb-quick {
    width: 100%;
    background: var(--Greyscale8);
    display: flex;
  }
  .mgnb-quick .item:first-child .form-select option {
    color: #222;
  }
  .mgnb-quick .item {
    height: 50px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-size: var(--font-size-m);
  }
  .mgnb-quick .item:nth-child(2n) {
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid rgb(255 255 255 / 30%);
    box-sizing: border-box;
  }
  .mgnb-quick .item:last-child .dropdown {
    width: 100%;
    text-align: center;
  }
  .mgnb-quick .item:last-child .dropdown img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mgnb-quick .item button{color: var(--bs-white);}
  .mgnb-quick .item .dropdownCon {
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
    border: 1px solid var(--Stroke);
  }
  .mgnb {
    position: relative;
    height: calc(100vh - 61px);
    background: var(--Background);
    overflow-y: scroll;
    box-sizing: border-box;
    font-size: 15px;
  }
  .mgnb .gnb > li {
    width: fit-content;
  }
  .mgnb .gnb > li a.gnb-menu {
    display: inline-block;
    width: 150px;
    padding: 16px 14px;
    font-weight: 500;
    box-sizing: border-box;
    border-bottom: 1px solid var(--Stroke);
  }
  .mgnb .gnb > li a.gnb-menu.on {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .mgnb .gnb > li .lnb-box {
    display: none;
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .mgnb .gnb > li .lnb-box.on {
    display: block;
  }
  .mgnb .gnb > li .lnb-box .inner {
    padding: 0;
    max-width: inherit;
  }
  .mgnb .gnb > li .lnb-box .gnb-left {
    display: none;
  }
  .mgnb .gnb > li .lnb-box ul.lnb-list1 {
    width: 100%;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    word-break: keep-all;
    border-bottom: 1px solid var(--Stroke);
    box-sizing: border-box;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > a.on {
    font-weight: 600;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > a .btn-arrow {
    display: flex;
    align-items: center;
  }
  .mgnb .gnb > li .lnb-list1 > li > a .btn-arrow::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(315deg);
    background: transparent !important;
    transition: ease-in-out 0.2s;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > a.on .btn-arrow::before {
    border-left: 1px solid var(--Primary);
    border-bottom: 1px solid var(--Primary);
    transform: rotate(230deg);
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > .lnb-list2 {
    display: none;
    margin-top: 10px;
    padding: 10px 0;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > .lnb-list2 li {
    position: relative;
    padding-left: 8px;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > .lnb-list2 li + li {
    margin-top: 15px;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > .lnb-list2 li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #c2c2c2;
  }
  .mgnb .gnb > li .lnb-box .lnb-list1 > li > .lnb-list2 li > a {
    position: relative;
    color: var(--Greyscale7);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /*** mGNB Over ***/
  .mgnb-con.on:before {
    opacity: 1;
    z-index: 999;
    -webkit-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
  }
  .mgnb-con.on .mgnb-box {
    transform: translateX(0);
  }

  .siteLink-wrap {
    display: none;
  }

  .sitemap-layer .menu-list-wrap .lnb-box .inner {
    padding: 0;
  }
  .gnb-box .gnb > li .lnb-box .inner::before {
    display: none;
  }
  .gnb-box .gnb > li .lnb-box .gnb-left {
    display: none;
  }
  .gnb-box .gnb > li .lnb-box::before {
    left: 25%;
  }
  .gnb-box .gnb > li .lnb-box::after {
    right: 25%;
  }
  .gnb-box .gnb > li .lnb-list1 {
    padding: 20px 0;
  }


}

@media only screen and (max-width: 1200px) {
  .mgnb-con .mgnb-box{width: 100%;}
}


/* 이미지첨부 */
.image_plus {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px; /* 스크롤바 공간 확보 */
}
.plus_tab {
  cursor: pointer;
  flex: 0 0 110px; /* 고정 너비 */
  height: 110px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 2px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center; /* 텍스트 중앙 정렬 */
}
.plus_tab > p {
  font-size: 12px;
  color: #7E7E7E;
  margin: 0;
}
.image_tab {
  position: relative;
  flex: 0 0 110px; /* 고정 너비 */
  height: 110px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  background-color: #F1F3F5;
  box-sizing: border-box;
  overflow: hidden;
}
.image_tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_tab button {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  object-fit: contain;
  cursor: pointer;
  border: none;
  padding: 0;
}


/* 이미지박스 */
.img-box{max-width: 100%;}

/* 커뮤니티>정책정보>상세 */
.info-hd{
  position:relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
  border: 1px solid var(--Stroke);
  padding: 40px;
  box-sizing: border-box;
  border-radius: var(--Radius);
}
.info-hd button.bookmark{position:absolute;right: 40px;top: 44px;background:url('/static/assets/jnitalk/img/sub/bookmark.svg') center no-repeat;}
.info-hd button.bookmark.on{background:url('/static/assets/jnitalk/img/sub/bookmark-fill.svg') center no-repeat;}
.info-hd .tit{
  font-weight: 600;
  margin-top: 8px;
  font-size: 21px;
}
.info-hd dl{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: var(--font-size-t);
}
.info-hd dl dt:after{content:'';display: inline-block;width: 1px;height: 13px;background: var(--Stroke);margin-left: 8px;top: 1px;position: relative;}
.card-tag{display: flex;flex-wrap: wrap;gap: 5px;width: calc(100% - 80px);}
.badge-info{
  border: 1px solid #3366cc;
  color: #3366cc;
  border-radius: 100px;
  padding: 5px 16px;
  font-size: var(--font-size-t);
}
/* 정책정보 카테고리별 뱃지 색상 */
.badge.category1{background: #E0F7FA; color: #00838F; border-radius: 100px; padding: 5px 16px; font-size: var(--font-size-t); font-weight: 500;}
.badge.category2{background: #FFF3F3; color: #FE4E4E; border-radius: 100px; padding: 5px 16px; font-size: var(--font-size-t); font-weight: 500;}
.badge.category3{background: #F3F3FF; color: #5B88F5; border-radius: 100px; padding: 5px 16px; font-size: var(--font-size-t); font-weight: 500;}
.badge.category4{background: #F2EEFC; color: #632CCE; border-radius: 100px; padding: 5px 16px; font-size: var(--font-size-t); font-weight: 500;}
.badge.category5{background: #F2FFF2; color: #2CCE2C; border-radius: 100px; padding: 5px 16px; font-size: var(--font-size-t); font-weight: 500;}

@media (max-width: 992px) {
  .info-hd{padding: 30px;}
  .info-hd .tit{font-size: var(--font-size-big);}
  .badge-info{font-size: var(--font-size-m);padding: 6px 15px 4px;}
  .info-hd button.bookmark{top: 34px;}
}

@media (max-width: 576px) {
  .info-hd {
    padding: 20px;
  }
  .info-hd .tit {
    font-size: var(--font-size);
  }
  .info-hd button.bookmark{top: 24px;right: 20px;}
}

/* ===== Font Icon 기본 스타일 (PC 네비게이션용) ===== */
.icon-base {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  vertical-align: middle;
}

.icon-md {
  font-size: 1.25rem; /* 20px */
  width: 1.25rem;
  height: 1.25rem;
}

/* ===== 알림 배지 스타일 (PC/모바일 통합 최적화) ===== */
.badge-notifications {
  position: absolute !important;
  top: -2px;
  right: -6px;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid white !important;
  border-radius: 50% !important;
  background-color: #dc3545 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  z-index: 1001 !important;
  contain: layout style paint !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
  display: block !important;
}

/* 데스크탑 알림 버튼 배지 위치 조정 */
#alarm-btn-desktop .badge-notifications {
  top: -4px;
  right: 8px;
}

/* 모바일 알림 버튼 배지 위치 조정 */
#alarm-btn-mobile .badge-notifications {
  top: -2px;
  right: -4px;
}

/* 모바일 서브 알림 버튼 배지 위치 조정 */
#alarm-btn-mobile-sub .badge-notifications {
  top: -2px;
  right: -4px;
}

/* 로그아웃 링크/버튼 스타일 보호 */
#exit-header .link-group li a,
#exit-header .link-group li button {
  position: relative;
  /* 배지 영향 차단 */
  border: none !important;
  outline: none !important;
}

/* 새 알림 애니메이션 효과 (펄스) */
@keyframes badge-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.badge-notifications.new-notification {
  animation: badge-pulse 0.6s ease-in-out 3;
}

/* =========================================================================
 * JWT 인증 기반 UI 제어 - 원래 방식 복원 (PC용)
 * Body 클래스 기반으로 전역 상태 제어
 * ========================================================================= */

/* 기본 상태: 로그아웃 (원래 방식) */
.login-required.auth-toggle-element {
  display: none !important;
}

.logout-required.auth-toggle-element {
  display: block !important;
}

/* mgnb-quick 내부의 item은 flex 유지 */
.mgnb-quick .item.logout-required.auth-toggle-element {
  display: flex !important;
}

/* 로그인 상태에서는 숨김 */
.user-logged-in .mgnb-quick .item.logout-required.auth-toggle-element {
  display: none !important;
}

/* 로그인 상태: body에 .user-logged-in 클래스가 있을 때 */
.user-logged-in .login-required.auth-toggle-element {
  display: block !important;
}

.user-logged-in .logout-required.auth-toggle-element {
  display: none !important;
}

/* 리스트 아이템 특별 처리 */
.user-logged-in li.login-required.auth-toggle-element {
  display: list-item !important;
}

/* 인라인 블록 요소 처리 */
.user-logged-in span.login-required.auth-toggle-element,
.user-logged-in button.login-required.auth-toggle-element,
.user-logged-in a.login-required.auth-toggle-element {
  display: inline-block !important;
}

/* 기타 블록 요소 처리 */
.user-logged-in div.login-required.auth-toggle-element {
  display: flex !important;
}

/* =========================================================================
 * GIS 지도 현재 위치 마커 스타일
 * ========================================================================= */

/* 현재 위치 마커 컨테이너 */
.current-location-marker {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 중앙 점 (실제 위치) */
.current-location-dot {
  width: 12px;
  height: 12px;
  background-color: #1E90FF;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(30, 144, 255, 0.4);
}

/* 맥박 효과 */
.current-location-pulse {
  width: 30px;
  height: 30px;
  background-color: rgba(30, 144, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  animation: current-location-pulse 2s infinite ease-out;
  z-index: 1;
}

/* 맥박 애니메이션 */
@keyframes current-location-pulse {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

