@charset "utf-8";

*{box-sizing: border-box;}
.page-section{box-sizing: border-box; margin-bottom: 4rem;}
.border-b{border-bottom: 1px solid #ddd; padding-bottom: 4rem;}
.mb-0{margin-bottom: 0 !important;}
.mb-3{margin-bottom: 3rem !important;}
.pb-0{padding-bottom: 0 !important;}

.ver-line{width: 1px; height: 100px; background-color: #ddd; margin: 0 auto 30px;}

/* 인사말 */
.about-tit{
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.quote-area{
  position: relative;
  padding: 5px 100px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.quote-area > h3{
  font-size: 40px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
.quote-img{
  display: flex;
  width: 40px;
  position: absolute;
}
.quote-img img{
  width: 100%;
}
.quote-img.ql{
  top: 0;
  left: 0;
}
.quote-img.qr{
  bottom: 0;
  right: 0;
}
.about-tit > h5{
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.page-logo{
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 60px 0;
}
.page-logo img{
  width: 100%;
  max-width: 50px;
}

.greet-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.greet-img{
  width: 100%;
  max-width: 526px;
  display: flex;
}
.greet-img img{
  width: 100%;
  border-radius: 50%;
}
.greet-caption{
  padding-left: 50px;
}
.greet-caption > h5{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
}
.greet-caption > p{
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.greet-caption > h3{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: right;
}

/* 비전 */
.vm-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  padding-bottom: 70px;
  position: relative;
}
.vm-wrap::after{
  content: "";
  width: 130px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.vm-box{
  width: 24%;
  text-align: center;
}
.vm-img{
  display: flex;
  padding: 50px;
  background-color: #f5f5f5;
  border: 1px dashed #dddd;
  border-radius: 60px;
  margin-bottom: 1rem;
}
.vm-img img{
  width: 100%;
}
.vm-box > h5{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.vm-box > p{
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.mv-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mv-box{
  width: 49%;
  text-align: center;
}
.mv-img{
  display: flex;
  margin-bottom: 1.5rem;
}
.mv-img img{
  width: 100%;
}
.mv-box > h5{
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.mv-box > p{
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

/* 의료진 소개 */
.mem-wrap{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.mem-box{width: 48%; margin-bottom: 3rem; border-radius: 15px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); overflow: hidden;}
.mem-img{
  display: flex;
}
.mem-img img{
  width: 100%;
}
.mem-caption{
  padding: 2rem;
  display: flex;
}
.mem-tit{
  width: 40%;
}
.mem-tit > h3{
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.mem-tit > h5{
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
.mem-cont{
  width: 60%;
}
.mem-cont > h3{
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
}
.mem-cont > ul > li{
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.mem-cont > ul > li::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 11px;
  left: 0;
}
.mem-cont > ul > li:last-child{
  margin-bottom: 0;
}

/* 층별안내 */
.fl-table{width: 100%; transform: translateY(100px); opacity: 0; transition: 1s; max-width: 800px; margin: 0 auto;}
.fl-table > table{width: 100%; border-spacing: 0; border-top: 2px solid #4fa6e2;}
.fl-table > table > tbody > tr > th{padding: 1rem; text-align: center; background-color: #70bfe4; color: #fff; font-size: 18px; border-bottom: 1px solid #4fa6e2;}
.fl-table > table > tbody > tr > td{padding: 1rem; text-align: left; font-size: 18px; border-bottom: 1px solid #4fa6e2; color: #666;}

.fl-table.ani.act{transform: translateY(0); opacity: 1;}

/* 둘러보기 */
.thum-swiper .mySwiper2 .swiper-slide{border-radius: 20px; overflow: hidden;}
.thum-swiper .mySwiper .swiper-slide{border-radius: 15px; overflow: hidden;}

/* 찾아오시는길 */
.map-cont{width: 100%; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid #e1e1e1;}
.map{width: 100%; margin-bottom: 2rem;}
.map .root_daum_roughmap{width: 100%;}
.root_daum_roughmap .wrap_controllers{display: none;}
.map-txt > h5{font-size: 18px; color: #000; font-weight: 500; display: inline-block; margin-right: 1.5rem;}
.map-txt > h5 > span{margin-right: 5px; color: #4fa6e2;}
.map-wrap{width: 100%; display: flex; align-items: center;}
.map-tit{width: 15%; padding: 1rem; color: #fff; text-align: center; font-size: 18px; border-radius: 10px;}
.map-box{width: 85%; padding-left: 2rem;}
.map-box > p{font-size: 16px; color: #666; font-weight: 400; margin-bottom: 5px;}
.map-box > p:last-child{margin-bottom: 0;}
.map-wrap.mw1{margin-bottom: 2rem;}
.map-wrap.mw1 > .map-tit{background-color: #C60E79;}
.map-wrap.mw1 > .map-box > p > span{color: #C60E79;}
.map-wrap.mw2 > .map-tit{background-color: #F98D06;}
.map-wrap.mw2 > .map-box > p > span{color: #F98D06;}


/* 입퇴원 안내 */
.gd-tit{font-size: 20px; color: #000; margin-bottom: 1.5rem; transform: translateY(50px); opacity: 0; transition: 1s;}
.gd-tit > span{color: #4A89D4; margin-right: 5px;}
.struc-wrap{width: 100%; display: flex; justify-content: space-between; align-items: center; transform: translateY(50px); opacity: 0; transition: 1s;}
.struc{width: 16%; padding: 1.2rem 15px; text-align: center; background-color: #F3F3F3; border-radius: 8px; font-size: 16px; color: #000; font-weight: 500;}

.gd-tit.ani.act{transform: translateY(0); opacity: 1;}
.struc-wrap.ani.act{transform: translateY(0); opacity: 1;}

.grey-box{width: 100%; padding: 3rem; display: flex; background-color: #F3F3F3; border-radius: 8px; justify-content: center;}

.pg-wrap{width: 100%; display: flex; justify-content: space-between; transform: translateY(50px); opacity: 0; transition: 1s;}
.pg-box{border: 1px solid #ddd; border-radius: 20px; padding: 2rem 15px; display: flex; flex-direction: column; align-items: center; text-align: center;}
.pg-box > img{width: 100%; max-width: 110px; margin-bottom: 1rem;}
.pg-box > h5{font-size: 18px; margin-bottom: 10px; color: #000;}
.pg-box > p{color: #666; font-size: 16px;}
.pg-wrap.ani.act{transform: translateY(0); opacity: 1;}

.pg-wrap.gd1 > .pg-box{width: 24%;}

.ct-cont{transform: translateY(100px); opacity: 0; transition: 1s;}
.ct-cont > h3{font-size: 28px; color: #000; margin-bottom: 1.5rem; position: relative; display: inline-block;}
.ct-cont > h3::after{content: ""; width: 9px; height: 9px; border-radius: 50%; position: absolute; bottom: 5px; right: -15px;}
.ct-cont.ct-green > h3::after{background-color: #C60E79;}
.ct-cont.ct-purple > h3::after{background-color: #7CAD60;}
.ct-cont > ul > li{font-size: 18px; color: #000; margin-bottom: 10px; position: relative; padding-left: 1.5rem;}
.ct-cont > ul > li:last-child{margin-bottom: 0;}
.ct-cont > ul > li > span{display: inline-block; position: absolute; top: 0; left: 0;}
.ct-cont.ct-green > ul > li > span{color: #00d26a;}
.ct-cont.ct-purple > ul > li > span{color: #635994;}
.ct-cont.ani.act{transform: translateY(0); opacity: 1;}

/* 면회안내 */
.page-txt.bl{background-color: #1036CE; color: #fff;}
.grey-box > ul > li{font-size: 18px; color: #000; padding-left: 1.5rem; position: relative; margin-bottom: 10px;}
.grey-box > ul > li:last-child{margin-bottom: 0;}
.grey-box > ul > li > span{position: absolute; top: 0; left: 0;}
.grey-box > ul{transform: translateY(100px); opacity: 0; transition: 1s;}
.grey-box > ul.ani.act{transform: translateY(0); opacity: 1;}

.page-txt{padding: 3rem 15px; text-align: center; line-height: 1.8; font-size: 18px; color: #000; font-weight: 500; border-radius: 60px 0 60px 0; background-color: #EDF1F2; opacity: 0; transition: 1s;}
.page-txt.ani.act{opacity: 1;}

/* 증명서발급 */
.pg-wrap.gd2 > .pg-box{width: 19%;}
.pg-wrap.gd3{flex-wrap: wrap;}
.pg-wrap.gd3 > .pg-box{width: 32.5%; margin-bottom: 1rem;}

.pt-tit{margin-bottom: 1.5rem; transform: translateY(100px); opacity: 0; transition: 1s;}
.pt-tit.ani.act{transform: translateY(0); opacity: 1;}
.pt-tit > h3{font-size: 20px; margin-bottom: 10px;}
.pt-tit > h3 > span{color: #4A89D4; margin-right: 5px;}
.pt-tit > p{font-size: 16px; color: #666;}
.rd{color: red !important;}

.pp-table{width: 100%; transform: translateY(100px); opacity: 0; transition: 1s;}
.pp-table.ani.act{transform: translateY(0); opacity: 1;}
.pp-table > table{width: 100%; border-spacing: 0; border-top: 2px solid #ddd; margin-bottom: 1.5rem;}
.pp-table > table > tbody > tr > th{padding: 1rem; text-align: center; color: #000; font-size: 14px; font-weight: 500; background-color: #f5f5f5; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.pp-table.w-15 > table > tbody > tr > th{width: 15%;}
.pp-table > table > tbody > tr > td{padding: 1rem; border-bottom: 1px solid #ddd;}
.pp-table > table > tbody > tr > td > p{font-size: 14px; color: #666;}
.pp-table > table > tbody > tr > td > ul > li{position: relative; padding-left: 12px; font-size: 14px; color: #666; margin-bottom: 8px;}
.pp-table > table > tbody > tr > td > ul > li:last-child{margin-bottom: 0;}
.pp-table > table > tbody > tr > td > ul > li::after{content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #ddd; position: absolute; top: 10px; left: 0;}
.pp-table > ul > li{font-size: 14px; color: #666; padding-left: 1.2rem; position: relative; margin-bottom: 5px;}
.pp-table > ul.pl-0 > li{padding-left: 0;}
.pp-table > ul > li:last-child{margin-bottom: 0;}
.pp-table > ul > li > span{position: absolute; top: 0; left: 0;}


/* 환자권리장전 */
.tr-wrap{width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; transform: translateY(100px); opacity: 0; transition: 1s;}
.tr-tit{width: 22%; padding: 2rem 15px; border-radius: 20px;}
.tr-tit > h5{font-size: 18px; font-weight: 500; color: #fff; text-align: center;}
.tr-cont{width: 77%; padding: 2rem 15px; background-color: #EFEFEF; border-radius: 20px;}
.tr-cont > p{font-size: 18px; color: #000; text-align: center;}
.tr-wrap:nth-child(1) > .tr-tit{background-color: #C60E79;}
.tr-wrap:nth-child(2) > .tr-tit{background-color: #7CAD60;}
.tr-wrap:nth-child(3) > .tr-tit{background-color: #F98D06;}
.tr-wrap:nth-child(4) > .tr-tit{background-color: #4A89D4;}
.tr-wrap:nth-child(5) > .tr-tit{background-color: #C60E79;}

.tr-wrap:last-child{margin-bottom: 0;}
.tr-wrap.ani.act{transform: translateY(0); opacity: 1;}
.tr-wrap.bl > .tr-tit{background-color: #021C50 !important; border-radius: 0;}

/* 진료과목 */
.page-tit{
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.page-tit > h3{
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-tit > h3 > span{
  display: block;
  margin-bottom: 1rem;
}
.page-tit .page-logo{
  margin: 30px 0;
  display: none;
}
.quote-area > p{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
.page-tit .quote-area{
  padding: 5px 50px;
}
.page-tit .quote-img{
  width: 30px;
}

.page-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-cont{
  width: 45%;
}
.page-img{
  width: 53%;
}
.page-img img{
  width: 100%;
}
.page-caption{
  margin-bottom: 50px;
}
.page-caption:last-child{
  margin-bottom: 0;
}
.page-caption > h5{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
.page-caption > ul{
  padding-left: 11px;
}
.page-caption > ul > li{
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 5px;
  padding-left: 12px;
  position: relative;
  line-height: 1.8;
}
.page-caption > ul > li:last-child{
  margin-bottom: 0;
}
.page-caption > ul > li::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9999;
  position: absolute;
  top: 12px;
  left: 0;
}

/* 특화진료 */
.page-wrap.sp{
  margin-bottom: 100px;
  align-items: center;
}
.page-wrap.sp.rv{
  flex-direction: row-reverse;
}
.page-wrap.sp .page-cont{
  width: 43%;
  display: flex;
  justify-content: center;
}
.page-wrap.sp .page-img{
  width: 55%;
}
.page-wrap.wh{
  flex-direction: column;
}
.page-wrap.wh .page-cont{
  width: 100%;
  margin-bottom: 2rem;
}
.page-wrap.wh .page-img{
  width: 100%;
}
.page-caption.nb > ul > li{
  color: #000;
  padding-left: 0;
}
.page-caption.nb > ul > li::before{
  display: none;
}

.st-wrap{
  width: 100%;
  padding: 50px 30px 0;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.st-box{
  width: 49%;
}
.st-caption > h5{
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.st-caption > ul > li{
  font-size: 16px;
  color: #666;
  font-weight: 400;
  padding-left: 12px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
}
.st-caption > ul > li:last-child{
  margin-bottom: 0;
}
.st-caption > ul > li:last-child{
  margin-bottom: 0;
}
.st-caption > ul > li::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9999;
  position: absolute;
  top: 12px;
  left: 0;
}

/* 사회복지프로그램 */
.page-wrap.pg{
  margin-bottom: 100px;
  align-items: center;
}
.page-wrap.pg.rv{
  flex-direction: row-reverse;
}
.page-wrap.pg .page-cont{
  width: 49%;
  display: flex;
  justify-content: center;
}
.page-wrap.pg .page-img{
  width: 49%;
}

/* media-query */

@media(min-width:1200px){
  .pt-3{padding-top: 3rem;}
  .pt-5{padding-top: 5rem;}
  .d-lg-block{display: block;}
  .d-lg-none{display: none;}

  .fl-table > table > tbody > tr > th{width: 15%;}

  .bg-quote{max-width: 100%; margin: 0 auto;}

  .pt-1-m{padding-top: 3rem;}

  .ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}

}

@media(max-width:1439px){
}

@media(max-width:1199px){
  .d-block{display: block;}
  .d-none{display: none;}
  .page-section{margin-bottom: 2rem;}
  .page-tit{font-size: 30px;}
  .ver-line{height: 50px;}
  .page-txt{padding: 1.5rem 15px; border-radius: 30px 0 30px 0; font-size: 15px;}
  .pt-1-m{padding-top: 1rem;}

  /* 인사말 */
  .quote-area > h3{
    font-size: 28px;
  }
  .quote-img{
    width: 25px;
  }
  .quote-area{
    padding: 0 50px;
  }
  .about-tit{
    margin-bottom: 50px;
  }
  .greet-wrap{
    flex-direction: column;
  }
  .greet-caption{
    padding-top: 30px;
    padding-left: 0;
  }
  .greet-caption > h5{
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .greet-caption > p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .greet-caption > h3{
    font-size: 16px;
  }

  /* 비전 */
  .page-logo img{
    max-width: 30px;
  }
  .page-logo{
    margin: 30px 0;
  }
  .about-tit > h5{
    font-size: 22px;
  }
  .vm-wrap{
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .vm-box{
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .vm-box:last-child{
    margin-bottom: 0;
  }
  .vm-img{
    padding: 40px;
    border-radius: 30px;
  }
  .vm-box > p{
    font-size: 14px;
  }
  .mv-wrap{
    flex-direction: column;
  }
  .mv-box{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .mv-box:last-child{
    margin-bottom: 0;
  }
  .mv-img{
    margin-bottom: 10px;
  }

  /* 의료진 소개 */
  .mem-wrap{flex-direction: column;}
  .mem-box{width: 100%; margin-bottom: 1.5rem;}
  .mem-box:last-child{margin-bottom: 0;}
  .mem-caption{
    padding: 1.5rem 1rem;
    flex-direction: column;
  }
  .mem-tit{
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .mem-cont{
    width: 100%;

  }
  .mem-tit > h3{
    font-size: 20px;
    margin-bottom: 0;
  }
  .mem-tit > h5{
    font-size: 14px;
  }
  .mem-cont > h3{font-size: 16px; margin-bottom: 1rem;}
  .mem-cont > ul> li{font-size: 14px; padding-left: 12px;}
  .mem-cont > ul > li::before{
    top: 9px;
  }
  .ct-cont > h3{font-size: 18px; margin-bottom: 1rem;}
  .ct-cont > ul > li{font-size: 14px; line-height: 1.5; padding-left: 20px;}
  .ct-cont > h3::after{display: none;}

  /* 층별안내 */
  .fl-table > table > tbody > tr > th{font-size: 16px;}
  .fl-table > table > tbody > tr > td{font-size: 14px;}

  /* 찾아오시는길 */
  .map .root_daum_roughmap .wrap_map{height: 300px !important;}
  .map-txt > h5{margin-right: 0; font-size: 16px; display: block; margin-bottom: 1rem;}
  .map-txt > h5:last-child{margin-bottom: 0;}
  .map{margin-bottom: 1.5rem;}
  .map-cont{margin-bottom: 2rem; padding-bottom: 2rem;}
  .map-wrap{flex-direction: column;}
  .map-tit{width: 100%; margin-bottom: 1rem; font-size: 16px; padding: 10px;}
  .map-box{padding-left: 0; width: 100%;}
  .map-box > p{font-size: 14px;}
  .map-wrap.mw1{margin-bottom: 1.5rem;}

  /* 입퇴원 안내 */
  .gd-tit{font-size: 18px; margin-bottom: 1rem;}
  .gd-tit > span{margin-right: 2px;}
  .struc-wrap{flex-wrap: wrap;}
  .struc{width: 49%; margin-bottom: 10px; padding: 1rem 5px; font-size: 14px;}
  .grey-box{padding: 1.5rem 15px;}
  .pg-wrap{flex-direction: column;}
  .pg-box{width: 100%; margin-bottom: 10px;}
  .pg-box:last-child{margin-bottom: 0;}
  .pg-wrap.gd1 > .pg-box{width: 100%;}
  .pg-box > img{max-width: 90px;}
  .pg-box > h5{font-size: 16px;}
  .pg-box > p{font-size: 14px;}

  /* 면회안내 */
  .grey-box > ul > li{font-size: 14px; padding-left: 1.2rem;}

  /* 증명서발급 */
  .pg-wrap.gd2 > .pg-box{width: 100%;}
  .pg-wrap.gd3 > .pg-box{width: 100%; margin-bottom: 10px;}

  .pt-tit{margin-bottom: 1rem;}
  .pt-tit > h3{font-size: 16px;}
  .pt-tit > h3 > span{margin-right: 3px;}
  .pt-tit > p{font-size: 14px;}
  .pp-table > ul > li{font-size: 12px; padding-left: 15px;}
  .pp-table > table{margin-bottom: 1rem;}
  .pp-table > table{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
  .pp-table > table > tbody > tr > th{border-right: 0; padding: 1rem 10px; font-size: 15px;}
  .pp-table > table > tbody > tr > td{padding: 1rem 10px;}
  .pp-table > table > tbody > tr > td > ul > li{font-size: 14px; padding-left: 8px;}
  .pp-table > table > tbody > tr > td > ul > li::after{width: 3px; height: 3px;}
  .pp-table > table > tbody > tr > td > p{font-size: 14px;}

  /* 환자권리장전 */
  .tr-wrap{flex-direction: column;}
  .tr-tit{width: 100%; border-radius: 15px 15px 0 0; padding: 15px;}
  .tr-tit > h5{font-size: 16px;}
  .tr-cont{width: 100%; border-radius: 0 0 15px 15px; padding: 1rem 15px;}
  .tr-cont > p{font-size: 14px;}

  /* 진료과목 */
  .page-tit > h3{
    font-size: 26px;
  }
  .quote-area > p{
    font-size: 16px;
    line-height: 1.6;
  }
  .page-tit .quote-area{
    padding: 0 30px;
  }
  .page-tit .quote-img{
    width: 20px;
  }
  .page-wrap{
    flex-direction: column;
  }
  .page-cont{
    width: 100%;
    margin-bottom: 2rem;
  }
  .page-caption > h5{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .page-img{
    width: 100%;
  }
  .page-caption{
    margin-bottom: 30px;
  }
  .page-caption > ul{
    padding-left: 11px;
  }
  .page-caption > ul > li{
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10px;
  }
  .page-caption > ul > li::before{
    top: 10px;
  }

  /* 특화진료 */
  .page-wrap.sp{
    margin-bottom: 50px;
  }
  .page-wrap.sp .page-cont{
    width: 100%;
  }
  .page-wrap.sp .page-img{
    width: 100%;
  }
  .page-wrap.sp.rv{
    flex-direction: column;
  }
  .page-wrap.sp.rv .page-cont{
    justify-content: flex-start;
  }
  .st-wrap{
    padding: 50px 0 0;
    flex-direction: column;
  }
  .st-box{
    width: 100%;
    margin-bottom: 2rem;
  }
  .st-box:last-child{
    margin-bottom: 0;
  }
  .st-caption > h5{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .st-caption > ul > li{
    font-size: 14px;
    line-height: 1.6;
    padding-left: 10px;
  }
  .st-caption > ul > li::before{
    top: 10px;
  }

  /* 사회복지프로그램 */
  .page-wrap.pg{
    margin-bottom: 50px;
  }
  .page-wrap.pg .page-cont{
    width: 100%;
  }
  .page-wrap.pg .page-img{
    width: 100%;
  }
  .page-wrap.pg.rv{
    flex-direction: column;
  }
  .page-wrap.pg.rv .page-cont{
    justify-content: flex-start;
  }
  
}
@media(max-width:600px){
  
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}