/* login  */
.log_wrap {position:relative; width:100%; box-sizing:border-box; margin:0 auto; padding-left:15px; padding-right:15px;}
.log_logo {position:relative; width:100%; height:110px; background:url("../img/login/log_logo.png") no-repeat 50% 100%; background-size:100px 60px; box-sizing:border-box;}
.log_formwrap {position:relative; width:100%; box-sizing:border-box; margin-top:15px;}
.log_tit {position:relative; width:100%; height:23px; box-sizing:border-box; padding-left:18px; font-size:13px; font-weight:800; letter-spacing:-1px; color:#999;}
.log_inf {position:relative; width:100%; height:62px; box-sizing:border-box; margin-bottom:10px;}
.log_but {position:relative; width:100%; height:62px; box-sizing:border-box; padding-top:22px; border-radius:31px; background:#009bfb; font-size:17px; color:#fff; letter-spacing:normal; font-weight:800; text-align:center; box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);}
.log_buttxt_wrap {position:relative; width:100%; height:20px; box-sizing:border-box; margin-top:22px; padding-right:20px; text-align:right;}
.log_buttxt {display:inline-block; height:20px; line-height:20px; font-size:14px; font-weight:400; letter-spacing:-1px; color:#7b7b7b;}
.log_buttxt_line {display:inline-block; height:20px; line-height:20px; font-size:12px; font-weight:400; letter-spacing:-1px; color:#c3c3c3; box-sizing:border-box; padding-left:4px; padding-right:4px;}
.log_butwrap {position:relative; width:100%; height:155px; box-sizing:border-box; margin-top:50px;}
.log_butbox {position:relative; width:100%; height:60px; line-height:60px; box-sizing:border-box; border:solid 1px #d8d8d8; border-radius:30px; padding-left:47px; color:#20bc01; font-size:14px; font-weight:800; letter-spacing:-1px; background:url("../img/login/log_bt1.png") no-repeat 20px 50%; background-size:18px 18px; margin-bottom:5px;}
.log_butbox_2 {position:relative; width:100%; height:60px; line-height:60px; box-sizing:border-box; border:solid 1px #d8d8d8; border-radius:30px; padding-left:47px; color:#3b1e20; font-size:14px; font-weight:800; letter-spacing:-1px; background:url("../img/login/log_bt2.png") no-repeat 20px 50%; background-size:18px 18px;}

/* form */
.inputForm_login
{
	font-size:17px;
	font-weight:800;
	letter-spacing:normal;
	color:#fff;
	height:62px;
	width:100%;
	background-color:#054694;
	box-sizing:border-box;
	padding-left:18px;
	border:none;
	border-radius:31px;
	font-family:"Apple SD Gothic Neo","Apple SD 산돌고딕 Neo","Noto Sans","본고딕","Nanum Gothic","나눔 고딕","Droid sans","Malgun Gothic","맑은 고딕",sans-serif;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,.2);
}
input.inputForm_login::-webkit-input-placeholder{color:rgba(255,255,255,.5); font-size:17px; font-weight:400; letter-spacing:-1px;}
input.inputForm_login::-moz-placeholder{color:rgba(255,255,255,.5); font-size:17px; font-weight:400; letter-spacing:-1px;}
input.inputForm_login:-moz-placeholder{color:rgba(255,255,255,.5); font-size:17px; font-weight:400; letter-spacing:-1px;}
input.inputForm_login:-ms-input-placeholder{color:rgba(255,255,255,.5); font-size:17px; font-weight:400; letter-spacing:-1px;}


























