.churchTotal {
    display: flex;    
    flex-wrap: row wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.total_section{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222222;
}
.total_section .total{
    font-size: 17px;
}
.total_section .total span{
    color: #E5002B;
}
.total_section .in_select{
    border: 1px solid #B3BACC;
    border-radius: 28px;
    width: 190px;
    height: 45px;
    padding: 0 25px;
    background: url(/assets/bsd01/image/common/icon_search_arrow_black.svg) right 15px center no-repeat;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {
    .total_section .in_select{
        width: 130px;
        height: 40px;
        font-size: 16px;
        padding: 0 15px;
    }
    .total_section .total{
        font-size: 15px;
    }
}

.church_view .no_info,
.church_list .no_info {
    color: #afbcc9;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.church_list .no_info {
    font-size: 16px;
}

.church_list {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;    
    gap: 15px;
}

.church_list .left_map {
    position: sticky;
    top: 80px;
    width: 820px;    
    border-radius: 15px;
    overflow: hidden;
}

.church_list .left_map .map {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.label_marker .title{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4889C0;
    box-shadow: 2px 3px 6px #0000000D;
    padding: 4px 10px;
    border-radius: 5px;
    transform: translateY(30px);
    margin-left: -3px;
}

.label_marker.active {
}

.label_marker.active .title {
    background-color: #007bff; 
    color: white;
}

.church_list .right_list {
    display: flex;
    width: calc(100% - 835px);
    min-width: 500px;
    flex-flow: column;
    gap: 30px;
}

.right_list .list_wrap {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 10px;
}

.right_list .list_wrap .church {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    background: #FFF;
    border: 1px solid #E1E8F9;
    border-radius: 15px;
    padding: 10px;
    gap: 22px;
    align-items: start;
}
.right_list .list_wrap .church.active{
    border: 1px solid #222222;
}

.right_list .list_wrap .church:hover {
    border-color: #222222;
}

.right_list .list_wrap .church .image {
    display: flex;
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 0.86667;    
    border-radius: 10px;
    overflow: hidden;    
    transition: 0.3s;
}

.right_list .list_wrap .church .image img {
    display: block;
    width: 100%;
    background: #eeeff6;
    object-fit: cover;
}

.right_list .list_wrap .church .info {
    position: relative;
    display: flex;
    flex-flow: column;
    width: calc(100% - 172px);
    gap: 5px;
}

.right_list .info-header {

}

.right_list .link {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    top: 0;
    right: 0;
    gap: 5px;
}

.right_list .link a {
    font-size: 14px;
    border-radius: 9px;
    border: 1px solid #222;
    background: #FFF;
    padding: 6px 11px;
    line-height: 1;
    color: #323137;
}

.right_list .link a.btn-home {
    border: 0px;
    background: #D5DBE9;
    color: #FFF;
    cursor: default;
}

.right_list .link a.btn-home.active {
    background: #004A9C;
    cursor: pointer;
}

.right_list .district {
    font-size: 16px;
    color: #222;
    margin-top: 10px;
    font-weight: 400;
} 
.right_list .district h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    padding-right: 170px;
}

.right_list .info-head h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.right_list .info-body {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 20px;
    margin-top: 7px;
} 



.right_list .info-body div {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 5px;
}

.right_list .info-body div > p {
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    letter-spacing: 0px;
    gap: 7px;
    align-items: center;    
}

.right_list .info-body div > p span.c_icon {
    border-radius: 5px;
    border: 1px solid #E1E8F9;
    width: 21px;
    aspect-ratio: 1 / 1;
}

.right_list .info-body div > p span.c_icon img {
    display: block;
    width: 100%;
}

.right_list .info-body div > p span.c_txt {
    width: calc(100% - 28px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}














/* church view start */
.church_view {
    position: relative;
    margin-top: -25px;
}
.church_view .deco_bg{
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,rgba(245, 247, 252, 1) 28%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 275px;
    left: 0;
    z-index: 0;
}
.church_view .layout_max{
    position: relative;
}
.church_view .top_info_zone{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.church_view .top_info_zone .swiper_wrap{
    width: 100%;
    max-width: 600px;
    position: sticky;
    top: 100px;
}
.church_view .top_info_zone .swiper{
    border-radius: 20px;
    box-shadow: 20px 20px 25px #00000033;
    overflow: hidden;
    aspect-ratio: 1 / 0.6666667;
    transition: 0.3s;
}
.church_view .top_info_zone .tool{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
.church_view .top_info_zone .tool .swiper_button_prev,
.church_view .top_info_zone .tool .swiper_button_next{
    width: 25px;
    height: 25px;
    border: 1px solid #C0C9DC;
    border-radius: 33px;

}
.church_view .top_info_zone .tool .swiper_button_prev img,
.church_view .top_info_zone .tool .swiper_button_next img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.church_view .top_info_zone .tool .swiper_pagination{
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    width: auto;
    display: flex;
    gap: 7px;
}
.church_view .top_info_zone .tool .swiper_pagination .swiper-pagination-current{
    color: #e5002b;
    font-weight: 500;
}
.church_view .top_info_zone .tool .swiper_pagination .swiper-pagination-total{

}
/* 
.church_view .top_info_zone .swiper-slide{
    height: 400px;
} */
.church_view .top_info_zone .swiper-slide .no_img{
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 20px;
}
.church_view .top_info_zone .swiper-slide .no_img img{
    width: 100%;
    height: 100%;
}
.church_view .top_info_zone .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.church_view .top_info_zone .right_zone{
    width: calc(100% - 600px);
    padding-left: 100px;
}
.church_view .top_info_zone .right_zone .title_zone{
    margin-top: 75px;
}
.church_view .top_info_zone .right_zone .sub_title{
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.church_view .top_info_zone .right_zone h5{
    font-size: 45px;
    font-weight: 700;
}
.church_view .top_info_zone .right_zone table{
    width: 100%;
    margin-top: 120px;
    border-top: 1px solid #222222;
}
.church_view .top_info_zone .right_zone table caption{
    display: none;
}
.church_view .top_info_zone .right_zone table tbody{

}
.church_view .top_info_zone .right_zone table tbody tr{
    font-size: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.church_view .top_info_zone .right_zone table tbody tr th{
    width: 170px;
    padding: 18px 20px;
    text-align: left;
    font-weight: 500;
    border-right: 1px solid #DEDEDE;
}
.church_view .top_info_zone .right_zone table tbody tr td{
    width: calc(100% - 170px);
    padding: 18px 20px;
}
.church_view .top_info_zone .right_zone .cont{
    font-size: 20px;
    margin-top: 60px;
    line-height: 1.4;
}
.church_view .top_info_zone .cc_sub_info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 30px;
}
.church_view .top_info_zone .cc_sub_info > div{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
}
.church_view .top_info_zone .cc_sub_info > div > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 13px;
}
.church_view .top_info_zone .cc_sub_info > div > span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.church_view .top_info_zone .cc_sub_info .tel span{
    background-color: #2A7DC2;
}
.church_view .top_info_zone .cc_sub_info .fax span{
    background-color: #2ABDC2;
}
.church_view .top_info_zone .cc_sub_info .email span{
    background-color: #004A9C;
}
.church_view .two{
    margin-top: 125px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.church_view .bottom_info_zone{
    display: flex;
}
.church_view .bottom_info_zone > div{
    padding-top: 45px;
    padding-bottom: 80px;
}
.church_view .bottom_info_zone > div.time{
    width: 650px;
    padding-right: 50px;
    border-right: 1px solid #222222;
}
.church_view .bottom_info_zone > div.time .cont{
    font-size: 20px;
}
.church_view .bottom_info_zone > div.time table{
    width: 100%;
    border-top: 1px solid #222;
}
.church_view .bottom_info_zone > div.time table tbody{

}
.church_view .bottom_info_zone > div.time table tbody tr{
    border-bottom: 1px solid #DEDEDE;
    font-size: 20px;
}
.church_view .bottom_info_zone > div.time table tbody tr.sunday th{
    color: #c21616;
}
.church_view .bottom_info_zone > div.time table tbody tr th{
    width: 110px;
    background-color: #F5F7FC;
    padding: 17px 20px;
    font-weight: 500;
}
.church_view .bottom_info_zone > div.time table tbody tr td{
    width: calc(100% - 110px);
    padding: 17px 20px;
    line-height: 1.3;
}
.church_view .bottom_info_zone > div.map{
    width: calc(100% - 650px);
    padding-left: 50px;
}
.church_view .bottom_info_zone > div.map #map{
    width: 100%;
    aspect-ratio: 700 / 488;
}
.church_view .bottom_info_zone > div > .title{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 30px;
}
.church_view .bottom_info_zone > div > .title .box{
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    background-color: #666666;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
.church_view .bottom_info_zone > div > .title .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.church_view .bottom_info_zone > div > .title h5{
    font-size: 30px;
    font-weight: 800;
}
.church_view .label_marker .title{
    transform: translateY(-8px);
}
.church_view .navi{
    padding-top: 60px;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
}
div.basic_bottom{
    padding-bottom: 150px;
}
@media (max-width: 1400px) {
    .church_view .top_info_zone .swiper_wrap{
        max-width: 450px;
    }
    .church_view .top_info_zone .swiper{
        /* width: 450px; */
    }
    .church_view .top_info_zone .right_zone{
        width: calc(100% - 450px);
        padding-left: 75px;
    }
    .church_view .top_info_zone .right_zone h5{
        font-size: 35px;
    }
    .church_view .top_info_zone .right_zone .sub_title{
        font-size: 22px;
    }
    .church_view .top_info_zone .cc_sub_info > div{
        font-size: 18px;
    }
    .church_view .deco_bg{
        top: 240px;
    }
    .church_view .top_info_zone .right_zone table{
        margin-top: 80px;
    }
    .church_view .top_info_zone .right_zone table tbody tr{
        font-size: 17px;
    }
    .church_view .two{
        margin-top: 90px;
    }
    .church_view .bottom_info_zone > div > .title h5{
        font-size: 25px;
    }
    .church_view .bottom_info_zone > div.time{
        width: 50%;
    }
    .church_view .bottom_info_zone > div.map{
        width: 50%;
        padding-left: 30px;
    }
    .church_view .bottom_info_zone > div.time{
        padding-right: 30px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr{
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .church_view .top_info_zone .right_zone{
        padding-left: 40px;
    }
}
@media (max-width: 1130px) {
    .church_list {
        flex-flow: column;
    }

    .church_list .left_map {
        position: relative;
        top: auto;
        width: 100%;
    }

    .church_list .left_map .map {
        aspect-ratio: 1 / 0.5;
    }

    .church_list .right_list {
        width: 100%;
    }

    .right_list .list_wrap {
        flex-flow: row wrap;
    }

    .right_list .list_wrap .church {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1024px) {
    .church_list .left_map .map {
        aspect-ratio: 1 / 0.65;
    }
    .right_list .list_wrap .church {
        width: 100%;
    }

    .church_view {
        margin-top: 0px;
    }

    .church_view .top_info_zone .swiper_wrap {
        position: relative;
        top: auto;
    }

    .church_view .top_info_zone .right_zone h5{
        font-size: 30px;
    }
    .church_view .top_info_zone{
        flex-direction: column;
        align-items: center;
    }
    .church_view .top_info_zone .right_zone{
        width: 100%;
        padding-left: 0;
    }
    .church_view .top_info_zone .right_zone .title_zone {
        margin-top: 40px;
        text-align: center;
    }
    .church_view .top_info_zone .cc_sub_info {
        margin-top: 20px;
        justify-content: center;
    }

    .church_view .top_info_zone .right_zone table {
        margin-top: 40px;
    }

    .church_view .two {
        margin-top: 50px;
        border: 0px;
    }

    .church_view .bottom_info_zone{
        flex-direction: column;
    }
    .church_view .bottom_info_zone > div.time{
        width: 100%;
        border-right: 0px;
        padding: 0px;
    }
    .church_view .bottom_info_zone > div.map{
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        border-left: 0;
    }
    .church_view .bottom_info_zone > div.map #map {
        aspect-ratio: 700 / 380;
    }

    div.basic_bottom {
        padding-bottom: 100px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .church_view {
        margin-top: 0px;
    }
    .church_view .layout_max.one{
        margin-top: 35px;
    }
    .church_view .top_info_zone .swiper_wrap{
        max-width: 65%;
        width: 100%;
    }
    .church_view .top_info_zone .swiper{
        /* max-width: 65%; */
    }
    .church_view .top_info_zone .swiper-slide{
        height: auto;
    }
    .church_view .top_info_zone .right_zone h5{
        font-size: 26px;
    }
    .church_view .top_info_zone .right_zone .title_zone{
        margin-top: 45px;
    }
    .church_view .top_info_zone .right_zone .sub_title{
        font-size: 18px;
    }
    .church_view .deco_bg{
        top: 20vh;
    }
    .church_view .top_info_zone .cc_sub_info{
        gap: 7px 15px;
    }
    .church_view .top_info_zone .cc_sub_info > div{
        font-size: 15px;
        gap: 5px;
    }
    .church_view .top_info_zone .cc_sub_info > div > span{
        width: 25px;
        height: 25px;
        min-width: 25px;
        border-radius: 7px;
    }
    .church_view .top_info_zone .cc_sub_info > div > span img{
        padding: 6px;
    }
    .church_view .top_info_zone .right_zone table{
        margin-top: 35px;
    }
    .church_view .top_info_zone .right_zone table tbody tr {
        font-size: 15px;
    }
    .church_view .top_info_zone .right_zone table tbody tr th{
        width: calc(100px);
        padding: 15px 13px;
    }
    .church_view .top_info_zone .right_zone table tbody tr td{
        padding: 15px 13px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr{
        font-size: 15px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr th{
        width: calc(100px);
        padding: 15px 13px;
    }
    .church_view .bottom_info_zone > div.time table tbody tr td{
        padding: 15px 13px;
    }
    .church_view .two{
        margin-top: 35px;
    }
    .church_view .bottom_info_zone > div{
        padding-right: 0;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .church_view .bottom_info_zone > div.time{
        padding-right: 0;
        border-right: 0;
    }
    .church_view .bottom_info_zone > div > .title{
        gap: 7px;
        margin-bottom: 15px;
    }
    .church_view .bottom_info_zone > div > .title .box{
        width: 35px;
        height: 35px;
    }
    div.basic_bottom{
        padding-bottom: 75px;
    }
    .church_view .bottom_info_zone > div > .title h5{
        font-size: 21px;
    }
    .church_view .top_info_zone .right_zone .cont{
        font-size: 15px;
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .church_list .right_list {
        min-width: auto;
    }

    .right_list .link a {
        border-radius: 6px;
        padding: 4px 8px;
    }

    .right_list .list_wrap .church .info {
        width: calc(100% - 142px);
    }

    .right_list .list_wrap .church .image {
        max-width: 120px;
    }

    .right_list .info-header {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .right_list .district h4{
        padding-right: 135px;
    }

    .right_list .district {
        font-size: 15px;        
    }

    .right_list .info-head h4 {
        font-size: 20px;
    }

    .right_list .info-body {
        gap: 12px;
    }

    .right_list .info-body div {
        gap: 3px;
    }

    .right_list .info-body div > p {
        font-size: 17px;
    }

    .church_view .deco_bg {
        top: 15vh;
    }

    .church_view .top_info_zone .swiper {
        border-radius: 15px;
        box-shadow: 15px 15px 20px #00000033;        
    }

    .church_view .top_info_zone .swiper_wrap {
        max-width: 95%;
    }

    .church_view .top_info_zone .tool {
        margin-top: 20px;
    }

    .church_view .top_info_zone .right_zone .title_zone {
        margin-top: 35px;
    }
}

@media (max-width: 500px) {
    .right_list .info-header {
        display: flex;
        align-items: start;
        flex-flow: column;
    }

    .right_list .link {
        position: relative;
        margin: 10px 0 5px;
    }

    .right_list .district {
        margin-top: 0px;
    }

    .right_list .district > p{
        display: none;
    }
    .right_list .list_wrap .church {
        gap: 15px;
    }

    .right_list .list_wrap .church .image {
        max-width: 90px;
    }

    .right_list .list_wrap .church .info {
        width: calc(100% - 105px);
    }

    .right_list .district h4 {
        font-size: 18px;
        margin-top: 8px;
        padding-right: 0;
    }

    .right_list .info-body div > p span.c_txt {
        font-size: 16px;
    }
/*     
    .church_list .left_map .map {
        aspect-ratio: 1 / 1;
    }



    .right_list .list_wrap .church {
        gap: 15px;
        flex-flow: column;
        align-items: center;
    }

    .right_list .list_wrap .church .info {
        width: 100%;
    }

    .right_list .list_wrap .church .image {
        max-width: 100%;
    }

    .right_list .link a {
        font-size: 13px;
        border-radius: 7px;
        padding: 4px 8px;
    } */

}
/* church view end */




