@media only screen and (min-width: 769px) {

section, header{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}

body{
background-color: #ffffff;
}

section.contents{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.mov_contents_box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	box-sizing: border-box;
}

.mov_sec {
	margin-right: 20px;
	width: 100%;
	box-sizing: border-box;
}
.cap_sec {
	width: 285px;
	
}

.cap_sec ul li{
	/*border-bottom: none;*/
}

.mov_cap ul li a{
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mov_cap h4{
	font-size: 13px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}


}