/* ----------------------------------------
detail_01
---------------------------------------- */
.detail_01 .detail_row {
	width: 1100px;
	margin: 0 auto;
}
.detail_01 .detail_01_blok {
	margin: 30px 0 0 0;
	border: 10px solid #eeeeee;
	padding: 30px 40px;
	box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
}
.detail_01 .ch_tag {
	margin: 0 0 10px 0;
	float: left;
}
.detail_01 .ch_date {
	margin: 0 0 10px 0;
	float: right;
	color: #999999;
	line-height: 30px;
}
.detail_01 h2 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	padding: 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}
.detail_01 .detail_01_movie_wrap {
	display: block;
	margin: 50px auto;
	text-align: center;
}
.detail_01 .detail_01_movie_wrap iframe {
	width: 100%;
	width: 800px;
	height: 450px;
}
.detail_01 .detail_01_txt {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}
.detail_01_page_next {
	margin: 50px 0;
	background-color: #f5f5f5;
}
.detail_01_page_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_01_page_next li {
	flex-basis: 450px;
	align-self: center;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.detail_01_page_next li:nth-child(1) a {
	padding: 35px 0 35px 65px;
}
.detail_01_page_next li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li:nth-child(2) {
	flex-basis: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}
.detail_01_page_next li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.detail_01_page_next li:nth-child(3) a {
	padding: 35px 65px 35px 0;
}
.detail_01_page_next li:nth-child(3) a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li a {
	display: block;
	color: #0086d1;
}
.detail_01_page_next li:hover a {
	text-decoration: none;
	color: #999;
}