﻿.input_form {
    margin-top: 3px;
    display: none;
    position: relative !important;
}

.input_form.input_form--search input {
    padding-right: 35.821%;
}

.btn_blue {
    background-color: #43b4e6;
}

.input_address {
    width: 90%;
    background-color: #f8f8f8;
    border: 0;
    height: 40px;
    color: #05060a;
    padding-left: 20px;
    border-radius: 0px !important;
    box-sizing: border-box;
    margin-right: 10px; /* 버튼과 input 사이 간격 */
    display: block !important; /* 항상 보여지게 하기 위해 추가 */
}

.current {
    flex-grow: 1;
    margin-right: 10px; /* 버튼과 input 사이 간격 */
}

.input_address_search {
    /* input 검색 버튼 */
    height: 100%;
    font-family: 'Noto Sans CJK KR';
    font-style: bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    align-content: center;
    /* or 125% */

    color: #00B2FF;
    cursor: pointer;
}

.location_area {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.btn {
    margin-top: 3px;
}

.XGHsbd {
    border-color: rgb(218,220,224);
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px 0px 5px 8px;
}

    .XGHsbd:not(:disabled) {
        border-color: rgb(218,220,224);
    }

/*지역 검색 필터*/
.new_select_box {
    box-sizing: border-box;
    position: relative;
    width: 76px;
    height: 36px;
    padding: 0 30px 0 9px; /* 오른쪽 여백을 주어 화살표가 겹치지 않게 합니다 */
    border: 0.5px solid #C5C6CC;
    border-radius: 12px;
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #1F2024;
    background: url("/assets/images/arrow_down.png") no-repeat right 10px center;
    background-size: 10px; /* 화살표 크기 조절 */
    appearance: none; /* 기본 브라우저 스타일 제거 */
}

    .new_select_box::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 57px;
        top: 13px;
        background: #006FFD;
        transform: rotate(90deg);
    }

    .new_select_box option {
        background: white;
    }

.search_utils .filter_area {
    margin-top: 12px;
}

    .search_utils .filter_area .new_select_box {
        height: 34px;
        font-size: 13px;
        color: #333;
    }

        .search_utils .filter_area .new_select_box:not(.sort) {
            width: 82px;
            text-overflow: ellipsis;
            padding: 0 17px 0 9px;
            background-position-x: calc(100% - 7px);
            border: 1px solid #ddd;
            border-radius: 12px;
        }

        .search_utils .filter_area .new_select_box.sort {
            float: right;
            width: 60px;
            background-position-x: 100%;
        }

.filter_area {
    display: flex;
    align-items: center; /* 셀렉트 박스와 버튼이 같은 줄에 오도록 */
}

    .filter_area .new_select_box {
        width: 150px; /* 각 셀렉트 박스의 너비 고정 */
        margin-right: 5px; /* 셀렉트 박스 간 간격 */
    }

.btn-home {
    width: 64px;
    height: 36px;
    background-color: #41B5E7 !important; /* 배경 색상 */
    background-image: url("/assets/images/House.png"); /* 이미지 URL */
    background-repeat: no-repeat; /* 이미지 반복 제거 */
    background-position: left 12px center; /* 이미지 위치 */
    background-size: 15px 15px; /* 이미지 크기 설정 */
    margin-left: auto; /* 버튼을 우측 끝으로 밀기 */
    padding: 8px 12px 8px 26px; /* 패딩 조정: 왼쪽 패딩을 더 크게 */
    box-shadow: inset 0px -1px 0px #B5B5B5, inset -1px 0px 0px #E3E3E3, inset 1px 0px 0px #E3E3E3, inset 0px 1px 0px #E3E3E3;
    border-radius: 12px;
    align-content: center;
    font-family: 'Noto Sans CJK KR'; /* 폰트 패밀리 */
    font-style: normal; /* 폰트 스타일 */
    font-weight: 500; /* 폰트 두께 */
    font-size: 14px; /* 폰트 크기 */
    line-height: 20px; /* 텍스트 높이를 버튼 높이에 맞춤 */
    color: #FFFFFF; /* 텍스트 색상 */
    background-color: transparent; /* 배경 투명화 */
    border: none; /* 버튼의 테두리 제거 */
    cursor: pointer; /* 마우스를 올렸을 때 커서 모양 변경 */
    text-align: center;
}

.churchName_area {
    width: 100%;
    height: 24px;
    font-family: 'Noto Sans CJK KR', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.groupName_area {
    width: 100%;
    height: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #71727A;
}

.infoRow {
    display: flex;
    align-items: center;
}

.pastorName_area {
    width: 100%;
    height: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #71727A;
}

.map_araa {
    width: 35%;
    height: 14px;
    font-family: 'Noto Sans CJK KR', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.05em;
    color: #00577C;
    background: url("/assets/images/map.png") no-repeat left center;
    background-size: 12px 12px; /* 이미지 크기 설정 */
    text-align: end;
    right: 7px;
}

.churchAddress_area {
    width: 140%;
    height: 14px;
    font-family: 'Noto Sans CJK KR', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #000000;
}
