html , body {
    min-width:500px;
    height: 100%;
}

ul , li {
    margin : 0;
    padding: 0;
}

.list-item {
    text-align: left;
}

.prove-list li:nth-child(1) {
    border-top: 1px solid rgba(0,0,0,0.10);
}

.prove-list li+li {
    border-top: 1px solid rgba(0,0,0,0.10);
}

.prove-list li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.prove-link {
    display: block;
    padding: 14px 0;
}

.i-icon {
    margin-right:10px;
}

.section {
    padding : 50px 0 !important;
}

.row{
	justify-content: center
}

.col-12 {
    width: 80%;
    margin:auto;

}

.m-wrap , .m-result-wrap {
    margin: 40px auto !important;
    padding: 58px 69px 40px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
}

.f-title {
    text-align: left;
    font-weight: 600;
}

.f-desc {
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.w-find {
    margin-top:20px;
}

.logo {
    height: 6.3rem;
    margin: 0.5rem 1rem 0rem;
    margin-bottom:40px !important;
}

.prove-list {
    position: relative;
    width:100%;
    margin-top: 16px;
    margin-bottom: 20px;
}

.list-item {
    display: block;
}

.content{
  border-color:transparent !important;
    padding:0 !important;
}

.l-btn {
    border: 0;
    padding: 10px;
    border-radius:2px;
    background-color: #3eafce;
    color: #fff;
}

.m-result-wrap {
    display: none;
}

.s-title {
    margin-right: 20px;
}

.s-info {
    color: #4c8cc5;
    font-weight: 600;
}

@media (max-width: 992px) {
	
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
	.col-12 {
        width: 100%;
        margin: auto;
    }

    .m-wrap , .m-result-wrap {
        border:none;
    }

}

