@charset "UTF-8";

/* 
** pop (임시팝업)
*/
.pop {
  max-width: 480px;
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translateY(-50%);
  z-index: 10;
  transition: opacity 0.6s;
}

.pop.hidden {
  opacity: 0;
  visibility: hidden;
}

.pop .btn_pop_close {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 12;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pop .btn_pop_close span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop .btn_pop_close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pop .btn_pop_close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 
** main 섹션별 공통 style
*/
.sc_inner {
  width: 100%;
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sc_inner.full {
  max-width: none;
  padding: 0;
}

.sc_inner.pd {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.tit_area {
  text-align: center;
  padding-bottom: 6.4rem;
}

.tit_area.tal {
  text-align: left;
}

.main_tit {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  color: #303030;
}

.sub_txt {
  color: #606060;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 2rem;
}

.hospital_name {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;

  background: linear-gradient(
    158deg,
    rgba(175, 146, 103, 0.4) 12.6%,
    rgba(175, 146, 103, 0.47) 23.42%,
    rgba(175, 146, 103, 0.64) 43.8%,
    rgba(175, 146, 103, 0.92) 69.9%,
    #af9267 76.26%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 2rem;
}

.hospital_name.yellow {
  color: #ffd28b;
  background: none;
  background-clip: border-box; /* 기본값 */
  -webkit-background-clip: border-box; /* 초기화 */
  -webkit-text-fill-color: initial; /* 또는 inherit, unset 등 가능 */
}

.text-mark {
  position: relative;
  z-index: 1;
  padding: 0 0.2em;
  transition: color 0.3s;
}

.text-mark::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0;
  height: 1.2em;
  background: var(--main-blue);
  transition: width 0.6s 0.2s;
}

.text-mark.active {
  color: #fff;
}

.text-mark.active::before {
  width: 100%;
}

/* 
** SECTION ::: VISUAL
 */
.sc_visual {
  position: relative;
  overflow: hidden;
  height: 62.5vw;
  min-height: 768px;
  max-height: 940px;
}

.sc_visual .swiper-slide {
  height: 100%;
  padding-top: 17rem;
}

.main_visual {
  position: relative;
  height: 100%;
}

.main_visual .txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  opacity: 0;
}

.main_visual .swiper-slide-active .txt_wrap {
  opacity: 1;
}

.slide_1 {
  background: url(/img/main/main_visual_bg_1.png) no-repeat center center /
    cover;
}

.main_visual .slide_inner {
  display: flex;
  height: 100%;
  justify-content: start;
  align-items: center;
}

.slide_1 .txt_wrap_inner {
  width: 100%;
  max-width: 587px;
}

.slide_1 .img_wrap {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 5.2%;

  width: 60%;
  max-width: 1024px;
}

.slide_1 .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

/* .slide_1 .img_wrap img:nth-child(2) {
  position: relative;
  z-index: 10;
  margin-left: -330px;
}

.slide_1 .img_wrap img:nth-child(3) {
  margin-left: -300px;
} */

.slide_1 .sc_visual_txt1 {
  padding-bottom: 8px;
}

.slide_1 .sc_visual_txt1 img {
  width: 25rem;
}

.sc_visual_title {
  position: relative;
  color: #333;
  font-family: Paperlogy;
  font-size: 7rem;
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: -0.05em; */
  letter-spacing: -0.025em;
  padding-bottom: 0.23em;
  width: 100%;
  margin-bottom: 0.23em;
}

.sc_visual_title span {
  font: inherit;
  color: inherit;
}

.slide_2 {
  background: url(/img/main/main_visual_bg_3.png) no-repeat 50% 50% / cover;
}

.slide_2 .slide_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide_2 .slide_inner:before,
.slide_2 .slide_inner:after {
  content: "MAPO LEADERS MEDICAL CENTER";
  position: absolute;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: #333;
  z-index: -1;
}

.slide_2 .slide_inner:before {
  top: 0;
  left: 2%;
  transform: rotate(-90deg) translate(calc(-100% - 4rem), 0);
  transform-origin: left top;
}

.slide_2 .slide_inner:after {
  bottom: 0;
  right: 2%;
  transform: rotate(90deg) translate(-4rem, 100%);
  transform-origin: right bottom;
}

.slide_2 .txt_wrap {
  align-items: center;
  text-align: center;
  height: auto;
  padding-bottom: 56px;
}

.slide_2 .sc_visual_txt1 {
  color: #333;
  text-align: center;
  font-family: Paperlogy;
  font-size: 4rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -2px;
  justify-content: center;
  padding-bottom: 0.2em;
}

.slide_2 .txt_wrap_inner {
  text-align: center;
  justify-content: center;
}

.slide_2 .img_wrap {
  width: 90%;
  max-width: 122.8rem;
}

.slide_2 .img_wrap .img_box_list {
  display: flex;
  width: 100%;

  overflow: hidden;

  border-radius: 2rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.slide_2 .img_wrap .img_box {
  display: flex;
  gap: 20px;
  flex: 1;
  background: #fff;
  width: 50%;
  padding-right: 2.8rem;
}

.slide_2 .img_wrap .img_box:nth-child(2) h3,
.slide_2 .img_wrap .img_box:nth-child(2) p {
  color: #fff;
}

.slide_2 .img_wrap .img_box img {
  width: 46%;
  max-width: 28.6rem;
  height: 100%;
}

.slide_2 .img_wrap .img_box:nth-child(1) img {
  object-fit: contain;
}

.slide_2 .img_wrap .img_box:nth-child(2) img {
  object-fit: cover;
  object-position: right;
}

.slide_2 .img_wrap .txt_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.slide_2 .img_wrap .img_box:nth-child(2) {
  background: var(--main-blue);
}

.slide_2 .img_wrap .img_box:nth-child(2) h3,
.slide_2 .img_wrap .img_box:nth-child(2) p {
  color: #fff;
}

.slide_2 .img_wrap h3 {
  color: var(--main-blue);
  font-family: Paperlogy;
  font-size: 4rem;
  padding-bottom: 0.6em;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2px;
}

.slide_2 .img_wrap p {
  color: #333;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -0.78px;
}

.sc_visual_title b span {
  font: inherit;
  background: var(--main-blue-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc_visual_txt2 {
  color: #333;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 150%;
  /* 39px */
  letter-spacing: -0.78px;
}

/* 슬라이드 active시 애니메이션 정리 */
.slide_1 .img_wrap {
  transform: translate(0, 10px);
  filter: blur(3px);
  opacity: 0.4;
}

.slide_1.swiper-slide-active .img_wrap {
  animation: slideActiveSlide1Img 0.8s ease 0.2s both;
}

@keyframes slideActiveSlide1Img {
  0% {
    transform: translate(0, 10px);
    filter: blur(3px);
    opacity: 0.4;
  }
  100% {
    transform: translate(0, 0%);
    filter: blur(0);
    opacity: 1;
  }
}

.slide_2 .img_wrap {
  opacity: 0;
}

.slide_2.swiper-slide-active .img_wrap {
  animation: slideActiveSlide2ImgWrap 0.6s ease 0.2s both;
}

@keyframes slideActiveSlide2ImgWrap {
  100% {
    opacity: 1;
  }
}

.slide_2 .img_wrap .img_box:nth-child(1) {
  transform: translateX(12px);
}

.slide_2 .img_wrap .img_box:nth-child(2) {
  transform: translateX(-12px);
}

.slide_2.swiper-slide-active .img_wrap .img_box {
  animation: slideActiveSlide2Img 0.6s ease 0.2s both;
}

@keyframes slideActiveSlide2Img {
  100% {
    transform: translateX(0);
  }
}

.swiper-slide-active .sc_visual_title.split span {
  opacity: 0;
  transform: translateY(60px);
  animation: fade 0.56s ease both;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 
** SECTION ::: SPECIAL 
*/
.sc2 {
  background: linear-gradient(0deg, #fff 69.17%, #e9ecf0 100%);
}

.sc_special_inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  /* max-width: 1600px; */
  margin: 0 auto;
}

.sc_special_inner:before,
.sc_special_inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 14.0625%;
  height: 100%;
  z-index: 10;
}

.sc_special_inner:before {
  left: 0;
  background: linear-gradient(to right, #fff 45%, transparent);
}

.sc_special_inner:after {
  right: 0;
  background: linear-gradient(to left, #fff 45%, transparent);
}

.special-swiper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.special-swiper .swiper-wrapper {
  margin-left: -30px;
}

.special-swiper .swiper-slide {
  width: 270px;
  height: 456px;
  text-align: center;

  margin: 0 10px;
}

.special-swiper .swiper-slide .slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.special-swiper .swiper-slide .img-wrap {
  width: 330px;
  height: 330px;
  margin-bottom: 1rem;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  filter: grayscale(100%);
  opacity: 0.3;
  transform: scale(0.8);

  transition: all 0.5s ease;
}

.special-swiper .swiper-slide .img-wrap .orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  border-radius: 50%;

  border: 1px solid #c3ac8a;
}

.special-swiper .swiper-slide .img-wrap .orbit .planet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 50%;
  transform-origin: bottom center;
  opacity: 0;

  animation: rotate 10s linear infinite;
  animation-play-state: paused;
}

.special-swiper .swiper-slide .img-wrap .orbit .planet:before {
  content: "";
  display: block;

  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #b29468;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -100%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -100%) rotate(360deg);
  }
}
.special-swiper .swiper-slide .img-wrap img {
  width: 90%;
}

.special-swiper .swiper-slide .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.special-swiper .swiper-slide .txt-wrap strong {
  color: #d4d5d7;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s ease;
}

.special-swiper .swiper-slide .txt-wrap p {
  font-size: 2rem;
  color: #676767;
  text-align: center;
  line-height: 1.4;

  opacity: 0;
  transition: all 0.3s ease;
}

/* slide active 스타일 */
.special-swiper .swiper-slide.swiper-slide-active {
  margin: 0 40px;
}

.special-swiper .swiper-slide.swiper-slide-active .img-wrap {
  filter: none;
  opacity: 1;
  transform: scale(1);
  margin-bottom: 2.6rem;
}

.special-swiper .swiper-slide.swiper-slide-active .img-wrap .orbit .planet {
  opacity: 1;
  animation-play-state: running;
}

.special-swiper .swiper-slide.swiper-slide-active .txt-wrap strong {
  font-size: 3.2rem;
  color: #b29468;
}
.special-swiper .swiper-slide.swiper-slide-active .txt-wrap p {
  opacity: 1;
}

.special-swiper-btn-prev,
.special-swiper-btn-next {
  position: absolute;
  top: 150px;
  z-index: 20;

  width: 8.2rem;
  height: 8.2rem;

  border-radius: 9999px;
  background: linear-gradient(180deg, #fff 0%, #f7f4ef 100%), #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

  cursor: pointer;
}

.special-swiper-btn-prev {
  left: 5.2%;
}

.special-swiper-btn-next {
  right: 5.2%;
}

.special-swiper-btn-prev:hover,
.special-swiper-btn-next:hover {
  background: linear-gradient(180deg, #fff 0%, #ece4d6 100%), #fff;
}

.special-swiper-btn-prev:before,
.special-swiper-btn-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% / 22%;
}

.special-swiper-btn-prev:before {
  background-image: url("/img/common/ico_slide_arrow_prev.svg");
}

.special-swiper-btn-next:before {
  background-image: url("/img/common/ico_slide_arrow_next.svg");
}

.special-swiper-btns .swiper-button-disabled {
  opacity: 1;
  cursor: default;
  pointer-events: none;

  background: linear-gradient(180deg, #e4e4e4 0%, #eaeaea 100%);
  box-shadow: none;
}

.special-swiper-btns .swiper-button-disabled:before {
  opacity: 0.4;
}

.specialSwiper-pagination {
  display: none;
}

/* 
** SECTION ::: DEPARTMENT 
*/
.sc_department {
  color: #fff;
  position: relative;
  background: linear-gradient(180deg, #256cea 0%, #1d60d8 100%);
  overflow: hidden;
}

.sc_department .main_tit {
  color: #fff;
}

.sc_department_inner {
  display: flex;
  flex-direction: column;
}

.department_watch {
  position: absolute;
  top: 50%;
  transform: translate(-66%, -50%);
  left: 0;
  width: fit-content;
  max-width: 136.4rem;
}

.rotate_box {
  position: relative;
  width: 64.6rem;
  height: 64.6rem;
}

.rotate_box_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watch_hands_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.watch_hands_01 {
  transform: translate(calc(-50% + 32px), -50%);
  z-index: 1;
  transition: transform 1s ease-in-out;
}

.watch_hands_02 {
  transform: translate(-50%, -50%);
  transition: transform 1s ease-in-out;
}

.rotate_box .rotation_list h3 {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  opacity: 0.2;
  padding: 1rem;
  transition: all 0.5s;
  overflow: hidden;
}

.rotate_box .rotation_item.active h3 {
  position: relative;
  opacity: 1;
  background: #fff;
  color: #023fab;
}

.rotate_box .rotation_item h3:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #023fab;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.37em;
  opacity: 0;
}

.rotate_box .rotation_item.active h3:after {
  width: calc(100% - 0.74em);
  opacity: 1;
  transition-delay: 1s;
  transition: all 0.5s ease;
}

.rotation_list {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.rotation_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
}

.rotation_item:nth-child(1) {
  transform: rotate(0deg) translateX(34rem) translateY(-2.5rem);
}

.rotation_item:nth-child(2) {
  transform: rotate(72deg) translateX(34rem) translateY(-2.5rem);
}

.rotation_item:nth-child(3) {
  transform: rotate(144deg) translateX(34rem) translateY(-2.5rem);
}

.rotation_item:nth-child(4) {
  transform: rotate(216deg) translateX(34rem) translateY(-2.5rem);
}

.rotation_item:nth-child(5) {
  transform: rotate(288deg) translateX(34rem) translateY(-2.5rem);
}

.sc_department[data-index="1"] .watch_hands_01 {
}

.sc_department[data-index="1"] .watch_hands_02 {
}

.sc_department[data-index="2"] .watch_hands_01 {
  transform: translate(calc(-50% + 32px), -50%) rotate(360deg);
}

.sc_department[data-index="2"] .watch_hands_02 {
  transform: translate(-50%, -50%) rotate(20deg);
}

.sc_department[data-index="3"] .watch_hands_01 {
  transform: translate(calc(-50% + 32px), -50%) rotate(-360deg);
}

.sc_department[data-index="3"] .watch_hands_02 {
  transform: translate(-50%, -50%) rotate(60deg);
}

.sc_department[data-index="4"] .watch_hands_01 {
  transform: translate(calc(-50% + 32px), -50%) rotate(360deg);
}

.sc_department[data-index="4"] .watch_hands_02 {
  transform: translate(-50%, -50%) rotate(80deg);
}

.sc_department[data-index="5"] .watch_hands_01 {
  transform: translate(calc(-50% + 32px), -50%) rotate(-360deg);
}

.sc_department[data-index="5"] .watch_hands_02 {
  transform: translate(-50%, -50%) rotate(120deg);
}

.department_content {
  width: 100%;
}

.department_content .img_box {
  position: relative;
  width: 72%;
  height: 40rem;
  max-width: 1400px;
  margin: 0 0 40px auto;
}

.department_content .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.4s ease;
  opacity: 0;
  transform: translateX(10%);
}

.department_content .img_box img.active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
}

.department_content .txt_box {
  position: relative;
  text-align: center;
  color: #fff;

  font-size: 3rem;
  padding-bottom: 2.5em;
}

.department_content .txt_box h4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;

  font-weight: 600;
  line-height: 1.2;
  height: 3.2rem;
  overflow: hidden;
}

.department_content .txt_box h4 span {
  display: inline-block;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  line-height: 1.2;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.department_content .txt_box h4.active span {
  opacity: 1;
  transform: translateY(0);
}

.deco_txt_box {
  position: relative;
  margin-bottom: -20px;
}

.deco_txt_box p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.1);
  text-align: right;
  font-family: "Open Sans";
  font-size: 6rem;
  font-weight: 700;
  line-height: normal;
  opacity: 0;
  transition: 1s;
}

.deco_txt_box p.active {
  opacity: 1;
}

/* SECTION ::: STRENGTH */
.sc_strength {
  position: relative;
  text-align: center;
  background: url(/img/main/sc5_img_bg.png) no-repeat center center / cover;
  padding-bottom: 14rem;
  height: 100rem;
}

.point {
  color: #b29468;
}

.strength_box {
  position: relative;
  padding-bottom: 6rem;
}

.strength_list {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.strength_list li {
  position: relative;
  flex: 1;
  max-width: 31.6rem;
  max-height: 31.6rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f7f7 0%, #e8e9f2 100%);
  border-radius: 50%;
  border: 1rem solid var(--main-blue);
}

.strength_list li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: translateX(-100%) rotate(-60deg);
  transition: transform 0.8s, opacity 0.8s;
}

.strength_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #122442;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04em;
  transition: transform 0.8s, color 0.8s;
}

.strength_desc {
  color: #606060;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.strength_desc strong {
  font-weight: 700;
}

.sc_strength.active .strength_item .strength_txt {
  transform: translate(-50%, 30%);
  color: #fff;
}

.sc_strength.active .strength_item img {
  opacity: 1;
  transform: translateX(0) rotate(0);
}

.sc_strength.active .strength_item:nth-child(2) .strength_txt,
.sc_strength.active .strength_item:nth-child(2) img {
  transition-delay: 0.4s;
}

.sc_strength.active .strength_item:nth-child(3) .strength_txt,
.sc_strength.active .strength_item:nth-child(3) img {
  transition-delay: 0.8s;
}

.sc_strength_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  width: 100%;
}

.sc_strength_arrow svg {
  max-width: 100%;
  max-height: 100%;
}

/* 
** SECTION ::: NEWS
 */
.sc_news {
  position: relative;
  z-index: 1;
  border-radius: 10rem 10rem 0px 0px;
  background: #fff;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;

  margin-top: -10rem;
}

.sc_news .main_tit,
.sc_news .main_tit .ico-symbol {
  display: inline-block;
}

.sc_news .main_tit .ico-symbol img {
  width: 0.68em;
  height: 0.68em;
}

.sc_news .flex-inner {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.tabs.news-tab {
  width: 70%;
  max-width: 103.6rem;
}

.news-tab .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.news-tab .tab-btn {
  position: relative;
  z-index: 10;
  transform: translate(0, 2px);

  font-size: 3rem;
  text-align: center;
  font-weight: 700;

  display: block;
  width: 7.4em;
  padding: 0.5em;

  border-radius: 30px 30px 0px 0px;
  border-top: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;

  color: #9c9c9c;
  background: #e1e1e1;

  transition: background 0.2s, color 0.2s;

  cursor: pointer;
}

.news-tab .tab-btn:not(.active):hover {
  color: #6d6d6d;
  background: #e6e6e6;
}

.news-tab .tab-btn.active {
  color: #122442;
  background: #fff;
}

.news-tab .tab-contents {
  position: relative;

  border-radius: 5rem;
  border: 2px solid #dfdfdf;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  min-height: 44rem;
  overflow: hidden;

  padding: 1.6rem;
}

.news-tab .tab-content {
  min-height: 44rem;
}

.news-tab .tab-contents .no-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-tab .tab-content .news-list {
  display: flex;
  /* justify-content: center; */
  gap: 1.6rem;
}

.news-tab .tab-content .news-item {
  position: relative;
  border-radius: 3.6rem;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.news-tab .tab-content .news-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(97, 116, 128, 0.2) inset;
  border-radius: 3.6rem;
  pointer-events: none;
}

.news-tab .tab-content .board-img-wrap,
.news-tab .tab-content .board-txt-wrap {
  width: 100%;
  height: 22rem;
  overflow: hidden;
  background: #fff;
}

.news-tab .tab-content .board-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-tab .tab-content .board-txt-wrap {
  display: flex;
  flex-direction: column;

  padding: 3rem 2.4rem;
  transition: background 0.3s;
}

.news-tab .board-tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.news-tab .board-desc {
  color: #676767;
  line-height: 1.6;

  width: 100%;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* 원하는 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-tab .tab-content .news-item a:hover .board-img-wrap img {
  transform: scale(1.1);
}

.news-tab .tab-content .news-item a:hover .board-txt-wrap {
  background: #f0f0f2;
}

.sc_news .go-to-reserve {
  width: 30%;
  max-width: 47rem;
  padding: 1.6rem;

  background: #fff;
  border-radius: 3.6rem;
  border: 2px solid #dfdfdf;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.1);
}

.sc_news .go-to-reserve-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #fff;
  text-align: center;
  font-weight: 700;

  width: 100%;
  height: 100%;
  padding: 3rem;

  border-radius: 3.6rem;
  background: var(--main-blue);
  box-shadow: 4px 4px 10px 0px rgba(52, 54, 88, 0.4) inset;

  transition: background 0.1s;
}

.sc_news .go-to-reserve-inner .reserve-tit {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}

.sc_news .go-to-reserve-inner .reserve-tit + img {
  width: 20rem;
}

.sc_news .go-to-reserve-inner .reserve-tit strong {
  display: inline-block;
  font-size: 3.6rem;
  margin-bottom: 0.8em;
}

.sc_news .go-to-reserve-inner .reserve-tit p {
  line-height: 1.4;
}

.sc_news .go-to-reserve-inner .reserve-btn {
  position: relative;

  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--main-blue);

  background: #fff;
  padding: 0.9em 3.6em 0.9em 1.4em;
  border-radius: 9999px;
  margin-top: 3rem;

  transition: box-shadow 0.2s;
}

.sc_news .go-to-reserve-inner .reserve-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(0, -50%);

  width: 1.5em;
  height: 1.5em;
  background: url("/img/common/ico_arrow_blue.svg") no-repeat center center /
    contain;
}

.sc_news .go-to-reserve a:hover .go-to-reserve-inner {
  background: #3375e7;
}

.sc_news .go-to-reserve a:hover img {
  animation: rubberBand 0.9s;
}

.sc_news .go-to-reserve a:hover .reserve-btn {
  box-shadow: 0.1em 0.1em 1px 0.15em #89b1f7;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.12, 1.12, 1.12) rotate(4deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.12, 1.12, 1.12) rotate(-4deg);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes jello {
  0%,
  11.1%,
  100% {
    transform: translateZ(0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.news-notice-swiper,
.news-event-swiper {
  position: relative;
}

.news-notice-swiper .swiper-slide,
.news-event-swiper .swiper-slide {
  border-radius: 3.6rem;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.news-notice-swiper .swiper-slide:after,
.news-event-swiper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 4px 0px rgba(97, 116, 128, 0.2) inset;
  border-radius: 3.6rem;
  pointer-events: none;
}

.news-notice-pagination,
.news-event-pagination {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 10;
  color: #6d6d6d;
}

/* 
** SECTION ::: DOCTORS
 */
.sc9 .sc_inner {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column-reverse;
}

.doctors_swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.doctors_swiper .swiper-slide {
  height: 100%;
  background: #fff;
}

.doctors_swiper .doctor_wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.doctors_swiper .doctor_img {
  width: 50%;
  max-width: 56rem;
}

.doctors_swiper .doctor_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors_swiper .doctor_info {
  width: 50%;
  min-height: 40em;
  padding: 2rem 2rem 2rem 13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;

  font-size: 1.8rem;
}

.doctors_swiper .doctor_info > p {
  display: flex;
  align-items: center;

  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 6rem;
  padding-left: 1.5em;

  background: url("/img/common/logo_mini.svg") no-repeat 0 55% / 1em;
}

.doctors_swiper .doctor_info > p > strong {
  font-size: 4rem;

  margin-right: 0.3em;

  background: linear-gradient(70deg, #888 0%, #333 50%, #666 100%);
  background-size: 200% auto;
  background-position: -100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: background 0.8s linear 0.4s;
}

.doctors_swiper .doctor_info > p > strong.active {
  background-position: 100%;
}

.doctors_swiper .doctor_info .doc-history ul + ul {
  margin-top: 30px;
}

.doctors_swiper .doctor_info .doc-history li {
  color: #606060;
  font-weight: 300;
}

.doctors_swiper .doctor_info .doc-history li + li {
  margin-top: 0.6em;
}

.doctors-pagination-wrap {
  /* position: absolute;
  top: 50%;
  right: 8%; 
  transform: translate(0, -50%);
  z-index: 1;*/

  width: 100%;
  max-width: 78rem;
  margin: 0 auto 6rem;

  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
}

.doctors-pagination-wrap .pagi-title {
  font-size: 2rem;
  font-weight: 700;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #fff;
}

.doctors-pagination-wrap .pagi-title p {
  padding: 0.5em 1em;
}

.doctors-pagination-wrap .pagi-title p span {
  background: linear-gradient(
    147deg,
    rgba(175, 146, 103, 0.4) -66.04%,
    rgba(175, 146, 103, 0.47) -27.26%,
    rgba(175, 146, 103, 0.64) 45.74%,
    rgba(175, 146, 103, 0.92) 139.27%,
    #af9267 162.08%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doctors-pagination-wrap .pagi-logo {
  padding: 10px;
  border-right: 1px solid #e1e1e1;
}

/* 기본 bullet 스타일 초기화 */
.doctors-pagination-wrap .swiper-pagination-bullet {
  all: unset;
  cursor: pointer;
  margin: 0 4px;
}

.doctors-pagination-wrap .swiper-pagination-bullet-active {
  all: unset;
}

.doctors-pagination-wrap
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

/* 페이지네이션 스타일 */
.dotors-pagination {
  display: flex;
}

.dotors-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;

  flex: 1;

  font-size: 1.8rem;
  text-align: center;

  padding: 0.84em 0.56em;
  margin: 0;

  background: #fff;
  /* border-top: 1px solid #e1e1e1; */

  transition: background 0.3s ease;
}

.dotors-pagination .swiper-pagination-bullet span {
  position: relative;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.doctors-pagination-wrap .swiper-pagination-bullet-active {
  background: #b29468;
}

.doctors-pagination-wrap .swiper-pagination-bullet-active span {
  color: #fff;
}

.dotors-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #faf2e8;
}

/* 
** SECTION ::: FACILITY
 */
.sc_facility {
  background: url(/img/main/sc_facility_bg.jpg) no-repeat 50% 50% / cover;
}

.sc_facility .sc_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sc_facility .con_area {
  width: 100%;
  max-width: 86.6rem;
}

.facility-swiper {
  width: 100%;
  height: 44rem;
  border-radius: 2rem;
  overflow: hidden;
}

.facility-thumb-swiper {
  width: 96%;
  margin: 4rem auto 0;
}

.facility-swiper .swiper-slide {
  border-radius: 2rem;
  overflow: hidden;
}

.facility-thumb-swiper .swiper-slide {
  /* width: 15.4rem; */
  height: 7.8rem;
  border-radius: 1rem;
  overflow: hidden;
}

.facility-swiper .swiper-slide img,
.facility-thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.facility-swiper-btns {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.facility-swiper-btn-prev,
.facility-swiper-btn-next {
  width: 8.2rem;
  height: 8.2rem;

  border-radius: 9999px;
  background: linear-gradient(180deg, #fff 0%, #f7f4ef 100%), #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

  cursor: pointer;
}

.facility-swiper-btn-prev:hover,
.facility-swiper-btn-next:hover {
  background: linear-gradient(180deg, #fff 0%, #ece4d6 100%), #fff;
}

.facility-swiper-btn-prev:before,
.facility-swiper-btn-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% / 22%;
}

.facility-swiper-btn-prev:before {
  background-image: url("/img/common/ico_slide_arrow_prev.svg");
}

.facility-swiper-btn-next:before {
  background-image: url("/img/common/ico_slide_arrow_next.svg");
}

.facility-swiper-btns .swiper-button-disabled {
  opacity: 1;
  cursor: default;
  pointer-events: none;

  background: linear-gradient(180deg, #e4e4e4 0%, #eaeaea 100%);
  box-shadow: none;
}

.facility-swiper-btns .swiper-button-disabled:before {
  opacity: 0.4;
}

/* 반응형 */
/* @media (max-aspect-ratio: 1/1) {
  .sc_visual {
    height: 100vh;
    min-height: auto;
    max-height: none;
  }
} */

@media (max-width: 1400px) {
  .department_content .img_box {
    width: 60%;
  }
}

@media (max-width: 1280px) {
  .sc_facility .sc_inner {
    position: relative;
    flex-direction: column;
  }

  .sc_facility .tit_area.tal {
    text-align: center;
  }

  .sc_facility .main_tit {
    margin-bottom: 4rem;
  }

  .sc_facility .con_area {
    padding-bottom: 14rem;
  }

  .facility-swiper-btns {
    position: absolute;
    bottom: 12rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1200px) {
  .slide_1 .img_wrap {
    right: 2.5%;
  }

  .strength_list {
    gap: 3rem;
  }
}

@media (max-width: 1024px) {
  .sc_inner.pd {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .main_tit {
    font-size: 4.4rem;
  }

  .sc_visual {
    height: calc(var(--vh, 1vh) * 100);
    min-height: auto;
    max-height: 960px;
  }

  .sc_visual .swiper-slide {
    padding-top: 60px;
  }

  .main_visual .txt_wrap {
    height: 45%;
    /* justify-content: flex-start; */
    align-items: center;
    text-align: center;
  }

  .sc_visual_title {
    font-size: 6rem;
  }

  .sc_visual_txt2 {
    font-size: 2rem;
  }

  .main_visual .slide_inner {
    flex-direction: column;
    justify-content: space-between;
  }

  .slide_1 .sc_visual_txt1 img {
    margin: 0 auto;
  }

  .slide_1 .img_wrap {
    position: static;
    width: max-content;
    height: 55%;

    display: flex;
    align-items: flex-end;
  }

  .slide_2 .img_wrap {
    height: 55%;
    width: calc(100% - 40px - 10%);
    max-width: 60rem;

    display: flex;
    align-items: flex-start;
  }

  .slide_2 .img_wrap .img_box_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 80%;
  }

  .slide_2 .img_wrap .img_box {
    width: 100%;
    height: 50%;
  }

  .slide_2 .txt_wrap {
    padding-bottom: 0;
  }

  .slide_2 .sc_visual_txt1 {
    font-size: 3.2rem;
  }

  .slide_2 .img_wrap h3 {
    font-size: 3.6rem;
  }

  .slide_2 .img_wrap p {
    font-size: 2rem;
  }

  .slide_2 .slide_inner:before {
    font-size: 1.2rem;
    transform: rotate(-90deg) translate(calc(-100% - 2rem), 0);
  }

  .slide_2 .slide_inner:after {
    font-size: 1.2rem;
    transform: rotate(90deg) translate(-2rem, 100%);
  }

  .strength_list li {
    max-width: 29rem;
    max-height: 29rem;
  }

  .strength_txt {
    font-size: 3rem;
  }

  .strength_desc {
    font-size: 2.8rem;
  }

  .sc_news {
    border-radius: 6rem 6rem 0px 0px;
  }

  .sc_news .flex-inner {
    flex-wrap: wrap;
  }

  .tabs.news-tab,
  .sc_news .go-to-reserve {
    width: 100%;
    max-width: 360px;
  }

  .news-tab .tab-btn {
    font-size: 2.6rem;
    padding: 0.5em 1.5em;
    width: fit-content;
  }
}

@media (max-width: 960px) {
  .sc_department_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12rem;
  }

  .department_content .img_box {
    width: calc(100% - 40px);
    margin: 0 auto 4rem;
    height: 34rem;
  }

  .department_watch {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0%);
    margin-bottom: -40rem;
  }

  .rotate_box {
    width: 48rem;
    height: 48rem;
    transform: rotate(-90deg);
  }

  .rotation_item:nth-child(1) {
    transform: rotate(0deg) translateX(24rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(2) {
    transform: rotate(72deg) translateX(24rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(3) {
    transform: rotate(144deg) translateX(24rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(4) {
    transform: rotate(216deg) translateX(24rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(5) {
    transform: rotate(288deg) translateX(24rem) translateY(-2.5rem);
  }

  .rotate_box .rotation_list h3 {
    transform: rotate(90deg);
  }

  .department_content {
    position: relative;
  }

  .deco_txt_box {
    position: static;
  }

  .deco_txt_box p {
    bottom: auto;
    left: auto;
    height: auto;

    transform: translate(0, -76%);

    font-size: 4rem;
    white-space: nowrap;
  }

  .doctors_swiper .doctor_wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .doctors_swiper .doctor_info {
    width: 100%;
    min-height: auto;
    padding: 2rem;
    justify-content: flex-start;
  }

  .doctors_swiper .doctor_img {
    width: calc(100% - 40px);
    max-width: 46rem;
    border-radius: 5rem;
    overflow: hidden;
  }

  .doctors_swiper .doc-history {
    height: 220px;
    overflow-y: auto;
  }

  .doctors_swiper .doc-history::-webkit-scrollbar {
    width: 3px;
    background: #e5e5e5;
  }

  .doctors_swiper .doc-history::-webkit-scrollbar-thumb {
    background: #b29468;
    border-radius: 10px;
  }

  .doctors-pagination-wrap {
    margin: 0 auto 4rem;
  }

  .sc_strength {
    height: auto;
  }

  .strength_list {
    flex-direction: column;
    align-items: center;
  }

  .sc_strength_arrow {
    width: auto;
    height: 100%;
    top: 0;
    transform: translate(-50%, 0);
  }

  .strength_box {
    padding-bottom: 10rem;
    margin-bottom: 6rem;
  }

  .facility-thumb-swiper .swiper-slide {
    width: 12rem;
    height: 7rem;
  }
}

@media (max-width: 500px) {
  .sc_visual_title {
    font-size: 5.4rem;
  }

  .slide_2 .img_wrap h3 {
    font-size: 2.8rem;
  }

  .slide_2 .img_wrap p {
    font-size: 1.6rem;
  }

  .special-swiper .swiper-slide {
    width: 226px;
    height: 400px;
  }

  .special-swiper .swiper-slide .img-wrap {
    width: 280px;
    height: 280px;
  }

  .sc_special_inner:before,
  .sc_special_inner:after {
    display: none;
  }

  .special-swiper-btns {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .special-swiper-btn-prev,
  .special-swiper-btn-next {
    display: none;
  }

  .department_watch {
    margin-bottom: -38rem;
  }

  .rotate_box {
    width: 42rem;
    height: 42rem;
  }

  .rotation_item:nth-child(1) {
    transform: rotate(0deg) translateX(20rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(2) {
    transform: rotate(72deg) translateX(20rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(3) {
    transform: rotate(144deg) translateX(20rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(4) {
    transform: rotate(216deg) translateX(20rem) translateY(-2.5rem);
  }

  .rotation_item:nth-child(5) {
    transform: rotate(288deg) translateX(20rem) translateY(-2.5rem);
  }

  .department_content .txt_box {
    padding-bottom: 4.5em;
  }

  .department_content .txt_box h4 {
    height: 4.5em;
  }

  .sc_news .main_tit {
    font-size: 3.4rem;
  }

  .facility-swiper {
    height: 36rem;
  }
}
