@CHARSET "UTF-8";

@import url("/fonts/font_noto-07b4da3f1040a7655c78bdff60c26473.css");

html {margin:0px;padding:0px;}
body
{
	margin:0px;
	padding:0px;
	font-family:"Noto Sans Korean", Malgun Gothic, dotum, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:200px -300px;
	background-size:100%;
	background-image:url("/images/bg_body-c8be7dbae0d97b91b83586e72dccfc57.svg");
}
div, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, span, strong, p, a, td, th
{
	margin:0px;
	padding:0px;
	font-family:"Noto Sans Korean", Malgun Gothic, dotum, Verdana, sans-serif;
	font-size:12px;
	list-style:none;
	word-break:break-all;
	transition:all .2s ease 0s;
}
img {border:none;vertical-align:middle;}
span {vertical-align:middle;}
form, legend, fieldset {margin:0;padding:0;border:none;}
caption, legend {display:none;}
/* default link */
a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}
/* Input */
input {margin:0;padding:0;vertical-align:middle;border-radius:0px;border:0;color:#555555;}
input::-webkit-input-placeholder {color:#777777;font-weight:400;}
input::-ms-input-placeholder {color:#777777;font-weight:400;}
input::-moz-input-placeholder {color:#777777;font-weight:400;}
input[type~="text"] {}
input[type~="password"] {}
input[type~="radio"] {border:none;}
input[type~="checkbox"] {border:none;}
input[type~="button"] {border:none;cursor:pointer;}
select {margin:0;padding:0;vertical-align:middle;border-radius:3px;border:1px solid #cccccc;background-color:#ffffff;}
textarea {margin:0;padding:5px;border:none;color:#000000;}

.LoginFrame {margin:0 auto;padding-top:170px;width:400px;}
.logo_login {display:block;margin-bottom:40px;height:130px;text-indent:-9999px;background:url("/images/logo_login-330c1eeb1cf5fc9fe4722181e091c336.svg") no-repeat center center;background-size:contain;}
.login_Form {padding:40px 50px;background-color:#ffffff;border-radius:3px;border:3px solid #019A74;}
.login_Form ul li {display:flex;justify-content:space-between;margin-top:10px;background-color:#fafafa;border-radius:3px;border:1px solid #888888;}
.login_Form ul li:first-child {margin-top:0;}
.login_Form ul li input {width:calc(100% - 50px);height:40px;line-height:40px;background:none;color:#000000;font-size:15px;font-weight:700;}
.login_Form ul li .ip {display:block;width:50px;height:40px;text-indent:-9999px;background-repeat:no-repeat;background-position:center center;background-size:20px;}
.login_Form ul li .ip.id {background-image:url("/images/icon_id_black-9e0759699bb34a9cd59ea7d5337fe7bf.svg");}
.login_Form ul li .ip.pw {background-image:url("/images/icon_key_black-85dc8ed9b724221ea1f7dff92ce8ad8c.svg");}
.btn_login {display:flex;justify-content:space-between;margin-top:10px;padding:0 20px;background-color:#019A74;border-radius:3px;border:1px solid #005F47;}
.btn_login .btn {display:block;height:50px;line-height:50px;color:#ffffff;font-size:17px;font-weight:700;background-repeat:no-repeat;background-position:center center;background-size:26px;}
.btn_login .btn.icon {width:26px;background-image:url("/images/icon_enter-b3540ac47a1ba6a65a5275332dd88569.svg");}
.btn_home {display:block;margin-top:30px;padding-top:45px;text-align:center;color:#555555;font-size:14px;font-weight:700;background:url("/images/icon_home_hub-3a9c02bcb9be97261ae49a95ec853b32.svg") no-repeat top center;background-size:auto 40px;}
.FOOTER {margin-top:40px;padding:0 5px;padding-top:20px;border-top:1px solid #aaaaaa;}
.FOOTER .ft {display:block;line-height:18px;text-align:center;color:#666666;}
.FOOTER .ft.copyright {font-size:11px;margin-top:5px;color:#888888;}