/* 서브페이지 헤더 */
#sub {
  word-break: keep-all;
}
#sub_visual {
  width: 100%;
  height: 360px;
  position: relative;
  top: 0;
  overflow: visible;
}
#sub_visual .sub_visual_bg {
  height: 100%;
}
#sub_visual .sub_nav_home {
  width: 24px;
  height: 19px;
}
.container {
  height: calc(100% + 4rem);
}
.sub_nav {
  margin-bottom: 4rem;
}
.sub_title {
  line-height: 6rem;
}
.sub_nav p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #fff;
}
.sub_nav .dot {
  margin: 8px 20px;
}
.selectBox1 {
  position: relative;
}
.selectBox1 .label {
  padding-right: 2.5rem;
  border: none;
  text-align: left;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5rem;
  background: url(/images/ico_sub_nav_arr.png) 100% no-repeat;
  background-size: 12px;
  background-position-y: 0.5rem;
  cursor: pointer;
  color: #fff;
}
.selectBox1 .label.main {
  background: url(/images/ico_sub_nav_arr.png) 100% no-repeat;
  background-size: 12px;
  background-position-y: 0.5rem;
}

.selectBox1 .optionList {
  position: absolute;
  display: none;
  width: 16rem;
  margin-top: 15px;
  margin-left: -10px;
  padding: 20px 20px;
  border: 1px solid #104899;
  border-radius: 10px;
  /* box-shadow: 5px 5px 0 #e8e8e8; */
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 20;
}
.selectBox1 .optionList.on {
  display: block;
}
.label:active + .optionList {
  display: block;
}
.selectBox1 .optionItem {
  border: none;
  background-color: #ffffff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 7px 0;
  cursor: pointer;
  color: #000;
  text-align: left;
}
.selectBox1 .optionItem:hover {
  color: #104899;
}

/* 서브페이지 타이틀 배경 */
#sub .board_list_title {
  border-bottom: 1px solid #cecece;
  padding: 75px 0;
}
#sub .board_list_title div {
  margin-top: 7rem;
  width: 60%;
}
#sub .board_list_warp .con_box {
  margin: 7rem 0;
}
#sub .board_list_warp .con_box .content_txt {
  margin-bottom: 6.5rem;
}
#sub .board_list_warp .con_box .content_txt .content_txt_tit {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
/* 260715 수정*/
/*  ///////////////// */
.program-guide {
  background: #fff;
  color: #222;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.program-guide__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.program-guide__title {
  margin-bottom: 36px;
  text-align: center;
}

.program-guide__title h2 {
  margin: 0;
  color: #0d2f61;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -2px;
}

.program-guide__title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.program-guide__title-line span {
  width: 42%;
  height: 1px;
  background: #cbd9ed;
}

.program-guide__title-line i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2e67b2;
}

.program-guide__title-line i:first-of-type,
.program-guide__title-line i:last-of-type {
  background: #aec8ed;
}

.guide-card {
  overflow: hidden;
  border: 1px solid #d6e1f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(18, 57, 105, 0.04);
}

.guide-card--payment {
  margin-bottom: 24px;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.guide-card__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px 0;
}

.guide-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #144d9c, #2872c7);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.guide-card__heading h3 {
  margin: 0;
  color: #1251a1;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
}

.guide-card__body {
  padding: 24px 34px 36px;
}

.guide-card__body--payment {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.guide-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1f6fd, #e5eef9);
}

.icon-placeholder {
  padding: 8px;
  color: #1d579e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.guide-payment {
  min-width: 0;
}

.guide-info-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-bottom: 1px dashed #cdd5df;
}

.guide-info-row:last-child {
  border-bottom: 0;
}

.guide-info-row__label {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 10px 0 0 10px;
  background: #edf4fd;
  color: #1553a1;
  font-size: 18px;
  font-weight: 700;
}

.guide-info-row__content {
  padding: 15px 22px;
  font-size: 18px;
  line-height: 1.7;
}

.guide-info-row--top {
  margin-top: 14px;
}

.guide-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-list > li {
  position: relative;
  padding-left: 18px;
  line-height: 1.65;
}

.guide-list > li + li {
  margin-top: 5px;
}

.guide-list > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1763b7;
  content: "";
}

.bank-info {
  margin-top: 2px;
}

.bank-info p {
  margin: 0;
}

.guide-notice {
  margin: 12px 0 0;
  color: #1457a5;
  font-size: 16px;
  font-weight: 700;
}

.guide-card__body--split {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  min-height: 420px;
}

.guide-card__content--border {
  padding-left: 30px;
  border-left: 1px solid #d9e2ef;
}

.guide-card__subtitle {
  width: fit-content;
  min-width: 145px;
  margin: 0 auto 20px;
  padding: 9px 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2c69b8, #719ed5);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.guide-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-step-list li {
  display: flex;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px dashed #cdd5df;
}

.guide-step-list li:last-child {
  border-bottom: 0;
}

.guide-step-list__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: #2164b4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.guide-step-list strong {
  color: #164e96;
  font-size: 17px;
}

.guide-step-list p {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.adjustment-section + .adjustment-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #cdd5df;
}

.adjustment-section .guide-card__subtitle {
  margin-bottom: 14px;
}

.adjustment-section .guide-list {
  font-size: 16px;
}

.guide-card--rules {
  margin-bottom: 24px;
}

.guide-card__body--rules {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.rule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rule-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  min-height: 70px;
  border-bottom: 1px dashed #cdd5df;
}

.rule-list li:last-child {
  border-bottom: 0;
}

.rule-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2b68b8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.rule-list p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.program-guide__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f0f5fc, #e5eef9, #f0f5fc);
  color: #173f77;
}

.program-guide__footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 32px;
  padding: 0 7px;
  border: 2px solid #7195c3;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.program-guide__footer p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

/* 태블릿 */
@media (max-width: 1024px) {
  .program-guide__title h2 {
    font-size: 44px;
  }

  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .guide-card__body--split {
    min-height: auto;
  }
}

/* 모바일 */
@media (max-width: 768px) {
  .program-guide {
    padding: 70px 15px;
  }

  .program-guide__title {
    margin-bottom: 25px;
  }

  .program-guide__title h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .program-guide__title-line {
    margin-top: 20px;
  }

  .guide-card {
    border-radius: 16px;
  }

  .guide-card__heading {
    gap: 10px;
    padding: 16px 16px 0;
  }

  .guide-card__number {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    font-size: 20px;
  }

  .guide-card__heading h3 {
    font-size: 24px;
  }

  .guide-card__body {
    padding: 22px 18px 28px;
  }

  .guide-card__body--payment,
  .guide-card__body--split,
  .guide-card__body--rules {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .guide-card__icon {
    min-height: 110px;
    border-radius: 14px;
  }

  .guide-card__content--border {
    padding-left: 0;
    border-left: 0;
  }

  .guide-info-row {
    grid-template-columns: 1fr;
  }

  .guide-info-row__label {
    justify-content: flex-start;
    min-height: auto;
    border-radius: 8px;
  }

  .guide-info-row__content {
    padding: 14px 6px 20px;
    font-size: 16px;
  }

  .rule-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 72px;
  }

  .rule-list p {
    font-size: 15px;
  }

  .program-guide__footer {
    align-items: flex-start;
  }

  .program-guide__footer p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* =========================
   프로그램 이용안내 (program_guide)
========================= */

.program-guide {
  width: 100%;
}

.program-guide-section {
  padding: 75px 20px 120px;
  box-sizing: border-box;
  width: 100%;
}

.sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-title {
  margin-bottom: 40px;
  text-align: center;
}

.sub-title h2 {
  margin: 0;
  color: #222;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

/* =========================
   프로그램 이용안내 표
========================= */

.program-guide-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.program-guide-table {
  width: 100%;
  min-width: 760px;
  border-top: 2px solid #333;
  border-collapse: collapse;
  table-layout: fixed;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.program-guide-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.program-guide-table col.program-guide-label {
  width: 220px;
}

.program-guide-table th,
.program-guide-table td {
  padding: 24px 28px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  vertical-align: top;
}

.program-guide-table th:last-child,
.program-guide-table td:last-child {
  border-right: 0;
}

.program-guide-table thead th {
  padding: 18px 20px;
  color: #222;
  background: #f5f7f9;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.program-guide-table tbody th {
  color: #222;
  background: #f9fafb;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.program-guide-table tbody td {
  background: #fff;
}

.program-guide-table ol {
  padding: 0;
  margin: 0;
  padding-left: 22px;
}

.program-guide-table li + li {
  margin-top: 6px;
}

.program-guide-table span {
  color: #666;
}

.guide-block + .guide-block {
  margin-top: 24px;
}

.guide-block strong {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-weight: 700;
}

.guide-block > span {
  /* display: block; */
}

.table-notice {
  position: relative;
  margin: 8px 0 0;
  padding-left: 18px;
  color: #e45454;
  font-size: 14px;
  line-height: 1.6;
}

.table-notice::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

/* =========================
   반응형
========================= */

@media screen and (max-width: 1024px) {
  .program-guide-section {
    padding: 70px 20px 100px;
  }

  .sub-title h2 {
    font-size: 34px;
  }

  .program-guide-table col.program-guide-label {
    width: 190px;
  }

  .program-guide-table th,
  .program-guide-table td {
    padding: 22px 24px;
  }
}

@media screen and (max-width: 768px) {
  .program-guide-section {
    padding: 55px 16px 80px;
  }

  .sub-title {
    margin-bottom: 28px;
  }

  .sub-title h2 {
    font-size: 28px;
  }

  .program-guide-table {
    min-width: 680px;
    font-size: 14px;
  }

  .program-guide-table col.program-guide-label {
    width: 160px;
  }

  .program-guide-table th,
  .program-guide-table td {
    padding: 18px 20px;
  }

  .program-guide-table thead th {
    font-size: 15px;
  }

  .table-notice {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .program-guide-section {
    padding: 45px 12px 65px;
  }

  .sub-title h2 {
    font-size: 24px;
  }

  .sub-visual {
    height: 160px;
  }

  .sub-visual h1 {
    font-size: 28px;
  }

  .sub-tab-inner a {
    min-height: 52px;
    font-size: 13px;
  }
}

/* =========================
   인권보호(human_right)
========================= */

.human-rights {
  width: 100%;
}

.human-rights-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 20px 110px;
  box-sizing: border-box;
}

/* 페이지 제목 */

.human-rights .sub-title {
  margin-bottom: 70px;
  text-align: center;
}

.human-rights .sub-title h2 {
  margin: 0;
  color: #111;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

/* =========================
   상단 소개문
========================= */

.human-rights-intro {
  margin-bottom: 55px;
  padding: 34px;
  background: #f7f7f7;
  border-radius: 14px;
  box-sizing: border-box;
  text-align: center;
}

.human-rights-intro p {
  margin: 0;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  word-break: keep-all;
}

/* =========================
   내용 영역
========================= */

.rights-content-block {
  margin-top: 65px;
}

.rights-content-block:first-of-type {
  margin-top: 0;
}

.rights-content-block h3 {
  margin: 0 0 24px;
  padding-bottom: 13px;
  border-bottom: 2px solid #2588bd;
  color: #2588bd;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

/* =========================
   인권 및 권리 목록
========================= */

.rights-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.rights-list > li {
  position: relative;
  margin-top: 25px;
  padding-left: 13px;
}

.rights-list > li:first-child {
  margin-top: 0;
}

.rights-list > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  content: "";
}

.rights-list strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.rights-list p {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  word-break: keep-all;
}

/* =========================
   고충처리제도
========================= */

.rights-description {
  padding: 0 15px;
}

.rights-description > p {
  margin: 0 0 20px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  word-break: keep-all;
}

.rights-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rights-description li {
  position: relative;
  padding-left: 13px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.rights-description li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  content: "";
}

.rights-description strong {
  color: #222;
  font-weight: 700;
}

/* =========================
   도움 받을 수 있는 기관
========================= */

.rights-agency-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}

.rights-agency-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding-left: 13px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

.rights-agency-list li:first-child {
  margin-top: 0;
}

.rights-agency-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  content: "";
}

.rights-agency-list strong {
  color: #222;
  font-weight: 700;
}

.rights-agency-list span {
  color: #444;
}

.rights-agency-list a {
  color: #444;
  text-decoration: none;
}

.rights-agency-list a:hover {
  color: #2588bd;
  text-decoration: underline;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .human-rights-section {
    padding: 65px 30px 90px;
  }

  .human-rights .sub-title {
    margin-bottom: 55px;
  }

  .human-rights .sub-title h2 {
    font-size: 34px;
  }

  .human-rights-intro {
    margin-bottom: 50px;
    padding: 30px 35px;
  }

  .rights-content-block {
    margin-top: 55px;
  }

  .rights-content-block h3 {
    font-size: 22px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .human-rights-section {
    padding: 50px 18px 75px;
  }

  .human-rights .sub-title {
    margin-bottom: 38px;
  }

  .human-rights .sub-title h2 {
    font-size: 28px;
  }

  .human-rights-intro {
    margin-bottom: 40px;
    padding: 25px 20px;
    border-radius: 10px;
  }

  .human-rights-intro p {
    font-size: 14px;
    line-height: 1.8;
  }

  .rights-content-block {
    margin-top: 45px;
  }

  .rights-content-block h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    word-break: keep-all;
  }

  .rights-list,
  .rights-agency-list {
    padding: 0 5px;
  }

  .rights-description {
    padding: 0 5px;
  }

  .rights-list > li {
    margin-top: 22px;
  }

  .rights-list strong {
    font-size: 15px;
  }

  .rights-list p,
  .rights-description > p,
  .rights-description li,
  .rights-agency-list li {
    font-size: 14px;
    line-height: 1.75;
  }

  .rights-agency-list li {
    display: block;
  }

  .rights-agency-list strong,
  .rights-agency-list span,
  .rights-agency-list a {
    display: inline;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .human-rights-section {
    padding: 42px 14px 60px;
  }

  .human-rights .sub-title h2 {
    font-size: 25px;
  }

  .human-rights-intro {
    padding: 22px 16px;
  }

  .rights-content-block h3 {
    font-size: 18px;
  }
}

/* =========================
   프로그램 신청안내(program_apply)
========================= */

.program-apply {
  width: 100%;
}

.program-apply-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 20px 110px;
  box-sizing: border-box;
}

/* 신청 절차 영역 */

.apply-process {
  width: 100%;
  margin-top: 70px;
}

.apply-process:first-child {
  margin-top: 0;
}

.apply-process-title {
  margin: 0 0 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #777;
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

/* 절차 목록 */

.apply-step-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  list-style: none;
}

.apply-step-list-five {
  grid-template-columns: repeat(5, 1fr);
}

.apply-step-item {
  min-width: 0;
  padding: 22px 10px 20px;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  text-align: center;
}

.apply-step-item:first-child {
  border-left: 0;
}

.apply-step-number {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.apply-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
}

.apply-step-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apply-step-name {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
}

/* 단계별 색상 */

.apply-process-green .apply-step-number {
  color: #35ad5a;
}

.apply-process-blue .apply-step-number {
  color: #309cd6;
}

.apply-process-orange .apply-step-number {
  color: #ff8b60;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .program-apply-section {
    padding: 0 30px 90px;
  }

  .apply-process {
    margin-top: 60px;
  }

  .apply-process-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 22px;
  }

  .apply-step-list,
  .apply-step-list-five {
    grid-template-columns: repeat(4, 1fr);
  }

  .apply-step-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .apply-step-item:nth-child(4n + 1) {
    border-left: 0;
  }

  .apply-step-item:nth-last-child(-n + 4) {
    /* border-bottom: 0; */
  }

  .apply-step-list-five .apply-step-item:nth-last-child(-n + 4) {
    border-bottom: 1px solid #e5e5e5;
  }

  .apply-step-list-five .apply-step-item:last-child {
    border-bottom: 0;
    border-left: 0;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .program-apply-section {
    padding: 0 18px 75px;
  }

  .apply-process {
    margin-top: 48px;
  }

  .apply-process-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 19px;
  }

  .apply-step-list,
  .apply-step-list-five {
    grid-template-columns: repeat(2, 1fr);
  }

  .apply-step-item {
    padding: 20px 8px 18px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .apply-step-item:nth-child(odd) {
    border-left: 0;
  }

  .apply-step-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .apply-step-list:not(.apply-step-list-five) .apply-step-item:last-child {
    border-left: 0;
  }

  .apply-step-list-five .apply-step-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e5e5e5;
  }

  .apply-step-list-five .apply-step-item:last-child {
    border-bottom: 0;
    border-left: 0;
  }

  .apply-step-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
  }

  .apply-step-number {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .apply-step-name {
    font-size: 13px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .program-apply-section {
    padding: 0 14px 60px;
  }

  .apply-process-title {
    font-size: 18px;
  }

  .apply-step-item {
    padding: 18px 6px 16px;
  }

  .apply-step-icon {
    width: 50px;
    height: 50px;
  }

  .apply-step-name {
    font-size: 12px;
  }
}

/* =========================
   자립재활운동사업(rehab)
========================= */

.rehab {
  width: 100%;
}

.rehab-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 100px;
  box-sizing: border-box;
}

/* 페이지 제목 */

.rehab .sub-title {
  margin: 0;
  text-align: center;
}

.rehab .sub-title h2 {
  margin: 0 0 75px;
  color: #111;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

/* 프로그램 영역 */

.rehab-group {
  margin-top: 90px;
}

.rehab-group:first-of-type {
  margin-top: 0;
}

/* 프로그램 제목 */

.rehab-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
}

.rehab-head span {
  flex-shrink: 0;
  color: #0785d1;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.rehab-head h3 {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

/* 사업 특징 목록 */

.rehab-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 55px;
  padding: 0;
  list-style: none;
}

.rehab-info-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 55px 18px 24px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  word-break: keep-all;
}

.rehab-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 22px;
  height: 8px;
  border-right: 2px solid #0985d1;
  border-bottom: 2px solid #0985d1;
  transform: translateY(-70%) skewX(45deg);
}

.rehab-info-list-two {
  grid-template-columns: repeat(2, 1fr);
}

/* 진행 과정 전체 */

.rehab-process {
  width: 100%;
  margin: 55px 0 0;
  padding: 65px 55px 42px;

  background: #f1f7fc;
  box-sizing: border-box;

  /* 화면 전체 너비처럼 배경 확장 */
  box-shadow: 0 0 0 100vmax #f1f7fc;
  clip-path: inset(0 -100vmax);
}

.rehab-step-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rehab-step-list-four {
  grid-template-columns: repeat(4, 1fr);
}

/* .rehab-step-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: #bddcf3;
} */
/* 각 단계 */

.rehab-step {
  position: relative;
  min-width: 0;
  /* padding: 34px 15px 0; */
  box-sizing: border-box;
  text-align: center;
}

/* 단계 연결선 */

/* .rehab-step::before {
  display: none;
} */
/* 
.rehab-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  z-index: 2;

  width: 7px;
  height: 7px;

  border-top: 1px solid #bddcf3;
  border-right: 1px solid #bddcf3;

  background: #eef5fc;
  transform: rotate(45deg);
} */
.rehab-step:first-child::before {
  left: 50%;
  width: 50%;
}

.rehab-step:last-child::before {
  width: 50%;
}

/* 마지막 화살표 */

/* .rehab-step:last-child::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #68b5e5;
  border-right: 2px solid #68b5e5;
  transform: rotate(45deg);
} */

/* 단계 원 */

.rehab-dot {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;

  width: 16px;
  height: 16px;

  border: 1px solid #0a85d1;
  border-radius: 50%;

  background: radial-gradient(circle at center, #0a85d1 0 4px, #fff 4.5px 100%);

  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
/* .rehab-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 8px;
  height: 8px;

  border-radius: 50%;
  background: #1880C5;

  transform: translate(-50%, -50%);
} */
/* 단계 라벨 */

.rehab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 64px;
  height: 22px;
  margin-bottom: 20px;
  padding: 20px 40px;

  border-radius: 20px;
  /* background: #1880c5; */

  box-sizing: border-box;

  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

/* 단계 제목 */
.rehab-step strong {
  display: block;
  min-height: 30px;
  margin-bottom: 14px;

  color: #1880c5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;

  word-break: keep-all;
}

/* 단계별 색상 */
.rehab-step:nth-child(1) .rehab-label {
    background: #5B8FF9;   /* 0단계 */
}

.rehab-step:nth-child(2) .rehab-label {
    background: #36CFC9;   /* 1단계 */
}

.rehab-step:nth-child(3) .rehab-label {
    background: #52C41A;   /* 2단계 */
}

.rehab-step:nth-child(4) .rehab-label {
    background: #FAAD14;   /* 3단계 */
}

.rehab-step:nth-child(5) .rehab-label {
    background: #F56C6C;   /* 4단계 */
}

/* 0단계 */
.rehab-step:nth-child(1) strong {
    color: #5B8FF9;
}

/* 1단계 */
.rehab-step:nth-child(2) strong {
    color: #36CFC9;
}

/* 2단계 */
.rehab-step:nth-child(3) strong {
    color: #52C41A;
}

/* 3단계 */
.rehab-step:nth-child(4) strong {
    color: #FAAD14;
}

/* 4단계 */
.rehab-step:nth-child(5) strong {
    color: #F56C6C;
}

/* 단계 설명 */
.rehab-step p {
  margin: 0;

  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;

  word-break: keep-all;
}
/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .rehab-section {
    padding: 65px 30px 80px;
  }

  .rehab .sub-title h2 {
    margin-bottom: 60px;
    font-size: 38px;
  }

  .rehab-group {
    margin-top: 75px;
  }

  .rehab-head span,
  .rehab-head h3 {
    font-size: 23px;
  }

  .rehab-info-list {
    margin-bottom: 45px;
  }

  .rehab-info-list li {
    min-height: 76px;
    padding: 16px 48px 16px 20px;
    font-size: 15px;
  }

  .rehab-info-list li::after {
    right: 20px;
  }

  .rehab-process {
    padding: 55px 35px 45px;
  }

  .rehab-step {
    padding: 42px 8px 0;
  }

  .rehab-label {
    min-width: 78px;
    padding: 6px 13px;
    font-size: 12px;
  }

  .rehab-step strong {
    min-height: 52px;
    font-size: 16px;
  }

  .rehab-step p {
    font-size: 13px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .rehab-section {
    padding: 50px 18px 60px;
  }

  .rehab .sub-title h2 {
    margin-bottom: 45px;
    font-size: 32px;
  }

  .rehab-group {
    margin-top: 60px;
  }

  .rehab-head {
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .rehab-head span,
  .rehab-head h3 {
    font-size: 20px;
  }

  .rehab-info-list,
  .rehab-info-list-two {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 38px;
  }

  .rehab-info-list li {
    min-height: 64px;
    padding: 15px 45px 15px 17px;
    font-size: 14px;
  }

  .rehab-info-list li::after {
    right: 18px;
    width: 18px;
  }

  .rehab-process {
    margin-top: 40px;
    padding: 40px 20px 35px;
  }

  .rehab-step-list,
  .rehab-step-list-four {
    display: block;
  }

  .rehab-step {
    min-height: 130px;
    padding: 0 0 30px 55px;
    text-align: left;
  }

  .rehab-step:last-child {
    min-height: auto;
    padding-bottom: 0;
  }

  /* 세로 연결선 */

  .rehab-step::before,
  .rehab-step:first-child::before,
  .rehab-step:last-child::before {
    top: 0;
    left: 8px;
    width: 2px;
    height: 100%;
    background: #68b5e5;
  }

  .rehab-step:first-child::before {
    top: 8px;
    height: calc(100% - 8px);
  }

  .rehab-step:last-child::before {
    height: 8px;
  }

  .rehab-step:last-child::after {
    display: none;
  }

  .rehab-dot {
    top: 0;
    left: 9px;
    transform: translateX(-50%);
  }

  .rehab-label {
    min-width: 82px;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 5px 14px;
    font-size: 12px;
  }

  .rehab-step strong {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .rehab-step p {
    font-size: 13px;
    line-height: 1.6;
  }

  .rehab-step p br {
    display: none;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .rehab-section {
    padding: 40px 14px 50px;
  }

  .rehab .sub-title h2 {
    margin-bottom: 35px;
    font-size: 27px;
  }

  .rehab-group {
    margin-top: 50px;
  }

  .rehab-head span,
  .rehab-head h3 {
    font-size: 18px;
  }

  .rehab-info-list {
    margin-bottom: 30px;
  }

  .rehab-info-list li {
    padding: 14px 40px 14px 15px;
    font-size: 13px;
    line-height: 1.55;
  }

  .rehab-info-list li::after {
    right: 15px;
    width: 16px;
    height: 7px;
  }

  .rehab-process {
    margin-top: 30px;
    padding: 30px 14px 25px;
  }

  .rehab-step {
    min-height: 122px;
    padding-left: 48px;
  }

  .rehab-step strong {
    font-size: 15px;
  }

  .rehab-step p {
    font-size: 12px;
  }
}

/* =========================
   자립생활지원사업(independent)
========================= */
.independent .sub-title h2 {
  font-size: 42px;
}
.independent-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.independent-group {
  width: 100%;
  padding-top: 32px;
}

.independent-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.independent-info-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 55px 18px 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}

.independent-info-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 8px;
  border-right: 2px solid #0b84d8;
  border-bottom: 2px solid #0b84d8;
  transform: translateY(-70%) skewX(45deg);
}

.independent-diagram {
  width: 100%;
  margin-top: 60px;
}
.independent-diagram img {
  display: block;
  width:80%;
  max-width: 100%;
  height: auto;
  margin:0 auto;
}
/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .independent-info-list li {
    min-height: 70px;
    padding: 16px 48px 16px 18px;
    font-size: 15px;
  }

  .independent-diagram {
    margin-top: 50px;
    min-height: 430px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .independent-info-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .independent-info-list li {
    min-height: 64px;
    padding: 15px 42px 15px 16px;
    font-size: 14px;
  }

  .independent-diagram {
    margin-top: 40px;
    min-height: 300px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .independent-info-list li {
    min-height: 60px;
    padding: 14px 38px 14px 14px;
    font-size: 13px;
  }

  .independent-diagram {
    margin-top: 35px;
    min-height: 240px;
  }
}

/* =========================
   심리지원사업(psychology)
========================= */

.psychology {
  width: 100%;
}

.psychology-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.psychology-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 심리지원 다이어그램 */

.psychology-diagram {
  width: 100%;
  margin-bottom: 80px;
}

.psychology-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

/* 세부 프로그램 */

.psychology-program {
  width: 100%;
}

.psychology-program h3 {
  padding: 18px 20px;
  background: #0d84d9;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.psychology-table-wrap {
  width: 100%;
}

.psychology-table {
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.psychology-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.psychology-table th,
.psychology-table td {
  padding: 24px 26px;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  background: #fff;
}

.psychology-table th {
  width: 20%;
  background: #fff; /* 회색 제거 */
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #ececec; /* 가운데 세로선만 */
}

.psychology-table td {
  width: 80%;
  color: #444;
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .psychology-section {
    padding: 70px 0 100px;
  }

  .psychology-section .sub-content-inner {
    padding: 0 30px;
  }

  .psychology-diagram {
    margin-bottom: 60px;
  }

  .psychology-program h3 {
    font-size: 22px;
  }

  .psychology-table th {
    width: 160px;
    font-size: 17px;
  }

  .psychology-table td {
    font-size: 15px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .psychology-section {
    padding: 60px 0 80px;
  }

  .psychology-section .sub-content-inner {
    padding: 0 18px;
  }

  .psychology-diagram {
    margin-bottom: 50px;
  }

  .psychology-program h3 {
    padding: 16px;
    font-size: 20px;
  }

  .psychology-table,
  .psychology-table tbody,
  .psychology-table tr,
  .psychology-table th,
  .psychology-table td {
    display: block;
    width: 100%;
  }

  .psychology-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }

  .psychology-table th {
    border: 0;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
  }

  .psychology-table td {
    border: 0;
    font-size: 15px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .psychology-section {
    padding: 50px 0 60px;
  }

  .psychology-section .sub-content-inner {
    padding: 0 14px;
  }

  .psychology-diagram {
    margin-bottom: 40px;
  }

  .psychology-program h3 {
    font-size: 18px;
  }

  .psychology-table th,
  .psychology-table td {
    padding: 16px;
  }

  .psychology-table td {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================
   청년발달장애인지원사업(youth)
========================= */

.youth {
  width: 100%;
}

.youth-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.youth-section .sub-title h2 {
  margin-bottom: 75px;
}
.youth-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 프로그램 */

.youth-program {
  width: 100%;
}

.youth-program-title {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  color: #111;
  font-size: 25px;
  font-weight: 700;
}

.youth-program-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.youth-program-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 60px;
  background: #f7f7f7;
  border-radius: 20px;
  box-sizing: border-box;
}

.youth-program-icon {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}

.youth-program-icon img {
  display: block;
  width: 56px;
  height: auto;
}

.youth-program-content {
  flex: 1;
}

.youth-program-content h4 {
  margin: 0 0 18px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.youth-program-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.youth-program-content li {
  position: relative;
  padding-left: 24px;

  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;

  word-break: keep-all;
}

.youth-program-content li::before {
  content: "✓";

  position: absolute;
  top: 6px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;

  color: #555;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .youth-section {
    padding: 70px 0 100px;
  }

  .youth-section .sub-content-inner {
    padding: 0 30px;
  }

  .youth-program-title {
    font-size: 30px;
  }

  .youth-program-item {
    gap: 40px;
    padding: 35px 40px;
  }

  .youth-program-icon {
    width: 95px;
    height: 95px;
  }

  .youth-program-content h4 {
    font-size: 28px;
  }

  .youth-program-content li {
    font-size: 18px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .youth-section {
    padding: 60px 0 80px;
  }

  .youth-section .sub-content-inner {
    padding: 0 18px;
  }

  .youth-program-title {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .youth-program-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 30px 24px;
  }

  .youth-program-icon {
    width: 85px;
    height: 85px;
  }

  .youth-program-icon img {
    width: 48px;
  }

  .youth-program-content h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .youth-program-content li {
    font-size: 16px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .youth-section {
    padding: 50px 0 60px;
  }

  .youth-section .sub-content-inner {
    padding: 0 14px;
  }

  .youth-program-title {
    font-size: 22px;
  }

  .youth-program-item {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .youth-program-icon {
    width: 75px;
    height: 75px;
  }

  .youth-program-icon img {
    width: 42px;
  }

  .youth-program-content h4 {
    font-size: 20px;
  }

  .youth-program-content li {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .youth-program-content li::before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
}
/* =========================
   외부자원 활용사업(resource)
========================= */

.resource {
  width: 100%;
}

.resource-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.resource-section .sub-title h2 {
  margin-bottom: 75px;
}
.resource-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 프로그램 */

.resource-program {
  width: 100%;
}

.resource-program-title {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  color: #111;
  font-size: 25px;
  font-weight: 700;
}

.resource-program-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.resource-program-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 60px;
  background: #f7f7f7;
  border-radius: 20px;
  box-sizing: border-box;
}

.resource-program-icon {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}

.resource-program-icon img {
  display: block;
  width: 56px;
  height: auto;
}

.resource-program-content {
  flex: 1;
}

.resource-program-content h4 {
  margin-bottom: 18px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
}

.resource-program-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-program-content li {
  position: relative;
  padding-left: 24px;

  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;

  word-break: keep-all;
}

.resource-program-content li::before {
  content: "✓";

  position: absolute;
  top: 6px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;

  color: #555;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .resource-section {
    padding: 70px 0 100px;
  }

  .resource-section .sub-content-inner {
    padding: 0 30px;
  }

  .resource-program-title {
    font-size: 30px;
  }

  .resource-program-item {
    gap: 40px;
    padding: 35px 40px;
  }

  .resource-program-icon {
    width: 95px;
    height: 95px;
  }

  .resource-program-content h4 {
    font-size: 28px;
  }

  .resource-program-content li {
    font-size: 18px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .resource-section {
    padding: 60px 0 80px;
  }

  .resource-section .sub-content-inner {
    padding: 0 18px;
  }

  .resource-program-title {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .resource-program-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 30px 24px;
  }

  .resource-program-icon {
    width: 85px;
    height: 85px;
  }

  .resource-program-icon img {
    width: 48px;
  }

  .resource-program-content h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .resource-program-content li {
    font-size: 16px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .resource-section {
    padding: 50px 0 60px;
  }

  .resource-section .sub-content-inner {
    padding: 0 14px;
  }

  .resource-program-title {
    font-size: 22px;
  }

  .resource-program-item {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .resource-program-icon {
    width: 75px;
    height: 75px;
  }

  .resource-program-icon img {
    width: 42px;
  }

  .resource-program-content h4 {
    font-size: 20px;
  }

  .resource-program-content li {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .resource-program-content li::before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
}

/* =========================
   가족지원사업(family)
========================= */

.family {
  width: 100%;
}

.family-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.family-section .sub-title h2 {
  margin-bottom: 75px;
}

.family-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 프로그램 */

.family-program {
  width: 100%;
}

.family-program-title {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  color: #111;
  font-size: 25px;
  font-weight: 700;
}

.family-program-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.family-program-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 60px;
  background: #f7f7f7;
  border-radius: 20px;
  box-sizing: border-box;
}

.family-program-icon {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}

.family-program-icon img {
  display: block;
  width: 56px;
  height: auto;
}

.family-program-content {
  flex: 1;
}

.family-program-content h4 {
  margin-bottom: 18px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
}

.family-program-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.family-program-content li {
  position: relative;
  padding-left: 24px;

  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;

  word-break: keep-all;
}

.family-program-content li::before {
  content: "✓";

  position: absolute;
  top: 6px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;

  color: #555;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .family-section {
    padding: 70px 0 100px;
  }

  .family-section .sub-content-inner {
    padding: 0 30px;
  }

  .family-program-title {
    font-size: 30px;
  }

  .family-program-item {
    gap: 40px;
    padding: 35px 40px;
  }

  .family-program-icon {
    width: 95px;
    height: 95px;
  }

  .family-program-content h4 {
    font-size: 28px;
  }

  .family-program-content li {
    font-size: 18px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .family-section {
    padding: 60px 0 80px;
  }

  .family-section .sub-content-inner {
    padding: 0 18px;
  }

  .family-program-title {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .family-program-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 30px 24px;
  }

  .family-program-icon {
    width: 85px;
    height: 85px;
  }

  .family-program-icon img {
    width: 48px;
  }

  .family-program-content h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .family-program-content li {
    font-size: 16px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .family-section {
    padding: 50px 0 60px;
  }

  .family-section .sub-content-inner {
    padding: 0 14px;
  }

  .family-program-title {
    font-size: 22px;
  }

  .family-program-item {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .family-program-icon {
    width: 75px;
    height: 75px;
  }

  .family-program-icon img {
    width: 42px;
  }

  .family-program-content h4 {
    font-size: 20px;
  }

  .family-program-content li {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .family-program-content li::before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
}
/* =========================
   조사/연구/협력사업(research)
========================= */

.research {
  width: 100%;
}

.research-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.research-section .sub-title h2 {
  margin-bottom: 75px;
}

.research-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 사업 내용 */

.research-board {
  display: grid;
  grid-template-columns: 14% 14% 72%;
  grid-template-rows: 145px 70px 70px;
  width: 100%;
}

/* 공통 셀 */

.research-main-title,
.research-survey,
.research-cooperation-title,
.research-type,
.research-description {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* 조사연구사업 */

.research-main-title {
  grid-column: 1 / 3;
  grid-row: 1;
  justify-content: center;
  padding: 25px;
  background: #2389c8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* 조사 내용 */

.research-survey {
  grid-column: 3;
  grid-row: 1;
  padding: 24px 30px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.research-survey ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.research-survey li {
  position: relative;
  padding-left: 24px;

  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;

  word-break: keep-all;
}

.research-survey li::before {
  content: "✓";

  position: absolute;
  top: 6px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;

  color: #555;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* 대외협력사업 */

.research-cooperation-title {
  grid-column: 1;
  grid-row: 2 / 4;
  justify-content: center;
  padding: 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #eef8fc;
  color: #2389c8;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* 기관 / 산학 */

.research-type {
  justify-content: center;
  padding: 15px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.research-type-company {
  grid-column: 2;
  grid-row: 2;
}

.research-type-school {
  grid-column: 2;
  grid-row: 3;
}

/* 설명 */

.research-description {
  padding: 15px 30px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  word-break: keep-all;
}

.research-description-company {
  grid-column: 3;
  grid-row: 2;
}

.research-description-school {
  grid-column: 3;
  grid-row: 3;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .research-section {
    padding: 70px 0 100px;
  }

  .research-section .sub-content-inner {
    padding: 0 30px;
  }

  .research-board {
    grid-template-columns: 16% 16% 68%;
  }

  .research-main-title {
    font-size: 19px;
  }

  .research-cooperation-title,
  .research-type {
    font-size: 16px;
  }

  .research-survey li,
  .research-description {
    font-size: 15px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .research-section {
    padding: 60px 0 80px;
  }

  .research-section .sub-content-inner {
    padding: 0 18px;
  }

  .research-board {
    display: flex;
    flex-direction: column;
  }

  .research-main-title,
  .research-survey,
  .research-cooperation-title,
  .research-type,
  .research-description {
    width: 100%;
    border-left: 1px solid #e5e5e5;
  }

  .research-main-title {
    padding: 20px;
  }

  .research-survey {
    padding: 22px 20px;
  }

  .research-cooperation-title {
    padding: 18px;
  }

  .research-type {
    padding: 14px;
  }

  .research-description {
    padding: 18px 20px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .research-section {
    padding: 50px 0 60px;
  }

  .research-section .sub-content-inner {
    padding: 0 14px;
  }

  .research-survey li,
  .research-description {
    font-size: 14px;
  }
}

/* =========================
   후원(sponsor)
========================= */

.sponsor {
  width: 100%;
}

.sponsor-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.sponsor-section .sub-title h2 {
  margin-bottom: 75px;
}

.sponsor-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 후원안내 */

.sponsor-content {
  width: 100%;
}

.sponsor-content-title {
  margin-bottom: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  color: #111;
  font-size: 25px;
  font-weight: 700;
}

.sponsor-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.sponsor-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 50px 55px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.sponsor-card-text h4 {
  margin-bottom: 14px;
  color: #111;
  font-size: 24px;
  font-weight: 700;
}

.sponsor-card-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.sponsor-card-icon {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 35px;
}

.sponsor-card-icon img {
  display: block;
  width: 90px;
  max-height: 90px;
  object-fit: contain;
}

/* 문의 영역 */

.sponsor-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  padding: 28px 40px;
  border-radius: 18px;
  background: #f2f6ff;
  box-sizing: border-box;
}

.sponsor-contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
}

.sponsor-contact-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sponsor-contact p {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
}

.sponsor-contact span {
  color: #1b88d2;
  font-size: 17px;
  font-weight: 700;
}

.sponsor-contact strong {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .sponsor-section {
    padding: 70px 0 100px;
  }

  .sponsor-section .sub-content-inner {
    padding: 0 30px;
  }

  .sponsor-card-list {
    gap: 30px;
  }

  .sponsor-card {
    min-height: 280px;
    padding: 40px;
  }

  .sponsor-card-text h4 {
    font-size: 22px;
  }

  .sponsor-card-text p {
    font-size: 15px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .sponsor-section {
    padding: 60px 0 80px;
  }

  .sponsor-section .sub-content-inner {
    padding: 0 18px;
  }

  .sponsor-content-title {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .sponsor-card-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sponsor-card {
    min-height: auto;
    padding: 30px 26px;
  }

  .sponsor-card-icon {
    margin-top: 25px;
  }

  .sponsor-card-icon img {
    width: 75px;
    max-height: 75px;
  }

  .sponsor-contact {
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
    padding: 22px;
    border-radius: 14px;
  }

  .sponsor-contact p {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .sponsor-contact span {
    font-size: 16px;
  }

  .sponsor-contact strong {
    font-size: 17px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .sponsor-section {
    padding: 50px 0 60px;
  }

  .sponsor-section .sub-content-inner {
    padding: 0 14px;
  }

  .sponsor-card {
    padding: 24px 20px;
  }

  .sponsor-card-text h4 {
    font-size: 20px;
  }

  .sponsor-card-text p {
    font-size: 14px;
    line-height: 1.7;
  }

  .sponsor-card-icon img {
    width: 65px;
    max-height: 65px;
  }

  .sponsor-contact {
    padding: 18px;
  }

  .sponsor-contact-icon {
    width: 48px;
    height: 48px;
  }

  .sponsor-contact-icon img {
    width: 18px;
    height: 18px;
  }

  .sponsor-contact span {
    font-size: 15px;
  }

  .sponsor-contact strong {
    font-size: 16px;
  }
}

/* =========================
   자원봉사(volunteer)
========================= */

.volunteer {
  width: 100%;
}

.volunteer-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.volunteer-section .sub-title h2 {
  margin-bottom: 75px;
}

.volunteer-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 공통 제목 */

.volunteer-title {
  margin-bottom: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333;
  color: #111;
  font-size: 25px;
  font-weight: 700;
}

/* =========================
   봉사활동 절차
========================= */

.volunteer-process {
  margin-bottom: 70px;
}

.volunteer-step-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.volunteer-step-list::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: #e5e5e5;
}

.volunteer-step {
  position: relative;
  width: 33.333%;
  text-align: center;
}

.volunteer-step-icon {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: #fff;
}

.volunteer-step-icon img {
  display: block;
  width: 90px;
  height: auto;
}

.volunteer-step-dot {
  display: block;
  width: 16px;
  height: 16px;
  margin: 12px auto 10px;
  border-radius: 50%;
  background: #1988d5;
  border: 4px solid #eaf4fc;
  box-sizing: border-box;
}

.volunteer-step strong {
  display: block;
  margin-bottom: 10px;
  color: #1988d5;
  font-size: 28px;
  font-weight: 700;
}

.volunteer-step p {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

/* =========================
   프로그램
========================= */

.volunteer-program {
  margin-bottom: 45px;
}

.volunteer-program-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.volunteer-program-item span {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.volunteer-program-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 55px 0 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
}

.volunteer-program-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 22px;
  height: 8px;
  border-right: 2px solid #0985d1;
  border-bottom: 2px solid #0985d1;
  transform: translateY(-70%) skewX(45deg);
}
/* =========================
   문의
========================= */

.volunteer-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 40px;
  border-radius: 18px;
  background: #f2f6ff;
}

.volunteer-contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.volunteer-contact-icon img {
  width: 22px;
}

.volunteer-contact p {
  display: flex;
  align-items: center;
  gap: 22px;
}

.volunteer-contact span {
  color: #1988d5;
  font-size: 17px;
  font-weight: 700;
}

.volunteer-contact strong {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .volunteer-section {
    padding: 70px 0 100px;
  }

  .volunteer-section .sub-content-inner {
    padding: 0 30px;
  }

  .volunteer-step strong {
    font-size: 24px;
  }

  .volunteer-step p {
    font-size: 16px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .volunteer-section {
    padding: 60px 0 80px;
  }

  .volunteer-section .sub-content-inner {
    padding: 0 18px;
  }

  .volunteer-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .volunteer-step-list {
    flex-direction: column;
    gap: 40px;
  }

  .volunteer-step-list::before {
    display: none;
  }

  .volunteer-step {
    width: 100%;
  }

  .volunteer-step strong {
    font-size: 22px;
  }

  .volunteer-step p {
    font-size: 15px;
  }

  .volunteer-program-list {
    grid-template-columns: 1fr;
  }

  .volunteer-contact {
    align-items: flex-start;
    padding: 22px;
  }

  .volunteer-contact p {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .volunteer-section {
    padding: 50px 0 60px;
  }

  .volunteer-section .sub-content-inner {
    padding: 0 14px;
  }

  .volunteer-step-icon {
    width: 75px;
    height: 75px;
  }

  .volunteer-step-icon img {
    width: 75px;
  }

  .volunteer-step strong {
    font-size: 20px;
  }

  .volunteer-step p {
    font-size: 14px;
  }

  .volunteer-program-item {
    min-height: 56px;
    padding: 0 18px;
  }

  .volunteer-program-item span {
    font-size: 14px;
  }

  .volunteer-contact {
    padding: 18px;
  }

  .volunteer-contact-icon {
    width: 48px;
    height: 48px;
  }

  .volunteer-contact-icon img {
    width: 18px;
  }

  .volunteer-contact span {
    font-size: 15px;
  }

  .volunteer-contact strong {
    font-size: 16px;
  }
}
/* =========================
   연혁(history)
========================= */

.history {
  width: 100%;
}

.history-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}
.history-detail {
  display: block;
  margin-top: 3px;
  padding-left: 38px;
  color: #444;
}
.history-section .sub-title h2 {
  margin-bottom: 75px;
}

.history-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 연혁 전체 */

.history-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 70px;
  padding-top: 50px;
  border-top: 1px solid #333;
  box-sizing: border-box;
}

/* 기간 */

.history-period h3 {
  margin: 0;
  color: #1988d5;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

/* 타임라인 */

.history-timeline {
  position: relative;
  padding-left: 30px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 20px;
  left: 8px;
  width: 1px;
  background: #e0e0e0;
}

/* 연도별 항목 */

.history-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  position: relative;
  margin-bottom: 34px;
}

.history-item:last-child {
  margin-bottom: 0;
}

/* 연도 */

.history-year {
  position: relative;
}

.history-dot {
  position: absolute;
  top: 8px;
  left: -29px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #1988d5;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.history-year strong {
  display: block;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/* 연혁 내용 */

.history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
}

.history-list li {
  position: relative;
  padding-left: 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
}

.history-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
}

.history-list em {
  margin-right: 7px;
  color: #1988d5;
  font-style: normal;
  font-weight: 700;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .history-section {
    padding: 70px 0 100px;
  }

  .history-section .sub-content-inner {
    padding: 0 30px;
  }

  .history-wrap {
    grid-template-columns: 210px 1fr;
    gap: 45px;
  }

  .history-period h3 {
    font-size: 30px;
  }

  .history-item {
    grid-template-columns: 95px 1fr;
    gap: 22px;
  }

  .history-year strong {
    font-size: 26px;
  }

  .history-list li {
    font-size: 15px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .history-section {
    padding: 60px 0 80px;
  }

  .history-section .sub-content-inner {
    padding: 0 18px;
  }

  .history-wrap {
    display: block;
    padding-top: 35px;
  }

  .history-period {
    margin-bottom: 35px;
  }

  .history-period h3 {
    font-size: 26px;
  }

  .history-timeline {
    padding-left: 28px;
  }

  .history-item {
    grid-template-columns: 80px 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }

  .history-year strong {
    font-size: 23px;
  }

  .history-list li {
    font-size: 14px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .history-section {
    padding: 50px 0 60px;
  }
  .history-detail {
    padding-left: 0;
  }

  .history-section .sub-content-inner {
    padding: 0 14px;
  }

  .history-period h3 {
    font-size: 23px;
  }

  .history-item {
    display: block;
    padding-bottom: 6px;
  }

  .history-year {
    margin-bottom: 12px;
  }

  .history-year strong {
    font-size: 21px;
  }

  .history-list {
    gap: 6px;
  }

  .history-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* =========================
   조직도(organization)
========================= */

.organization {
  width: 100%;
}

.organization-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.organization-section .sub-title h2 {
  margin-bottom: 75px;
}

.organization-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =========================
   조직도 전체
========================= */

.organization-chart {
  position: relative;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}

/* =========================
   이용자
========================= */

.organization-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 45px;
  border: 1px dashed #1888d2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  color: #1888d2;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* 이용자 → 센터장 세로선 */

.organization-user::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 45px;
  background: #d8d8d8;
  transform: translateX(-50%);
}

/* =========================
   센터장 / 운영위원회 / 자문위원회
========================= */

.organization-center-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: center;
  gap: 70px;
  width: 100%;
  margin-bottom: 55px;
}

/* 센터장 */

.organization-center {
  position: relative;
  z-index: 3;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1688d4;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.organization-center strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.organization-center span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

/* 센터장 좌우 연결선 */

.organization-center::before,
.organization-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 250px;
  height: 1px;
  background: #d8d8d8;
}

.organization-center::before {
  right: 100%;
}

.organization-center::after {
  left: 100%;
}

/* 운영위원회 / 자문위원회 */

.organization-side {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 56px;
  padding: 12px 20px;
  border: 1px solid #1688d4;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  color: #1688d4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.organization-side-left {
  justify-self: end;
}

.organization-side-right {
  justify-self: start;
}

/* =========================
   부장 영역
========================= */

.organization-manager-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  margin: 0 auto 25px;
  padding-top: 30px;
  box-sizing: border-box;
}

/* 부장 가로 연결선 */

.organization-manager-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%;
  width: 50%;
  height: 1px;
  background: #d8d8d8;
}

/* 부장으로 내려가는 선 */

.organization-manager {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #f2f2f2;
  box-sizing: border-box;
  text-align: center;
}

.organization-manager::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #d8d8d8;
  transform: translateX(-50%);
}
.organization-manager-row::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 55px;
  background: #d8d8d8;
  transform: translateX(-50%);
}
.organization-manager strong {
  display: block;
  margin-bottom: 7px;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.organization-manager::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #d8d8d8;
  transform: translateX(-50%);
}
.organization-manager span {
  display: block;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.organization-manager:first-child {
  grid-column: 1;
}

/* 교육부장: 세 번째 팀 위 */

.organization-manager:last-child {
  grid-column: 3;
}

/* =========================
   부장 → 팀 연결선
========================= */

.organization-team-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}

/* 팀 전체를 잇는 가로선 */

.organization-team-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: #d8d8d8;
}

/* 각 팀으로 내려가는 선 */

.organization-team {
  position: relative;
  min-width: 0;
}

.organization-team::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #d8d8d8;
  transform: translateX(-50%);
}

/* =========================
   조직도 팀 영역
========================= */

.organization-team {
  position: relative;
  min-width: 0;
}

.organization-team h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #5fa7d4;
  box-sizing: border-box;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}

/* 직급별 박스 */

.organization-role {
  margin-top: 10px;
  padding: 18px 16px;
  border-radius: 10px;
  background: #f4f4f4;
  box-sizing: border-box;
  text-align: center;
}

.organization-role:first-of-type {
  margin-top: 0;
}

.organization-role strong {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.organization-role p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  word-break: keep-all;
}

/* 첫 번째 운영지원팀 간격 보정 */

.organization-team:first-child {
  align-self: start;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .organization-section {
    padding: 70px 0 100px;
  }

  .organization-section .sub-content-inner {
    padding: 0 30px;
  }

  .organization-user,
  .organization-center {
    width: 130px;
    height: 130px;
  }

  .organization-user {
    margin-bottom: 40px;
    font-size: 21px;
  }

  .organization-user::after {
    height: 40px;
  }

  .organization-center-row {
    grid-template-columns: 1fr 130px 1fr;
    gap: 45px;
    margin-bottom: 80px;
  }

  .organization-center strong {
    font-size: 21px;
  }

  .organization-center span {
    font-size: 15px;
  }

  .organization-center::before,
  .organization-center::after {
    width: 190px;
  }

  .organization-center-row::after {
    top: 130px;
    height: 80px;
  }

  .organization-side {
    width: 190px;
    min-height: 52px;
    font-size: 17px;
  }

  .organization-manager-row {
    width: 620px;
    gap: 230px;
  }

  .organization-manager {
    min-height: 80px;
  }

  .organization-manager strong {
    font-size: 17px;
  }

  .organization-manager span {
    font-size: 14px;
  }

  .organization-team-list {
    gap: 16px;
  }

  .organization-team h3 {
    min-height: 54px;
    font-size: 17px;
  }

  .organization-role {
    padding: 16px 13px;
  }

  .organization-role strong {
    font-size: 16px;
  }

  .organization-role p {
    font-size: 13px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .organization-section {
    padding: 60px 0 80px;
  }

  .organization-section .sub-content-inner {
    padding: 0 18px;
  }
  .organization-manager::after {
    display: none;
  }

  .organization-chart {
    padding-top: 0;
  }

  .organization-user {
    width: 110px;
    height: 110px;
    margin-bottom: 35px;
    font-size: 19px;
  }

  .organization-user::after {
    height: 35px;
  }

  /* 상단 3개를 세로 배치 */

  .organization-center-row {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 45px;
  }

  .organization-center {
    order: 1;
    width: 120px;
    height: 120px;
  }

  .organization-center strong {
    font-size: 20px;
  }

  .organization-center span {
    font-size: 14px;
  }

  .organization-side {
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    font-size: 16px;
  }

  .organization-side-left {
    order: 2;
    justify-self: auto;
  }

  .organization-side-right {
    order: 3;
    justify-self: auto;
  }

  /* 모바일에서는 좌우 연결선 제거 */

  .organization-center::before,
  .organization-center::after {
    display: none;
  }

  .organization-center-row::after {
    display: none;
  }

  /* 부장 세로 배치 */

  .organization-manager-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    margin-bottom: 30px;
  }

  .organization-manager-row::before {
    display: none;
  }

  .organization-manager {
    width: 100%;
    min-height: 72px;
  }

  .organization-manager::before {
    display: none;
  }

  /* 팀 세로 배치 */

  .organization-team-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 0;
  }

  .organization-team-list::before,
  .organization-team-list::after,
  .organization-team::before {
    display: none;
  }

  .organization-team h3 {
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .organization-role {
    margin-top: 8px;
    padding: 17px 15px;
  }

  .organization-role strong {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .organization-role p {
    font-size: 14px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .organization-section {
    padding: 50px 0 60px;
  }

  .organization-section .sub-content-inner {
    padding: 0 14px;
  }

  .organization-user {
    width: 96px;
    height: 96px;
    font-size: 17px;
  }

  .organization-center {
    width: 105px;
    height: 105px;
  }

  .organization-center strong {
    font-size: 18px;
  }

  .organization-center span {
    font-size: 13px;
  }

  .organization-side {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 15px;
  }

  .organization-manager {
    min-height: 68px;
    padding: 15px;
  }

  .organization-manager strong {
    font-size: 16px;
  }

  .organization-manager span {
    font-size: 13px;
  }

  .organization-team h3 {
    min-height: 46px;
    font-size: 16px;
  }

  .organization-role {
    padding: 15px 13px;
  }

  .organization-role strong {
    font-size: 15px;
  }

  .organization-role p {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* =========================
   시설안내(facility)
========================= */

.facility {
  width: 100%;
}

.facility-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.facility-section .sub-title h2 {
  margin-bottom: 75px;
}

.facility-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =========================
   시설안내 표
========================= */

.facility-table-wrap {
  width: 100%;
}

.facility-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 3px solid #1688d4;
}

.facility-table caption {
  display: none;
}

.facility-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.facility-table th {
  width: 170px;
  padding: 22px 18px;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.facility-table td {
  padding: 22px 26px;
  box-sizing: border-box;
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  word-break: keep-all;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .facility-section {
    padding: 70px 0 100px;
  }

  .facility-section .sub-content-inner {
    padding: 0 30px;
  }

  .facility-table th {
    width: 150px;
    font-size: 24px;
  }

  .facility-table td {
    font-size: 18px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .facility-section {
    padding: 60px 0 80px;
  }

  .facility-section .sub-content-inner {
    padding: 0 18px;
  }

  .facility-table th {
    width: 110px;
    padding: 18px 12px;
    font-size: 20px;
  }

  .facility-table td {
    padding: 18px;
    font-size: 16px;
    line-height: 1.7;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .facility-section {
    padding: 50px 0 60px;
  }

  .facility-section .sub-content-inner {
    padding: 0 14px;
  }

  .facility-table th {
    width: 80px;
    padding: 16px 10px;
    font-size: 17px;
  }

  .facility-table td {
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.6;
  }
}
/* =========================
   찾아오시는길(location)
========================= */

.location {
  width: 100%;
}

.location-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.location-section .sub-title h2 {
  margin-bottom: 75px;
}

.location-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =========================
   지도 영역
========================= */

.location-map-wrap {
  display: flex;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.location-map {
  flex: 1;
  min-height: 460px;
}

.location-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-info {
  width: 360px;
  padding: 60px 38px;
  background: #1988d5;
  box-sizing: border-box;
  color: #fff;
}

.location-info h3 {
  margin: 0 0 55px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
}

.location-info-list {
  margin: 0;
  font-size: 18px;
}

.location-info-list > div {
  margin-bottom: 38px;
}

.location-info-list > div:last-child {
  margin-bottom: 0;
}

.location-info-list dt {
  margin-bottom: 10px;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 600;
  /* background: url("../images/about/location_icon.png") no-repeat left center; */
}

.location-info-list dd {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  word-break: keep-all;
}

.location-info-list div > .location-title {
  font-size: 18px;
  padding-right: 6px;
}
.location-info-list div > .location-text {
  font-size: 18px;
  padding-left: 6px;
}
/* =========================
   교통안내
========================= */

.location-transport {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 30px;
  padding: 45px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.location-transport-icon {
  flex-shrink: 0;
  width: 120px;
}

.location-transport-icon img {
  display: block;
  width: 100%;
}

.location-route-list {
  flex: 1;
}

.location-route {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.location-route:last-child {
  margin-bottom: 0;
}

.location-route .line {
  flex-shrink: 0;
  width: 62px;
  height: 28px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.line-purple {
  background: #7b4dc5;
}

.line-green {
  background: #2f9d47;
}

.line-red {
  background: #e34a5b;
}
.line-orange {
  background: #EF7C1C;
}
.location-route p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}
.train5-div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .location-section {
    padding: 70px 0 100px;
  }

  .location-section .sub-content-inner {
    padding: 0 30px;
  }

  .location-map-wrap {
    flex-direction: column;
  }

  .location-info {
    width: 100%;
    padding: 45px 35px;
  }

  .location-info h3 {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .location-map {
    min-height: 380px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .location-section {
    padding: 60px 0 80px;
  }

  .location-section .sub-content-inner {
    padding: 0 18px;
  }

  .location-map {
    min-height: 300px;
  }

  .location-info {
    padding: 35px 25px;
  }

  .location-info h3 {
    font-size: 28px;
  }

  .location-info-list {
    font-size: 16px;
  }

  .location-transport {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 35px 0;
  }

  .location-route {
    align-items: flex-start;
  }

  .location-route p {
    font-size: 15px;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .location-section {
    padding: 50px 0 60px;
  }

  .location-section .sub-content-inner {
    padding: 0 14px;
  }

  .location-map {
    min-height: 240px;
  }

  .location-info {
    padding: 28px 20px;
  }

  .location-info h3 {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .location-info-list {
    font-size: 14px;
  }

  .location-transport-icon {
    width: 90px;
  }

  .location-route {
    gap: 12px;
  }

  .location-route .line {
    width: 54px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .location-route p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================
   미션과비전(mission)
========================= */

.mission {
  width: 100%;
}

.mission-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.mission-section .sub-title h2 {
  margin-bottom: 75px;
}

.mission-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* =========================
   미션 / 비전
========================= */

.mission-summary {
  display: flex;
  gap: 35px;
  margin-bottom: 55px;
  flex-wrap: wrap;
}

.mission-summary-item {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 82px;
  border: 1px solid #e3e3e3;
  background: #fff;
  min-width: 520px;
}

.mission-summary-item strong {
  flex-shrink: 0;
  width: 120px;
  color: #1988d5;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.mission-summary-item p {
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 1px solid #e3e3e3;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

/* =========================
   다이어그램
========================= */

.mission-diagram {
  margin-bottom: 45px;
  text-align: center;
}

.mission-diagram img {
  display: inline-block;
  max-width: 100%;
}

/* =========================
   목표
========================= */

.mission-goal {
  text-align: center;
}

.mission-goal p {
  margin: 0 0 18px;
  color: #333;
  font-size: 22px;
  line-height: 1.8;
}

.mission-goal strong {
  display: block;
  color: #111;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

/* =========================
   태블릿
========================= */
@media screen and (max-width: 1024px) {
  .mission-section {
    padding: 0 0 100px;
  }

  .mission-section .sub-content-inner {
    padding: 0 30px;
  }

  .mission-summary {
    gap: 20px;
  }

  .mission-summary-item strong {
    width: 100px;
    font-size: 22px;
  }

  .mission-summary-item p {
    padding: 0 20px;
    font-size: 18px;
  }

  .mission-goal p {
    font-size: 20px;
  }

  .mission-goal strong {
    font-size: 38px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .mission-section {
    padding: 60px 0 80px;
  }

  .mission-section .sub-content-inner {
    padding: 0 18px;
  }

  .mission-summary {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }

  .mission-summary-item {
    min-height: 70px;
  }

  .mission-summary-item strong {
    width: 90px;
    font-size: 20px;
  }

  .mission-summary-item p {
    padding: 0 18px;
    font-size: 16px;
  }

  .mission-goal p {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .mission-goal strong {
    font-size: 28px;
    word-break: keep-all;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .mission-section {
    padding: 50px 0 60px;
  }

  .mission-section .sub-content-inner {
    padding: 0 14px;
  }

  .mission-summary-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .mission-summary-item strong {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
  }

  .mission-summary-item p {
    width: 100%;
    padding: 15px;
    border-left: 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .mission-goal p {
    font-size: 15px;
  }

  .mission-goal strong {
    font-size: 22px;
    line-height: 1.6;
  }
}

/* 1:1문의 qna 페이지 */
#qnaForm {
  padding: 0 0 4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#qnaForm fieldset {
  border: 0;
}
#qnaForm .input_tit {
  width: 100%;
  font-weight: 500;
  margin-left: 0.1rem;
}
#qnaForm .qna_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#qnaForm .qna_top ul li {
  width: calc(50% - 2rem);
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#qnaForm .qna_top ul li.frm .point {
  color: #fa5353;
  margin-left: 0.5rem;
}
#qnaForm .qna_top ul li.frm .radio-group {
  width: 100%;
  height: 5rem;
  margin-top: 1.3rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
#qnaForm .qna_top ul li.frm .radio-group span {
  margin: 0 2rem 0 1rem;
  font-size: 1.6rem;
}
.custom-radio {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.custom-radio::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #104899;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
input[type="radio"]:checked + .custom-radio::after {
  display: block;
}
#qnaForm .qna_top ul li.frm .input_basic {
  width: 100%;
  height: 5rem;
  margin-top: 13px;
  font-size: 18px;
  padding: 0 0.5rem 0 1.5rem;
  display: block;
  border: 1px solid #c5c5c5;
}
#qnaForm .qna_top ul li.frm.qna_phone .input_basic {
  width: calc(30% - 1.7rem);
  display: inline-block;
}
#qnaForm .qna_top ul li.frm.qna_phone span {
  font-size: 1.6rem;
  margin: 1rem 0.8rem 0;
}
#qnaForm .qna_top ul li.frm.qna_email .input_basic {
  width: calc(30% - 11px);
  display: inline-block;
}
#qnaForm .qna_top ul li.frm.qna_email .input_basic + span {
  font-size: 1.8rem;
  padding: 0 0.5rem;
  margin-top: 1.3rem;
}
#qnaForm .qna_top ul li.frm.qna_email select {
  width: calc(33.3% - 2rem);
  max-width: 18.7rem;
  padding-left: 1.5rem;
  cursor: pointer;
  margin-top: 1.3rem;
  margin-left: 0.98rem;
  border: 1px solid #c5c5c5;
  height: 5.2rem;
  font-size: 1.8rem;
  appearance: none;
  background: url(/images/ico_select_arr_down.png) no-repeat 92% 50%/10px 6px;
  color: #000 !important;
}
#qna_email3 {
  font-size: 1.6rem !important;
}
input::placeholder {
  font-size: 1.6rem;
  color: #a1a1a1;
  margin-left: 0.5rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
}
#qnaForm .qna_top ul li.frm.qna_product #qna_product_box {
  width: 100%;
  padding-left: 1.5rem;
  cursor: pointer;
  margin-top: 1.3rem;
  border: 1px solid #c5c5c5;
  height: 5rem;
  font-size: 1.6rem;
  appearance: none;
  background: url(/images/ico_select_arr_down.png) no-repeat 97% 50%/10px 6px;
  color: #000 !important;
}
#qnaForm .qna_mid .frm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3rem;
}
#qnaForm .qna_mid textarea#qna_info {
  width: 100%;
  height: 26.5rem;
  line-height: 2.6rem;
  padding: 1.5rem;
  border: 1px solid #c5c5c5;
  font-size: 1.6rem;
  margin-top: 1.3rem;
  resize: none;
  font-family: "Noto Sans KR", sans-serif;
  color: #a1a1a1;
  font-weight: 300;
}

#qnaForm .qna_agree .frm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3rem;
}
#qnaForm .qna_agree .qna_agree_tit {
  width: 100%;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
}
#qnaForm .qna_agree .qna_agree_tit::before {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(/images/ico_minus.png) no-repeat bottom;
  margin-right: 0.5rem;
  vertical-align: middle;
}
#qnaForm .qna_agree .frm div {
  width: 100%;
  height: 18.5rem;
  padding: 3rem 0 0 1.5rem;
  border: 1px solid #c5c5c5;
  background-color: #fafafa;
  font-size: 1.6rem;
  margin: 1.3rem 0;
  overflow-y: scroll;
}
#qnaForm .qna_agree .frm .chk_btn label {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 0.5rem;
}
#qnaForm .qna_agree .frm .chk_btn #idv_agree3 {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #8c8c8c;
  border-radius: 1px;
  vertical-align: middle;
}

.submit_btn {
  display: flex;
  justify-content: center;
}
.submit_btn input {
  float: right;
  width: 14.5rem;
  margin: 4rem 1.2rem 0 1.2rem;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 6rem;
  border: 2px solid #848484;
  border-radius: 5rem;
  background-color: #fff;
  color: #000 !important;
}
.submit_btn input:hover {
  background-color: #104899;
  color: #fff;
  border-color: #104899;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  #sub .board {
    padding: 0 5rem;
  }
  .board_list_title {
    padding: 7rem 0;
  }
  .f_20px {
    font-size: 1.6rem;
  }
  .f_24px {
    font-size: 2rem;
  }
  .f_26px {
    font-size: 2.1rem;
  }
  .f_28px {
    font-size: 2.2rem;
  }
  .f_35px {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
  .f_48px {
    font-size: 3rem;
  }
  .f_60px {
    font-size: 4rem;
  }
  .f_72px {
    font-size: 5rem;
  }
  #sub_visual .sub_title.f_60px {
    font-size: 5rem;
  }

  /* view 페이지 1280px */
  table.board_normal_view tr th {
    height: 7rem;
    padding: 1.8rem 0;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  table.board_normal_view tr td {
    height: 7rem;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  table.board_normal_view em::after {
    height: 1.5rem;
  }
  table.board_normal_view tr td.board_content img {
    width: 100% !important;
    height: auto !important;
  }
  table.board_normal_view tr td.prenext img {
    margin-left: 0.8rem;
    margin-top: 1.1rem;
  }
  .board_btn a {
    width: 12rem;
    margin: 3rem 1rem 0 1rem;
    line-height: 5rem;
  }

  /* qna 일대일 문의하기 페이지 1280px */
  #qnaForm .qna_top ul li.qna_phone,
  #qnaForm .qna_top ul li.qna_email {
    width: 100%;
    justify-content: space-between;
  }
  #qnaForm .qna_top ul li.frm.qna_phone .input_basic {
    width: 28%;
  }
  #qnaForm .qna_top ul li.frm.qna_email .input_basic {
    width: 25%;
  }
  #qnaForm .qna_top ul li.frm.qna_email select {
    width: 30%;
    max-width: none;
    margin-left: 0.5rem;
  }
  .submit_btn input {
    width: 12rem;
    margin: 3rem 1rem 0 1rem;
    line-height: 5rem;
  }

  /* integrate 통합유지보수 페이지 1280px */
  .integrate .board.inte_sec03 {
    padding: 0 5rem;
  }

  /* 1280px infra_consulting 페이지 */
  .infra_consulting .board_list_title {
    display: block;
  }
  .infra_consulting #infra_consult {
    padding: 0rem 0 5rem 0 !important;
    border-bottom: 1px solid #cecece;
  }
  .infra_consulting #infra_consult div.infra_left {
    width: 100% !important;
  }
  .infra_consulting #infra_consult div.infra_left div.f_24px_sub {
    width: 100% !important;
  }
  .infra_consulting #infra_consult div.infra_right {
    width: 100% !important;
  }
  .infra_consulting #infra_consult div.infra_right img {
    object-fit: none;
    height: 30rem;
  }
  .infra_consulting #cloud {
    padding: 4rem 0 4rem 0 !important;
    margin-bottom: 4rem;
  }
  .infra_consulting #cloud div.infra_left {
    display: none;
  }
  .infra_consulting #cloud div.infra_left_m {
    display: block;
    margin-top: 0;
  }
  .infra_consulting #cloud div.infra_left_m img {
    object-fit: none;
    height: 35rem;
  }
  .infra_consulting #network div.infra_right {
    width: 100% !important;
  }
  .infra_consulting #network div.infra_right img {
    object-fit: none;
    height: 35rem;
  }
}
@media screen and (max-width: 1110px) {
  /* 1110px 회사소개 페이지 */
  .intro .board_list_warp .con_box .content_txt:nth-child(2) ul li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* 서브 헤더 및 네비 */
  #sub_visual {
    height: 26.8rem;
    overflow: visible;
  }
  .sub_nav {
    display: none;
    margin-bottom: 0.5rem;
  }
  .selectBox1 .label {
    font-size: 1.4rem;
  }
  .selectBox1 .optionList {
    width: 10rem;
    padding: 1rem;
  }
  .selectBox1 .optionItem {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
  }

  /* 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0;
  }
  .sub_title {
    line-height: 3.5rem;
  }
  #sub .board_list_title div {
    margin-top: 3rem;
    width: 100%;
  }
  #sub .board_list_warp .con_box {
    margin: 4rem 0;
  }
  #sub .board_list_warp .con_box .content_txt {
    margin-bottom: 4rem;
  }
  #sub .board_list_warp .con_box .content_txt:last-child {
    margin-bottom: 0;
  }
  #sub .board_list_warp .con_box .content_txt .content_txt_tit {
    font-size: 2.2rem;
  }

  /* 모바일 서브 타이틀 배경 */
  .greetings .board_list_title {
    background: url(/images/section/Company_greetings_tit_m.png) no-repeat
      bottom;
    background-size: contain;
  }
  .intro .board_list_title {
    background: url(/images/section/Company_intro_tit_m.jpg) no-repeat bottom;
    background-size: contain;
  }
  .people .board_list_title {
    background: url(/images/section/Company_people_tit_m.jpg) no-repeat bottom;
    background-size: contain;
  }
  .value .board_list_title {
    background: url(/images/section/Hr_value_tit_m.jpg) no-repeat bottom;
    background-size: contain;
  }
  .benefits .board_list_title {
    background: url(/images/section/Hr_benefits_tit_m.jpg) no-repeat bottom;
    background-size: contain;
  }
  .network .board_list_title {
    background: url(/images/section/Consulting_network_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }
  .backup .board_list_title {
    background: url(/images/section/Consulting_backup_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }
  .integrate .board_list_title {
    background: url(/images/section/Consulting_integrate_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }
  .infra_consulting .board_list_title {
    background: url(/images/section/Consulting_infra_tit_m.jpg) no-repeat bottom;
    background-size: auto;
    background-position: bottom;
  }
  .infra_consulting #cloud.board_list_title {
    background: url(/images/section/Consulting_cloud_tit_m.jpg) no-repeat bottom;
    background-size: auto;
    background-position: bottom;
  }
  .infra_consulting #network.board_list_title {
    background: url(/images/section/Consulting_network_tit_m.jpg) no-repeat
      bottom;
    background-size: auto;
    background-position: bottom;
  }
  .infra .board_list_title {
    background: url(/images/section/InfraSolution_infra_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }
  .infra.redhat .board_list_title {
    background: url(/images/section/InfraSolution_Redhat_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }
  .infra.hci .board_list_title {
    background: url(/images/section/InfraSolution_HCI_tit_m.jpg) no-repeat
      bottom;
    background-size: contain;
  }

  /* 768px 인사말 페이지 */
  .greetings .board_list_warp .con_box span {
    font-size: 1.6rem;
  }
  /* 768px 회사소개 페이지 */
  .intro .board_list_warp .con_box .intro_left {
    display: none;
  }
  .intro .board_list_warp .con_box .content_txt:nth-child(1) ul {
    margin-top: 2rem;
  }
  .intro .board_list_warp .con_box .content_txt:nth-child(1) ul li {
    height: 5rem;
  }
  .intro .board_list_warp .con_box .content_txt:nth-child(2) ul li {
    height: 5rem;
    padding: 1rem 0;
  }
  .intro .board_list_warp .con_box .content_txt:nth-child(2) ul li span.c_blue {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  /* 768px CI 페이지 */
  .ci .board .board_list_title {
    padding: 4rem 0 !important;
  }
  .ci .board_list_warp .con_box {
    display: block;
  }
  .ci .board_list_warp .con_box > div {
    width: 100%;
  }
  .ci .board_list_warp .con_box .ci_left ul li {
    padding-right: 0;
  }
  .ci .board_list_warp .con_box .ci_right {
    margin-top: 4rem;
  }
  .ci .board_list_warp .con_box .ci_right ul li p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  /* 768px map 페이지 */
  .map .board .board_list_title {
    padding: 4rem 0 !important;
  }
  .map .board_list_warp .con_box .map_con02 {
    display: block;
  }
  .map .board_list_warp .con_box .map_con02 > div {
    width: 100%;
    padding: 4rem 0 0 0;
  }
  .map .board_list_warp .con_box .map_con02 .map_right div:first-child {
    text-align: left;
  }
  /* 768px benefits 페이지 */
  .benefits .board_list_warp .con_box .benefits_con {
    margin-top: 4rem;
  }
  .benefits .board_list_warp .con_box ul li {
    width: 100%;
    height: 5rem;
  }
  .benefits .board_list_warp .con_box ul li:nth-child(odd) {
    border-right: 0;
  }
  .benefits .board_list_warp .con_box ul li:nth-child(1) {
    background-size: 6rem auto;
    background-position: 5%;
  }
  .benefits .board_list_warp .con_box ul li:nth-child(2) {
    background-size: 6rem auto;
    background-position: 5%;
  }
  .benefits .board_list_warp .con_box ul li:nth-child(3) {
    background-size: 6rem auto;
    background-position: 5%;
    border-bottom: 0;
  }
  .benefits .board_list_warp .con_box ul li:nth-child(4) {
    background-position: 5%;
  }
  .benefits .board_list_warp .con_box ul li p {
    padding-left: 15rem;
  }
  .benefits .board_list_warp .con_box ul li span.c_blue {
    padding-left: 15rem;
    font-size: 1.8rem;
  }
  /* 768px procedure 페이지 */
  .procedure .board .board_list_title {
    padding: 4rem 0 !important;
  }
  .procedure .board_list_warp .con_box .procedure_con {
    margin-bottom: 2rem;
  }
  .procedure .board_list_warp .con_box .procedure_con .title_bullet {
    border-bottom: 0;
  }
  .procedure .board_list_warp .con_box .procedure_con .procedure_img {
    display: none;
  }
  .procedure .board_list_warp .con_box .procedure_con .procedure_txt {
    border: 0;
  }
  .procedure .board_list_warp .con_box .procedure_con .procedure_txt ul {
    padding: 2rem 4rem 0 4rem;
  }
  .procedure .board_list_warp .con_box .procedure_con .procedure_txt ul li {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .procedure
    .board_list_warp
    .con_box
    .procedure_con
    .procedure_txt
    ul
    li:nth-child(1) {
    padding-left: 0;
  }
  .procedure
    .board_list_warp
    .con_box
    .procedure_con
    .procedure_txt
    ul
    li
    span {
    font-size: 1.6rem !important;
  }
  .procedure .board_list_warp .con_box .procedure_con .procedure_txt02 {
    padding: 2rem 4rem;
  }
  /* 768px infra_consulting 페이지 */
  .infra_consulting #infra_consult div.infra_right {
    display: none;
  }
  .infra_consulting #cloud .infra_left {
    display: none;
  }
  .infra_consulting #infra_consult {
    padding: 0rem 0 20rem 0 !important;
  }
  .infra_consulting #cloud {
    padding: 4rem 0 20rem 0 !important;
  }
  .infra_consulting #cloud div.infra_left_m {
    display: none;
  }
  .infra_consulting #network {
    padding: 4rem 0 20rem 0 !important;
  }
  .infra_consulting #network div.infra_right {
    display: none;
  }
  .infra_consulting #network_con {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
  /* 768px network 페이지 */
  .board_list_warp .con_box .consult_con ul li {
    padding: 3rem 0;
  }
  .board_list_warp .con_box .consult_con ul li .consult_tit {
    width: 10rem;
    height: 10rem;
  }
  /* 768px integrate 페이지 */
  .integrate .board_list_warp .integrate_con_bg {
    background-position: 20%;
  }
  .integrate .board_list_warp .con_box .integrate_sub {
    width: 90%;
  }
  /* 768px integrate 통합유지보수 페이지 */
  .integrate .board.inte_sec03 {
    padding: 0 2rem;
  }
  .integrate .board.inte_sec03 .board_list_warp .con_box {
    margin: 4rem 1rem;
  }
  .integrate .board_list_warp .con_box .consult_con {
    overflow-x: scroll;
  }
  .integrate .board_list_warp .con_box .consult_con {
    margin: 2rem 0;
  }
  /* 768px infrasolution infra 인프라 페이지 */
  .infra .board_list_warp .con_box .consult_con ul li {
    display: flex;
    align-items: center;
    text-align: left;
    align-content: normal;
    flex-wrap: wrap;
  }
  /* .infra .board_list_warp .con_box .consult_con ul li .consult_sub{width: 100%; height: 15rem; margin-left: 0; position: relative;}
    .infra .board_list_warp .con_box .consult_con ul li .consult_sub .btn{position: absolute; right: 0; bottom: 0;} */
  .infra .board_list_warp .con_box .consult_con ul li .consult_sub {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .infra .board_list_warp .con_box .consult_con ul li .consult_sub .btn {
    margin-top: auto;
    text-align: right;
  }
  .infra .board_list_warp .con_box .consult_con ul li .consult_sub p {
    margin: 2rem 0;
  }
  /* 768px infrasolution redhat 페이지 */
  .infra.redhat .board_list_warp .con_box .consult_con ul li {
    padding: 4rem 0 2rem 0;
  }
  /* 768px infrasolution hci 페이지 */
  .infra.hci .board_list_warp .con_box .consult_con ul li {
    padding: 2rem 0;
  }
  .infra.hci .board_list_warp .con_box > img {
    margin-bottom: 4rem;
  }

  #sub .board {
    padding: 0 2rem;
  }
  .f_18px {
    font-size: 1.5rem;
  }
  .f_24px {
    font-size: 1.1rem;
  }
  .f_24px_sub {
    font-size: 1.5rem !important;
  }
  .f_26px {
    font-size: 1.3rem;
  }
  .f_35px {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .f_48px {
    font-size: 1.83rem;
  }
  .f_60px {
    font-size: 2.6rem;
  }
  .f_72px {
    font-size: 2.75rem;
  }
  #sub_visual .sub_title.f_60px {
    font-size: 3.6rem;
  }

  /* list 페이지 768px */

  .notice .board .board_list_title {
    padding: 4rem 0 !important;
  }
  .notice .board_list_warp .search_area input {
    font-size: 1.5rem;
  }

  /* view 페이지 768px */
  table.board_normal_view tr th {
    height: 5rem;
    padding: 1.2rem 0;
    font-size: 2rem;
    line-height: 2.7rem;
  }
  table.board_normal_view tr td {
    height: 5rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  table.board_normal_view tr td.board_info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  table.board_normal_view em::after {
    height: 1.3rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  table.board_normal_view tr td.board_content {
    padding: 2rem;
  }
  table.board_normal_view tr td.prenext img {
    margin-left: 0.8rem;
    margin-top: 0.7rem;
  }
  .board_btn a {
    border: 1px solid #888888;
    font-size: 1.4rem;
  }

  /* qna 일대일 문의하기 페이지 768px */
  #qnaForm .qna_top ul li {
    width: 100%;
    padding-top: 2rem;
  }
  #qnaForm .qna_top ul li.frm.qna_phone .input_basic {
    width: 22%;
  }
  #qnaForm .qna_agree .frm div {
    padding: 3rem 1.5rem;
  }
  #qnaForm .qna_agree .qna_agree_tit {
    font-size: 2rem;
  }
  .submit_btn input {
    border: 1px solid #888888;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 590px) {
  /* list 페이지 590px */
  .board_list_warp .list_top {
    display: block !important;
  }
  .board_list_warp .list_top form {
    margin-top: 1rem;
  }
  .board_list_warp .search_area a {
    height: 5rem;
  }
  .notice .board_list_warp .search_area {
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .notice .board_list_warp .search_area input {
    width: 70% !important;
    /* height: 5rem !important; */
    /* padding: 0 5rem 0 1.5rem !important; */
  }
}
@media screen and (max-width: 425px) {
  /* 425px 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0 20rem 0;
  }

  /* list 페이지 425px */
  .notice .board_list_warp .search_area {
    text-align: left;
  }
  .notice .board_list_warp .search_area input {
    width: 80% !important;
    padding: 0 5rem 0 1.5rem !important;
  }
  .hide_mo p {
    display: none;
  }
  table.board_normal .board_point .date {
    padding-right: 4vw;
  }

  .pagination > ul > li:first-child {
    display: none;
  }
  .pagination > ul > li:last-child {
    display: none;
  }
  .pagination .btn_page li:nth-child(3) {
    border-right: 1px solid #cbcbcb;
  }
  .pagination .btn_page li:nth-child(4) {
    display: none;
  }
  .pagination .btn_page li:nth-child(5) {
    display: none;
  }

  /* qna 일대일 문의하기 페이지 425px */
  #qnaForm .qna_top ul li {
    padding-top: 1.5rem;
  }
  #qnaForm .qna_top ul li.frm .input_basic {
    margin-top: 1rem;
    height: 4rem;
  }
  #qnaForm .qna_top ul li.frm.qna_phone #qna_phone1 {
    width: 20%;
  }
  #qnaForm .qna_top ul li.frm.qna_email select {
    padding-left: 1rem;
    padding-right: 2rem;
    margin-left: 0;
    height: 4.2rem;
    margin-top: 1rem;
  }
  #qnaForm .qna_top ul li.frm.qna_email .input_basic {
    width: 23%;
  }

  /* 425px benefits 페이지 */
  .benefits .board_list_warp .con_box ul li:nth-child(4) {
    background-position: 9%;
  }
  .benefits .board_list_warp .con_box ul li p {
    padding-left: 10rem;
  }
  .benefits .board_list_warp .con_box ul li span.c_blue {
    padding-left: 10rem;
  }
}

@media screen and (max-width: 375px) {
  /* 375px 서브 타이틀 */
  #sub .board .board_list_title {
    padding: 4rem 0 18rem 0;
  }

  /* 375px integrate 통합유지보수 페이지 */
  .integrate .board_list_warp .con_box .consult_con table {
    width: 50rem;
    overflow-x: scroll;
  }
}

.board_list_warp {
  margin-top: 40px;
  margin-bottom: 40px;
}
.list_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}

.search_area {
  display: flex;
  align-items: center;
}

.search_area input {
  width: 230px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  /* border-right: none; */
  outline: none;
  font-size: 13px;
  box-sizing: border-box;
}

.search_reset {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
}

.search_btn {
  width: 78px;
  height: 36px;
  margin-left: 8px;
  border: none;
  background: #1684c4;
  color: #fff;
  font-size: 13px;
  cursor: pointer;

  background-image: none !important;
}

.board_normal {
  table-layout: fixed;
  border-top: 2px solid #222;
  border-collapse: collapse;
}

.board_normal th {
  height: 55px;
  border-bottom: 1px solid #999;
  font-weight: 500;
  text-align: center;
}

.board_normal td {
  height: 58px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.board_normal td:nth-child(2) {
  padding: 0 25px;
}

.board_normal td:nth-child(2) p {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.board_normal td:nth-child(2) a {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board_normal td:nth-child(2) .new {
  flex-shrink: 0;
}

.board_normal tbody tr:hover {
  background: #eef8ff;
}

.board_normal .notice_row {
  background: #f5f5f5;
}

.board_normal .notice_icon span {
  font-size: 13px;
  color: #111;
}

.board_normal .view_count,
.board_normal .date {
  color: #555;
  font-size: 15px;
}

/* notice */

.card_board_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  padding: 0 10px;
}

.card_board_item {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.card_board_item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card_board_img {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}

.card_board_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_board_title {
  padding: 14px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card_board_date {
  padding: 6px 10px;
  background: #f5f5f5;
  font-size: 13px;
  text-align: right;
}

.card_board_empty {
  grid-column: 1 / -1;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.board_tab {
  display: flex;
  margin-bottom: 30px;
}

.board_tab a {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d9d9d9;
  background: #fff;

  font-size: 18px;
  font-weight: 600;
  color: #222;

  transition: 0.2s;
}

.board_tab a + a {
  border-left: 0;
}

.board_tab a.on {
  background: #1279b4;
  color: #fff;
}
.card_board_img {
  overflow: hidden;
}

.card_board_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card_board_item:hover .card_board_img img {
  transform: scale(1.08);
}
.board-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.board-write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
  padding: 0 28px;
  background: #1684c4;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.25s;
}

.board-write-btn:hover {
  background: #163fae;
}

/* ========================================
   소식지
======================================== */

.newsletter_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 30px 100px;
  box-sizing: border-box;
}

.contents_top {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.newsletter-title {
  padding-bottom: 55px;
}
.contents_top h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

.contents_top .thispage {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 13px;
  color: #777;
}

.newsletter_section {
  margin-top: 35px;
}

.newsletter_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newsletter_list li {
  min-width: 0;
  list-style: none;
}

.newsletter_list li > a {
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.newsletter_list li > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.12);
}

.newsletter_thumb {
  display: flex;
  flex: 0 0 125px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.newsletter_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsletter_info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.newsletter_info strong {
  display: block;
  overflow: hidden;
  padding: 17px 14px 11px;
  border-bottom: 2px solid #f5a400;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsletter_info p {
  margin: 0;
  padding: 15px 14px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}

.newsletter_info span {
  display: block;
  margin-top: auto;
  padding: 0 14px 13px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #1687df;
}

.newsletter_info span i {
  font-style: normal;
  font-weight: 700;
}

/* 태블릿 */
@media (max-width: 1000px) {
  #contents {
    padding-right: 24px;
    padding-left: 24px;
  }

  .newsletter_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsletter_contents {
    padding: 20px 30px 100px;
  }
  .newsletter-title {
    padding-bottom: 20px;
  }
}

/* 모바일 */
@media (max-width: 640px) {
  #contents {
    padding: 110px 16px 70px;
  }

  .contents_top h3 {
    font-size: 28px;
  }

  .contents_top .thispage {
    position: static;
    margin-top: 10px;
  }

  .newsletter_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .newsletter_list li > a {
    height: 170px;
  }

  .newsletter_thumb {
    flex-basis: 115px;
  }
}

/* 센터일정 */
.calendar_top {
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
}
.calendar-title {
  font-size: 42px;
  padding-top: 75px;
}
.calendar_text {
  font-size: 14px;
}

.calendar_wrap {
  max-width: 1200px;
  margin: 40px auto 100px;
  padding: 0 30px;
}
.diary {
  margin-top: 40px;
}

.diary_month {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap:40px;
}

.diary_month p {
  font-size: 28px;
  font-weight: bold;
}

.diary_month a {
  font-size: 26px;
  text-decoration: none;
}

.diary_top,
.diary_date {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.diary_top div {
  padding: 15px 0;

  text-align: center;

  background: #f5f5f5;

  font-weight: bold;
}

.diary_date div {
  min-height: 120px;

  border: 1px solid #ddd;

  padding: 10px;
}

.diary_date span {
  font-size: 18px;
  font-weight: bold;
}

.sun {
  color: #d80000;
}
.anonymous_notice_box {
  width: 100%;
  margin: 30px 0 40px;
  padding: 24px 30px;
  background: #f8fbfd;
  border: 1px solid #dbe7ee;
  border-left: 5px solid #2d5c74;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 1.8;
}
.newsletter-box {
  width: 100%;
  margin: 50px 0 40px;
  padding: 24px 30px;
  background: #f8fbfd;
  border: 1px solid #dbe7ee;
  border-left: 5px solid #2d5c74;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: 1.8;
}

.anonymous_notice_box h4 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #2d5c74;
}

.anonymous_notice_box p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  color: #555;
}

.anonymous_notice_box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .diary_date span {
    font-size: 14px;
  }
  .calendar_text {
    font-size: 12px;
    word-break: break-word;
    padding: 5px 0;
  }
}
@media screen and (max-width: 425px) {
  #sub .board .board_list_title.calendar_board_title {
    padding: 2rem 0 4rem;
  }
}

/* board-form */
/* =========================
   게시판 글쓰기
========================= */

.customer-write-wrap {
  width: 100%;
  /* padding: 40px 0 80px; */
  box-sizing: border-box;
}

.customer-write-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

.customer-write-head {
  padding: 12px 0;
  /* border-bottom: 1px solid #b8b8b8; */
  text-align: center;
}

.customer-write-head p {
  margin:30px 0;
  font-size: 42px;
  color: #444;
}

/* 개인정보 영역 */

.privacy-area {
  /* margin-top: 0; */
  padding: 23px 16px;
  border-bottom: 1px solid #ccc;
}

.write-section-title {
  margin: 0 0 23px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.privacy-content {
  height: 85px;
  padding: 12px;
  overflow-y: auto;
  border: 1px solid #999;
  background: #fff;
color: #444;
font-size: 14px;
  line-height: 1.35;
  box-sizing: border-box;
}

.privacy-content p {
  margin: 0 0 4px;
}

.privacy-content ol {
  margin: 0;
  padding-left: 18px;
}

.privacy-content li {
  margin-bottom: 4px;
}

.privacy-agree {
  min-height: 38px;
  border: 1px solid #999;
  border-top: 0;
  box-sizing: border-box;
}

.privacy-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  cursor: pointer;
}

.privacy-agree input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
}

/* 입력 폼 */

.write-form-area {
  margin-top: 16px;
}

.write-form-list {
  border-top: 1px solid #b8b8b8;
}

.write-form-row {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.write-form-label {
  flex: 0 0 130px;
  padding-left: 16px;
  box-sizing: border-box;
}

.write-form-label label,
.write-form-label span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.required-text {
  margin-left: 3px;
  color: #ff5b22 !important;
  font-size: 14px !important;
}

.write-form-field {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  padding: 10px 16px 10px 0;
  box-sizing: border-box;
}

.write-form-field input[type="text"],
.write-form-field input[type="password"],
.write-form-field select,
.write-form-field textarea {
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

.write-form-field input[type="text"],
.write-form-field input[type="password"],
.write-form-field select {
  height: 42px;
  padding: 0 12px;
}

.write-form-field input:focus,
.write-form-field select:focus,
.write-form-field textarea:focus {
  border-color: #555;
}

/* 기본 입력 너비 */

#writerName,
#subject {
  width: 100%;
}

#phone {
  width: 220px;
}

/* 이메일 */

.email-field {
  gap: 10px;
}

#emailId,
#emailDomain {
  flex: 1;
  min-width: 0;
}

.email-at {
  flex: 0 0 auto;
  color: #222;
}

#emailDomainSelect {
  flex: 0 0 140px;
  width: 140px;
}

/* 내용 */

.write-content-row {
  align-items: flex-start;
}

.write-content-row .write-form-label {
  padding-top: 23px;
}

.write-content-row .write-form-field {
  padding-top: 12px;
  padding-bottom: 12px;
}

#content {
  width: 100%;
  height: 220px;
  padding: 14px;
  resize: vertical;
  line-height: 1.7;
}

/* 비밀글 */

.write-option-row {
  min-height: 60px;
}

.secret-field {
  gap: 18px;
}

.secret-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 18px;
  margin-left: 50px;
}

.secret-check input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
}

#secretPassword {
  width: 180px;
}

#secretPassword:disabled {
  background: #f3f3f3;
  color: #999;
  cursor: not-allowed;
}

/* 캡차 */

.captcha-area {
  padding: 20px 16px 12px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 42px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 11px;
  color: #555;
  box-sizing: border-box;
}

input#as_captcha {
    width: 40%;
    height: 40px;
    font-size: 20px;
    margin-left: 48px;
    padding: 5px 10px;
}

#captchaCode {
  flex: 1;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #999;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

.captcha-refresh {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #999;
  background: #eee;
  font-size: 18px;
  cursor: pointer;
}

.captcha-guide {
  margin: 7px 0 0;
  font-size: 16px;
  color: #555;
      padding: 0 0 0 15px;
}

/* 버튼 */

.write-button-area {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 35px 0;
}

.write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 42px;
  padding: 0;
  border: 1px solid #093e88;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.write-btn-cancel {
  background: #fff;
  color: #104899;
}

.write-btn-submit {
  background: #104899;
  color: #fff;
}

.write-btn:hover {
  opacity: 0.85;
}

/* 접근성 숨김 */

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 모바일 */

@media screen and (max-width: 768px) {
  .customer-write-wrap {
    padding: 0 20px 60px;
  }

  .customer-write-inner {
    max-width: 100%;
  }

  .write-form-row {
    display: block;
    min-height: auto;
    padding: 14px 0;
  }
.customer-write-head p{
  font-size : 28px;
}
  .write-form-label {
    width: 100%;
    padding: 0 0 8px;
  }

  .write-form-field {
    width: 100%;
    padding: 0;
  }

  .write-form-field input[type="text"],
  .write-form-field input[type="password"],
  .write-form-field select {
    height: 42px;
  }

  #phone,
  #writerName,
  #subject {
    width: 100%;
  }

  .email-field {
    flex-wrap: wrap;
    gap: 8px;
  }

  #emailId,
  #emailDomain {
    flex: 1 1 calc(50% - 20px);
  }

  #emailDomainSelect {
    width: 100%;
    flex: 1 1 100%;
  }

  .write-content-row .write-form-label {
    padding-top: 0;
  }

  .write-content-row .write-form-field {
    padding: 0;
  }

  #content {
    height: 180px;
  }

  .secret-field {
    flex-wrap: wrap;
    gap: 10px;
  }

  .secret-check {
    margin-right: 10px;
  }

  #secretPassword {
    flex: 1;
    min-width: 140px;
  }

  .captcha-area {
    padding: 20px 14px 14px;
  }

  .captcha-row {
    flex-wrap: wrap;
  }

  .captcha-image {
    width: 85px;
  }

  #captchaCode {
    min-width: 160px;
  }

  .write-button-area {
    justify-content: center;
  }

  .write-btn {
    flex: 1;
    max-width: 140px;
    height: 42px;
  }
}

/* =========================
   공통 서브 타이틀
========================= */

.sub-title {
  margin-bottom: 75px;
  text-align: center;
}

.sub-title h2,
h2.sub-title {
  margin: 0;
  color: #222;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sub-title {
    margin-bottom: 50px;
  }

  .sub-title h2,
  h2.sub-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .sub-title {
    margin-bottom: 40px;
  }

  .sub-title h2,
  h2.sub-title {
    font-size: 26px;
  }
}

/* 서브 비주얼 배경 확대 조정 */
#sub_visual .sub_visual_bg {
  background-size: cover;
  background-position: center center !important;
}
/* =========================
   서브 비주얼
========================= */

#sub_visual .sub_visual_bg {
  height: 360px;
  position: relative;
  background-size: 100% auto !important;
  background-position: center center !important;
}

#sub_visual .container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

/* 배너 제목 */
#sub_visual .sub_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #1674b7;
  line-height: 1.3;
  white-space: nowrap;
}

/* 하단 서브 네비 */
#sub_visual .sub_nav {
  position: absolute;
  left: 50%;
  bottom: 21px;
  transform: translate(-50%, 0) !important;

  display: flex;
  align-items: stretch;

  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;

  list-style: none;
}

/* 메뉴 항목 */
#sub_visual .sub_nav li {
  flex: 1;
  min-width: 0;
}

/* 메뉴 링크 */
#sub_visual .sub_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 52px;
  padding: 0 12px;
  box-sizing: border-box;

  background: #1684c4;
  border-right: 1px solid rgba(255, 255, 255, 0.35);

  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;

  transition: background 0.2s ease;
}

#sub_visual .sub_nav li:last-child a {
  border-right: 0;
}

#sub_visual .sub_nav li a:hover {
  background: #0e6da8;
}

/* 현재 페이지 */
#sub_visual .sub_nav li.active a {
  background: #fff;
  color: #1674b7;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #sub_visual .sub_visual_bg {
    height: 270px;
    background-size: cover !important;
  }

  #sub_visual .sub_nav {
    width: calc(100% - 40px);
    overflow-x: auto;
    justify-content: flex-start;
  }

  #sub_visual .sub_nav li {
    flex: 0 0 auto;
    min-width: 145px;
  }
}

@media screen and (max-width: 768px) {
  #sub_visual .sub_visual_bg {
    height: 230px;
  }

  #sub_visual .sub_title {
    top: 120px;
    font-size: 28px;
  }

  #sub_visual .sub_nav {
    display: none;
    width: 100%;
  }

  #sub_visual .sub_nav li a {
    height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* =========================
   메인 퀵메뉴
========================= */

.main_quick_list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.main_quick_list li {
  list-style: none;
}

.main_quick_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/* 아이콘 박스 */
.main_quick_list .quick_icon {
  position: relative;
  display: block;

  width: 104px;
  height: 104px;

  background: #f4f6f9;
  border-radius: 24px;
}

/* 아이콘 */
.main_quick_list .quick_icon img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 48px;
  height: 48px;

  object-fit: contain;
  transform: translate(-50%, -50%);
}

/* 흰색 아이콘은 숨김 */
.main_quick_list .icon_hover {
  position: absolute;
  opacity: 0;
}

/* 텍스트 */
.main_quick_list .quick_text {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  transition: 0.35s;
}
.main_quick_list .icon_default {
  opacity: 1;
}
/* 아이콘 박스 */
.main_quick_list .quick_icon {
  position: relative;

  display: block;

  width: 104px;
  height: 104px;

  background: #f4f6f9;
  border-radius: 24px;

  transition: background 0.3s ease;
}

/* 호버 */
.main_quick_list li:hover .quick_icon {
  background: #104899;
}
.main_quick_list .icon_default {
  opacity: 1;
  transition: 0.3s;
}

.main_quick_list .icon_hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.main_quick_list li:hover .icon_default {
  opacity: 0;
}

.main_quick_list li:hover .icon_hover {
  opacity: 1;
  visibility: visible;
}
/* 퀵메뉴 아이콘 위치 강제 고정 */
/* 기본 아이콘 */
.sec1 .main_quick_list .icon_default {
  opacity: 1;
  visibility: visible;
}

/* 흰색 아이콘 */
.sec1 .main_quick_list .icon_hover {
  opacity: 0;
  visibility: hidden;
}

/* 호버 시 아이콘 교체 */
.sec1 .main_quick_list li:hover .icon_default {
  opacity: 0;
  visibility: hidden;
}

.sec1 .main_quick_list li:hover .icon_hover {
  opacity: 1;
  visibility: visible;
}

/* 호버해도 두 이미지 위치는 고정 */
.sec1 .main_quick_list .quick_icon img,
.sec1 .main_quick_list li:hover .quick_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  transform: translate(-50%, -50%) !important;
}

/* =========================
   인사말(greeting)
========================= */

.greeting {
  width: 100%;
}

.greeting-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.greeting-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.greeting-section .sub-title h2 {
  margin-bottom: 75px;
}

/* 상단 손글씨 제목 */

.greeting-heading {
  margin-bottom: 45px;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #1674b7;
  letter-spacing: -0.03em;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
}

.greeting-heading img {
  display: block;
  width: auto;
  max-width: 340px;
  height: auto;
}

/* 본문 */

.greeting-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.greeting-text {
  flex: 1;
  min-width: 0;
  max-width: 900px;
}

.greeting-text p {
  margin: 0 0 28px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  word-break: keep-all;
}
.greeting-paragraph {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: -0.02em;
  color: #444;
  word-break: keep-all;
}
.greeting-text .greeting-emphasis {
  color: #111;
  font-weight: 700;
}

.greeting-sign {
  margin-top: 45px;
}

.greeting-sign img {
  display: block;
  width: auto;
  max-width: 230px;
  height: auto;
}

/* 우측 이미지 */

.greeting-image {
  flex-shrink: 0;
  width: 360px;
}

.greeting-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .greeting-section {
    padding: 70px 0 100px;
  }

  .greeting-section .sub-content-inner {
    padding: 0 30px;
  }

  .greeting-heading img {
    max-width: 300px;
  }

  .greeting-body {
    gap: 50px;
  }

  .greeting-text p {
    font-size: 16px;
  }

  .greeting-image {
    width: 310px;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .greeting-section {
    padding: 60px 0 80px;
  }

  .greeting-section .sub-content-inner {
    padding: 0 18px;
  }

  .greeting-heading {
    margin-bottom: 30px;
    padding-bottom: 18px;
  }

  .greeting-heading img {
    max-width: 250px;
  }

  .greeting-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .greeting-text {
    width: 100%;
  }

  .greeting-text p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.8;
  }

  .greeting-sign {
    margin-top: 35px;
  }

  .greeting-sign img {
    max-width: 190px;
  }

  .greeting-image {
    width: 280px;
    margin: 0 auto;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .greeting-section {
    padding: 50px 0 60px;
  }

  .greeting-section .sub-content-inner {
    padding: 0 14px;
  }

  .greeting-heading img {
    max-width: 210px;
  }

  .greeting-text p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .greeting-sign img {
    max-width: 160px;
  }

  .greeting-image {
    width: 220px;
  }
}

/* =========================
   운영법인(corporation)
========================= */

.corporation {
  width: 100%;
}

.corporation-section {
  width: 100%;
  padding: 80px 0 120px;
  box-sizing: border-box;
}

.corporation-section .sub-content-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.corporation-section .sub-title h2 {
  margin-bottom: 75px;
}

/* =========================
   법인 정보
========================= */

.corporation-info {
  width: 100%;
  margin-bottom: 60px;
}

.corporation-logo {
  margin-bottom: 20px;
  text-align: right;
}

.corporation-logo img {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  height: auto;
}

.corporation-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 3px solid #1688d4;
}

.corporation-table caption {
  display: none;
}

.corporation-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.corporation-table th {
  width: 170px;
  padding: 22px 20px;
  border-right: 1px solid #e5e5e5;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.corporation-table td {
  padding: 22px 18px;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: middle;
  word-break: keep-all;
}

/* 운영기조 */

.corporation-principle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporation-principle-list li {
  margin-bottom: 6px;
}

.corporation-principle-list li:last-child {
  margin-bottom: 0;
}

.corporation-principle-list strong {
  margin-left: 18px;
  color: #1688d4;
  font-weight: 700;
}

/* 비전 */

.corporation-vision-title {
  display: block;
  margin-bottom: 10px;
  color: #1688d4;
  font-size: 17px;
  font-weight: 700;
}

.corporation-table td p {
  margin: 0;
}

/* =========================
   선교 및 대외협력
========================= */

.corporation-cooperation {
  display: flex;
  border-top: 3px solid #1688d4;
  border-bottom: 1px solid #e5e5e5;
}

.corporation-cooperation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 30px 20px;
  border-right: 1px solid #e5e5e5;
  background: #f7fbff;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.corporation-gallery {
  display: flex;
  gap: 25px;
  flex: 1;
  padding: 24px 28px;
}

.corporation-gallery-item {
  margin: 0;
  text-align: center;
}

.corporation-gallery-item img {
  display: block;
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.corporation-gallery-item-wide img {
  width: 180px;
}

.corporation-gallery-item figcaption {
  margin-top: 12px;
  color: #333;
  font-size: 15px;
}

/* =========================
   태블릿
========================= */

@media screen and (max-width: 1024px) {
  .corporation-section {
    padding: 70px 0 100px;
  }

  .corporation-section .sub-content-inner {
    padding: 0 30px;
  }

  .corporation-logo img {
    max-width: 220px;
  }

  .corporation-table th {
    width: 140px;
    font-size: 16px;
  }

  .corporation-table td {
    font-size: 15px;
  }

  .corporation-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* =========================
   모바일
========================= */

@media screen and (max-width: 768px) {
  .corporation-section {
    padding: 60px 0 80px;
  }

  .corporation-section .sub-content-inner {
    padding: 0 18px;
  }

  .corporation-logo {
    text-align: center;
  }

  .corporation-table th {
    width: 100px;
    padding: 16px 10px;
    font-size: 15px;
  }

  .corporation-table td {
    padding: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .corporation-principle-list strong {
    display: block;
    margin: 6px 0 0;
  }

  .corporation-cooperation {
    flex-direction: column;
  }

  .corporation-cooperation-title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .corporation-gallery {
    justify-content: center;
  }
}

/* =========================
   작은 모바일
========================= */

@media screen and (max-width: 480px) {
  .corporation-section {
    padding: 50px 0 60px;
  }

  .corporation-section .sub-content-inner {
    padding: 0 14px;
  }

  .corporation-logo img {
    max-width: 180px;
  }

  .corporation-table th {
    width: 80px;
    font-size: 14px;
  }

  .corporation-table td {
    padding: 14px 12px;
    font-size: 13px;
  }

  .corporation-gallery {
    gap: 18px;
    padding: 20px 14px;
  }

  .corporation-gallery-item img {
    width: 100px;
    height: 75px;
  }

  .corporation-gallery-item-wide img {
    width: 150px;
  }

  .corporation-gallery-item figcaption {
    font-size: 13px;
  }
}

/* =========================
   비밀번호 확인
========================= */

.board-password-section {
  padding: 80px 0 120px;
}

.board-password-box {
  max-width: 520px;
  margin: 0 auto;
  padding: 60px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.board-password-box h3 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
}

.board-password-desc {
  margin-bottom: 40px;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

.board-password-input input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  box-sizing: border-box;
}

.board-password-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.board-password-btn button {
  width: 140px;
  height: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.btn-confirm {
  background: #1688d4;
  color: #fff;
}

.btn-cancel {
  background: #666;
  color: #fff;
}

/* 페이징 */
.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.pagination ul {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination li {
  list-style: none;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s;
}

.pagination a:hover {
  border-color: #444;
}

.pagination a.on {
  background: #555;
  color: #fff;
  border-color: #555;
}
.btn_prev01::before {
  content: "≪";
}
.btn_prev02::before {
  content: "‹";
}
.btn_next01::before {
  content: "›";
}
.btn_next02::before {
  content: "≫";
}

/* =========================
   게시판 상세보기
========================= */

.border_view {
  /* border-top:2px solid #222; */
}

.board_normal_view {
  width: 100%;
  border-collapse: collapse;
}

.board_normal_view th {
  padding: 25px 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.board_normal_view td {
  padding: 18px 30px;
  border-bottom: 1px solid #e9e9e9;
}

.board_info {
  /* background:#fafafa; */
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.board_info span {
  display: inline-block;
  margin-right: 35px;
  font-size: 15px;
  color: #666;
}

.board_info em {
  font-style: normal;
  font-weight: 700;
  color: #222;
  margin-right: 6px;
}

.board_info_flex {
  display: flex;
  align-items: center;
}

.board_info_flex .noWrap {
  width: 90px;
  flex-shrink: 0;
  font-weight: 700;
  color: #222;
}

.board_file {
  flex: 1;
}

.board_file a {
  display: block;
  color: #333;
  text-decoration: none;
}

.board_file a:hover {
  color: #1b75d0;
  text-decoration: underline;
}

.board_content {
  padding: 60px 30px;
  min-height: 320px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.prenext {
  width: 120px;
  background: #fafafa;
  font-weight: 700;
}

.prenext_text a {
  color: #333;
  text-decoration: none;
}

.prenext_text a:hover {
  color: #1b75d0;
}

.board_btn {
  margin-top: 40px;
  text-align: center;
}

.board_btn a {
  display: inline-block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.board_btn a:hover {
  background: #555;
  border-color: #555;
  color: #fff;
}

@media (max-width: 768px) {
  .board_normal_view th {
    font-size: 22px;
    padding: 18px;
  }

  .board_normal_view td {
    padding: 15px 18px;
  }

  .board_info span {
    display: block;
    margin: 6px 0;
  }

  .board_info_flex {
    display: block;
  }

  .board_info_flex .noWrap {
    width: auto;
    margin-bottom: 10px;
  }

  .board_content {
    padding: 35px 18px;
    min-height: 220px;
  }

  .prenext {
    width: 90px;
  }
}

.empty_calendar {
  padding: 75px 0;
}

.board_attach strong {
  margin-bottom: 18px;
}

/* 갤러리 카드요소 수정 */
@media (max-width: 768px) {
  .card_board_list {
    display: block;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 30px 0px;
    padding: 0 10px;
  }
  .card_board_item {
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 20px 0;
  }
}

/* =========================
   참여자 모집 카드 목록 넘침 방지
========================= */
.card_board_list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  box-sizing: border-box;
}

.card_board_list .card_board_item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.card_board_list .card_board_item > a {
  width: 100%;
  min-width: 0;
}

.card_board_list .card_board_title {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* =========================
   서브 네비 숨김
========================= */
@media screen and (max-width: 1280px) {
  #sub_visual .sub_nav {
    display: none !important;
  }
}

/* =========================
   서브 비주얼 컨테이너 반응형
========================= */
#sub_visual .container.w_1170 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #sub_visual .container.w_1170 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  #sub_visual .container.w_1170 {
    padding: 0 16px;
  }
}

/* =========================
   서브 비주얼 반응형
========================= */
#sub_visual,
#sub_visual .sub_visual_bg {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#sub_visual .container.w_1170 {
  width: 100%;
  max-width: 1170px;
  min-width: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1170px) {
  #sub_visual .container.w_1170 {
    max-width: 100%;
    padding: 0 20px;
  }
  #sub .board_list_title {
    padding: 0 0 45px;
  }
}


/* =========================
   운영법인
========================= */

.corporation .corporation-section {
    padding: 80px 0 120px;
}

.corporation .corporation-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

/* 왼쪽 영역 */
.corporation .corporation-board-left {
    min-width: 0;
    padding: 42px 34px 36px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.corporation .corporation-logo {
    margin-bottom: 36px;
}

.corporation .corporation-logo img {
    display: block;
    width: 100%;
    /* max-width: 360px; */
    height: auto;
}
.corporation-logo-under {
  margin:10px 0 20px;
}
.corporation-logo-under p{
  font-size: 24px;
}
.corporation .corporation-detail-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.corporation .corporation-detail-row {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.corporation .corporation-detail-label {
    color: #ec7d9c;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    word-break: keep-all;
}

.corporation .corporation-detail-content {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.corporation .corporation-principle-list {
    margin: 0;
    /* padding-left: 20px; */
}

.corporation .corporation-principle-list li {
    margin-bottom: 2px;
}

.corporation .corporation-principle-list span {
    color: #ef8aaa;
    margin-left: 5px;
}

.corporation .corporation-vision-title {
    display: block;
    margin-bottom: 5px;
    color: #ef7f9f;
    font-size: 16px;
    font-weight: 600;
}

.corporation .corporation-vision-text {
    margin: 0;
}

/* 오른쪽 영역 */
.corporation .corporation-board-right {
    min-width: 0;
    padding: 28px 24px 28px;
    box-sizing: border-box;
}

.corporation .corporation-church-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 145px;
    margin-bottom: 6px;
    flex-direction:column;
}

.corporation .corporation-church-info {
    padding-top: 18px;
    text-align: center;
}

.corporation .corporation-church-info img {
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    margin: 0 auto 5px;
}

.corporation .corporation-church-info p {
    margin: 0;
    color: #555;
    font-size: 11px;
    line-height: 1.45;
}

.corporation .corporation-pastor {
    /* flex: 0 0 90px; */
    text-align: center;
    font-size: 24px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.corporation .corporation-pastor img {
    display: block;
    width: 90px;
    height: 116px;
    object-fit: cover;
    border-radius: 0 10px 0 10px;
}

.corporation .corporation-pastor span {
    display: block;
    margin-top: 5px;
    color: #444;
    font-size: 11px;
    white-space: nowrap;
}

.corporation .corporation-cooperation-title {
    width: fit-content;
    min-width: 145px;
    margin: 0 0 16px 28px;
    padding: 7px 24px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: #72cde5;
    box-shadow: 0 0 0 2px #72cde5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/* 갤러리 */
.corporation .corporation-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 10px;
}

.corporation .corporation-gallery-item {
    min-width: 0;
    margin: 0;
}

.corporation .corporation-gallery-item figcaption {
    width: fit-content;
    min-width: 110px;
    margin: 0 0 10px;
    padding: 6px 18px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: #ec6f9b;
    box-shadow: 0 0 0 2px #ec6f9b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.corporation .corporation-gallery-item img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 0 0 14px 14px;
}

.corporation .corporation-gallery-item-wide {
    grid-column: 1 / -1;
}

.corporation .corporation-gallery-item-wide img {
    height: 145px;
}

/* 태블릿 */
@media (max-width: 1024px) {
    .corporation .corporation-board {
        grid-template-columns: 1fr;
    }

    .corporation .corporation-board-left {
        border-right: 0;
        border-bottom: 1px solid #222;
    }

    .corporation .corporation-board-right {
        padding: 35px 30px;
    }

    .corporation .corporation-gallery-item img {
        height: 190px;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .corporation .corporation-section {
        padding: 55px 0 80px;
    }

    .corporation .corporation-board-left,
    .corporation .corporation-board-right {
        padding: 28px 18px;
    }

    .corporation .corporation-logo {
        margin-bottom: 28px;
    }

    .corporation .corporation-detail-list {
        gap: 20px;
    }

    .corporation .corporation-detail-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .corporation .corporation-detail-label {
        font-size: 16px;
    }

    .corporation .corporation-detail-content {
        font-size: 14px;
    }

    .corporation .corporation-church-head {
        justify-content: center;
        min-height: auto;
        margin-bottom: 30px;
    }

    .corporation .corporation-church-info {
        padding-top: 25px;
    }

    .corporation .corporation-gallery {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .corporation .corporation-gallery-item-wide {
        grid-column: auto;
    }

    .corporation .corporation-gallery-item img,
    .corporation .corporation-gallery-item-wide img {
        height: auto;
        max-height: none;
        object-fit: contain;
    }
}

.customer-write-inner>.board_list_title{
  padding: 75px 0;
}

.ci-summary {
 flex: 1;
    display: flex;
    align-items: center;
    min-height: 82px;
    /* border: 1px solid #e3e3e3; */
    background: #fff;
    font-size: 24px;
    min-width: 520px;
    text-align: center;
    justify-content: space-evenly;

}
.ci-summary-item a{
  display:block;
    background: #1684C4;
    color:#f1f1f1 !important;
    padding:15px 10px;
    width: 300px;
}

.ci-title-under {
    position: relative;
    padding-left: 16px;
    font-size: 28px; /* 필요하면 조절 */
    font-weight: 700;
    margin-bottom: 75px;
    /* text-align: center; */
}

.ci-title-under::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: #1684C4;
    border-radius: 2px;
}

@media (max-width: 767px){
  .ci-summary{
    flex-direction: column;
    min-width:0;
  }
  .ci-title-under {
    font-size: 20px;
  }
  .ci-summary-item a{
    display: block;
    padding: 5px 0;
    font-size: 20px;
    width: 200px;
    margin:10px 0;
  }
}