#header{
	width:100%;
	background:white;
	height:45px;
	border-bottom:2px solid #d9d9d9;
	position:relative;
}

#header.fix{
	position:fixed;
	left:0px;
	top:0px;
	z-index:50;
}

.h_btn{
	display:block;
	position:relative;
	line-height:45px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	z-index:2;
	color:#555555;
	font-size:17px;
	font-weight:bold;
}

.h_btn img{
	height:45px;
	margin-right:10px;
	vertical-align:middle;
}

.h_btn.center{
	width:100%;
	height:45px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	text-align:center;
}

.h_logo{
	height:45px;
}

#gnb_bg{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.5);
	z-index:11;
	display:none;
}


#gnb_tab{
	width:80%;
	height:100%;
	position:fixed;
	left:-100%;
	top:0px;
	background:white;
	box-shadow:0px 0px 5px rgba(0,0,0,0.8);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	z-index:99999;
}

#gnb_tab.on{
	left:0px;
}

.gnb_tab_btn{
	width:100%;
	height:50px;
	background:#efefef;
	line-height:50px;
	color:#363636;
	font-size:14px;
	border-bottom:1px solid white;
	overflow:hidden;
	display:block;
}

.gnb_tab_img{
	height:50px;
	float:left;
}

.gnb_my_info{
	width:100%;
	height:105px;
	text-align:center;
	position:relative;
}

.gnb_tab_logo{
	width:118px;
}

.gnb_tab_login{
	display:block;
	width:118px;
	height:30px;
	background:#37bbb5;
	text-align:center;
	line-height:30px;
	color:white;
	font-size:10px;
}

.gnb_my_inner.nlogin{
	margin:0 auto;
	width:118px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-38px;
	margin-left:-59px;
}

.gnb_my_inner{
	display:inline-block;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-25px;
}

.gnb_user_img{
	width:50px;
	height:50px;
	border-radius:50%;
	float:left;
}

.gnb_user_nm{
	font-size:17px;
	color:#37bbb5;
	font-weight:bold;
	float:left;
	line-height:50px;
	margin-left:15px;
}

#content.fix{
	padding-top:25px;
}

/* 푸터 */ 

#footer{
	width:100%;
	background:#2f3234;
	color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	padding-top:17px;
	padding-bottom:17px;
}

.footer_copy{
	font-size:10px;
	text-align:center;
	line-height:15px;
	margin-top:23px;
}

.btn_gopc{
	display:block;
	width:100%;
	color:#bcbcbc;
	border:1px solid #bcbcbc;
	border-radius:3px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
}

.footer_copy span{
	color:#bcbcbc;
	font-size:12px;
	height:35px;
	line-height:35px;
}

.f_link{
	display:inline-block;
	color:#bcbcbc;
	font-size:12px;
	height:35px;
	line-height:35px;
}

.f_top{
	width:100%;
}

.f_btn{
	display:inline-block;
	width:25%;
	text-align:center;
}

.f_btn img{
	width:30px;
}

.head_right_link {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #37bbb5;
}

.head_right_close{position:absolute;width:40px;height:40px;top:2px;right:10px;background:url('/res/m/img/common/icon_close.png')no-repeat;background-position:10px;background-size:20px 20px;}