@charset "utf-8";
td.today p{
    /* background-color: #fff; */
    border-radius: 63px;
    font-weight: 600;
    /* color: #476c86; */
}
 
td.title    {text-align: center; padding-top: 1pt; padding-bottom: 1pt; height: 15px; font-weight:bold;}
td.invalid  {
	text-align: center; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini2.gif);*/
}
td.valid    {
	text-align: center; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini2.gif);*/
}
td.today    {
	text-align: center; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini3.gif);*/
}
.bgsun    {text-align: center; font-size: 8pt; color: #da0303; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini2.gif);*/
}
.bgsat  {text-align: center; font-size: 8pt; color: #3285ec; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini2.gif);*/
}
.bgweek   {text-align: center; font-size: 8pt; padding-top: 0pt; height:<?=$cellh?>; width:<?=$cellh?>;
	/*background-image: url(./img/mini2.gif);*/
}

p.title     {font-size: 1em; font-weight:bold}
p.sunday    {
	text-align: center;
	/* color: #da0303; */
    /* color: #e2643c !important; */
	
}


p.saturday  {
	text-align: center;
	/* color: #00C; */
    /* color: #999 !important; */
	
}

.message {
    width: 100%;
    height: 100%;
    /* overflow-y: auto; */
}
.board_box table {
    float: left;
    width: 100%;
    height: 219px;
}
#hengs {
    overflow: hidden;
    width: 100%;
    margin-top: 6%;
    padding: 0;
}
#hengs li {
    float: left;
    font-size: 17px;
    width: 100%;
    list-style: none;
    padding: 8% 0;

}

.cal_subj {
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    font-weight: 600;
    color: #555;
    letter-spacing: -1px;
    padding: 3% 8% 0;
    background-image: url(../../../../../../img/main/sec3/cal_icon.png);
    background-position: top right;
    background-repeat: no-repeat;
}

/* .cal_subj::after {
    top: 5px;
    content: "";
    width: 82%;
    height: 68px;
    background-image: url(../../../../../img/main/main_cal_ico.png);
    position: absolute;
    border-bottom: 3px solid #ddd;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: 7px;
    padding-bottom: 1%;
    float: left;
} */
.cal_year {
    font-size: 21px;
    width: 100%;
    height: 70px;
    padding: 4% 10%;
    background-color: #fed325;
    text-align: center;
}
.cal_year a {
    color: #333 !important;
    font-size: 22px;
    font-weight: 800;
}

.cal_year a.ctrolbtn {
    width: 40px;
    height: 40px;
    background-color: #fffada;
    float: left;
    font-size: 25px;
    border-radius: 45px;
    text-align: center;
    padding: 10%;
}
.cal_year a.ctrolbtn i {
    font-weight: 800;
}
.cal_month {
    font-size: 1.2em;
    color: #0057a7;
}

#hengs .cal_cont .cal_cont_li:before {
    margin: 0 0 0 -13px !important;
    padding: 0;
    content: "•";
    color: #666;
    float: left;
    line-height: 17px;
    font-size: 40px;
    padding-top: 5px;
}

#hengs .cal_cont {
    font-size: 18px;
    padding: 15% 20%;
    padding-right: 0;
    height: 230px;
    overflow-y: auto;
    border-radius: 7px 7px 45px 7px;
    background-color: #f6f6f6;
}

#hengs .cal_cont2 {
    padding-left: 30px;
    padding-bottom: 10px;
    margin-left: 4%;
    word-break: break-all;
    line-height: 22px;
    letter-spacing: 0px;
    font-size: 17px;
    border-radius: 14px;
    width: 84%;
    float: left;
}

p.weekday   {
	text-align: center;
	color: #000;
    font-size: 19px;
	
}
p.today   {text-align: center; color: #000; background-color:#daf7f5; border:1px solid #fff}

a.writeday:link, a.writeday:visited {
    text-align: center;
    color: #fff;
    background: #0057a7;
    border-radius: 500px;
    /* float: left; */
    width: 35px;
    height: 35px;
    padding: 10%;
    line-height: 35px;
}
a.writeday:link b, a.writeday:visited b {
    font-weight: normal;
}

 img {border:0}
a {font-weight:bold;}

.wallbox {
    float: left;
    width: 100%;
    background-color: #fefadb;
    padding: 7% 4%;
    padding-bottom: 7%;
}
.wallbox tr th {
    text-align: center;
}
.calBG { background-color:#F4F3F1; height: 235px;}
.calBG td {
    padding: 0;
    line-height: 28pt;
    font-weight: bold;
    font-size: 19px; 
}


.calBG p {
    font-weight: 600;
    /* font-weight: normal; */
    font-size: 19px;
    color: #333;
}
.ol1 {background-color:#eaf6ff; color:#000;}

@media (max-width:991px) {
a:link.writeday, a:visited.writeday {
    border-radius: 300px;
    
    margin-left: 0px;
}
.calBG { height: 186px;}
.calBG td {font-size:13px;}
.calBG p {font-size:15px;}

}


@media (max-width:528px) {
    #hengs .cal_cont {
        font-size: 15px;
    }
    #hengs .cal_cont2 {
        font-size: 16px;
        padding: 5%;
    }
}
