body {
	width:100%;
}

.top img{
	width:100%;
	position:relative;
}

.video_box {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-top:-69%;
}

.video_box iframe,.video_box object,.video_box embed {
	position:absolute;
	top:0;
	left:50%;
	width:71%;
	height:71%;
	margin-left:-35%;
}


.middle img{
	width:100%;
}

.middle_btn_box {
	position:relative;
	height:100%;
}

.middle_btn_box .link_1 {
	position:absolute;
	font-size:10px;
	font-family:'S-CoreDream-6';
	background:#ff4141;
	color:#fff;
	width:27%;
	padding:5px;
	text-align:left;
	left:3%;
	bottom:22%;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}

.middle_btn_box .link_2 {
	position:absolute;
	font-size:10px;
	font-family:'S-CoreDream-6';
	background:#4b7aff;
	color:#fff;
	width:27%;
	padding:5px;
	border:2px solid #4b7aff;
	text-align:left;
	right:3%;
	bottom:22%;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}

.middle_btn_box a:after {
	content: '';
    background: url(../img/arrow.png)no-repeat 0 0;
    width: 7px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 5px;
}

.bottom img {
	width:100%;
}


/*a태그 반응형*/


@media (min-width: 570px) {

	.link_1, .link_2 {
		padding: 10px!important;
		font-size:17px!important;

	}

	.middle_btn_box a:after {
		content: '';
		background: url(../img/arrow.png)no-repeat 0 0;
		width: 7px;
		height: 14px;
		position: absolute;
		right: 7px;
		top: 15px;
	}

}


@media (min-width: 790px) {

	.link_1, .link_2 {
		padding: 20px!important;
		font-size:20px!important;

	}

	.middle_btn_box a:after {
		content: '';
		background: url(../img/arrow.png)no-repeat 0 0;
		width: 7px;
		height: 14px;
		position: absolute;
		right: 20px;
		top: 28px;
	}

	.middle {
		margin:50px 0 0 0;
	}

}