@media (min-width:0px) and (max-width:1520px){
}
@media (min-width:0px) and (max-width:1300px){

    .c1_wrap {
        gap: 40px;
    }
    .c1_txt .inner{
        padding-right: 5vw;
    }
    .c1_tit {
        font-size: 40px;
    }
    h2{
        margin-bottom: 60px;
        gap: 16px;
    }
    h2 b {
        font-size: 42px;
    }
    .doctor_txt_wrap {
        background: #fff;
        padding: 40px 60px;
    }
    .doctor_txt_wrap::before {
        left: 40px;
        font-size: 9vw;
    }
    .doctor_txt_wrap{font-size: 17px;}
    .doctor_top{
        gap: 30px;
    }
    .doctor_name {
        font-size: 30px;
    }
    .doctor_name i {
        font-size: 0.7em;
    }
    .doctor_more {
        border-radius: 30px;
        line-height: 1;
        padding: 6px 12px;
        font-size: 16px;
    }
    .doctor_img_wrap {
        width: 80%;
    }
    .c3_tab li {
        font-size: 18px;
    }
    ul.c3_wrap>li{
        position: relative;
    }
    .c3_txt {
        padding: 50px 40px;
        position: relative;
        z-index: 2;
    }
    .c3_img {
        flex: 2;
        line-height: 0;
        width: 40% ;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        opacity: 0.3;
        z-index: 1;
    }
    .s4_left_inner{
        margin-left:5vw;
        margin-right: 5vw;
    }
    .s4_tit{font-size: 35px;}
    .c5_name+i {
        font-size: 17px;
    }
    .c5_name {
        font-size: 25px;
        margin: 10px 0 5px;
    }
    .map_wrap {
        flex: 1;
    }







}
@media (min-width:0px) and (max-width:1080px){
    .main_before{height: 0px; width: 100%;}
    .c1_wrap{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .c1_txt .inner {
        padding: 0 5vw ;
    }
    .c1_img {
        margin-right: 5vw;
    }
    .con1 p{
        max-width: 100%;
        /* padding-bottom: 50px; */
    }
    

    .map_flex {
        flex-direction: column;
    }
    .map_wrap .root_daum_roughmap {
        width: 100%;
        height: 100%;
        height: 300px;
    }
    .map_txt ul{
        max-width: 500px;
    }
    .map_txt ul li{
        display: inline-flex;
    }
    
    


}
@media (min-width:0px) and (max-width:900px){
    .c1_tit {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .c1_right{
        width: 60%;
    }   
    h2 b {
        font-size: 38px;
    }
    .doctor_txt_wrap{
        flex-direction: column-reverse;
        padding: 50px;
    }
    .doctor_txt_wrap::before{
        left: auto;
        right: 30px;
        text-align: right;
        font-size: 10vw;
    }
    .doctor_img_wrap {
        width: 80%;
        max-width: 420px;
    }
    .c3_img {width: 70%;}
    .c3_tab  {
        flex-wrap: wrap;
        gap: 10px;
    }
    .c3_tab li {
        flex: 1 0 20%;
        font-size: 18px;
    }
    .c3_wrap ol{
        font-size: 17px;
    }
    .con4 {
        flex-direction: column;
    }
    .s4_left_ul li{
        line-height: 2;
    }
    .s4_left .s4_arr{
        display: none;
    }
    .c5_name+i {
        font-size: 15px;
    }









}