@charset "euc-kr";

@font-face {
src : url("/image/main/APPLESDGOTHICNEOSEMIBOLD.OTF");
font-family: "SD_Gothic"
}
@font-face {
src : url("/image/main/APPLESDGOTHICNEOB.TTF");
font-family: "SD_Gothic_B"
}
@font-face {
src : url("/image/main/APPLESDGOTHICNEOM.TTF");
font-family: "SD_Gothic_M"
}

a{
	text-decoration:none !important;
}

a:hover{
	color: #444 !important;
}

#login_tit{
	margin-top:30px;
	margin-bottom:20px;
}


.text_info{
	font-family:"SD_Gothic";
	color:#666;
	font-size:18px;
	margin-bottom:25px;
}
.login_input_box{
	width:300px;
	position:relative;
	margin: 0 auto;
	margin-bottom:10px;
}
	

.log_in_box{
	width:300px;
	line-height:45px;
	height:40px;
	margin-bottom:10px;
	font-size:18px;
	text-indent:5px;
	font-family:"SD_Gothic";
	box-sizing:border-box;

}
.img_userid, .img_userpw{
	position:absolute;
}

.img_userid{
	top:5px;
	right:10px;
}
.img_userpw{
	top:55px;
	right:10px;
}

#idsave{
	margin-top:2px !important;
}

.idsave_box{
	width:300px;
	margin:0 auto;
	margin-bottom:50px;
	font-family:"SD_Gothic_M";
}

.idsave_place{
	float:left;
}

.idpw{
	float:right;
}

.login_main{
	margin-bottom:10px;
	background:#4898d3;
	width:300px;
	height:40px;
	line-height:40px;
	border:none;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	font-family:"SD_Gothic";
	cursor:pointer;
	text-align:center;
	outline:none;
}

.kakao_login_btn{
	width:300px;
	height:40px;
	border-radius:5px;
	margin:0 auto;
	background:#ffeb00;
	cursor:pointer;
	font-family:"SD_Gothic";
	font-size:16px;
}

.kakao_login_btn img{
	width:34px;
	margin-top:2px;
	margin-left:5px;
	float:left;
}

.kakao_login_btn p{
	margin-right:30px;
	line-height:40px;
}

.fast_log_img{
	width:210px;
	height:40px;
	margin:0 auto;
	margin-bottom:20px;
}
.fast_log_img img{
	width:100%;
	height:100%;
}

.join{
	width:300px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}

.join_ment{
	font-family:"SD_Gothic";
	color:#888;
	width:60%;
	float:left;
}

.join a{
	font-family:"SD_Gothic";
	font-size:18px;
	color:#444 !important;
	text-decoration:underline #000 1px !important;
}
	
