.container .menu-path{
    padding-bottom: 20px;
}
.container:has(.calendar_view) .menu-path{
    padding-bottom: 37px;
}

div.calendarCon {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px; 
    padding-bottom: 18px;
    border-bottom: 1px solid #222222;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

div.calendarCon ul.calendarMonth {
    position: relative;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 28px;
    overflow: hidden;
}

div.calendarCon ul.calendarMonth li {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 5px 5px;
}
div.calendarCon ul.calendarMonth li > a {
    height: 100%;
    min-height: 31px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #1ea1bf;
    border-radius: 50%;
}
div.calendarCon ul.calendarMonth li.left_btn{
    min-width: 30px;
}
div.calendarCon ul.calendarMonth li.right_btn{
    min-width: 30px;
}

div.calendarCon ul.calendarMonth li > a.calBtn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-size: 0;
    width: 30px;
    height: 30px;
}

div.calendarCon ul.calendarMonth li > a.btnPrev:after {
    position: relative;
    content: '';
    color: #535353;
    width: 100%;
    height: 100%;
    background: url(/assets/bsd01/image/icon_arrow_left_more_black.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
div.calendarCon ul.calendarMonth li > a.btnNext:after {
    position: relative;
    content: '';
    color: #535353;
    width: 100%;
    height: 100%;
    background: url(/assets/bsd01/image/icon_arrow_left_more_black.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

div.calendarCon ul.calendarMonth li > span {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 0 20px;
    font-weight: 600;
    padding-bottom: 2px;
}

div.calendarCon ul.calendarMonth li > span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #777;
}

div.calendarCon ul.calendarMonth li > a.calBtn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
}
div.btnPlan {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

div.calendarCon div.btnPlan > a {
    border-radius: 5px;
    color: #010101;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

div.calendarCon div.btnPlan > a .text{
    letter-spacing: -0.4px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}
div.calendarCon div.btnPlan > a i.icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
}
div.calendarCon div.btnPlan > a i.icon img{
    width: 15px;
    object-fit: contain;
}
.responsive_table{
    overflow: auto;
    width: 100%;
}

div.schedule {
    position: relative;
    display: block;
    width: 100%;    
    margin: 20px 0 0;
}

span.schIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-right: 7px;
    border-radius: 5px;
}
span.schIcon img { 
    width: 100%; 
    height: 100%;
}
span.iconDiocese { background: #184B44; } 
span.iconBishop { background: #D66F50; }
span.iconAnniversary { background: #000; }
span.iconFestive { background: #9E1F3D; }
span.iconEtc { background: #184B44; }

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li > a span { 

}

div.monthContents {
    position: relative;
    display: block;
    width: 100%;    
    /* border-top: 1px solid #535353; */
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: flex;
}
div.monthContents .in_wrap{
    width: 500px;
}

div.monthContents div.monthCon {
    position: sticky;
    display: block;
    top: 135px;
    width: 100%;
    padding: 25px 30px;
}

div.monthContents div.monthCon > div.monthDate {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

div.monthContents div.monthCon > div.monthDate > select {
	min-width:inherit;
	height:inherit;
	color:#1e1e1e;
    padding: 0 35px 0 10px;
    line-height: 35px;
    font-size: 17px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: url(/assets/bsd01/image/program/calendar/icon_calendar_arrow_bottom.svg) no-repeat 84% 50% #FFF !important;
    background-size: 13px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

div.monthContents div.monthCon > table.monthCalendar {
    position: relative;
    margin: 20px auto 0;
    padding: 0px;
    width: 100%;
    text-align: center;    
}

div.monthContents div.monthCon > table.monthCalendar  thead th {
    font-family: 'NotoKrM', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #2c2c2c;
    padding: 5px;  
}

div.monthContents div.monthCon > table.monthCalendar  thead th.sun { color: #ce382d; }
div.monthContents div.monthCon > table.monthCalendar  thead th.sat { color: #2254c0; }

div.monthContents div.monthCon > table.monthCalendar tbody td {
    line-height: 29px;
    padding: 6px 5px;
    color: #a1a1a1;
}

div.monthContents div.monthCon > table.monthCalendar tbody td > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 17px;
    color: #A6ADBE;
    margin: 0 auto;
    font-size: 20px;
}

div.monthContents div.monthCon > table.monthCalendar tbody td.circle > span {
    background-color: #fff;
    border: 1px dashed #004A9C;
    cursor: pointer;
    color: #222;
}

div.monthContents div.monthCon > table.monthCalendar tbody td.today > span {
    background-color: #004A9C;
    border: 0px;
    color: #FFF;
}

div.monthContents div.monthList {
    position: relative;    
    display: block;
    float: left;
    width: calc(100% - 500px);
    height: auto;
    border-left: 1px solid #e5e5e5;
    overflow: auto;
}

div.monthContents div.monthList > ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.monthContents div.monthList > ul > li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
div.monthContents div.monthList > ul > li[style*='display: block']:last-of-type{
    border-bottom: 1px solid #e5e5e5 !important;
}

div.monthContents div.monthList > ul > li.today {
    border-top: 1px solid #5b5b5b;
    border-top: 0;
    z-index: 10;
}

div.monthContents div.monthList > ul > li:last-child {
    border-bottom: 0px;
}

div.monthContents div.monthList > ul > li > div.monthDay {
    display: flex;
    width: 100%;
    /* height: 45px; */
    background: #f5f5f5;
    color: #000000;
    font-size: 15px;
    padding-left: 20px;
    overflow: hidden;
    line-height: 1.2;
    padding: 15px;
}

div.monthContents div.monthList > ul > li > div.day-selected {
    background: #004A9C !important;
}

div.monthContents div.monthList > ul > li.today > div.monthDay {
    background-color: #EEF5FB;
    color: #013A68;
    font-weight: 600;
}

div.monthContents div.monthList > ul > li > div.monthDay > span {
    display: inline-block;
    font-size: 15px;
    width: 100px;
    min-width: 100px;
}

div.monthContents div.monthList > ul > li > div.monthDay > span:nth-child(2) {
	display: inline-block;
    width: calc(100% - 115px);
    margin-left: 15px;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.5px;
}
div.monthContents div.monthList > ul > li.today > div.monthDay > span:nth-child(2){

}

div.monthContents div.monthList > ul > li > div.day-selected > span.day-selected-color {
    color: #ffffff;
}

div.monthContents div.monthList > ul > li > div.monthSchedule {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

div.monthContents div.monthList > ul > li.today > div.monthSchedule > div.monBishop > div.monTitle {

}

div.monthContents div.monthList > ul > li.today > div.monthSchedule > div.monDiocese > div.monTitle {
    color: #0070b4;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle {
    position: relative;
    display: flex;
    width: 110px;
    float: left;
    line-height: 21px;
    font-weight: bold;
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .in_color{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 4px 7px 3px;
    border-radius: 7px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .color-bishop{
    background-color: #873fb7;
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .color-parish{
    background-color: #004780;
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .color-gala{
    background-color: #3ca36a;
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .color-anniversary{
    background-color: #3b3b3b;
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle .color-default{
    background-color: #184b44;
}

div.monTitle span.schIcon {
    width: 21px;
    height: 21px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList {
    position: relative;
    display: block;
    width: calc(100% - 110px);
    float: left;
    line-height: 21px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 8px;
    color: #595959;
    font-size: 15px;
    line-height: 26px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #595959;
    top: 12px;
    left: 0px; 
}
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li > a
{
	display:block;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size: 16px;
}

@media screen and (max-width:1220px) {
   
}

@media screen and (max-width:1110px) {
   
}

@media screen and (max-width:1023px) {
    div.monthContents .in_wrap{
        width: 390px;
    }
    div.monthContents div.monthList{
        width: calc(100% - 390px);
    }
    div.monthContents div.monthCon{
        padding-left: 0;
    }
    div.monthContents div.monthCon > table.monthCalendar tbody td > span{
        width: 35px;
        height: 40px;
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .bbsViewCon .scheduleDate > p > span {
        font-size: 14px;
        line-height: 21px;
        padding: 0 7px;
        margin-right: 10px;
        border-radius: 250px;
    }
    div.monthContents{
        flex-direction: column;
        border-bottom: 0;
    }

    div.monthContents div.monthCon {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        padding: 25px 15px;
    }

    div.monthContents div.monthList {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        border-top: 1px solid #535353;
        border-left: 0px;
        overflow: auto;
    }
    div.calendarCon{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div.btnPlan{
        margin-top: 15px;
    }
    div.calendarCon .responsive_table{
        padding-left: 15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding-right: 15px;
    }

    div.bbsBottom{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    div.calendarCon {
        margin: 30px 0 0;
    }
    div.calendarCon ul.calendarMonth{
        height: auto;
    }
    div.calendarCon ul.calendarMonth li > span {
        font-size: 20px;
    }
    
    div.calendarCon ul.calendarMonth li > span:nth-child(2) {
        font-size: 14px;
    }
    
    div.calendarCon div.btnPlan > a {

    }
    
    div.calendarCon div.btnPlan > a:after {
        font-size: 14px;
    }
    div.schedule{
        margin-top: 15px;
    }

    span.schIcon {
        width: auto;
        height: auto;
    }

    div.monthContents div.monthList > ul > li[style="display: block;"] {
        border-top: 0;
    }
    div.monthContents div.monthList > ul > li > div.monthDay{
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    div.monthContents div.monthList > ul > li > div.monthDay > span:first-of-type{
        width: 100%;
    }
    div.monthContents div.monthList > ul > li > div.monthDay > span:last-of-type{
        width: 100%;
        margin-left: 0;
        font-size: 13px;
    }
    div.monthContents div.monthList > ul > li > div.monthSchedule{
        padding-bottom: 14px;
    }
    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li > a{
        font-size: 15px;
    }

    div.monthContents div.monthList > ul > li:last-child{
        border-bottom: 1px solid #e5e5e5;
    }
    .container .menu-path{
        padding: 0;
    }
    div.monthContents .in_wrap{
        width: 100%;
    }
    div.monthContents div.monthCon > table.monthCalendar tbody td > span{
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    div.calendarCon div.btnPlan > a .text{
        font-size: 18px;
    }
}
@media screen and (max-width:360px) {
    div.monthContents div.monthCon {
        padding: 25px 0px;
    }
}











/* 상세페이지 */
.scheduleTxt {
    position: relative;
    display: block;
    width: 100%;
}

.bbsViewTop{
    border-top: 1px solid #222222;
    border-bottom: 1px solid #A6ADBE;
    padding: 27px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
}
.bbsViewTop .viewTitle{
    font-weight: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.bbsViewTop .viewTitle .schIcon{
    background-color: #004780;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 3px 9px;
    margin-right: 0px;
    white-space: nowrap;
}
.bbsViewTop .viewTitle .schIcon.color-bishop{
    background-color: #873fb7;
}
.bbsViewTop .viewTitle .schIcon.color-parish{
    background-color: #004780;
}
.bbsViewTop .viewTitle .schIcon.color-gala{
    background-color: #3ca36a;
}
.bbsViewTop .viewTitle .schIcon.color-anniversary{
    background-color: #3b3b3b;
}
.bbsViewTop .viewTitle .schIcon.color-default{
    background-color: #184b44;
}
.bbsViewTop .viewTitle .title_span{
    line-height: 40px;
}
.bbsViewTop .viewTitle .title_span .ministry {
    line-height: 40px;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    transform: translateY(-1px);
    display: inline-block;
}
.bbsViewTop .bbsTitleInfo{
    font-size: 23px;
    padding-top: 0px;;
    display: inline-block;
    font-weight: 400;
}
.bbsViewTop .bbsTitleInfo > span{
    display: inline-block;
    padding-top: 5px;
}
.bbsViewTop .bbsTitleInfo > span.liturgical {
    margin-left: -15px;
}

.bbsViewCon{
    padding: 25px 13px;
    padding-bottom: 100px;
    border-bottom: 1px solid #DEDEDE;
}
.bbsViewCon .scheduleTxt {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 50px;
}
.bbsViewCon .scheduleDate { 
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 20px;    
}

.bbsViewCon .scheduleDate > p {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0 0 5px;
    color: #414040;
    letter-spacing: -0.3px;
    font-size: 20px;
    line-height: 1.4;
}

.bbsViewCon .scheduleDate > p > span {
    min-width: 46px;
    margin-right: 10px;
    padding: 6px 16px 7px;
    font-size: 20px;
    color: #004A9C;
    border: 1px solid #004A9C;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.bbsViewCon .scheduleDate > p:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width:1220px) {
   
}
@media screen and (max-width:1110px) {
   
}
@media screen and (max-width:1023px) {
    
}
@media screen and (max-width:767px) {
    .bbsViewTop{
        font-size: 16px;
        text-align: left;
        padding: 17px 0;
    }
    .bbsViewTop .bbsTitleInfo{
        font-size: 14px;
        text-align: left;
    }
    .bbsViewTop .bbsTitleInfo > span.liturgical {
        margin-left: 0px;
    }
    .bbsViewCon{
        padding-bottom: 60px;
        font-size: 15px;
    }
    .bbsViewCon .scheduleDate > p{
        font-size: 15px;
    }
    .bbsViewCon .scheduleDate > p > span{
        font-size: 14px;
        padding: 2px 10px 3px;
    }
    .bbsViewCon .scheduleTxt{
        font-size: 15px;
        margin-top: 35px;
    }
    .bbsViewTop .viewTitle{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        text-align: left;
    }
    .bbsViewTop .viewTitle .title_span {
        line-height: 30px;
    }
    .bbsViewTop .viewTitle .title_span .ministry{
        font-size: 15px;
        margin-left: 0;
        line-height: 30px;
        transform: translateY(0);
    }
    .bbsViewTop .viewTitle .title_span .ministry i{
        display: none;
    }
    .bbsViewTop .viewTitle .schIcon{
        font-size: 14px;
        margin-right: 0;
    }
}