.login-input { width:100%; }
#cert_login_box { display:none; }

.contents {text-align: center}
.contents_form_wrap {
	width: 600px;
	height: 600px;
	margin: 60px auto 36px auto;
	background: #fff;
	box-shadow: 1px 1px 20px 1px #e8ebed;
	border-radius: 20px;
}
.login_form_area {height: 600px; padding: 78px; position: relative;}
.login-wrap h2 {font-size: 32px; color: #242424; font-weight: 700; margin: 0;}
.login-wrap .title_text {font-size: 16px; color: #727272; font-weight: 300; margin-top: 12px;}

.login-tab {margin-top:28px;}
.login-tab button {width: 220px; height: 50px; font-size: 16px; font-weight:500; color: #b7b7b7; border: 1px solid #cdcdcd;}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #2a82df;
	border: 1px solid #2a82df;
	background: #fff;
	box-shadow: none;
	outline: none;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus, .btn-default:hover {
	color: #2a82df;
	border-color: #2a82df;
	background: #fff;
	box-shadow: none;
	outline: none;
}

#login_box input {height: 49px; padding-left: 15px; border: 0; border-bottom: 1px solid #bfbfbf; margin-top: 15px; font-size: 16px;}
#login_box input::placeholder {color: #9d9d9d;}
.free-join {width:444px; text-align:center; position: absolute; bottom: 70px;}
.free-join a {text-decoration: underline !important; color: #2a82df; font-weight: 500;}
.login-etc {margin-top: 15px;}
.login-etc a {color: #565656;}
#login_btn {
	width: 100%;
	height: 66px;
	border-radius: 50px;
	border: 0;
	background: #2a82df;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 26px;
}

/*인증서 로그인*/
#cert_login_box img {margin: 36px 0 28px 0;}
#cert_login_box button {
	width:100%;
	height: 64px;
	border: 1px solid #2a82df;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
}
#cert_login_btn {margin-bottom: 7px; background: #2a82df; color: #fff;}
#cert_regist_btn {background: #fff; color: #2a82df;}







































 */