@charset "utf-8";

/* 비주얼 */

.vis_slide_wr {
  z-index: 1004;
  overflow: hidden;
}

.vis_slide .inner {
  max-width: 1380px;
  min-height: 940px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 30;
}

.vis_slide .l_g_img {
  margin-bottom: 2.9rem;
}

.vis_slide .txtbox {
  width: 100%;
  margin-top: 10%;
}

.vis_slide .txtbox .tag {
  font-size: 1.7rem;
  color: #6eb6ff;
  margin-bottom: 2.9rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.vis_slide .txtbox h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  letter-spacing: -2px;
}

.vis_slide .txtbox h2 b {
  font-weight: 600;
  display: block;
}

.vis_slide .txtbox .disc {
  color: #222;
  font-size: 2rem;
  margin-top: 1.9rem;
}

.vis_slide .swiper-slide.swiper-slide-active .txtbox>* {
  opacity: 0;
  transform: translateY(5rem);
  animation: txtUp 1s 0.5s forwards;
}

.vis_slide .swiper-slide.swiper-slide-active .txtbox .tit {
  animation-delay: 1s;
}

.vis_slide .swiper-slide.swiper-slide-active .txtbox .disc {
  animation-delay: 1.5s;
}

@keyframes txtUp {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vis_slide .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 5s linear;
  transform: scale(1);
  background: no-repeat center center/cover;
}

.vis_slide .swiper-slide.swiper-slide-active .slide_bg {
  transform: scale(1.2);
}

.vis_slide .slide_bg.bg01 {
  background-image: url("../img/main/main_visual_01.jpg");
}

.vis_slide .slide_bg.bg02 {
  background-image: url("../img/main/main_visual_02.jpg");
}

.vis_slide .slide_bg.bg03 {
  background-image: url("../img/main/main_visual_03.jpg");
}

.vi_control_box {
  position: absolute;
  width: calc(100% - 4rem);
  max-width: 1380px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.vi_pagination {
  display: flex;
}

.vi_pagination .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.vi_pagination .progress {
  transform: rotate(-90deg);
}

.vi_pagination .circle {
  fill: transparent;
  stroke: #222;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.vi_pagination span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vi_pagination .swiper-pagination-bullet {
  line-height: 1;
}

.vi_pagination .swiper-pagination-bullet .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #222;
  display: none;
  pointer-events: none;
  /* 클릭 이벤트 방지 */
}

.vi_pagination .swiper-pagination-bullet .dot {
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 50%;
}

.vi_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon {
  display: block;
}

.vi_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot {
  display: none;
}

.vi_control_box .swiper-horizontal>.swiper-pagination-bullets,
.vi_control_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.vi_control_box .swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
}

.vi_control_box .pagination_fraction {
  font-size: 12px;
  display: flex;
  align-items: baseline;
  column-gap: 7px;
}

.vi_control_box .pagination_fraction .swiper-pagination-current {
  font-size: 30px;
}

.vi_control_box .pagination_fraction .swiper-pagination-total {}

@keyframes tit_ani {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}







.wh .main_sec_tit_en {
  color: rgba(255, 255, 255, 0.4);
}
.wh .main_sec_tit {
  color: #fff;
}

.wh .more_btn {
  color: #fff;
  border: 1px solid #365a67;
}

.wh .more_btn span.material-symbols-outlined {
  border-left: 1px solid #365a67;
}

.wh .more_btn:hover {
  border-color: #29b6bb;
}

.wh .more_btn:hover span.material-symbols-outlined {
  background: #29b6bb;
  color: #fff;
}






/* 더보기 버튼 */
.more_btn {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  color: var(--main-color);
  border: 1px solid #cbd1dc;
  transition: 0.5s;
}

.more_btn span {
  padding: 5px 20px;
  font-weight: 600;
}

.more_btn span.material-symbols-outlined {
  border-left: 1px solid #cbd1dc;
  padding: 5px;
  font-weight: 400;
  transition: 0.5s;
}

.more_btn:hover {
  border-color: var(--main-color);
}

.more_btn:hover span.material-symbols-outlined {
  background: var(--main-color);
  color: #fff;
}










/* 메인-진료과목 */

.sec01 {
  padding-top: 200px;
}

.speciality {
  display: flex;
}

.left {
  width: 690px;
  position: relative;
  flex: 0 0 auto;
}

.right {
  width: 960px;
  position: relative;
}

.speciality .right .circle {
  width: 128px;
  height: 128px;
  position: absolute;
  top: -64px;
  left: -64px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
}

.speciality .right .circle a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.speciality .right .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.speciality .right .circle img.animation {
  animation: rotate-image 10s linear infinite;
  transform-origin: center center;
}



.speciality .right .right_slide_box {
  overflow: hidden;
}

.speciality .right .speciality_slide {
  width: 960px;
}

.speciality_slide .swiper-slide .item_wr {
  width: 361px;
  height: 415px;
  overflow: hidden;
  border-radius: 35px;
  position: relative;
  transition: all 0.5s ease-in-out;
  background: url("../img/main/main_sec01_img_bg.png") no-repeat center;
}

.speciality_slide .swiper-slide .item_wr figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -5px;
  clip-path: circle(27% at 50% 35%);
  transition: all 0.5s;
}

.speciality_slide .swiper-slide .item_wr figure img {
  width: 100%;
  position: absolute;
}

.speciality_slide .swiper-slide .item_wr figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-color);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}


.speciality_slide .swiper-slide .txt_box {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 25px;
  transition: 0.5s;
}

.speciality_slide .swiper-slide .txt_box .tit {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.speciality_slide .swiper-slide .txt_box .desc {
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  transition: 0.5s;
  opacity: 0;
  height: 0;
}


.speciality_slide .swiper-slide-active .item_wr figure,
.speciality_slide .swiper-slide.hover .item_wr figure {
  clip-path: circle(100% at 50% 35%);
}

.speciality_slide .swiper-slide-active .item_wr figure::after,
.speciality_slide .swiper-slide.hover .item_wr figure::after {
  opacity: 1;
}

.speciality_slide .swiper-slide-active .item_wr .txt_box,
.speciality_slide .swiper-slide.hover .item_wr .txt_box {
  bottom: 100px;
}

.speciality_slide .swiper-slide-active .item_wr .txt_box .desc,
.speciality_slide .swiper-slide.hover .item_wr .txt_box .desc {
  opacity: 1;
  height: auto;
}



/* 기존 active 효과 제거를 위한 override */
.speciality_slide .swiper-slide.no-hover .item_wr figure {
  clip-path: circle(27% at 50% 35%) !important;
}

.speciality_slide .swiper-slide.no-hover .item_wr figure::after {
  opacity: 0 !important;
}

.speciality_slide .swiper-slide.no-hover .item_wr .txt_box {
  bottom: 30px !important;
}

.speciality_slide .swiper-slide.no-hover .item_wr .txt_box .desc {
  opacity: 0 !important;
  height: 0 !important;
}



.speciality_slide .swiper-slide .item_wr .arrow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: var(--main-color);
  margin: 40px auto 0;
  font-size: 40px;
  z-index: 20;
}

.speciality_slide .swiper-slide .item_wr .arrow_btn span {
  font-size: 40px;
}







/* 메인-특별함 */


.sec02 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec02_title {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
}

.sec02 .sec02_tit {
  width: 50%;
  height: 350px;
  position: relative;
}

.sec02_bgs {
  width: 100%;
  height: 100vh;
  background-color: var(--main-color);
}

.sec02_bgs>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.sec02_bgs>div.visible {
  opacity: 1;
}

.sec02_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec02_bg1 {
  background-image: url("../img/main/main_sec02_bg01.jpg");
}

.sec02_bg2 {
  background-image: url("../img/main/main_sec02_bg02.jpg");
}

.sec02_bg3 {
  background-image: url("../img/main/main_sec02_bg03.jpg");
}

.sec02_bg4 {
  background-image: url("../img/main/main_sec02_bg04.jpg");
}

.sec02_bg5 {
  background-image: url("../img/main/main_sec02_bg05.jpg");
}

.progress_box {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-86px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.progress_box .progress-bar {
  width: 1px;
  height: 500px;
  background: rgba(255, 255, 255, .4);
  margin: 10px 0;
  position: relative;
}

.progress_box .progress-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0%;
  margin-left: -1px;
  background: #fff;
  transition: height 0.2s ease;
}

.progress_box .current_num,
.progress_box .total_num {
  font-size: 1.2rem;
  color: #fff;
}



.sec02_cont {
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
}

.sec02_cont .static {
  display: flex;
  padding-top: 160px;
}

.sec02_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 250px;
}

.sec02_item {
  padding: 4rem;
  border-radius: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  width: 400px;
  color: #fff;
  padding: 70px 45px;
  transition: all 0.5s;
}

.sec02_item h4,
.sec02_item p,
.sec02_item img {
  position: relative;
  z-index: 1;
}

.sec02_item img {
  width: 80px;
}

.sec02_item h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 10px;
}

.sec02_item:nth-child(2),
.sec02_item:nth-child(4) {
  position: relative;
  top: 200px;
}

.sec02_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
}

.sec02_item.active::before {
  background-color: rgba(32, 58, 100, 0.9);
  backdrop-filter: blur(0);
  mix-blend-mode: multiply;
  transition: background-color 0.5s;
}





/* 메인-의료진소개 */

.sec03 {
  position: relative;
  height: 975px;
  overflow: hidden;
  transition: background 0.5s;
}

.sec03 .clip-bg {
  position: absolute;
  inset: 0;
  background-color: #ececec;
  clip-path: circle(0% at center);
  transition: clip-path 0.8s ease;
  /* z-index: 1; */
  pointer-events: none;
}

.sec03 .intro,
.sec03 .career_list {
  position: relative;
  z-index: 10;
}

.sec03 .intro h3 {
  color: var(--main-color);
  font-size: 42px;
  margin-bottom: 40px;
  letter-spacing: -2px;
  height: 122px;
}

.sec03 .career_list h3 {
  color: var(--main-color);
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: -2px;
  height: 122px;
  font-family: "Noto Serif KR", serif;
}

.sec03 .intro h4,
.sec03 .career_list h4 {
  background: url("../img/main/bs_symbol_ico.png") no-repeat left 15px;
  padding-left: 70px;
  font-size: 40px;
  margin-bottom: 40px;
}

.sec03 .intro .content,
.sec03 .career_list .content {
  font-size: 19px;
  line-height: 1.8;
}

.sec03 .career_list {
  width: 1110px;
  position: absolute;
  top: 160px;
  display: none;
}

.sec03 .career_list .doctor_career {
  display: flex;
  column-gap: 45px;
}

.sec03 .career_list .doctor_career .content:first-child {
  width: 400px;
}

.sec03 .career_list ul.content li {
  background: url("../img/main/main_sec03_list_ico.png") no-repeat left 15px;
  padding-left: 15px;
}

.bg_ec {
  background: #ececec;
}


.sec03 .doct_img_box .circle {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 250px;
  left: -64px;
  z-index: 100;
  background: var(--main-color);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.sec03 .doct_img_box .circle a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.sec03 .doct_img_box .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(94%) sepia(100%) saturate(23%) hue-rotate(0deg) brightness(105%) contrast(108%);
}

.sec03 .doct_img_box .circle .circle_plus {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 100;
}

.sec03 .doct_img_box .circle.on {
  background: #fff;
}

.sec03 .doct_img_box .circle.on .circle_plus {
  color: var(--main-color);
}

.sec03 .doct_img_box .circle.on img {
  filter: none;
}

.sec03 .doct_img_box .circle img.animation {
  animation: rotate-image 10s linear infinite;
  transform-origin: center center;
}

.sec03 .doct_img_box {
  width: 807px;
  height: 976px;
  position: absolute;
  top: 0;
  left: calc(100% - 807px);
}

.sec03 .doct_img_box figure {
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 100;
}

.sec03 .doct_img_box .doct_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main/main_sec03_bg.jpg");
}

.plus_add {
  display: none;
  opacity: 0;
}

.plus_remove {
  opacity: 0;
}

.plus_add {
  display: block;
  opacity: 1;
}

.sec03 .doct_img_box .plus {
  background-image: none !important;
  background: #ececec;
}






/* 메인 - 치료후기 */


.sec04 {
  text-align: center;
  background: #f9f9f9;
}

.marquee_wr {
  margin-top: -130px;
  transform: translateY(-60px);
  overflow: hidden;
}
.review_slide {
  margin-top: 70px;
}

.review_slide .slide_item {
  width: 326px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  overflow: hidden;
}

.review_slide .slide_item figure {
  position: relative;
  height: 500px;
}

.review_slide .slide_item figure img {
  margin: auto;
  filter: blur(7px);
}

.review_slide .slide_item figure figcaption {
  background: linear-gradient(to bottom, #4175ca, #172b4b);
  padding: 30px 20px 40px;
  color: #fff;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
}

.review_slide .slide_item figure figcaption h3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.review_slide .slide_item figure figcaption p {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.review_slide .slide_item figure figcaption h4 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 15px;
}

.review_slide .slide_item a.rev_more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.rev_dim {
  width: 100%;
  height: 50%;
  background-color: rgba(44, 44, 44, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rev_dim .plus {
  width: 61px;
  height: 61px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: 200;
}


.review_slide .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.rev_pagination {
  display: block;
  position: relative;
  margin-top: 56px;
  height: 3px;
  background-color: #E4E4E4;
}

.rev_pagination .swiper-pagination-progressbar-fill {
  background-color: var(--main-color);
}






/* 메인 - 공지사항 */

.notice .inner {
  position: relative;
}

.notice .more_btn {
  bottom: auto;
  left: auto;
  right: 0;
  top: 124px;
}

.noti_slide {
  position: relative;
  overflow: hidden;
}

.noti_slide_wr {
  position: relative;
  margin-top: 70px;
}

.noti_slide_wr .slide_nav {
  position: absolute;
  top: 90px;
  z-index: 1;
  color: #ccc;
  cursor: pointer;
}

.noti_slide_wr .slide_nav.next {
  right: -60px;
}

.noti_slide_wr .slide_nav.prev {
  left: -50px;
}

.noti_slide_wr .slide_nav span {
  font-size: 40px;
  font-weight: 100;
}

.noti_slide .swiper-slide {
  position: relative;
}

.noti_slide .swiper-slide figcaption {
  margin-top: 20px;
  color: #888;
}

.noti_slide .swiper-slide figcaption h4 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.noti_slide .swiper-slide figcaption p {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.noti_slide .swiper-slide a.noti_more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.noti_dim {
  width: 100%;
  height: 225px;
  background-color: rgba(32, 58, 100, .8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: multiply;
}

.noti_slide figure {
  position: relative;
}

.noti_slide figure .plus {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  opacity: 0;
  z-index: 3;
}










@media screen and (max-width: 1440px) {


    .left {
        width: 50%;
    }

    .sec03 .doct_img_box {
        width: 50%;
        left: 50%;
    }


}




@media screen and (max-width: 1200px) {

    .left {
        width: 40%;
    }

    .main_sec_tit_en {
      font-size: 30px;
    }


    
    .sec02_cont {
      width: 50%;
    }
   
    .sec02 .sec02_tit {
      width: 40%;
    }
    

    .progress_box {
      transform: translateX(-60px);
    }

    .sec02_item {
      min-height: 340px;
      width: calc(50% - 20px);
      padding: 50px 30px;
    }

    .sec02_items {
      column-gap: 20px;
      row-gap: 100px;
    }

    .sec02_item img {
      width: 60px;
    }

    .sec02_item h4 {
      font-size: 24px;
    }

    .sec02_item p {
      font-size: 16px;
    }



}