#weddingname {
}
#weddingname .ini-form {
    /* max-height: var(--max-height); */
    /* margin-bottom: 400px; */
}

#weddingname .ini-form-body {
    /* height: 100%; */
}
#weddingname .hall-name {
}

#weddingname .rec-wrapper {
    position: absolute;
    top: 119px;
    left: 26px;
    right: 26px;
    height: 400px;

    background-color: white;

    box-shadow: 0px 0px 30px #0000000D;
    padding: 13px;
    z-index: 1;
    overflow-y: auto;
}
#weddingname .rec-wrapper .rec-list {
    width: 100%;    
}
#weddingname .rec-wrapper .rec-list .no-list {
    color: #7B7B7B;
    font-size: 1.29rem;
    letter-spacing: -0.8px;
    text-align: center;
    margin-top: 10px;
}
#weddingname .rec-wrapper .rec-list li:last-child {
    border-bottom: 0px;
}
#weddingname .rec-wrapper .rec-list li {
    width: 100%;
    /* height: 55px; */    
    padding: 16.5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    border-bottom: 1px solid #e7e7e7;

    cursor: pointer;
}
#weddingname .rec-wrapper .rec-list li > .thumb {
    width: 28.33px;
    height: 28.33px;
    border-radius: 50%;
    overflow: hidden;
}
#weddingname .rec-wrapper .rec-list li > .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#weddingname .rec-wrapper .rec-list li > .name {
    margin-left: 11px;
    font-size: 1.55rem;
    letter-spacing: -0.96px;
    color: black;
}
#weddingname .rec-wrapper .rec-list li > .location {
    margin-left: auto;
    font-size: 1.55rem;
    letter-spacing: -0.96px;
    color: #7b7b7b;
}

#weddingname .hall-name input:disabled {
    background-color: #dedede;
}

#weddingname .selected-halls {
    width: 100%;
    margin-top: 9.66px;
}
#weddingname .selected-halls li {
    padding: 3.22px 0;
}
#weddingname .selected-halls li .item {
    position: relative;
    /* height: 41.2px; */
    padding: 9.8px 0;
    border-radius: 2.5px;
    background-color: black;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#weddingname .selected-halls li .item .name {
    margin-left: 12px;
    color: white;
    font-size: 1.55rem;
    letter-spacing: -0.96px;
}
#weddingname .selected-halls li .item .remove {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    /* margin-left: auto; */
    width: 35px;
    /* height: 100%; */

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#weddingname .selected-halls li .item .remove img {
    width: 9.5px;
}



/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {

}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
    #weddingname .ini-form-next {
        margin-top: 19px;
    }   
}
/* PC */
@media screen and (min-width: 1024px) {
    #weddingname .ini-form-next {
        margin-top: 19px;
    }      
}