@charset "UTF-8";
/* 전역변수 */
/* 메인 비쥬얼 */
.main-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.main-visual .title-wrap {
  position: absolute;
  width: 100%;
  max-width: 180rem;
  height: 100%;
}
.main-visual .title-wrap .title-area {
  position: absolute;
  top: 45%;
  left: 2.4rem;
  z-index: 2;
  padding-right: 2.4rem;
}
.main-visual .title-wrap .title-area .main-title {
  font-size: 5.6rem;
  font-weight: 400;
  color: #232323;
  opacity: 0;
  transform: translateY(0);
}
.main-visual .title-wrap .title-area .main-title > em {
  font-weight: 700;
  color: #003876;
}
.main-visual .title-wrap .title-area .sub-desc {
  margin-top: 3.4rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #232323;
  opacity: 0;
  transform: translateY(0);
}
.main-visual .visual-wrap {
  position: relative;
  width: 18rem;
  height: 30rem;
}
.main-visual .visual-wrap .line {
  display: block;
  position: absolute;
  background-color: #076fc8;
  transition: background-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-visual .visual-wrap .line.top {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.main-visual .visual-wrap .line.right {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.main-visual .visual-wrap .line.bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
}
.main-visual .visual-wrap .line.left {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.main-visual .visual-wrap .line.fade-out {
  background-color: transparent !important;
}
.main-visual .visual-wrap .visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .main-visual .title-wrap .title-area .main-title {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
  .main-visual .title-wrap .title-area .sub-desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .main-visual .visual-wrap {
    width: 12rem;
    height: 18rem;
  }
}

/* 메인섹션1 - 병원소개 */
.section1 {
  position: relative;
  padding: 25rem 0 30rem;
  background-color: #fff;
}
.section1 .in-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.section1 .in-sec .sec-group {
  flex-grow: 1;
  flex-basis: 50%;
  position: relative;
  max-width: 50%;
  min-height: 55rem;
  padding: 5rem 0;
}
.section1 .cont-head {
  padding-bottom: 8rem;
}
.section1 .cont-head .title-wrap {
  min-height: 6rem;
}
.section1 .cont-head .title-wrap .sub-title {
  font-size: 5.6rem;
  font-weight: 700;
}
.section1 .cont-head .title-wrap .sub-title > span {
  color: #0068ff;
}
@media all and (max-width: 1024px) {
  .section1 {
    padding: 5rem 0 6rem;
  }
  .section1 .in-sec {
    flex-direction: column;
    justify-content: flex-start;
  }
  .section1 .in-sec .sec-group {
    flex-basis: 0;
    position: relative;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }
  .section1 .in-sec .sec-group + .sec-group {
    padding-top: 7rem;
  }
  .section1 .cont-head {
    padding-bottom: 4rem;
  }
  .section1 .cont-head .title-wrap {
    min-height: 9rem;
  }
  .section1 .cont-head .title-wrap .sub-title {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
}

.hospital-info .info-list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.hospital-info .info-list .item {
  font-size: 2.2rem;
  font-weight: 400;
  color: #363636;
  line-height: 3.2rem;
}
.hospital-info .info-list .item > em {
  font-weight: 700;
  color: #0068ff;
}
@media all and (max-width: 1024px) {
  .hospital-info .info-list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .hospital-info .info-list .item {
    font-size: 1.8rem;
    line-height: 2.6rem;
    word-break: keep-all;
  }
}

.hospital-figure {
  position: relative;
  overflow: hidden;
}
.hospital-figure .swiper .swiper-wrapper .swiper-slide {
  width: 40rem;
}
.hospital-figure .swiper .swiper-wrapper .swiper-slide > img {
  border-top-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hospital-figure .swiper .swiper-slide-active {
  opacity: 1; /* 활성 슬라이드 */
}
.hospital-figure .swiper .swiper-slide-prev,
.hospital-figure .swiper .swiper-slide-next {
  opacity: 0.3; /* 이전/다음 슬라이드 */
}
.hospital-figure .swiper .swiper-pagination-fraction {
  color: #fff;
}
.hospital-figure .swiper-pagination-custom {
  display: flex;
  align-items: center;
  width: 20rem;
  gap: 0.8rem;
  margin-top: 1.8rem;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: bold;
  color: #b0b0b0;
}
.hospital-figure .swiper-pagination-custom .is-current {
  min-width: 2rem;
  color: #003876; /* 활성 페이지 숫자 색상 */
  text-align: right;
}
.hospital-figure .swiper-pagination-custom .total {
  min-width: 2rem;
  color: #b0b0b0;
  text-align: left;
}
.hospital-figure .swiper-pagination-custom .progress-bar {
  position: relative;
  flex-grow: 1;
  height: 2px;
  border-radius: 2px;
  background-color: #e0e0e0;
  overflow: hidden;
}
.hospital-figure .swiper-pagination-custom .progress-bar .progress-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 2px;
  background-color: #003876;
  transition: width 0.3s ease;
}
@media all and (max-width: 1024px) {
  .hospital-figure {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .hospital-figure .swiper {
    height: 30rem;
  }
  .hospital-figure .swiper .swiper-wrapper .swiper-slide > img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* 메인섹션2 - 의료진소개 */
.section2 .scroll-h {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #f2f4fa;
}
.section2 .doctor-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  transition: opacity 0.5s ease-in-out;
}
.section2 .doctor-info.animated .profile-area {
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 1.5s;
}
.section2 .doctor-info.animated .doctor-figure .figure-area::before {
  animation: sweepMaskDelayed 1.3s ease-in-out forwards;
}
.section2 .doctor-info.animated .doctor-figure .figure-area > img {
  opacity: 1;
}
.section2 .doctor-info .doctor-figure {
  position: relative;
  flex-grow: 1;
  flex-basis: 55%;
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  overflow: hidden;
}
.section2 .doctor-info .doctor-figure .figure-area {
  position: relative;
}
.section2 .doctor-info .doctor-figure .figure-area > img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease 1s;
}
.section2 .doctor-info .doctor-figure .figure-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003876;
  z-index: 2;
  transform: translateX(100%);
}
.section2 .doctor-info .profile-area {
  flex-grow: 1;
  flex-basis: 50%;
  padding-left: 8rem;
  opacity: 0;
  transform: translateY(50px);
}
.section2 .doctor-info .profile-area .profile {
  margin-bottom: 4rem;
}
.section2 .doctor-info .profile-area .profile > em {
  display: block;
  padding-bottom: 1.4rem;
  font-size: 2rem;
}
.section2 .doctor-info .profile-area .profile > strong {
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
}
.section2 .doctor-info .profile-area .profile > strong > span {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 2.6rem;
}
.section2 .doctor-info .profile-area .career {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.section2 .doctor-info .profile-area .list-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 4rem;
}
.section2 .doctor-info .profile-area .profile-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section2 .doctor-info .profile-area .profile-list > li {
  font-size: 1.6rem;
  color: #232323;
}
@media all and (max-width: 1024px) {
  .section2 .scroll-h {
    height: auto;
    padding: 8rem 0;
  }
  .section2 .doctor-info {
    align-items: flex-start;
    flex-direction: column;
  }
  .section2 .doctor-info .doctor-figure {
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
  .section2 .doctor-info .doctor-figure .figure-area {
    width: 100%;
  }
  .section2 .doctor-info .profile-area {
    padding-left: 0;
  }
  .section2 .doctor-info .profile-area .profile {
    margin: 2.6rem 0;
  }
  .section2 .doctor-info .profile-area .profile > em {
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .section2 .doctor-info .profile-area .profile > strong {
    font-size: 2.6rem;
  }
  .section2 .doctor-info .profile-area .profile > strong > span {
    padding-left: 0.5rem;
    font-size: 1.8rem;
  }
  .section2 .doctor-info .profile-area .career {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .section2 .doctor-info .profile-area .list-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
  .section2 .doctor-info .profile-area .profile-list {
    gap: 0.5rem;
  }
  .section2 .doctor-info .profile-area .profile-list > li {
    font-size: 1.4rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sweepMaskDelayed {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 메인섹션3 - 진료과목 */
.section3 {
  background-color: #003876;
}
.section3 .cont-head {
  position: relative;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  padding: 20rem 0 23rem;
}
.section3 .cont-head .title-wrap {
  padding-left: 2.4rem;
}
.section3 .cont-head .title-wrap .sub-title {
  font-size: 5.6rem;
  color: #fff;
  line-height: 8rem;
}
.section3 .cont-head .title-wrap .sub-title em {
  font-weight: 700;
}
.section3 .cont-head .swiper-btn-control {
  position: absolute;
  bottom: 7rem;
  margin-left: 2rem;
}
.section3 .cont-head .swiper-btn-control .swiper-button-next {
  position: absolute;
  left: 13rem;
}
.section3 .cont-head .swiper-btn-control .swiper-button-prev,
.section3 .cont-head .swiper-btn-control .swiper-button-next {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .section3 .cont-head {
    padding: 10rem 0 13rem;
  }
  .section3 .cont-head .title-wrap {
    padding-right: 2.4rem;
  }
  .section3 .cont-head .title-wrap .sub-title {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
  .section3 .cont-head .swiper-btn-control {
    bottom: 5rem;
  }
  .section3 .cont-head .swiper-btn-control .swiper-button-next {
    left: 9rem;
  }
  .section3 .cont-head .swiper-btn-control .swiper-button-prev,
  .section3 .cont-head .swiper-btn-control .swiper-button-next {
    color: #fff;
  }
  .section3 .cont-head .swiper-btn-control .swiper-button-prev:after,
  .section3 .cont-head .swiper-btn-control .swiper-button-next:after {
    font-size: 3rem;
  }
}

.medical-subject {
  position: relative;
  margin-bottom: 30rem;
}
.medical-subject .medical-list {
  width: 65rem;
}
.medical-subject .medical-list .item {
  display: flex;
  flex-direction: column;
  width: 65rem;
  height: 60rem;
  border-top-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.medical-subject .medical-list .item .figure-area {
  width: 100%;
  height: 35rem;
}
.medical-subject .medical-list .item .figure-area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.medical-subject .medical-list .item .desc-area {
  margin-top: 5rem;
  padding: 0 5rem;
}
.medical-subject .medical-list .item .desc-area > strong {
  display: block;
  font-size: 3.5rem;
}
.medical-subject .medical-list .item .desc-area .desc {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 3rem;
}
@media all and (max-width: 1024px) {
  .medical-subject {
    margin-bottom: 13rem;
  }
  .medical-subject .medical-list .swiper-slide {
    padding: 0 1rem;
  }
  .medical-subject .medical-list .item {
    width: 100%;
    height: 46rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
  .medical-subject .medical-list .item .figure-area {
    height: 25rem;
  }
  .medical-subject .medical-list .item .desc-area {
    margin-top: 4.4rem;
    padding: 0 2.5rem;
  }
  .medical-subject .medical-list .item .desc-area > strong {
    font-size: 2.4rem;
  }
  .medical-subject .medical-list .item .desc-area .desc {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    word-break: keep-all;
  }
}

/* 메인섹션4 - 비수술클리닉 */
.section4 {
  background: linear-gradient(180deg, rgb(0, 56, 118) 0%, rgb(0, 56, 118) 30%, rgb(255, 255, 255) 100%);
}
.section4 .in-sec {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 4rem;
  padding: 9rem 10rem 18rem;
  border-top-left-radius: 3.6rem;
  border-top-right-radius: 3.6rem;
  background-color: #fff;
  overflow: hidden;
}
.section4 .cont-head {
  margin-top: 4rem;
}
.section4 .cont-head .title-wrap .sub-title {
  font-size: 5.2rem;
  font-weight: 700;
}
.section4 .cont-body {
  margin-top: 8rem;
}
@media all and (max-width: 1024px) {
  .section4 .in-sec {
    margin: 0;
    padding: 4rem 2.4rem 12rem;
  }
  .section4 .cont-head .title-wrap .sub-title {
    font-size: 3.5rem;
  }
  .section4 .cont-body {
    margin-top: 4rem;
  }
}
.section4 .non-surgical-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.section4 .non-surgical-list .item {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  height: 54rem;
}
.section4 .non-surgical-list .item .figure-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.section4 .non-surgical-list .item .figure-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0.5;
}
.section4 .non-surgical-list .item .figure-area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .non-surgical-list .item .desc-area {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 20rem;
  padding: 3rem;
}
.section4 .non-surgical-list .item .desc-area > strong {
  display: block;
  font-size: 3rem;
  color: #fff;
}
.section4 .non-surgical-list .item .desc-area .desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 3rem;
}
@media all and (max-width: 1024px) {
  .section4 .non-surgical-list {
    flex-direction: column;
    gap: 2rem;
  }
  .section4 .non-surgical-list .item {
    flex-basis: auto;
    width: 100%;
    height: 44rem;
  }
  .section4 .non-surgical-list .item .desc-area {
    min-height: auto;
    padding: 3rem 2rem;
  }
  .section4 .non-surgical-list .item .desc-area > strong {
    font-size: 2.4rem;
  }
  .section4 .non-surgical-list .item .desc-area .desc {
    margin-top: 1.6rem;
    line-height: 2.4rem;
    word-break: keep-all;
  }
}

/* 메인섹션5 - 국소수술클리닉 */
.section5 {
  padding-bottom: 10rem;
}
.section5 .in-sec {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 4rem;
  padding: 7rem 10rem 10rem;
  border-radius: 3.6rem;
  background-color: #f2f4fa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section5 .in-sec::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14rem;
  width: 58rem;
  height: 58rem;
  border-radius: 50%;
  background: url("../images/medical/img_local_surgery.jpg") no-repeat center center;
  overflow: hidden;
  transform: translateY(-50%);
}
.section5 .cont-head {
  margin-top: 7rem;
}
.section5 .cont-head .title-wrap .sub-title {
  font-size: 5.2rem;
  font-weight: 700;
}
.section5 .cont-body {
  margin-top: 5rem;
}
@media all and (max-width: 1024px) {
  .section5 {
    padding-bottom: 0;
  }
  .section5 .in-sec {
    margin: 0;
    padding: 5rem 2.4rem 8rem;
    border-radius: 3.6rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section5 .in-sec::after {
    display: none;
  }
  .section5 .cont-head {
    margin-top: 3rem;
  }
  .section5 .cont-head .title-wrap .sub-title {
    font-size: 3.5rem;
  }
  .section5 .cont-body {
    margin-top: 4rem;
  }
}
.section5 .local-surgery .desc-area > p {
  font-size: 3.4rem;
  line-height: 4.4rem;
}
.section5 .local-surgery .desc-area > p + p {
  margin-top: 0.5rem;
}
.section5 .local-surgery .desc-area > p > strong {
  font-weight: 700;
  color: #0068ff;
}
.section5 .local-surgery .desc-area > p > em {
  font-weight: 600;
}
.section5 .local-surgery .local-surgery-list {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.section5 .local-surgery .local-surgery-list .item {
  position: relative;
  padding-left: 2.8rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.section5 .local-surgery .local-surgery-list .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.2rem;
  border-right: 2px solid #0068ff;
  border-bottom: 2px solid #0068ff;
  transform: rotate(45deg) scale3d(1, 1, 1);
  transform-origin: 80% 45%;
  z-index: 2;
  opacity: 1;
}
.section5 .local-surgery .step-list {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  gap: 2.4em;
}
.section5 .local-surgery .step-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 4rem;
  border-radius: 0.8rem;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 500;
  color: #003876;
}
.section5 .local-surgery .step-list > li > span {
  display: block;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #636363;
}
@media all and (max-width: 1024px) {
  .section5 .local-surgery .desc-area > p {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .section5 .local-surgery .desc-area > p + p {
    margin-top: 0;
  }
  .section5 .local-surgery .local-surgery-list {
    margin-top: 4rem;
    gap: 2rem;
  }
  .section5 .local-surgery .local-surgery-list .item {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .section5 .local-surgery .step-list {
    flex-direction: column;
    margin-top: 4rem;
    gap: 1.2rem;
  }
  .section5 .local-surgery .step-list > li {
    width: 100%;
    padding: 1.6rem 4rem;
    border-radius: 1rem;
    font-size: 1.6rem;
  }
  .section5 .local-surgery .step-list > li > span {
    font-size: 1.4rem;
  }
}

/* 메인섹션6 - 오시는길, 진료안내 */
.section6 {
  padding: 15rem 0 20rem;
}
.section6 .in-sec {
  padding: 0 2.4rem;
}
.section6 .cont-head {
  margin-bottom: 3rem;
}
.section6 .cont-head .title-wrap .sub-title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 8rem;
}
.section6 .map-notice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section6 .map-notice .sec-group {
  flex-grow: 1;
  flex-basis: 50%;
  position: relative;
  max-width: 50%;
}
.section6 .map-figure {
  width: 100%;
  height: 70rem;
  margin-top: 5rem;
}
.section6 .map-figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section6 .map-figure .wrap_controllers,
.section6 .map-figure .section_address {
  display: none !important;
}
.section6 .medi-info .info-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5rem;
}
.section6 .medi-info .info-list dl {
  display: flex;
}
.section6 .medi-info .info-list dl dt {
  min-width: 15rem;
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #636363;
}
.section6 .medi-info .info-list dl dd {
  font-size: 2.8rem;
  font-weight: 600;
  color: #232323;
  line-height: 2.8rem;
}
.section6 .medi-info .info-list dl dd .note {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.section6 .medi-info .desc-area {
  margin-top: 5rem;
}
.section6 .medi-info .desc-area .desc {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  color: #0068ff;
}
.section6 .medi-info .desc-area .desc .highlight {
  display: inline-block;
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
}
.section6 .medi-info .desc-area .desc .highlight::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.7rem;
  background-color: rgba(255, 235, 0, 0.5);
  z-index: -1;
}
.section6 .medi-info .map-link {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section6 .medi-info .map-link .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  height: 4.8rem;
  border: 1px solid #232323;
  border-radius: 2.6rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.section6 .medi-info .map-link .item.map-naver {
  padding-left: 2rem;
  background-image: url("../images/icons/ico_map_naver.svg");
  background-repeat: no-repeat;
  background-size: 1.8rem auto;
  background-position: left 1.7rem top 1rem;
  color: #232323;
}
.section6 .medi-info .map-link .item.map-kakao {
  padding-left: 2rem;
  background-image: url("../images/icons/ico_map_kakao.svg");
  background-repeat: no-repeat;
  background-size: 2.2rem auto;
  background-position: left 1.7rem top 1.2rem;
  color: #232323;
}
@media all and (max-width: 1024px) {
  .section6 {
    padding: 10rem 0;
  }
  .section6 .cont-head {
    margin-bottom: 2rem;
  }
  .section6 .cont-head .title-wrap .sub-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4rem;
  }
  .section6 .map-notice {
    flex-direction: column;
    justify-content: flex-start;
  }
  .section6 .map-notice .sec-group {
    flex-basis: 0;
    position: relative;
    max-width: 100%;
    min-height: auto;
  }
  .section6 .map-notice .sec-group + .sec-group {
    margin-top: 6rem;
  }
  .section6 .map-figure {
    width: auto;
    height: 43rem;
  }
  .section6 .map-figure .root_daum_roughmap_landing {
    width: 100% !important;
    height: 43rem;
  }
  .section6 .medi-info .info-list {
    gap: 1.8rem;
  }
  .section6 .medi-info .info-list dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section6 .medi-info .info-list dl dt {
    min-width: 10rem;
    font-size: 1.8rem;
  }
  .section6 .medi-info .info-list dl dd {
    font-size: 1.8rem;
  }
  .section6 .medi-info .info-list dl dd .note {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .section6 .medi-info .desc-area {
    margin-top: 2rem;
  }
  .section6 .medi-info .desc-area .desc {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .section6 .medi-info .desc-area .desc .highlight {
    font-size: 3.2rem;
  }
}