

.br_text {display: none;}

	/* 모바일 */
	@media screen and (max-width: 768px) {

	.media img {width: 30%; height: 30%;}
	span.media-title {font-size: 22px !important;}
	p.media-desc {font-size: 17px !important;}
	.qna_wrap .bottom_box ul li .top h3 p, .board_ex_title h2.ex_title, .sc_board .board_item .title {font-size: 1.15rem !important;}
	.band-inner h2 {font-size: 18px !important;}
	.cta-band .container p {font-size: 18px !important;}
	.sc_board .board_list {height: 256px !important;}

	.br_text {display: block;}
	}
