/*** news&media ***/

.news_board {
	/*width: 33.3%;
	padding-bottom: 15px;
	margin-bottom: 20px;*/
	display: inline-block;
}

.news_board .thumb {
	/*width: 94%;
	margin:0 3%;*/
}

.news_board .thumb img {
	width: 100%;
}

/*.news_board .desc {
	width: 94%;
	margin: 0 3% 0 0;
}*/

.news_board .desc h3 {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: #000;
	/*margin-bottom: 10px;*/
	padding-top: 5%;
	text-align: center;
}

.news_board .desc p {
	display: none;
}

.news_board .desc p.btn_grp {
	display: block;
	height: 26px;
	text-align: center;
	width: 100%;
}

.news_board .desc .date {
	display: none;
	padding-top: 10px;
	font-size: 11pt;
	color: #7c818a;
}

.news_board_movie {
	padding: 3%;
	width: 60%;
	border: solid 1px #eee;
}

.news_board_movie img {
	width: 100%;
}

.news_board_movie .n_tit {
	padding-bottom: 15px;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}

.news_board_movie .n_tit span {
	display: block;
	font-size: 11pt;
	color: #7c818a;
	font-weight: normal;
}

a.btn_play {
	text-align: center;
	width: 120px;
	margin-top: 15px;
	padding: 5px 0;
	color: #fff;
	display: block;
	background-color: #4c5a6b;
	border-radius: 0px;
	margin: 0 auto;
}

a.btn_play:hover {
	background-color: #2257af;
}

/* 모바일CSS */
@media all and (max-width:800px) {
	.bbs.photo {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	/*.news_board {
		width: 50%;
	}*/

	.news_board .desc h3 {
		font-size: 16px;
	}

	a.btn_play {
		width: 80px;
		font-size: 12px;
	}
}

@media all and (max-width:640px) {
	.bbs.photo {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}