@media (min-width:0px) and (max-width:1920px){
    .map_txt {
        width: 45%;
        padding: 8rem 5rem;
        font-size: 25px;
    }
}
@media (min-width:0px) and (max-width:1200px){
    .con1_flex {
        gap: 2rem;
    }
    h2{font-size: 45px;}
    h2::before {
        font-size: 16px;
    }
    .c1_right {
        font-size: 22px;
    }
    /*  */
    .full_ul .li_tit{line-height: 1.2;margin-bottom: 10px;}
    .full_ul .li_tit + em {
        font-size: 18px;
    }
    .full_ul li a {
        padding: 3rem 1.5rem;
    }
    .full_ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .full_ul li:nth-child(2n) {
        background: #fff;
    }
    .full_ul li:nth-child(2) {
        background: #f2efeb;
    }
    .full_ul li:nth-child(3n) {
        background: #f2efeb;
    }
    .full_ul li a {flex-direction: column;}
    .parking_flex {
        gap: 2rem;
    }
    .parking_txt ul {
        font-size: 20px;
    }
    .time_table {flex-direction: column;}
    .map_txt {
        width: 100%;
    }
    .map_txt ol li {
        font-size: 25px;
    }








}
@media (min-width:0px) and (max-width:1080px){
    .main_before{height: 65px; width: 100%;}


}
@media (min-width:0px) and (max-width:900px){
    *.m50{margin-bottom: 3rem;}
    *.m20{margin-bottom: 1.5rem;}
    *.m10{margin-bottom: 1rem;}
    p {font-size: 3vw;}
    /*  */
    h2{font-size: 7vw;}
    h2::before {
        font-size: 16px;
    }
    .con1_flex {
        flex-direction: column;
        gap: 5rem;
        margin-bottom: 5rem;
    }
    .c1_right {
        font-size: 3vw;
    }
    h2+p {
        opacity: 0.8;
        margin-top: 1rem;
    }
    /*  */
    .con2 {
        background: url(../img/con2_bg.png) no-repeat left top / cover;
    }
    .doctor_wrap {flex-direction: column;}
    .doctor_img {align-self: center;max-width: 300px;}
    .doctor_txt {
        margin-bottom: 0;
    }
    .doctor_name {font-size: 4vw;}
    /*  */

    /*  */
    h3 {
        font-size: 5vw;
    }
    h3 hr {
        margin: 1.5rem 0;
    }
    section .img_wrap {align-self: center;}
    h4 {font-size: 4.5vw;}
    h4:not(:first-child) { margin-top: 2rem; }
    section.bg_logo {
        background: rgba(200, 201, 202, 0.1) url(../img/logo_bg.png) no-repeat 98% 97% / 45vw;
    }
    .section_bg ol{grid-template-columns: repeat(2,1fr);}
    .con4_tab.fix{
        top: 65px;}
    .con4_tab{
        font-size: 16px;
        text-align: center;
        grid-template-columns: repeat(3,1fr);
    }
    .con4_tab li:nth-of-type(1){border-bottom: .5px solid #c8c9ca;}
    .con4_tab li:nth-of-type(2){border-bottom: .5px solid #c8c9ca;}
    .con4_tab li:nth-of-type(3){border-bottom: .5px solid #c8c9ca;}
    article .txt_box {
        padding: 2rem;
    }
    article .gray_box {
        border-radius: 15px;
        padding: 2rem;
    }
    article .flex_wrap {flex-direction: column;}
    article .flex_wrap.right_img {flex-direction: column;}
    .flex_wrap {
        flex-direction: column;
    }
    
    /*  */
    .parking_flex{flex-direction: column;}
    .map_txt {
        padding: 5rem 3rem;
        font-size: 22px;
    }
}