﻿@charset "utf-8";


.footer {
	width:100%;
    border-top: 1px solid #ebebeb;
	position:relative;
	display:inline;
	
}

.footer p {
	width:100%;
    height: 52px;
    margin-top: 17px;
    padding-top: 36px;

    font-size: 11px;
    color: #888;
    text-align: center;
    font-family: "malgun gothic";
}

iframe {
	display:none;
}