@charset "utf-8";

#not_found .sec1 .contents{
	text-align: center;
}
#not_found .sec1 h2{
    font-size: 3rem;
}
#not_found .sec1 p{
	font-size: 1.6rem;
    line-height: 2;
    margin: 30px 0;
}
#not_found .sec1 a{
	margin: 0 auto;
}
#not_found .sec1 a:before{
	content: "";
    position: absolute;
    top: 40%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #191919;
    border-left: 2px solid #191919;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#not_found .sec1 a:after{
	content: none;
}
@media screen and (max-width: 1024px) {
	#not_found .sec1 .box{
		width: auto;
	    margin:8% auto 0;
	}
	#not_found .sec1 .box h2{
	    font-size:3rem;
	    line-height: 1.2;
	    width: auto;
	    padding-right: 2%;
	}
	#not_found .sec1 .box p{
		margin: 4% 3% 0;
		font-size: 1.3rem;
    	width: auto;
	}
}



