@CHARSET "UTF-8";
.mypbi-warpper {
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100vh - 155px);
}


.go-recruit-info{
	margin-bottom: 30px;
	cursor: pointer;
}

.go-recruit-info img{
	width: 100%;
	box-shadow: 0px 5px 20px 0px #A7ABB2;
	border-radius: 10px;
}

#n-login{
	/* margin-top: 40%; */
}

#n-login p{
	text-align: center;
}

.dinfo-title{
	padding-top: 138px;
	margin-bottom: 30px;
}

.go-login {
    padding: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    position: sticky !important;
    position: -webkit-sticky !important;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    height: 27px;
}

.mi-title{
	margin-top: 30px;
}

.ml-item:first-child {
    margin-top: 15px;
   
}


.ml-item {
    margin-top: 25px;
    padding-bottom: 15px;
    justify-content: space-between;
}

.mi-body{
	padding: 15px;
    border: 1px solid #E5E5E5;
}

.ml-left {
    width: 80%;
}

.ml-title {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ml-date > span {
	margin-left: 5px;
}

.ml-right {
    width: 20%;
    text-align: right;
    position: relative;
}

.ml-right img {
    right: 0;
    width: 15px;
    position: absolute;
    top: 35%;
	opacity:0.5;
}

.mi-footer {
    justify-content: space-between;
    margin-top: 10px;
}

.mi-button {
    width: 48%;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #E5E5E5;
}

.mi-count {
	margin-left: 3px;
}