
@media only screen and (max-width: 768px){
    .tab_cut .ul_tab .con {
        height: 200px;
    }
    .tab_cut .ul_tab_nav .list {
        margin-bottom: 20px;
    }
    .tab_cut .ul_tab_nav {
         margin-bottom: 0;
    }

    .row3.tab_cut .ul_tab .con {
        height: 176px;
    }
}
@media only screen and (max-width: 500px){
    body .tab_cut .ul_tab .con .tit{min-height: 30px;}
}

