@charset "utf-8";

.wrap {
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
}

/* header */
.nav {
	width: 100%;
	height: 54px;
	max-width: 640px;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #c4c4c4;
	background: #fff;
	z-index: 999;
}

.cfixed {
	position: fixed;
    top: 0px;
}

.homeMenu {
	width: 27px;
	height: 26px;
	padding: 14px 18px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	width: 167px;
	height: 26px;
	margin: 0 auto;
	text-align: center;
	vertical-align: baseline;
	padding: 14px;
}

.logo img {
	height: 26px;
}

.gnb {
	width: 100%;
	max-width: 640px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	position: absolute;
	top: 55px;
	padding: 20px 0;
}

.gnb li {
	padding: 20px 18px 20px 0;
	height: 100%;
}

.gnb a {
	color: #000;
}

.menu-toggle-btn {
	width: 25px;
	height: 20px;
	padding: 17px 18px;
	position: absolute;
	top: 0;
	right: 0;
}


/* footer */
.footer {
	color: #444;
	font-size: 13px;
	background: #f8f8f8;
	padding: 50px 20px 50px 20px;
	margin-top: 100px;
}

.footer p { padding: 4px 0; }

.footer p a { color: #444; }

.footer .bottom_logo {
	margin-bottom: 15px;
	height: 26px;
}

.footer .copy_text {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #999;
}