@charset "UTF-8";
/*-------------------------------------------------
title       : 설정
Author      : 플랜아이 광주
Create date : 2025-06-17
Last revision : 
-------------------------------------------------*/
/*-------------------------------------------------
title           : 영문
Author          : ㅈㅁㅈ
Create date     : 2026-03-17
-------------------------------------------------*/
#logo a {
  width: 14.9rem;
  background: url("../../images/erdh/layout/logo.svg") no-repeat !important;
  background-size: auto 100% !important;
}

#footer .fsidemenu li a {
  font-size: inherit;
}

body.fp-viewing-firstPage #logo a {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}

#header.active #logo a {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%);
}

#fp_nav {
  right: 3.8rem;
  width: 14.2rem;
  font-size: 1.2rem;
}

.layer_wrap .hospital_list_wrap .hospital_list button {
  font-size: inherit;
  line-height: 1.5;
}

#visual .item .title, #visual .item .desc {
  width: 90rem;
  max-width: calc(100% - 29rem);
}
#visual .item .title {
  font-size: 5.6rem;
}
#visual .item .desc {
  width: 66rem;
  font-weight: 300;
}
#visual .swiper-controls {
  top: calc(50% + 20rem);
}

.map_wrap .link_list a {
  z-index: 3;
  width: 14.5rem;
  padding: 1.8rem 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  background: none !important;
  mix-blend-mode: inherit !important;
}
.map_wrap .link_list a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 8.8rem;
  height: 8.8rem;
  mix-blend-mode: multiply;
  -webkit-box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  background: rgba(22, 51, 113, 0.9);
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.map_wrap .link_list a:hover::before, .map_wrap .link_list a:focus::before {
  background-color: #000;
}
.map_wrap .link_list a.divi3 {
  left: 10%;
}
.map_wrap .link_list a.divi4 {
  right: 20%;
}
.map_wrap .link_list li:first-child a::before {
  width: 11.2rem;
  height: 11.2rem;
}

.institution_wrap .map_box .link_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7rem;
  padding: 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section03 .link_list .text2 {
  width: 28rem;
  max-width: 100%;
  font-size: inherit;
}
#section03 .link_list .item {
  padding-right: 2rem;
}
#section03 .link_list .item.item1::before {
  background-image: url("../../images/erdh/main/sec3_1.png");
}
#section03 .link_list .item.item2::before {
  background-image: url("../../images/erdh/main/sec3_3.png");
}

.layer_wrap .hospital_list_wrap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.layer_wrap .hospital_list_wrap .title {
  background: linear-gradient(92deg, #3474D2 15%, #48C1DC 30%, #3474D2 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  color: #67BBFF;
}
.layer_wrap .hospital_list_wrap .hospital_list_box {
  height: calc(100% - 12rem) !important;
  border: 0 none !important;
}
.layer_wrap .hospital_list_wrap .hospital_list {
  display: grid;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.layer_wrap .hospital_list_wrap .hospital_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 8.8rem;
  padding-left: 1.2rem;
  border-bottom: 1px solid #222;
  padding-right: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer_wrap .hospital_list_wrap .hospital_list a::after {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  font-family: "remixicon";
  content: "\ea6c";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layer_wrap .hospital_list_wrap .hospital_list a:nth-child(1), .layer_wrap .hospital_list_wrap .hospital_list a:nth-child(2), .layer_wrap .hospital_list_wrap .hospital_list a:nth-child(3) {
  border-top: 1px solid #222;
}

@media (max-width: 1600px) {
  .map_wrap {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .institution_wrap .map_wrap {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1400px) {
  .map_wrap .link_list a {
    padding: 1rem 0;
    font-size: inherit;
  }
  .map_wrap .link_list a::before {
    width: 7rem;
    height: 7rem;
  }
  .map_wrap .link_list a.divi3, .map_wrap .link_list a.divi2 {
    left: 0;
  }
  .map_wrap .link_list a.divi4 {
    right: 10%;
  }
  .map_wrap .link_list li:first-child a::before {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 900px) {
  #visual .item .title, #visual .item .desc {
    min-width: 100%;
  }
  #visual .item .title {
    font-size: 3.2rem;
  }
  #visual .item .desc {
    font-size: inherit;
  }
  .map_wrap {
    left: 50%;
    right: auto;
    margin-left: 2rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .layer_wrap .hospital_list_wrap .title {
    font-size: 3rem;
  }
  .layer_wrap .hospital_list_wrap .hospital_list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    font-size: inherit;
  }
  .layer_wrap .hospital_list_wrap .hospital_list a:nth-child(3) {
    border-top: 0 none;
  }
}
@media (max-width: 500px) {
  .layer_wrap .hospital_list_wrap .hospital_list {
    grid-template-columns: 100%;
  }
  .layer_wrap .hospital_list_wrap .hospital_list a:nth-child(2) {
    border-top: 0 none;
  }
}