header {
    height: 62px;
    line-height: 62px;
    padding: 0 18px;
    position: fixed;
    border-bottom: 1px solid #e6e6e6;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
}

header div {
    width: 100%;
    display: inline-block;
    padding-left: 70px;
    padding-right: 50px;
}

header span:first-child {
    color: #42bd56;
    font-size: 16px;
    position: absolute;
    margin-left: 18px;
}

header span:last-child {
    color: rgb(244, 143, 46);
    font-size: 16px;
    position: absolute;
    right: 18px;
    top: 0;
}

header input {
    outline: none;
    height: 30px;
    border: 0.5px solid #f3f3f3;
    background-color: #f3f3f3;
    width: 100%;
    text-indent: 5px;
    border-radius: 5px;
}

.listbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 62px;
}

.listbox li {
    width: 33.333%;
    text-align: center;
    color: rgb(35, 132, 232);
    margin: 20px 0;
}

.listbox li span:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.listbox li span:last-child {
    font-size: 12px;
}

#searchList {
    margin-top: 62px;
    padding: 30px 18px;
    font-size: 12px;
}

.pd10 {
    padding-bottom: 10px;
}

.infoBox {
    height: 76px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
}

.infoBox:last-child {
    border: none;
}

.infoBox img {
    width: 40px;
    height: 56px;
    position: absolute;
}

.infoBox h2 {
    font-size: 16px;
    font-weight: 420;
}

.infoBox div {
    padding: 10px 0 0 50px;
}

.infoBox span {
    font-size: 13px;
}
