.surgeryListWrap .surgeryList .listBox {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    /* margin-right: 30px; */
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 20px;
    background-color: #efe1e461;;
    border: none;
}

.surgeryListWrap .surgeryList .listBox .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-family: 'PretendardB';
    gap: 10px;
    padding-bottom: 0px;
}
.surgeryListWrap .surgeryList .listBox .title .flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.surgeryListWrap .surgeryList .listBox .title .flex .name {
    display: flex
;
    flex-shrink: 0;
}

.surgeryListWrap .surgeryList .listBox .title .flex .text {
    font-size: 14px;
    font-family: 'PretendardR';
    color: #777;
}

.surgeryListWrap .surgeryList .listBox .title .info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 95px;
    height: 39px;
    background-color: #FF7F9A;
    cursor: pointer;
    min-width: 90px;
}
.branch-yeonsinnae.surgeryListWrap .surgeryList .listBox {
    background-color: #e3f4f98c;
}
.surgeryListWrap .surgeryList .listBox .title .info a {
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-family: 'PretendardB';
}

.surgeryListWrap .surgeryList .listBox .title .info a img {
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .header .mainMenu > ul > li > a {  width: 100px; }
    .header .fullMenuWrap .fullMenu { margin-left: 20px;}
}
@media (max-width: 768px) {
    .surgeryListWrap .surgeryList .listBox .title { font-size: 18px; }
    .surgeryListWrap .surgeryList .listBox .title .info a{ font-size: 13px;}
    .surgeryListWrap .surgeryList .listBox .title .flex .text {
        font-size: 12px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .surgeryListWrap .surgeryList .listBox .title .flex { gap: 0px;}
    .surgeryListWrap .surgeryList .listBox .title .info {
        height: 35px;
        max-width: 90px;
    }
}