@charset "utf-8";

/* 공통 */
/* intro */
.intro{
    background-image: url(../img/about/intro-about.jpg);
    background-position: 70% center;
}



/* 원장 소개 페이지 */
/* profile */
.profile{
    padding: 20rem 0 15rem;
}
.profile .profile_box{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile .profile_box .l_box{
    flex: 1;
    padding-left: 1rem;
    padding-top: 4px;
}
.profile .profile_box .l_box h4{
    color: var(--grey2);
}
.profile .profile_box .l_box strong{
    margin-top: 2rem;
    display: block;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1;
}
.profile .profile_box .l_box ul{
    margin-top: 6rem;
}
.profile .profile_box .l_box ul li::before{
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: var(--grey1);
    position: absolute;
    left: 0;
    top: 1.1rem;
}
.profile .profile_box .l_box ul li{
    position: relative;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.55;
    color: var(--grey1);
    padding-left: 1rem;
}
.profile .profile_box img{
    width: 48%;
    max-height: 650px;
    align-self: stretch;
    object-fit: cover;
}


/* global */
.global{
    padding: 15rem 0;
    background: var(--dark2);
}
.global .wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.global .title h2{
    color: #fff;
}
.global .title h2 span{
    color: var(--main);
}
.global .mark{
    width: fit-content;
    display: block;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.27;
    letter-spacing: -0.02em;
    padding: 1.4rem 3.3rem 1.6rem 3.2rem;
    background: url(../img/about/gold_marker.svg) no-repeat;
    background-size: cover;
}
.global img{
    margin-top: 4rem;
    width: 100%;
    max-width: 980px;
    object-fit: contain;
}
.global p{
    text-align: center;
    letter-spacing: 0;
    color: #d9d9d9;
}


/* doctor */
.doctor{
    padding: 15rem 0;
    background: #383838;
}
.doctor .academic:first-child{
    margin-bottom: 10rem;
}
.doctor .academic .doctor_tit::before{
    content: '';
    width: 1.35rem;
    height: 2.7rem;
    background: var(--main);
    border-radius: .1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.doctor .academic .doctor_tit{
    position: relative;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.27;
    padding-left: 2.45rem;
}
.doctor .academic .academic_list{
    margin-top: 5rem;
    position: relative;
    cursor: pointer;
    overflow: visible;
}
.doctor .academic .academic_list::before{
    content: '';
    position: absolute;
    top: -1%;
    left: 0;
    transform: translateX(-100%);
    width: 100vw;
    height: 102%;
    background: #383838;
    z-index: 2;
}
.doctor .academic .academic_list .swiper-slide{
    width: 28rem;
}
.doctor .academic .academic_list .swiper-slide img{
    width: 100%;
    object-fit: contain;
}
.doctor .academic .academic_list .swiper-slide p{
    margin: 2rem auto 0;
    text-align: center;
    font-weight: 400;
    color: #fff;
}


/* interview */
.interview{
    padding: 18rem 0 14rem;
    background: var(--dark2);
}
.interview .wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.interview .l_text{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.interview .l_text .title{
    margin-bottom: 4rem;
}
.interview .l_text h2{
    font-weight: 500;
    color: var(--main);
}
.interview .l_text .p_box{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.interview .l_text .p_box p{
    letter-spacing: 0;
    color: #d9d9d9;
}
.interview .l_text img{
    margin-right: -3.8rem;
    margin-top: 4.6rem;
    align-self: flex-end;
    width: 33rem;
    object-fit: contain;
}
.interview>img{
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    transform: translateY(-50%);
}


/* value */
.value{
    padding: 15rem 0 20rem;
}  
.value .container{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}  
.value .container div{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}  
.value .container div img{
    width: 83%;
    object-fit: contain;
}  
.value .container div h3{
    font-weight: 700;
    margin-top: 4rem;
    line-height: 2.5;
    letter-spacing: 0;
    color: var(--dark1);
}  
.value .container div hr{
    margin-top: 4.5rem;
    height: 9.6rem;
    border: 0;
    border-left: 1px solid #d9d9d9;
}  
.value .container div p{
    margin-top: 5.5rem;
    color: var(--grey1);
    letter-spacing: 0;
    text-align: center;
}  



/* 직원 소개 페이지 */
/* dental */
.dental{
    padding: 20rem 0 15rem;
}
.dental img{
    width: 100%;
    object-fit: cover;
}


/* ourteam */
.ourteam{
    padding: 15rem 0;
    background: #383838;
}
.ourteam .title h2{
    color: #fff;
}
.ourteam .container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.ourteam .container article{
    width: 100%;
    max-width: 980px;
    height: 43rem;
    border: 1px solid #5d5d5d;
    border-radius: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 0 20px 0 rgba(255, 255, 255, .1); */
    overflow: hidden;
}
.ourteam .container article>img{
    width: 54%;
    height: 100%;
    object-fit: cover;
}
.ourteam .container article .r_box{
    flex: 1;
    height: 100%;
    padding: 11rem 2rem 7rem 7.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ourteam .container article .r_box hr{
    margin-left: 2px;
    width: 3rem;
    border: 0;
    border-bottom: 3px solid var(--main);
}
.ourteam .container article .r_box>h3{
    font-weight: 300;
    margin-top: 1rem;
}
.ourteam .container article .r_box .name{
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
}
.ourteam .container article .r_box .name p{
    line-height: 1.89;
}
.ourteam .container article .r_box .name h3{
    margin-left: .6rem;
    padding-bottom: .3rem;
}
.ourteam .container article .r_box .name img{
    object-fit: contain;
    margin-bottom: -2rem;
}
.ourteam .container article:nth-child(1) .r_box .name img{
    width: 12rem;
}
.ourteam .container article:nth-child(2) .r_box .name img{
    width: 8.7rem;
    margin-left: 1rem;
    margin-bottom: -1.6rem;
}
.ourteam .container article:nth-child(3) .r_box .name img{
    width: 11.5rem;
    margin-left: .4rem;
    margin-bottom: -2.3rem;
}
.ourteam .container article:nth-child(4) .r_box .name img{
    width: 10.6rem;
}
.ourteam .container article:nth-child(5) .r_box .name img{
    width: 11rem;
    margin-bottom: -1.9rem;
}


