@charset "utf-8";
/* 병원 소개 카테고리 */


/* 공통 요소 */
.intro{
    background-image: url(/img/women/introduce/int-intro.jpg);
}


/* 진료 철학 */
/* int-self */
.int-self{
    background: #F9F5F4;
}
.int-self .wrap{
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
.int-self .l_box{
    flex-shrink: 0;
}
.int-self .l_box .title strong{
    margin: 0 0 5rem;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 1.55;
}
.int-self .l_box .title span{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #444;
}
.int-self .l_box .title .p_box{
    margin-top: 1.6rem;
}
.int-self .l_box .title .p_box p{
    font-size: 2rem;
}
.int-self img{
    width: 41.6%;
    object-fit: cover;
    border-radius: 1.2rem;
}

/* int-body */
.int-body{
    padding: 18rem 0;
    background: url(/img/women/introduce/phi-back.jpg) no-repeat;
    background-size: cover;
    background-position: 46% center;
}
.int-body .title strong{
    margin-top: 2.4rem;
}
.int-body .title .p_box p{
    font-size: clamp(14px, 1.8rem, 18px);
}

/* philosophy */
.philosophy .wrap{
    display: flex;
    justify-content: space-between;
}
.philosophy .r_box{
    margin-top: 10rem;
}
.philosophy .r_box h4{
    color: #7D7D7D;
    font-size: 2.2rem;
}
.philosophy .r_box h4 .blank{
    display: block;
    height: 2.8rem;
}

/* 인용구 배경 */
.quote.c1{
    background-image: url(/img/women/introduce/phi-back2.jpg);
}



/* 의료진 소개 */
.doctor.back_color{
    background: #F9F5F4;
}
.doctor.reverse .wrap{
    flex-direction: row-reverse;
}
.doctor .wrap{
    display: flex;
    justify-content: space-between;
}
.doctor .wrap > img{
    width: 40.7%;
    object-fit: cover;
    border-radius: 1.2rem;
}
.doctor .text_box{
    padding-top: 4rem;
    width: 51.6%;
}
.doctor .text_box strong{
    display: block;
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: clamp(26px, 3vw, 48px);
    line-height: 1.4;
    margin-bottom: 7rem;
}
.doctor .text_box img{
    width: 100%;
    max-width: 600px;
    object-fit: contain;
}


/* 의료진 소개  */

.ddc:not(.reverse) {
  background-color: #fafaf8;
}

.ddc .int-profile {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}

.ddc .int-profile img {
  width: 100%;
  max-width: 58rem;
  min-width: 40rem;
  height: auto;
}

.ddc .int-profile h5 {
  color: #76675b;
  font-weight: 500;
}

.ddc .int-profile hr {
  margin: 1.8rem 0;
  border-top: 0.5px solid #d9d9d9;
  color: #333333;
}

.ddc .int-profile .career strong {
  display: block;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.4;
  margin-bottom: 7rem;
}

.ddc li {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}

.ddc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #333;
}

.profile_tit {
  display: flex;
  align-items: baseline;
  margin-top: 4rem;
  gap: 2rem;
  margin-bottom: 6rem;
}

.ddc .int-profile .ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.ddc .ul-1,
.ddc .ul-2 {
  flex: 1 1 0;
  min-width: 300px;
  max-width: 50%;
}

/* 의료진 소개 반응형  */

@media (max-width: 1180px) {
  .ddc .int-profile {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 1 0;
    min-width: 150px;
    max-width: 50%;
  }
}

@media (max-width: 1180px) {
  .ddc .int-profile {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 0 0;
    min-width: 150px;
    max-width: 50%;
  }

  .ddc.reverse .int-profile > div:first-child {
    order: 2;
  }
  .ddc.reverse .int-profile > div:last-child {
    order: 1;
  }
}

@media (max-width: 480px) {
  .ddc .int-profile .ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .ddc .ul-1,
  .ddc .ul-2 {
    flex: 1 0 0;
    min-width: 150px;
    max-width: 100%;
  }
}



/* 차별점 */
/* chuna */
.chuna{
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 18rem;
}
.chuna .list{
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
.chuna .list:nth-child(2){
    flex-direction: row-reverse;
}
.chuna .list .l_box{
    min-width: 34.2%;
    flex-shrink: 0;
}
.chuna .list .l_box .title b{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.4;
    color: var(--main2);
}
.chuna .list .l_box .title strong{
    margin-bottom: 4rem;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 1.55;
}
.chuna .list .l_box .title span{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #444;
}
.chuna .list .l_box .title .p_box{
    margin-top: 1.6rem;
}
.chuna .list .l_box .title .p_box p{
    font-size: 2rem;
}
.chuna .list img{
    width: 55.5%;
    object-fit: cover;
    border-radius: 1.2rem;
}

/* age */
.age{
    background: #FAFAF8;
}
.age .title h2 span{
    color: var(--main2);
}
.age .container{
    margin-top: 10rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
.age .container div{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.age .container div b{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff;
    background: var(--main2);
    display: block;
    width: 100%;
    border-radius: 100px;
    padding: .6rem;
}
.age .container div img{
    margin-top: 3.6rem;
    width: 100%;
    object-fit: contain;
    border-radius: 1.2rem;
}
.age .container div p{
    font-weight: 400;
    margin-top: 2rem;
    font-size: clamp(12px, 1.4vw, 22px);
    line-height: 1.45;
    letter-spacing: -0.01em;
}

/* qna */
.qna .title {
    margin-bottom: 8rem;
}
.qna .title h4 {
    color: #3a3a3a;
}
.qna .qus {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--ivory);
}
.qna .qus .background {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid var(--ivory);
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: 0.2s;
}
.qna .qus .background:hover {
    background-color: rgba(239, 236, 231, .5);
}
.qna .qus .background.active {
    background-color: rgba(239, 236, 231, .5);
}
.qna .qus .background .text_box {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.qna .qus .background .text_box span {
    font-family: "Noto Sans KR", serif;
    font-weight: 600;
    font-size: clamp(15px, 24px, 24px);
    line-height: 1.66;
    color: var(--main2);
}
.qna .qus .background .text_box h3 {
    font-weight: 400;
    font-size: clamp(16px, 2.4rem, 24px);
    line-height: 1.66;
    letter-spacing: -0.02em;
    transition: 0.2s;
}
.qna .qus .background:hover .text_box h3 {
    font-weight: 700;
}
.qna .qus .background.active .text_box h3 {
    font-weight: 700;
}
.qna .qus .background .answer {
    padding-top: 2rem;
    margin-left: 5rem;
    display: none;
}
.qna .qus .background .answer p {
    margin-top: 2.4rem;
    font-size: clamp(14px, 1.8rem, 18px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #3a3a3a;
}
.qna .qus .background .answer p:nth-child(1) {
    margin-top: 0;
}

/* equipment */
.equipment{
    padding-top: 10rem;
}
.equipment .container{
    margin-top: 10rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}
.equipment .container img{
    width: 100%;
    object-fit: contain;
    box-shadow: .4rem .8rem .8rem rgba(0, 0, 0, .02);
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

/* process_step */
.process_step{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
}
.process_step img{
    width: 100%;
    object-fit: contain;
    max-width: 1240px;
}
.process_step img.m{
    display: none;
}

.doctor.c4{
    padding: 18rem 0;
}

/* view */
.view{
    padding-bottom: 10rem;
    background: #F9F5F4;
}
.view .view_slide{
    margin-top: 6rem;
    width: 100%;
    padding: 3rem 0;
}
.view .view_slide .swiper-slide{
    width: 1216px;
    max-width: 72%;
    border-radius: 1.2rem;
    overflow: hidden;
    transition: .2s;
}
.view .view_slide .swiper-slide-active{
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
}
.view .view_slide .swiper-slide img{
    width: 100%;
    object-fit: cover;
}
.view .view_slide button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 6.2rem;
}
.view .view_slide button img{
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 0 22px 4px rgba(0, 0, 0, .08);
}
.view .view_slide button.prev{
    left: 10%;
}
.view .view_slide button.next{
    right: 10%;
}
.view  .swiper-pagination {
    position: relative;
    margin-top: 4rem;
}
.view .swiper-pagination-fraction {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: #888;
}
.view  .swiper-pagination-current {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    letter-spacing: 0.03em;    
    font-size: 4.2rem;
    line-height: 1.35;
    color: #4E515A;
}
.view  .swiper-pagination-total {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 1.35;
    color: #888;
}

/* diet-process-title */
.diet-process-title{
    padding: 18rem 0 0;
}
.diet-process-title .wrap{
    border-bottom: .5px solid #e4e4e4;
    padding-bottom: 8rem;
}

/* reh_process */
.reh_process{
    background: var(--main1);
}
.reh_process .wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reh_process .title{
    margin-bottom: 8rem;
}
.reh_process .title b{
    color: #555;
}
.reh_process img{
    width: 100%;
    max-width: 1216px;
    object-fit: contain;
}
.reh_process img.m{
    display: none;
    max-width: 420px;
}


/* 오시는 길 */
/* info */
.info .title strong{
    margin-top: 0;
}
.info .info_box{
    gap: 14.6rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;
}
.info .info_box .l_box{
    width: 47.4rem;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}
.info .info_box .l_box>div{
    display: flex;
    flex-direction: column;
}
.info .info_box .l_box>div>b{
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--black);
} 
.info .info_box .l_box .time .time_table{
    margin-top: 1.8rem;
    width: 100%;
    border-top: .75px solid #7D7D7D;
    border-bottom: .75px solid #7D7D7D;
}
.info .info_box .l_box .time .time_table div{
    width: 100%;
    font-weight: 400;
    font-size: 2.4rem;
    border-bottom: .75px solid #ccc;
}
.info .info_box .l_box .time .time_table div b{
    font-weight: 400;
    padding: 5px 2.2rem;
    margin-right: 2.2rem;
    display: inline-block;
    width: 12rem;
    text-wrap: nowrap;
    border-right: .75px solid #7D7D7D;
}
.info .info_box .l_box .time .time_table div:nth-child(1) b{
    letter-spacing: .52em;
}
.info .info_box .l_box .time .time_table div:nth-child(2) b{
    letter-spacing: .52em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) b{
    letter-spacing: .2em;
}
.info .info_box .l_box .time .time_table div span span{
    letter-spacing: -0.01em;
}
.info .info_box .l_box .time .time_table div:nth-child(3) span span{
    letter-spacing: 0.038em;
}
.info .info_box .l_box .call strong{
    margin-top: 1rem;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: -0.02em;
    color: #555555;
}
.info .info_box .l_box .call p{
    margin-top: .8rem;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 1.7rem);
    letter-spacing: -0.05em;
    color: #777;
}
.info .info_box .l_box .call p span{
    margin-left: .2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #555;
}
.info .info_box .l_box .map h4{
    margin-top: 1rem;
    line-height: 1.4;
}
.info .info_box .l_box .map a{
    width: fit-content;
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    padding: .8rem 6rem;
    border-radius: 2.4rem;
    border: .75px solid var(--black);
    background: #fff;
    transition: .3s;
}
.info .info_box .l_box .map a:hover{
    background: #ededed;
}
.info .info_box .r_box{
    flex: 1;
    height: auto;
    border: .75px solid #ccc;
    border-radius: 1.2rem;
}

/* guide */
.guide{
    padding-top: 10rem;
}
.guide .title{
    margin-bottom: 7rem;
}
.guide .title h2{
    margin-top: 2.4rem;
}
.guide .guide-all{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.guide .guide-all img{
    width: 100%;
    object-fit: contain;
    border-radius: 1.2rem;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, .16 );
}
.guide .guide-all img.m{
    display: none;
}
.process-wrap .swiper-slide ul{
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
}
.process-wrap .swiper-slide ul li{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: var(--main2);
}
.int-body.c2{
    background-image: url(/img/women/introduce/phi-back3.jpg);
}
.int-body.c2 .title b{
    font-weight: 400;
    color: #ccc;
}
.int-body.c2 .title strong{
    font-weight: 400;
    color: #fff;
}
.int-body.c2 .title p{
    font-weight: 200;
    color: #fff;
}


@media (min-width: 1920px) {
    .view .view_slide button{
        width: 7rem;
    }
    .view .view_slide button.prev{
        left: 21.5%;
    }
    .view .view_slide button.next{
        right: 21.5%;
    }
}
@media (max-width: 1440px) {
    /* 진료 철학 */
    .philosophy .wrap{
        flex-direction: column;
        justify-content: flex-start;
    }
    .philosophy .r_box{
        margin-top: 7rem;
    }

    /* 차별점 */
    .view .view_slide button{
        width: 5.4rem;
    }
    .view .view_slide button.prev{
        left: 6.5%;
    }
    .view .view_slide button.next{
        right: 6.5%;
    }
    .diet-process-title{
        padding: 16rem 0 0;
    }

    /* 오시는 길 */
    .info .info_box{
        gap: 8%;
    }
    .info .info_box .l_box{
        max-width: 48%;
    }
}
@media (max-width: 1024px) {
    /* 진료 철학 */
    .int-self .wrap{
        flex-direction: column;
        gap: 7rem;
    }
    .int-self img{
        width: 100%;
    }

    /* 의료진 소개 */
    .doctor.reverse .wrap{
        flex-direction: column;
    }
    .doctor .wrap{
        flex-direction: column;
    }
    .doctor .wrap > img{
        width: 100%;
         max-width: 600px;
    }
    .doctor .text_box{
        padding-top: 4rem;
        width: 100%;
    }
    .doctor .text_box img{
        width: 100%;
    }

    /* 차별점 */
    .chuna{
        gap: 8rem;
    }
    .chuna .list{
        flex-direction: column;
        gap: 6rem;
    }
    .chuna .list:nth-child(2){
        flex-direction: column;
    }
    .chuna .list img{
        width: 100%;
    }
    .age .container{
        margin-top: 8rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5rem;
    }
    .qna .qus .background {
        padding: 3.2rem 2.5rem;
    }
    .qna .qus .background .answer p br {
        display: none;
    }
    .equipment .container{
        margin-top: 8rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .view .view_slide .swiper-slide{
        max-width: 82%;
    }
    .view .swiper-pagination{
        margin-top: 2rem;
    }
    .view .swiper-pagination-fraction {
        font-size: 2.2rem;
    }
    .view  .swiper-pagination-current { 
        font-size: 3.6rem;
    }
    .view  .swiper-pagination-total {
        font-size: 2.2rem;
    }

    /* 오시는 길 */
    .guide {
        padding-top: 4rem;
    }
    .guide .guide-all img.m{
        display: block;
    }
    .guide .guide-all img.pc{
        display: none;
    }
}
@media (max-width: 768px) {
    /* 진료 철학 */
    .philosophy .r_box h4 br{
        display: none;
    }

    /* 차별점 */
    .age .container{
        margin-top: 6rem;
        gap: 1.2rem;
        row-gap: 4rem;
    }
    .age .container div b{
        font-size: 16px;
    }
    .age .container div img{
        margin-top: 2rem;
    }
    .age .container div p{
        margin-top: 2rem;
    }
    .qna .qus .background .text_box {
        gap: 1.6rem;
    }
    .qna .qus .background .answer {
        margin-left: 3.6rem;
    }
    .equipment .container{
        gap: 1.2rem;
    }
    .process_step{
        gap: 8rem;
    }
    .process_step img.pc{
        display: none;
    }
    .process_step img.m{
        display: block;
    }
    .view .view_slide button{
        width: 5.6rem;
    }
    .diet-process-title{
        padding: 14rem 0 0;
    } 
    .reh_process img.pc{
        display: none;
    }
    .reh_process img.m{
        display: block;
    }

    /* 오시는 길 */
    .info .info_box{
        width: 100%;
        display: block;
    }
    .info .info_box .l_box{
        width: 100%;
        max-width: 100%;
        gap: 4rem;
    }
    .info .info_box .l_box .map a{
        padding: 1rem 6rem;
    }
    .info .info_box .r_box{
        margin-top: 6rem;
        width: 100%;
        height: 34rem;
    }
}
@media (max-width: 480px) {
    /* 진료 철학 */
    .int-self .l_box .title .p_box p br{
        display: none;
    }
    .int-body .title .p_box p br{
        display: none;
    }

    /* 차별점 */
    .qna .qus .background {
        padding: 3rem 2rem;
    }
    .qna .qus .background .text_box span {
        height: 26.55px;
    }
    .qna .qus .background .text_box {
        gap: 1.4rem;
    }
    .qna .qus .background .answer {
        margin: 0 1rem;
    }
    .view {
        padding: 6rem 0 0;
    }
    .reh_process .title {
        margin-bottom: 6rem;
    }

    /* 오시는 길 */
    .guide {
        padding-top: 0;
    }
}