/* common */
.hy-box {
  text-align: center;
}
.hy-box > div {
  border: 2px solid #1a6eb6;
  background-color: #fff;
  padding: 14px 40px;
  border-radius: 999px;
  margin: 0 auto;

  display: inline-block;
  box-shadow: 10px 10px 24px 0px rgba(0, 0, 0, 0.52);
}
.hy-box h4 {
  font-weight: 800;
}

@media(max-width:1200px) {
  .hy-box > div h4{
     font-size: 20px;
  }
}

@media(max-width:769px) {
  .hy-box > div{
      padding: 8px;
      border-radius: 16px;
      width: 100%;
  }
  .hy-box > div h4{
     font-size: 18px;
  }
}

/* sub1-1 */

.sub1-1{
  background: url(../img/sub/sub1-1-bg.jpg) center/contain no-repeat;
  margin-bottom: 120px;
}

/* Section */

.promo__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #3a6366;
}

.promo__title {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  color: #0b7e82;
  letter-spacing: -0.02em;
}

/* Grids */
.promo__grid {
  display: grid;
  gap: 22px;
}

.promo__grid--top {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
}

.promo__grid--bottom {
  grid-template-columns: repeat(2, 1fr);
}

/* Cards */
.promo-card {
  position: relative;
  display: block;
  border-radius: 0; /* 이미지처럼 각진 카드 */
  overflow: hidden;
  box-shadow: 10px 10px 24px 0px rgba(0, 0, 0, 0.52);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  transform: skew(0deg); 
}

.promo-card--tall {
  height: 600px;
}
.promo-card--wide {
  height: 350px;
}

/* Content */
.promo-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
}

.promo__grid--top .promo-card:nth-child(1) .promo-card__content {
  background: url(../img/sub/sub1-1-btn_01.jpg) center/cover no-repeat;
}
.promo__grid--top .promo-card:nth-child(2) .promo-card__content {
  background: url(../img/sub/sub1-1-btn_02.jpg) center/cover no-repeat;
}
.promo__grid--top .promo-card:nth-child(3) .promo-card__content {
  background: url(../img/sub/sub1-1-btn_03.jpg) center/cover no-repeat;
}
.promo__grid--bottom .promo-card:nth-child(1) .promo-card__content {
  background: url(../img/sub/sub1-1-btn_04.jpg) center/cover no-repeat;
}
.promo__grid--bottom .promo-card:nth-child(2) .promo-card__content {
  background: url(../img/sub/sub1-1-btn_05.jpg) center/cover no-repeat;
}

.promo-card__h {
  margin: 0 0 14px;
  font-size: 35px;
  font-weight: 800;
}

.promo-card__p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.95;
  white-space: pre-line;
}

.promo-card__more {
  margin-top: auto;
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

/* Hover (선택) */
.promo-card {
  transition: all 2s;
}
.promo-card:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 24px 1px rgba(0, 0, 0, 0.59);
}

/* Responsive */
@media (max-width: 1024px) {
  .promo__title {
    font-size: 38px;
  }
  .promo__grid--top {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-card--tall {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .promo {
    padding: 56px 0;
  }
  .promo__grid--top,
  .promo__grid--bottom {
    grid-template-columns: 1fr;
  }
  .promo-card--tall,
  .promo-card--wide {
    height: 320px;
  }
  .promo-card__h {
    font-size: 24px;
  }

  .promo-card__p{
    font-size: 14px;
  }
}

/* sub1-2 */
.sub1-2 {
  padding-bottom: 0 !important;
}

.sub1-2-sub .doctor {
  display: flex;
  justify-content: center;
  padding: 40px 40px 0 40px;
  z-index: 2;
  align-items: center;
}
.sub1-2 .sub1-2-doctor-con {
  overflow: hidden;
  margin-top: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg {
  position: relative;
  overflow: hidden;
  background-color: #1a6eb6;
  display: flex;
  justify-content: end;
  height: 400px;
  transform: translateY(-400px);
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg .sub1-2-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg .sub1-2-btn .middle-title {
  margin: 0;
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg .sub1-2-btn .middle-title p {
  margin: 0;
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg img {
  opacity: 0.4;
  transition: all 1s;
}
.sub1-2 .sub1-2-doctor-con .sub1-2-bg:hover img {
  opacity: 0.8;
}

.sub1-2 .sub1-2-doctor-con .sub1-2-doctor {
  padding: 80px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sub1-2 .sub1-2-doctor-con .doctor img{
  max-width: 650px;
}
.sub1-2-doctor .doctor-intro-sub {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
}
.sub1-2-doctor .doctor-intro-sub img {
  height: 24px;
}
.sub1-2-doctor .doctor-name {
  margin-top: 40px;
}
.sub1-2-doctor .doctor-name span {
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
}
.sub1-2-doctor .doctor-name h2 {
  margin-left: 12px;
  color: #1a6eb6;
  display: inline-block;
}
.sub1-2-doctor .doctor-name span:last-child {
  margin-left: 12px;
}
.sub1-2-doctor .doctor-sub {
  display: flex;
  gap: 20px;
}
.sub1-2-doctor .doctor-sub p {
  margin-top: 20px;
  white-space: pre-line;
}


.sub1-2-area2 {
  padding-top: 0;
  transform: translateY(-200px);
  background: url(../img/sub/sub1-2-bg_02.jpg) top/contain no-repeat;
}

.sub1-2-area2 .flex > li > div{
  background-color: #fff;
  padding: 20px;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 7px 7px;
}

.sub1-2-area2 h5{
  font-size: 24px;
  font-weight: 700;
}
.sub1-2-area2 p {
  font-size: 14px;
}
@media(max-width:1540px) {
  .sub1-2-area2{
    padding-top: 120px;
    transform: translateY(0);
  }
  .sub1-2 .sub1-2-doctor-con .sub1-2-bg {
    transform: translateY(0px);
    padding: 40px 20px;
  }
  .sub1-2-doctor .doctor-intro-sub{
    font-size: 24px;
  }
}

   

@media(max-width:769px) {
  .pc-area{
    display: none;
  }
  .sub1-2-doctor .doctor-sub{
    flex-direction: column;
  }
  .sub1-2 .sub1-2-doctor-con .sub1-2-bg {
    transform: translateY(0px);
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 40px 20px;
  }
  .sub1-2 .sub1-2-doctor-con .sub1-2-bg .sub1-2-btn {
    left: 0;
    position: static;
  }
  .sub1-2 .sub1-2-doctor-con .sub1-2-bg img {
    display: none;
  }

  .sub1-2 .sub1-2-doctor-con .sub1-2-doctor {
    padding: 20px 10px;
    text-align: center;
    align-items: center;
  }

  .sub1-2-doctor .doctor-intro-sub{
    font-size: 18px;
  }

  .sub1-2-doctor .doctor-sub p{
    text-align: left;
  }
}


/* sub1-3 */
.info-interior {
    background-color: #eff3f9;
  overflow: hidden;
}

/* ===== 상단 라벨 pagination ===== */
.info-interior .top-pagination {
  position: relative;
  margin: 24px auto 22px auto;
  /* overflow: auto; */
  top: -40px;
  /* 스크롤 힌트 감추기용 */
  scrollbar-width: none;
}

.info-interior .top-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  /* gap: 28px; */
  min-width: max-content;
  padding: 0 6px;
  justify-content: space-between;
}

/* 연결선 */
.info-interior .top-pagination .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  height: 2px;
  background: #9f9f9f;
  z-index: 0;
}

/* 각 라벨(불릿) */
.info-interior .top-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  opacity: 1;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  justify-content: center;

    background-color: #9f9f9f;
}
.top-pagination .swiper-pagination-bullet .label {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #7a7a7a;
  transition: color 0.25s ease;
}
.info-interior .top-pagination .swiper-pagination-bullet .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9f9f9f;
  box-shadow: 0 0 0 6px #fff inset; /* 라인 위에 살짝 떠 보이게 */
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
/* 활성 라벨 */
.info-interior .top-pagination .swiper-pagination-bullet-active .label {
  color: #1a6eb6;
}
.info-interior .top-pagination .swiper-pagination-bullet-active .dot {
  background: #1a6eb6;
  transform: scale(1.1);
}

/* ===== 메인 슬라이더 ===== */
.info-interior .gallery {
  position: relative;
}
.info-interior .swiper {
  width: 100%;
  border-radius: 24px;
  overflow: visible;
  /* background: #ddd; */
}
.info-interior .swiper-slide {
  height: 56vw; /* 모바일에서 세로 비율 */
  max-height: 540px; /* 데스크톱 상한 */
  min-height: 240px;
  border-radius: 30px;
  overflow: hidden;
}
.info-interior .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 네비 버튼 */
.info-interior .swiper-button-prev,
.info-interior .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.info-interior .swiper-button-prev::after,
.info-interior .swiper-button-next::after {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.info-interior .swiper-button-prev {
  left: 18px;
}
.info-interior .swiper-button-next {
  right: 18px;
}
.info-interior .swiper-button-disabled {
  opacity: 0.35;
}
.info-interior
    .top-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1a6eb6;
  }

/* 반응형 미세 조정 */
@media (min-width: 768px) {
  .info-interior .top-pagination .swiper-pagination {
    gap: 38px;
  }
  .info-interior .top-pagination .swiper-pagination::before {
    top: 7px;
  }
  .info-interior .top-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
  }
  
  .info-interior .top-pagination .swiper-pagination-bullet .label {
    font-size: 16px;
    transform: translateY(-25px);
  }
  .info-interior .swiper-button-prev,
  .info-interior .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .info-interior .swiper-slide {
    max-height: 620px;
    border-radius: 28px;
  }
  .info-interior .top-pagination {
    overflow: visible;
  }
   
}

/* 모바일 커스텀 */
.info-interior-name_m{
  display: none;
  text-align: center;
}
.info-interior-name_m h3{
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}
.info-interior-name_m h3::after{
  content: '';
  position: absolute;
  transform: translateY(50%);
  top: 25%;
  right: -20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #1a6eb6;
}
.info-interior-name_m h3::before{
  content: '';
  position: absolute;
  transform: translateY(50%);
  top: 25%;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #1a6eb6;
}

@media(max-width:769px) {
  .info-interior-name_m{
    display: block;
  }
  .top-pagination .swiper-pagination-bullet .label{
    display: none;
  }
  .info-interior .top-pagination{
    top: 0;

    display: none;
  }
}

/* sub1-4 */
.info-map h4.info-map-title-con {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.info-map p {
  font-size: 18px;
}
.info-map h4.info-map-title-con .info-map-title {
  color: #1a6eb6;
}
.info-map h4.info-map-title-con img {
  height: 35px;
}
.info-map .info-map-sub {
  font-size: 30px;
  font-weight: 800;
}
.info-map-sub .info-time {
  display: flex;
  gap: 30px;
}
.info-map-sub .info-time li:nth-child(1) {
  width: 20%;
}
.info-map-btn {
  max-width: 90%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.info-map-btn a{

}
.info-map-btn a {
  margin: 0 4px;
  display: block;
  border: 2px solid #1a6eb6;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #1a6eb6;
  color: #fff;
  padding: 8px 30px;
  font-size: 24px;
  font-weight: 800;
  transition: all 0.2s;
}
.info-map-btn > div:not(:last-child){
  width: 50%;
}
.info-map-btn > div:last-child{
  margin-top: 12px;
  width: 100%;
}

.info-map-btn > div:last-child a {
  border: 2px solid #b6b6b6;
  background-color: #fff;
  color: #272727;
  transition: all 0.2s;
}

@media(max-width:769px) {
  .info-map-btn {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .info-map-btn a{
    font-size: 18px;
    padding: 2px;
  }

  .info-map .info-map-sub{
    font-size: 18px;
  }
}

/* sub2-2 */
.sub2_2 {
  margin-top: 80px;
}
/* sub2_2 : 상단 4개 박스 전용 */
.sub2_2 .top4-boxes {
  display: flex;
  gap: 20px; /* 박스 사이 간격 */
  align-items: stretch;
}

.sub2_2 .topbox {
  flex: 1 1 0;
}

/* 공용 table CSS의 td width:20% 무력화 (박스는 1열 테이블) */
.sub2_2 .topbox table td {
  width: auto;
  padding: 18px 10px; /* 박스 높이/여백 */
  line-height: 1.4;
}

/* 공용 table CSS의 마지막 줄 inherit 무력화(박스 내용은 흰 바탕 유지) */
.sub2_2 .topbox table tr:last-child td {
  background: #fff;
  color: #333;
  font-weight: 500;
}

/* 제목줄(청록바) 높이만 이미지처럼 조금 더 */
.sub2_2 .topbox table tr:first-child td {
  padding: 16px 10px;
}

/* 반응형: 화면 좁아지면 2개씩/1개씩 줄바꿈 */
@media (max-width: 1024px) {
  .sub2_2 .top4-boxes {
    flex-wrap: wrap;
  }
  .sub2_2 .topbox {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 520px) {
  .sub2_2 .topbox {
    flex: 1 1 100%;
  }
}

.sub2_2-table tr td:first-child {
  width: 5%;
}
.sub2_2-table tr:not(:first-child) > td:last-child {
  text-align: left;
  padding: 40px;
}

.sub2-2-caution-box-con > li > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.sub2-2-caution-box-con > li > div h4 {
  font-weight: 800;
}

.sub2-2-caution-box-con > li > div li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}
.sub2-2-caution-box-con > li > div li:not(:last-child) {
  border-bottom: 2px dotted #8f8f8f;
}

/* sub2-3 */
.sub2-3-box-con .sub2-3-box {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  
}
.sub2-3-caution-box > span:first-child{
  display: flex;
  align-items: center;
}

.sub2-3-caution-box img{
  width: 28px;
}

.sub2-3-box-con .sub2-3-box > div:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;

  border-radius: 15px;
  overflow: hidden;
  box-shadow: 10px 10px 8px -5px rgba(0, 0, 0, 0.2);
}
.sub2-3-box-con .sub2-3-box > div:first-child strong {
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  padding: 8px 0;
  background-color: #1a6eb6;
  color: #fff;
}

.sub2-3-caution-box-con {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub2-3-caution-box-con .sub2-3-caution-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-radius: 999px;
  padding: 8px 24px;
  box-shadow: 10px 10px 8px -5px rgba(0, 0, 0, 0.1);
}
.sub2-3-caution-box-con .sub2-3-caution-box p {
  font-size: 20px;
}


@media(max-width:769px) {
  .sub2-3-caution-box-con .sub2-3-caution-box {
    border-radius: 8px;
  }
  .sub2-3-caution-box-con .sub2-3-caution-box p{
    font-size: 14px;
  }
  .sub2-3-caution-box img{
    width: 18px;
  }
}

/* sub2-4 */
.sub2-4 {
  text-align: center;
}
.sub2-4 .sub2-4-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub2-4 .sub2-4-list li {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #1a6eb6;
  background-color: #fff;
  border-radius: 999px;
  padding: 8px 24px;
  box-shadow: 10px 10px 8px -5px rgba(0, 0, 0, 0.1);
}

.sub2-4-banner {
  margin-top: 150px;
  padding: 210px 0 !important;
  position: relative;
  background: url(../img/sub/sub2-4-bg_01.jpg) center/cover no-repeat;
}
.sub2-4-banner .deco {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:1024px) {
  .sub2-4-banner .deco{
    display: none;
  }
  .sub2-4 .sub2-4-list li{
    border-radius: 16px;
    font-size: 18px;
  }
}
@media(max-width:769px) {
  .sub2-4-banner{
    padding: 120px 0 !important;
  }
}
/* sub2-5 */
.sub2-5-category {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub2-5-category .sub2-page-btn {
  margin: 10px;
}
.sub2-5-category li {
  width: 50%;
}
.sub2-5-category .sub2-5-page-btn a {
  margin: 5px;
  border-radius: 24px;
  background-color: #fff;
  border: 3px solid #1a6eb6;
  color: #1a6eb6;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 30px 0;
  transition: all 0.5s;
}
.sub2-5-category .sub2-5-page-btn a:hover {
  transform: translateY(-10px);
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
}
.sub2-5-category .sub2-5-page-btn.active a {
  color: #fff;
  background-color: #1a6eb6;
  border: 3px solid #fff;
  transform: translateY(-10px);
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
}

.sub2-5-area-1 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub2-5-bg_01.jpg) center/contain no-repeat;
  background-color: #eff3f9;
}
.sub2-5-list li > div {
  color: #000;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 10px 10px 8px -5px rgba(0, 0, 0, 0.1);

  transition: all 0.5s;
}
.sub2-5-list li > div p {
  white-space: pre-line;

  transition: all 0.5s;
}
.sub2-5-list li > div .sub2-5-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #1a6eb6;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  width: 60px;
  height: 60px;

  transition: all 0.5s;
}

.sub2-5-list li:hover > div .sub2-5-num {
  background-color: #fff;
  color: #1a6eb6;
}

.sub2-5-list li:hover > div {
  color: #fff;
  background-color: #1a6eb6;
}
.sub2-5-list li:hover > div .sub2-5-num {
  background-color: #fff;
  color: #1a6eb6;
}

.sub2-5-card-con .sub2-5-card {
  padding: 0px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub2-5-card-con .sub2-5-card .sub2-5-card-image {
  transform: translateY(-40px);
  position: relative;
}
.sub2-5-card-con .sub2-5-card .sub2-5-card-image > img {
  border-radius: 20px;
}
.sub2-5-card-con .sub2-5-card .sub2-5-card-image > div {
  overflow: hidden;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.sub2-5-card-con .sub2-5-card strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #1a6eb6;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

@media(max-width:1400px) {
  .sub2-5-card-con .sub2-5-card strong {
    font-size: 24px;
  }

  .sub2-5-card-con .sub2-5-card p{
    height: 200px;
  }
}

@media(max-width:769px) {
  .sub2-5-category .sub2-5-page-btn a {
    font-weight: 700;
    padding: 14px 0;
    font-size: 16px;
    border: 2px solid #1a6eb6;
    border-radius: 16px;
  }

  .sub2-5-category .sub2-5-page-btn.active a {
     border: 2px solid #fff;
  }

  .sub2-5-list li > div{
    border-radius: 15px;
  }

  .sub2-5-list li > div .sub2-5-num {
    width: 40px;
    height: 40px;
  }
  .sub2-5-card-con .sub2-5-card{
    margin: 80px 10px 10px 10px !important;
  }
  .sub2-5-card-con .sub2-5-card p{
    height: 100px;
  }

  .nhis-logo{
    width: 120px;
  }
}
/* sub5-3 */
.sub5-3 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub5-3-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}

.sub5-3-card-con .sub5-3-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) {
  position: relative;
  border-radius: 20px;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) img {
  border-radius: 20px;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) strong {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  font-size: 24px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 28px;
  white-space: nowrap;
  background-color: #1a6eb6;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(2) {
  text-align: left;
  width: 100%;
  min-height: 150px;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  color: #000;
}

/* sub3-1 */
.sub3-1 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub3-1-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}

.sub3-1-card-con .sub3-1-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub3-1-card-con .sub3-1-card > div:nth-child(1) {
  position: relative;
  border-radius: 20px;
}
.sub3-1-card-con .sub3-1-card > div:nth-child(1) img {
  border-radius: 20px;
}
.sub3-1-card-con .sub3-1-card > div:nth-child(1) strong {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  font-size: 24px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 28px;
  white-space: nowrap;
  background-color: #1a6eb6;
}
.sub3-1-card-con .sub3-1-card > div:nth-child(2) {
  text-align: left;
  width: 100%;
  min-height: 150px;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  color: #000;
}

/* sub3-2 */
.sub3-2 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub3-2-bg_01.jpg) center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.sub3-2-special-con {
  position: relative;
}
.sub3-2-special-con .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  width: 200px;
  height: 200px;
  border-radius: 999px;
  border: 2px solid #c8deff;
}
.sub3-2 .sub3-2-special {
  position: relative;
  background-color: #ffffff15;
  border: 2px solid #c8deff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  height: 240px;
  overflow: hidden;
  transition: all 0.5s;
}

.sub3-2 .sub3-2-special:hover {
  border: 2px solid #fff;
}

.sub3-2 li:nth-child(1) .sub3-2-special {
  border-radius: 30px 0 0 0;
}
.sub3-2 li:nth-child(2) .sub3-2-special {
  border-radius: 0 30px 0 0;
}
.sub3-2 li:nth-child(3) .sub3-2-special {
  border-radius: 0 0 0 30px;
}
.sub3-2 li:nth-child(4) .sub3-2-special {
  border-radius: 0 0 30px 0;
}

.sub3-2 li:nth-child(1) .sub3-2-special .sub3-2-bg {
  background: url(../img/sub/sub3-2-special-bg_01.jpg) center/cover no-repeat;
}
.sub3-2 li:nth-child(2) .sub3-2-special .sub3-2-bg {
  background: url(../img/sub/sub3-2-special-bg_02.jpg) center/cover no-repeat;
}
.sub3-2 li:nth-child(3) .sub3-2-special .sub3-2-bg {
  background: url(../img/sub/sub3-2-special-bg_03.jpg) center/cover no-repeat;
}
.sub3-2 li:nth-child(4) .sub3-2-special .sub3-2-bg {
  background: url(../img/sub/sub3-2-special-bg_04.jpg) center/cover no-repeat;
}

.sub3-2 li:nth-child(2n) .sub3-2-special {
  text-align: right;
}
.sub3-2 .sub3-2-special p {
  font-size: 20px;
  width: 100%;
}
.sub3-2 .sub3-2-special .sub3-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}
.sub3-2 .sub3-2-special:hover .sub3-2-bg {
  opacity: 1;
}

.sub3-2 > .deco {
  position: absolute;
  left: 20px;
  bottom: 20px;
  top: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.8rem;
}

@media(max-width:1400px) {
  .sub3-2 > .deco {
    display: none;
  }
}
@media(max-width:769px) {
  .sub3-2-special-con .deco {
    display: none;
  }

  .sub3-2 li:nth-child(1) .sub3-2-special {
    border-radius: 15px 0;
  }
  .sub3-2 li:nth-child(2) .sub3-2-special {
    border-radius: 15px 0;
  }
  .sub3-2 li:nth-child(3) .sub3-2-special {
    border-radius: 15px 0;
  }
  .sub3-2 li:nth-child(4) .sub3-2-special {
    border-radius: 15px 0;
  }
}

@media(max-width:429px) {
  .sub3-2 .sub3-2-special {
    padding: 20px;
    height: auto;
  }
  .sub3-2 .sub3-2-special p{
    font-size: 16px;
  }
}

/* sub3-3 */
.sub3-3 ul {
  position: relative;
}
.sub3-3 ul.flex .txt {
  margin: 0 0 0 30px;
}
.sub3-3 ul.flex .txt {
  text-align: left;
  margin-bottom: 0;
}
.sub3-3 ul.flex:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sub3-3 ul.flex:nth-of-type(2n) .txt {
  margin: 0 30px 0 0;
}
.sub3-3 ul.flex:nth-of-type(2n) .txt {
  padding-left: 40px;
}

@media screen and (max-width: 769px) {
  .sub3-3 ul.flex:nth-of-type(2n) .txt{
    padding-left: 0;
  }
  .sub3-3 ul:nth-child(2n-1):after {
    left: 15px;
  }
  .sub3-3 ul:nth-child(2n):after {
    right: 15px;
  }
  .sub3-3 ul.flex {
    max-width: 500px;
    margin: 0 auto;
  }
  .sub3-3 ul.flex:not(:first-child) {
    margin-top: 50px;
  }
  .sub3-3 ul.flex .txt {
    margin: 15px 0 0 15px;
  }
  .sub3-3 ul.flex:nth-child(2n) .txt {
    margin: 15px 15px 0 0;
  }
  .sub3-3 .m-block-1 {
    margin-top: 40px;
  }
}

.zoom-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
}
.zoom {
  transform: scale(1.12);
  transition: transform 0.8s ease-in-out;
  width: 100%;
}
.zoom.active {
  transform: scale(1);
  transition: transform 2.4s ease-in-out;
}
.sub3-3-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub3-3-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sub3-3-list li p {
  font-weight: 700;
}

/* sub3-4 */
.sub3-4 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub3-4-special-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}
.sub3-4-card-con .sub3-4-card {
  color: #000;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub3-4-card-con .sub3-4-card .sub3-4-card-image > img {
  width: 100%;
  border-radius: 20px;
}
.sub3-4-card-con .sub3-4-card strong {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a6eb6;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

@media(max-width:769px) {
  .sub3-4-card-con .sub3-4-card strong{
    font-size: 20px;
  }
}

/* sub4-1 */
.sub4-intro .flex li{
  width: 50%;
}
.sub4-intro-sub {
  height: 100%;
  padding: 40px;
  background-color: #1a6eb6;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.sub4-intro-btn a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 24px;
  transition: all 0.5s;
}
.sub4-intro-btn a:hover {
  color: #1a6eb6;
  background-color: #fff;
}

.sub4-card-con > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub4-card {
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  border-radius: 15px;
  background-color: #1a6eb6;
  border: 2px solid #a4cbec;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.sub4-sub-card {
  text-align: center;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #1a6eb6;
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
}
.sub4-card p,
.sub4-sub-card p {
  font-size: 28px;
  font-weight: 800;
}
.sub4-card .deco {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #a4cbec;
}

.sub4-1-box-con {
  display: flex;
}
.sub4-1-box {
  padding: 2px;
}

@media(max-width:1200px) {
  .sub4-intro .flex li{
    width: 100%;
  }

  .sub4-card p,
  .sub4-sub-card p {
    font-size: 20px;
  }
}

@media(max-width:769px) {
  .sub4-card {
    padding: 16px;
    min-height: 280px;
  }

  .sub4-2 .sub4-card {
    padding: 16px 4px;
    min-height: 180px;
  }

  .sub4-card p,
  .sub4-sub-card p {
    font-size: 16px;
  }
}

/* sub4-3 */
.sub4-3-category {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub4-3-category .sub2-page-btn {
  margin: 10px;
}
.sub4-3-category li {
  width: 50%;
}
.sub4-3-category .sub4-3-page-btn a {
  margin: 5px;
  border-radius: 24px;
  background-color: #fff;
  border: 3px solid #1a6eb6;
  color: #1a6eb6;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 30px 0;
  transition: all 0.5s;
}
.sub4-3-category .sub4-3-page-btn a:hover {
  transform: translateY(-10px);
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
}
.sub4-3-category .sub4-3-page-btn.active a {
  color: #fff;
  background-color: #1a6eb6;
  border: 3px solid #fff;
  transform: translateY(-10px);
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
}

.sub4-3 {
  margin-top: 120px;
  padding-bottom: 120px;
  display: flex;

  background-color: #1c3869;
  color: #fff;
}

.sub4-3 strong {
  font-size: 18px;
  font-weight: 800;
  color: #c8deff;
  border: 2px solid #c8deff;
  display: inline-block;
  padding: 2px 32px;
  border-radius: 999px;
}

.sub4-3 strong:not(:first-child) {
  margin-top: 60px;
}

.sub4-3 p {
  margin-top: 20px;
  white-space: pre-line;
}
.sub4-3-caution .sub4-3-caution-photo li > div {
  overflow: hidden;
  border-radius: 15px;
  margin: 10px;
}

.sub4-3-list li > div {
  background-color: #fff;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  border-radius: 45px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 20px;

  transition: all 0.5s;
}
.sub4-3-list li > div p {
  white-space: pre-line;

  transition: all 0.5s;
}
.sub4-3-list li > div .sub4-3-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #1a6eb6;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  width: 60px;
  height: 60px;

  transition: all 0.5s;
}

@media(max-width:769px) {
  .sub4-3-caution .sub4-3-caution-photo li:last-child {
    display: none;
  }
  .sub4-3-list li > div{
    border-radius: 16px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .sub4-3-list li > div .sub4-3-num{
    font-size: 18px;
    width:35px;
    height: 35px;
  }
}

/* sub5-1 */
.sub5-section {
  /* overflow: hidden; */
}
.sub5-area-list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sub5-area-list ul li {
  transition: all 0.5s;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 40px;
}
.sub5-area-list ul li.active {
  color: #1a6eb6;
}
.sub5-area-list ul li::before {
  z-index: 2;
  transition: all 0.5s;
  content: "";
  background-color: #c9cbca;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: block;
}
.sub5-area-list ul li.active::before {
  background-color: #1a6eb6;
}
.sub5-area-list ul::after {
  content: "";
  background-color: #c9cbca;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 12px;
}

.sub5-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.sub5-content p {
  font-weight: 700;
}
.sub5-num {
  font-size: 24px;
}
.sub5-content li {
  display: flex;
  flex-direction: column;
}
.sub5-content li > div:first-child {
  overflow: hidden;
  border-radius: 80px 0 80px 0;
}
.sub5-content li > strong {
  font-size: 35px;
  font-weight: 800;
  color: #1a6eb6;
}
.sub5-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.15);
}

.sub5-1-equipment {
  background: url(../img/sub/sub5-1-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}

.sub5-eq-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub5-eq-con p {
  font-size: 35px;
}
.sub5-eq-con h2 {
  font-size: 50px;
}
.sub5-eq-con > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: end;
  align-items: end;
}
.sub5-eq-con > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 600px;
}

/* sticky 기준 */
.sub5-area {
  position: relative;
}

/* 리스트가 뷰포트에 들어오면 알아서 따라옴 (컨테이너 끝에서 자동으로 멈춤) */
.sub5-section .flex > li > div.sub5-area-list {
  position: sticky;
  top: 240px; /* 고정 시작 위치(헤더 높이 고려) */
}

/* ::after absolute 기준 잡기 */
.sub5-area-list ul {
  position: relative;
  cursor: pointer;
}

/* sub5-2 */
.sub5-2-equipment {
  background: url(../img/sub/sub5-2-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}

/* sub5-3 */
.sub5-3-area {
  background: url(../img/sub/sub5-3-bg_01.jpg) center/cover no-repeat;
  color: #fff;
  margin-top: 150px;
  padding-bottom: 120px;

  background-attachment: fixed;
}
.sub5-3-equipment {
  background: url(../img/sub/sub5-3-bg_02.jpg) center/cover no-repeat;
  color: #fff;
}

.sub5-3-textbox-1 {
  border-radius: 24px;
  background-color: #fff;
  border: 2px solid #1a6eb6;
  padding: 24px 30px;
  transition: all 1s;
  text-align: center;

  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
}

.sub5-3_area3 li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 240px;
  text-align: center;
}

.sub5-3_area3 li:nth-child(1) > div {
  color: #fff;
  background-color: #1a6eb6;
}

.sub5-3_area3 li:nth-child(1) > div p {
  font-size: 35px;
  font-weight: 900;
}

.sub5-3_area3 li:nth-child(3) > div {
  background-color: #eff3f9;
}
.sub5-3_area3 li:nth-child(3) > div p {
  font-size: 28px;
  font-weight: 700;
}

.sub5-3-area-con li > div > div:first-child {
  overflow: hidden;
  border-radius: 30px;
}
.sub5-3-area-con li > div > div:first-child img {
  width: 100%;
}

.sub5-3-area-con li > div > p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 800;
}

.sub5-3 {
  margin-top: 120px;
  padding-bottom: 120px;
  background: url(../img/sub/sub5-3-bg_01.jpg) center/cover no-repeat;
  color: #fff;
}

.sub5-3-card-con .sub5-3-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) {
  position: relative;
  border-radius: 20px;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) img {
  border-radius: 20px;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(1) strong {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  font-size: 24px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 28px;
  white-space: nowrap;
  background-color: #1a6eb6;
}
.sub5-3-card-con .sub5-3-card > div:nth-child(2) {
  text-align: left;
  width: 100%;
  min-height: 150px;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  color: #000;
}

@media(max-width: 769px) {
  .sub5-3_area3 li > div {
    height: 150px;
  }
  .sub5-3_area3 li:nth-child(2) > div {
    padding: 20px;
  }
  .sub5-3_area3 li:nth-child(1) > div p, .sub5-3_area3 li:nth-child(3) > div p {
    font-size: 20px;
  }

  .sub5-3-area-con li > div > p{
    font-size: 18px;
  }
}

/* sub6-1 */
.sub6-1-doctor {
  position: relative;
  margin-top: 250px;
  background-color: #eff3f9;
  border-top: 4px solid #1a6eb6;
}

.sub6-1-doctor .inner{
  /* overflow: hidden; */
}
.sub6-1-doctor .deco {
    position: absolute;
    left: -50px;
    bottom: 50%;
    transform: translateY(50%);
}
.sub6-1-doctor .deco img{
  height: 300px;
}
/* .sub6-1-doctor:nth-of-type(2n-1) .deco {
  right: 0;
}
.sub6-1-doctor:nth-of-type(2n) .deco {
  left: 0;
} */

#doctor01 {
  margin-top: 350px;
}
.doctor-con {
  display: flex;
  justify-content: space-between;
}
.doctor-con .doctor-info {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.doctor-con .doctor-pic {
  position: relative;
  width: 100%;
}
.doctor-con .doctor-pic img {
  max-width: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) scale(0.8);
  transform-origin: bottom;
}

:root {
  --header-bg: #00294c; /* 상단 헤더 배경 */
  --side-bg: #1a6eb6; /* 좌측(오전/오후) 배경 */
  --grid: #d9d9d9; /* 테두리 색 */
  --txt-clinic: #1a6eb6; /* 진료 글자색 */
  --txt-off: #e53935; /* 휴진 글자색 */
}

table.schedule {
  border-collapse: collapse;
  width: 900px;
  table-layout: fixed;
  font-size: 22px;
}
.schedule th,
.schedule td {
  border: 1px solid var(--grid);
  text-align: center;
  vertical-align: middle;
  height: 56px;
  padding: 0;
  background: #fff;
}

/* 상단 요일 헤더 */
.schedule thead th {
  background: var(--header-bg);
  color: #fff;
  font-weight: 800;
}

/* 좌측 오전/오후 */
.schedule .side {
  background: var(--side-bg);
  color: #fff;
  font-weight: 800;
  width: 110px;
}

/* 본문 텍스트 스타일 */
.clinic {
  color: var(--txt-clinic);
  font-weight: 800;
}
.off {
  color: var(--txt-off);
  font-weight: 800;
}

.doctor-info > div:first-child span {
  text-align: center;
  color: #fff;
  border-radius: 999px;
  background-color: #1a6eb6;
  display: inline-block;
  padding: 0px 28px;
  font-size: 24px;
  font-weight: 700;
}
.doctor-info .doctor-name-con b {
  margin-left: 10px;
  font-size: 40px;
}
.doctor-info .doctor-name-con span {
  font-size: 24px;
  font-weight: 700;
  padding-right: 12px;
  border-right: 4px solid #1a6eb6;
}
/* .doctor-name-con span::after {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #1a6eb6;
} */

@media(max-width:1200px) {
  .sub6-1-doctor{
    margin-top: 40px;
  }
  .sub6-1-doctor .deco{
    display: none;
  }
  .doctor-con .doctor-pic{
    position: static;
  }
  .doctor-con .doctor-pic img {
      left: auto;
      bottom: 228px;
      right: 30px;
      transform: translate(0) scale(1);
      max-width: 300px;
  }
  table.schedule {
    width: 100%;
  }
  .doctor-con {
    align-items: end;
    height: 800px;
  }
}

@media(max-width:900px) {
  .doctor-con {
    height: 500px;
  }
  .doctor-info > div:first-child span{
    font-size: 18px;
    padding: 0px 14px;
  }
  .doctor-info .doctor-name-con b{
    margin-left: 4px;
    font-size: 30px;
  }
  .doctor-con .doctor-pic img {
      max-width: 150px;
  }
}

@media(max-width:370px) {
  .doctor-con {
    height: 420px;
  }
  .doctor-con .doctor-pic img {
    max-width: 120px;
  }
  .doctor-info .doctor-name-con b {
    font-size: 24px;
    margin-left: 2px;
  }
  .doctor-info > div:first-child span{
    font-size: 14px;
    padding: 0px 6px;
  }
}


/* sub5-4 */
.sub5-4-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px;
  box-shadow: 10px 10px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  text-align: center;
}
.sub5-4-card p{
  min-height: 130px;
  font-weight: 800;
}

.sub5-4-banner{
  background: url(../img/sub/sub5-4-bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  margin-top: 120px;
  padding-bottom: 120px;
}

@media(max-width:769px) {
  .sub5-4-card p{
    min-height: auto;
  }
  .sub5-4-banner{
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
}




.sub5-4-list li > div {
  color: #000;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 10px 10px 8px -5px rgba(0, 0, 0, 0.1);

  transition: all 0.5s;
}
.sub5-4-list li > div p {
  white-space: pre-line;
  font-size: 18px;
  transition: all 0.5s;
}
.sub5-4-list li > div .sub5-5-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #1a6eb6;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  width: 45px;
  height: 45px;

  transition: all 0.5s;
}

.sub5-4-list li:hover > div .sub5-5-num {
  background-color: #fff;
  color: #1a6eb6;
}

.sub5-4-list li:hover > div {
  color: #fff;
  background-color: #1a6eb6;
}
.sub5-4-list li:hover > div .sub5-5-num {
  background-color: #fff;
  color: #1a6eb6;
}


@media(max-width:769px) {
  .sub5-4-list li > div{
    border-radius: 15px;
  }

  .sub5-4-list li > div .sub5-5-num {
    width: 40px;
    height: 40px;
  }
  .sub5-4-list li > div p {
    font-size: 16px;
  }
}

/* sub5-5 */

.sub5-5-card-con .sub5-5-card {
  padding: 0px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 9px 10px 21px -3px rgba(0, 0, 0, 0.21);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub5-5-card-con .sub5-5-card .sub5-5-card-image {
  transform: translateY(-40px);
  position: relative;
}
.sub5-5-card-con .sub5-5-card .sub5-5-card-image > img {
  border-radius: 20px;
}
.sub5-5-card-con .sub5-5-card .sub5-5-card-image > div {
  overflow: hidden;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.sub5-5-card-con .sub5-5-card strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #1a6eb6;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

@media(max-width:1400px) {
  .sub5-5-card-con .sub5-5-card strong {
    font-size: 24px;
  }

  .sub5-5-card-con .sub5-5-card p{
    /* height: 200px; */
  }
}

@media(max-width:769px) {

  .sub5-5-card-con .sub5-5-card p{
    /* height: 200px; */
  }
  .sub5-5-card-con > li:not(:first-child){
    margin-top: 80px;
  }
}