@charset "utf-8";
/*=============================================================
 404 Layout
=============================================================*/
/* contents
-------------------------------------------------------------*/
.form-boxSearch .mf_finder_searchBox_query_input{
	box-sizing: border-box;
	vertical-align: middle;
	height: 60px;
	padding: 0 8px;
	border: 1px solid #b0bec5;
	border-radius: 0;
	-webkit-appearance: none;
}
.form-boxSearch .mf_finder_searchBox_submit {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/shared/img/search-btn.png) no-repeat;
    background-size: 60px 60px;
    top: 0;
    right: 0;
    font-weight: 700;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
}
.form-boxSearch button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
@media only screen and (max-width: 767px) {
    .error404 #contents.contentsInner {
        padding-bottom: 300px;
        background-size: 340px auto;
    }
}
