@charset "utf-8";


.interver_man {
	padding-bottom:10px;
	margin-bottom:20px;
}


.interver_box {
	padding:10px 20px;
	position:relative;
}


.interver_header_outer {
	background-color:rgba(90,193,198,0.8);
	padding:5px 6px;
	width:50%;
	float:left;
	position:absolute;
	left:20px;
	top:30px;
}


.interver_header {
	border:1px solid rgba(255,255,255,0.8);
	padding:15px 12px;
}


.interver_header p {
	color:#FFF;
	font-size:1.575rem;
}


.interver_header h3 {
	font-size: 1.993rem;
	font-weight:bold;
	color:#FFF;
	line-height: 1.5;

	margin-top: 10px;
}


.interver_main {
	float:right;
	margin-bottom:20px;
}


.content .row {
	margin-top: 20px;
}


@media screen and (max-width: 768px) {
	.content .row .col_4 {
		width:33.33333%;
		float:left;
	}
}


@media screen and (max-width: 599px) {
	.interver_box {
		padding: 0px;
	}
	.interver_header_outer {
		position:static;
		width:100%;
	}
	.interver_main {
		float:none;
		margin-bottom:0px;
	}
	.interver_header p {
		font-size: 1.4rem;
	}
	.interver_header h3 {
		font-size:1.575rem;

		margin-top: 5px;
	}
}

/*# sourceMappingURL=creator_voice.css.map */