html { display: flex; }
body { flex: 1; }

html, body, .layout{
	font-family: 'Noto Sans KR Regular';
	font-size:14px;
	min-height:100%;
}

a,
a:hover{
	color:inherit;
	outline: none;
}

.foot{
	background-color:#333333;	
	color:#fff;
	padding:0px;
}

.foot .logo{
	height: 49px;
}

.foot .fnv{
	border-bottom:1px solid #777777;
}

.foot .fnv ul{
	margin:15px 0px;
}

.foot .fnv li{
	padding:0px 20px;
	border-right:1px solid #fff;
}

.foot .fnv li:first-child{
	padding-left:0px;
}

.foot .fnv li:last-child{
	border-right:none;
}

.foot address dl dd{
	float:left;
	line-height:25px;
	margin-right:20px;
}
.foot address dl dt{
	line-height:25px;
}
.foot address dl dd:after{
	content:'';
	
}

.foot *:after{
	color: #fff !important;
}

.foot address dl dd:nth-child(11){
	clear:both;
}

.layout{
	display:flex;
	flex-direction: column;
}

.layout-content{
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}

.layout-content > *{
	flex-grow: 0;
}

.layout-content .container{
	flex-grow: 1;
}

.layout.layout-single div.logo{
	line-height:60px;
}
.layout.layout-single a.logo img{
	max-height:60px !important;
}
