html,
body,
.container,
.content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
BODY {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.6; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: ³ª´®°íµñ, Nanum Gothic,'Nanum Gothic',Nanumbarungothic,arial,verdana,sans-serif; COLOR: #1e1e1e; FONT-SIZE: 11px; PADDING-TOP: 0px
}
button:focus {
	outline: none;
}


.container {
	background: #3e2e1f;
}



.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color:#fff;   /* footer ¹ØÀ¸·Î º¸ÀÌ´Â »ö */
}

.content {background:#fbf3e0  /*url('../images/main/main_bg.png') 0 0 no-repeat;*/background-size:100% auto;
	position: relative;

}


/* Overlay */
.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
}

/* Menu Button */
.menu-button {
	position: absolute;left:5px;top:0;
	z-index: 1000;
	margin: 10px 0 0 0;
	padding: 0;
	width: 4.4em;
	height: 3.0em;
	border: none;
	text-indent: 2.25em;
	font-size: 1.2em;
	color: transparent;
	background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background:url(../images/common/menu.png) no-repeat 0 -1px;
	content: '';
}




.menu-button:hover {
	opacity: 0.9;
}
/* Menu */
.menu-wrap {
	position: absolute;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.menu-top {
	line-height: 58px;
}

.menu-top .profile {
	display: inline-block;
	padding: 8px 10px;
	line-height: 42px;
}

.menu-top .profile,
.menu-side {
	width: 200px;
}

.menu-top .profile img {
	float: left;
	margin-right: 1em;
}

.icon-list {
	display: inline-block;
	font-size: 13px;
}

.icon-list a {
	margin: 0 1em 0 0;
	padding: 0;
}

@media screen and (max-width: 32em) {
	.icon-list {
		padding-left: 1em;
	}
}

.menu-side A {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; DISPLAY: block; BACKGROUND: url(../images/main/arr_right.png) no-repeat 160px 50%; PADDING-TOP: 10px; background-size: 8px auto
}
.menu-side A:first-child {
	BACKGROUND-IMAGE: none; MARGIN-TOP: 30px
}
.menu-wrap A {
	MARGIN: 0px 10px; COLOR: #fff;FONT-SIZE: 12px; 
}

/* Shown menu */
.show-menu .menu-wrap {
	opacity: 1;
}

.show-menu .content-wrap,
.show-menu .menu-button {
	-webkit-transform: translate3d(200px,0px,0);    /* °¡¿îµ¥ °ªÀº ½½¶óÀÌµù ·¹ÇÁÆ® ¸Þ´º¿¡¼­ Å¾ºÎºÐ ³ôÀÌ¿Í °ü·Ã µÊ */
	transform: translate3d(200px,0px,0);
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.menu-wrap A {
	MARGIN: 0px 10px; COLOR: #fff;FONT-SIZE: 12px; 
}

H1 {
	TEXT-ALIGN: center; PADDING-TOP: 10px
}
H1 > IMG {
	WIDTH: 150px;PADDING-TOP: 20px
}
.Hlogin {
	POSITION: absolute; TOP: 15px; RIGHT: 13px
}
.Hlogin IMG {
	WIDTH: 40px
}