/*  공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */
#pr {
    background: #f3f3f3 ;
    padding: 5%;
    overflow: hidden;
}
.mo_left{
	float:left;
	width:60%;
}
.mo_right{
	float:right;
	width:35%;
}
.mo_right h3{
	color:#000 !important;
	font-size:1.6em !important;
	font-family:'123rf',"Nanum Gothic","Malgun Gothic","돋움","굴림",sans-serif;
	background: url("../images/sub01/movie_txt.png") no-repeat left 45px; 
	padding-top:0 !important;
	letter-spacing: -0.5px !important;
}
.mo_right h3::after{
	background-color: #000;
	content: " ";
	display: block;
	height: 3px;
	margin-bottom: 19px;
	margin-top: 20px;
	width: 40px;
}
.mo_right .mo_txt{
	color:#a5a5a5 ;
	line-height: 110%;
	font-size: 0.9em;
}


@media screen and  (max-width:1199px) {/* 최대 1023 이하 공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */

	
}

@media screen and (max-width:768px) {/* 최대 767 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	.mo_left{
		clear:both;
		width:100%;
	}
	.mo_right{
		clear:both;
		width:100%;
		margin-top:10px;
	}
	.mo_right h3::after{ display: none; }

	
}
@media all and (min-width:769px) and (max-width:1199px) {/* 최소 768 ~ 1023 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	
}

@media screen and (min-width:1200px) {/* 최소 1024 ~ 최대 ----------------------------------------------------------------------------------------------------------------------------------------------- */


	
}