/*Common :: 공통*/
body {
	background-color: #fcfcfc;
	word-break: keep-all;
}
img {
	max-width: 100%;
}
@media (max-width:992px){
	.m-pn {
		padding: 0px !important;
	}
}
.calendar-wrp{
	background-color: #ffffff;
    border-radius: 1px;
    padding: 30px 20px;
    border: 1px solid #eee;

}
/*Calendar*/
#calendar > h2 {
	font-size: 20px;
    position: relative;
    padding-left: 15px;
    line-height: 25px;
}
#calendar > h2:after {
	content: "";
    background-color: #4e4e4e;
    border-top: 11px solid #3acd38;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
}
#calendar h4 span {
	vertical-align: middle;
}
#calendar h4 {
	border-radius: 5px;
    background-color: #fff;
    color: #333;
	font-size: 17px;
}
#calendar h4 a {
    background-color: #1ace47;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 3px;
    color: #fff;
    margin: 0 8px;
    vertical-align: middle;
	text-decoration: none;
}
#calendar .table > thead > tr > th {
	border-bottom: 0px;
}
#calendar .table tr > th,
#calendar .table tr > td {
	border: 1px solid #ddd;
    padding: 5px 0;
    background-color: #fff;
}
#calendar .table tr > th {
	text-align: center;
}
#calendar .table tr > td {
    position: relative;
	color: #555;
	padding: 0px;
    height: 34px;
}
#calendar .table tr > td a{
	color: #555;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#calendar .table tr > td a span.bul{
	display: inline-block;
    width: 3px;
    height: 3px;
	background-color: #f5a024;
    margin-bottom: 2px;
    border-radius: 1px;
    border: 1px solid #f55424;
}
#calendar .table tr > th {
	color: #333;
}
#calendar .table tr > th .sun {
	color: #e54747;
}
#calendar .table tr > th .sat {
	color: #046eea;
}
#calendar .table tr > td.sun a {
	color: #e54747 !important;
}
#calendar .table tr > td.sat a {
	color: #046eea;
}
#calendar .table tr > td.holy a{
	color: #e54747 !important;
	font-weight: 700;
}
#calendar .table tr > td.festi a {
	color: #046eea;
    font-weight: 700;
    display: block;
}
#calendar .table tr > td .date-date {
	position: absolute;
    right: 5px;
    top: 5px;
}
#calendar .table tr > td .date-date p {
	display: none;
	font-weight: 400;
}
#calendar .table tr > td.holy .date-date p span {
	color: #e54747;
	font-weight: 400;
}
#calendar .table tr > td.festi .date-date p span {
	color: #046eea;
	font-weight: 400;
}
@media (min-width:992px){
	#calendar .table tr > td a:hover .date-date p {
		display: block;	
		position: absolute;
		min-width: 200px;
		min-height: 50px;
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 10px;
		z-index: 3;
		top: 18px;
		left: -15px;
	}
}