@media all and (max-width:1200px) {
.ww_flex { flex-flow:column; gap:3rem; }
.ww_flex .flLeft { width:100%; }
.ww_flex .flLeft .tLeft { width:100%; }
.ww_flex .flRight { width:100%; }
.ww_flex .flLeft .bbs-basic-table01 th { width:100%; }
.ww_flex .flLeft .bbs-basic-table01 td { width:100%; }
.ww_flex .flRight .bbs-basic-table01 th { flex:1; }
.ww_flex .flRight .bbs-basic-table01 td { flex:1; }
.ww_flex .flRight .bbs-basic-table01 tr { align-items:center; }
#popup_draggable { width:90%; }
#popup_body_cont .write_wrap { width:100% !important; }
#popup_body_cont .bbs-basic-table01 th { width:100%; }
#popup_body_cont .bbs-basic-table01 td { width:100%; }
.tCena a { justify-content:center; }
.tCena a::before { display:none !important; }

	/* 250902 윤은경 */
    .start_list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .sub_inner {
        max-width: 90%;
        width: 90%;
    }
    .mc_tit {
        font-size: 35px;
    }
    .container-w-85{
        max-width: 100%;

    }
}