/** @format */

.church-container {
    display: block;
    position: absolute;
    top: 10%;
    width: 100%;
    padding: 7px 0 0 0;
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: 4px;
    padding: 10px;
}

.church-container .close-btn {
    position: absolute;
    right: -14px;
    top: -15px;
    border-radius: 50px;
    font-size: 2em;
    padding: 7px;
    background-color: transparent;
    cursor: pointer;
}

.church-header {
    display: flex;
    margin: 7px 0 7px 0;
}

.church-header .input-nm {
    flex: 1;
    height: 46px;
    font-size: 18px;
    font-family: dotum, '돋움', sans-serif;
    line-height: 22px;
    width: 100%;
}

.church-header input {
    width: 100%;
}
.church-header input:focus {
    outline: none;
    color: #000;
}

.church-header .search-btn {
    padding: 7px;
    margin-right: 5px;
    font-size: 2em;
    background-color: transparent;
    color: #777;
}

.church-main {
    height: 300px;
    overflow-y: scroll;
}

.church-main .church-list {
    padding: 10px;
    background-color: #eee;
}

.church-main .search-info {
    background-color: #fff;
    padding: 0 5px 0 0;
    line-height: 23px;
}

.church-main .church-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;

    cursor: pointer;
}

.church-main .church-info:hover {
    background-color: #f7f7f7;
}

.church-main .church-info .church-name {
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 5px;
}

.church-main .church-info .church-addr {
    flex: 1;
    font-size: 0.9rem;
    color: #333;
    /* width: 375px; */
    min-width: 220px;
}
