/* .sub_title h2
{
	position:relative;
	text-align:center;
	font-family:'aritaM';
	font-weight: 600;
	font-size:30px;
	color:#000;
	letter-spacing:-0.06em;
	margin-bottom:40px;
} */

.common_tab,
.swiper-tab
{
	position:relative;
	width:100%;
}
.common_tab ul,
.swiper-tab
{
	border-top:2px solid #aeaeae
}
.swiper-tab
{
	padding:0 20px;
	overflow:visible;
}
.common_tab > ul.tab_menu_bottom {
    border-bottom: 1px solid #aeaeae;
    box-shadow: 0 3px 0 #aeaeae33;
}
.common_tab ul li
{
	position:relative;
	float:left;
	width:25%;
	text-align:center;
	font-size:16px;
	color:#888888;
	letter-spacing:-0.07em;
	cursor:pointer
}
.common_tab ul li a
{
	display:block;
	padding:16px 0;
}
.swiper-tab .swiper-slide a
{
	display:block;
	position:relative;
	padding:16px 0;
	text-align:center;
	font-size:16px;
	color:#888888;
	letter-spacing:-0.08em;
	transition:all .5s;
}
.common_tab ul li:not(:last-child):after,
.swiper-tab .swiper-slide:not(:last-child):after
{
	content:'';
	position:absolute;
	top:17px;
	right:0;
	width:1px;
	height:15px;
	background:#d6d6d6;
}
.common_tab ul li.active,
.swiper-tab .swiper-slide.active a
{
	color:#000;
}
.common_tab ul li.active:before,
.swiper-tab .swiper-slide.active:before
{
	content:'';
	position:absolute;
	top:-2px;
	left:10px;
	width:calc(100% - 20px);
	height:3px;
    /* background: linear-gradient(to right, #7ac8e8, #0095d2); */
    background: #0095d2;
	animation:st .3s;
	-ms-animation:st .3s;
}

@keyframes st
{
	0%
	{
		width:0;
	}
	100%
	{
		width:calc(100% - 20px);
	}
}


/* 주간 LIST */
div.calendarCon {
    position: relative;
    display: block;
    width: 100%;
    margin: 50px 0 0;
    padding: 0px; 
    text-align: center;
}

div.calendarCon ul.calendarWeek {
    position: relative;
    display: inline-block;
    clear: both;
    margin: 0 auto;
    padding: 0px;
}

div.calendarCon ul.calendarWeek li {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
}

div.calendarCon ul.calendarWeek li > a.calBtn {
    position: relative;
    display: inline-block;
    border: 1px solid #4e4e4e;
    box-shadow: 0px 3px 1px rgba(0,0,0,0.15);
    font-size: 13px;
    letter-spacing: -0.5px;
    font-family: 'Malgun Gothic', sans-serif;
    line-height: 33px;
    border-radius: 5px;
    margin: 9px 0px 4px;
    padding: 0 13px;
}

div.calendarCon ul.calendarWeek li > a.btnPrev {
    padding-left: 30px;
}

div.calendarCon ul.calendarWeek li > a.btnPrev:after {
    position: absolute;
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 20px;
    color: #535353;
    top: 0;
    left: 13px;
}

div.calendarCon ul.calendarWeek li > a.btnNext {
    padding-right: 30px;
}

div.calendarCon ul.calendarWeek li > a.btnNext:after {
    position: absolute;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 20px;
    color: #535353;
    top: 0px;
    right: 13px;
}

div.calendarCon ul.calendarWeek li > span {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0 50px;
    font-size: 22px;
    font-family: 'NotoKrR', sans-serif;
    line-height: 28px;
    color: #000;
}

div.calendarCon ul.calendarWeek li > span:nth-child(2) {
    font-size: 16px;
    color: #5d5c5c;
    font-family: 'Verdana','Malgun Gothic';
}

div.calendarCon ul.calendarMonth li > a.calBtn {
    margin: 0px 0px 4px !important;
}

div.calendarCon ul.calendarWeek li > span {
    line-height: 33px;
}

p.btnPlan {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

div.calendarCon p.btnPlan > a {
    position: relative;
    display: inline-block;
    background: #89939b;
    color: #FFF;
    padding: 0px 27px 0px 50px;
    line-height: 36px;
    font-size: 15px;
    border-radius: 36px;
    margin: 20px 0 10px;
}

div.calendarCon p.btnPlan > a:after {
    position: absolute;
    content: '\f1c1';
    font-family: "FontAwesome";
    font-size: 15px;
    color: #FFF;
    top: 0px;
    left: 27px;
}

div.calendarCon .calendar_table {
    position: relative;
    width: 100%;    
    margin-top: 20px;
}

div.calendarCon .calendar_table caption {
    display: none;
}

div.calendarCon .calendar_table thead {
    background: #5d5d5d;
    border-radius: 5px;
}

div.calendarCon .calendar_table thead tr th {
    position: relative;
    font-size: 12px;
    color: #b9b9b9;
    font-weight: normal;
    padding: 0px;
    line-height: 30px;
    font-family: 'Malgun Gothic', sans-serif;
}

div.calendarCon .calendar_table thead tr th.sun { color: #fffc00; }
div.calendarCon .calendar_table thead tr th.sat { color: #64fffa; }

div.calendarCon .calendar_table tbody tr td {
    font-size: 14px;
    color: #bebebe;
    border-bottom: 1px solid #5b5b5b;
    text-align: center;
    padding: 0px;
    line-height: 32px;
    font-family: 'Verdana','Malgun Gothic';
}

div.calendarCon .calendar_table tbody tr td.circle span {
    color: #3a3a3a;
}

div.calendarCon .calendar_table tbody tr td.today span {
    border: 1px solid #5b5b5b;
    padding: 0px 5px 1px;
    border-radius: 10px;
    margin-bottom: 4px;
    box-shadow: 0 3px 1px rgba(0,0,0,0.1);
    font-weight: bold;
    color: #000;
}

div.schedule {
    position: relative;
    display: block;
    width: 100%;    
    margin: 20px 0 0;
}

div.schedule ul.scheduleList {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;    
}

div.schedule ul.scheduleList > li {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: 'Verdana','Malgun Gothic';
    letter-spacing: -0.5px;
    overflow: hidden;
}

div.schedule ul.scheduleList > li > div.schDate {
    position: relative;    
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px 20px;
    background: #ededed;
    color: #000;
    font-size: 16px;
    line-height: 45px;    
}

div.schedule ul.scheduleList > li > div.schDate > span {
    display: inline-block;
    margin-left: 20px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 43px;
}

div.schedule ul.scheduleList > li > div.schCon {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    clear: both;
    margin: 10px 20px;
    padding: 0;
    overflow: hidden;
}

div.schedule ul.scheduleList > li > div.schCon:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #c9c9c9;
    top: 0px;
    left: 50%;
    z-index: 1;
}

div.schedule ul.scheduleList > li > div.schCon > div.schBox {
    display: block;
    float: left;
    width: calc(50% - 20px);
    padding: 7px 0 20px;
    font-family: 'Verdana','Malgun Gothic';
    font-size: 15px;
    color: #595959;
    font-weight: normal;
}

div.schedule ul.scheduleList > li > div.schCon > div.schDiocese {
    margin-left: 40px;
}

div.schedule ul.scheduleList > li > div.schCon > div.schBox > h4 {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 12px;
}

span.schIcon {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 5px;
}

span.schIcon img { width: 100%; }
span.iconBishop { background: #00b8e7; }
span.iconDiocese { background: #0070b4; }

div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 8px;
    line-height: 24px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul > li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #595959;
    top: 12px;
    left: 0px; 
}

div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul > li > a span,
div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li > a span { 
    margin-right: 10px; 
}


div.schedule ul.scheduleList > li.today {
    border: 1px solid #5b5b5b;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.05);
}

div.schedule ul.scheduleList > li.today > div.schDate {
    background: #4a8ebb;
    color: #FFF; 
}

div.schedule ul.scheduleList > li.today > div.schDate > span {
    color: #caeeff;
}

div.schedule ul.scheduleList > li.today > div.schCon > div.schBishop > h4 {
    color: #02a7d1;
}

div.schedule ul.scheduleList > li.today > div.schCon > div.schDiocese > h4 {
    color: #0070b4;
}


div.monthContents {
    position: relative;
    display: block;
    width: 100%;    
    margin-top: 20px;
    border-top: 2px solid #535353;    
    border-bottom: 2px solid #535353;    
    clear: both;
    overflow: hidden;
}

div.monthContents div.monthCon {
    position: relative;    
    display: block;
    float: left;
    width: 350px;
    padding: 20px;
}

div.monthContents div.monthCon > div.monthDate {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
}

div.monthContents div.monthCon > div.monthDate > select {
    padding: 0 35px 0 10px;
    line-height: 27px;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: url(/assets/cas02/image/common/bbs_depth_arrow.png) no-repeat 90% 50% #FFF !important;
    background-size: 15px !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: #ce0000; }
div.monthContents div.monthCon > table.monthCalendar  thead th.sat { color: #0082cd; }

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: block;
    width: 34px;
    height: 31px;
    border-radius: 13px;
}

div.monthContents div.monthCon > table.monthCalendar  tbody td.circle > span {
    background: #f3fbfd;
    border: 1px dashed #cccccc;
    color: #3c3c3c;
    cursor: pointer;
}

div.monthContents div.monthCon > table.monthCalendar  tbody td.today > span {
    background: #0eb5ce;
    border: 0px;
    color: #FFF;
}

div.monthContents div.monthList {
    position: relative;    
    display: block;
    float: left;
    width: calc(100% - 350px);
    height: 600px;
    border-left: 1px solid #535353;
    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-top: 1px solid #d7d7d7;
}

div.monthContents div.monthList > ul > li.today {
    border-top: 1px solid #5b5b5b;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.05);
    z-index: 10;
}

div.monthContents div.monthList > ul > li:first-child {
    border-top: 0px;
}

div.monthContents div.monthList > ul > li > div.monthDay {
    display: block;
    width: 100%;
    /* height: 45px; */
    background: #f5f5f5;
    color: #000000;
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
    overflow: hidden;
}

div.monthContents div.monthList > ul > li.today > div.monthDay {
    background: #4a8ebb;
    color: #FFF;
}

div.monthContents div.monthList > ul > li > div.monthDay > span {
    display: inline-block;
    float: left;
}

div.monthContents div.monthList > ul > li > div.monthDay > span:nth-child(2) {
    display: inline-block;
    float: left;
    width: calc(100% - 170px);
    margin-left: 20px;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 43px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.monthContents div.monthList > ul > li > div.monthSchedule {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
}

div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

div.monthContents div.monthList > ul > li.today > div.monthSchedule > div.monBishop > div.monTitle {
    color: #02a7d1; 
}

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: block;
    width: 85px;
    float: left;
    line-height: 21px;
    color: #000;
    font-weight: bold;
}

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% - 90px);
    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: 14px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 24px;
}

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: 10px;
    left: 0px; 
}


.scheduleDate { 
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 20px;    
}

.scheduleDate > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #414040;
    letter-spacing: -0.3px;
}

.scheduleDate > p > span {
    display: inline-block;
    background: #6d7e8f;
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 10px;
}

.scheduleTxt {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

div.bbsViewTop div.bbsTitleInfo > span.liturgical {
    margin-left: -15px;
}



@media screen and (max-width:1220px) {

    .responsive_table
    {
        position:relative;
        overflow-x:scroll;
        -webkit-overflow-scrolling:touch;
    }

}

@media screen and (max-width:1110px) {
   
}

@media screen and (max-width:1023px) {
    
}

@media screen and (max-width:768px)
{

    .responsive_table
    {
        overflow-x:auto
    }

    div.bbsViewTop div.bbsTitleInfo > span.liturgical {
        margin-left: 0px;
    }

    .scheduleDate > p > span {
        font-size: 14px;
        line-height: 21px;
        padding: 0 7px;
        margin-right: 10px;
    }

    div.monthContents div.monthCon {
        float: none;
        width: 350px;
        margin: 0 auto;
    }

    div.monthContents div.monthList {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        border-top: 1px solid #535353;
        border-left: 0px;
        overflow: auto;
    }
	        
}

@media screen and (max-width:767px) {

    .common_tab ul li
	{
        width:50%;
    }
    .common_tab ul li a
    {
        font-size:13px;
        padding:14px 0;
    }
	.common_tab ul li:nth-child(2):after
	{
		display:none;
	}
	.common_tab ul li + li + li
	{
		border-top:1px solid #d6d6d6
	}

}

@media screen and (max-width:600px)
{
    div.calendarCon {
        margin: 30px 0 0;
    }
    
    div.calendarCon ul.calendarWeek li {
        position: relative;
        display: inline-block;
        float: left;
        overflow: hidden;
    }
    
    div.calendarCon ul.calendarWeek li > a.calBtn {
        font-size: 12px;
        line-height: 27px;
        margin: 8px 0px 4px;
        padding: 0 10px;
    }
    
    div.calendarCon ul.calendarWeek li > a.btnPrev {
        padding-left: 25px;
    }
    
    div.calendarCon ul.calendarWeek li > a.btnPrev:after {
        font-size: 18px;
        left: 10px;
    }
    
    div.calendarCon ul.calendarWeek li > a.btnNext {
        padding-right: 25px;
    }
    
    div.calendarCon ul.calendarWeek li > a.btnNext:after {
        font-size: 18px;
        right: 10px;
    }
    
    div.calendarCon ul.calendarWeek li > span {
        margin: 0 25px;
        font-size: 18px;
        line-height: 25px;
    }
    
    div.calendarCon ul.calendarWeek li > span:nth-child(2) {
        font-size: 14px;
    }
    
    div.calendarCon p.btnPlan > a {
        padding: 0px 18px 0px 38px;
        line-height: 31px;
        font-size: 13px;
        border-radius: 36px;
        margin: 15px 0 5px;
    }
    
    div.calendarCon p.btnPlan > a:after {
        font-size: 14px;
        left: 17px;
    }

    div.schedule ul.scheduleList > li {
        margin-bottom: 10px;
    }

    div.schedule ul.scheduleList > li > div.schDate {
        padding: 0px 10px;
        font-size: 15px;
        line-height: 38px;
        overflow: hidden;
    }

    div.schedule ul.scheduleList > li > div.schDate > span {
        display: block;
        width: 100%;
        margin: 0px 0px 5px;
        color: #5c5c5c;
        font-size: 14px;
        line-height: 25px;
    }

    div.schedule ul.scheduleList > li > div.schCon {
        width: calc(100% - 20px);
        margin: 10px;
    }

    div.schedule ul.scheduleList > li > div.schCon:after {
        display: none;
    }
    
    div.schedule ul.scheduleList > li > div.schCon > div.schBox {
        width: 100%;
        padding: 0px 0 10px;        
        font-size: 14px;
        border-bottom: 1px dashed #c9c9c9;
    }
    
    div.schedule ul.scheduleList > li > div.schCon > div.schBox:last-child {
        border: none;
        margin-top: 10px;
    }

    div.schedule ul.scheduleList > li > div.schCon > div.schBox > h4 {
        line-height: 21px;
        margin-bottom: 8px;
    }

    span.schIcon {
        width: 21px;
        height: 21px;
    }

    div.schedule ul.scheduleList > li > div.schCon > div.schDiocese {
        margin-left: 0px;
        padding-bottom: 5px;
    }

    div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul > li {
        padding: 0 0 0 15px;
        font-size: 14px;
    }

    div.schedule ul.scheduleList > li > div.schCon > div.schBox > ul > li:after {
        top: 13px;
        left: 7px;
    }
    
    div.calendarCon .calendar_table tbody tr td {
        font-size:12px;
    }


       
}

@media screen and (max-width:425px)
{      
    div.calendarCon ul.calendarWeek li > span {
        margin: 0 22px;
        font-size: 17px;
        line-height: 23px;
    }

    div.calendarCon ul.calendarWeek li > a.calBtn {
        margin: 7px 0px 4px;
        padding: 0 8px;
    }

    div.calendarCon ul.calendarWeek li > a.btnPrev:after,
    div.calendarCon ul.calendarWeek li > a.btnNext:after {
        display: none;
    }

    .scheduleDate > p {
        letter-spacing: -0.5px;
    }

    div.monthContents div.monthList {
        border-top: 1px solid #535353;
        border-left: 0px;
        padding-top: 10px;
    }

    div.monthContents div.monthList > ul > li {
        border: 1px solid #c9c9c9 !important;
        border-radius: 5px;
        margin-bottom: 10px;
        font-family: 'Malgun Gothic', sans-serif;
        letter-spacing: -0.5px;
        overflow: hidden;
    }

    div.monthContents div.monthList > ul > li > div.monthDay {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px;
        background: #f5f5f5;
        color: #000;
        padding: 0px 10px;
        font-size: 15px;
        line-height: 38px;
        overflow: hidden;
    }

    div.monthContents div.monthList > ul > li > div.monthDay > span:nth-child(2) {
        display: block;
        width: 100%;
        margin: 0px 0px 5px;
        color: #5c5c5c;
        font-size: 13px;
        line-height: 18px;
        white-space: normal;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule {
        width: calc(100% - 20px);
        margin: 10px 10px 0px;
        clear: both;
        padding: 0;
        overflow: hidden;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox {
        display: block;
        float: left;
        width: 100%;
        padding: 0px 0 10px;
        font-family: 'Malgun Gothic', sans-serif;
        font-size: 14px;
        color: #595959;
        font-weight: normal;
        border-bottom: 1px dashed #c9c9c9;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox:last-child {
        border: none;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monDiocese {
        margin-left: 0px;
        padding-bottom: 0px;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monTitle {
        position: relative;
        display: block;
        width: 100%;
        color: #000;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 8px;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList {
        width: 100%;        
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li {
        padding: 0 0 0 15px;
        white-space: normal;
        font-size: 14px;
    }

    div.monthContents div.monthList > ul > li > div.monthSchedule > div.monBox > div.monList > ul > li:after {
        top: 11px;
        left: 7px;
    }

    div.monthContents {
        border-bottom: 0px;
    }

    div.monthContents div.monthCon {
        padding: 10px;
    }

    div.monthContents div.monthList > ul > li.today {
        border: 1px solid #5b5b5b !important;
    }
      
}

@media screen and (max-width:375px)
{
    div.monthContents div.monthCon {
        width: 100%;
        margin: 0 auto;
    }
        
}

@media screen and (max-width:320px)
{

    div.calendarCon ul.calendarWeek li > span {
        margin: 0 15px;
        font-size: 16px;
        line-height: 22px;
    }

    div.calendarCon ul.calendarWeek li > span:nth-child(2) {
        font-size: 13px;
    }

    div.calendarCon ul.calendarWeek li > a.calBtn {
        margin: 7px 0px 4px;
        padding: 0 5px;
        line-height: 23px;
    }

    .scheduleDate > p {
        font-size: 14px;
        letter-spacing: -0.8px;
    }

}