html { width: 100%; height: 100%; font-family: 'Noto Sans KR', Dotum, Gulim, sans-serif; font-size: 16px; font-weight: 400;}
body { width: 100%; height: 100%; background: #fbfbfb;}

/* reset */
html, body {min-width: 1200px;margin:0; padding:0; word-break: keep-all; word-wrap:break-word; -webkit-hyphens: auto;  -moz-hyphens: auto;  -ms-hyphens: auto;   hyphens: auto}
form, input, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {margin:0; padding:0;}
ul, ol, li {list-style:none;}
img	{border:0; vertical-align:top}
table {border-collapse:collapse; border-spacing:0 !important; width: 100%} 
th, td {padding:0;}
th {font-weight: normal}
textarea {padding:0; margin:0; resize: none}
fieldset {display:block; border:none; padding:0; margin:0}
legend, caption	{width:0; height:0; padding:0; margin:0; font-size:0; line-height:0;}
a{text-decoration: none; color: #000}
input, select {vertical-align: middle; box-sizing: content-box}
input, select, textarea {border:0; background: #fff; font-size: 14px; font-family: 'Noto Sans KR',Dotum, Gulim; color: #6d6d6d; font-weight: 300;outline:0;}
input[type="radio"] {border: 0; background: transparent}
i {font-style: normal}
button {font-family:'Noto Sans KR', Dotum, Gulim, sans-serif; margin: 0; padding:0; overflow: visible; text-transform: none; -webkit-appearance: button; cursor: pointer; border: 0; outline: 0; background: none;}
img {max-width: 100%}
select, textarea, input[type="text"], input[type="password"]{border-radius:0;}

.rel{position: relative;}
.dt{display:table;}
.tc{display:table-cell;vertical-align:middle;}

.fw200{font-weight:200;}
.fw500{font-weight:500;}

.pt10{padding-top: 10px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}


/* login_new */
.login_new{
	width: 100vw;
	height: 100vh;
	background: #f5f5f5 url('/img/login/login_bg_new.jpg') no-repeat center;
	background-size: cover;
}
.login_new .box{
	width: 900px;
	height: 700px;
	background: rgba(8,31,43,0.8);
	margin: 0 auto;
	padding: 82px 150px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.24);
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,.24);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.24);
}
.login_new .logo{
	width: 256px;
	margin: 0 auto;
}
.login_new .login_cont .login_tit {
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
	font-weight: 300;
}
.login_new .login_cont dl{
	display: flex;
}
.login_new .login_cont dt{
	font-weight: 700;
	color: #fff;
	font-size: 14px;
}
.login_new .login_cont dt label{
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 139px;
	height: 60px;
	display: block;
	line-height: 60px;
}
.login_new .login_cont dt label[for="mem_id"] {
	background-image: url('/img/login/login_id_bg.png');
}
.login_new .login_cont dt label[for="mem_pw"] {
	background-image: url('/img/login/login_pw_bg.png');
}
.login_new .login_cont dt label p {
	padding-left: 30px;
}
.login_new .login_cont dd input{
	width: 321px;
	font-weight: 200;
	color: #fff;
	font-size: 14px;
	background: transparent;
	padding: 13px 10px 16px;
	border: 1px solid #0571b2;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:0;
	line-height: 29px;
}
.login_new .login_cont dd input::placeholder{color: rgba(255,255,255,.5);}
.login_new .btn_login{
	font-size: 16px;
	letter-spacing: 0.2em;
	background: url('/img/login/login_btn_bg_new.png') no-repeat center;
	background-size: cover;
	width: 130px;
	height: 130px;
	line-height: 130px;
	position: absolute;
    right: 0;
    bottom: 0;
	color: #fff;
}
.login_new .txt_wrap {
	font-size: 16px;
	line-height: 34px;
	color: rgba(255,255,255,.9);
	text-align: center;	
}
.login_new .txt_wrap .from{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	text-align: center;	
	padding-top: 10px;
}
.login_new .login_menu {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #081f2b;
	display: flex;
	width: 100%;
}
.login_new .login_menu li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #344650;
	width: 25%;
}
.login_new .login_menu.list3 li{
	width: 33.33%;
}
.login_new .login_menu.list2 li{
	width: 50%;
}
.login_new .login_menu li::last-child{
	border-right: 0;
}
.login_new .login_menu a{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.login_new .login_menu a span{
	font-size: 16px;
	letter-spacing: -0.005em;
	color: #fff;
	line-height: 82px;
	position: relative;
	padding-left: 50px;
	padding-right: 26px;
}
.login_new .login_menu a span::after,
.login_new .login_menu a span::before{
	content:'';
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
}
.login_new .login_menu a span::before{
	left: 0;
	top: -8px;
	width: 40px;
	height: 40px;
}
.login_new .login_menu a span.link01::before{
	background-image: url('/img/login/login_icon01.png');
}
.login_new .login_menu a span.link02::before{
	background-image: url('/img/login/login_icon02.png');
}
.login_new .login_menu a span.link03::before{
	background-image: url('/img/login/login_icon03.png');
}
.login_new .login_menu a span.link04::before{
	background-image: url('/img/login/login_icon04.png');
}
.login_new .login_menu a span::after{
	right: 0;
	top: 7px;
	width: 7px;
	height: 12px;
	background-image: url('/img/login/login_arr.png');
}