#favorite-box-child {
    top: 147px;
    width: 264px;
    z-index: 99;
    background-color: #fff;
    border-radius: 8px;
}
.search-condition-box#favorite-box-parent {
    margin-bottom: 12px;
    height: auto;
}
.search-favorite-box h3,
.search-favorite-box .count-div {
    display: flex;
}

.search-favorite-box .count-div {
    justify-content: space-between;
}

.search-favorite-box .search-favorite-img {
    margin-right: 5px;
}

.search-favorite-box .favorite-close {
    left: 40%;
    top: -5px;
}

.search-favorite-box .round_btn {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1C7E67;
    cursor: pointer;
}
.search-favorite-box .round_btn::before,
.search-favorite-box .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #fff;
}

.search-favorite-box .round_btn::before {
transform: translate(-50%,-50%) rotate(45deg);
}

.search-favorite-box .round_btn::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

.search-favorite-box .deleteBt {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E2F0EF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C7E67;
    cursor: pointer;
}

.search-favorite-box .search-favorite-text {
    padding: 8px 16px 0px;
}

.search-favorite-box .search-favorite-title {
    padding-left: 8px;
    margin-top: 8px;
    margin-left: 16px;
    border-left: 4px #0E5645 solid;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #0E5645;
    font-weight: 700;
    margin-bottom: 12px;
}

.search-favorite-box .search-favorite-count {
    margin-right: 16px;
}

.search-favorite-box .search-favorite-count span {
    color: #F66700;
    font-size: 24px;
    font-weight: bold;
}

.search-favorite-box .favoriteMyList {
    max-height: 200px;
    overflow-y: scroll;
}

.search-favorite-box .favoriteMyList dt a  {
    color: #0E5645;
    text-decoration-line: underline;
}

.search-favorite-box .favoriteMyList li {
    display: flex;
    padding: 8px 16px;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}

.search-favorite-box .favoriteMyList dl {
    max-width: 85%;
}

.search-favorite-box .favoriteMyList {
    border-top: 1px #999999 dashed;
    border-bottom: 1px #999999 dashed;
}

.search-favorite-box .favoriteMyList li:not(:first-of-type) {
    border-top: 1px #999999 dashed;
}

.search-favorite-box .favoriteMyList dd {
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}

.search-favorite-box #search-favorite-btn {
    float: right;
    margin: 8px 16px 16px 0px;
}

.search-favorite-box .other-conditions a {
    color: #1c7e67;
    font-weight: 500;
}
