@media screen and (min-width: 768px) {
     /*의료진 소개*/
     #doctor-wrapper{
        width:100%;
        margin: auto;
        height: 920px;
        /* background-color: #F2F7E7; */
        /* background-color: #f0f0f0; */
        background-color: #f8faef;
   }
   

   .doctor-title{
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 2.5em;
        font-family: MaruBuri-Regular, serif;
        margin: auto;
        color:#1e3133;
        text-align: center;    
    }

    .doctor-title-detail{
        width: 100%;
        padding: 20px;
        font-size: 1.18em;
        margin: auto;
        color:#395759;
        font-family: MaruBuri-Regular, serif;
        text-align: center;    
    }
   .career1{
        width: 40%;
        padding: 0 0 15px 15px;
        float: left;
        margin-left: 4.8%;
   }
   .career2{
        width: 43%;
        margin-left: 8%;
        padding: 0 0 15px 15px;
        float: left;
        
   }
   .career-title1{
       font-family: sdGothic, sans-serif;
       font-weight: 600;
       letter-spacing: 0.3em;
       color: #8f9a9b;
       padding:50px 20px 30px 0px;
       font-size: 0.9em;
   }
   .career2 > .career-title1{
    color: white;
    }
   .career-title1-under{
       width:38px;
       height:2px;
       margin-bottom:40px;
       background-color:#8f9a9b;
        opacity: .7;
    }
   .career1 > .list,
   .career2 > .list{
        font-family: "MaruBuri-Regular", sans-serif;
       line-height: 2em;
       font-size: 1.058em;
       color: #1A373C;
   }
}

@media (max-width: 992px) and (min-width: 768px) {
    
    /*의료진 소개*/
    #doctor-wrapper{
        width:100%;
        margin: auto;
        height: 900px;
        /* background-color: #F2F7E7; */
        /* background-color: #f0f0f0; */
        background-color: #f8faef;
   }
   

   .doctor-title{
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 1.8em;
        font-family: MaruBuri-Regular, serif;
        margin: auto;
        color:#1e3133;
        text-align: center;    
    }

    .doctor-title-detail{
        width: 100%;
        padding: 20px;
        font-size: 1.15em;
        margin: auto;
        color:#395759;
        font-family: MaruBuri-Regular, serif;
        text-align: center;    
    }
   .career1{
        width: 47%;
        padding: 0;
        float: left;
        margin-left: 0%;
   }
   .career2{
        width: 47%;
        margin-left: 6%;
        padding: 0;
        float: left;
        
   }
   .career-title1{
       font-family: sdGothic, sans-serif;
       font-weight: 600;
       letter-spacing: 0.3em;
       color: #8f9a9b;
       padding:50px 20px 30px 0px;
       font-size: .9em;
   }
   .career2 > .career-title1{
    color: white;
    }
   .career-title1-under{
        width:38px;
        height:2px;
        margin-bottom:40px;
        background-color:#8f9a9b;
        opacity: .7;
    }
   .career1 > .list,
   .career2 > .list{
        font-family: "MaruBuri-Regular", sans-serif;
       line-height: 2em;
       font-size: 1em;
       color: #1A373C;
   }

}

@media (max-width: 768px) and (min-width: 0px) {

    /* #doctor-wrapper .container{
        margin-left: 0;
    } */
    
    /*의료진 소개*/
    #doctor-wrapper{
        width:100%;
        margin: auto;
        height: 1220px;
        /* background-color: #F2F7E7; */
        /* background-color: #f0f0f0; */
        background-color: #f8faef;
   }
   

   .doctor-title{
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 1.7em;
        font-family: MaruBuri-Regular, serif;
        margin: auto;
        color:#1e3133;
        text-align: center;    
    }

    .doctor-title-detail{
        width: 100%;
        padding: 20px;
        font-size: 1.15em;
        margin: auto;
        color:#395759;
        font-family: MaruBuri-Regular, serif;
        text-align: center;    
    }
   .career1{
        width: 100%;
        padding: 0;
   }
   .career2{
        width: 100%;
        padding: 0;
        
   }
   .career-title1{
       font-family: sdGothic, sans-serif;
       font-weight: 600;
       letter-spacing: 0.3em;
       color: #8f9a9b;
       padding:50px 20px 30px 15px;
       font-size: .9em;
   }
   .career2 > .career-title1{
        color: white;
        padding:10px 20px 30px 15px;
    }
   .career-title1-under{
        width:38px;
        height:2px;
        margin-bottom:40px;
        background-color:#8f9a9b;
        opacity: .7;
        margin-left: 15px;   
    }
   .career1 > .list,
   .career2 > .list{
        font-family: "MaruBuri-Regular", sans-serif;
       line-height: 2em;
       font-size: 1em;
       color: #1A373C;
       padding: 0px 15px;   
   }

}

@media (max-width: 480px) and (min-width: 0px) {

    #doctor-wrapper{
        height: 1220px;
    }

    #doctor-wrapper .title-wrapper{
        padding-bottom:20px;
    }
    
   .doctor-title{
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 1.6em;
        font-family: MaruBuri-Regular, serif;
        margin: auto;
        color:#1e3133;
        text-align: center;    
    }

    .doctor-title-detail{
        width: 100%;
        padding: 20px;
        font-size: 1em;
        margin: auto;
        color:#395759;
        font-family: MaruBuri-Regular, serif;
        text-align: center;    
    }
   .career1{
        width: 100%;
        padding: 0;
   }
   .career2{
        width: 100%;
        padding: 0;
        
   }
   .career-title1{
       font-family: sdGothic, sans-serif;
       font-weight: 600;
       letter-spacing: 0.3em;
       color: #8f9a9b;
       padding:20px 20px 30px 3px;
       font-size: .8em;
   }
   .career2 > .career-title1{
        color: white;
        padding:10px 20px 30px 3px;
    }
   .career-title1-under{
        width:30px;
        height:2px;
        margin-bottom:40px;
        background-color:#8f9a9b;
        opacity: .7;
        margin-left: 3px;   
    }
   .career1 > .list,
   .career2 > .list{
        font-family: "MaruBuri-Regular", sans-serif;
       line-height: 2em;
       font-size: 14px;
       color: #1A373C;
       padding: 0px 3px;   
   }

}











