@charset "UTF-8";

body {
	background: #f7f7f7;
	margin-bottom: 67px;
}

.gnb_top {
	border-bottom: 1px solid #ddd;
}

.gnb_top_seperate_srch .gnb_top_wrap {
	height: 66px;
	width: 1240px;
}

.gnb_logo h1 .logo_link {
	margin-top: 12px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 67px;
	background-color: transparent;
	min-width: 1280px;
	border-top: 1px solid #ddd;
}

footer .footer_wrap {
	margin: 0 auto;
	width: 1240px;
	position: relative;
}

footer .footer_logo_img {
	display: inline-block;
	width: 77px;
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: -5px;
	background: url(../images/footer_logo.png) 0px 0px;
}

footer .footer_wrap .footer_txt_area {
	display: inline-block;
	margin-top: 18px;
}

footer .footer_wrap .footer_txt_area address {
	font-size: 11px;
	font-style: normal;
	color: #a4a7a9;
	margin-bottom: 4px;
}

footer .footer_wrap .footer_txt_area span {
	font-size: 11px;
	font-style: normal;
	color: #a4a7a9;
	font-family: "Malgun Gothic", "맑은 고딕";
	font-weight: bold;
}

.login_info {
	display: inline-block;
	/*margin-top: 20px;*/
	margin-left: 35px;
	width: 300px;
}

.login_info:before {
	width: 29px;
	height: 29px;
	background: url(../images/login/login_ico.png) -98px top no-repeat;
	content: '';
	float: left;
	position: relative;
	top: 4px;
}

.login_info .info_txt {
	margin-left: 40px;
}

.login_info .info_txt p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #666;
	line-height: 1.5;
}

.login-form-title .nav_util {
	margin-top: 12px;
}

.login-footer {
	width: 100%;
	height: 67px;
	clear: both;
	border-top: 0px solid #eee;
	padding-top: 20px;
	margin-top: 30px;
}

.login-footer address {
	font-size: 11px;
	font-style: normal;
	color: #a4a7a9;
	margin-bottom: 4px;
}

.login-footer span {
	font-size: 11px;
	font-style: normal;
	color: #a4a7a9;
	font-family: "Malgun Gothic", "맑은 고딕";
	font-weight: bold;
}

.wrap-login .gnb_logo {
	float: none;
	clear: both;
}

.wrap-login .gnb_logo .logo_link {
	display: block;
	margin-bottom: 70px;
	background: url(../images/gnb_top/gnb_top_logo.png) no-repeat left top;
	height: 35px;
}

input:-internal-autofill-selected {
	background-color: rgb(255, 255, 255) !important;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}

.btn_wrap {
    margin: 50px 33px 42px 40px;
}
