/* sec-1 */
.doctor-wrap .sec-1 {
    position: relative;
}
.doctor-wrap .sec-1 .inner {
    position: relative;
    z-index: 2;
    padding: 109px 0 180px;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
}
.doctor-wrap .sec-1 .desc {
    text-align: center;
    font-size: 32px;
    line-height: 1.46875em;
    font-weight: 700;
    letter-spacing: -0.05em;
    color:#00154d;
    margin-top: 1em;
}


/* sec-2 */
.doctor-wrap .sec-2 {
    background: transparent url(/theme/basic/img/sub/doctor_sec2_bg.jpg) no-repeat center center / cover;
    padding-bottom: 44px;
}
.doctor-wrap .sec-2 .doctor-list {
    display: flex;
    flex-direction: column;
    gap: 97px;
    transform: translate(0,-66px);
}
.doctor-wrap .sec-2 .doctor-item{
    display: flex;
    align-items: center;
}

.doctor-wrap .sec-2 .doctor-item .img {
    width: 44.5%;
}
.doctor-wrap .sec-2 .doctor-item .img img {
    display: block;
    width: 100%;
}
.doctor-wrap .sec-2 .doctor-item .text {
    width: 55.5%;
    box-sizing: border-box;
}
.doctor-wrap .sec-2 .doctor-item .text .name-wrap{
    padding-left: 40px;
    border-bottom: 1px solid #ccc9c6;
    font-size: 0;
    padding-bottom: 18px;
     margin-bottom: 18px;
}
.doctor-wrap .sec-2 .doctor-item .text .name-wrap span{
    display: inline-block;
    text-align: center;
    background-color: #00154d;
    color:#fff;
    line-height: 33px;
    padding:0 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.05em;
}
.doctor-wrap .sec-2 .doctor-item .text .name-wrap strong{
    display: block;
    color:#00154d;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: -0.05em;
    margin-top: 0.51em;
}
.doctor-wrap .sec-2 .doctor-item .text .intro{
    padding-left: 40px;
    color:#595756;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    font-weight: 300;
    word-break: keep-all;
    margin-bottom: 1.4em;
}
.doctor-wrap .sec-2 .doctor-item .text dl {
    padding-left: 40px;
    margin-top: 19px;
}
.doctor-wrap .sec-2 .doctor-item .text dt {
    margin-bottom: 0.6em;
    color:#fff;
    background-color: #b19168;
    text-align: center;
    height: 1.4em;
    line-height: 1.45em;
    font-weight: 500;
    font-size: 16px;
    padding:0 0.5em;
    border-radius: 0.66em;
    display: inline-block;
}
.doctor-wrap .sec-2 .doctor-item .text dd {
    font-weight: 300;
    position: relative;
    color:#595756;
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 1em;
}
.doctor-wrap .sec-2 .doctor-item .text dd::before{
    content:'·';
    position: absolute;
    left:0.5em;
    top:0;
}
.doctor-wrap .sec-2 .doctor-item.img-right {
    flex-direction: row-reverse;
}
.doctor-wrap .sec-2 .doctor-item.img-right .text .name-wrap,
.doctor-wrap .sec-2 .doctor-item.img-right .text .intro,
.doctor-wrap .sec-2 .doctor-item.img-right .text dl{
    padding-left: 0;
    padding-right: 40px;
}

/* sec-3 */
.doctor-wrap .sec-3 {
    background: #d4c7bc;
    padding: 77px 0;
}
.doctor-wrap .sec-3 .hospital-point {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.doctor-wrap .sec-3 .hospital-point li {
    padding: 46px 0 35px;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.doctor-wrap .sec-3 .hospital-point li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #b99f88;
    transform: translate(-50%, 0);
}
.doctor-wrap .sec-3 .hospital-point li:first-child::after {
    content: none;
}
.doctor-wrap .sec-3 .hospital-point li .img {
    width: 79px;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-in-out;
}
.doctor-wrap .sec-3 .hospital-point li:hover .img {
    transform: translateY(-15px);
}
.doctor-wrap .sec-3 .hospital-point li:nth-child(1) .img {
    background-size: calc(78 / 79 * 100%);
}
.doctor-wrap .sec-3 .hospital-point li:nth-child(2) .img {
    background-size: calc(79 / 79 * 100%);
}
.doctor-wrap .sec-3 .hospital-point li:nth-child(3) .img {
    background-size: calc(69 / 79 * 100%);
}
.doctor-wrap .sec-3 .hospital-point li:nth-child(4) .img {
    background-size: calc(68 / 79 * 100%);
}
.doctor-wrap .sec-3 .hospital-point li p {
    text-align: center;
    font-weight: 500;
    color: #333130;
    line-height: 1.4em;
    letter-spacing: 0;
    margin-top: 1.4em;
}
.doctor-wrap .sec-3 .hospital-point li p em {
    font-weight: 700;
}

/* sec-4 */
.doctor-wrap .sec-4 {
    position: relative;
}
.doctor-wrap .sec-4 .swiper-slide .bg {
    aspect-ratio: 1920 / 722;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.doctor-wrap .sec-4 .swiper-slide .bg.m{
    display: none;
}
.doctor-wrap .sec-4 .hospital-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.doctor-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet {
    margin: 0;
    background: #351e03;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}
.doctor-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet-active {
    transform: scale(0.6);
}


@media (max-width:1400px){
    .doctor-wrap .sec-1 .inner{
        padding:80px 0 140px;
    }
    .doctor-wrap .sec-1 .desc{
        font-size: 26px;
    }
    .doctor-wrap .sec-2 .doctor-list{
    }
    .doctor-wrap .sec-2 .doctor-item {
        position: relative;
    }
    .doctor-wrap .sec-2 .doctor-item .img{
        /* width: 45%; */
    }
    .doctor-wrap .sec-2 .doctor-item .text{
        /* width: 50%; */
        padding-top: 60px;
        box-sizing: border-box;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap span{
        line-height: 1.57em;
        padding:0 0.5em;
        border-radius: 0.28em;
        font-size: 18px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap strong{
        font-size: 28px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .intro{
        font-size: 16px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .intro br{
        display: none;
    }
    .doctor-wrap .sec-2 .doctor-item .text dl {
        margin-top: 15px;
    }
 
    .doctor-wrap .sec-3{
        padding:60px 0;
    }
    .doctor-wrap .sec-3 .hospital-point li{
        padding:25px 0;
    }
}
@media (max-width:1024px){
    .doctor-wrap .sec-1 .desc{
        font-size: 18px;
    }
    .doctor-wrap .sec-2{
        padding-bottom: 20px;
    }
    .doctor-wrap .sec-2 .doctor-list{
        max-width: 500px;
        margin:0 auto;
        width: 100%;
        gap: 60px;
    }
    .doctor-wrap .sec-2 .doctor-item{
        flex-direction: column !important;
        gap: 40px;
    }
    .doctor-wrap .sec-2 .doctor-item .img,
    .doctor-wrap .sec-2 .doctor-item .text{
        width: 100%;
    }
    .doctor-wrap .sec-2 .doctor-item .text{
        padding-top: 0;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap,
    .doctor-wrap .sec-2 .doctor-item .text .intro,
    .doctor-wrap .sec-2 .doctor-item .career dl{
        padding-left: 0;
        padding-right: 0;
        word-break: keep-all;
    } 
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap span{
        font-size: 16px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap strong{
        font-size: 22px;
    }
    .doctor-wrap .sec-3{
        padding:40px 0;
    }
    .doctor-wrap .sec-3 .hospital-point li p{
        font-size: 14px;
    }
}
@media (max-width:768px){
    .doctor-wrap .sec-1 .inner{
        padding:60px 0 100px
    }
    .doctor-wrap .sec-1 img{
        width: 220px;
    }
    .doctor-wrap .sec-1 .desc{
        font-size: 16px;
    }
    .doctor-wrap .sec-2 .doctor-list{
        transform: translate(0,-40px);
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap{
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap span{
        font-size: 14px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .name-wrap strong{
        font-size: 18px;
    }
    .doctor-wrap .sec-2 .doctor-item .text .intro{
        font-size: 14px;
    }
    .doctor-wrap .sec-2 .doctor-item .text dt {
        font-size: 14px;
    }
    .doctor-wrap .sec-2 .doctor-item .text dd {
        font-size: 14px;
    }
  
    .doctor-wrap .sec-3{
        padding:25px 0;
    }
    .doctor-wrap .sec-3 .hospital-point {
        flex-wrap: wrap;
    }
    .doctor-wrap .sec-3 .hospital-point li {
        width: 50%;
    }
    .doctor-wrap .sec-3 .hospital-point li::after{
        content:none !important;
    }
    .doctor-wrap .sec-3 .hospital-point li .img{
        width: 60px;
    }
    .doctor-wrap .sec-4 .swiper-slide .bg{
        display: none;
    }
    .doctor-wrap .sec-4 .swiper-slide .m.bg{
        aspect-ratio: 720 / 1280;
        display: block;
    }
    .doctor-wrap .sec-4 .hospital-pagination{
        bottom:20px;
        gap: 8px;
    }
    .doctor-wrap .sec-4 .hospital-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
}