section.main{
     margin: 0;
    padding: 90px 0 120px 0;
}

section.main .inner_wrap{
    width: 100%;
}

.doctor_main{
    width: 100%;
    height: 900px;
    display: flex;
}

.doctor_main .doctor_text{
    width: calc(100% - 900px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15%;
    background: url(/img01/sub/doctor/bg.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
    transition-duration: .5s;
}

.doctor_main .doctor_text>h1{
    font-size: 40px;
}

.doctor_main .doctor_text>h1>span{
    font-weight: 300;
    margin-left: 10px;
    color: #333;
}


.doctor_data{
    width: 100%;
    margin-top: 50px;
}

.doctor_data>li{
    line-height: 50px;
    font-size: 32px;
}

.doctor_data>li>strong{
    border-top: 2px solid #333;
    font-weight: 400;

}

.doctor_data>li>ul{
    margin-top: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #555;
}

.doctor_main .doctor_text button{
    width: 200px;
    height: 40px;
    margin-top: 50px;
    border: 1px solid #888;
    outline: 0;
    background: transparent;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    color: #888;
}

.doctor_main .doctor_text button:hover{
    background: var(--main-color);
    border: 0;
    color: #fff;
}

.doctor_main .doctor_img{
    position: relative;
    width: 900px;
    transition-duration: .5s;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dSwiper {
    height: calc(100% - 260px);
    width: 100%;
    --swiper-navigation-color: #333; 
    --swiper-pagination-color: #333
}

.dSwiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.dSwiper .swiper-slide:nth-child(1) img{
    width: auto;
    height: 100%;
}

.mainSwiper .swiper-button-prev{
    left: 20px;
}

.mainSwiper .swiper-button-next{
    right: 20px;
}

.mainSwiper .swiper-slide{
    display: flex;
}

/*  */
.d2Swiper {
    height: 150px;
    box-sizing: border-box;
    padding: 10px 0;
    /* position: absolute;
    bottom: -160px;
    right: 0; */
    background-color: #ffffff;
}

.d2Swiper .swiper-slide {
    width: 10%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
}

.d2Swiper .swiper-slide-thumb-active {
    opacity: 1;
}

@media all and (max-width: 1590px){
    .doctor_main .doctor_text{
        padding-left: 8%;
        transition-duration: .5s;
        width: calc(100% - 800px);
    }

    .doctor_main .doctor_img{
        width: 800px;
        transition-duration: .5s;
    }
    
}

@media all and (max-width: 1340px){
    .doctor_main{
        flex-direction: column-reverse;
        height: auto;
    }

    .doctor_main .doctor_img{
        width: 100%;
        transition-duration: .5s;
    }

    .doctor_main .doctor_text{
        padding-left: 64px;
        padding-top: 40px;
        width: calc(100% - 64px)
    }
    .doctor_main .doctor_text{
        background: url(/img01/sub/doctor/bg-m.png) no-repeat;
        background-size: cover;
        background-position: right bottom;
    }

    .dSwiper .swiper-slide:nth-child(1) img{
        width: 340px;
        height: auto;
    }

    .dSwiper {
        height: 500px;
    }

}

@media all and (max-width: 1024px){
    .doctor_data{
        margin-top: 30px;
    }

    .doctor_main .doctor_text>h1{
        font-size: 30px;
    }

    .doctor_data>li{
        font-size: 24px;
    }

    .doctor_data>li>ul{
        margin-top: 20px;
        font-size: 18px;
    }
}


@media all and (max-width: 840px){
    .dSwiper {
        height: 70vw;
    }
    .dSwiper .swiper-slide:nth-child(1) img{
        width: 50vw;
    }
    .d2Swiper {
        height: 19vw;
    }
}