/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
@charset "UTF-8";

html, body {
    background: none;
	overflow: auto !important;
}

.bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../img/bg.jpg) no-repeat bottom;
	background-size: cover;
	height: 100vh;
	width: 100vw;
}
p{
	margin: 0;
}
.comment{
	padding: 170px 0 224px;
	margin: 0;
	text-align: center;
}
.comment h2{
	margin: 0 auto 80px;
	padding: 0;
	width: 180px;
}
.comment section{
	position: relative;
	z-index: 1;
}
.comment .com_conts{
	border-top: 1px solid #000;
}
.comment .com_txt{
	border-bottom: 1px solid #000;
	padding: 45px 0 50px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8em;
}
.comment .com_txt .name{
	margin-top: 45px
}
.comment .com_txt span{
	color: #e60012;
}
.comment .com_txt .name span{
	color: inherit;
	display: block;
	font-size: 12px;
}
.comment .jun{
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
}
.comment a{
	display: block;
	margin: 100px auto 0;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #fff;
	width: 200px;
	background: #e60012;
	line-height: 40px;
	border-radius: 5px;
	transition-duration: 0.2s;
}
.comment a:hover{
	opacity: 0.7;
}