@charset "utf-8";
@font-face{
	font-family:"Nanum Gothic";
	src:url('../fonts/NanumGothic.eot');
	src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NanumGothic.woff') format('woff'),
	url('../fonts/NanumGothic.ttf') format('truetype');
	url('../fonts/NanumGothic.svg#NanumGothic') format('svg')
	src:local(※), url('../fonts/NanumGothic.woff') format('woff');
}
html, body{font-family:"나눔고딕",NanumGothic,"나눔바른고딕",NanumBarunGothic,"돋움",dotum,AppleGothic,sans-serif; 
font-size:13px;background:url('../img/a_bg.png'); color:#333; }
a:link, a:visited, a:hover, a:active {text-decoration:none;}
.txtC {text-align:center;}
.txtR {text-align:right;}



/* admin */

.a_bg{background:url('../img/a_bg.png');height:auto;width:100%;}
.pt100{padding-top:100px;}

.loginW {
	/*border-top: 3px #c02540 solid;*/
	padding: 30px;	
	position: relative;
	margin: 10px;
 	/*box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);*/
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;

}


.login-form .form-group { margin-bottom: 20px; }
.login-form .form-group:last-child {	margin-bottom: 0; }


.red-button {
    background-color:#c02540;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border: none;	
	color: white;	
	font-size:20px;
	font-weight:600;
}

.red-button:hover {	background-color: #b3223b; }


.width-100 { width: 100%; }
.input-group { width: 100%; }
.form-control {
	background-color: none;
	border: 1px solid #ddd;
	height:40px;
	line-height:40px;
	padding: 0 5%;
	width:90%;
	
}

.input-group { position: relative; }
.white-bg {	background-color: white; }

.placeholder { color: #aaa; }
