
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

body, html, form{padding:0; margin:0; width:100%; height:100%;}
.top{display: none;
    padding: 10px 17px;
    background: #d1d1d1;}
.top img{width: 130px;}
.login-wrap{width:100%; height:100%;display:table; }
.login-wrap .right{
    display: table-cell;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 14% 18%;
    box-sizing: border-box;
	background-position:right;
    }
h1.logo{}
h1.logo img{display:block; margin:0 auto 40px}

.note{    margin: 0 auto;  width: 50%; min-width: 400px;}
.login-wrap .right h5{
   color: #fff;
    margin: 0 0 40px 0;
    font-size: 30px;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif;}



.login-wrap .left{
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 8%;
    box-sizing: border-box;
    width: 40%;
    }
.right .cont{/* width: 474px; *//* margin:0 auto; */}
.right .cont .subtitle{    text-align: left;
    font-family: 'Montserrat','Noto Sans KR',sans-serif;
    margin: 0 0 90px 0;
    line-height: 26px; }
.right .cont p{    font-size: 14px;
    color: #ffffff;
    margin: 0 0 30px 0;}


.loginBox{margin-bottom: 16px;}
.loginBox label{display:block; font-family: 'Montserrat',sans-serif; font-size:14px;}
.loginBox input[type="text"]{
	background:#fbfbfb;
	height: 60px;
	margin: 0 0 16px 0;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 15px;
	color:#848484;
	background-position: 25px 50%;
}
.loginBox input[type="password"]{
	background: #fbfbfb;
	height: 60px;
	margin: 0;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	border-radius: 5px;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 15px;
	background-position: 25px 50%;
}

.saveId{margin-bottom: 30px;}
.saveId label{
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    color: #444444;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    letter-spacing: -.2px;
	font-size: 13.5px;
    }




#btnLogin{
    width:100% !important;
    margin: 0 !important;
    background: #4b4ab2 !important;
    border: none !important;
    font-size: 18px;
    border-radius: 4px !important;
    font-weight: 500;
    letter-spacing: -.5px;
    font-family: 'Montserrat', sans-serif;
}
span.copy{display:none;}
p.copyright{text-align: center; font-size: 13px;  padding-top: 20%; font-family: 'Montserrat', sans-serif;}


@media screen and (max-width: 768px) {
	body{width:100%; overflow-x:hidden;}
	.top{display:block;}
    .login-wrap .left{display:none;}
	.cont label{display:block;}
	.loginBox input[type="text"],.loginBox input[type="password"]{width:100%;}
	.login-wrap .right{width:100%; display:block;padding: 0 30px;}
	.right .cont{width:100%; padding: 10% 0;}
	#btnLogin{width: 100% !important;}
	.login-wrap .right h3{line-height: 36px;font-size: 22px;margin-bottom: 26px;}
	.login-wrap .right .bar{ margin: 0 0 40px 0;}
}
@media (min-width: 800px) and (max-width: 1100px) {

	.login-wrap .right{width: 50%; padding: 5%;}
	.login-wrap .left{width: 50%;}
}

/**:focus {outline: red solid 2px !important;}*/
input:focus,a:focus,textarea:focus,button:focus {border-color:#333;}

