@media all and (max-width:767px) {

	/* 250902 윤은경 */
    .start_list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }
    .mc_tit {
        font-size: 30px;
        word-break: keep-all;
    }
}