
.worship_wrap .worship_bottom > ul > li.right div { display: flex; flex-direction: row; background-color: #F5F7F8; padding: 16px 16px 16px 16px; border-radius: 8px;}
.worship_wrap .worship_bottom > ul > li.right div h3{ margin: 0px; word-break :keep-all; width: calc( 100% - 70px);}
.worship_wrap .worship_bottom > ul > li.right div::before{content: ""; display: inline-block; background-image: url(/upload/contents/files/icon_worship_reservation.png); width: 48px; height: 48px; margin-right: 26px;}
.worship_wrap .worship_bottom > ul > li.right div:nth-child(3)::before{background-image: url(/upload/contents/files/icon_worship_general.png);}
.worship_wrap .worship_bottom > ul > li.right div h3  > span.tit{ color:#FEA530; }

.worship_wrap .worship_bottom > ul > li.right ul{ margin-bottom: 30px; }

@media screen and (max-width: 1239px){
    .worship_wrap .worship_bottom > ul > li.right{ margin-top: 30px; }
}

@media screen and (max-width:950px){
    .worship_wrap .worship_bottom > ul > li.right{ margin-top: 30px; padding-left: 0px;}
}