@charset "utf-8";
@font-face {
    font-family: 'UhBeepuding';
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_five@.2.0/UhBeepuding.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
html {
    overflow: hidden;
    overflow-y: auto;
}

#layout_footer div>div, #layout_footer div>p, #layout_footer p span.sub {
	margin-left: 0;
	padding-top: 0;
}


#body-wrap {
	position: relative;
	display: block;
	padding-top: 50px;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
#body-wrap.contentsonly {
	padding: 0 !important;
}
#body-wrap #layout_header {
	position: fixed;
	display: block;
	background: white;
	left: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 10px 0 10px;
	z-index: 99999999;
}
#body-wrap #layout_content {
	position: relative;
	display: block;
	min-height: 100%;
}
#body-wrap #layout_footer {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	background: #2e2e2e;
	color: white;
	padding: 10px;
	overflow: hidden;
}
#body-wrap #layout_header:empty, 
#body-wrap #layout_footer:empty {
	height: 0;
	display: none;
	padding: 0;
	border: 0;
}

#body-wrap #layout_footer>div>div {
	margin-top: 10px;
	padding: 5px;
}
#body-wrap #layout_footer a {
    color: white;
    text-decoration: none;
}
#body-wrap #layout_footer a:hover {
    text-decoration: underline;
}
.head-title {
	margin-bottom: 5px;
}

#body-wrap #layout_header logo {
	display: block;
	float: left;
	height: 100%;
	width: 120px;
	background-image: url(/layout/img/findaway-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    margin-right: 10px;
}
#body-wrap #layout_header home {
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	background-image: url(/layout/img/ic_home_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	margin: 5px;
}
#body-wrap #layout_header .app-name {
	display: block;
	float: right;
	height: 100%;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#body-wrap #layout_footer .copyright {
	padding: 10px 10px 0px 10px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	font-size: 0.9em;
}
