@media (min-width: 1200px) {
    #tb_view{display: none}
    #mo_view{display: none}
}

@media (max-width: 1200px) and (min-width: 768px) {
    #pc_view{display: none}
    #mo_view{display: none}
}

@media (max-width: 768px) {
    #pc_view{display: none}
    #tb_view{display: none}
}

@media (min-width: 1200px) and (hover: none) and (not (pointer: fine)) {
    .head_menu_mobile#tb_view{
        display: block;
    }
    .head_menu#pc_view{
        display: none;
    }
}

/* 메인페이지 */

.container{
    max-width: 1180px;
    margin: 0 auto;
}

.hagil_invite{
    margin: 60px 0 0;
}

.hagil_invite img{
    width: 100%;
    height: auto;
}

.hagil_invite_pagination{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.hagil_invite_pagination > .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0 !important;
    background-color: #dcdcdc;
    opacity: 1;
}

.hagil_invite_pagination > .swiper-pagination-bullet-active{
    background-color: #f08327;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hagil_invite{
        margin: 50px 0 0;
    }
}

@media (max-width: 768px) {
    .hagil_invite{
        width: 100%;
        margin: 30px 0 0;
    }

    .hagil_invite_pagination{
        margin-top: 12px;
    }
}

.hagil_social{
    margin-top: 80px;
}

.hagil_social > .hagil_social_content{
    display: flex;
    justify-content: space-between;
}

.hagil_social > .hagil_social_content:last-child{
     margin-top: 10px;
}

.hagil_social .social_link{
    width: 380px;
    height: 60px;
    padding: 18px 24px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hagil_social .social_link .icon_on{
    width: 55px;
    height: 24px;
    border-radius: 50px;
    background-color: #f08327;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-left: 8px;
}

.hagil_social .social_link .icon_off{
    width: 55px;
    height: 24px;
    border-radius: 50px;
    background-color: #d2d2d2;
    font-size: 14px;
    font-weight: 600;
    color: #4d518f;
    display: flex;
    justify-content: center;
    margin-left: 8px;
}

.hagil_social .social_link div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hagil_social .social_link div img{
    margin-right: 8px;
    width: 36px;
}

#icon_live{
    width: 42px;
}

#icon_space{
    width: 26px;
    margin-top: 5px;
}

#icon_helper{
    width: 33px;
    margin-bottom: 5px;
}

.hagil_board_list{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.board_container{
    width: 380px;
}

.board_container > .board_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.board_container > .board_title > span{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.board_container > .board_title > .more{
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    display: flex;
    align-items: center;
}

.board_container > .board_title > .more > img{
    margin-left: 4px;
}

.board_container > .board_content{
    height: 215px;
    /*border-radius: 8px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("https://hagil2022.cafe24.com/img/hagil/mo_mov_thumb.png") no-repeat center center;
    background-size: 100% 100%;
    /*border: solid 3px #dcdcdc;*/
}

.board_container > .board_content > .board_content_top > .board_link{
    font-size: 24px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
}

.board_container > .board_content > .board_content_top > .board_link:hover{
    text-decoration: underline;
    color: #f08327;
}

.board_container > .board_content > .board_content_top > .board_link > .new_icon{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #f08327;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.board_container > .board_content > .board_content_top > .paragraph{
    font-size: 14.5px;
    color: #777;
}

.board_container > .board_content > .board_content_bottom{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.board_container > .board_content > .board_content_bottom > .date{
    font-size: 14.5px;
    color: #989898;
}

.hagil_gallery{
    margin-top: 80px;
}

.hagil_gallery .gallery_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.hagil_gallery > .gallery_title > span{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.hagil_gallery > .gallery_title > .more{
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    display: flex;
    align-items: center;
}

.hagil_gallery > .gallery_title > .more > img{
    margin-left: 4px;
}

.hagil_gallery > .gallery_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
}

.hagil_gallery > .gallery_content > .gallery_container{
    width: 216px;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_img{
    width: 100%;
    height: 121px;
    margin-bottom: 22px;
    position: relative;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_img > a > img{
    width: 100%;
    height: 100%;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_img > a > .new_icon{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #f08327;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_content_title > div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_content_title{
    font-size: 20px;
    color: #444;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_content_title:hover{
    text-decoration: underline;
    color: #f08327;
}

.hagil_gallery > .gallery_content > .gallery_container > .gallery_date{
    margin-top: 18px;
    font-size: 14.5px;
    color: #959595;
}

.hagil-main__map {
    margin-top: 70px;
}

#daumRoughmapContainer1666588427745 {
    width: 100%;
    height: 350px;
}

#daumRoughmapContainer1666588427745 .wrap_map {
    height: 100%;
}

.hagil_info{
    margin: 80px 0 130px;
    display: grid;
    grid-template-columns: 380px 780px;
    grid-column-gap: 20px;
}

.hagil_info .time_title, .hagil_info .offering_title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.hagil_info > .time_container > .time_content{
    height: 300px;
    border: solid 4px #e8d7c7;
    padding: 34px 28px 30px;
    background: url("https://hagil2022.cafe24.com/img/hagil/img_prayer.png?v=20250109") no-repeat right bottom;
    background-color: #f7f0e6;
    background-size: 295px auto;
}

.hagil_info > .time_container > .time_content > .time_explanation_wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    max-width: 210px;
}

.hagil_info > .time_container > .time_content .time_explanation_title{
    font-size: 28px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hagil_info > .time_container > .time_content .time_explanation_title--prayer{
    margin-top: 26px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.hagil_info > .time_container > .time_content .time_schedule_row{
    display: grid;
    grid-template-columns: 112px max-content;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
}

.hagil_info > .time_container > .time_content .time_explanation_content{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
}

.hagil_info > .time_container > .time_content .time_explanation_date{
    font-size: 18px;
    font-weight: bold;
    color: #f08327;
    line-height: 1.3;
    white-space: nowrap;
    margin-bottom: 0;
}

.hagil_info > .time_container > .time_content .time_schedule_row--single{
    display: block;
}

.hagil_info > .offering_container > .offering_content{
    height: 300px;
    border: solid 4px #dcd8d1;
    background-color: #fcf9f0;
    padding: 26px 30px;
}

.hagil_info > .offering_container > .offering_content > .offering_explanation_title{
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
}

.hagil_info > .offering_container > .offering_content > .offering_explanation_title > span{
    font-size: 20px;
    color: #777;
    margin-left: 10px;
}

.hagil_info > .offering_container > .offering_content > .offering_explanation_content{
    font-size: 24px;
    font-weight: 500;
    color: #f08327;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box {
    margin-top: -20px;
}

.hagil_info > .offering_container > .offering_content > .offering_explanation_content > .bank_info > span{
    font-size: 20px;
    font-weight: 300;
    color: #666;
}

.hagil_info > .offering_container > .offering_content > .dashed_line{
    border: 1px solid #d2c0a6;
    border-style: dashed;
    margin: 10px 0;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .container{
        max-width: 768px;
    }

    .hagil_social{
        margin-top: 60px;
    }

    .hagil_social > .hagil_social_content:last-child{
        margin-top: 16px;
    }

    .hagil_social .social_link{
        width: 240px;
        height: 60px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

    .hagil_social .social_link .icon_on{
        width: 55px;
        height: 24px;
        font-size: 14px;
        margin-left: 4px;
    }

    .hagil_social .social_link .icon_off{
        width: 55px;
        height: 24px;
        font-size: 14px;
        margin-left: 4px;
    }

    .hagil_board_list{
        margin-top: 40px;
    }

    .board_container{
        width: 240px;
    }

    .board_container > .board_title > span{
        font-size: 18px;
    }

    .board_container > .board_title > .more{
        font-size: 12px;
    }

    .board_container > .board_title > .more > img{
        width: 12px;
        height: 12px;
    }

    .board_container > .board_content{
        height: 140px;
    }

    .board_container > .board_content > .board_content_top > .board_link{
        font-size: 16px;
        font-weight: 500;
    }

    .board_container > .board_content > .board_content_top > .board_link > .new_icon{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .board_container > .board_content > .board_content_top > .paragraph{
        font-size: 12px;
        font-weight: 300;
    }

    .board_container > .board_content > .board_content_bottom > .date{
        font-size: 12px;
    }

    .board_container > .board_content > .board_content_bottom > a > img{
        width: 32px;
        height: 32px;
    }

    .hagil_gallery{
        margin-top: 60px;
    }

    .hagil_gallery > .gallery_title > span{
        font-size: 18px;
    }

    .hagil_gallery > .gallery_title > .more{
        font-size: 12px;
    }

    .hagil_gallery > .gallery_title > .more > img{
        width: 12px;
        height: 12px;
    }

    .hagil_gallery > .gallery_content{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 24px;
    }

    .hagil_gallery > .gallery_content > .gallery_container{
        width: 174px;
    }

    .hagil_gallery > .gallery_content > .gallery_container:nth-child(5){
        display: none;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_img{
        height: 97px;
        margin-bottom: 16px;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_img > a > .new_icon{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_content_title{
        font-size: 16px;
        line-height: 1.25;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_date{
        font-size: 12px;
    }

    .hagil-main__map {
        margin-top: 60px;
    }

    .hagil_info{
        margin: 60px 0;
        display: grid;
        grid-template-columns: 240px 504px;
        grid-gap: 24px;
    }

    .hagil_info .time_title, .hagil_info .offering_title{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .hagil_info > .time_container > .time_content{
        height: 222px;
        padding: 28px 22px 20px;
        background-position: right bottom;
        background-size: 130px auto;
    }

    .hagil_info > .time_container > .time_content .time_explanation_wrapper{
        row-gap: 6px;
        max-width: 144px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_title{
        font-size: 18px;
        margin-bottom: 14px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_title--prayer{
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .hagil_info > .time_container > .time_content .time_schedule_row{
        grid-template-columns: 82px max-content;
        column-gap: 12px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_content{
        font-size: 12px;
        font-weight: bold;
    }

    .hagil_info > .time_container > .time_content .time_explanation_date{
        font-size: 13px;
    }

    .hagil_info > .offering_container > .offering_content{
        height: 222px;
        padding: 22px 30px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_title{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_title > span{
        font-size: 12px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content{
        font-size: 20px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .bank_info > span{
        font-size: 16px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box {
        margin-top: 0;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box > img{
        width: 96px;
        height: 23px;
        margin-top: -25px;
    }

    .hagil_info > .offering_container > .offering_content > .dashed_line{
        margin: 7px 0;
    }
}

@media (max-width: 768px) {
    .container{
        max-width: 100%;
        padding: 0 20px;
    }

    .hagil_social{
        margin-top: 30px;
    }

    .hagil_social > .hagil_social_content{
        display: flex;
        flex-direction: column;
    }

    .hagil_social .social_link{
        width: 100%;
        height: 50px;
        font-size: 16px;
    }

    .hagil_social .social_link:not(:last-child){
        margin-bottom: 10px;
    }

    /*.hagil_social .social_link .icon_on{*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    font-size: 10px;*/
    /*}*/

    /*.hagil_social .social_link .icon_off{*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    font-size: 10px;*/
    /*}*/

    #icon_space{
        width: 20px;
    }

    #icon_helper{
        width: 25px;
    }

    .hagil_board_list{
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .board_container{
        width: 100%;
    }

    .board_container:not(:last-child){
        margin-bottom: 30px;
    }

    .board_container > .board_title{
        margin-bottom: 8px;
    }

    .board_container > .board_title > span{
        font-size: 16px;
    }

    .board_container > .board_title > .more{
        font-size: 14px;
    }

    .board_container > .board_title > .more > img{
        width: 12px;
        height: 12px;
    }

    .board_container > .board_content > .board_content_top > .board_link{
        font-size: 16.5px;
    }

    .board_container > .board_content > .board_content_top > .board_link > .new_icon{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .board_container > .board_content > .board_content_top > .paragraph{
        margin-top: 6px;
    }

    .board_container > .board_content > .board_content_bottom > .date{
        font-size: 12px;
    }

    .board_container > .board_content > .board_content_bottom > a > img{
        width: 40px;
        height: 40px;
    }

    .hagil_gallery{
        margin-top: 30px;
    }

    .hagil_gallery .gallery_title{
        margin-bottom: 8px;
    }

    .hagil_gallery > .gallery_title > span{
        font-size: 16px;
    }

    .hagil_gallery > .gallery_title > .more{
        font-size: 14px;
    }

    .hagil_gallery > .gallery_title > .more > img{
        width: 12px;
        height: 12px;
    }

    .hagil_gallery > .gallery_content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 8px;
    }

    .hagil_gallery > .gallery_content > .gallery_container:nth-child(3), .hagil_gallery > .gallery_content > .gallery_container:nth-child(4), .hagil_gallery > .gallery_content > .gallery_container:nth-child(5){
        display: none;
    }

    .hagil_gallery > .gallery_content > .gallery_container{
        width: 100%;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_img{
        width: 100%;
        height: 58%;
        margin-bottom: 16px;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_content_title{
        font-size: 14px;
        margin-bottom: 18px;
    }

    .hagil_gallery > .gallery_content > .gallery_container > .gallery_date{
        font-size: 12px;
    }

    .hagil-main__map {
        margin-top: 30px;
    }

    #daumRoughmapContainer1666588427745 {
        height: 440px;
    }

    .hagil_info{
        margin: 30px 0 60px;
        display: flex;
        flex-direction: column;
    }

    .hagil_info .time_title, .hagil_info .offering_title{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .hagil_info > .time_container{
        margin-bottom: 30px;
    }

    .hagil_info > .time_container > .time_content{
        min-height: 220px;
        height: auto;
        padding: 24px 18px;
        background-position: right bottom;
        background-size: 215px auto;
    }

    .hagil_info > .time_container > .time_content .time_explanation_title{
        font-size: 16px;
        margin-bottom: 14px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_title--prayer{
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_wrapper{
        row-gap: 6px;
        max-width: calc(100% - 118px);
    }

    .hagil_info > .time_container > .time_content .time_schedule_row{
        grid-template-columns: 92px max-content;
        column-gap: 10px;
    }

    .hagil_info > .time_container > .time_content .time_explanation_content{
        font-size: 12px;
        font-weight: bold;
    }

    .hagil_info > .time_container > .time_content .time_explanation_date{
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .hagil_info > .offering_container > .offering_content{
        height: auto;
        padding: 26px 22px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_title{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_title > span{
        font-size: 14px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content{
        font-size: 24px;
        display: grid;
        justify-content: unset;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .bank_info{
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .bank_info > span{
        font-size: 16px;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box{
        float: right;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box{
        display: flex;
        justify-content: flex-end;
    }

    .hagil_info > .offering_container > .offering_content > .offering_explanation_content > .img_box > img{
        width: 88px;
        height: 20px;
    }

    .hagil_info > .offering_container > .offering_content > .dashed_line{
        margin: 25px 0;
    }
}

/* 서브페이지 */

.page_container{
    width: 1180px;
    margin: 60px auto 160px auto;
}

.page_container_title{
    margin-bottom: 62px;
}

.page_container_title > div{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 28px;
    border-bottom: 3px solid #dcd8d1;
}

@media (max-width: 1200px) and (min-width: 768px){
    .page_container{
        width: 768px;
        margin: 60px auto 160px auto;
    }
}

@media (max-width: 768px){
    .page_container{
        width: 100%;
        margin: 36px auto 80px auto;
        padding: 0 20px;
    }

    .page_container_title{
        margin-bottom: 28px;
    }

    .page_container_title > div{
        font-size: 20px;
        padding-bottom: 12px;
    }

    .board_container > .board_content {
        /*max-width: 320px;*/
        height: 51vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.hagil_church_container{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.hagil_church_container > img{
    height: 520px;
}

.hagil_church_container > .content{
    width: 520px;
}

.hagil_church_container > .content > div:not(:first-child){
    margin-top: 28px;
}

.hagil_church_container > .content .normal{
    font-size: 16px;
    color: #686467;
    line-height: 1.75;
}

.hagil_church_container > .content .marking_01{
    font-size: 36px;
    color: #f08327;
    line-height: 1.33;
}

.hagil_church_container > .content .marking_01 > span{
    font-weight: bold;
}

.hagil_church_container > .content .marking_02{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}

.hagil_church_container > .content .marking_03{
    font-weight: bold;
    color: #f08327;
}

.hagil_church_container > .content .marking_04{
    font-size: 20px;
    font-weight: bold;
    color: #686467;
    line-height: 1.4;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .hagil_church_container{
        zoom: 0.75;
    }
}

@media (max-width: 768px) {
    .hagil_church_container{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .hagil_church_container > img{
        width: auto;
        height: auto;
    }

    .hagil_church_container > .content{
        width: 100%;
        margin-top: 40px;
    }

    .hagil_church_container > .content > div:not(:first-child){
        margin-top: 28px;
    }

    .hagil_church_container > .content .normal{
        font-size: 16px;
        color: #686467;
    }

    .hagil_church_container > .content .marking_01{
        font-size: 24px;
        color: #f08327;
    }

    .hagil_church_container > .content .marking_01 > span{
        font-weight: bold;
    }

    .hagil_church_container > .content .marking_02{
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 1.88;
    }

    .hagil_church_container > .content .marking_03{
        font-weight: bold;
        color: #f08327;
    }

    .hagil_church_container > .content .marking_04{
        font-size: 20px;
        font-weight: bold;
        color: #686467;
    }
}

.people_container{
    width: 980px;
    margin: 0 auto;
}

.people_info:not(:first-child){
    margin-top: 80px;
}

.people_office{
    display: flex;
    align-items: center;
}

.people_office > span{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 12px;
}

.people_info > .people_info_content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.people_info > .people_info_content > .people_img > div{
    display: flex;
    margin-top: 16px;
}

.people_info > .people_info_content > .people_img > div > .people_name{
    font-size: 40px;
    font-weight: 500;
    color: #aa8e67;
}

.people_info > .people_info_content > .people_img > div > .this_office{
    font-size: 24px;
    color: #686467;
    margin: 7px 8px;
}

.people_info > .people_info_content > .people_resume{
    width: 630px;
}

.people_info > .people_info_content > .people_resume > .people_resume_title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 1.44;
}

.people_info > .people_info_content > .people_resume > .people_resume_title:not(:first-child){
    margin-top: 44px;
}

.people_info > .people_info_content > .people_resume > .people_resume_title:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #f08327;
    left: 50px;
}

.people_info > .people_info_content > .people_resume > .people_resume_content{
    margin-top: 10px;
}

.people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_paragraph{
    font-size: 16px;
    color: #686467;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr 25fr;
}

.people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_paragraph:not(:last-child){
    margin-bottom: 11px;
}

.people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_paragraph > .people_resume_content_icon{
    width: 16px;
    height: 4px;
    background-color: #c4c4c4;
    border-radius: 0 0 80px;
    margin-top: 10px;
}

.people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_sub_paragraph{
    font-size: 14px;
    color: #999;
    margin-left: 22px;
    line-height: 1.43;
}

.people_none{
    margin-top: 80px;
}

.people_none > .people_none_content{
    width: 100%;
    height: 148px;
    background-color: #dcd8d1;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.people_group{
    margin-top: 80px;
}

.people_group > .people_group_content{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
}

.people_group > .people_group_content > div > img{
    width: 180px;
    height: 227px;
}

.people_group > .people_group_content_02{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}

.people_group > .people_group_content_02 > div > img{
    width: 150px;
    height: 190px;
}

.individual_name{
    font-size: 28px;
    font-weight: 500;
    color: #aa8e67;
    text-align: center;
    margin-top: 16px;
}

.individual_office{
    font-size: 16px;
    color: #686467;
    text-align: center;
    margin-top: 4px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .people_container{
        zoom: 0.75;
    }
}

@media (max-width: 768px){
    .people_container{
        width: 100%;
    }

    .people_office > img{
        width: 16px;
        height: 16px;
    }

    .people_office > span{
        font-size: 20px;
    }

    .people_info:not(:first-child){
        margin-top: 48px;
    }

    .people_info > .people_info_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 12px;
    }

    .people_info > .people_info_content > .people_img{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .people_info > .people_info_content > .people_img > img{
        width: 52%;
        height: 52%;
    }

    .people_info > .people_info_content > .people_img > div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .people_info > .people_info_content > .people_img > div > .people_name{
        font-size: 24px;
    }

    .people_info > .people_info_content > .people_img > div > .this_office{
        font-size: 16px;
        color: #686467;
        margin-top: 4px;
    }

    .people_info > .people_info_content > .people_resume > .people_resume_title{
        font-size: 20px;
        line-height: 1.6;
    }

    .people_info > .people_info_content > .people_resume > .people_resume_title:after{
        width: 4px;
        height: 14px;
        left: 45px;
    }

    .people_info > .people_info_content > .people_resume{
        width: 100%;
    }

    .people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_paragraph{
        grid-column-gap: 8px;
    }

    .people_info > .people_info_content > .people_resume > .people_resume_content > .people_resume_paragraph > .people_resume_content_icon{
        width: 12px;
        height: 4px;
    }

    .people_none{
        margin-top: 48px;
    }

    .people_none > .people_none_content{
        margin-top: 12px;
    }

    .people_group{
        margin-top: 48px;
    }

    .people_group > .people_group_content{
        margin-top: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 20px;
    }

    .people_group > .people_group_content > div > img{
        width: 100%;
        height: auto;
    }

    .people_group > .people_group_content_02{
        margin-top: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 20px;
    }

    .people_group > .people_group_content_02 > div > img{
        width: 100%;
        height: auto;
    }

    .individual_name{
        font-size: 14px;
        margin-top: 12px;
    }

    .individual_office{
        font-size: 13px;
    }
}

.main_video{
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
}

.organization_container{
    width: 980px;
    margin: 0 auto;
}

.organization_container > .title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.organization_container > .title:not(:first-child){
    margin-top: 80px;
}

.organization_container > .title > img{
    margin-right: 12px;
}

.img_organ_place{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.organization_container > .organ_chart{
    width: 100%;
    display: flex;
    text-align: center;
    margin-top: 60px;
}

.organization_container > .organ_chart > .organ_chart_part{
    width: 100%;
    display: flex;
}

.organization_container > .organ_chart > .organ_chart_part > .content{
    width: 100%;
    border-top: 2px solid #f08327;
    border-bottom: 2px solid #d2c0a6;
    border-right: 2px solid #d2c0a6;
}

.organization_container > .organ_chart > .organ_chart_part:last-child > .content:last-child{
    border-right: none;
}

.organization_container > .organ_chart > .organ_chart_part > .content > div{
    padding: 10px 0;
}

.organization_container > .organ_chart > .organ_chart_part > .content > .office{
    font-size: 24px;
    font-weight: bold;
    color: #3b3b3b;
    background-color: #dcd8d1;
}

.organization_container > .organ_chart > .organ_chart_part > .content > .name{
    font-size: 24px;
    font-weight: 500;
    color: #686467;
}

.organization_container > .organization_top_place{
    width: 380px;
    margin: 30px auto 0;
    position: relative;
}

.organization_container > .organization_top_place:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 186px;
    background-color: #707070;
    left: 50%;
    margin-top: 50px;
    z-index: -1;
}

.organization_container > .organization_top_place > .organization_box_01{
    width: 100%;
    height: 60px;
    background-color: #f08327;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organization_container > .organization_top_place > .organization_box_02{
    width: 100%;
    height: 60px;
    background-color: #bda16e;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}

.organization_container > .organization_bottom_place{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60.5px;
}

.organization_container > .organization_bottom_place > .organization_box_03{
    width: 100%;
    border-top: 2px solid #f08327;
    text-align: center;
}

.organization_container > .organization_bottom_place > .organization_box_03 > .office{
    font-size: 20px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: #e6e6e6;
    margin-bottom: 35px;
    padding: 7px 0;
}

.organization_container > .organization_bottom_place > .organization_box_03:nth-child(2n) > .office{
    background-color: #dcdcdc;
}

.organization_container > .organization_bottom_place > .organization_box_03 > .name{
    font-size: 20px;
    font-weight: 500;
    color: #3b3b3b;
    margin-bottom: 10px;
}

.organization_bottom_place_mobile{
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .organization_container{
        zoom: 0.75;
    }

    .organization_container > .organ_chart > .organ_chart_part > .content{
        border-top: 3px solid #f08327;
    }

    .organization_container > .organization_bottom_place > .organization_box_03{
        border-top: 3px solid #f08327;
    }
}

@media (max-width: 768px) {
    .organization_container{
        width: 100%;
    }

    .organization_container > .title{
        font-size: 20px;
    }

    .organization_container > .title > img{
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .img_organ_place{
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }

    .img_organ_place img{
        width: 100%;
        height: 100%;
    }

    .organization_container > .organ_chart{
        display: unset;
    }

    .organization_container > .organ_chart > .organ_chart_part:last-child{
        margin-top: 16px;
    }

    .organization_container > .organ_chart > .organ_chart_part > .content{
        width: 100%;
    }

    .organization_container > .organ_chart > .organ_chart_part:first-child > .content:last-child{
        border-right: none;
    }

    .organization_container > .organ_chart > .organ_chart_part > .content > div{
        padding: 6px 0;
    }

    .organization_container > .organ_chart > .organ_chart_part > .content > .office{
        font-size: 14px;
    }

    .organization_container > .organ_chart > .organ_chart_part > .content > .name{
        font-size: 14px;
    }

    .organization_container > .organization_top_place{
        width: 100%;
        padding: 0 74px;
    }

    .organization_container > .organization_top_place:before{
        height: 119px;
        margin-top: 11px;
    }

    .organization_container > .organization_top_place > .organization_box_01{
        height: 32px;
        font-size: 14px;
    }

    .organization_container > .organization_top_place > .organization_box_02{
        height: 32px;
        font-size: 14px;
        margin-top: 12px;
    }

    .organization_container > .organization_bottom_place{
        display: none;
    }

    .organization_container > .organization_bottom_place_mobile{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 48px;
    }

    .organization_container > .organization_bottom_place_mobile > .organization_box_03{
        width: 100%;
        border-top: 2px solid #f08327;
        text-align: center;
    }

    .organization_container > .organization_bottom_place_mobile > .organization_box_03 > .office{
        font-size: 14px;
        font-weight: bold;
        color: #3b3b3b;
        background-color: #e6e6e6;
        margin-bottom: 8px;
        padding: 7px 0;
    }

    .organization_container > .organization_bottom_place_mobile > .organization_box_03:nth-child(2n) > .office{
        background-color: #dcdcdc;
    }

    .organization_container > .organization_bottom_place_mobile > .organization_box_03 > .name{
        font-size: 14px;
        font-weight: 500;
        color: #3b3b3b;
        margin-bottom: 10px;
    }

}

.memory_storage{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.memory_storage:not(:last-child){
    margin-bottom: 50px;
}

.memory_storage > .history_content{
    width: 659px;
}

.memory_storage > .history_content > .title{
    font-size: 40px;
    font-weight: 500;
    color: #f08327;
    position: relative;
    margin-bottom: 40px;
}

.memory_storage > .history_content > .title:after{
    content: '';
    position: absolute;
    width: 540px;
    height: 3px;
    background-color: #f08327;
    top: 50%;
    margin-left: 24px;
}

.memory_storage > .history_content > .content > .history_box:not(:first-child){
    margin-top: 48px;
}

.memory_storage > .history_content > .content > .history_box > .history_date{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 28px;
}

.memory_storage > .history_content > .content > .history_box > .history_content{
    font-size: 20px;
    color: #686467;
    line-height: 32px;
}

.memory_storage > .history_img_box{
    width: 280px;
    margin-top: 25px;
}

@media (max-width: 1200px) and (min-width: 768px){
    .memory_storage{
        zoom: 0.75;
    }
}

@media (max-width: 768px) {
    .memory_storage{
        width: 100%;
        display: flex;
        justify-content: unset;
        flex-direction: column;
    }

    .memory_storage > .history_content{
        width: 100%;
    }

    .memory_storage > .history_content > .title{
        font-size: 32px;
        overflow: hidden;
    }

    .memory_storage > .history_content > .title:after{
        width: 100%;
    }

    .memory_storage > .history_content > .content > .history_box:not(:first-child){
        margin-top: 32px;
    }

    .memory_storage > .history_content > .content > .history_box > .history_date{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .memory_storage > .history_content > .content > .history_box > .history_content{
        font-size: 16px;
    }

    .memory_storage > .history_img_box{
        width: 100%;
        height: auto;
        margin-top: 48px;
    }

    .memory_storage > .history_img_box > img{
        width: 100%;
        height: 100%;
    }

    .history_img_box_mo > img{
        width: 100%;
    }

    .history_img_box_mo > img:not(:last-child){
        margin-bottom: 10px;
    }
}

.way_place{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.way_place > .map_container{
    width: 655px;
    height: 460px;
    z-index: 2;
    position: relative;
}

.way_place > .map_container:before{
    content: '';
    position: absolute;
    width: 675px;
    height: 480px;
    background-color: #fff;
    z-index: 1;
}

.way_place > .address_place{
    width: 905px;
    height: 460px;
    border: 8px solid #f08327;
    position: absolute;
    top: 52px;
    left: 75px;
}

.way_place > .address_place > .content{
    position: absolute;
    right: 110px;
    top: 61px;
}

.way_place > .address_place > .content > .address_content:not(:first-child){
    margin-top: 36px;
}

.way_place > .address_place > .content > .address_content > .title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.way_place > .address_place > .content > .address_content > .title:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #f08327;
    margin-left: 8px;
}

.way_place > .address_place > .content > .address_content > .address{
    font-size: 16px;
    font-weight: 500;
    color: #686467;
    margin-top: 16px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .way_place{
        width: 735px;
    }

    .way_place > .map_container{
        width: 491px;
        height: 345px;
    }

    .way_place > .map_container:before{
        width: 506px;
        height: 360px;
    }

    .way_place > .address_place{
        width: 678px;
        height: 345px;
        border: 6px solid #f08327;
        top: 39px;
        left: 56px;
    }

    .way_place > .address_place > .content{
        right: 82px;
        top: 46px;
    }

    .way_place > .address_place > .content > .address_content > .title{
        font-size: 18px;
    }

    .way_place > .address_place > .content > .address_content > .address{
        font-size: 12px;
        margin-top: 12px;
    }

    .way_place > .address_place > .content > .address_content > .title:after{
        width: 4px;
        height: 15px;
        margin-left: 6px;
    }

    .way_place > .address_place > .content > .address_content:not(:first-child){
        margin-top: 27px;
    }
}

@media (max-width: 768px) {
    .way_place{
        width: 100%;
        height: 530px;
        padding: 0 18px;
    }

    .way_place > .map_container{
        width: 100%;
        height: 276px;
    }

    .way_place > .map_container:before{
        width: 100%;
        height: 276px;
        left: 0;
        transform: scaleX(1.02);
    }

    .way_place > .address_place{
        width: 100%;
        height: 490px;
        border: 4px solid #f08327;
        position: absolute;
        top: 40px;
        left: 0;
    }

    .way_place > .address_place > .content{
        width: 260px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        top: 264px;
        left: 18px;
        white-space:nowrap;
    }

    .way_place > .address_place > .content > .address_content > .title{
        font-size: 20px;
    }

    .way_place > .address_place > .content > .address_content > .title:after{
        width: 4px;
        height: 14px;
    }

    .way_place > .address_place > .content > .address_content > .address{
        font-weight: normal;
        margin-top: 8px;
    }
}

.worship_guide_container{
    width: 980px;
    margin: 0 auto;
}

.worship_guide_container > .time_container{
    width: 100%;
    height: 400px;
    background: url("https://hagil.co.kr/img/hagil/worship_guide_background.png?v=1") center center no-repeat;
    background-size: 100% 100%;
    padding: 58px 80px;
}

.worship_guide_container > .time_container > .time_explanation_title{
    font-size: 28px;
    color: #f7f0e6;
    margin-top: 168px;
}

.worship_guide_container > .time_container > .time_content_place{
    display: grid;
    grid-template-columns: 130px 230px;
    grid-column-gap: 71px;
    margin-top: 32px;
}

.worship_guide_container > .time_container .time_explanation_content{
    font-size: 16px;
    color: #f7f0e6;
}

.worship_guide_container > .time_container .time_explanation_date{
    font-size: 20px;
    font-weight: bold;
    color: #f08327;
    margin-top: 8px;
}

.worship_guide_container > .offering_container{
    width: 100%;
    height: auto;
    border: solid 4px #dcd8d1;
    background-color: #fcf9f0;
    margin-top: 44px;
    padding: 54px 80px;
}

.worship_guide_container > .offering_container > .offering_explanation_title{
    font-size: 28px;
    font-weight: bold;
    color: #686467;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.worship_guide_container > .offering_container > .offering_explanation_title > span{
    font-size: 20px;
    font-weight: normal;
    color: #777;
    margin-left: 8px;
}

.worship_guide_container > .offering_container > .offering_explanation_content{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 12px;
}

.worship_guide_container > .offering_container > .offering_explanation_content > .bank_info{
    font-size: 32px;
    font-weight: 500;
    color: #f08327;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.worship_guide_container > .offering_container > .offering_explanation_content > .bank_info > span{
    font-size: 20px;
    font-weight: 300;
    color: #666;
    margin-left: 8px;
}

.worship_guide_container > .offering_container > .dashed_line{
    border: 1px solid #d2c0a6;
    border-style: dashed;
    margin: 57px 0;
}

@media (max-width: 1200px) and (min-width: 768px){
    .worship_guide_container{
        zoom: 0.75;
    }
}

@media (max-width: 768px) {
    .worship_guide_container{
        width: 100%;
    }

    .worship_guide_container > .time_container{
        background: url("https://hagil.co.kr/img/hagil/worship_guide_background_mo.png?v=1") center center no-repeat;
        background-size: cover;
        padding: 40px 36px;
    }

    .worship_guide_container > .time_container > .time_explanation_title{
        font-weight: 600;
        margin-top: 134px;
    }

    .worship_guide_container > .time_container > .time_content_place{
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 52px 52px;
        grid-row-gap: 24px;
        margin-top: 25px;
    }

    .worship_guide_container > .time_container .time_explanation_date{
        font-size: 24px;
        font-weight: 500;
        margin-top: 4px;
    }

    .worship_guide_container > .offering_container{
        height: auto;
        padding: 28px 24px;
    }

    .worship_guide_container > .offering_container > .offering_explanation_title{
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }

    .worship_guide_container > .offering_container > .offering_explanation_title > span{
        font-size: 14px;
    }

    .worship_guide_container > .offering_container > .offering_explanation_content{
        display: grid;
        justify-content: unset;
    }

    .worship_guide_container > .offering_container > .offering_explanation_content > .bank_info{
        font-size: 24px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

    .worship_guide_container > .offering_container > .offering_explanation_content > .bank_info > span{
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .worship_guide_container > .offering_container > .offering_explanation_content > .img_box{
        display: flex;
        justify-content: flex-end;
    }

    .worship_guide_container > .offering_container > .offering_explanation_content > .img_box > img{
        width: 88px;
        height: 20px;
    }

    .worship_guide_container > .offering_container > .dashed_line{
        margin: 20px 0;
    }
    

    .memory_storage:not(:last-child){
        margin-bottom: 12px;
    }
}


/* 250108 worship_guide.php 추가 start */
.worship_guide_container > .time_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.worship_guide_container > .time_container > .time_explanation_title {
    margin-top: 50px;
}
.worship_guide_container > .time_container > .time_content_place {
    margin-top: 16px;
}
.worship_guide_container > .time_container > .time_explanation_title.once + .time_content_place {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .worship_guide_container > .time_container > .time_explanation_title {
        font-weight: 600;
        margin-top: 30px;
    }
    .worship_guide_container > .time_container .time_content:first-child > .time_explanation_content {
        margin-top: 8px;
    }
    .worship_guide_container > .time_container > .time_content_place {
        grid-template-rows: auto;
    }
}
/* 250108 worship_guide.php 추가 end */

/* 하길 목회 안내 페이지 스타일 */
.ministry_guide_container {
    width: 980px;
    margin: 0 auto;
}

.ministry_section {
    margin-bottom: 50px;
}

.ministry_section:last-child {
    margin-bottom: 0;
}

.ministry_header {
    height: 120px;
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ministry_title {
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    letter-spacing: -0.9px;
    text-align: center;
}

.ministry_divider {
    width: 60px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 12px 0;
}

.ministry_subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 24px;
    letter-spacing: -0.6px;
    text-align: center;
}

.ministry_subtitle .mo_br {
    display: inline-block;
    width: 12px;
    height: 0;
}

.ministry_subtitle .mo_br_inline {
    display: inline;
}

.ministry_subtitle .mo_br_inline::before {
    content: ' ';
}

.ministry_images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 24px 0 20px;
}

.ministry_image_item {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.ministry_image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ministry_placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.ministry_placeholder span {
    font-size: 14px;
    color: #999;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .ministry_guide_container {
        width: 100%;
        padding: 0 24px;
    }

    .ministry_header {
        height: 120px;
        padding: 0 32px;
    }

    .ministry_title {
        font-size: 28px;
    }

    .ministry_subtitle {
        font-size: 15px;
    }

    .ministry_images {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .ministry_guide_container {
        width: 100%;
        padding: 0;
    }

    .ministry_section {
        margin-bottom: 28px;
    }

    .ministry_header {
        height: 114px;
        padding: 0 20px;
    }

    .ministry_title {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -0.72px;
    }

    .ministry_divider {
        width: 40px;
        margin: 10px 0;
    }

    .ministry_subtitle {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.48px;
    }

    .ministry_subtitle span.mo_br {
        display: block;
        width: 0;
        height: 0;
    }

    .ministry_subtitle .mo_br_inline {
        display: block;
    }

    .ministry_subtitle .mo_br_inline::before {
        content: none;
    }

    .ministry_subtitle span.mo_br.mo_gap {
        height: 4px;
    }

    .ministry_images {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 8px 0;
    }

    .ministry_image_item {
        width: 100%;
        height: 220px;
    }
}