/*
	@name frame_1
*/
/* Only edit this if you know what you are doing! */


@font-face {
  font-family: fontIsRandom;
  src: local('fontIsRandom'), 
  url('/font/samsungsharpsans-9b469dd66e3bfb0c8a6a3209359b85e6.otf');
}
	
body { 
	font-family : fontIsRandom, 나눔고딕, naumSquare;
	margin: 0px; 
	padding: 0px; 
	overflow-x:hidden; 
	background:url(/img/login/bg-2d0888c33b23e477052abc83a9442055.jpg) 10% 10%;	
    background-size: cover;
	
}

/* Only edit this if you know what you are doing! */
div { position: absolute; }

#samsung_img {
	top: 6px !important;
	position: absolute !important;
	left: 10px;
	width: 159px;
	height: 24px;
	background:url(/img/login/samsung_img-664eb5d8f1b92870cb8f8e1bbb629d97.png);
	background-size:cover;
}

#frame_mde {
	top: 2px;
	left: 15px;
	width: 315px;
	height: 24px;

}

#mde {
	top: 0px;
	left: 0px;
	width: 315px;
	height: 57px;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	line-height: 32px;
	padding-top: 4px;
	margin-top: -4px;
	letter-spacing: 1.8px;
	-webkit-text-stroke-width: 0.2px;
	/*-webkit-text-stroke-color: #000000;*/
	color:#000000;
}



footer {
    bottom: 0;
	height: 84px;	
	position: absolute;
	height: 60px;
	width: 100%;
	line-height: 60px;
	border-top: 1px solid #dee5e7;
	background-color: #000000;
}


#footer_div {
	margin:0 auto; 
    width: 100%;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color:#FFFFFF;
}



/* Add your custom CSS here */


/*------------ Login ----------------*/
.login_wrap {width: 100%;height: 100%;}

.Samsung_title {
    position: relative;
    margin: 0 auto;
    top:25%;
    width: 400px;
    text-align: center;
    padding:30px 50px 25px 50px;
}

.login_box {
    position: relative;
    margin: 0 auto;
    top:24%;
    width: 432px;
    height: 240px;
    /* height: 300px; */
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,.1);
    border-radius: 10px;
    padding:10px 50px 50px 0px;
}
.login_box h1 {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
    padding:0px 0px 0px 50px;
}
.login_box li {margin-top: 20px; list-style: none; }
.login_box li input[type=text],
.login_box li input[type=password]{
	width: 97%;
	display: flex;
	height: 37px;
	padding-left: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border-radius: 5px;
	border: 1px solid #E2E5EB;
}
.login_box .btn_set > span {display: inline-block;}
.login_box .btn_set > span > input[type="submit"] {
	width: 405px; 
	display: flex;
	height: 37px;
	padding: 0px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 5px;
	background: #B2DCF8;
	color : #ffffff;
	border:0px;
	font-size: 18px;
}


.login_box .info {
	border-top: 1px solid #E2E5EB;
	padding-top: 15px;
	top: 55px;
	left: 0px;
	width: 405px;
	height: 87.5px;
	overflow: hidden;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	letter-spacing: 0.55px;
	color:#B5B8C0;
}
