@charset "utf-8";

/*footer 위치*/
.footer_magot {
	position: fixed;
	bottom:0; /*하단에 고정*/
	display: flex;
    width: 100%;
	height:25px;
}

.footer_magot .content {font-family: 'Paperlogy-4Regular'; font-size: 8px; display: inline-block; text-align: center; color:#ACACAC;}