@charset "utf-8";

/* ======================== container 영역 ======================== */
section.sec1 .inner-wrap {
  padding: 0 !important;
}

section.sec1 .inner-wrap img {
  width: 100%;
}

.sec1 .mobile {
  display: none;
}

.recruit-fixed {
  width: 90px;
  height: 90px;
  font-size: 15px;
  font-weight: bold;
  color: #ffc600;
  border-radius: 50%;
  background-color: var(--c-main);
  background-image: url(../images/icon_pencile.svg);
  background-position: top 12px center;
  background-size: 36px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 12px #00000050;
  transition: background-color .3s;
  position: fixed;
  bottom: 32px;
  right: 40px;
  z-index: 999;
}

.recruit-fixed:hover,
.recruit-fixed:active {
  background-color: #092c87;
}

.recruit-fixed > span {
  margin-top: 34px;
}

.terms {
  padding: 1.5rem 1rem;
  line-height: 1.5em;
  font-size: 1.5rem;
  font-weight: lighter;
  background-color: #eaf0fa;
}
.terms ol li {display: inline-flex;justify-content: space-between;}
.terms ol li span {width: 92%;}
.container section .inner-wrap {
  max-width: 1380px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}

/* sec1 */
.sec1 .inner-wrap {
  text-align: center;
}

.sec1 p:nth-child(1) {
  margin-bottom: 34px;
  font-size: 55px;
  font-weight: bold;
  color: var(--c-main);
}

.sec1 p:nth-child(2) {
  font-size: 20px;
}

/* sec3 */
.sec3 .inner-wrap {
  text-align: center;
}

.sec3 .inner-wrap > p:nth-child(1) {
  font-size: 38px;
  margin-bottom: 38px;
}

.sec3 .inner-wrap > p:nth-child(2) {
  font-size: 30px;
  color: #0641ff;
}

.sec3 .list-wrap {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  margin-top: 84px;
  justify-content: space-between;
}

.sec3 .list .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
}

.sec3 .list:nth-child(1) .circle {
  background-color: #e5edfa;
}

.sec3 .list:nth-child(2) .circle {
  background-color: #fff1cc;
}

.sec3 .list:nth-child(3) .circle {
  background-color: #ede8fd;
}

.sec3 .list .circle .icon {
  width: 40px;
  height: 40px;
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
}

.sec3 .list:nth-child(1) .circle .icon {
  background-image: url("../images/sec3_obj01.svg");
}

.sec3 .list:nth-child(2) .circle .icon {
  background-image: url("../images/sec3_obj02.svg");
}

.sec3 .list:nth-child(3) .circle .icon {
  background-image: url("../images/sec3_obj03.svg");
}

.sec3 .list .circle .text {
  font-size: 22px;
  font-weight: bold;
}

.sec3 .list:nth-child(1) .circle .text {
  color: #0641ff;
}

.sec3 .list:nth-child(2) .circle .text {
  color: #e78e02;
}

.sec3 .list:nth-child(3) .circle .text {
  color: #7449ff;
}

.sec3 .list > p {
  display: inline-block;
  margin-top: 30px;
}

/* sec4 */
.sec4 {
  background-color: #eef2ff;
}

/* sec6 */
.sec6 {
}
.sec6 .inner-wrap {
  /* background-color: #f9f9f9; */
  /* padding: 50px 30px !important; */
}
.sec6 .main-title {
  margin-bottom: 56px;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}

.sec6 .map-area {
  min-height: 672px;
}

.sec6 .map-area .form-group button {
  font-size: 15px;
}

.map-area .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  background-color: #f2f2f2;
  border-radius: 12px;
  /* border: 1px solid #fff; */
}

.map-area .text-wrap > p {
  font-weight: 300;
  font-size: 15px;
}

.map-area .text-wrap select {
  width: 185px;
}

.map-area .landing-wrap {

  margin-top: 24px;
}

.map-area .landing-wrap .left-wrap {
  width: 40%;
}

.map-area .landing-wrap .right-wrap {
  width: 60%;
}

/* 지원하기 */
.map-area .table-sty01 {
  width: 100%;
  font-size: 1.8rem;
}

.map-area .table-sty01 > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-right: 6px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.map-area .table-sty01 .th {
  width: 188px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 300;
}

.map-area .table-sty01 .td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 188px);
}

.map-area .table-sty01 .name {
  width: 120px;
}

.map-area .table-sty01 .td p {
  font-size: 15px;
  font-weight: lighter;
}

.map-area .table-sty01 .td p:nth-child(2) {
  font-size: 13px;
  color: #888888;
}

.map-area .table-sty01 button {
  min-width: 84px;
  height: 34px;
  font-size: 15px;
  background-color: transparent;
  padding-bottom: 3px;
  font-weight: 300;
  margin-right: 1rem;
}

.map-area .table-sty01 button .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.map-area .table-sty01 button .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 5px;
  vertical-align: middle;
  background-color: #c7d4f9;
}

.map-area .table-sty01 button .text {
  vertical-align: middle;
}

.map-area .table-sty01 .select {
  background-color: #0641ff;
  color: #fff;
  position: relative;
}
.map-area .table-sty01 .select::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background-image: url('../images/character02.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;

  position: absolute;
  top: -60px;
  right: 10px;
  z-index: 99;
}

.map-area .table-sty01 li.select:hover {
  background-color: #0641ff !important;
  color: #fff;
}
.map-area .table-sty01 li:hover {
  background-color: #eef7ff;
}

.map-area .table-sty01 .select p:nth-child(2) {
  color: #86e1ff;
}

.map-area .pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.map-area .pagination .page {
  display: inline-block;
  margin: 0 2px;
}

.map-area .pagination .page button {
  min-width: 26px;
  min-height: 27px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  font-weight: 200;
}

.map-area .pagination .page > button:hover {
  background-color: #0641ff;
  border-radius: 50%;
  color: #fff;
}

.map-area .pagination .page.active button {
  background: #0066cc;
  color: white;
  border-color: #0066cc;
  font-weight: bold;
  border-radius: 50%;
}

.map-area .pagination .page button:disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
}

.map-area .pagination .page.dots button {
  cursor: default;
  background: transparent;
  border: none;
}

.map-area .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.map-area .info-txt {
  padding: 10px;
  font-size: 13px;
  color: #777;
  background-color: #eee;
  border-radius: 12px;
  font-weight: 200;
}

.map-area .dummy {
  width: 100%;
  min-height: 400px;
  text-align: center;
  background-color: #ddd;
}

/* 지사안내 */
.landing-wrap.result {
  gap: 0;
  padding: 36px 24px;
  border: 1px solid var(--c-main);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
}

.landing-wrap.result:after {
  content: '';
  display: inline-block;
  width: 280px;
  height: 120px;
  background-image: url('../images/character01.png');
  background-size: 100%;
  background-position: center;

  position: absolute;
  bottom: 0;
  right: 24px;
}

.landing-wrap.result .left-wrap {
  width: 42.7536%;
  padding-right: 45px;
}

.landing-wrap.result .right-wrap {
  width: 57.2463%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-wrap.result .images-area .image-wrap {
  width: 100%;
  height: 400px;
  border: 1px solid #d3d3d3;

  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-wrap.result .images-area .list-wrap {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.landing-wrap.result .images-area .list-wrap .list {
  display: inline-block;
  width: calc(100% / 4);
  height: 70px;
  border: 1px solid #d3d3d3;
  transition: opacity .3s;
}

.landing-wrap.result .images-area .list-wrap .list:hover {
  opacity: .5;
}

.landing-wrap.result .images-area .list-wrap .list > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-wrap.result .right-wrap > div > p {
  margin-bottom: 16px;
  font-size: 25px;
  color: var(--c-main);
}

.landing-wrap.result ul > li {
  display: flex;
  font-size: 20px;
}

.inner-result-wrap .right-wrap ul > li .title {
  width: 110px;
  margin-bottom: 20px;
  text-align: start;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 400;
}

.landing-wrap.result li .title {
  width: 110px;
  margin-bottom: 20px;
  flex-shrink: 0;
  font-weight: bold;
}

.landing-wrap.result .text {
  font-size: 15px;
  font-weight: lighter;
}

.landing-wrap.result .intotext {
  margin-top: 20px;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.8;
}

.landing-wrap.result .btn {
  width: 240px;
  height: 62px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 22px;
  font-weight: lighter;
  padding-bottom: 3px;
  position: relative;
  z-index: 10;
}

.landing-wrap.result .btn .icon {
  margin-right: 16px;
  color: #ffd200;
}

.landing-wrap.result .btn .text {
  font-size: 22px;
}

.landing-wrap.result .jisa-detail-close {
  display: block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  position: absolute;
  top: 12px;
  right: 12px;
}

.landing-wrap.result .jisa-detail-close .line {
  display: inline-block;
  background-color: var(--c-main);
  width: 32px;
  height: 2px;
}

.landing-wrap.result .jisa-detail-close .line:nth-child(1) {
  transform: rotate(45deg);
}

.landing-wrap.result .jisa-detail-close .line:nth-child(2) {
  transform: rotate(-45deg) translate(13.5px, -13.5px);
}

.inner-result-wrap {
  display: flex;
}

.intotext .text {color: var(--c-main) !important; font-size: 15px; font-weight: 300;}
.intotext p.title {margin-bottom: 1.3rem; font-size: 15px; font-weight: 400; text-align: start;}
.in-title > p {
  display: flex;
  justify-content: space-between;
}
.in-title > p > span {
  text-align: start;
}
.in-title > p > span:nth-child(1) {
  width: 42.7536%;
}

.in-title > p > span:nth-child(2) {
  width: 57.2463%;
}

.in-title p {font-size: 3.8rem; text-align: center; margin-bottom: 2rem;}
.in-title p span:nth-child(2) {font-size: 2.8rem;font-weight: 100;padding: 10px 0 0 42px}

.admin-btn {
  width: 320px;
  height: 78px;
  font-size: 25px;
  font-weight: 200;
}
.in-sty01 {display: flex;}

.join-request-modal-content .invalid-feedback {
  opacity: 0;
  color: #FF182F;
  font-size: .8em;
  margin-top: .25rem;
  margin-left: .5rem;
  width: 100%;
}

.join-request-modal-content .invalid-feedback:not(:empty) {
  opacity: 1;
}

.join-request-modal-content input.is-invalid,
.join-request-modal-content select.is-invalid,
.join-request-modal-content textarea.is-invalid {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.join-request-modal-content input.is-invalid:focus,
.join-request-modal-content select.is-invalid:focus,
.join-request-modal-content textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
}
/* container end */

@media screen and (max-width: 1420px) {
  .container section .inner-wrap {
    padding: 32px 16px;
  }
  .sec6 .inner-wrap {
    background-color: #fff;
    padding: 32px 16px !important;
  }

  .landing-wrap.result .close .line {
    display: inline-block;
    background-color: var(--c-main);
    width: 26px;
    height: 2px;

  }
}
@media screen and (max-width: 1240px) {
  /* sec6 */
  .map-area .table-sty01 .th {
    width: 144px;
    padding-left: 20px;
  }

  .map-area .table-sty01 .td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 144px);
  }

  .map-area .table-sty01 .name {
    width: 120px;
  }

  .in-title > p > span:nth-child(1) {
    width: calc(50% + 60px);
  }
}

@media screen and (max-width: 1024px) {
  .map-area .landing-wrap {
    display: block;
  }

  .map-area .landing-wrap .left-wrap {
    width: 100%;
  }

  .map-area .landing-wrap .right-wrap {
    width: 100%;
    margin-top: 12px;
  }

  .landing-wrap.result:after {
    bottom: -100px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-fixed {
    width: 70px;
    height: 70px;
    font-size: 12px;
    background-size: 28px;
    bottom: 16px;
    right: 16px;
  }

  .in-sty01 {display: inline-block;}
  .in-sty01 input {
    margin-top: 1rem;
    margin-right: 1rem;
    width: 50%
  }

  /* sec6 */
  .sec6 .main-title {
    font-size: 29px;
    margin-bottom: 5px;
  }

  .map-area .text-wrap {
    display: block;
    text-align: center;
    padding: 0px;
    background-color: transparent;
  }

  .map-area .text-wrap > p {
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 1.5rem;
  }

  .map-area .pagination .page {
    width: 30px;
    height: 30px;
  }

  .map-area .pagination .page > button {
    font-size: 14px;
  }

  .map-area .table-sty01 .th {
    width: 120px;
    padding-left: 12px;
  }

  .map-area .table-sty01 .td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 120px);
  }

  .map-area .table-sty01 .name {
    width: 100px;
  }

  .map-area .text-wrap select {
    width: 40%;
  }

  /* 지사안내 */
  .landing-wrap.result {
    padding: 12px;
    padding-top: 62px;

    height: 85vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 16px;
    right: 16px;
    margin-top: 16px;
  }

  .landing-wrap.result .left-wrap {
    padding-right: 0;
  }

  .landing-wrap.result .images-area .image-wrap {
    width: 100%;
    height: 280px;
  }

  .landing-wrap.result .images-area .list-wrap {
    gap: 6px;
  }

  .landing-wrap.result li .title {
    width: 74px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .landing-wrap.result .text {
    font-weight: lighter;
    font-size: 1.7rem;
  }

  .landing-wrap.result .intotext {
    margin-top: 20px;
  }

  .intotext p.title {
    font-size: 1.8rem;
    margin-bottom: 1.0rem;
  }
  .inner-result-wrap {
    display: block;
  }
  .in-title p {
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.2;
    display: block;
    /* flex-direction: column; */
  }
  .in-title p span:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .in-title p span:nth-child(2) {
    margin-left: unset;
    font-size: 2.0rem;
    font-weight: 100;
    padding: unset;
    width: 100%;
    text-align: center;
  }
  .landing-wrap.result .btn {
    width: 159px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
    font-weight: lighter;
    padding-bottom: 3px;
    position: relative;
    z-index: 10;
    margin: 2.5rem auto;
    display: block;
  }
  .landing-wrap.result:after {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .terms {
    font-size: 1.3rem;
  }

  .sec1 .pc {
    /* display: none; */
  }

  .sec1 .mobile {
    display: block;
  }

  /* sec6 */
  .map-area .table-sty01 li {
    display: block;
    padding: 12px 12px;
  }

  .map-area .table-sty01 .th {
    width: auto;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .map-area .table-sty01 .td {
    display: block;
    width: 100%;
  }

  .map-area .table-sty01 .name {
    width: auto;
    margin-right: 1.5rem;
  }

  .map-area .table-sty01 button {
    float: right;
    margin-top: 0px;
  }

  .map-area .table-sty01 .td:after {
    content: '';
    display: block;
    clear: both;
  }

  .map-area .pagination ul {
    text-align: center;
  }
}

/* 2026-01 */
.section1,
.section2,
.section3,
.section4,
.section5 {color: #15171a; font-size: 20px; font-family: 'Pretendard';}
.inner {position: relative; max-width: 1280px; margin: 0 auto; padding: 90px 40px;word-break: keep-all;}
.inner,
.inner * {box-sizing: border-box;}
img.pc,
img.pc720 {display: block;}
img.mo,
img.mo720 {display: none;}
@media screen and (max-width: 1200px) {
  img.pc {display: none;}
  img.mo {display: block;}
  .inner {padding: 90px 40px;}
}
@media screen and (max-width: 720px) {
  .inner {padding: 45px 20px;}
  img.pc720 {display: none;}
  img.mo720 {display: block;}
}

.visual {position: relative; background-color: #191b23; background-size: auto 100%; background-position: 50% 50%; background-repeat: no-repeat;}
.admin .visual {background-image: url(../images/img_visual_admin.jpg); height: 979px;}
.fc .visual {background-image: url(../images/img_visual_fc.jpg); height: 929px;}
.title {font-size: 40px; text-align: center; font-family: 'OneShinhan'; letter-spacing: -.5px;}
.title em {color: #0641ff; font-weight: 800;}
.title.pc {display:block;}
.title.mo {display:none;}
@media screen and (max-width: 1200px) {
  .admin .visual {height: 846px;}
  .fc .visual {height: 796px;}
  .title {font-size: 34px;}
}
@media screen and (max-width: 1050px) {
  .admin .visual {background-image: url(../images/img_visual_admin_m.jpg); height: auto; aspect-ratio: 40/47; }
  .fc .visual {background-image: url(../images/img_visual_fc_m.jpg); height: auto; aspect-ratio: 180/199; }
}
@media screen and (max-width: 720px) {
  .admin .visual {height: 460px; aspect-ratio: unset; background-size: cover;}
  .fc .visual {height: 460px; aspect-ratio: unset; background-size: cover;}
  .title {font-size: 17px;}
  .title.pc {display:none;}
  .title.mo {display:block;}
}

.admin .section1 ul {display: flex; justify-content: space-evenly; gap: 48px 95px; margin-top: 40px;}
.admin .section1 ul li img {border-radius: 50%;}
.admin .section1 ul li p {margin-top: 15px; text-align: center;}
@media screen and (max-width: 1200px) {
  .admin .section1 ul {flex-wrap: wrap; gap: 48px 0;}
  .admin .section1 ul li {width: 50%;}
  .admin .section1 ul li img {width: 260px; height: 260px; margin: 0 auto;}
}
@media screen and (max-width: 720px) {
  .admin .section1 ul {gap: 24px 0;}
  .admin .section1 ul li img {width: 130px; height: 130px;}
  .admin .section1 ul li p {margin-top: 10px; font-size: 12px;}
}
.admin .section2 {background: #e5edf7;}
.admin .section2 .support_list {display: flex; justify-content: space-between; margin-top: 50px;}
.admin .section2 .support_list li {display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: #fff; width: 285px; border: 1px solid #e1e1e1; border-radius: 30px;}
.admin .section2 .support_list li .div {padding: 20px 20px 40px;}
.admin .section2 .support_list li .div .badge {display: flex; gap: 0 4px;}
.admin .section2 .support_list li .div .badge span {background-color: rgb(0, 70, 254); height: 25px; padding: 0 12px; border-radius: 25px; color: #fff; font-size: 16px; line-height: 26px;}
.admin .section2 .support_list li .div .badge span.fc {background-color: #e0e7fb; color: #0046fe;}
.admin .section2 .support_list li .div h3 {margin-top: 30px; font-size: 24px; font-family: 'OneShinhan'; font-weight: 800; word-break: break-word;}
.admin .section2 .support_list li .div .desc {margin-top: 20px; font-size: 20px;}
.admin .section2 .support_list li .div .desc sup {position:relative; top:-5px; font-size:16px;}

@media screen and (max-width: 1280px) {
  .admin .section2 .support_list {flex-wrap: wrap; gap: 30px;}
  .admin .section2 .support_list li {width: calc(50% - 15px);}
}
@media screen and (max-width: 720px) {
  .admin .section2 .support_list {gap: 16px; margin-top: 25px;}
  .admin .section2 .support_list li {width: calc(50% - 8px);}
  .admin .section2 .support_list li .div {padding: 10px 10px 20px;}
  .admin .section2 .support_list li .div .badge span {height: 15px; padding: 0 10px; font-size: 10px; line-height: 16px;}
  .admin .section2 .support_list li .div h3 {margin-top: 15px; font-size: 13px;}
  .admin .section2 .support_list li .div .desc {margin-top: 10px; font-size: 12px;}
  .admin .section2 .support_list li .div .desc sup {top:-3px; font-size:10px;}
}
.admin .section3 .infra {display: flex; flex-wrap: wrap; gap: 30px 0; margin-top: 40px;}
.admin .section3 .infra li {display: flex; flex-direction: column; align-items: center; width: 33.33%; text-align: center;}
.admin .section3 .infra li strong {margin-top: 15px; font-family: 'OneShinhan'; font-weight: 800; font-size: 24px;}
.admin .section3 .infra li p {margin-top: 15px;}
@media screen and (max-width: 1000px) {
  .admin .section3 .infra {flex-wrap: wrap;}
  .admin .section3 .infra li {width: 50%;}
}
@media screen and (max-width: 720px) {
  .admin .section3 .infra li img {width: 71px; height: 71px;}
  .admin .section3 .infra li strong {margin-top: 5px; font-size: 13px;}
  .admin .section3 .infra li p {margin-top: 7px; font-size: 12px;}
}

.admin .section4 {background: #e5edf7;}
.admin .section4 .div_wrap {display: flex; margin-top: 60px; padding: 0 10px 50px;}
.admin .section4 .div_wrap .div {min-width: 400px;}
.admin .section4 .div_wrap h3 {display: flex; align-items: center; gap: 0 12px; font-family: 'OneShinhan'; font-weight: 800; font-size: 24px;}
.admin .section4 .div_wrap h3:before {content: ""; background: #0046fe; width: 5px; height: 25px; border-radius: 5px;}
.admin .section4 .div_wrap ul {margin-top: 15px;}
.admin .section4 .div_wrap ul li {display: flex; letter-spacing: -1px;}
.admin .section4 .div_wrap ul li:before {content: ""; background: #15171a; width: 5px; height: 5px; margin-top: 11px; margin-right: 4px; border-radius: 50%;}
.admin .section4 .div_wrap .div:last-child ul li {display: flex;}
.admin .section4 .div_wrap .div:last-child ul li div {margin-left: 12px;}
.admin .section4 .div_wrap .div:last-child ul li div span {display: flex; align-items: center; gap: 0 7px;}
@media screen and (max-width: 1280px) {
  .admin .section4 .div_wrap {flex-direction: column; gap: 35px 0; padding: 0 0 50px;}
}
@media screen and (max-width: 720px) {
  .admin .section4 .div_wrap {margin-top: 25px; gap: 14px 0; padding: 0 0 25px;}
  .admin .section4 .div_wrap h3 {gap: 0 6px; font-size: 13px;}
  .admin .section4 .div_wrap h3:before {width: 3px; height: 14px;}
  .admin .section4 .div_wrap ul {margin-top: 8px;}
  .admin .section4 .div_wrap ul li {font-size: 12px;}
  .admin .section4 .div_wrap ul li:before {width: 3px; height: 3px; margin-top: 7px;}
  .admin .section4 .div_wrap .div:last-child ul li div span img {width: 9.5px; height: 8px;}
  .admin .section4 .div_wrap .div {min-width: unset;}
}
/* FC */
.fc .section1 .img {position: absolute; bottom: 40px; right: 90px;}
.fc .section1 ul {max-width: 800px; margin-top: 75px;}
.fc .section1 ul li {display: flex; align-items: center; gap: 0 30px; padding: 40px 0 20px 30px; border-bottom: 1px solid #ccc; font-family: 'OneShinhan'; font-size: 24px;}
.fc .section1 ul li em {background: #0641ff; width: 40px; height: 40px; border-radius: 10px; color: #fff; text-align: center; font-weight: 800; line-height: 40px;}
@media screen and (max-width: 1280px) {
  .fc .section1 ul li {align-items: flex-start;}
  .fc .section1 ul li b {display: block;}
}
@media screen and (max-width: 900px) {
  .fc .section1 .img {display: block; position: static; margin: 60px auto 0;}
}
@media screen and (max-width: 720px) {
  .fc .section1 .img {width: 143.5px; height: auto; margin: 30px auto 0;}
  .fc .section1 ul {margin-top: 35px;}
  .fc .section1 ul li {gap: 0 15px; padding: 20px 0 10px 15px; font-size: 13px;}
  .fc .section1 ul li em {width: 20px; height: 20px; border-radius: 5px; line-height: 20px; font-size: 11px;}
}
.fc .section2 {background: #faf8f9;}
.fc .section2 .support_list {display: flex; justify-content: space-between; margin-top: 40px;}
.fc .section2 .support_list li {width: 384px;}
.fc .section2 .support_list li .div {padding: 0 10px;}
.fc .section2 .support_list li h3 {margin: 25px 0 15px; font-family: 'OneShinhan'; font-size: 24px; font-weight: 800;}
.fc .section2 .support_list li h3 em {font-weight: normal;}
@media screen and (max-width: 1280px) {
  .fc .section2 .support_list {flex-direction: column; align-items: center; gap: 30px 0; width: fit-content; margin: 40px auto 0;}
  .fc .section2 .support_list li {display: flex; gap: 0 20px; width: auto;}
  .fc .section2 .support_list li img {max-width: 320px;}
  .fc .section2 .support_list li .div {padding: 10px 0;}
  .fc .section2 .support_list li h3 {margin: 0 0 15px;}
}
@media screen and (max-width: 720px) {
  .fc .section2 .support_list {gap: 15px 0; max-width: 332px; margin-top: 20px;}
  .fc .section2 .support_list li {gap: 0 20px;}
  .fc .section2 .support_list li img {max-width: 160px;}
  .fc .section2 .support_list li .div {padding: 5px 0;}
  .fc .section2 .support_list li h3 {margin: 0 0 5px; font-size: 13px;}
  .fc .section2 .support_list li .desc {font-size: 12px;}
  .fc .section2 .support_list li .desc br {display: none;}
}
.fc .section3 .infra {display: flex; flex-wrap: wrap; gap: 30px 0; margin-top: 40px;}
.fc .section3 .infra li {display: flex; flex-direction: column; align-items: center; width: 33.33%; text-align: center;}
.fc .section3 .infra li strong {margin-top: 15px; font-family: 'OneShinhan'; font-weight: 800; font-size: 24px;}
.fc .section3 .infra li p {margin-top: 15px;}
@media screen and (max-width: 1000px) {
  .fc .section3 .infra {flex-wrap: wrap;}
  .fc .section3 .infra li {width: 50%;}
}
@media screen and (max-width: 720px) {
  .fc .section3 .infra li img {width: 50px; height: 50px;}
  .fc .section3 .infra li strong {margin-top: 5px; font-size: 13px;}
  .fc .section3 .infra li p {margin-top: 7px; font-size: 12px;}
}
.fc .section4 {background: #faf8f9;}
.fc .section4 .div_wrap {display: flex; margin-top: 60px; padding: 0 10px 50px;}
.fc .section4 .div_wrap .div {min-width: 400px;}
.fc .section4 .div_wrap h3 {display: flex; align-items: center; gap: 0 12px; font-family: 'OneShinhan'; font-weight: 800; font-size: 24px;}
.fc .section4 .div_wrap h3:before {content: ""; background: #0046fe; width: 5px; height: 25px; border-radius: 5px;}
.fc .section4 .div_wrap ul {margin-top: 15px;}
.fc .section4 .div_wrap ul li {display: flex; letter-spacing: -1px;}
.fc .section4 .div_wrap ul li:before {content: ""; background: #15171a; width: 5px; height: 5px; margin-top: 11px; margin-right: 4px; border-radius: 50%;}
.fc .section4 .div_wrap .div:last-child ul li {display: flex;}
.fc .section4 .div_wrap .div:last-child ul li div {margin-left: 12px;}
.fc .section4 .div_wrap .div:last-child ul li div span {display: flex; align-items: center; gap: 0 7px;}
@media screen and (max-width: 1280px) {
  .fc .section4 .div_wrap {flex-direction: column; gap: 35px 0; padding: 0 0 50px;}
}
@media screen and (max-width: 720px) {
  .fc .section4 .div_wrap {margin-top: 25px; gap: 14px 0; padding: 0 0 25px;}
  .fc .section4 .div_wrap h3 {gap: 0 6px; font-size: 13px;}
  .fc .section4 .div_wrap h3:before {width: 3px; height: 14px;}
  .fc .section4 .div_wrap ul {margin-top: 8px;}
  .fc .section4 .div_wrap ul li {font-size: 12px;}
  .fc .section4 .div_wrap ul li:before {width: 3px; height: 3px; margin-top: 7px;}
  .fc .section4 .div_wrap .div:last-child ul li div span img {width: 9.5px; height: 8px;}
  .fc .section4 .div_wrap .div {min-width: unset;}
}

.map-area .landing-wrap .left-wrap .land {
  fill: #d9ecf9;
  stroke: #fff;
  stroke-width: 1.8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-area .landing-wrap .left-wrap .land:hover {
  fill: #bbdefb;
}

/* 지역 선택 시 스타일 */
.map-area .landing-wrap .left-wrap .land.selected {
  fill: #fffbf3;
  stroke: #0641ff;
  stroke-width: 1.6;
  filter: drop-shadow(0 4px 8px rgba(13, 71, 50, 0.4));
}

/* 라벨 텍스트 */
.map-area .landing-wrap .left-wrap label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 600;
  font-size: 14px;
}

.map-area .landing-wrap .left-wrap .label-box {
  fill: #6ebbf4;
  stroke: #6ebbf4;
  stroke-width: 1.5;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-area .landing-wrap .left-wrap .label-box:hover {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
}

.map-area .landing-wrap .left-wrap .label-text {
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 13px;
  font-weight: 600;
  fill: #ffffff;
  text-anchor: middle;
  cursor: pointer;
  pointer-events: none;
}

.map-area .landing-wrap .left-wrap .label-text.selected {
  fill: #0046ff;
}

