.adv {
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    position: absolute;
    background-color: #F0F0F0;
    color: #ACACAC;
    border-radius: 3px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.adv:hover {
    background-color: #e7e7e7;
}

.position-RD {
    right: 20px;
    bottom: 20px;
}

.position-RD12 {
    right: 12px;
    bottom: 12px;
}

.position-RD10 {
    right: 6px;
    bottom: 6px;
}

.position-TL {
    top: 20px;
    left: 20px;
}

.position-TL1 {
    top: 10px !important;
    left: 10px !important;
}

.position-STL1 {
    top: -17px !important;
    left: 0px !important;
}

.position-TL-mobile {
    top: 12px;
    left: 12px;
}

.position-TR {
    top: 10px;
    right: 10px;
}

.position-TR20 {
    top: 5px;
    right: 20px;
}

.position-TR10 {
    top: 6px;
    right: 6px;
}

.adv-wrapper {
    position: relative;
    display: block;
    z-index: 9999;

}

.searchnotice {
    margin-top: 5px;
    font-weight: 600;
    color: #999999;
    font-size: 8px;
}

@media (max-width: 767px) {
    .searchnotice {
        top: 38px;
    }
    .position-STL1 {
        top: -12px !important;
        left: 0px !important;
    }
    .block-search-list-result__name{
        margin-top:5px;
    }
}

.adv-label {
    width: 277px;
    height: 154px;
    display: flex;
    align-items: center;
    padding: 5px 10px 9px 15px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px #0000001F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}

.adv-inner > div {
    padding-top: 10px;
}

.adv-inner a {
    color: #038057;
}

.erid p {
    display: inline-block;
}

.erid-copy {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    line-height: 11px;
    padding-top: 2px;
}

.erid svg {
    cursor: pointer;
    margin-left: 10px;
}

.erid {
    cursor: pointer;
}

.adv-portal {
    position: absolute;
    z-index: 90000000;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .adv-portal {
        left: -25px;
    }
}
.exitAdvMobile {
    position: absolute;
    top: 24px;
    right: 14px;
}

.notic_line {
    font-size: 11px;
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #7A7A7A;
    margin-top: 10px;
    text-align: left;
}

.notic_card {
    display: inline-block;
    font-size: 11px;
    color: #7A7A7A;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
}

@media (max-width: 768px) {
    .notic_card {
        margin-top: 12px;
    }
}

