.museum_box { background: #5e7481; overflow: hidden; }
.museum_box p:last-child { margin-bottom: 0; }
.museum_hdr { padding: 10% 0 17%; background: url(../img/museum-runner/mr_head_bg.jpg) no-repeat; background-size: cover; }
.meseum_des { padding: 30px 0; }
.mr_game_char { margin: 20px 0 0; }
.mr_game_char .yellow_title { margin-bottom: -70px; position: relative; z-index: 11; }
.mr_game_char figure { margin: 0; }
.mr_game_char figure img { width: 100%; }
.yelow_col2_list { padding: 30px 0; }
.yelow_col2_list ul li { position: relative; padding-left: 30px; margin-bottom: 20px; width: 49%; display: inline-block; vertical-align: top; }
.yelow_col2_list ul li:last-child { margin-bottom: 0; }
.yelow_col2_list ul li:nth-child(2n+1) { clear: both; }
.yelow_col2_list ul li:after { content: ''; background: #f4c402; width: 12px; height: 12px; position: absolute; left: 0; border-radius: 100%; top: 8px; }

@media (max-width:991px){
	.yelow_col2_list ul li { width: 100%; margin-bottom: 15px; }
}
@media (max-width:767px){
	.mr_game_char .yellow_title { margin-bottom: -20px; }
}