/******************
    공제금 신청
******************/
.application-con > ul {}

.application-con > ul > li {}

.title-head {}

.title-head > h2 {}

.desc {}

ul.bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.bullet-list > li {
    position: relative;
    padding-left: 1rem;
    word-break: keep-all;
    font-family: Inter;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0%;
    color: var(--color-gray)
}

ul.bullet-list > li:last-child {
    margin-bottom: 0;
}

ul.bullet-list > li::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 10rem;
    background-color: #555;
}

.guide-box {
    display: flex;
    padding: 0.7rem 2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.6rem;
}

.guide-txt {
    font-family: Inter;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.4rem;
    letter-spacing: 0%;
    color: #646464;
    flex: 1;
}

.application-txt {}

.step-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.2rem;
}

.step-list > li {}

.step-list > li.box {
    flex: 1;
    flex-shrink: 0;
    aspect-ratio: 90 / 73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    position: relative;
    overflow: visible;
}

.step-list > li + li::after {
    content: '';
    top: 50%;
    left: -1.1rem;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0.4rem;
    height: 0.9rem;
    background: url(../assets/img/icon_arr_right_s.png) no-repeat center/cover;
}



/*************************
    branch search page
**************************/
.search-con {}

.search-input-wrap {
    margin-bottom: 1.6rem;
}

.search-input-wrap form {
    position: relative;
    border-radius: 1.5rem;
    padding: 1.2rem 2.4rem;
}

.search-input-wrap input[type="text"] {
    height: 2rem;
    background: transparent;
    color: var(--color-gray);
    font-family: Inter;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    width: calc(100% - 2.4rem);
}

.search-btn {
    width: 1.9rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-btn img {}

.branch-list {}

.branch-list > li {}

.branch-item-card {}

.branch {
    margin-bottom: 3rem;
}

.branch-name {
    font-family: Inter;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--brand-color);
    margin-bottom: 0.9rem;
}

.branch-addr {
    font-family: Inter;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-gray);
}

.branch-info {}

.branch-info-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.branch-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.7rem;
}

.branch-badge {
    width: 6rem;
    height: 2rem;
    border-radius: 6rem;
    border: 1px solid var(--color-gray);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-gray);
}

.branch-badge.inquiry {}

.branch-badge.application {}

.branch-data {
    font-family: Inter;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.1rem;
    letter-spacing: 0%;
    color: var(--color-gray);
    flex: 1;
}

.inquiry-data {}

.application-data {}

.application-data p {}

.notice-item {}

.branch-notice {}

.branch-empty {}

.branch-empty p {
    font-family: Inter;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-gray);
}


.digital-card-wrap .bullet-list {
    padding-left: 0.6rem;
}


/*************************
    job_list card style
**************************/

.job-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-card-item {}

.job-card-link {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  overflow: visible;
}

.job-card-top {}

.job-career-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  width: 4.8rem;
  height: 2.2rem;
  border-radius: 50rem;
}

.job-title {
  margin-top: 1.2rem;
  color: var(--brand-color);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  border-bottom: 1px solid var(--brand-color);
  padding-bottom: 1rem;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.job-meta-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.job-meta-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0;
}

.job-meta-item.deadline {
  justify-content: flex-end;
}

.job-meta-label {
  flex-shrink: 0;
  width: 6.7rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  color: var(--brand-color);
  border-radius: 50rem;
  border: 1px solid var(--brand-color);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  box-sizing: border-box;
}

.job-meta-value {
  color: var(--color-dark);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  word-break: initial;
}

.job-date {
  color: var(--color-dark);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: auto;
  flex-shrink: 0;
  word-break: initial;
  flex: 1;
  text-align: right;
}
.job-empty {
  padding: 2.4rem;
  text-align: center;
}

.pagination-wrap {
  position: static !important;
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.page-btn {}

.page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.page-list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-num, .page-btn, .page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-decoration: none;
  color: var(--color-gray);
  font-size: 1.2rem;
  border: 1px solid var(--color-gray);
  box-sizing: border-box;
    display: grid;
    place-items: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0%;
    text-align: center;
    line-height: 0;
    position: relative;
}

.page-num.is-active {
  border-color: var(--brand-color);
  color: var(--brand-color);
}

.page-btn {
    background: var(--brand-color);
    border: 1px solid var(--brand-color);

}

/*************************
    job search / custom sort
**************************/

.job-search-wrap {
  margin-bottom: 1.6rem;
}

.job-search-form-row {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}

.job-search-box {
  flex: 1;
  min-width: 0;
  height: 4.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 1.6rem;
  background: #f8f9fa;
  border-radius: 1.5rem;
  box-sizing: border-box;
}

.job-search-btn {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.job-search-btn img {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
}

#job-search-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  color: #555;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1;
}

#job-search-input::placeholder {
  color: #8b8b8b;
}

.job-sort-box {
  position: relative;
  width: 11.2rem;
  flex-shrink: 0;
}

.job-sort-trigger {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.4rem;
  border: 0;
  background: #f8f9fa;
  border-radius: 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  cursor: pointer;
}

.job-sort-trigger-text {
  color: #555;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
  white-space: nowrap;
}

.job-sort-arrow {
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1.5px solid #555;
  border-bottom: 1.5px solid #555;
  transform: rotate(45deg) translateY(-1px);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.job-sort-box.is-open .job-sort-arrow {
  transform: rotate(-135deg) translateY(-1px);
}

.job-sort-dropdown {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  width: 100%;
  padding: 0.8rem 0;
  background: #f8f9fa;
  box-shadow: 0 2px 5.5px rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  z-index: 20;
  box-sizing: border-box;
}

.job-sort-option {
  width: 100%;
  min-height: 2.7rem;
  padding: 0 2rem;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #555;
  transition: color 0.2s ease;
}

.job-sort-option:hover,
.job-sort-option:focus,
.job-sort-option.is-active {
  color: var(--brand-color);
}

.job-sort-option:focus {
  outline: none;
}

@media (max-width: 359px) {
  .job-search-form-row {
    gap: 0.8rem;
  }

  .job-sort-box {
    width: 10.4rem;
  }

  .job-search-box,
  .job-sort-trigger {
    height: 4.4rem;
  }
}


/*************************
    job_detail.php
**************************/

.job-wrap {}

.job-detail-section {}

.job-detail-caption {
    font-family: Inter;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-gray);
    margin-bottom: 1.6rem;
}

.sub-title {}

.job-detail-title {}

.job-detail-box {}

.job-empty {}

.job-detail-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.job-detail-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.job-detail-label {
    flex: 1;
    flex-shrink: 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--brand-color);
}

.job-detail-value {
    flex: 3.2;
    font-family: Inter;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--color-gray);
}

.job-detail-btn-wrap {}

.job-btn {}

.job-btn.primary {}

.job-btn.secondary a {
    margin-top: 1.2rem;
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    background: #fff;
}

.job-btn.disabled {}













/*******************
    noti_list.php
********************/
.notiWrap .noti-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem 1.2rem
}

.noti-item {}
.noti-item a {
  border-radius: 1rem;
  background: #fff;
  width: 100%;
  aspect-ratio: 104 / 95;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 1px 3px 4px 1px #00000005;
}
.noti-item .icon {}
.noti-item a strong {
  font-family: Pretendard;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #212529
}

/*******************
    noti_view.php
********************/
.noti-view-wrap {}

.noti-view-lists {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.noti-view-item {
    width: 100%;
    background: #fff;
    padding: 2.4rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 2px 2px 4.1px -2px #0000002E;
    display: flex;
    flex-direction: column;
    gap: 5.2rem;
}
.noti-cate {
    position: relative;
}

.noti-cate::after {
    content: '';
    position: absolute;
    /* border: 0.5px solid; */
    height: 0.05rem;
    width: 15.1rem;
    left: 50%;
    bottom: -2.6rem;
    transform: translateX(-50%);
    background: #6c757d45;
}

.noti-cate h4 {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #19408E;
    margin-bottom: 1.1rem;
}
.noti-cate p {
    font-family: Pretendard;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    line-height: 1.6;
}

.noti-info {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
}

.noti-info dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6rem;
    width: 100%;
}
.noti-info dt {
    flex-shrink: 0;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    background: #19408e;
    width: 5.4rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
}
.noti-info dd {
    flex: 1;
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-family: Pretendard;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0%;
    color: #6C757D;
}


/*******************
    app_list.php
********************/
.app-list-section + .app-list-section {
    margin-top: 3.2rem;
}

.app-list-section .category {font-family: Pretendard;font-weight: 400;font-size: 14px;line-height: 100%;letter-spacing: 0%;color: #212529;margin-bottom: 1.5rem;}

.app-card {display: flex;align-items: center;justify-content: center;gap: 1.6rem;}

.app-card .icon {width: 2.4rem;height: 2.4rem;}


.app-card .name {font-family: Pretendard;font-weight: 500;font-size: 15px;;line-height: 100%;letter-spacing: 0%;color: #212529;}



/**********************
    counsel_list.php
***********************/
.counsel-list-wrap h3 {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    /* color: red; */
}



/**********************
    notice_list.php
***********************/
.notice-con {
}

.notice-con .title-head {
}

c {
}

.notice-con .grid1 {
}

.notice-con .grid1 li {
}

.notice-con .grid1 li.box {
}

.notice-con .cate {
}

.notice-con .cate h4 {font-family: Pretendard;font-weight: 600;font-size: 1.3rem;line-height: 100%;letter-spacing: 0%;color: #212529;margin-bottom: 1.3rem;}

.notice-con .notice-desc {font-family: Pretendard;font-weight: 400;font-size: 1.1rem;line-height: 2.1rem;letter-spacing: 0%;color: #6C757D;margin-bottom: 1.6rem;}

.notice-con .desc {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    counter-reset: notice-num;
}

.notice-con .desc p {
    font-family: Pretendard;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: 0%;
    color: #6C757D;
    padding-left: 1.6rem;
    position: relative;
}

.notice-con .desc p::before {
    content: counter(notice-num) ".";
    counter-increment: notice-num;
    position: absolute;
    left: 0;
    top: 0;
}

.notice-con .tel {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #212529;
    margin-top: 1.6rem
}