@CHARSET "UTF-8";
.h2_square{position: absolute;top:25px; left:-10px;}
.h2{
  margin:0 auto;width: 1000px; line-height: 100px;
  font-size:28px;color:#437fb3;
  font-weight: bold;text-indent: 25px;
  border-bottom: 3px solid #5babdd;
}
body{background-color:#f5f5f5;}

.login_form{
	display: flex;
	justify-content: center;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width: 800px; height:150px;
}
.login_input{
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
	text-align: right;
	font-family:'Nanum Gothic'; 
}
.login_input>label{
	margin-right: 10px;
	line-height: 30px;
	display: inline-block;
	font-size:18px; 
	font-weight: bold;
	color: #034b93;
	text-align: center;
}
.input_id{
	width: 360px; height:38px; text-align: center; font-size: 18px;
	margin-bottom: 10px;
}
.input_pw{
	width: 360px; height:38px; text-align: center; font-size: 18px;
}

.login_btn{
/* 	margin: auto; */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
.login_form>label{
	margin:0 auto;
	line-height: 30px;
	display: inline-block;
	width:60px;
	font-size:14px; 
	font-weight: bold;
	color: #323232;
	text-align: center;
}

.btn_login{
	margin: 20px auto; display: block;
	width: 90px; height:90px;
/* 	text-indent: 20px; */
	background:/* url(../images/icon-login-big.png) */ no-repeat 120px 20px, #5babdd;
	border-radius: 4px; color:#ffffff;
	font-size: 18px; font-weight: bold;
}

input.btn_next{
  margin-top: 10px;margin-right: 5px;
	width: 150px;height:45px;
	background: #f57878;
	color:#ffffff; font-size: 17px;
	font-weight: bold;border-radius: 4px;
}
input.btn_change{
	margin-top: 10px;
	width: 150px;height:45px;
	background: #466482;
	color:#ffffff; font-size: 17px;
	font-weight: bold;border-radius: 4px;
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(../../font/NanumGothic.eot);
    src: local('Nanum Gothic'),
         local('NanumGothic'),
         url(../../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
         url(../../font/NanumGothic.woff) format('woff'),
         url(../../font/NanumGothic.ttf) format('truetype');
  	}

.content{
  height: 100%;
  display: flex;
  font-family: 'Nanum Gothic', sans-serif;
}

.content_login{
  position: relative;
  margin: 0 auto;
  margin-top:200px;
  width: 1100px;
  background: #fafafa;
  height: 330px;
  border-bottom: 3px solid #e1e1e1;
  border-right: 3px solid #e1e1e1
}

/*

.login-form{
    position: relative;margin: 0 auto;
    width: 98%;min-width: 300px;
    height: 140px;
    padding: 0 0 0 0;
    font-size: 95%;
    letter-spacing: -1px;
    border-top: 2px solid #2475d0;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    color:#444444;
  }

.login-form ul.lg_left {
  list-style: none;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
  max-width: 420px; min-width: 300px;
  font-weight: bold;
  position: relative;
}
.login-form ul li.mfloat dd.idtxt {
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 46px;
  }
.login-form ul li.mfloat dd label {
    display: inline-block; width: 80px;
    padding-left: 12px;padding-left: 5px;
    font-size: 16px;box-sizing: border-box;
  }

.login-form ul li.mfloat dd #sub_id {
      position: absolute;
      left: 100px;
      top: 46px;
  }
.login-form ul li.mfloat dd .inputText {
      border: 1px solid #c0c0c0;
      width: 55%;
      line-height: 30px;
      height: 30px;
      margin: 0px;
      padding: 0px; box-sizing: border-box;
      border-radius: 0px;
}

.login-form ul li.mfloat dd .btn_login{
  position: absolute;right:4%;
  top: 40px;margin: 0;padding: 0;
  width: 80px; height:65px; background: #3168b2;
  font-weight: bold; font-size: 18px;color:#ffffff;
}

@media screen and (max-width: 1040px){
.login-form{width: 94%;}

}

*/