
/* ================ main layout ================ */
#main-header{
	height: 50px;
	margin: auto;
}
#main-container{
	position: relative;
	margin: auto;
	padding-top: 55px;
}

/* ================ login ================ */
.login-wrap{
	padding: 30px 20px;
	background: #eee;
}
.login-form{
	margin-bottom: 10px;
}
.login-form .form-block{
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.login-form input[type="text"],
.login-form input[type="password"]{
	height: 40px;
	line-height: 3.8rem;
}
.login-form .form-block label{
	position: absolute;
	top: 1px;
	left: 10px;
	color: #8a8a8a;
	line-height: 3.8rem;
}
.login-form .id-save{
	margin-top: 10px;
}
.login-btn .btn-login{
	margin-bottom: 5px;
}
.login-btn .login-pop{
	display: flex;
 	display: -webkit-flex;
 	margin-right: -2px;
}
.login-btn .login-pop button{
	flex: 1;
	-webkit-flex: 1;
	margin-right: 2px; 
}
#passReset .radio label{
	margin-right: 20px;
}


/* ================ main section  ================ */
.main-notice{
	padding: 20px;
}
.main-news{
	padding: 20px;
	background: #eee;
}
/* -- box list (main, dash board에서만 사용됨) -- */
.box-list li{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px #ccc solid;
	background: #fff;
}
.box-list .thumb-area{
	position: relative;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	margin-right: 10px;
	width: 92px;
}

/*kimsungjun*/
.box-list .thumb-area img{
	
	position:absolute;
    max-width:100%; 
    max-height:100%;
    width:auto; 
    height:auto;
    margin:auto;
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
}
/*kimsungjun*/

.box-list .cont-area{
	flex: auto;
	-webkit-flex: auto;
	font-size: 1.2rem;
	vertical-align: middle;
}
.box-list .cont-area .tit{
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
	/*kimsungjun*/
	word-break: break-all;
}

/* -- notice list (main, dash board에서만 사용됨) -- */
.notice-list{
	margin-top: 10px;
}
.notice-list li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #dedede solid;
}
.notice-list h3{
}

.notice-list h3 img{
	vertical-align: middle;
}
.notice-list .info-area{
	margin-top: 5px;
	font-size: 1.3rem;
}
.box-list .cont-area span,
.notice-list .info-area span{
	display: inline-block;
	font-size: 1.2rem;
}
.box-list .cont-area span:after,
.notice-list .info-area span:after{
	margin: 0 3px 0 5px;
	content: "|";
	color: #ccc;
	font-size: 10px;
	vertical-align: bottom;
}
.box-list .cont-area span:last-child:after,
.notice-list .info-area span:last-child:after{
	content: "";
}


/* ================ login layer ================ */
.layer-pop{
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #5a8ace;
	color: #fff;
	/*kimsungjun z-index: 2000; */
	z-index: 1050;
}
.layer-pop .layer-info{
	position: relative;
	margin-bottom: 10px;
	padding-left: 45px;
	color: #fff;
}
.layer-pop .layer-info i{
	position: absolute;
	top: 0;
	left: 0;
}

.layer-btn{
	margin-top: 20px;
}
.layer-btn button{
	float: left;
	width: 50%;
}
.layer-btn button:nth-child(2){
	border: 1px #ccc solid;
	background: transparent;
}

#passChange, #passReset{
	display: none;
}
#passReset .radio{
	margin: 10px 0;
}

/*kimsungjun loading..*/
.display-none {
    display: none;
}
.wrap-loading {
	text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0,0,0,0.2); */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
    z-index: 20002;
}
.wrap-loading div {
    position: relative;
    top: 50%;
    /* left: 46%; */
    /* left: 40%; */
}


